html,
body {
    height: 100%;
    margin: 0;
    padding: 0;
}

body {
    color: #000;
    font-family: MyriadProRegular;
}
body.bricks {
    background: url(../images/bricks.jpg);
}

.btn,
.form-control {
    border-radius: 0;
}
.btn-default,
.btn-primary {
    border-color: transparent;
}

.btn.btn-fab,
.input-group-btn .btn.btn-fab {
    border-radius: 50%;
    font-size: 2.4rem;
    height: 5.6rem;
    margin: auto;
    min-width: 5.6rem;
    width: 5.6rem;
    padding: 0;
    overflow: hidden;
    -webkit-box-shadow: 0 1px 1.5px 0 rgba(0, 0, 0, 0.12), 0 1px 1px 0 rgba(0, 0, 0, 0.24);
    box-shadow: 0 1px 1.5px 0 rgba(0, 0, 0, 0.12), 0 1px 1px 0 rgba(0, 0, 0, 0.24);
    position: relative;
    line-height: normal;
}
.btn.btn-fab .ripple-container,
.input-group-btn .btn.btn-fab .ripple-container {
    border-radius: 50%;
}
.btn.btn-fab.btn-fab-mini,
.input-group-btn .btn.btn-fab.btn-fab-mini,
.btn-group-sm .btn.btn-fab,
.btn-group-sm .input-group-btn .btn.btn-fab {
    height: 4rem;
    min-width: 4rem;
    width: 4rem;
}


.container {
    margin: 0 auto;
    padding: 0;
}

.navbar-inverse .container {
    margin: 0;
}




/* Special class on .container surrounding .navbar, used for positioning it into place. */
.navbar-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 20;
}
/* Flip around the padding for proper display in narrow viewports */
.navbar-wrapper .navbar {
    padding: 0;
    margin: 0;
    min-height: 60px;
}

.navbar-inverse {
    background-color: rgba(0,0,0,0.98);
    border-color: transparent;
}
.navbar-inverse .navbar-toggle:focus,
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle {
    background-color: transparent;
    border: none;
}

.navbar-header {
    text-align: left;
    width: 95px;
    padding-left: 33px;
    padding-right: 33px;
}
.navbar-header .navbar-nav {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
}
.navbar > .container .navbar-brand,
.navbar > .container-fluid .navbar-brand {
    margin: 0;
    padding-left: 0;
    padding-right: 0;
}

.navbar-toggle {
    float: none;
}

.navbar-right {
    float: right;
    margin: 0;
    width: 95px;
    position: absolute;
    top: 0; right: 0%;
}

.navbar-fixed-top .navbar-collapse {
    max-height: 405px;
}
.navbar-inverse .navbar-nav > li {
    margin: 0 16px 0 0;
}
.navbar-inverse .navbar-right > li {
    margin: 0;
}
.navbar-inverse .navbar-right > li.nickname {
    position: absolute;
    top: 0; left: 32px;
    margin: 0;
    font-family: "MyriadProRegular";
}
.navbar-inverse .navbar-right > li.nickname > a {
    max-width: 50px;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: right;
    overflow: hidden;
    margin: 0 15px 0 0;
}

.navbar-inverse .navbar-right > li.head-phone {
    position: absolute;
    top: 0; right: 100%;
    margin: 0 15px 0 0;
    font-family: "MyriadProRegular";
    white-space: nowrap;
}

.navbar-inverse .navbar-right > li.head-phone a {
    color: #1eb1ed;
}

.navbar-inverse .navbar-nav > li > a {
    color: #fff;
    font-size: 18px;
    line-height: 3rem;
    padding-left: 0;
    padding-right: 0;
}
.navbar-inverse .navbar-nav > li.new-year > a {
    color: #6ebc79;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .new-year.active > a,
.navbar-inverse .navbar-nav > .active > a:focus,
.navbar-inverse .navbar-nav > .active > a:hover {
    background: none;
    color: #00aff0;
}
.navbar-inverse .navbar-nav > li > a:hover {
    color: #00aff0;
}
.navbar-brand > img {
    display: block;
    height: 3rem;
}
.navbar .glyphicon {
    margin: auto 1rem;
    font-size: 2rem;
    vertical-align: text-bottom;
}
.navbar .fa:before {
    font-size: 2.4rem;
    vertical-align: middle;
    margin-right: 1.2rem;
}
.navbar .fa.fa-sign-out:before {
    margin-right: 0;
}

.navbar-level2 {
    background-color: rgba(233,232,187,0.88);
    border-color: transparent;
    top: 60px;
    height: 111px;
    z-index: 19;
}
.navbar-level2 .nav.section-indicators {
    position: static;
    float: none;
    top: 0;
    left: 0;
    padding: 30px 0 0;
}
.navbar-level2 .nav.section-indicators > li {
    width: 25%;
    float: left;
    margin: 0;
    text-align: center;
}
.navbar-level2 .nav.section-indicators > li > a {
    width: auto;
    height: auto;
    font-size: 12px;
    color: #000;
    margin: 0;
    padding: 40px 0 0;
    text-align: center;
    border: none;
    background: none;
    border-radius: 0;
    outline: none;
    position: relative;
}
.navbar-level2 .nav.section-indicators > li > a:hover {
    color: #00aff0;
    background: none;
}
.navbar-level2 .nav.section-indicators > .active > a,
.navbar-level2 .nav.section-indicators > .active > a:focus,
.navbar-level2 .nav.section-indicators > .active > a:hover {
    background: none;
    color: #00aff0;
    border: none;
    box-shadow: none;
}
.navbar-level2 .nav.section-indicators .ico {
    display: block;
    position: absolute;
    top: 0; left: 50%;
    text-align: left;
}
.navbar-level2 .nav.section-indicators .ico1 {
    font-size: 35.5px;
    margin-left: -19px;
    top: -4px;
}
.navbar-level2 .nav.section-indicators .ico2 {
    font-size: 46.5px;
    margin-left: -25px;
    top: -13px;
}
.navbar-level2 .nav.section-indicators .ico3 {
    font-size: 40.5px;
    margin-left: -13px;
    top: -6px;
}
.navbar-level2 .nav.section-indicators .ico4 {
    font-size: 37.5px;
    margin-left: -8px;
    top: -3px;
}

.navbar-level2_var2 {
    background-color: rgba(242,242,242,0.88);
}
.navbar-level2_var2 .nav.section-indicators > li {
    width: 10%;
}
.navbar-level2_var2 .nav.section-indicators > li > a {
    padding-top: 30px;
}
.navbar-level2_var2 .nav.section-indicators .ico {
    width: 100%;
    top: -7px;
    left: 0;
    text-align: center;
}
.navbar-level2_var2 .icon-file-text-o
, .navbar-level2_var2 .icon-print {
    font-size: 34px;
}
.navbar-level2_var2 .icon-group
, .navbar-level2_var2 .icon-barcode {
    font-size: 28px;
}
.navbar-level2_var2 .icon-sitemap
, .navbar-level2_var2 .icon-pie-chart
, .navbar-level2_var2 .icon-comment-o {
    font-size: 30px;
}
.navbar-level2_var2 .icon-rouble
, .navbar-level2_var2 .icon-gift {
    font-size: 32px;
}
.navbar-level2_var2 .icon-mobile-phone {
    font-size: 36px;
}

.navbar-level2_var3 {
    height: 60px;
    background-color: rgba(242,242,2242,0.88);
}
.navbar-level2_var3 .nav.section-indicators {
    padding: 0;
}
.navbar-level2_var3 .nav.section-indicators > li {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    height: 60px;
    justify-content: space-around;
}
.navbar-level2_var3 .nav.section-indicators > li > a {
    padding: 0 20px;
}

.new-year-container {
    position: relative;
}
.new-year-container img {
    display: block;
    width: 100%;
}

.online-screen {
    position: relative;
    height: 100%;
    min-height: 600px;
}
.online-screen .container {
    height: 100%;
}
.online-screen-inner {
    text-align: center;
    font-size: 18px;
    position: relative;
    z-index: 1;
    padding: 190px 0 50px;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
}
.online-screen-inner .h-img
, .online-screen-inner .h-l {
    width: 50%;
}
.online-screen-inner .h-img img {
    margin: 0 auto;
    max-height: 100%;
}
.book1 .online-screen-inner .h-img
, .book1 .online-screen-inner .h-l {
    width: 100%;
}
.book1 .online-screen-inner .h-img {
    height: 50%;
}
.book2 .online-screen-inner .h-img img {
    margin: 0 0 0 8.54%;
}
.book3 .online-screen-inner .h-img {
    order: 2;
}
.book3 .online-screen-inner .h-img img {
    margin: 0 8.54% 0 0;
    display: block;
}
.online-screen-inner h2 {
    font-size: 72px;
    font-weight: normal;
    line-height: 100%;
    margin: 0 0 10px;
}
.online-screen-inner h3 {
    font-size: 24px;
    font-weight: normal;
    line-height: 32px;
    margin: 0 0 10px;
}
.online-screen-inner p {
    margin: 0;
}
.online-screen-inner .examples a {
    color: #0088cc;
    margin: 0 15px;
}

.new-var .online-screen-inner {
    padding-top: 60px;
    color: #333;
}
.new-var .online-screen-inner .h-l {
    width: 100%;
}
.new-var .online-screen-inner .h-img {
    width: 100%;
}
.new-var .online-screen-inner h2 {
    font-size: 48px;
    margin: 0 0 30px;
}
.new-var .online-screen-inner h3 {
    line-height: 120%;
    margin: 0 0 45px;
}
.new-var .online-screen-inner .h-img img {
    max-width: 100%;
}
.new-var.book1 .online-screen-inner .h-img {
    height: 60%;
}

.online-customize {
    height: 835px;
    background: url(../images/booking/customize-bg.jpg) 50% 50% no-repeat;
    background-size: cover;
    position: relative;
    color: #333;
}
.online-customize-inner {
    width: 410px;
    max-width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}
.online-customize-inner h2 {
    font-size: 48px;
    font-weight: normal;
    line-height: 100%;
    margin: 0 0 40px;
}
.online-customize-inner h3 {
    font-size: 24px;
    line-height: 120%;
    margin: 0;
}

.online-opports {
    position: relative;
    max-width: 1600px;
    margin: 0 auto;
    padding: 50px 0 70px;
    text-align: center;
    color: #333;
}
.online-opports h2 {
    font-size: 36px;
    font-weight: normal;
    line-height: 100%;
    text-transform: uppercase;
    margin: 0 0 80px;
    padding: 0 3%;
}
.opports-list {
    margin: 0;
    padding: 0 0 15px;
    list-style: none;
}
.opports-list li {
    display: inline-block;
    vertical-align: top;
    width: 32%;
    margin: 0 0 55px;
    font-size: 24px;
    line-height: 120%;
    background: url(../images/booking/son-logo.png) 50% 0 no-repeat;
}
.opports-list-inn {
    padding: 65px 35px 0;
}
.online-adaptive-list {
    max-width: 1450px;
    margin: 0 auto;
    padding: 0;
    list-style: none;
    overflow: hidden;
    text-align: left;
}
.online-adaptive-list li {
    width: 50%;
    float: left;
    padding: 0 30px;
    font-size: 23px;
}
.online-adaptive-list .adapt-inn {
    height: 720px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}
.online-adaptive-list li.social .adapt-inn {
    background-image: url(../images/booking/social-bg.jpg);
    color: #fff;
    padding: 430px 0 0 13%;
}
.online-adaptive-list li.mobile .adapt-inn {
    background-image: url(../images/booking/mobile-bg.jpg);
    padding: 100px 11% 0 0;
    text-align: right;
}
.online-adaptive-list h3 {
    font-size: 48px;
    margin: 0 0 20px;
}
.online-adaptive-list p {
    margin: 0;
    max-width: 250px;
}
.online-adaptive-list li.mobile p {
    float: right;
}

.online-business {
    position: relative;
    max-width: 1050px;
    margin: 0 auto;
    padding: 70px 0;
    color: #333;
}
.online-business h2 {
    text-align: center;
    font-size: 48px;
    font-weight: normal;
    line-height: 120%;
    max-width: 560px;
    margin: 0 auto 40px;
}
.opports-list.var2 {
    padding: 0 0 20px;
}
.opports-list.var2 li {
    display: block;
    width: 100%;
    margin: 0 0 30px;
    padding: 0;
}
.opports-list.var2 .opports-list-inn {
    padding: 80px 0 0;
}
.online-business .consult-form-wrap_var2 {
    margin-left: 35px;
    margin-right: 35px;
}
.online-business-wrap.ny {
    background: #efefef;
}
.ny .ny-title {
    margin: 0;
    font-size: 20px;
    text-align: center;
}



.further-icon {
    display: block;
    width: 42px;
    height: 28px;
    position: absolute;
    bottom: 10px; left: 50%;
    margin-left: -21px;
    z-index: 1;
    outline: none;
    font-size: 70px;
    color: #cecece;
}
.further-icon:hover {
    text-decoration: none;
}
.icon-angle-down
, .icon-angle-down:before
, .icon-angle-up
, .icon-angle-up:before {
    display: block;
    width: 100%;
    height: 100%;
    line-height: 16px;
    position: absolute;
    top: 2px; left: -1px;
}
.clients-map .further-icon {
    color: #fff;
}
.clients-partners .further-icon {
    color: #aaab8b;
}
.clients-dogovor .further-icon {
    color: #888;
}
.clients-team .further-icon {
    color: #0e8dbc;
}
.cells .further-icon
, .sys-details-wrap .further-icon {
    bottom: 15px;
}
.autoheight-wrap .further-icon {
    bottom: 3px;
    color: #0e8dbc;
}
.autoheight-wrap#promo-01 .further-icon {
    color: #0b94c7;
}
.autoheight-wrap#app-01 .further-icon
, .autoheight-wrap#sys-01 .further-icon {
    color: #cecece;
}

.clients-item-wrap {
    position: relative;
}
.clients-map {
    height: 100%;
    background: url(../images/clients/map.jpg) 50% 50% no-repeat;
    background-size: cover;
    text-align: center;
}
.clients-map .container {
    height: 100%;
    display: table;
}
.clients-map-inner {
    display: table-cell;
    vertical-align: middle;
    width: 465px;
    font-size: 36px;
    color: #fff;
}
.clients-map-inner h1 {
    font-size: 36px;
    font-weight: normal;
    margin: 0;
}
.clients-map-inner span {
    display: block;
    font-size: 72px;
}
.clients-map-inner strong {
    display: block;
    font-size: 100px;
    font-weight: normal;
}
.clients-partners {
    background: #f0efd1;
    text-align: center;
    color: #333;
    padding: 65px 0 55px;
}
.clients-partners h2 {
    font-size: 72px;
    font-weight: normal;
    margin: 0 0 60px;
}
.clients-partners-item {
    padding: 0 9%;
}
.partners {
    margin: 0;
    padding: 0;
    text-align: center;
    list-style: none;
}
.partners li {
    display: inline-block;
    vertical-align: middle;
    width: 16.3%;
    margin: 0 0 55px;
    padding: 0 10px;
    list-style: none;
}
.partners img {
    max-width: 100%;
}
.clients-dogovor {
    background: #e4e4e4;
    position: relative;
    min-height: 840px;
    overflow: hidden;
}
.clients-dogovor-item {
    padding: 200px 0 0 56.84%;
}
.clients-dogovor-item .numbers {
    font-size: 24px;
    line-height: 36px;
    color: #888;
    margin: 0 0 100px;
}
.clients-dogovor-item .numbers strong {
    display: block;
    font-size: 82px;
    font-weight: normal;
    line-height: 100%;
    margin: 0 0 10px;
}
.dogovor {
    width: 827px;
    height: 892px;
    padding: 300px 150px 0 495px;
    position: absolute;
    top: 15px; eft: 32px; left: 50%;
    margin-left: -767px;
    background: url(../images/clients/dogovor.png) 0 0 no-repeat;
    font-size: 10px;
    line-height: 20px;
}
.dogovor h2 {
    margin: 0;
    position: absolute;
    top: 140px; left: 330px;
    font-size: 36px;
    font-weight: normal;
}
.dogovor .son {
    position: absolute;
    top: 200px; left: 330px;
}
.dogovor .date {
    margin: 0;
    position: absolute;
    top: 215px; right: 150px;
    font-size: 8px;
}
.dogovor .sign {
    margin: 0;
    position: absolute;
    top: 625px; left: 334px;
    font-size: 6px;
}
.dogovor h3 {
    font-size: 18px;
    font-weight: normal;
    margin: 0 0 40px;
}
.clients-team {
    background: #f0efd1;
}
.clients-managers {
    background: url(../images/clients/team.jpg) 50% 100% no-repeat #f0efd1;
    background-size: 100% auto;
    padding: 80px 0 285px;
    text-align: center;
}
.clients-managers h2 {
    font-size: 72px;
    font-weight: normal;
    line-height: 100%;
    margin: 0;
    color: #333;
}
.clients-managers-names {
    background: #00aff0;
    padding: 60px 0 1px;
}
.team {
    margin: 0;
    padding: 0 3.5%;
    list-style: none;
    text-align: center;
}
.team li {
    display: inline-block;
    vertical-align: top;
    width: 16.3%;
    margin: 0;
    padding: 0 15px 90px;
    list-style: none;
    font-size: 14px;
    line-height: 100%;
    color: #333;
}
.team h3 {
    margin: 0 0 10px;
    font-size: 18px;
    font-weight: normal;
    color: #fff;
    line-height: 120%;
}
.team p {
    margin: 0 0 10px;
}
.team a {
    color: #333;
}

.promo-item-wrap {
    position: relative;
    height: 100%;
    min-height: 600px;
}
.promo-partners {
    background: #fff;
}
.promo-partners .container-fluid {
    height: 100%;
}
.promo-partners .carousel {
    height: 100%;
    padding: 0 6.43% 0 4.64%;
}
.promo-partners .carousel-inner {
    height: 100%;
}
.promo-partners .carousel .item {
    background: #fff;
    height: 100%;
}
.promo-partners .carousel .item-inner {
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
}
.promo-partners .carousel .ipad {
    width: 59%;
    max-height: 100%;
    margin: 0 55px 0 0;
    margin: 60px 6% 60px 0;
    position: relative;
}
.promo-partners .carousel .ipad:after {
    content: " ";
    display: block;
    width: 100%;
    height: 100%;
    background: url(../images/promo/ipad.png) 0 0 no-repeat;
    background-size: cover;
    position: absolute;
    top: 0; left: 0;
}
.promo-partners .carousel .ipad img {
    display: block;
    width: 100%;
    max-width: 100%;
    max-height: 100%;
}
.promo-partners .carousel .descr {
    font-size: 22px;
    line-height: 32px;
    width: 35%;
}
.promo-partners .carousel .descr h2 {
    margin: 0 0 30px;
    font-size: 72px;
    font-weight: normal;
    line-height: 100%;
}
.promo-partners .carousel-indicators {
    width: 40px;
    top: 50%; left: auto; bottom: auto; right: 0;
    margin: -254px 0 0;
}
.promo-partners .carousel-indicators li {
    display: block;
    width: 35px;
    height: 35px;
    background: #d6d6d7;
    border: none;
    border-radius: 20px;
    margin: 6px 0;
    text-indent: 0;
    vertical-align: middle;
}
.promo-partners .carousel-indicators li.active {
    width: 45px;
    height: 45px;
    border: 1px solid #adaeaf;
    border-radius: 25px;
    background: #fff;
    position: relative;
    right: -5px;
    margin: 1px 0 6px -10px;
}
.promo-partners .carousel-indicators li.active:first-child {
    margin-top: 6px;
}
.promo-partners .carousel-indicators li img {
    display: block;
    width: 100%;
    max-width: 100%;
}
.promo-thesis {
    background: #ecebc3;
    text-align: center;
    adding: 115px 0 1px;
}
.promo-thesis .container {
    height: 100%;
}
.thesises {
    margin: 0;
    padding: 60px 0;
    list-style: none;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: stretch;
}
.thesises li {
    display: inline-block;
    vertical-align: top;
    width: 49.3%;
    margin: 0 0 125px;
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 18px;
    color: #666;
}
.thesises .ico {
    font-size: 80px;
    color: #00aff0;
    margin: 0 auto 25px;
}
.thesises h3 {
    font-size: 48px;
    line-height: 100%;
    font-weight: normal;
    margin: 0 0 13px;
}
.thesises p {
    margin: 0 30px;
}

.bonus-inner {
    padding: 100px 0 30%;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    color: #333;
}
.bonus-inner h1 {
    margin: 0 0 30px;
    font-size: 72px;
    font-weight: normal;
    line-height: 100%;
}
.bonus-inner h2 {
    margin: 0;
    font-size: 24px;
    font-weight: normal;
    line-height: 100%;
}
.bonus-info {
    font-size: 2.2rem;
    line-height: 3.2rem;
    color: #fff;
    text-align: center;
    max-width: 700px;
    margin: 0 auto;
}
.bonus-info .ico {
    font-size: 3.6rem;
}
.bonus-info p {
    margin: 0;
}
.bonus-info a {
    color: #fff;
}


@-webkit-keyframes forward {
    0%{background-position:0px 0px;}
    100%{background-position:0px -8400px;}
}
@-moz-keyframes forward {
    0%{background-position:0px 0px;}
    100%{background-position:0px -8400px;}
}
@-o-keyframes forward {
    0%{background-position:0px 0px;}
    100%{background-position:0px -8400px;}
}
@keyframes forward {
    0%{background-position:0px 0px;}
    100%{background-position:0px -8400px;}
}

@-webkit-keyframes reverse {
    0%{background-position:0px -8400px;}
    100%{background-position:0px 0;}
}
@-moz-keyframes reverse {
    0%{background-position:0px -8400px;}
    100%{background-position:0px 0;}
}
@-o-keyframes reverse {
    0%{background-position:0px -8400px;}
    100%{background-position:0px 0;}
}
@keyframes reverse {
    0%{background-position:0px -8400px;}
    100%{background-position:0px 0;}
}

.iphone-anim {
    width: 260px;
    height: 550px;
    position: fixed;
    top: 50%; right: 50%;
    z-index: 10;
    margin: -230px -500px 0 0;
    overflow: hidden;
    transition: all 1s cubic-bezier(0.175, 0.885, 0.32, 1) 0s;
}
.iphone-anim.iphone0 {
    margin-top: -345px;
}
.iphone-anim.iphone2 {
    margin-right: 235px;
}


.iphone-anim div {
    background: url(../images/iphones_screen.png) 0 0 no-repeat;
    display: block;
    width: 260px;
    height: 700px;
    margin: 0;
}
.iphone-anim.reverse div {
    animation: 0.6s steps(12, end) 0s normal none 1 running reverse;
}
.iphone-anim.forward div {
    animation: 0.6s steps(12, end) 0s normal none 1 running forward;
}
.iphone-anim.iphone0 div {
    background-position: 0px 0px;
}
.iphone-anim.iphone1 div {
    background-position: 0px -8400px;
}
.iphone-anim.iphone2 div {
    background-position: 0px -8400px;
}

.iphone-anim span.s1 {
    opacity: 0;
    width: 260px;
    height: 550px;
    position: absolute;
    top: 0; left: 0;
    padding: 60px 33px 0px 23px;
    transition: opacity ease 0.5s;
}
.iphone-anim.iphone2 span.s1 {
    opacity: 1;
}
.iphone-anim .s2 {
    width: 204px;
    height: 377px;
    overflow: hidden;
}
.iphone-anim .s2 img {
    display: block;
}






.fixed {

}
.h-fixed-wrap {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0; left: 0;
}
#app-01 .container {
    position: relative;
}
.app-i {
    display: none;
    position: absolute;
    top: 50%; right: 50%;
    margin: -250px -489px 0 0;
}
.app-item-wrap {
    position: relative;
    min-height: 100%;
}
.app-item-wrap .container {
    min-height: 600px;
}
.app-contents {
    background: #00aff0;
    color: #333;
    height: 100%;
}
.app-contents .container {
    height: 100%;
    display: table;
}
.app-contents-inner {
    padding: 0 9.4%;
    min-height: 425px;
    display: table-cell;
    vertical-align: middle;
}
.app-contents-inner h2 {
    margin: 0 0 70px;
    font-size: 72px;
    font-weight: normal;
    line-height: 100%;
}
.app-contents-inner .carousel {
    position: static;
}
.app-contents-inner .carousel-indicators {
    position: static;
    top: 0; left: 0;
    width: auto;
    margin: 0;
    padding: 0 250px 0 0;
    text-align: left;
    -moz-columns: 2;
    -webkit-columns: 2;
    columns: 2;
    -moz-column-gap: 80px;
    -webkit-column-gap: 80px;
    column-gap: 80px;
}
.app-contents-inner .carousel-indicators li {
    margin: 0 0 32px;
    padding: 0 0 0 37px;
    display: block;
    width: auto;
    height: auto;
    max-width: 365px;
    font-size: 24px;
    line-height: 100%;
    text-indent: 0;
    border-radius: 0;
    border: none;
    background: none;
    position: relative;
    z-index: 5;
    list-style: none;
}
.app-contents-inner .carousel-indicators li:after {
    content: " ";
    display: block;
    width: 18px;
    height: 18px;
    border: 2px solid #333;
    border-radius: 9px;
    position: absolute;
    top: 4px; left: 0;
}
.app-contents-inner .carousel-indicators li.active {
    font-weight: bold;
    color: #fff;
}
.app-contents-inner .carousel-indicators li.active:after {
    background: #fff;
    border-color: #fff;
}
.carousel-inner-wrap {
    display: none;
    width: 260px;
    height: 550px;
    position: absolute;
    top: 50%;
    right: 50%;
    margin: -230px -500px 0 0;
    padding: 60px 33px 0 23px;
    z-index: 11;
    background: url(../images/iphone_screen.png) 0 0 no-repeat;
    overflow: hidden;
}
.app-contents-inner .carousel-inner {
    width: 204px;
    height: 377px;
}
.app-contents-inner .carousel.vertical .item {
    -webkit-transition: 0.6s ease-in-out top;
    -moz-transition: 0.6s ease-in-out top;
    -ms-transition: 0.6s ease-in-out top;
    -o-transition: 0.6s ease-in-out top;
    transition: 0.6s ease-in-out top;
    left: 0;
    transform: none;
}
.app-contents-inner .carousel.vertical .active {
    top: 0;
}
.app-contents-inner .carousel.vertical .next {
    top: 377px;
}
.app-contents-inner .carousel.vertical .prev {
    top: 0;
}
.app-contents-inner .carousel.vertical .next.left
, .app-contents-inner .carousel.vertical .prev.right {
    top: 0;
}
.app-contents-inner .carousel.vertical .active.left {
    top: 0;
}
.app-contents-inner .carousel.vertical .active.right {
    top: 377px;
}
.app-contents-inner .carousel-inner > .item > a > img
, .app-contents-inner .carousel-inner > .item > img {
    max-width: none;
}


.app-dop {
    background: #ecebc3;
    color: #333;
    height: 100%;
}
.app-dop .container {
    height: 100%;
    display: table;
}
.app-dop-inner {
    padding: 0 0 0 39.74%;
    min-height: 450px;
    display: table-cell;
    vertical-align: middle;
    font-size: 24px;
}
.app-dop-inner h2 {
    margin: 0 0 70px;
    font-size: 72px;
    font-weight: normal;
    line-height: 100%;
}
.app-dop-inner ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.app-dop-inner ul li {
    position: relative;
    margin: 0 0 20px;
    padding: 0 0 0 43px;
    list-style: none;
}
.app-dop-inner ul li:before {
    position: absolute;
    top: 2px;
    left: 0;
    content: "\f0da";
    display: inline-block;
    font: normal normal normal 30px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #00aff0;
}
.iphone-dop-screen {
    display: none;
    width: 260px;
    height: 550px;
    position: absolute;
    top: 50%; right: 50%;
    margin: -230px 235px 0 0;
    padding: 60px 33px 0 23px;
    background: url(../images/iphone_screen.png) 0 0 no-repeat;
}
.iphone-dop-screen-inn {
    width: 204px;
    height: 377px;
    overflow: hidden;
}
.iphone-dop-screen img {
    display: block;
}
.app-example {
    background: #fff;
    text-align: center;
    color: #333;
}
.app-example-inner {
    padding: 80px 0 165px;
}
.app-example-inner h2 {
    margin: 0 0 80px;
    font-size: 72px;
    font-weight: normal;
    line-height: 100%;
}
.apps-icons {
    margin: 0;
    padding: 0;
    list-style: none;
}
.apps-icons li {
    display: inline-block;
    vertical-align: top;
    width: 19.6%;
    margin: 0 0 45px;
    padding: 0;
    list-style: none;
}
.apps-icons li img {
    display: block;
    margin: 0 auto 25px;
    box-shadow: 5px 5px 35px rgba(0,0,0,.2);
    border-radius: 28px;
}
.apps-icons.android li img {
    border-radius: 10px;
}
.apps-icons li span {
    display: block;
    margin: 0 15px;
    font-size: 18px;
    line-height: 120%;
}
.apps-icons a {
    color: #333;
}
.app-price {
    background: #f7f7f7;
    text-align: center;
    color: #333;
}
.app-price-inner {
    padding: 85px 0 70px;
}
.app-price-inner h2 {
    margin: 0 0 80px;
    font-size: 72px;
    font-weight: normal;
    line-height: 100%;
}
.app-price-offers {
    margin: 0;
    padding: 0;
    list-style: none;
}
.app-price-offers li {
    display: inline-block;
    vertical-align: top;
    width: 24.6%;
    margin: 0 0 58px;
    padding: 0;
    list-style: none;
}
.app-p-inn {
    width: 200px;
    height: 420px;
    margin: 0 auto;
    font-size: 16px;
    position: relative;
}
.app-p-inn input.checkbox {
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0; left: 0;
    opacity: 0;
}
.app-p-inn label {
    color: #333;
    background: #cfcdcd;
    display: block;
    height: 100%;
    margin: 0;
    padding: 30px 18px 80px;
    font-weight: normal;
    position: relative;
    z-index: 1;
    cursor: pointer;
}
.app-p-inn .icon-check {
    display: block;
    width: 30px;
    height: 30px;
    background: #fff;
    border-radius: 8px;
    box-shadow: inset 0 1px #7b7b7b;
    position: absolute;
    bottom: 37px; left: 50%;
    margin-left: -15px;
    font-size: 48px;
    color: #00aff0;
}
.app-p-inn .icon-check:before {
    display: none;
    position: absolute;
    bottom: -7px; left: -7px;
}
.app-p-inn input.checkbox:checked + label {
    background: #fff;
}
.app-p-inn input.checkbox:checked + label .icon-check {
    background: none;
    border-radius: 0;
    box-shadow: none;
}
.app-p-inn input.checkbox:checked + label .icon-check:before {
    display: block;
}
.app-p-inn h3 {
    font-size: 28px;
    font-weight: normal;
    line-height: 100%;
    margin: 0 0 12px;
}
.app-p-inn h4 {
    font-size: 24px;
    font-weight: normal;
    line-height: 100%;
    margin: 0 0 32px;
}
.order-summ-row {
    position: relative;
}
.order-btn-col {
    width: 25%;
    float: right;
}
.order-summ-row .itogo {
    display: block;
    position: absolute;
    top: 0; right: 25%;
    font-size: 12px;
    line-height: 60px;
    color: #008cbf;
}
.order-summ-row .itogo strong {
    font-size: 24px;
    font-weight: normal;
    margin: 0 5px;
}
.order-summ-row .itogo span {
    font-size: 18px;
}
.order-summ-row .order-btn {
    display: block;
    width: 200px;
    height: 60px;
    margin: 0 auto;
    font-size: 24px;
    line-height: 60px;
    text-align: center;
    color: #fff;
    background: #00aff0;
    outline: none;
    text-decoration: none;
}
.order-summ-row .order-btn:hover {
    background: #337ab7;
    text-decoration: none;
}

.modal-backdrop,
.modal-backdrop.in {
    background-color: #fff;
    opacity: .84;
}
.modal-dialog {
    width: 638px;
    margin-left: auto;
    margin-right: auto;
}
.modal-content {
    box-shadow: 5px 5px 35px rgba(0,0,0,.2);
    border-radius: 0;
    border: none;
}
.modal-header {
    border: none;
    padding: 30px 15px 40px;
    text-align: center;
}
.modal-header .close {
    margin: 0;
    position: absolute;
    top: 10px;
    right: 15px;
}
.modal-title {
    font-size: 48px;
    font-weight: normal;
    line-height: 100%;
}
.modal-body {
    padding: 0 110px 55px 125px;
    text-align: left;
    font-size: 18px;
    color: #333;
}
.form-group {
    margin: 0 0 20px;
}
.form-control {
    height: 60px;
    font-size: 18px;
    border-color: #333;
}
textarea.form-control {
    height: 80px;
}
.btn-primary {
    display: block;
    float: none;
    width: 100%;
    height: 60px;
    margin: 35px 0 0;
    padding: 0;
    background: #00aff0;
    font-size: 36px;
    color: #fff;
}
.modal-body .ask {
    margin: 35px 0 0;
    color: #555;
}
.modal-body .ask .tel {
    color: #00aff0;
    margin: 0 0 0 15px;
}
.modal-body .ask .tel .fa {
    margin: 0 5px 0 0
}

.autoheight-wrap {
    height: 100%;
    min-height: 600px;
    position: relative;
}

/* Carousel base class */
.home .carousel
, .home .carousel-inner
, .home .carousel .item {
    height: 100%;
}
.home .carousel-indicators {
    width: 100%;
    bottom: 30px; left: 0;
    margin-bottom: 0;
    margin-left: 0;
    height: 16px;
}

.promo-picture-wrap-static {
    height: 100%;
    background: url(../images/bg-slide-1.jpg) 50% 50% no-repeat;
    background-size: cover;
}
@media screen and (max-width: 1100px) {
    .promo-picture-wrap-static {
        height: auto;
        min-height: 550px;
        background-position: 50% 30px;
    }
}
@media screen and (max-width: 950px) {
    .promo-picture-wrap-static {
        min-height: 600px;
        background-position: 50% 50px;
    }
}
.promo-picture-wrap-static .promo-picture-inner.center {
    vertical-align: top;
    padding-top: 80px;
}
.new-vers .promo-picture-wrap-static .promo-picture-inner h1 {
    font-size: 6.5rem;
    margin-bottom: 10px;
}


.promo-picture-wrap .container {
    height: 100%;
    display: table;
}
.promo-picture-inner {
    display: table-cell;
    text-align: left;
    vertical-align: middle;
    width: 100%;
    padding: 0 20% 0 9.83%;
    color: #fff;
}
.promo-picture-inner.right {
    text-align: right;
    padding: 0 0 0 20%;
}
.promo-picture-inner.right2 {
    padding: 0 55% 0 0;
}
.promo-picture-inner.center {
    text-align: center;
    padding: 60px 0 30%;
}
.promo-picture-inner.center2 {
    text-align: center;
    padding: 0;
}
.promo-picture-inner.center2 img {
    display: block;
    margin: 0 auto 10px;
    max-width: 100%;
}
.promo-picture-inner.black {
    color: #333;
}
.promo-picture-inner h1 {
    margin: 0 0 20px;
    font-size: 72px;
    font-weight: normal;
    line-height: 100%;
}
.promo-picture-inner h2 {
    margin: 0;
    font-size: 24px;
    font-weight: normal;
    line-height: 120%;
}
.promo-picture-inner.design-custom img {
    position: relative;
    top: -120px;
    left: 100px;
    margin: 0 -100px -120px 0;
}
.promo-picture-inner.design-custom h1 {
    font-size: 44px;
    position: relative;
    top: -60px;
    margin-bottom: -40px;
}
.promo-picture-inner.design-custom h2 {
    font-size: 24px;
}

.carousel-caption {
    z-index: 10;
    font-family: 'Myriad Pro';
    color: #ffffff;
    font-size: 2.4rem;
    font-weight: 400;
    line-height: 6rem;
    text-align: left;
    top: 20%;
    text-shadow: none;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption.left {
    top: 33%;
    left: 9.83%;
    right: auto;
    width: 52rem;
}
.carousel-caption.right {
    left: auto;
    right: 6%;
    width: 52rem;
}
.carousel-caption.top {
    top: 10%;
}
.carousel-caption span {
    font-size: 7.2rem;
    line-height: 7rem;
}
.carousel .item {
    background-color: #777;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.carousel .item.system {
    background-image: url(../images/splash_02.jpg);
}
.carousel .item.system-new {
    background-image: url(http://sonline.su/public_2015/images/splash_02_1.jpg);
}
.carousel .item.promo {
    background-image: url(../images/splash_01.jpg);
}
.carousel .item.app {
    background-image: url(../images/splash_04.jpg);
}
.carousel .item.bonus {
    background-position: 50% 100%;
    background-size: 100% auto;
    background-image: url(../images/bonus.jpg);
    background-color: #fff;
}
.carousel .item.newyear {
    background-image: url(../images/a5_sonline_ny2019_1600.jpg);
}


.carousel .item.booking {
    background-color: #fff;
}
.carousel .item .a-block {
    display: block;
    height: 100%;
}
.carousel .item .a-block:hover {
    text-decoration: none;
    outline: none;
}
.carousel-indicators li {
    margin: auto 0.8rem;
    width: 1.6rem;
    height: 1.6rem;
    border-radius: 1.6rem;
    background-color: transparent;
    border-color: #333;
}
.carousel-indicators .active {
    width: 1.6rem;
    height: 1.6rem;
    margin: auto 0.8rem;
    background-color: #00aff0;
    border-color: #00aff0;
}


/* Center align the text within the n-columns */
.promo-picture-wrap {
    height: 78%;
}
.promo-picture-wrap.single {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}
.promo-picture-wrap.single.bonus-prog-wrap {
    background-image: url(../images/bonus.jpg);
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: 100% auto;
}

.container-fluid {
    padding: 0 3.44%;
}
.container-fluid .row {
    margin: 0;
}
.headway {
    width: 100%;
    height: 22%;
    background-color: #00aff0;
    color: #fff;
    text-align: center;
    display: table;
}
.headway .row {
    padding: 0;
    display: table-cell;
    vertical-align: middle;
}
.col-md-6 {
    float: none;
    display: inline-block;
    vertical-align: top;
    width: 49.6%;
}
.col-xs-4 {
    width: 32.9%;
    padding: 0;
    float: none;
    display: inline-block;
    vertical-align: top;
}
.col-lg-3 {
    width: 24.6%;
    float: none;
    display: inline-block;
    vertical-align: top;
}
.headway .icon,
.headway .glyphicon,
.headway .fa,
.headway .son {
    font-size: 2.6rem;
    color: #666;
}
.headway .pc-logo {
    display: block;
    margin: 0 auto;
    width: 32px;
    height: 36px;
    background: url(../images/pc.png) 0 0 no-repeat;
}
.headway .title {
    width: 30px;
    height: 30px;
    margin: 0 auto;
    padding: 0;
    background: #0085b7;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.15);
    border-radius: 50%;
    font-size: 22px;
    color: #00aff0;
}
.headway .summary {
    margin: 0 1rem 2rem;
    font-size: 1.8rem;
    line-height: 110%;
}
.headway .summary strong {
    display: block;
    margin: 0 0 7px;
    font-size: 4.6rem;
    font-weight: normal;
    line-height: 100%;
}
.headway.bg-var2 {
    background: #efefef;
    color: #333;
}
.headway.bg-var2 .title {
    background: #cecece;
    color: #efefef;
}
.headway.var3 .summary {
    font-size: 1.6rem;
}
.headway.var3 .summary strong {
    font-size: 3.6rem;
}
.home .headway .title {
    width: auto;
    height: auto;
    font-family: open_sanslight;
    font-size: 4.4rem;
    line-height: 100%;
    margin: 4px 0 5px;
    background: none;
    box-shadow: none;
    border-radius: 0;
    color: #333;
}
.home .headway .pc-b .title {
    font-size: 2.6rem;
    margin: 7px 0 10px;
}
.home .headway .summary {
    font-family: open_sanslight;
    font-size: 2rem;
    margin: 0;
}


/* Button Phone */
.btn.btn-fab.phone {
    display: block;
    /*background-color: rgba(0, 175, 240, 0.6);*/
    background-color: #dc3030;
    color: #A8D1E1;
    position: fixed;
    bottom: 4%; right: 3.44%;
    height: 9.5rem;
    min-width: 9.5rem;
    width: 9.5rem;
    z-index: 33;
}
.btn.btn-fab.phone .fa {
    /*color: rgba(255, 255, 255, 0.6);*/
    color: #ec9595;
    font-size: 7rem;
    line-height: 9.5rem;
}
.btn.btn-fab.phone-var2 {
    /*bottom: 27.27%;*/
    top:80%;
}


.cells {
    padding: 16px 5% 46px;
    position: relative;
}
.cells .row {
    margin: 0;
    padding: 0;
}
.cell {
    padding: 9px;
}
.cell > .bord {
    position: relative;
    text-align: left;
    vertical-align: top;
    display: block;
}
.cell > .bord:hover:after {
    content: " ";
    display: block;
    width: 100%;
    height: 100%;
    border: 10px solid #00aff0;
    position: absolute;
    top: 0; left: 0;
}
.cell > .bord span {
    display: block;
    position: absolute;
    top: 85px; left: 0;
    padding: 1px 10px 0 10px;
    color: #333;
    background: #fff;
    font-size: 2.4rem;
}
.cell > .bord:hover span {
    background: #00aff0;
    color: #fff;
    font-weight: bold;
}
.cell > .bord img {
    min-width: 100%;
    max-width: 100%;
    display: block;
}

.h-consult-form-padding {
    padding: 30px 0 0;
}
.h-consult-form-padding .our-phone {
    padding-top: 20px;
}

.consult-form-wrap {
    margin: 11px 9px 0;
    background: #fff;
    box-shadow: 0 1px 21px rgba(154,156,157,.97);
}
.consult-form-wrap h3 {
    float: left;
    width: 35%;
    margin: 0;
    padding: 0;
    text-align: center;
    line-height: 60px;
}
.consult-form-wrap fieldset {
    float: left;
    border-left: 1px solid #d8d8d8;
}
.consult-form-wrap .consult-date {
    width: 17%;
    position: relative;
}
.consult-form-wrap .consult-time {
    width: 12%;
}
.consult-form-wrap .consult-phone
, .consult-form-wrap .consult-name
, .consult-form-wrap .consult-email {
    width: 18%;
}
.consult-form-wrap input.text {
    display: block;
    margin: 0;
    padding: 0;
    background-color: #fff;
    border: none;
    width: 100%;
    height: 60px;
    font-size: 18px;
    line-height: 60px;
    color: #00aff0;
    text-align: center;
    outline: none !important;
}
.consult-form-wrap input::-moz-placeholder {
    color: #999;
    opacity: 1;
}
.consult-form-wrap input::-webkit-input-placeholder {
    color: #999;
    opacity: 1;
}
.consult-form-wrap input:-ms-input-placeholder {
    color: #999;
    opacity: 1;
}
.consult-form-wrap input:placeholder {
    color: #999;
    opacity: 1;
}
.consult-form-wrap input:focus::-moz-placeholder {
    opacity: 0;
}
.consult-form-wrap input:focus::-webkit-input-placeholder {
    opacity: 0;
}
.consult-form-wrap input:focus:-ms-input-placeholder {
    opacity: 0;
}
.consult-form-wrap input:focus:placeholder {
    opacity: 0;
}
.consult-date .glyphicon {
    display: block;
    width: 14px;
    height: 9px;
    background: url(../images/picker-arr.png) 0 0 no-repeat;
    position: absolute;
    top: 50%; right: 12px;
    margin-top: -5px;
    cursor: text;
}
.consult-form-wrap button.submit {
    float: left;
    width: 18%;
    height: 60px;
    margin: 0;
    padding: 0;
    border: none;
    background: #00aff0;
    font-size: 24px;
    color: #fff;
}
.consult-form-wrap button.submit:focus {
    outline: none;
}
.consult-form-wrap_var2 {
    margin: 4rem 0 0;
}
.consult-form-wrap_var2 .consult-phone
, .consult-form-wrap_var2 .consult-name
, .consult-form-wrap_var2 .consult-email {
    width: 20%;
}
.consult-form-wrap_var2 button.submit {
    width: 40%;
}

.datepicker-dropdown.dropdown-menu {
    box-shadow: none;
    margin: 0 0 0 -87px;
    padding: 0;
    border-radius: 0;
    border: 1px solid #d8d8d8;
    width: 350px;
}
.datepicker-dropdown.dropdown-menu.datepicker-orient-bottom {
    margin-top: -7px;
}
.datepicker-dropdown.dropdown-menu.datepicker-orient-top {
    margin-top: 7px;
}
.datepicker-days {
    padding: 18px 20px 20px;
}
.datepicker-days table.table-condensed {
    margin: 0;
    padding: 0;
    border-collapse: collapse;
    width: 100%;
}
.datepicker-days table.table-condensed th {
    padding: 0;
    text-align: center;
    font-size: 18px;
    font-weight: normal;
    line-height: 100%;
    color: #444;
    padding: 0;
}
.datepicker-days table.table-condensed th.prev {
    background: url(../images/datepicker-prev.png) 0 50% no-repeat;
    cursor: pointer;
    text-indent: -9999px;
}
.datepicker-days table.table-condensed th.next {
    background: url(../images/datepicker-next.png) 100% 50% no-repeat;
    cursor: pointer;
    text-indent: -9999px;
}
.datepicker-days table.table-condensed th.dow {
    font-size: 16px;
    text-transform: uppercase;
    color: #c4c4c4;
    border-bottom: 1px solid #e0e0e0;
    padding: 17px 0 10px;
}
.datepicker-days table.table-condensed td {
    padding: 4px 0;
    text-align: center;
    font-size: 16px;
    line-height: 100%;
    color: #444;
    cursor: pointer;
}
.datepicker-days table.table-condensed td.old {
    cursor: default;
}
.datepicker-days table.table-condensed .d-wr {
    display: block;
    width: 30px;
    height: 30px;
    margin: 0 auto;
    padding: 8px 0 0;
    font-size: 16px;
    font-style: normal;
    line-height: 100%;
    color: #444;
    border-radius: 50%;
}
.datepicker-days table.table-condensed td.today .d-wr {
    background: #ccc;
}
.datepicker-days table.table-condensed td:hover .d-wr
, .datepicker-days table.table-condensed td.active .d-wr {
    background: #00aff0;
    color: #fff;
}
.datepicker-days table.table-condensed td.old .d-wr
, .datepicker-days table.table-condensed td.new .d-wr
, .datepicker-days table.table-condensed td.disabled .d-wr {
    color: #c4c4c4;
}
.datepicker-days table.table-condensed td.disabled:hover .d-wr {
    background: none;
}


.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 100%;
    height: 60px;
    border: none;
}
.bootstrap-select .btn {
    display: block;
    height: 60px;
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    font: 18px/60px MyriadProRegular;
    color: #00aff0;
}
.bootstrap-select .btn:hover {
    background: #fff;
}
.btn-default:active
, .btn-default.active
, .btn-default:focus
, .btn-default.focus
, .open > .dropdown-toggle.btn-default
, .btn-default:active:hover
, .btn-default.active:hover
, .open > .dropdown-toggle.btn-default:hover
, .btn-default:active:focus
, .btn-default.active:focus
, .open > .dropdown-toggle.btn-default:focus
, .btn-default.focus:active
, .btn-default.active.focus
, .open > .dropdown-toggle.btn-default.focus {
    background: #fff;
    border: none;
    color: #00aff0;
    box-shadow: none;
}
.bootstrap-select.btn-group .dropdown-toggle .filter-option {
    text-align: center;
}
.bootstrap-select.btn-group .dropdown-toggle .caret {
    width: 14px;
    height: 9px;
    border: none;
    background: url(../images/picker-arr.png) 0 0 no-repeat;
    margin-top: -5px;
}
.bootstrap-select .dropdown-menu {
    border-radius: 0;
    border: 1px solid #d8d8d8;
    box-shadow: none;
    margin: 0;
    padding: 0;
    font-size: 18px;
    line-height: 100%;
    color: #444;
}
.bootstrap-select.btn-group .dropdown-menu.inner {
    padding: 15px 0;
}
.bootstrap-select .dropdown-menu > li > a {
    padding: 7px 0 5px;
    text-align: center;
    line-height: 100%;
    outline: none;
}
.bootstrap-select .dropdown-menu > li.selected > a {
    background: #00aff0;
    color: #fff;
}



.prices-item-wrap {
    background: #f7f7f7;
}
.prices-item-wrap_var2 {
    background: #fff;
}
.prices-item-wrap_var3 {
    background: #cfe9fc;
}
.prices-item-wrap_start {
    background: #e9e9e9;
    border: none !important;
}
.prices-item-wrap#price-01 {
    height: 100%;
    min-height: 1065px;
    background: #fff;
}
.prices-container {
    margin: 0 auto;
    padding: 0 20px;
    width: 100%;
    max-width: 1370px;
}
.prices-item-wrap#price-01 .prices-container {
    height: 100%;
    display: table;
}
.prices-item-inner {
    padding: 40px 0;
}
.prices-item-wrap#price-01 .prices-item-inner {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    width: 100%;
    padding: 65px 0;
}
.prices-item-wrap h1
, .prices-item-wrap h2 {
    font-size: 4.8rem;
    font-weight: normal;
    color: #333;
    margin: 0 0 8.5rem;
}
.prices-item-wrap h1 {
    margin: 0 auto 5rem;
    max-width: 70%;
}
.prices-item-wrap_var2 h2 {
    margin: 0 0 7rem;
}
.prices-item-wrap span.br {
    display: block;
}
.price-slider-wrap {
    padding: 0 0 5.5rem;
    overflow: hidden;
}
.price-slider-inline {
    position: relative;
    display: inline-block;
}
.slider-title {
    display: block;
    width: 14rem;
    vertical-align: top;
    position: absolute;
    top: 3.1rem;
    left: -14rem;
    margin: 0;
    font-size: 1.8rem;
    font-weight: normal;
    line-height: 100%;
    color: #666;
}
.slider.slider-horizontal {
    width: 494px;
    height: 45px;
    margin: 0 !important;
    padding: 3rem 0 0;
}
.slider.slider-horizontal .slider-track {
    background: #fff;
    border-radius: 0;
    margin: 0;
    top: auto;
    bottom: 0;
}
.slider-tick {
    background: #fff;
    background-image: none;
    box-shadow: inset 0 1px 4px rgba(0,0,0,.15);
    opacity: 1;
}
.slider-tick.in-selection {
    background: #fff;
}
.slider-handle {
    background: #00aff0;
}
.slider-selection.tick-slider-selection {
    background: none;
    box-shadow: none;
}
.slider.slider-horizontal .slider-tick-label-container {
    margin-top: 0;
    font-size: 1.8rem;
    line-height: 100%;
    color: #666;
    position: absolute;
    top: 0; left: 0;
}
.slider.slider-horizontal .slider-tick-label-container .slider-tick-label {
    padding: 0;
}
.attention {
    font-size: 1.8rem;
    color: #f24747;
    text-align: center;
    margin: 0 0 7rem;
}
.b-item-prices-wrap {
    display: flex;
    align-items: stretch;
    justify-content: center;
}
.b-item-price {
    display: inline-block;
    width: 24.7%;
    vertical-align: top;
    font-size: 1.8rem;
    line-height: 100%;
}
.b-item-price_inner {
    box-sizing: border-box;
    height: 100%;
    background: #eeedee;
    box-shadow: 0 0 20px rgba(0,0,0,.05);
    margin: 0 9px;
    padding: 3rem 1.5rem 1.5rem;
    color: #000;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.b-item-price.color1 .b-item-price_inner {
    background: #f1daff;
    color: #666;
}
.b-item-price.color2 .b-item-price_inner {
    background: #ffe954;
    color: #666;
}
.b-item-price.color3 .b-item-price_inner {
    background: #43c725;
    color: #1a570d;
}
.b-item-price h3 {
    font-size: 2rem;
    font-weight: normal;
    line-height: 100%;
    color: #333;
    min-height: 15rem;
    margin: 0 0 1rem;
}
.b-item-price.color3 h3 {
    color: #fff;
}
.b-item-price h3 strong {
    display: block;
    font-size: 3.6rem;
    font-weight: normal;
    line-height: 100%;
    color: #00aff0;
    margin: 0 0 1rem;
}
.b-item-price.color3 h3 strong {
    color: #fff;
}
.b-item-price h3 span {
    display: block;
    font-size: 1.8rem;
    font-weight: normal;
    line-height: 120%;
    color: #b1b0b0;
    margin: 3rem 0 0;
}
.b-item-price.color3 h3 span {
    color: #2d881a;
}
.b-item-price_inner h3.alt {
    min-height: 1rem;
    margin: 0 0 3rem;
}
.b-item-price_inner h3.alt strong {
    margin-bottom: 0;
    color: #000;
}
.b-item-price h3.alt span {
    font-size: 2rem;
    color: #000;
}
.b-item-price h3.alt span.slider1_pval1_1
, .b-item-price h3.alt span.slider1_pval1 {
    margin: 0;
}
.b-item-price p.m {
    margin: 0 0 3rem;
    font-size: 2rem;
    line-height: 120%;
}
.b-item-price .l-h3 {
    font-size: 3.6rem;
    line-height: 100%;
    color: #00aff0;
    margin: 0 0 2rem;
}
.b-item-price .btn-connect {
    display: block;
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
    font-size: 2rem;
    background: #fed623;
    border-radius: 25px;
    padding: 18px 0 16px;
    color: #000;
}.b-item-price .btn-connect:hover {
     text-decoration: none;
 }
.b-item-price ul {
    margin: 0;
    padding: 0;
    text-align: left;
}
.b-item-price ul li {
    position: relative;
    list-style-type: none;
    margin: 0 0 2rem;
    padding: 0 0 0 2rem;
}
.b-item-price ul li:before {
    position: absolute;
    top: -7px;
    left: 0;
    content: "\f0da";
    display: inline-block;
    font: normal normal normal 3rem/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #00aff0;
}
.b-item-price.color3 ul li:before {
    color: #1a570d;
}
.b-item-price.color3 .price-gift {
    font-size: 2rem;
    color: #fff;
}
.b-item-price.wide {
    display: block;
    width: auto;
    font-size: 2rem;
    line-height: 2.6rem;
}
.b-item-price.wide .b-item-price_inner {
    margin: 0;
    padding: 4rem 9rem 2rem;
}
.b-item-price.wide h3 {
    min-height: 0;
    margin: 0 0 3rem;
}
.b-item-price.wide ul li {
    margin: 0 0 3rem;
    padding: 0 0 0 4rem;
}
.b-item-price.wide ul li:before {
    top: -3px;
}
.b-item-price.wide ul.inl {
    margin-right: -9rem;
}
.b-item-price.wide ul.inl li {
    display: inline-block;
    vertical-align: top;
    width: 49.6%;
    padding: 0 0 0 2rem;
}

.prices-item-wrap_start .prices-item-inner {
    padding: 40px 0 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    text-align: center;
}
@media screen and (max-width: 1100px) {
    .prices-item-wrap_start .prices-item-inner {
        padding: 50px 0;
    }
}
.price-start-1 {
    width: 45%;
    font-size: 24px;
    color: #000;
}
@media screen and (max-width: 1100px) {
    .price-start-1 {
        width: 100%;
        margin: 0 0 50px;
    }
}
.price-start-1 h2 {
    font-size: 30px;
    font-weight: normal;
    color: #ef2626;
    margin: 0 0 35px;
}
@media screen and (max-width: 1100px) {
    .price-start-1 h2 {
        width: 70%;
        margin-left: auto;
        margin-right: auto;
    }
}
@media screen and (max-width: 766px) {
    .price-start-1 h2 {
        width: 100%;
        margin: 0 0 30px !important;
    }
}
.price-start-1 h2 strong {
    display: block;
    font-size: 48px;
    font-weight: normal;
    text-transform: uppercase;
    margin: 0 0 25px;
}
.price-start-1 p {
    margin: 0 0 10px;
}
.price-start-1-summ {
    font-size: 30px;
    color: #666;
    margin: 0 0 10px;
}
.price-start-1-summ span {
    font-size: 50px;
    color: #00aff0;
}
.price-start-1-notes {
    font-size: 22px;
    color: #696969;
}

.price-start-2 {
    width: 41%;
    font-size: 24px;
    color: #666;
}
@media screen and (max-width: 1100px) {
    .price-start-2 {
        width: 70%;
    }
}
@media screen and (max-width: 550px) {
    .price-start-2 {
        width: 100%;
    }
}
.price-start-2-img {
    display: block;
    margin: 0 auto 10px;
    width: 100%;
    max-width: 100%;
}

.price-start-3 {
    width: 14%;
    margin: 0;
    padding: 0;
    list-style: none;
}
@media screen and (max-width: 1100px) {
    .price-start-3 {
        width: 30%;
    }
}
@media screen and (max-width: 550px) {
    .price-start-3 {
        width: 100%;
        padding: 20px 0 0;
    }
}
.price-start-3 li {
    font-size: 27px;
    color: #666;
    margin: 0 0 10px;
}
@media screen and (max-width: 766px) {
    .price-start-3 li {
        font-size: 18px;
    }
}
@media screen and (max-width: 550px) {
    .price-start-3 li {
        display: inline-block;
        width: 32%;
        padding: 0 5px;
        vertical-align: top;
        font-size: 16px;
    }
}
.price-start-3 li:last-child {
    margin: 0;
}
.price-start-3 .fa {
    display: block;
    font-size: 80px;
    color: #00aff0;
}
@media screen and (max-width: 766px) {
    .price-start-3 .fa {
        font-size: 61px;
    }
}
@media screen and (max-width: 550px) {
    .price-start-3 .fa {
        font-size: 40px;
    }
}

.prices-flex-box {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    align-content: center;
    position: relative;
    left: -20px;
    margin-right: -40px;
}
.b-price-box {
    width: 50%;
    border-left: 20px solid #fff;
    border-right: 20px solid #fff;
    font-size: 2rem;
}
.b-price-box.color1 {
    background: #7dd3ef;
    color: #1b566c
}
.b-price-box.color2 {
    background: #e3b64c;
    color: #453a1f;
}
.b-price-box.color3 {
    background: #ff8b02;
    color: #7f4c0f;
}
.b-price-box.color4 {
    background: #3db322;
    color: #205e12;
}
.b-price-box.color5 {
    background: #f7f7f7;
    color: #666;
}
.b-price-box.centered {
    text-align: center;
}
.b-price-box-inner {
    padding: 40px 45px 25px;
}
.b-price-box h3 {
    font-size: 4.8rem;
    font-weight: normal;
    text-align: center;
    text-transform: uppercase;
    margin: 0 0 35px;
    color: #fff;
}
.b-price-box.color3 h3 {
    color: #7f4c0f;
}
.b-price-box.color4 h3 {
    color: #205e12;
}
.b-price-box-devices {
    min-height: 340px;
}
.b-price-box-devices img {
    display: block;
    max-width: 100%;
}
.b-price-box-icons {
    height: 110px;
}
.b-price-box-icons.p3 {
    padding-top: 13px;
}
.b-price-box-icons.p4 {
    padding-top: 44px;
}
.b-price-box-icons img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}
.b-price-box-icons .icon-print {
    font-size: 95.83px;
    color: #00aff0;
    display: block;
    margin: 0 auto;
    padding-top: 5px;
}
.b-price-box-icons .icon-balance-scale {
    font-size: 83.33px;
    color: #00aff0;
    display: block;
    margin: 0 auto;
}
.b-price-box-icons .icon-balance-scale:before {
    display: none;
}
.b-price-box-icons .icon-balance-scale .fa-comment-o {
    vertical-align: top;
}
.b-price-box-icons .icon-bar-chart {
    font-size: 87.5px;
    color: #00aff0;
    display: block;
    margin: 0 auto;
}
.b-price-box-icons .icon-gift {
    font-size: 108.34px;
    color: #00aff0;
    display: block;
    margin: 0 auto;
}
.b-price-box-icons .icon-sitemap {
    font-size: 95.83px;
    color: #00aff0;
    display: block;
    margin: 0 auto;
}
.b-price-box-summ {
    margin: 33px 0 0;
    font-size: 2.6rem;
    color: #fff;
}
.b-price-box-summ.var2 {
    font-size: 3rem;
}
.b-price-box.color2 .b-price-box-summ {
    color: #23252a;
}
.b-price-box-summ .summ {
    font-size: 2.8rem;
    color: #34a4cd;
}
.b-price-box-summ.var2 .summ {
    font-size: 3.2rem;
    color: #fff;
}

.prices-hr {
    height: 36px;
}
.prices-flex-box.cols-4 .b-price-box {
    width: 25%;
    line-height: 2.4rem;
}
.prices-flex-box.cols-4 .b-price-box-inner {
    padding: 20px 25px 25px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
.prices-flex-box.cols-4 .b-price-box h3 {
    color: #666;
    text-transform: none;
    margin: 0 0 3px;
}
.prices-flex-box.cols-4 .b-price-box h3.var2 {
    font-size: 4rem;
}
.prices-flex-box.cols-4 .b-price-box h3.var3 {
    font-size: 3.2rem;
}
.prices-flex-box.cols-4 .b-price-box-summ {
    font-size: 3rem;
    color: #666;
}
.prices-flex-box.cols-4 .b-price-box-summ .summ {
    font-size: 3rem;
    color: #00aff0;
}

.prices-item-inner-2 {
    min-height: 420px;
    position: relative;
}
.price-apps-text {
    padding: 90px 770px 0 0;
    text-align: center;
    position: relative;
    z-index: 1;
}
.price-apps-text h2 {
    font-size: 4.8rem;
    font-weight: normal;
    text-transform: uppercase;
    color: #ee2626;
    margin: 0 0 30px;
}
.price-apps-text h3 {
    font-size: 3rem;
    font-weight: normal;
    color: #ee2626;
    margin: 0 0 30px;
}
.price-apps-text .price-app {
    font-size: 3rem;
    color: #666;
}
.price-apps-text .price-app strong {
    font-size: 5rem;
    color: #00aff0;
}

.new-vers .price-apps-text.v2 {
    padding-top: 20px;
}
.price-apps-text.v2 .price-app {
    font-size: 2.6rem;
    color: #000;
}
.price-apps-text.v2 .price-app strong {
    font-size: 4rem;
    color: #00aff0;
}
.price-apps-img {
    width: 750px;
    height: 385px;
    background: url(../images/price/apps.jpg) 0 0 no-repeat;
    position: absolute;
    bottom: 0;
    right: 43px;
}

.prices-item-wrap.promo {
    background: url(../images/price/price-promo-bg.jpg) 50% 50% no-repeat;
    background-size: cover;
    min-height: 875px;
    color: #fff;
}
.prices-item-inner-3 {
    padding: 100px 0;
}
.b-price-promo {
    max-width: 650px;
    font-size: 2rem;
    text-align: right;
    float: right;
}
.b-price-promo h2 {
    font-size: 4.8rem;
    font-weight: normal;
    text-transform: uppercase;
    color: #fff;
    margin: 0 0 60px;
}
.b-price-promo p {
    margin: 0 0 25px;
}
.b-price-promo-summ {
    font-size: 3rem;
    padding: 30px 0 0;
}
.b-price-promo-summ strong {
    color: #00aff0;
}

.prices-item-wrap .consult-form-wrap {
    margin: 0 auto;
    max-width: 960px;
}

.prices-item-inner-4 {
    padding: 60px 0;
}
.prices-item-wrap .price-diff-h2 {
    font-size: 4.8rem;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    margin: 0 0 40px;
    color: #000;
}
.price-diff-h3 {
    font-size: 3rem;
    font-weight: bold;
    text-align: center;
    margin: 0 0 80px;
    color: #000;
}
.price-diff {
    margin: 0;
    padding: 0;
    list-style: none;
}
.price-diff li {
    margin: 0 0 70px;
    padding: 0 0 0 80px;
    position: relative;
    list-style: none;
    font-size: 2.8rem;
    line-height: 3.4rem;
    color: #666;
    min-height: 8rem;
}
.price-diff li:last-child {
    margin: 0;
}
.price-diff-numb {
    position: absolute;
    top: 0; left: 0;
    font-size: 8rem;
    line-height: 7rem;
    font-weight: bold;
    color: #00aff0;
}
.price-diff h4 {
    font-size: 2.8rem;
    font-weight: bold;
    color: #000;
    margin: 0 0 5px;
}


.our-phone {
    width: 350px;
    max-width: 100%;
    margin: 0 auto;
    padding: 45px 0 15px;
    font-size: 24px;
    color: #444;
    text-align: center;
}
.our-phone strong {
    display: block;
    font-size: 44px;
    font-weight: normal;
    line-height: 100%;
}


.login {
    padding: 10.5rem 0 5rem;
    text-align: center;
}
.login .box {
    width: 400px;
    max-width: 100%;
    margin: 0 auto;
}
.login .title {
    font-size: 4.8rem;
    font-weight: normal;
    line-height: 100%;
    margin: 0 0 6rem;
}
.login .btn {
    background-color: #DC312F;
    color: #ffffff;
    font-size: 3.6rem;
    margin: 65px 0 0;
    height: 60px;
}
.login .form-group {
    position: relative;
    margin: 0 0 37px;
}
.form-control-feedback {
    top: 50%; right: 13px;
    font-size: 1.4em;
    color: #999;
    margin-top: -17px;
}
.login .form-control {
    height: 60px;
    font-size: 18px;
    padding-left: 22px;
    padding-right: 22px;
}
.login .remember {
    font-size: 1.8rem;
    color: #555;
    text-align: left;
    margin: 3.5rem auto 0;
}
.login .phone {
    display: inline-block;
    color: #00aff0;
    margin: auto 0.5em;
}
.login .phone span {
    vertical-align: middle;
}


.registration {
    padding: 10.5rem 0 5rem;
}
.registration .box {
    width: 400px;
    max-width: 100%;
    margin: 0 auto;
}
.registration .title {
    font-size: 4.8rem;
    font-weight: normal;
    line-height: 100%;
    margin: 0 0 4.5rem;
}
.registration .btn {
    background-color: #00aff0;
    color: #ffffff;
    font-size: 3.6rem;
    margin: 30px 0 0;
    height: 60px;
}
.registration .form-group {
    position: relative;
    margin: 0 0 20px;
}
.registration .form-group.with-padd {
    padding-left: 64px;
}
.registration .form-group.agree-group {
    font-size: 18px;
    font-weight: normal;
    padding-left: 30px;
}
.registration .form-control {
    height: 60px;
    font-size: 18px;
    padding-left: 22px;
    padding-right: 22px;
    border-color: #999;
}
.registration .error .form-control
, .registration .error .plus {
    border-color: #d21030;
}
.registration .good .form-control
, .registration .good .plus {
    border-color: #22bb2b;
}
.registration .form-control:focus {
    border-color: #66afe9;
}
.registration .plus {
    display: block;
    width: 65px;
    height: 60px;
    background: #ffff;
    border: 1px solid #999;
    position: absolute;
    top: 0; left: 0;
    font-size: 30px;
    line-height: 60px;
    color: #999;
    text-align: center;
}
.registration .form-group.agree-group input[type=checkbox] {
    position: absolute;
    top: 0; left: 0;
}
.registration .form-group.agree-group label {
    font-weight: normal;
    margin: 0;
}
.registration .form-group.agree-group label a
, .registration .have-reg a {
    color: #00aff0;
    text-decoration: underline;
}
.registration .have-reg {
    font-size: 1.8rem;
    color: #333;
    text-align: center;
    margin: 3rem auto 0;
}
.registration .form-control-feedback {
    top: 50%; right: 13px;
    font-size: 18px;
    color: #22bb2b;
    transform: translateY(-50%);
    margin: 0;
    display: none;
}
.registration .good .form-control-feedback {
    display: block;
}

.h-reg-popup-wrap {
    width: 100%;
    height: 100%;
    padding: 40px 0 0;
    position: absolute;
    top: 0; left: 0;
    z-index: 999;
    background: url(../images/reg-popup-bg.jpg) 0 0 no-repeat;
}
.h-reg-popup-overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0; left: 0;
    background: rgba(0,0,0,.36);
}
.h-reg-popup {
    width: 88%;
    margin: 0 auto;
    position: relative;
    background: #fff;
    box-shadow: 9px 5px 35px rgba(0,0,0,.25);
    font: 14px "PT Sans", Helvetica, Arial, sans-serif;
}
.h-reg-popup-inner {
    padding: 30px 40px;
}
@media screen and (max-width: 900px) {
    .h-reg-popup-inner  {
        padding: 30px 20px;
    }
}
.h-reg-popup-inner h2 {
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    margin: 0 0 25px;
}
.h-reg-popup-inner h3 {
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    color: #2b6599;
    margin: 0 0 30px;
}
.h-reg-col {
    width: 50%;
    float: left;
    padding: 0 20px 30px 0;
}
.h-reg-col:last-child {
    padding: 0 0 30px 20px;
}
@media screen and (max-width: 900px) {
    .h-reg-col {
        float: none;
        width: auto;
        padding-right: 0;
    }
    .h-reg-col:last-child {
        padding-left: 0;
    }
}
.h-reg-popup label {
    margin: 0;
    display: inline;
    font-weight: normal;
}
.reg-form-tbl {
    width: 100%;
    margin: 0;
    padding: 0;
    border-collapse: collapse;
}
.reg-form-tbl th {
    padding: 0 20px 22px 0;
    width: 80px;
    border-collapse: collapse;
    font-size: 14px;
    font-weight: normal;
    color: #696969;
    text-align: left;
    vertical-align: middle;
}
.reg-form-tbl td {
    padding: 0 0 22px;
    border-collapse: collapse;
}
.h-reg-popup input.text {
    width: 100%;
    max-width: 100%;
    height: 28px;
    margin: 0;
    padding: 0 9px;
    border: 1px solid #cacaca;
    border-radius: 3px;
    background: #fff;
    font: 12px "PT Sans", Helvetica, Arial, sans-serif;
    color: #292929;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.h-reg-popup input.text:focus {
    box-shadow: inset 0 -1px 2px rgba(0,0,0,.2);
}
.h-reg-popup select.select {
    display: block;
    width: 100%;
    max-width: 100%;
    height: 28px;
    margin: 0;
    padding-left: 6px;
    padding-right: 6px;
    border: 1px solid #cacaca;
    border-radius: 3px;
    background: url(../images/select-arr.png) right 9px center no-repeat #fff;
    font-size: 12px;
    color: #292929;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.h-reg-popup select.select:focus {
    box-shadow: inset 0 -1px 2px rgba(0,0,0,.2);
    outline: none;
}
.h-reg-popup select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000;
}
.phone-ele-wrap {
    display: inline-block;
    position: relative;
}
.phone-ele-wrap .plus {
    display: block;
    width: 32px;
    height: 28px;
    border: 1px solid #cacaca;
    border-radius: 3px;
    position: absolute;
    top: 0; left: 0;
    font-size: 20px;
    text-align: center;
    line-height: 28px;
}
.phone-ele-wrap input.text {
    padding-left: 38px;
}
.h-reg-popup .btn-primary {
    max-width: 400px;
    margin: 0 auto;
    font-family: "Myriad Pro", "PT Sans", Helvetica, Arial, sans-serif;
}
@media screen and (max-width: 570px) {
    .h-reg-popup .btn-primary {
        font-size: 22px;
    }
}

.h-reg-popup .box-shadow {
    background: #fff;
    box-shadow: 0 3px 9px rgba(0,0,0,.24);
    box-sizing: border-box;
    height: 100%;
    position: relative;
}
.h-reg-popup .box-shadow_padding {
    padding: 15px 20px;
    position: relative;
}
.h-reg-popup .box-shadow_padding h4 {
    font-size: 14px;
    font-weight: normal;
    margin: 0 0 15px;
}
.quest-link-opener {
    font-size: 14px;
    vertical-align: middle;
    color: #2b6599;
    margin: 0 0 0 10px;
}
.quest-link-opener:hover {
    text-decoration: none;
}
.quest-link-opener.absolute {
    position: absolute;
    top: 15px; right: 15px;
    margin: 0;
}
.weeks-list {
    margin: 0;
    padding: 0;
    list-style: none;
}
.weeks-list li {
    margin: 0 0 5px;
    text-align: center;
}
.weeks-list .week-day-check {
    display: inline-block;
    vertical-align: middle;
    width: 135px;
    color: #2b6599;
    font-size: 12px;
}
.weeks-list .weekend .week-day-check {
    color: #f39e9d;
}
.weeks-list .week-day-check input[type="checkbox"] {
    margin: 0;
}
.weeks-list .week-selects {
    display: inline-block;
    vertical-align: middle;
}
.h-reg-popup .weeks-list select {
    width: 50px;
    display: inline-block;
    margin: 0 2px;
    background-position: right 5px center;
    font-style: normal;
    color: #292929;
    text-align: left;
    padding-left: 5px;
}
.weeks-list .ele {
    display: inline-block;
    font-size: 20px;
    line-height: 28px;
    margin: 0 3px;
}
.reg-map {
    position: relative;
    left: -20px;
    margin: 0 -40px -15px 0;
    background: #f2f2f2;
    height: 135px;
}

.h-reg-thanks {
    font-size: 20px;
    color: #696969;
}
.h-reg-thanks h3 {
    font-size: 20px;
    font-weight: bold;
    color: #696969;
    text-transform: none;
    margin: 0 0 23px;
}
.h-reg-thanks h4 {
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    color: #040404;
    margin: 35px 0 15px;
}
.reg-thanks-steps {
    margin: 0;
    padding: 0 0 40px;
    list-style: none;
}
.reg-thanks-steps li {
    margin: 0 0 6px;
    padding: 0 0 0 42px;
    position: relative;
    font-size: 14px;
    color: #666;
}
.reg-thanks-steps .numb {
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px solid #00aeef;
    position: absolute;
    top: 50%; left: 0;
    transform: translateY(-50%);
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    color: #00aeef;
}
.reg-thanks-steps .t {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
    width: 170px;
}
.reg-thanks-steps .btn-inline {
    display: inline-block;
    width: 195px;
    height: 28px;
    text-align: center;
    vertical-align: middle;
    background: #0191ea;
    border-radius: 3px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    line-height: 28px;
    margin: 0;
}
.h-reg-thanks .btn-primary {
    background: #fff;
    border: 3px solid #00aeef;
    color: #00aeef;
    line-height: 56px;
}



.h-banner-popup-wrap {
    width: 100%;
    height: 100%;
    padding: 0;
    position: fixed;
    top: 0; left: 0;
    z-index: 999;
}
@media screen and (max-width: 950px) {
    .h-banner-popup-wrap {
        position: absolute;
    }
}
.h-banner-popup-overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0; left: 0;
    background: rgba(40,41,40,.67);
}
.h-banner-popup {
    width: 640px;
    height: 358px;
    margin: 0 auto;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    background: url(../images/banner-popup-bg.jpg) 0 0 no-repeat;
    background-size: cover;
    box-shadow: 3px 11px 16px rgba(0,0,0,.25);
    font: 14px "PT Sans", Helvetica, Arial, sans-serif;
    color: #3e8095;
}
@media screen and (max-width: 950px) {
    .h-banner-popup {
        width: 90%;
        top: 0;
        transform: translateY(15px);
        height: auto;
    }
}
.h-banner-popup .icon-close {
    font-size: 20px;
    color: #3e5058;
    position: absolute;
    top: 15px; right: 15px;
    cursor: pointer;
}
.banner-devices {
    position: absolute;
    top: 53px; left: 16px;
}
.banner-devices img {
    display: block;
}
@media screen and (max-width: 950px) {
    .banner-devices {
        position: static;
        padding: 30px 0 0;
    }
    .banner-devices img {
        margin: 0 auto;
        max-width: 80%;
    }
}
.banner-text {
    width: 267px;
    position: absolute;
    top: 80px; left: 352px;
    text-align: right;
}
@media screen and (max-width: 950px) {
    .banner-text {
        position: static;
        text-align: center;
        width: auto;
        padding: 0 23px;
    }
}
.banner-text h2 {
    font-size: 28px;
    font-weight: bold;
    color: #000;
    margin: 0 0 35px;
}
.banner-text h2 .summ {
    font-size: 50px;
}
.banner-text h2 .icon-rouble {
    font-size: 28px;
}
.h-banner-popup .consult-form-wrap_var2 {
    margin: 0;
    padding: 290px 23px 0;
    background: none;
    box-shadow: none;
}
@media screen and (max-width: 950px) {
    .h-banner-popup .consult-form-wrap_var2 {
        padding: 20px 23px 30px;
    }
}
.h-banner-popup .consult-form-wrap fieldset {
    border-left-color: #c7eafd;
}
.h-banner-popup .consult-form-wrap input.text {
    height: 37px;
    font-size: 12px;
    line-height: 37px;
    color: #777;
    border: 1px solid #c7eafd;
    border-top-color: #a9c7d7;
    border-left: none;
    border-right: none;
    box-shadow: inset 0 3px 7px -3px rgba(0,0,0,.19);
}
@media screen and (max-width: 950px) {
    .h-banner-popup .consult-form-wrap_var2 .consult-phone {
        padding: 10px 0;;
    }
}
.h-banner-popup .consult-form-wrap button.submit {
    height: 37px;
    font-size: 15px;
    line-height: 37px;
}



.h-middle-popup-wrap {
    width: 100%;
    height: 100%;
    padding: 80px 0 0;
    position: absolute;
    top: 0; left: 0;
    z-index: 1001;
}
.h-middle-popup-overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0; left: 0;
    background: rgba(40,41,40,.67);
}
.h-middle-popup {
    width: 688px;
    margin: 0 auto;
    position: relative;
    background: #fff;
    box-shadow: 3px 11px 16px rgba(0,0,0,.25);
    font: 14px Arial, sans-serif;
    color: #000;
}
@media screen and (max-width: 950px) {
    .h-middle-popup {
        width: 90%;
    }
}
.h-middle-popup .icon-close {
    font-size: 20px;
    color: #3e5058;
    position: absolute;
    top: 15px; right: 15px;
    cursor: pointer;
}
.h-middle-padding {
    padding: 20px 45px;
    text-align: center;
}
.h-middle-padding p {
    margin: 0 0 20px;
}
.license-list {
    position: relative;
    right: -45px;
    margin: 0 0 0 -45px;;
    padding: 0 0 5px;
    list-style: none;
}
.license-list li {
    display: inline-block;
    width: 170px;
    min-height: 157px;
    margin: 0 40px 20px 0;
    vertical-align: top;
    border: 1px solid #e4e5e5;
    box-shadow: 0 2px 6px rgba(0,0,0,.1);
    background: #fff;
    position: relative;
    text-align: left;
}
.license-list h3 {
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 8px;
    text-align: center;
}
.lic-option {
    font-size: 13px;
    margin: 0 0 5px;
}
.lic-option .fa {
    font-size: 16px;
    color: #9a9b9b;
    margin: 0 6px 0 0;
}
.lic-summ {
    font-size: 22px;
    color: #00b1ea;
    text-align: center;
}
.lic-inner {
    padding: 15px 13px 40px;
}
.lic-buy-btn {
    display: block;
    width: 100%;
    height: 37px;
    position: absolute;
    bottom: 0; left: 0;
    background: #22bb2b;
    font-size: 18px;
    color: #fff;
    text-align: center;
    line-height: 37px;
}
.lic-buy-btn:hover {
    color: #fff;
    text-decoration: none;
}
.h-middle-popup .consult-form-wrap_var2 {
    margin: 0;
    padding: 0;
    background: none;
    box-shadow: none;
}
.h-middle-popup .consult-form-wrap fieldset {
    border-left-color: #c7eafd;
}
.h-middle-popup .consult-form-wrap input.text {
    height: 37px;
    font-size: 12px;
    line-height: 37px;
    color: #777;
    border: 1px solid #c7eafd;
    border-top-color: #a9c7d7;
    border-left: none;
    border-right: none;
    box-shadow: inset 0 3px 7px -3px rgba(0,0,0,.19);
}
@media screen and (max-width: 950px) {
    .h-middle-popup .consult-form-wrap input.text {
        border-left: 1px solid #c7eafd;
        border-right: 1px solid #c7eafd;
    }
}
@media screen and (max-width: 950px) {
    .h-middle-popup .consult-form-wrap_var2 .consult-phone {
        padding: 10px 0;;
    }
}
.h-middle-popup .consult-form-wrap button.submit {
    height: 37px;
    font-size: 13px;
    line-height: 37px;
}

.h-middle-popup-wrap.w356 .h-middle-popup {
    width: 356px;
}
.h-middle-popup-wrap.w356 .h-middle-padding {
    padding: 40px 35px 30px;
    font: 16px "Myriad Pro", Helvetica, Arial, sans-serif;
    color: #333;
}
.h-middle-popup-wrap.w356 .h-middle-padding p {
    margin: 0 0 30px;
}
.sms-input-wrap {
    position: relative;
    right: -27px;
    margin-left: -27px;
}
.sms-input input.text {
    float: left;
    margin: 0 27px 0 0;
    padding: 0;
    width: 50px;
    height: 50px;
    border: 1px solid #c8c8c8;
    background: #f5f5f5;
    font: 30px "Myriad Pro", Helvetica, Arial, sans-serif;
    color: #333;
    text-align: center;
}
.sms-input .btn-primary {
    margin: 25px 0 0;
}



.section-indicators {
    position: fixed;
    top: 50%;
    left: 3.75%;
    float: none;
    z-index: 999;
    margin: 0;
    padding: 0;
}
.section-indicators > li {
    list-style-type: none;
    margin: 0;
    padding: 0;
    float: none;
}
.section-indicators > li > a {
    display: inline-block;
    width: 16px;
    height: 16px;
    padding: 0;
    margin: 13px 0;
    border: 1px solid #333;
    background: transparent;
    border-radius: 50%;
    outline: none;
}
#details .section-indicators > li > a {
    margin: 3px 0;
}
.section-indicators > li.active > a {
    border-color: #00aff0;
    background-color: #00aff0;
    box-shadow: 0 3px 7px rgba(0,0,0,.35);
}

.sys-details-wrap {
    padding: 3.5rem 0 0;
    overflow: hidden;
    position: relative;
}
.detail {
    box-sizing: border-box;
    height: 100%;
    min-height: 100%;
    margin: 0;
    padding: 23rem 0 1px;
    color: #333;
    position: relative;
    overflow: hidden;
}
.detail h2 {
    font-size: 4.8rem;
    font-weight: normal;
    line-height: 100%;
    margin:  0 0 5.5rem 45px;
}
.detail .col-inn {
    position: relative;
}
.detail .col-note .col-inn {
    left: -15px;
    margin: 0 -15px 0 0;
}
.detail .col-note {
    position: relative;
    float: left;
    width: 53.42%;
    margin: 0 0 3.5rem;
}
@media screen and (min-width: 1100px) and (max-height: 750px) {
    .detail .col-note {
        transform: scale(0.85);
        transform-origin: 0 0;
    }
}
.detail .mockup > img,
.detail .image > img {
    width: 100%;
    max-width: 100%;
}
.detail .mockup {
    width: 640px;
    max-width: 100%;
    margin: 0 auto;
}
.detail .image {
    width: 100%;
    max-width: 100%;
    height: 100%;
    position: absolute;
    top: 0; left: 0;
    overflow: hidden;
}
.detail .image img {
    display: block;
    width: 100%;
    max-width: 100%;
}
.detail .image .soon {
    display: block;
    width: 100%;
    position: absolute;
    top: 50%; left: 0;
    margin-top: -15px;
    font-size: 3rem;
    line-height: 100%;
    text-align: center;
    color: #888;
}
.detail .col-text {
    font-size: 1.8rem;
    line-height: 2.6rem;
    float: right;
    width: 44%;
}
@media screen and (min-width: 1100px) and (max-height: 750px) {
    .detail .col-text {
        transform: scale(0.88);
        transform-origin: 0 0;
    }
}
.detail .col-text ul {
    margin: 0;
    padding: 0;
}
.detail .col-text ul li {
    position: relative;
    list-style-type: none;
    margin: 0 0 3.5rem;
    padding: 0 0 0 2.2rem;
}
.detail .col-text ul li:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "\f0da";
    display: inline-block;
    font: normal normal normal 1.5em/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #00aff0;
}
.detail.var2 .col-note {
    float: right;
    width: 46.58%;
}
.detail.var2 .col-text {
    float: left;
    width: 53.42%;
}
.detail.var2 .col-note .col-inn {
    left: auto; right: -95px;
    margin: 0 0 0 -95px;
}
.detail.var2 .col-text .col-inn {
    right: auto;
    margin: 0;
    padding: 0 0 0 45px;
}

footer {
    position: relative;
    background-image: url(../images/office_map_footer.jpg);
    background-position: top;
    color: #888888;
    font-size: 1.5rem;
    line-height: 2.6rem;
    margin: 0;
    padding: 45px 0 35px;
}
footer:after {
    display: block;
    content: " ";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0; left: 0;
    background-color: rgba(255, 255, 255, 0.88);
}
footer .container-fluid {
    position: relative;
    z-index: 1;
}
footer a {
    color: #333333;
}
footer .logo {
    position: absolute;
    display: block;
    float: left;
    margin-top: -14px;
    height: 6rem;
}
footer .cols {
    padding: 0 0 2rem;
}
footer .title {
    font-size: 1.8rem;
    color: #777777;
    margin: 0 0 3rem;
    padding: 2rem 0 0;
}
footer .summary {
    display: block;
    float: left;
    width: 32%;
    margin-top: 8rem;
}
footer .summary div {
    padding: 0 5rem 0 0;
}
footer .summary a {
    color: #00aff0;
}
footer .mobile {
    float: left;
    width: 32%;
}
footer .mobile .text {
    max-width: 270px;
}
footer .applications {
    margin-top: 4rem;
    margin-bottom: -2rem;
}
footer .applications > * {
    margin-right: 3rem;
}
footer .applications > * > img {
    width: 11.8rem;
}
footer .last-news {
    float: left;
    width: 32%;
    padding: 0 5rem 0 0;
    font-size: 1.5rem;
}
footer .last-news-item {
    overflow: hidden;
    padding-bottom: 2rem;
}
footer .last-news .title {
    font-size: 1.9rem;
    margin: 0 0 4rem;
    padding: 1rem 0 0;
}
footer .last-news .subtitle {
    margin: 0 0 .5rem;
}
footer .last-news .subtitle a {
    color: #00aff0;
}
footer .last-news .text {
    margin: 0 0 1rem;
}
footer .last-news .date {
    float: left;
    font-size: 1.4rem;
    line-height: 3.4rem;
    color: #b2b1b1;
}
footer .last-news .more {
    float: right;
    color: #adacac;
    border: 1px solid #adacac;
    line-height: 3.2rem;
    border-radius: 10px;
    padding: 0 8px;
}

footer .contacts {
    float: right;
    width: 35%;
    font-size: 1.2rem;
}
footer .map {
    float: right;
    position: relative;
    background-image: url(../images/office_map.png);
    background-position: center center;
    background-repeat: no-repeat;
    width: 22.6rem;
    height: 22.6rem;
    border-radius: 22.6rem;
    margin: 0 0 0 2rem;
}
footer .map .marker {
    position: absolute;
    width: 1px;
    height: 1px;
    left: 87px;
    top: 47px;
    font-size: 4.5rem;
    color: #00aff0;
}
footer .socials {
    padding: 1.3rem 0 0;
}
footer .socials,
footer .socials a {
    color: rgba(153, 153, 153, 0.61);
    font-size: 4rem;
    text-decoration: none;
}
footer .copyright {
    color: #888888;
    font-size: 0.8em;
    padding: 5rem 0 0;
}
footer .copyright > * {
    display: inline-block;
    margin-right: 1em;
}

footer .contacts.var2 {
    font-size: 1.2rem;
    width: 36%;
}
footer .contacts.var2 .map {
    float: left;
    width: 22.5rem;
    height: 22.5rem;
    border-radius: 50%;
    margin: 0 2.8rem 0 0;
    background-image: url(../images/office_map2.png);
    background-size: cover;
}
footer .contacts.var2 .map .marker {
    left: 125px;
}
footer .contacts.var2 .h-l {
    overflow: hidden;
}
footer .contacts.var2 .title {
    font-size: 1.9rem;
    margin: 0 0 4rem;
    padding: 1rem 0 0;
}
footer .contacts.var2 .item
, footer .contacts.var2 .worktimes
, footer .contacts.var2 .emails
, footer .contacts.var2 .study {
    display: block;
    vertical-align: top;
    white-space: nowrap;
}
footer .contacts.var2 .phones a
, footer .contacts.var2 .study a {
    color: #00aff0;
    text-decoration: underline;
}
footer .contacts-item {
    overflow: hidden;
    padding: 0 0 5rem;
}
footer .contacts-item:last-child {
    padding: 0 0 2rem;
}

footer .reg-contacts {
    margin: 0;
    padding: 0;
    list-style: none;
}
footer .reg-contacts li {
    display: inline-block;
    vertical-align: top;
    margin: 0 4.5rem 2rem 0;
}
footer .reg-contacts li:last-child {
    margin: 0;
}

footer .seo {
    background: #fff;
    box-shadow: 0 3px 7px rgba(0,0,0,.35);
    font-size: 1.4rem;
    color: #888;
    padding: 4rem 4rem 1rem;
}
footer .seo h2 {
    margin: 0 0 3rem;
    padding: 0;
    font-size: 1.8rem;
    font-weight: normal;
    color: #777;
}
footer .seo p {
    margin: 0 0 3rem;
}
footer .seo a {
    color: #00aff0;
}

footer .copyright .socials {
    padding: 0;
    margin: 0;
    vertical-align: middle;
}


.h-news-wrap {
    background: #f7f7f7;
    padding: 9.5rem 0 5rem;
}
.h-news-wrap h1 {
    font-size: 4.8rem;
    margin: 4.5rem 0 8rem;
    padding: 0;
    text-align: center;
    color: #333;
}
.b-news-item {
    max-width: 68.6rem;
    margin: 0 auto 3rem;
    background: #fff;
    box-shadow: 0 0 20px rgba(0,0,0,.05);
    font-size: 1.8rem;
    line-height: 2.6rem;
    color: #666;
}
.b-news-item_inner {
    padding: 3rem;
}
.b-news-item .title {
    margin: 0 0 1.5rem;
}
.b-news-item .title a {
    color: #00aff0;
}
.b-news-item .b-news-image {
    margin: 0 0 2rem;
}
.b-news-item .b-news-image img {
    display: block;
    max-width: 100%;
}
.b-news-item.wide-img .b-news-image img {
    margin: 0 auto;
}
.b-news-item .b-news-text {
    padding: 0 0 1.5rem;
}
.b-news-item .b-news-text p {
    margin: 0 0 3rem;
}
.b-news-item.float-img .b-news-image {
    float: left;
    width: 50%;
}
.b-news-item.float-img .b-news-text {
    float: right;
    width: 50%;
    padding: 0 0 2rem 2rem;
}
.b-news-item .hr {
    font-size: 0;
    line-height: 0;
    clear: both;
}
.b-news-item .date {
    float: left;
    font-size: 1.4rem;
    line-height: 3.4rem;
    color: #b2b1b1;
}
.b-news-item .more
, .b-news-item .all {
    float: right;
    font-size: 1.5rem;
    line-height: 3.2rem;
    color: #adacac;
    border: 1px solid #adacac;
    border-radius: 10px;
    padding: 0 8px;
}

.b-news-item .all {
    padding: 0 3.5rem;
}


.bonus-sub-nav {
    text-align: center;
    margin: 0;
    padding: 0;
    position: static;
}
.bonus-sub-nav > li {
    display: inline-block;
    vertical-align: top;
    width: 16%;
    font-size: 20px;
    line-height: 30px;
}
.bonus-sub-nav > li > a {
    display: inline-block;
    width: auto;
    height: auto;
    margin: 0;
    padding: 0 10px;
    color: #fff;
    border: none;
    border-radius: 0;
    background: none;
}
.bonus-sub-nav > li > a:hover
, .bonus-sub-nav > li > a:focus {
    background: none;
    color: #fff;
}
.bonus-sub-nav .ico {
    display: block;
    font-size: 36px;
    color: #0085b7;
    margin: 0 0 15px;
}
.bonus-sub-section {
    position: relative;
}
.bonus-sub-section.bg-var2 {
    background: #f6fdf3;
}
.bonus-sub-section.bg-var3 {
    background: #fff3e2;
}
.bonus-sub-section.bg-var4 {
    background: #ecf8f9;
}
.bonus-sub-section.bg-var5 {
    background: #fceae6;
}
.bonus-sub-section.bg-var6 {
    background: #fcf1fc;
}
.bonus-sub-section.bricks-var {
    background: url(../images/bricks.jpg);
}
.bonus-sub-section-container {
    padding: 90px 9.375% 80px;
    font-size: 24px;
    line-height: 38px;
    color: 333;
}
.more-var .bonus-sub-section-container {
    padding: 145px 6.25% 135px;
    text-align: center;
}
.consult-var .bonus-sub-section-container {
    padding-left: 21.25%;
    padding-right: 21.25%;
}
.bricks-var .bonus-sub-section-container {
    padding-top: 74px;
    padding-bottom: 45px;
    padding-left: 13.875%;
    display: table;
    width: 100%;
}
.bonus-sub-section-container p {
    margin: 0 0 50px;
}
.bonus-sub-section-container h2 {
    font-size: 48px;
    font-weight: normal;
    text-align: center;
    margin: 0 0 100px;
    padding: 0;
}
.more-var .bonus-sub-section-container h2 {
    text-transform: uppercase;
    font-size: 36px;
    margin: 0 0 90px;
}
.more-var .opports-list li {
    margin: 0 0 30px;
    font-size: 22px;
}
.bonus-sub-section-numb {
    display: block;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    font-size: 36px;
    font-weight: bold;
    text-align: center;
    line-height: 100%;
    margin: 0 auto 45px;
    padding: 15px 0 0;
    background: #00a6e4;
    color: #fff;
}
.bonus-consult-pic {
    display: table-cell;
    width: 338px;
    max-width: 100%;
    position: relative;
    vertical-align: middle;
}
.bonus-consult-pic:after {
    content: "";
    display: block;
    width: 225px;
    height: 88px;
    background: url(../images/consult-keepers.png) 0 0 no-repeat;
    position: absolute;
    top: -74px; left: 50%;
    transform: translateX(-50%);
}
.bonus-consult-pic img {
    display: block;
    max-width: 100%;
    box-shadow: 0 18px 55px rgba(0,0,0,.5);
}
.bonus-consult-text {
    display: table-cell;
    vertical-align: middle;
    padding: 0 0 0 13%;
    font-size: 24px;
    line-height: 158%;
    color: #333;
}


.promo-picture-wrap.school-prog-wrap {
    height: 100%;
    background: url(../images/booking/school-bg.jpg) 10% 70% no-repeat;
    background-size: auto 75%;
    position: relative;
}
.school-prog-wrap .school-inner {
    margin: 0 auto;
    padding: 20% 0 0 40%;
    text-align: right;
}
.school-prog-wrap .school-inner h1 {
    font-size: 48px;
    font-weight: normal;
    margin: 0 0 50px;
    color: #333;
}
.school-prog-wrap .school-inner h2 {
    font-size: 26px;
    font-weight: normal;
    margin: 0 0 0 40%;
    color: #333;
}
.school-sub-section {
    position: relative;
}
.school-sub-section.bg-var2 {
    background: #d6e9ec;
}
.school-sub-section.bg-var3 {
    background: #fdeae7;
}
.school-sub-section.bg-var4 {
    background: #f6fdf4;
}
.school-sub-section.business {
    background: #efe9d0;
}
.school-sub-section-container {
    margin: 0 auto;
    padding: 150px 0 65px 0;
    max-width: 1600px;
    font-size: 24px;
    line-height: 32px;
    color: 333;
}
.school-sub-section.business .school-sub-section-container {
    max-width: 1040px;
    padding: 80px 20px;
    box-sizing: border-box;
}
.school-sub-section-container h2 {
    font-size: 36px;
    font-weight: normal;
    text-align: center;
    text-transform: uppercase;
    margin: 0 20px 50px;
    padding: 0;
}
.school-sub-section.business h2 {
    font-size: 48px;
    text-transform: none;
}
.school-sub-section-container p {
    margin: 0 0 35px;
}
.school-sub-section-container .col-row {
    margin: 0 0 35px;
    padding: 0;
    list-style: none;
}
.school-sub-section-container .col-row li:nth-child(even) {
    color: #898989;
}
.school-sub-section .opports-list {
    padding: 0 0 20px;
}
.school-sub-section .opports-list li {
    margin-bottom: 20px;
    text-align: center;
}
.school-sub-section.bg-var2 .opports-list li {
    background-image: url(../images/booking/son-logo-white.png);
}
.join-school-btn {
    display: block;
    box-sizing: border-box;
    background: #00aff0;
    max-width: 494px;
    color: #fff;
    font-size: 24px;
    box-shadow: 0 1px 21px rgba(154, 156, 157, .97);
    padding: 12px 20px 10px;
    text-align: center;
    margin: 0 auto;
}
.join-school-btn:hover {
    color: #fff;
    text-decoration: none;
}


.with-feedback-bar .clients-item-wrap
, .with-feedback-bar .registration
, .with-feedback-bar .login
, .with-feedback-bar .autoheight-wrap
, .with-feedback-bar .h-news-wrap
, .with-feedback-bar .online-screen .container
, .with-feedback-bar .prices-item-wrap
, .with-feedback-bar .detail {
    border-top-width: 70px;
    border-top-style: solid;
    border-top-color: transparent;
    transition: border-top-width 0.5s ease;
}
.without-feedback-bar .clients-item-wrap
, .without-feedback-bar .registration
, .without-feedback-bar .login
, .without-feedback-bar .autoheight-wrap
, .without-feedback-bar .h-news-wrap
, .without-feedback-bar .online-screen .container
, .without-feedback-bar .prices-item-wrap
, .without-feedback-bar .detail {
    border-top-width: 0;
}
.with-feedback-bar .navbar-wrapper .navbar {
    top: 70px;
    transition: top 0.5s ease;
}
.without-feedback-bar .navbar-wrapper .navbar {
    top: 0;
}
.with-feedback-bar .feedback-bar-wrap {
    width: 100%;
    height: 70px;
    position: fixed;
    top: 0; left: 0;
    background: #444;
    overflow: hidden;
    transition: height 0.5s ease;
}
.without-feedback-bar .feedback-bar-wrap {
    height: 0;
}
@media screen and (max-width: 766px) {
    .with-feedback-bar .feedback-bar-wrap {
        height: 0;
    }
}
.with-feedback-bar .navbar-level2 {
    top: 130px;
    transition: top 0.5s ease;
}
.without-feedback-bar .navbar-level2 {
    top: 60px;
}

.with-feedback-bar.new-vers .navbar-level2 {
    top: 113px;
}
.without-feedback-bar.new-vers .navbar-level2 {
    top: 44px;
}


.feedback-bar-container {
    max-width: 990px;
    margin: 0 auto;
    padding: 18px 50px 0;
    position: relative;
}
@media screen and (max-width: 1100px) {
    .feedback-bar-container {
        max-width: 982px;
    }
}
.feedback-bar-closer {
    display: block;
    width: 15px;
    height: 15px;
    background: url(../images/feedback-closer.png) 0 0 no-repeat;
    background-size: 15px 15px;
    position: absolute;
    top: 28px; right: 10px;
    cursor: pointer;
    text-indent: -9999px;
    outline: none;
}
.feedback-field {
    float: left;
    width: 25%;
    padding: 0 20px 0 0;
}
@media screen and (max-width: 766px) {
    .feedback-field {
        float: none;
        width: auto;
        padding: 0 0 17px;
    }
}
.feedback-field input.text {
    width: 100%;
    height: 35px;
    border: 1px solid #b1b1b1;
    border-radius: 5px;
    background: #575757;
    margin: 0;
    padding: 0 18px;
    font: 18px "Myriad Pro", Arial, Helvetica, sans-serif;
    color: #b1b1b1;
}
.feedback-field input::-moz-placeholder {
    color: #b1b1b1;
    opacity: 1;
}
.feedback-field input::-webkit-input-placeholder {
    color: #b1b1b1;
    opacity: 1;
}
.feedback-field input:-ms-input-placeholder {
    color: #b1b1b1;
    opacity: 1;
}
.feedback-field input:placeholder {
    color: #b1b1b1;
    opacity: 1;
}
.feedback-field input:focus::-moz-placeholder {
    opacity: 0;
}
.feedback-field input:focus::-webkit-input-placeholder {
    opacity: 0;
}
.feedback-field input:focus:-ms-input-placeholder {
    opacity: 0;
}
.feedback-field input:focus:placeholder {
    opacity: 0;
}
.feedback-bar-container button.submit {
    float: right;
    width: 25%;
    height: 35px;
    margin: 0;
    padding: 0 5px;
    border: none;
    border-radius: 5px;
    background: url(../images/feedback-btn.png) 0 0 repeat-x #1977ce;
    font: 18px "Myriad Pro", Arial, Helvetica, sans-serif;
    color: #fff;
}
@media screen and (max-width: 950px) {
    .feedback-field input.text
    , .feedback-bar-container button.submit {
        font-size: 14px;
    }
}
@media screen and (max-width: 766px) {
    .feedback-field input.text {
        height: 60px;
        border-color: #d8d8d8;
        border-radius: 0;
        background: #fff;
        font-size: 20px;
        color: #c4c4c4;
    }
}

@media screen and (max-width: 766px) {
    .with-feedback-bar .navbar-wrapper {
        z-index: 1000;
    }
}
.mobile-feedback-bar-wrap {
    display: none;
}
@media screen and (max-width: 766px) {
    .mobile-feedback-bar-wrap {
        width: 100%;
        height: 70px;
        position: fixed;
        top: 0; left: 0;
        z-index: 9999;
        background: #3c9ce8;
        display: block;
    }
}
.mobile-feedback-bar-popup-opener {
    display: block;
    height: 100%;
    background: linear-gradient(to bottom, #3c9ce8, #1976cd);
    box-shadow: inset 0 5px 11px rgba(0,0,0,.10);
    font-size: 3rem;
    text-align: center;
    line-height: 70px;
    color: #fff;
}
.mobile-feedback-bar-popup-opener .fa {
    font-size: 2.6rem;
    vertical-align: middle;
    margin-left: 20px;
}
.mobile-feedback-bar-popup-opener:hover {
    text-decoration: none;
    color: #fff;
}
.mobile-feedback-bar-popup {
    width: 100%;
    height: 100%;
    overflow: auto;
    position: fixed;
    top: 0; left: 0;
    background: linear-gradient(to top, #74bef7, #3c9ce8);
    display: none;
}
.mobile-feedback-bar-container {
    margin: 0 auto;
    padding: 60px 20px 20px;
    max-width: 490px;
}
.mobile-feedback-bar-closer {
    display: block;
    width: 18px;
    height: 18px;
    background: url(../images/mobile-feedback-closer.png) 0 0 no-repeat;
    background-size: 18px 18px;
    position: absolute;
    top: 13px; right: 16px;
    cursor: pointer;
    text-indent: -9999px;
    outline: none;
}
.mobile-feedback-bar-popup h2 {
    margin: 0 0 20px;
    font-size: 31px;
    text-align: center;
    color: #fff;
}
.mobile-feedback-bar-container button.submit {
    width: 100%;
    height: 60px;
    border: 3px solid #fff;;
    border-radius: 0;
    background: none;
    font: 30px "Myriad Pro", Arial, Helvetica, sans-serif;
    color: #fff;
    margin: 0;
    padding: 0;
}
.our-phone.mobile-view {
    padding: 40px 0 0;
    font-size: 40px;
    color: #fff;
    display: none;
}
.our-phone.mobile-view .fa {
    font-size: 38px;
    margin-right: 15px;
}
@media screen and (max-width: 766px) {
    .our-phone.mobile-view {
        display: block;
    }
}
@media screen and (max-width: 450px) {
    .mobile-feedback-bar-container button.submit {
        font-size: 20px;
    }
    .our-phone.mobile-view {
        font-size: 20px;
    }
    .our-phone.mobile-view .fa {
        font-size: 19px;
    }
}


@media screen and (max-width: 1400px) {
    .promo-picture-wrap.school-prog-wrap {
        background-size: auto 65%;
    }
}
@media screen and (max-width: 1200px) {
    .promo-picture-wrap.school-prog-wrap {
        background-size: auto 60%;
    }

    .prices-flex-box.cols-4 .b-price-box h3 {
        font-size: 4rem;
    }
    .prices-flex-box.cols-4 .b-price-box h3.var2 {
        font-size: 3.2rem;
    }
    .prices-flex-box.cols-4 .b-price-box h3.var3 {
        font-size: 2.8rem;
    }
}


@media screen and (max-width: 950px) {

    .autoheight-wrap {
        height: auto;
        min-height: 0;
    }
    .promo-picture-wrap {
        height: 42.7rem;
    }
    .promo-picture-inner
    , .promo-picture-inner.right {
        padding: 0;
    }
    .promo-picture-inner.right2 {
        padding: 0 45% 0 0;
    }
    .promo-picture-inner h1 {
        font-size: 48px;
    }
    .promo-picture-inner.design-custom h1 {
        top: 0 !important;
        margin-bottom: 15px !important;
    }

    .container-fluid {
        padding: 0 4%;
    }
    .headway {
        height: auto;
        padding: 0;
        display: block;
    }
    .headway .row {
        padding: 50px 0 1px;
        display: block;
    }

    .btn.btn-fab.phone-var2 {
        /*bottom: auto; top: 300px;*/
        top:80%;
    }

    .new-var .online-screen-inner h2 {
        font-size: 38px;
    }
    .online-customize {
        height: 650px;
    }


    .price-apps-text {
        padding-right: 520px;
    }
    .price-apps-img {
        width: 500px !important;
        height: 329px !important;
        background-size: 500px 329px;
    }

    .promo-picture-wrap.school-prog-wrap {
        background-size: auto 50%;
    }

}


@media screen and (max-width: 1100px) {

    .promo-picture-inner.center2 img {
        width: 70%;
        margin: 0 auto;
    }
    .promo-picture-inner.design-custom img {
        position: relative;
        top: -60px;
        left: 40px;
        margin-right: auto;
        margin-bottom: -60px;
    }
    .promo-picture-inner.design-custom h1 {
        font-size: 34px;
        top: -30px;
        margin-bottom: -20px;
    }

    .carousel .item.app {
        background-image: url(../images/app/app-cover.jpg);
    }

    .online-screen {
        height: auto;
        min-height: 650px;
    }
    .online-screen-inner {
        display: block;
    }
    .online-screen-inner .h-img
    , .online-screen-inner .h-l {
        width: 100%;
        float: none;
    }
    .online-screen-inner .h-img img {
        max-width: 100%;
        max-height: 200px;
        margin: 0 auto !important;
    }
    .online-screen-inner .h-l {
        padding: 10px 0 0 !important;
    }

    .new-var .online-screen-inner .h-l {
        padding-top: 30px !important;
    }
    .new-var.book1 .online-screen-inner .h-img {
        height: auto;
    }
    .new-var .online-screen-inner .h-img img {
        max-height: none;
    }

    .online-opports {
        padding: 160px 0 56px;
        max-width: 1000px;
    }
    .opports-list li {
        width: 48%;
    }
    .online-adaptive-list {
        max-width: 665px;
    }
    .online-adaptive-list li {
        float: none;
        width: 100%;
        margin: 0 0 45px;
        padding: 0;
    }

    .online-business {
        max-width: 1000px;
        padding-top: 30px;
    }
    .opports-list.var2 {
        padding: 0 68px;
    }
    .opports-list.var2 li {
        margin: 0 0 20px;
    }
    .online-business .consult-form-wrap_var2 {
        margin-left: 25px;
        margin-right: 25px;
    }

    .school-prog-wrap .school-inner {
        max-width: 820px;
        min-height: 760px;
        padding-top: 210px;

    }
    .school-prog-wrap .school-inner h1 {
        font-size: 40px;
        margin: 0 0 30px;
    }
    .school-prog-wrap .school-inner h2 {
        font-size: 20px;
    }
    .school-sub-section-container {
        max-width: 1000px;
    }
    .school-sub-section.business .school-sub-section-container {
        max-width: 1000px;
        padding-left: 90px;
        padding-right: 90px;
    }

    .thesises li {
        display: block;
        width: auto;
    }

    .promo-item-wrap {
        height: auto;
        min-height: 0;
    }
    .promo-partners {
        padding: 70px 0;
        height: auto;
        min-height: 0;
    }
    .promo-partners .carousel {
        height: auto;
        padding: 0 13.3%;
    }
    .promo-partners .carousel .item {
        min-height: 0;
        padding: 9rem 0 0;
    }
    .promo-partners .carousel .item-inner {
        display: block;
    }
    .promo-partners .carousel .ipad {
        width: auto;
        float: none;
        margin: 0 auto;
    }
    .promo-partners .carousel .descr {
        padding: 65px 12% 0;
        width: auto;
        font-size: 18px;
        line-height: 120%;
    }
    .promo-partners .carousel .descr h2 {
        position: absolute;
        top: 0; left: 0;
        width: 100%;
        text-align: center;
        font-size: 64px;
    }
    .promo-thesis .container {
        height: auto;
    }
    .thesises {
        display: block;
        height: auto;
    }
    .thesises h3 {
        font-size: 42px;
    }

    .promo-picture-wrap.single.bonus-prog-wrap {
        min-height: 69rem;
        height: auto;
        background-image: url(../images/bonus2.jpg);
    }
    .bonus-info {
        padding: 0 0 50px;
    }

    .clients-dogovor {
        min-height: 0;
    }
    .clients-dogovor-item {
        padding: 820px 13% 0 33%;
    }
    .dogovor {
        left: 50%;
        margin-left: -501px;
    }
    .clients-managers {
        background-image: url(../images/clients/team2.jpg);
    }
    .team li {
        width: 32.6%;
    }

    .navbar-level2_var2.navbar-fixed-top {
        position: absolute;
    }
    .detail {
        padding: 7rem 0 1px;
        height: auto;
        min-height: auto;
    }
    .detail.first {
        padding-top: 23rem;
    }
    .detail h2 {
        width: 640px;
        max-width: 640px;
        margin:  0 auto 5.5rem;
        padding: 0 0 0 45px;
    }
    .detail .col-note .col-inn
    , .detail .col-text .col-inn {
        left: auto; right: auto;
        margin: 0;
    }
    .detail.var2 .col-note .col-inn
    , .detail.var2 .col-text .col-inn {
        left: auto; right: auto;
        margin: 0;
        padding: 0;
    }
    .detail .col-text .col-inn
    , .detail.var2 .col-text .col-inn {
        padding: 0 9%;
    }
    .detail .col-note
    , .detail.var2 .col-note {
        float: none;
        width: auto;
        max-width: 640px;
        margin: 0 auto;
    }
    .detail .col-text {
        padding: 5rem 0 0;
    }
    .detail .col-text
    , .detail.var2 .col-text {
        float: none;
        width: auto;
    }
    .detail .icon-angle-down {
        display: none;
    }

    .iphone-anim {
        display: none !important;
    }
    .app-item-wrap {
        height: auto;
        min-height: 0;
    }
    .app-item-wrap .container {
        min-height: 0;
    }
    .app-contents .container
    , .app-dop .container {
        height: auto;
        display: block;
    }
    .app-contents-inner {
        display: block;
        min-height: 730px;
    }
    .app-dop-inner {
        display: block;
        min-height: 500px;
    }
    .app-i {
        display: none;
    }
    .app-contents-inner {
        padding: 60px 0;
    }
    .app-contents-inner h2 {
        text-align: center;
        margin: 0 0 130px;
    }
    .app-contents-inner .carousel-indicators {
        padding: 0 200px 0 8.7%;
    }
    .app-contents-inner .carousel-indicators li {
        min-width: 270px;
    }
    .app-contents-inner .carousel-inner-wrap {
        display: block;
        top: 185px; right: 7%;
        margin: 0;
    }
    .app-dop-inner {
        position: relative;
    }
    .iphone-dop-screen {
        display: block;
        top: 205px; left: 7%; right: auto;
        margin: 0;
    }



    .prices-item-wrap {
        overflow: hidden;
    }
    .prices-container {
        max-width: 940px;
    }
    .prices-item-wrap#price-01 .prices-container {
        max-width: 980px;
    }
    .b-price-box {
        width: 100%;
        max-width: 685px;
        margin: 0 auto 40px;
    }
    .b-price-box:last-child {
        margin-bottom: 0;
    }
    .prices-flex-box.cols-4 {
        max-width: 685px;
        margin: -40px auto 0;
        left: 0;
        bottom: -40px;
    }
    .prices-flex-box.cols-4 .b-price-box {
        width: 50%;
    }
    .prices-flex-box.cols-4 .b-price-box:last-child {
        margin-bottom: 40px;
    }
    .prices-flex-box.cols-4 .b-price-box h3 {
        font-size: 4.8rem;
    }
    .prices-flex-box.cols-4 .b-price-box h3.var2 {
        font-size: 4rem;
    }
    .prices-flex-box.cols-4 .b-price-box h3.var3 {
        font-size: 3.2rem;
    }
    .b-price-box-devices {
        min-height: auto;
        margin: 0 0 20px;
    }
    .price-apps-text {
        padding-right: 520px;
    }
    .price-apps-img {
        width: 585px;
        height: 385px;
        background-image: url(../images/price/apps-1000.jpg);
        right: -22px;
    }
    .prices-item-wrap .consult-form-wrap {
        max-width: 920px;
    }



    .bonus-sub-nav {
        padding: 15px 0 1px;
    }
    .bonus-sub-nav li {
        width: 33%;
        margin: 0 0 90px;
    }
    .bonus-sub-section-container {
        padding: 70px 50px 20px;
    }
    .more-var .bonus-sub-section-container {
        padding: 85px 50px 40px;
    }
    .bricks-var .bonus-sub-section-container {
        padding: 74px 50px 45px 80px;
    }
    .consult-var .bonus-sub-section-container {
        padding: 50px 22px;
    }
    .bonus-sub-section-container h2 {
        margin: 0 0 40px;
    }
    .bonus-consult-text {
        padding: 0 0 0 80px;
    }

    footer .cols {
        padding: 0 0 5rem;
    }
    footer .summary {
        width: 50%;
    }
    footer .summary div {
        padding-right: 4rem;
    }
    footer .mobile {
        width: 0;
    }
    footer .mobile .title
    , footer .mobile .text {
        display: none;
    }
    footer .applications {
        position: absolute;
        bottom: 0; right: 5rem;
        margin: 0;
    }
    footer .last-news {
        width: 50%;
        padding: 0 0 0 4rem;
    }
    footer .contacts {
        width: 60%;
    }
    footer .contacts.var2 {
        width: 100%;
        float: none;
        margin: 0 auto;
        padding: 1rem 0 0;
        clear: both;
        overflow: hidden;
    }
    footer .contacts.var2 .contacts-item {
        width: 50%;
        float: left;
        padding: 0;
    }

    footer .reg-contacts {
        padding-left: 4rem;
    }
    footer .reg-contacts li {
        margin: 0 2.5rem 2.5rem 0;
    }
    footer .reg-contacts li:last-child {
        margin: 0;
    }

    footer .copyright {
        padding: 3rem 0 0;
    }

    .ny .ny-title {
        max-width: 55%;
        margin: 0 auto;
    }

}


@media screen and (max-width: 766px) {
    .ny .ny-title {
        max-width: 90% !important;
    }

    .navbar-level2_var2 {
        display: none;
    }

    .container {
        width: auto !important;
        padding: 0 4%;
    }
    .login
    , .registration {
        padding-top: 10.5rem;
        padding-bottom: 5rem;
    }
    .container .navbar-header {
        width: auto;
        margin: 0;
        position: relative;
    }
    .container-fluid > .navbar-collapse
    , .container-fluid > .navbar-header
    , .container > .navbar-collapse
    , .container > .navbar-header {
        margin: 0;
    }
    .navbar-collapse .navbar-right > li.nickname {
        display: none;
    }
    .navbar-toggle {
        margin: 14px auto;
        display: block;
    }
    .navbar > .container .navbar-brand {
        max-width: 3rem;
        height: 3rem;
        padding: 0;
        overflow: hidden;
        position: absolute;
        top: 50%; left: 0;
        margin-top: -1.5rem;
    }
    .navbar-brand > img {
        height: 3rem;
    }
    .navbar-inverse .navbar-right {
        width: auto;
        right: 0;
    }
    .navbar-inverse .navbar-right > li > a {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .navbar-inverse .navbar-nav > li > a {
        font-size: 1.4rem;
    }
    .navbar-inverse .navbar-right > li.nickname {
        display: none;
    }

    .col-md-6 {
        padding: 0 10px 6.5rem;
        float: none;
        width: auto;
        display: block;
    }
    .col-xs-4 {
        width: auto;
        display: block;
        padding: 0 0 6.5rem;
    }

    .online-screen-inner h2 {
        font-size: 48px;
        line-height: 120%;
    }

    .online-adaptive-list {
        max-width: 100%;
    }
    .online-opports h2 {
        margin: 0 0 40px;
    }
    .opports-list li {
        width: 100%;
        display: block;
    }

    .online-business {
        max-width: 100%;
    }
    .opports-list.var2 {
        padding: 0 50px;
    }

    .promo-partners .carousel .descr {
        padding: 40px 0 0;
    }

    .promo-picture-wrap.single.bonus-prog-wrap {
        min-height: 0;
    }
    .bonus-inner {
        padding: 100px 0 260px;
    }
    .bonus-inner h1 {
        font-size: 48px;
        line-height: 120%;
        margin: 0 0 35px;
    }
    .bonus-info {
        padding: 0 4% 50px;
    }

    .clients-map-inner span {
        font-size: 48px;
        line-height: 100%;
    }
    .clients-map-inner strong {
        font-size: 100px;
        line-height: 100%;
    }
    .clients-partners h2 {
        font-size: 48px;
        line-height: 100%;
    }
    .partners li {
        width: 49.6%;
    }
    .clients-dogovor-item {
        padding: 820px 10% 0;
    }
    .clients-managers {
        padding-bottom: 200px;
    }
    .clients-managers h2 {
        font-size: 48px;
        line-height: 100%;
    }
    .team li {
        width: auto;
        display: block;
    }

    .detail.first {
        padding-top: 10rem;
    }
    .detail h2 {
        font-size: 3.6rem;
        text-align: center;
        line-height: 100%;
        margin-bottom: 3.5rem;
        padding-left: 0;
        width: 100%;
    }
    .detail .col-text {
        font-size: 1.8rem;
        line-height: 2.4rem;
    }

    .app-contents-inner h2 {
        margin: 0 0 60px;
    }
    .app-contents-inner .carousel-indicators {
        padding: 0 0 0 15%;
        -moz-columns: auto;
        -webkit-columns: auto;
        columns: auto;
    }
    .app-contents-inner .carousel-indicators li {
        display: block;
        margin: 0 0 25px;
    }
    .app-dop-inner {
        padding: 70px 0 60px;
    }
    .app-dop-inner h2 {
        margin: 0 0 70px;
        text-align: center;
    }
    .app-dop-inner ul {
        margin: 0 0 0 54.24%;
    }
    .apps-icons li {
        width: 49.6%;
    }
    .app-example-inner {
        padding: 60px 0;
    }
    .app-price-offers li {
        width: 49.6%;
        margin-bottom: 40px;
    }
    .order-btn-col {
        width: 50%;
    }
    .order-summ-row .itogo {
        right: 50%;
    }


    .bonus-sub-nav li {
        width: 48%;
    }
    .bonus-sub-section-container {
        padding: 45px 50px 1px;
        font-size: 14px;
        line-height: 158%;
    }
    .more-var .bonus-sub-section-container {
        padding: 60px 50px 50px;
    }
    .bricks-var .bonus-sub-section-container {
        padding: 74px 50px 50px;
        display: block;
    }
    .consult-var .bonus-sub-section-container {
        padding: 50px 22px;
    }
    .bonus-sub-section-container h2 {
        font-size: 40px;
        margin: 0 0 40px;
    }
    .more-var .bonus-sub-section-container h2 {
        font-size: 28px;
        margin: 0 0 75px;
    }
    .bonus-consult-pic {
        display: block;
        margin: 0 auto 50px;
    }
    .bonus-consult-text {
        display: block;
        padding: 0;
    }

    .promo-picture-wrap.school-prog-wrap {
        background-position: 50% 90%;
        background-size: 100% auto;
    }
    .promo-picture-wrap.school-prog-wrap .container {
        padding: 0;
    }
    .school-prog-wrap .school-inner {
        max-width: 100%;
        padding: 150px 20px 0;
    }
    .school-prog-wrap .school-inner h1 {
        margin-left: 10%;
    }
    .school-prog-wrap .school-inner h2 {
        margin-left: 40%;
    }
    .school-sub-section-container h2 {
        font-size: 30px;
        margin-left: 0;
        margin-right: 0;
    }
    .school-sub-section.business h2 {
        font-size: 30px;
        text-transform: uppercase;
    }
    .school-sub-section-container {
        max-width: 100%;
        padding-left: 40px;
        padding-right: 40px;
    }
    .school-sub-section.business .school-sub-section-container {
        max-width: 100%;
        padding-left: 40px;
        padding-right: 40px;
    }
    .join-school-btn {
        width: 100%;
    }



    .prices-item-wrap#price-01 {
        height: auto;
    }
    .prices-container {
        max-width: 100%;
    }
    .prices-item-wrap#price-01 .prices-container {
        max-width: 100%;
        height: auto;
        display: block;
    }
    .prices-item-wrap#price-01 .prices-item-inner {
        display: block;
        padding: 130px 0 60px;
    }
    .prices-item-wrap h1, .prices-item-wrap h2 {
        margin: 0 auto 6rem;
        max-width: 100%;
    }
    .slider-title {
        position: static;
        width: 100%;
        text-align: center;
        margin: 0 0 20px;
    }
    .b-item-prices-wrap {
        max-width: 540px;
        margin: 0 auto;
    }
    .b-item-prices-wrap {
        display: block;
    }
    .b-item-price {
        display: block;
        width: 100%;
    }
    .b-item-price_inner {
        min-height: auto;
        margin: 0 0 22px;
    }
    .b-item-price h3 {
        position: relative;
        margin: 0 0 60px;
        padding: 0 60% 0 0;
        min-height: auto;
    }
    .b-item-price h3 span {
        width: 50%;
        text-align: center;
        margin: 0;
        position: absolute;
        top: 50%; right: 0;
        transform: translateY(-50%);
    }
    .b-item-price h3.alt {
        padding: 0;
    }
    .b-item-price h3.alt span {
        width: auto;
        position: static;
        transform: none;
        margin: 1rem 0 0;
    }
    .b-item-price ul li {
        display: inline-block;
        width: 49.4%;
        vertical-align: top;
    }
    .b-price-box {
        max-width: 580px;
    }
    .prices-flex-box.cols-4 {
        max-width: 100%;
        bottom: auto;
        margin: 0;
    }
    .prices-flex-box.cols-4 .b-price-box {
        border-left-width: 5px;
        border-right-width: 5px;
        margin-bottom: 10px;
    }
    .prices-flex-box.cols-4 .b-price-box:last-child {
        margin-bottom: 10px;
    }
    .prices-item-inner-2 {
        left: -20px;
        margin-right: -40px;
    }
    .price-apps-text {
        padding: 60px 20px 390px;
    }
    .price-apps-text h2 {
        margin: 0 0 30px;
    }
    .price-apps-img {
        width: 100% !important;
        height: 370px!important;
        background-size: auto 100%;
        background-position: 50% 100%;
        right: auto;
        left: 50%;
        transform: translateX(-50%);
    }
    .prices-item-wrap .consult-form-wrap {
        max-width: 100%;
    }
    .b-price-promo {
        font-size: 1.3rem;
        max-width: 72%;
    }
    .b-price-promo h2 {
        font-size: 2.8rem;
        margin: 0 0 35px;
    }
    .b-price-promo p {
        margin: 0 0 15px;
    }
    .b-price-promo-summ {
        font-size: 1.7rem;
        padding-top: 15px;
    }

}


@media screen and (max-width: 480px) {
    .school-prog-wrap .school-inner h1 {
        margin-left: 00%;
    }
    .school-prog-wrap .school-inner h2 {
        margin-left: 10%;
    }
}


@media screen and (max-width: 440px) {
    .dogovor {
        display: none;
    }
    .clients-dogovor-item {
        padding: 50px 10% 1px;
    }
    .clients-managers {
        padding-bottom: 120px;
    }
    .app-contents-inner .carousel-indicators {
        -moz-columns: auto;
        -webkit-columns: auto;
        columns: auto;
    }
    .app-contents-inner .carousel-indicators li {
        display: block;
        width: auto;
    }
    .carousel .item.system
    , .carousel .item.app
    , #sys-01 .promo-picture-wrap.single {
        background-position: 100% 50%;
    }

    .navbar-level2 {
        display: none;
    }
    .online-screen {
        height: auto;
        min-height: 0;
    }
    .online-screen-inner {
        padding: 80px 8% 20px;
    }
    .online-screen-inner h2 {
        font-size: 3rem;
        line-height: 100%;
    }
    .online-screen-inner h3 {
        font-size: 2rem;
        line-height: 120%;
    }
    .online-screen-inner .examples a {
        margin: 0 5px;
    }
    .online-screen .further-icon
    , .online-customize .further-icon
    , .online-opports .further-icon {
        display: none;
    }

    .new-var .online-screen-inner h2 {
        font-size: 3rem;
    }
    .new-var .online-screen-inner h3 {
        font-size: 2rem;
    }
    .online-customize {
        height: 450px;
    }
    .online-customize-inner {
        max-width: 300px;
    }
    .online-customize-inner h2 {
        font-size: 3rem;
        margin-bottom: 30px;
    }
    .online-customize-inner h3 {
        font-size: 2rem;
        margin-bottom: 70px;
    }

    .online-opports {
        padding-top: 56px;
        padding-bottom: 1px;
    }
    .online-opports h2 {
        font-size: 3rem;
    }
    .opports-list li {
        font-size: 2rem;
        margin-bottom: 40px;
    }

    .online-adaptive-list h3 {
        font-size: 3rem;
    }
    .online-adaptive-list li {
        font-size: 2rem
    }
    .online-adaptive-list .adapt-inn {
        height: 500px;
    }
    .online-adaptive-list li.social .adapt-inn {
        padding: 290px 0 0 4%;
    }
    .online-adaptive-list li.mobile .adapt-inn {
        padding: 20px 4% 0 0;
    }
    .online-adaptive-list p {
        max-width: 200px;
    }

    .online-business h2 {
        font-size: 3rem;
        margin-bottom: 40px;
        padding: 0 20px;
    }
    .opports-list.var2 {
        padding: 0 20px;
    }

    .consult-form-wrap h3, .consult-form-wrap button.submit {
        font-size: 1.8rem !important;
        line-height: 100%;
    }
    .our-phone
    , .our-phone strong {
        font-size: 2.4rem;
        line-height: 120%;
    }
    .our-phone strong {
        margin: 1rem 0 0;
    }

    .navbar-inverse .navbar-right > li.head-phone {
        display: none;
    }
    .navbar-inverse .navbar-right > li.nickname {
        display: none;
    }

    .bonus-sub-nav li {
        width: 100%;
    }
    .bonus-sub-section-container h2 {
        font-size: 3rem;
        margin: 0 0 2rem;
    }
    .more-var .bonus-sub-section-container h2 {
        font-size: 2rem;
        margin: 0 0 2rem;
    }

    .school-prog-wrap .school-inner {
        min-height: 650px;
        padding-top: 110px;
    }
    .school-prog-wrap .school-inner h2 {
        margin-left: 10%;
    }
    .school-sub-section-container h2
    , .school-sub-section.business h2 {
        font-size: 28px;
    }
    .school-sub-section-container {
        padding-top: 80px;
    }

    .slider.slider-horizontal {
        width: 200px !important;
    }
    .b-item-price h3 {
        padding: 0;
        margin: 0 0 20px;
    }
    .b-item-price h3 span {
        position: static;
        width: 100%;
        transform: none;
        margin: 10px 0 0;
    }
    .b-item-price ul li {
        display: block;
        width: 100%;
    }
    .b-price-box-inner {
        padding-left: 22px;
        padding-right: 22px;
    }
    .price-apps-text {
        padding-bottom: 270px;
    }
    .price-apps-text h2 {
        font-size: 4rem;
    }
    .price-apps-img {
        height: 250px!important;
    }
    .b-price-box h3 {
        font-size: 4rem;
        margin: 0 0 20px;
    }
    .prices-flex-box.cols-4 .b-price-box h3.var2 {
        font-size: 3.6rem;
    }
    .prices-flex-box.cols-4 .b-price-box h3.var3 {
        font-size: 3rem;
    }
    .prices-item-inner-3 {
        padding: 50px 0;
    }
    .b-price-promo {
        max-width: 100%;
    }
    .prices-item-wrap .price-diff-h2 {
        font-size: 4rem;
        margin: 0 0 20px;
    }
    .price-diff-h3 {
        font-size: 2.5rem;
        margin: 0 0 30px;
    }
    .price-diff li {
        font-size: 2rem;
        line-height: 120%;
        margin: 0 0 30px;
        padding: 0 0 0 35px;
    }
    .price-diff h4 {
        font-size: 2rem;
    }
    .price-diff-numb {
        font-size: 4rem;
        line-height: 100%;
    }

}


@media screen and (max-width: 639px) {
    .app-dop-inner {
        padding: 50px 0 60px;
    }
    .app-dop-inner h2
    , .app-example-inner h2
    , .app-price-inner h2
    , .app-contents-inner h2 {
        font-size: 46px;
        line-height: 100%;
        margin: 0 0 30px;
        word-wrap: break-word;
    }
    .app-contents-inner h2 {
        margin: 0 0 550px;
    }
    .app-contents-inner .carousel-inner-wrap {
        top: 130px; right: auto; left: 50%;
        margin-left: -130px;
    }
    .app-contents-inner .carousel-indicators {
        padding: 0 10%;
        position: relative;
        z-index: 4;
        -moz-columns: auto;
        -webkit-columns: auto;
        columns: auto;
    }
    .app-contents-inner .carousel-indicators li {
        min-width: auto;
        vertical-align: top;
        font-size: 1.8rem;
        line-height: 120%;
        margin: 0 0 20px;
        padding: 0 0 0 40px;
    }
    .app-contents-inner .carousel-indicators li:after {
        left: 0; top: 50%;
        margin-top: -9px;
    }
    .app-dop-inner ul {
        margin: 0 10%;
    }
    .app-dop-inner ul li {
        font-size: 1.8rem;
        line-height: 120%;
        margin: 0 0 15px;
        padding: 0 0 0 20px;
    }
    .app-dop-inner ul li:before {
        top: -4px;
    }
    .iphone-dop-screen {
        display: none;
    }
    .app-price-offers li {
        width: auto;
        display: block;
    }
    .order-summ-row .itogo {
        position: static;
        line-height: 120%;
        margin: 0 0 20px;
    }
    .order-btn-col {
        float: none;
        width: auto;
    }

    .bonus-inner {
        padding: 100px 0 220px;
    }

    .modal-dialog {
        width: 90%;
    }
    .modal-header {
        padding: 25px 15px 15px;
    }
    .modal-title {
        font-size: 36px;
        line-height: 100%;
    }
    .modal-body {
        padding: 0 15px 15px;
    }
    .modal-body .ask .tel {
        display: block;
        margin: 0;
    }

    .slider.slider-horizontal {
        width: 290px;
    }

    footer {
        padding-top: 7rem;
    }
    footer .container-fluid .row {
        position: relative;
    }
    footer .summary
    , footer .last-news
    , footer .contacts.var2 {
        width: 100%;
        padding: 0 10%;
    }
    footer .summary {
        margin-top: 7rem;
    }
    footer .summary div {
        padding: 0 0 6rem;
    }
    footer .logo {
        left: 14%;
    }
    footer .last-news .title {
        padding-top: 0;
    }

    footer .cols {
        padding: 0;
    }
    footer .contacts.var2 .contacts-item {
        float: none;
        width: 100%;
        padding: 0 0 5rem;
    }

    footer .reg-contacts {
        padding-left: 0;
    }
    footer .reg-contacts li {
        margin: 0 20px 20px 0;
    }
    footer .reg-contacts li:last-child {
        margin: 0;
    }

    footer .copyright .socials {
        display: block;
        text-align: center;
        margin-top: 1rem;
    }

    .b-news-item_inner {
        padding-left: 1rem;
        padding-right: 1rem;
    }

}

@media screen and (max-width: 500px) {
    footer .contacts.var2 .map {
        width: 15rem;
        height: 15rem;
        border-radius: 15rem;
        margin-right: 1.5rem;
    }
}


@media screen and (max-width: 600px) {
    .prices-flex-box.cols-4 .b-price-box {
        width: 100%;
    }

    .navbar-level2_var3 .nav.section-indicators > li > a {
        padding: 0;
    }
}


@media screen and (min-width: 500px) and (max-width: 1100px) {
    .carousel .item.system h1
    , .carousel .item.system h2 {
        padding-left: 40%;
    }
    .carousel .item.promo h1 {
        padding-right: 40%;
    }
}


@media screen and (min-width: 641px) and (max-width: 766px) {

    .col-md-6 {
        padding: 0 10px 6.5rem;
        display: inline-block;
        width: 49.6%;
    }
    .partners li {
        width: 32.6%;
    }
    .team li {
        width: 49.6%;
        display: inline-block;
    }

    .slider.slider-horizontal {
        width: 400px;
    }

}


@media screen and (min-width: 767px) and (max-width: 950px) {

    .container {
        width: 520px !important;
    }
    .navbar-level2_var2 .container {
        width: 100% !important;
    }
    .navbar > .container {
        width: auto !important;
        padding: 0 5rem;
        margin: 0 auto;
    }
    .container .navbar-header {
        width: 3rem;
        margin-left: -4rem;
        padding: 0;
    }
    .navbar > .container .navbar-brand {
        max-width: 3rem;
        height: 3rem;
        padding: 15px 0;
    }
    .navbar-brand > img {
        height: 3rem;
    }
    .navbar-toggle {
        margin: 0;
        display: none !important;
    }
    .visible-sm-inline {
        display: none !important;
    }
    .visible-lg-block {
        display: inline !important;
    }
    .navbar-inverse .navbar-right {
        width: auto;
        top: 14px; right: 10px;
    }
    .navbar-inverse .navbar-right > li.nickname > a
    , .navbar-inverse .navbar-right > li.head-phone > a {
        padding-top: 1px;
        padding-bottom: 0;
        margin: 0;
    }
    .navbar-inverse .navbar-nav > li {
        margin: 0 0 0 8px;
    }
    .navbar-inverse .navbar-nav > li:first-child {
        margin: 0;
    }
    .navbar-inverse .navbar-nav > li > a {
        font-size: 1.4rem;
    }

    .navbar-inverse .navbar-right > li.head-phone {
        display: none;
    }
    .navbar-inverse .navbar-right > li.nickname {
        left: auto; right: 100%;
    }

    .headway {
        padding: 0 9.375%;
    }
    .carousel .item.system {
        background-position: 100% 50%;
    }
    .carousel .item.promo {
        background-position: 10% 50%;
    }
    .col-md-6 {
        padding: 0 10px 6.5rem;
        width: 49.6%;
        display: inline-block;
    }
    .col-xs-4 {
        width: auto;
        display: block;
        padding: 0 0 6.5rem;
    }

    .partners li {
        width: 32.6%;
    }

    .app-contents-inner h2 {
        margin: 0 0 50px;
    }
    .app-contents-inner .carousel-indicators {
        -moz-columns: auto;
        -webkit-columns: auto;
        columns: auto;
    }
    .app-contents-inner .carousel-indicators li {
        margin: 0 0 25px;
    }
    .app-dop-inner {
        padding: 70px 0 160px;
    }
    .app-dop-inner h2 {
        margin: 0 0 65px;
        text-align: center;
    }
    .app-dop-inner ul {
        margin: 0 0 0 42.44%;
    }
    .apps-icons li {
        width: 32.6%;
    }
    .iphone-dop-screen {
        left: -80px;
    }
    .app-price-offers li {
        width: 49.6%;
        margin-bottom: 40px;
    }
    .order-btn-col {
        width: 50%;
    }
    .order-summ-row .itogo {
        right: 50%;
    }

    .promo-picture-wrap.school-prog-wrap .container {
        width: 750px !important;
    }
    .school-prog-wrap .school-inner {
        max-width: 100%;
        padding-top: 180px;
    }

}

@media screen and (min-width: 951px) and (max-width: 1100px) {

    .navbar-level2_var2 .container {
        width: 100% !important;
        max-width: 970px;
    }

    .container {
        width: 860px !important;
    }
    .container .navbar-header {
        width: 60px;
        padding-left: 15px;
    }
    .navbar-nav > li > a {
        padding-left: 0.7rem;
        padding-right: 0.7rem;
    }
    .navbar-brand {
        max-width: 3rem;
        overflow: hidden;
    }
    .navbar-brand > img {
        height: 3rem;
    }
    .navbar-inverse .navbar-nav > li {
        margin: 0 10px 0 0;
    }
    .navbar-inverse .navbar-nav > li > a {
        font-size: 1.4rem;
    }
    .navbar-inverse .navbar-right {
        top: 0;
    }
    .navbar-inverse .navbar-right > li {
        margin: 0;
    }

    .autoheight-wrap {
        height: auto;
        min-height: 0;
    }
    .promo-picture-wrap {
        height: 43.3rem;
    }
    .promo-picture-inner {
        padding: 0 10% 0 0;
    }
    .promo-picture-inner.right {
        padding: 0 0 0 10%;
    }
    .promo-picture-inner.right2 {
        padding: 0 50% 0 0;
    }

    .container-fluid {
        padding: 0 4%;
    }
    .headway {
        height: auto;
        padding: 0 7%;
        display: block;
    }
    .headway .row {
        padding: 50px 0 1px;
        display: block;
    }
    .col-md-6 {
        padding: 0 30px 6.5rem;
        width: 49.6%;
    }
    .col-xs-4 {
        width: 49.6%;
        padding: 0 0 6.5rem;
    }

    .partners li {
        width: 24.6%;
    }

    .app-dop-inner {
        padding: 70px 0 160px;
    }
    .app-dop-inner h2 {
        margin: 0 0 125px;
        text-align: center;
    }
    .app-dop-inner ul {
        margin: 0 0 0 42.44%;
    }
    .apps-icons li {
        width: 32.6%;
    }

    .btn.btn-fab.phone-var2 {
        /*bottom: auto; top: 300px;*/
        top:80%;
    }

}

@media screen and (min-width: 1000px) and (max-width: 1250px) {

    .navbar-inverse .navbar-right > li {
        margin: 0;
    }
    .navbar-inverse .navbar-nav > li > a {
        font-size: 1.4rem;
    }

}

@media screen and (min-width: 1600px) {
    .promo-picture-wrap.single.bonus-prog-wrap {
        background-size: auto auto;
    }
}

@media screen and (min-width: 1101px) and (max-height: 805px) {

    .headway .summary {
        font-size: 1.4rem;
    }
    .headway .summary strong {
        font-size: 3.2rem;
        line-height: 100%;
    }
    .headway.var3 .summary {
        font-size: 1.4rem;
    }
    .headway.var3 .summary strong {
        font-size: 3rem;
    }
    .home .headway .title {
        font-size: 3.6rem;
    }
    .home .headway .pc-b .title {
        font-size: 2rem;
    }
    .home .headway .summary {
        font-size: 1.8rem;
    }
    .bonus-info {
        font-size: 1.8rem;
        line-height: 2.6rem;
    }

}


@media screen and (min-width: 1101px) and (max-height: 725px) {
    .promo-picture-wrap.single.bonus-prog-wrap {
        background-size: 70% auto;
        background-position: 50% 100%;
    }

    .book2 .online-screen-inner .h-img
    , .book3 .online-screen-inner .h-img
    , .book4 .online-screen-inner .h-img {
        height: 100%;
    }

    .promo-picture-inner.design-custom img {
        max-height: 55%;
    }
}


@media screen and (min-width: 1101px) and (max-height: 600px) {
    .app-i {
        display: block;
        height: 400px;
        margin-top: -170px;
    }
    .iphone-anim {
        display: none !important;
    }
    .carousel-inner-wrap
    , .iphone-dop-screen {
        display: block !important;
    }
    .app-contents
    , .app-dop{
        height: auto;
    }
    .app-contents .container
    , .app-dop .container {
        height: auto;
    }
    .app-contents-inner
    , .app-dop-inner {
        padding-top: 100px;
        padding-bottom: 100px;
    }

}



@media screen and (min-width: 768px) {
    .consult-form-wrap h3
    , .consult-form-wrap button.submit {
        font-size: 18px;
    }
    .consult-date .glyphicon
    , .bootstrap-select.btn-group .dropdown-toggle .caret {
        right: 5px;
    }
}
@media screen and (max-width: 950px) {
    .ny .ny-title {
        max-width: 70%;
    }

    .consult-form-wrap {
        padding: 30px 23px;
    }
    .consult-form-wrap .consult-date {
        width: 47%;
        margin: 0 3% 0 0;
    }
    .consult-form-wrap .consult-time {
        width: 47%;
        margin: 0 0 0 3%;
    }
    .consult-form-wrap .consult-phone {
        float: none;
        width: 100%;
        padding: 30px 0;
    }
    .consult-form-wrap fieldset {
        border: none;
    }
    .consult-form-wrap input.text
    , .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
        border: 1px solid #d8d8d8;
    }
    .consult-form-wrap h3
    , .consult-form-wrap button.submit {
        font-size: 24px;
        float: none;
        width: 100%;
    }
    .consult-form-wrap h3 {
        line-height: 100%;
        margin: 0 0 35px;
        color: #444;
    }
    .datepicker-dropdown.dropdown-menu {
        margin-left: 0;
    }
    .consult-date .glyphicon
    , .bootstrap-select.btn-group .dropdown-toggle .caret {
        right: 12px;
    }

    .consult-form-wrap_var2 .consult-name {
        width: 47%;
        margin: 0 3% 0 0;
    }
    .consult-form-wrap_var2 .consult-email {
        width: 47%;
        margin: 0 0 0 3%;
    }
    .consult-form-wrap_var2 .consult-phone {
        float: none;
        width: 100%;
        padding: 30px 0;
    }

    footer .contacts.var2 .map {
        width: 15rem;
        height: 15rem;
    }
}
@media screen and (min-width: 992px) {
    .consult-form-wrap h3
    , .consult-form-wrap button.submit {
        font-size: 20px;
    }
    .consult-date .glyphicon
    , .bootstrap-select.btn-group .dropdown-toggle .caret {
        right: 5px;
    }
}
@media screen and (min-width: 1200px) {
    .consult-form-wrap h3
    , .consult-form-wrap button.submit {
        font-size: 24px;
    }
    .consult-date .glyphicon
    , .bootstrap-select.btn-group .dropdown-toggle .caret {
        right: 12px;
    }
}



@media screen and (max-width: 1000px) {
}



@media screen and (max-width: 1280px) {
    html.new-font-size {
        font-size: 8px;
    }
    .new-font-size .prices-item-wrap#price-01 {
        min-height: 865px;
    }
}
.new-vers .navbar-inverse .container {
    width: 100% !important;
    padding-right: 250px;
}
.new-vers .navbar-inverse .navbar-nav > li > a {
    font-size: 14px;
}
.new-vers .navbar {
    min-height: 43px;
}
.new-vers .navbar-inverse {
    background: rgba(0,0,0,.98);
}
.new-vers .navbar-header {
    width: 16%;
    padding: 0 0 0 3%;
}
.new-vers .navbar-brand {
    height: 43px;
    max-width: 92px;
}
.new-vers .navbar > .container .navbar-brand {
    padding: 13px 0 0;
}
.new-vers .navbar-brand > img {
    width: 92px;
    height: auto;
    max-width: 100%;
}
.new-vers .navbar-inverse .navbar-nav {
    width: 83%;
}
.new-vers .navbar-inverse .navbar-right {
    width: 95px;
}
.new-vers .navbar-inverse .navbar-nav > li {
    margin: 0 4% 0 0;
}
.new-vers .navbar-inverse .navbar-nav > li:last-child {
    margin: 0;
}
.new-vers .navbar-inverse .navbar-nav > li > a {
    line-height: 43px;
    padding: 0;
}
.new-vers .navbar-inverse .navbar-right > li.head-reg {
    position: absolute;
    top: 0;
    right: 100%;
    margin: 0 22px 0 0;
}
.new-vers .navbar-inverse .navbar-right > li.head-reg a {
    color: #1eb1ed;
}
@media screen and (max-width: 1280px) {
    .new-vers .navbar-inverse .navbar-nav > li {
        margin: 0 1.4% 0 0;
    }
    .new-vers .navbar-inverse .navbar-nav > li > a {
        font-size: 13px;
    }
}
@media screen and (max-width: 1100px) {
    .new-vers .navbar-inverse .container {
        padding-right: 220px;
    }
    .new-vers .navbar-header {
        padding: 0 0 0 2%;
    }
    .new-vers .navbar-inverse .navbar-right > li.head-reg {
        margin: 0 10px 0 0;
    }
}
@media screen and (max-width: 950px) {
    .new-vers .navbar-inverse .container {
        width: auto !important;
        padding: 0 2%;
    }
    .new-vers .navbar-header {
        margin: 0 10px 0 0;
        padding: 0;
        width: 92px;
    }
    .new-vers .navbar-inverse .navbar-right > li.head-reg {
        display: none;
    }
    .new-vers .navbar > .container .navbar-brand {
        max-width: 92px;
    }
    .new-vers .navbar-inverse .navbar-right {
        width: auto;
        top: 0;
        right: 0;
    }
    .navbar-inverse .navbar-right > li.nickname {
        display: none;
    }
}
@media screen and (max-width: 766px) {
    .new-vers .navbar-inverse .container {
        width: auto !important;
        padding: 0 4%;
    }
    .new-vers .navbar-header {
        width: auto;
        padding: 0;
    }
    .new-vers .navbar > .container .navbar-brand {
        max-width: 92px;
        height: 17px;
        margin: 0;
        padding: 0;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .new-vers .navbar-inverse .navbar-right {
        width: auto;
    }
    .new-vers .navbar-inverse .navbar-right > li.head-reg {
        display: none;
    }
    .new-vers .navbar-toggle {
        margin: 5px 0;
    }
}

.new-vers .autoheight-wrap {
    height: 105%;
}
.new-vers .promo-picture-inner h1 {
    font-size: 7.2rem;
}
.new-vers .promo-picture-inner h2 {
    font-size: 2.4rem
}
.new-vers .headway.bg-var2 {
    background: #f01700;
    color: #fff;
}
.home.new-vers .headway .summary {
    font: 1.8rem/140% "Myriad Pro", Helvetica, Arial, sans-serif;
    max-width: 30rem;
    margin: 0 auto;
}
.home.new-vers .headway .title {
    font-size: 5rem;
    color: #fff;
    margin: 0 0 20px;
}
.home.new-vers .headway .pc-b {
    text-align: left;
    position: relative;
    padding: 15px 0 0 113px;
}
.home.new-vers .headway .pc-b .title {
    font-size: 2rem;
    margin-bottom: 30px;
}
.new-vers .headway .pc-logo {
    width: 102px;
    height: 113px;
    background-image: url(../images/new-vers/pc-white.png);
    position: absolute;
    top: 0; left: 0;
}
@media screen and (max-width: 1100px) {
    .new-vers .autoheight-wrap {
        height: auto;
    }
    .home.new-vers .headway .pc-b {
        text-align: center;
        padding: 0;
    }
    .new-vers .headway .pc-logo {
        display: none;
    }
}
@media screen and (max-width: 766px) {
    .new-vers .autoheight-wrap {
        display: none;
    }
}

h2.new-head-h2 {
    font-size: 7.2rem;
    font-weight: normal;
    text-align: center;
    margin: 0 0 45px;
}
h2.new-head-h2 .smaller {
    font-size: 2.4rem;
    display: block;
    margin: 10px 0 0;
}
.new-list-wrap h2.new-head-h2 {
    text-align: left;
}
@media screen and (max-width: 440px) {
    h2.new-head-h2 {
        font-size: 5rem;
    }
}

.new-list-wrap {
    position: relative;
    min-height: 792px;
    font-size: 2rem;
    color: #333;
}
.image-left {
    background: #71778b;
    padding-left: 50%;
    color: #fff;
}
.new-list-image {
    position: absolute;
}
.image-left .new-list-image {
    bottom: 0; left: 0;
    width: 50%;
    height: 100%;
    background: url(../images/new-vers/imac.jpg) 100% 100% no-repeat;
}
.image-right .new-list-image {
    top: 0; right: 0;
    width: 61%;
    height: 100%;
    background: url(../images/new-vers/notebook.jpg) 0 0 no-repeat;
}
.image-right .new-list-text-wrap {
    margin: 0 auto;
    padding: 0 20px;
    width: 100%;
    max-width: 1370px;
}
.new-list-text {
    position: relative;
    left: -80px;
    margin-right: -80px;
    padding: 50px 40px 40px 0;
}
.image-right .new-list-text {
    left: 0;
    margin: 0 40% 0 0;
    padding: 0 0 0 20px;
}
.new-list-pros {
    margin: 0;
    padding: 0 0 25px;
    list-style: none;
}
.new-list-pros li {
    position: relative;
    left: -58px;
    margin: 0 -58px 10px 0;
    padding: 0 0 0 58px;
}
.new-list-pros .fa-holder {
    display: block;
    position: absolute;
    top: 0; left: 0;
    width: 26px;
    text-align: center;
}
.new-list-pros .fa {
    color: #9da9b5;
    font-size: 1.8rem;
}
.new-list-pros-details {
    display: inline-block;
    border: 3px solid #fff;
    background: #71778b;
    box-shadow: 0 3px 7px rgba(0,0,0,.14);
    font-size: 2.4rem;
    color: #fff;
    padding: 10px 20px;
}
.new-list-pros-details:hover {
    text-decoration: none;
    background: #fff;
    color: #71778b;
}
.image-right .new-list-pros-details {
    border-color: #3c9ce8;
    background: #fff;
    color: #00aff0;
}
.image-right .new-list-pros-details:hover {
    background: #3c9ce8;
    color: #fff;
}
.new-list-pros-details .fa {
    font-size: 26px;
    margin-left: 10px;
    vertical-align: middle;
}
@media screen and (max-width: 1280px) {
    .new-list-wrap {
        min-height: 670px;
    }
    .image-left .new-list-image
    , .image-right .new-list-image {
        background-size: auto 100%;
    }
    .image-right .new-list-text-wrap {
        max-width: 1100px;
    }
}
@media screen and (max-width: 1100px) {
    .new-list-text {
        left: -30%;
        margin: 0 -30% 0 0;
    }
    .image-right .new-list-text-wrap {
        max-width: 840px;
    }
    .image-right .new-list-text {
        padding: 0;
        margin: 0 20% 0 0;
    }
}
@media screen and (max-width: 766px) {
    .new-list-wrap {
        min-height: 0;
    }
    .image-left {
        padding: 100px 0 0;
    }
    .image-left .new-list-image {
        position: static;
        width: 100%;
        max-width: 702px;
        height: 480px;
        background-position: 0 0;
        background-size: 702px 480px;
        margin: 0 auto;
    }
    .image-right .new-list-image {
        display: none;
    }
    .image-right .new-list-text-wrap {
        max-width: 100%;
    }
    .new-list-text {
        left: 0;
        margin: 0;
        padding: 50px 35px 65px;
        text-align: center;
    }
    .image-right .new-list-text {
        margin: 0;
    }
    .new-list-pros li {
        left: 0;
        margin-right: 0;
        padding-left: 45px;
        text-align: left;
    }
    .new-list-wrap h2.new-head-h2 {
        text-align: center;
    }
}

@media screen and (max-width: 766px) {
    .with-feedback-bar.new-vers .prices-item-wrap {
        border-top-width: 0;
    }
}
.with-feedback-bar.new-vers .prices-item-wrap.with-padd {
    padding-top: 20px;
}
@media screen and (max-width: 766px) {
    .with-feedback-bar.new-vers .prices-item-wrap.with-padd {
        padding-top: 0;
    }

    h2.new-head-h2 {
        font-size: 3rem;
    }

}

.new-vers .with-shadow {
    box-shadow: 0 5px 27px rgba(0,0,0,.09);
    position: relative;
    z-index: 2;
}
.new-vers .price-apps-text {
    text-align: left;
    font-size: 2.4rem;
    padding: 70px 55% 0 20px;
}
.new-vers .price-apps-text h2 {
    font-size: 7.2rem;
    line-height: 90%;
    text-transform: none;
    margin: 0 0 30px;
}
.new-vers .price-apps-text h3 {
    margin: 0 0 25px;
    font-size: 2.4rem;
}
.new-vers .price-apps-text a {
    color: #00aff0;
}
.new-vers .price-apps-text a .fa
, .new-vers .b-price-box-href a .fa {
    font-size: 2.6rem;
    vertical-align: middle;
}
.new-vers .b-price-box-href {
    font-size: 2.4rem;
    padding: 20px 0 0;
}
.new-vers .b-price-box-href a {
    color: #fff;
}
@media screen and (max-width: 1280px) {
    .new-vers .prices-item-inner-2 {
        min-height: 340px;
    }
    .new-vers .with-shadow .prices-container {
        max-width: 1100px;
    }
    .new-vers .price-apps-img {
        right: -50px;
        width: 640px;
        height: 329px;
        background-size: 640px 329px;
    }
    .new-vers .price-apps-text.v2 {
        padding-top: 0px;
        padding-bottom: 40px;
    }
}
@media screen and (max-width: 1100px) {
    .prices-item-wrap h1 {
        max-width: 90%;
    }

    .new-vers .prices-item-inner-2 {
        min-height: 350px;
    }
    .new-vers .with-shadow .prices-container {
        max-width: 960px;
    }
    .new-vers .price-apps-text.v2 h2 {
        font-size: 4.8rem
    }
    .price-apps-text.v2 .price-app {
        font-size: 1.8rem;
    }
    .price-apps-text.v2 .price-app strong {
        font-size: 2.5rem;
    }
    .new-vers .price-apps-img {
        width: 530px;
        height: 349px;
        background-size: 530px 349px;
    }
}
@media screen and (max-width: 766px) {
    .not-in-mobile {
        display: none;
    }
}

.new-help-wrap {
    padding: 50px 0;
}
.new-help-container {
    margin: 0 auto;
    padding: 0 20px;
    width: 100%;
    max-width: 1370px;
    font-size: 2.2rem;
    color: #333;
}
.new-help-list {
    margin: 0;
    padding: 0 20px;
    list-style: none;
    overflow: hidden;
}
.new-help-list li {
    position: relative;
    min-height: 213px;
    padding: 5px 50% 0 0;
}
.new-help-list li:nth-child(even) {
    padding: 0 0 0 50%;
}
.new-help-list li:before
, .new-help-list li:after {
    content: "";
    display: block;
    position: absolute;
    top: 0; left: 50%;
    transform: translateX(-50%);
}
.new-help-list li:before {
    width: 40px;
    height: 40px;
    background: linear-gradient(to top, #85c6f9, #3c9ce8);
    border: 5px solid #fff;
    box-shadow: inset 0 3px 7px rgba(0,0,0,.13);
    border-radius: 50%;
    z-index: 1;
}
.new-help-list li:after {
    width: 3px;
    height: 100%;
    background: #bcd5e9;
}
.new-help-list li:last-child:after {
    display: none;
}
.new-help-list h4 {
    margin: 0 0 45px;
    font-size: 3rem;
}
.new-help-list p {
    margin: 0;
}
.new-help-list-item {
    position: relative;
    padding: 0 75px 10px 0;
}
.new-help-list li:nth-child(even) .new-help-list-item {
    padding: 0 0 10px 95px;
}
@media screen and (max-width: 766px) {
    .new-help-wrap {
        padding: 0 0 55px;
    }
    .new-help-container {
        padding: 0 35px;
    }
    .new-help-list {
        padding: 0;
    }
    .new-help-list li
    , .new-help-list li:nth-child(even) {
        padding: 5px 0 0;
        min-height: 280px;
    }
    .new-help-list li:last-child {
        min-height: 0;
    }
    .new-help-list-item
    , .new-help-list li:nth-child(even) .new-help-list-item {
        padding: 0 0 15px 60px;
    }
    .new-help-list li:before {
        width: 30px;
        height: 30px;
        left: 0;
        transform: translateX(0);
    }
    .new-help-list li:after {
        left: 15px;
    }
    .new-help-list li:last-child:after {
        display: block;
    }
    .new-help-list h4 {
        margin-bottom: 35px;
    }
}

.new-vers .clients-partners {
    background: #d9f3fd;
    padding: 55px 0 35px;
}
.new-vers .clients-partners-item {
    padding: 0;
}
@media screen and (max-width: 1100px) {
    .new-vers .partners li {
        width: 16.3%;
    }
}
@media screen and (max-width: 766px) {
    .new-vers .clients-partners-item {
        padding: 0 20px;
    }
    .new-vers .partners li {
        width: 30%;
        margin: 0 0 40px;
    }
    .new-vers .price-apps-text.v2 {
        padding: 50px 20px 250px;
        text-align: center;
    }
    .new-vers .price-apps-img {
        bottom: -150px;
    }
}

.fast-reg-wrap {
    background: linear-gradient(to top, #74bef7, #3c9ce8);
    color: #fff;
}
.fast-reg-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 65px 25px 100px;
    position: relative;
}
.fast-reg-field {
    float: left;
    width: 23%;
    padding: 0 35px 0 0;
}
.fast-reg-field input.text {
    width: 100%;
    height: 60px;
    border: 1px solid #d8d8d8;
    background: #fff;
    margin: 0;
    padding: 0 15px;
    font: 20px "Myriad Pro", Arial, Helvetica, sans-serif;
    color: #c4c4c4;
}
.fast-reg-field input::-moz-placeholder {
    color: #c4c4c4;
    opacity: 1;
}
.fast-reg-field input::-webkit-input-placeholder {
    color: #c4c4c4;
    opacity: 1;
}
.fast-reg-field input:-ms-input-placeholder {
    color: #c4c4c4;
    opacity: 1;
}
.fast-reg-field input:placeholder {
    color: #c4c4c4;
    opacity: 1;
}
.fast-reg-field input:focus::-moz-placeholder {
    opacity: 0;
}
.fast-reg-field input:focus::-webkit-input-placeholder {
    opacity: 0;
}
.fast-reg-field input:focus:-ms-input-placeholder {
    opacity: 0;
}
.fast-reg-field input:focus:placeholder {
    opacity: 0;
}
.fast-reg-container button.submit {
    float: right;
    width: 31%;
    height: 60px;
    margin: 0;
    padding: 0 5px;
    border: 3px solid #fff;;
    background: none;
    font: 24px "Myriad Pro", Arial, Helvetica, sans-serif;
    color: #fff;
}
@media screen and (max-width: 1100px) {
    .fast-reg-container {
        text-align: center;
    }
    .fast-reg-field {
        float: none;
        display: inline-block;
        width: 32%;
        padding: 0 17px;
    }
    .fast-reg-container button.submit {
        float: none;
        display: block;
        width: 100%;
        max-width: 357px;
        margin: 30px auto 0;
    }
}
@media screen and (max-width: 766px) {
    .fast-reg-container {
        padding: 50px 25px;
    }
    .fast-reg-field {
        float: none;
        display: block;
        width: 100%;
        max-width: 450px;
        margin: 0 auto 35px;
        padding: 0;
    }
    .fast-reg-container button.submit {
        max-width: 450px;
        margin: 0 auto;
    }
}

.new-vers footer .logo {
    width: 189px;
    height: 35px;
    margin-top: 0;
}




/*animations*/

/******************
* Bounce in right *
*******************/


.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.slow{
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.slower{
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.slowest{
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

/* Added by Andy Meetan */
.delay-250 {
    -webkit-animation-delay:0.25s;
    -moz-animation-delay:0.25s;
    -o-animation-delay:0.25s;
    animation-delay:0.25s;
}
.delay-500 {
    -webkit-animation-delay:0.5s;
    -moz-animation-delay:0.5s;
    -o-animation-delay:0.5s;
    animation-delay:0.5s;
}
.delay-750 {
    -webkit-animation-delay:0.75s;
    -moz-animation-delay:0.75s;
    -o-animation-delay:0.75s;
    animation-delay:0.75s;
}
.delay-1000 {
    -webkit-animation-delay:1.0s;
    -moz-animation-delay:1.0s;
    -o-animation-delay:1.0s;
    animation-delay:1.0s;
}
.delay-1250 {
    -webkit-animation-delay:1.25s;
    -moz-animation-delay:1.25s;
    -o-animation-delay:1.25s;
    animation-delay:1.25s;
}
.delay-1500 {
    -webkit-animation-delay:1.5s;
    -moz-animation-delay:1.5s;
    -o-animation-delay:1.5s;
    animation-delay:1.5s;
}
.delay-1750 {
    -webkit-animation-delay:1.75s;
    -moz-animation-delay:1.75s;
    -o-animation-delay:1.75s;
    animation-delay:1.75s;
}
.delay-2000 {
    -webkit-animation-delay:2.0s;
    -moz-animation-delay:2.0s;
    -o-animation-delay:2.0s;
    animation-delay:2.0s;
}
.delay-2500 {
    -webkit-animation-delay:2.5s;
    -moz-animation-delay:2.5s;
    -o-animation-delay:2.5s;
    animation-delay:2.5s;
}
.delay-2000 {
    -webkit-animation-delay:2.0s;
    -moz-animation-delay:2.0s;
    -o-animation-delay:2.0s;
    animation-delay:2.0s;
}
.delay-2500 {
    -webkit-animation-delay:2.5s;
    -moz-animation-delay:2.5s;
    -o-animation-delay:2.5s;
    animation-delay:2.5s;
}
.delay-3000 {
    -webkit-animation-delay:3.0s;
    -moz-animation-delay:3.0s;
    -o-animation-delay:3.0s;
    animation-delay:3.0s;
}
.delay-3500 {
    -webkit-animation-delay:3.5s;
    -moz-animation-delay:3.5s;
    -o-animation-delay:3.5s;
    animation-delay:3.5s;
}

.bounceInRight, .bounceInLeft, .bounceInUp, .bounceInDown{
    opacity:0;
    -webkit-transform: translateX(400px);
    transform: translateX(400px);
}
.fadeInRight, .fadeInLeft, .fadeInUp, .fadeInDown{
    opacity:0;
    -webkit-transform: translateX(400px);
    transform: translateX(400px);
}

.flipInX, .flipInY, .rotateIn, .rotateInUpLeft, .rotateInUpRight, .rotateInDownLeft, .rotateDownUpRight, .rollIn{
    opacity:0;
}

.lightSpeedInRight, .lightSpeedInLeft{
    opacity:0;
    -webkit-transform: translateX(400px);
    transform: translateX(400px);
}

/***********
* bounceIn *
************/
@-webkit-keyframes bounceIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(.3);
    }

    50% {
        opacity: 1;
        -webkit-transform: scale(1.05);
    }

    70% {
        -webkit-transform: scale(.9);
    }

    100% {
        -webkit-transform: scale(1);
    }
}

@keyframes bounceIn {
    0% {
        opacity: 0;
        transform: scale(.3);
    }

    50% {
        opacity: 1;
        transform: scale(1.05);
    }

    70% {
        transform: scale(.9);
    }

    100% {
        transform: scale(1);
    }
}

.bounceIn.go {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
}

/****************
* bounceInRight *
****************/

@-webkit-keyframes bounceInRight {
    0% {
        opacity: 0;

        -webkit-transform: translateX(400px);
    }
    60% {

        -webkit-transform: translateX(-30px);
    }
    80% {
        -webkit-transform: translateX(10px);
    }
    100% {
        opacity: 1;

        -webkit-transform: translateX(0);
    }
}

@keyframes bounceInRight {
    0% {
        opacity: 0;

        transform: translateX(400px);
    }
    60% {

        transform: translateX(-30px);
    }
    80% {
        transform: translateX(10px);
    }
    100% {
        opacity: 1;

        transform: translateX(0);
    }
}


.bounceInRight.go {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight;
}

/******************
* Bounce in left *
*******************/

@-webkit-keyframes bounceInLeft {
    0% {
        opacity: 0;

        -webkit-transform: translateX(-400px);
    }
    60% {

        -webkit-transform: translateX(30px);
    }
    80% {
        -webkit-transform: translateX(-10px);
    }
    100% {
        opacity: 1;

        -webkit-transform: translateX(0);
    }
}

@keyframes bounceInLeft {
    0% {
        opacity: 0;

        transform: translateX(-400px);
    }
    60% {

        transform: translateX(30px);
    }
    80% {
        transform: translateX(-10px);
    }
    100% {
        opacity: 1;

        transform: translateX(0);
    }
}

.bounceInLeft.go {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft;
}

/******************
* Bounce in up *
*******************/

@-webkit-keyframes bounceInUp {
    0% {
        opacity: 0;

        -webkit-transform: translateY(400px);
    }
    60% {

        -webkit-transform: translateY(-30px);
    }
    80% {
        -webkit-transform: translateY(10px);
    }
    100% {
        opacity: 1;

        -webkit-transform: translateY(0);
    }
}

@keyframes bounceInUp {
    0% {
        opacity: 0;

        transform: translateY(400px);
    }
    60% {

        transform: translateY(-30px);
    }
    80% {
        transform: translateY(10px);
    }
    100% {
        opacity: 1;

        transform: translateY(0);
    }
}

.bounceInUp.go {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp;
}


/******************
* Bounce in down *
*******************/

@-webkit-keyframes bounceInDown {
    0% {
        opacity: 0;

        -webkit-transform: translateY(-400px);
    }
    60% {

        -webkit-transform: translateY(30px);
    }
    80% {
        -webkit-transform: translateY(-10px);
    }
    100% {
        opacity: 1;

        -webkit-transform: translateY(0);
    }
}

@keyframes bounceInDown {
    0% {
        opacity: 0;

        transform: translateY(-400px);
    }
    60% {

        transform: translateY(30px);
    }
    80% {
        transform: translateY(-10px);
    }
    100% {
        opacity: 1;

        transform: translateY(0);
    }
}

.bounceInDown.go {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown;
}


/**********
* Fade In *
**********/
@-webkit-keyframes fadeIn {
    0% {opacity: 0;}
    100% {opacity: 1;
        display:block;}
}
@keyframes fadeIn {
    0% {opacity: 0;}
    100% {opacity: 1;
        display:block;}
}
.fadeIn{
    opacity:0;
}
.fadeIn.go {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

/**********
* Grow in *
***********/

@-webkit-keyframes growIn {
    0% {
        -webkit-transform: scale(0.2);
        opacity:0;
    }
    50% {
        -webkit-transform: scale(1.2);

    }
    100% {
        -webkit-transform: scale(1);
        opacity:1;
    }
}
@keyframes growIn {
    0% {
        transform: scale(0.2);
        opacity:0;
    }
    50% {
        transform: scale(1.2);

    }
    100% {
        transform: scale(1);
        opacity:1;
    }
}
.growIn {

    -webkit-transform: scale(0.2);
    transform: scale(0.2);
    opacity:0;
}
.growIn.go{
    -webkit-animation-name: growIn;
    animation-name: growIn;
}

/********
* Shake *
********/
@-webkit-keyframes shake {
    0%, 100% {-webkit-transform: translateX(0);}
    10%, 30%, 50%, 70%, 90% {-webkit-transform: translateX(-10px);}
    20%, 40%, 60%, 80% {-webkit-transform: translateX(10px);}
}
@keyframes shake {
    0%, 100% {transform: translateX(0);}
    10%, 30%, 50%, 70%, 90% {transform: translateX(-10px);}
    20%, 40%, 60%, 80% {transform: translateX(10px);}
}
.shake.go {
    -webkit-animation-name: shake;
    animation-name: shake;
}

/********
* ShakeUp *
********/
@-webkit-keyframes shakeUp {
    0%, 100% {-webkit-transform: translateY(0);}
    10%, 30%, 50%, 70%, 90% {-webkit-transform: translateY(-10px);}
    20%, 40%, 60%, 80% {-webkit-transform: translateY(10px);}
}
@keyframes shakeUp {
    0%, 100% {transform: translateY(0);}
    10%, 30%, 50%, 70%, 90% {transform: translateY(-10px);}
    20%, 40%, 60%, 80% {transform: translateY(10px);}
}
.shakeUp.go {
    -webkit-animation-name: shakeUp;
    animation-name: shakeUp;
}

/*************
* FadeInLeft *
*************/

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-400px);
    }
    50%{
        opacity: 0.3;
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
}
@keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translateX(-400px);
    }
    50%{
        opacity: 0.3;
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}
.fadeInLeft{
    opacity: 0;
    -webkit-transform: translateX(-400px);
    transform: translateX(-400px);
}
.fadeInLeft.go {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}


/*************
* FadeInRight *
*************/

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(400px);
    }
    50%{
        opacity: 0.3;
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
}
@keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translateX(400px);
    }
    50%{
        opacity: 0.3;
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}
.fadeInRight{
    opacity: 0;
    -webkit-transform: translateX(400px);
    transform: translateX(400px);
}
.fadeInRight.go {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

/*************
* FadeInUp *
*************/

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(400px);
    }
    50%{
        opacity: 0.3;
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}
@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(400px);
    }
    50%{
        opacity: 0.3;
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
.fadeInUp{
    opacity: 0;
    -webkit-transform: translateY(400px);
    transform: translateY(400px);
}
.fadeInUp.go {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

/*************
* FadeInDown *
*************/

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-400px);
    }
    50%{
        opacity: 0.3;
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}
@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translateY(-400px);
    }
    50%{
        opacity: 0.3;
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
.fadeInDown{
    opacity: 0;
    -webkit-transform: translateY(-400px);
    transform: translateY(-400px);
}
.fadeInDown.go {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

/*****************
* rotateIn *
*****************/
@-webkit-keyframes rotateIn {
    0% {
        -webkit-transform-origin: center center;
        -webkit-transform: rotate(-200deg);
        opacity: 0;
    }
    100% {
        -webkit-transform-origin: center center;
        -webkit-transform: rotate(0);
        opacity: 1;
    }
}
@keyframes rotateIn {
    0% {
        transform-origin: center center;
        transform: rotate(-200deg);
        opacity: 0;
    }
    100% {
        transform-origin: center center;
        transform: rotate(0);
        opacity: 1;
    }
}
.rotateIn.go {
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn;
}

/*****************
* rotateInUpLeft *
*****************/

@-webkit-keyframes rotateInUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        -webkit-transform: rotate(90deg);
        opacity: 0;
    }
    100% {
        -webkit-transform-origin: left bottom;
        -webkit-transform: rotate(0);
        opacity: 1;
    }
}
@keyframes rotateInUpLeft {
    0% {
        transform-origin: left bottom;
        transform: rotate(90deg);
        opacity: 0;
    }
    100% {
        transform-origin: left bottom;
        transform: rotate(0);
        opacity: 1;
    }
}
.rotateInUpLeft.go {
    -webkit-animation-name: rotateInUpLeft;
    animation-name: rotateInUpLeft;
}

/*******************
* rotateInDownLeft *
*******************/
@-webkit-keyframes rotateInDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        -webkit-transform: rotate(-90deg);
        opacity: 0;
    }
    100% {
        -webkit-transform-origin: left bottom;
        -webkit-transform: rotate(0);
        opacity: 1;
    }
}
@keyframes rotateInDownLeft {
    0% {
        transform-origin: left bottom;
        transform: rotate(-90deg);
        opacity: 0;
    }
    100% {
        transform-origin: left bottom;
        transform: rotate(0);
        opacity: 1;
    }
}
.rotateInDownLeft.go {
    -webkit-animation-name: rotateInDownLeft;
    animation-name: rotateInDownLeft;
}

/******************
* rotateInUpRight *
*******************/

@-webkit-keyframes rotateInUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        -webkit-transform: rotate(-90deg);
        opacity: 0;
    }
    100% {
        -webkit-transform-origin: right bottom;
        -webkit-transform: rotate(0);
        opacity: 1;
    }
}
@keyframes rotateInUpRight {
    0% {
        transform-origin: right bottom;
        transform: rotate(-90deg);
        opacity: 0;
    }
    100% {
        transform-origin: right bottom;
        transform: rotate(0);
        opacity: 1;
    }
}
.rotateInUpRight.go {
    -webkit-animation-name: rotateInUpRight;
    animation-name: rotateInUpRight;
}

/********************
* rotateInDownRight *
********************/

@-webkit-keyframes rotateInDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        -webkit-transform: rotate(90deg);
        opacity: 0;
    }
    100% {
        -webkit-transform-origin: right bottom;
        -webkit-transform: rotate(0);
        opacity: 1;
    }
}
@keyframes rotateInDownRight {
    0% {
        transform-origin: right bottom;
        transform: rotate(90deg);
        opacity: 0;
    }
    100% {
        transform-origin: right bottom;
        transform: rotate(0);
        opacity: 1;
    }
}
.rotateInDownRight.go {
    -webkit-animation-name: rotateInDownRight;
    animation-name: rotateInDownRight;
}

/*********
* rollIn *
**********/

@-webkit-keyframes rollIn {
    0% { opacity: 0; -webkit-transform: translateX(-100%) rotate(-120deg); }
    100% { opacity: 1; -webkit-transform: translateX(0px) rotate(0deg); }
}
@keyframes rollIn {
    0% { opacity: 0; transform: translateX(-100%) rotate(-120deg); }
    100% { opacity: 1; transform: translateX(0px) rotate(0deg); }
}
.rollIn.go {
    -webkit-animation-name: rollIn;
    animation-name: rollIn;
}

/*********
* wiggle *
**********/

@-webkit-keyframes wiggle {
    0% { -webkit-transform: skewX(9deg); }
    10% { -webkit-transform: skewX(-8deg); }
    20% { -webkit-transform: skewX(7deg); }
    30% { -webkit-transform: skewX(-6deg); }
    40% { -webkit-transform: skewX(5deg); }
    50% { -webkit-transform: skewX(-4deg); }
    60% { -webkit-transform: skewX(3deg); }
    70% { -webkit-transform: skewX(-2deg); }
    80% { -webkit-transform: skewX(1deg); }
    90% { -webkit-transform: skewX(0deg); }
    100% { -webkit-transform: skewX(0deg); }
}
@keyframes wiggle {
    0% { transform: skewX(9deg); }
    10% { transform: skewX(-8deg); }
    20% { transform: skewX(7deg); }
    30% { transform: skewX(-6deg); }
    40% { transform: skewX(5deg); }
    50% { transform: skewX(-4deg); }
    60% { transform: skewX(3deg); }
    70% { transform: skewX(-2deg); }
    80% { transform: skewX(1deg); }
    90% { transform: skewX(0deg); }
    100% { transform: skewX(0deg); }
}
.wiggle.go {
    -webkit-animation-name: wiggle;
    animation-name: wiggle;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
}

/********
* swing *
*********/

@-webkit-keyframes swing {
    20%, 40%, 60%, 80%, 100% { -webkit-transform-origin: top center; }
    20% { -webkit-transform: rotate(15deg); }
    40% { -webkit-transform: rotate(-10deg); }
    60% { -webkit-transform: rotate(5deg); }
    80% { -webkit-transform: rotate(-5deg); }
    100% { -webkit-transform: rotate(0deg); }
}
@keyframes swing {
    20% { transform: rotate(15deg); }
    40% { transform: rotate(-10deg); }
    60% { transform: rotate(5deg); }
    80% { transform: rotate(-5deg); }
    100% { transform: rotate(0deg); }
}
.swing.go {
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing;
}

/*******
* tada *
********/

@-webkit-keyframes tada {
    0% {-webkit-transform: scale(1);}
    10%, 20% {-webkit-transform: scale(0.9) rotate(-3deg);}
    30%, 50%, 70%, 90% {-webkit-transform: scale(1.1) rotate(3deg);}
    40%, 60%, 80% {-webkit-transform: scale(1.1) rotate(-3deg);}
    100% {-webkit-transform: scale(1) rotate(0);}
}
@keyframes tada {
    0% {transform: scale(1);}
    10%, 20% {transform: scale(0.9) rotate(-3deg);}
    30%, 50%, 70%, 90% {transform: scale(1.1) rotate(3deg);}
    40%, 60%, 80% {transform: scale(1.1) rotate(-3deg);}
    100% {transform: scale(1) rotate(0);}
}
.tada.go {
    -webkit-animation-name: tada;
    animation-name: tada;
}

/*********
* wobble *
**********/

@-webkit-keyframes wobble {
    0% { -webkit-transform: translateX(0%); }
    15% { -webkit-transform: translateX(-25%) rotate(-5deg); }
    30% { -webkit-transform: translateX(20%) rotate(3deg); }
    45% { -webkit-transform: translateX(-15%) rotate(-3deg); }
    60% { -webkit-transform: translateX(10%) rotate(2deg); }
    75% { -webkit-transform: translateX(-5%) rotate(-1deg); }
    100% { -webkit-transform: translateX(0%); }
}
@keyframes wobble {
    0% { transform: translateX(0%); }
    15% { transform: translateX(-25%) rotate(-5deg); }
    30% { transform: translateX(20%) rotate(3deg); }
    45% { transform: translateX(-15%) rotate(-3deg); }
    60% { transform: translateX(10%) rotate(2deg); }
    75% { transform: translateX(-5%) rotate(-1deg); }
    100% { transform: translateX(0%); }
}
.wobble.go {
    -webkit-animation-name: wobble;
    animation-name: wobble;
}

/********
* pulse *
*********/

@-webkit-keyframes pulse {
    0% { -webkit-transform: scale(1); }
    50% { -webkit-transform: scale(1.1); }
    100% { -webkit-transform: scale(1); }
}
@keyframes pulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.1); }
    100% { transform: scale(1); }
}
.pulse.go {
    -webkit-animation-name: pulse;
    animation-name: pulse;
}

/***************
* lightSpeedInRight *
****************/
@-webkit-keyframes lightSpeedInRight {
    0% { -webkit-transform: translateX(100%) skewX(-30deg); opacity: 0; }
    60% { -webkit-transform: translateX(-20%) skewX(30deg); opacity: 1; }
    80% { -webkit-transform: translateX(0%) skewX(-15deg); opacity: 1; }
    100% { -webkit-transform: translateX(0%) skewX(0deg); opacity: 1; }
}
@keyframes lightSpeedInRight {
    0% { transform: translateX(100%) skewX(-30deg); opacity: 0; }
    60% { transform: translateX(-20%) skewX(30deg); opacity: 1; }
    80% { transform: translateX(0%) skewX(-15deg); opacity: 1; }
    100% { transform: translateX(0%) skewX(0deg); opacity: 1; }
}
.lightSpeedInRight.go {
    -webkit-animation-name: lightSpeedInRight;
    animation-name: lightSpeedInRight;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
}

/***************
* lightSpeedInLeft *
****************/
@-webkit-keyframes lightSpeedInLeft {
    0% { -webkit-transform: translateX(-100%) skewX(30deg); opacity: 0; }
    60% { -webkit-transform: translateX(20%) skewX(-30deg); opacity: 1; }
    80% { -webkit-transform: translateX(0%) skewX(15deg); opacity: 1; }
    100% { -webkit-transform: translateX(0%) skewX(0deg); opacity: 1; }
}
@keyframes lightSpeedInLeft {
    0% { transform: translateX(-100%) skewX(30deg); opacity: 0; }
    60% { transform: translateX(20%) skewX(-30deg); opacity: 1; }
    80% { transform: translateX(0%) skewX(15deg); opacity: 1; }
    100% { transform: translateX(0%) skewX(0deg); opacity: 1; }
}
.lightSpeedInLeft.go {
    -webkit-animation-name: lightSpeedInLeft;
    animation-name: lightSpeedInLeft;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
}


/*******
* Flip *
*******/
@-webkit-keyframes flip {
    0% {
        -webkit-transform: perspective(400px) rotateY(0);
        -webkit-animation-timing-function: ease-out;
    }
    40% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg);
        -webkit-animation-timing-function: ease-out;
    }
    50% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
        -webkit-animation-timing-function: ease-in;
    }
    80% {
        -webkit-transform: perspective(400px) rotateY(360deg) scale(.95);
        -webkit-animation-timing-function: ease-in;
    }
    100% {
        -webkit-transform: perspective(400px) scale(1);
        -webkit-animation-timing-function: ease-in;
    }
}
@keyframes flip {
    0% {
        transform: perspective(400px) rotateY(0);
        animation-timing-function: ease-out;
    }
    40% {
        transform: perspective(400px) translateZ(150px) rotateY(170deg);
        animation-timing-function: ease-out;
    }
    50% {
        transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
        animation-timing-function: ease-in;
    }
    80% {
        transform: perspective(400px) rotateY(360deg) scale(.95);
        animation-timing-function: ease-in;
    }
    100% {
        transform: perspective(400px) scale(1);
        animation-timing-function: ease-in;
    }
}
.flip.go {
    -webkit-backface-visibility: visible !important;
    -webkit-animation-name: flip;
    backface-visibility: visible !important;
    animation-name: flip;
}

/**********
* flipInX *
**********/
@-webkit-keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(400px) rotateX(-10deg);
    }
    70% {
        -webkit-transform: perspective(400px) rotateX(10deg);
    }
    100% {
        -webkit-transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
}
@keyframes flipInX {
    0% {
        transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
    40% {
        transform: perspective(400px) rotateX(-10deg);
    }
    70% {
        transform: perspective(400px) rotateX(10deg);
    }
    100% {
        transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
}
.flipInX.go {
    -webkit-backface-visibility: visible !important;
    -webkit-animation-name: flipInX;
    backface-visibility: visible !important;
    animation-name: flipInX;
}

/**********
* flipInY *
**********/

@-webkit-keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(400px) rotateY(-10deg);
    }
    70% {
        -webkit-transform: perspective(400px) rotateY(10deg);
    }
    100% {
        -webkit-transform: perspective(400px) rotateY(0deg);
        opacity: 1;
    }
}
@keyframes flipInY {
    0% {
        transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }
    40% {
        transform: perspective(400px) rotateY(-10deg);
    }
    70% {
        transform: perspective(400px) rotateY(10deg);
    }
    100% {
        transform: perspective(400px) rotateY(0deg);
        opacity: 1;
    }
}
.flipInY.go {
    -webkit-backface-visibility: visible !important;
    -webkit-animation-name: flipInY;
    backface-visibility: visible !important;
    animation-name: flipInY;
}

/*****************
* Out animations *
*****************/


/************
* bounceOut *
*************/
@-webkit-keyframes bounceOut {
    0% {
        -webkit-transform: scale(1);
    }
    25% {
        -webkit-transform: scale(.95);
    }
    50% {
        opacity: 1;
        -webkit-transform: scale(1.1);
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(.3);
    }
}
@keyframes bounceOut {
    0% {
        transform: scale(1);
    }
    25% {
        transform: scale(.95);
    }
    50% {
        opacity: 1;
        transform: scale(1.1);
    }
    100% {
        opacity: 0;
        transform: scale(.3);
    }
}
.bounceOut.goAway {
    -webkit-animation-name: bounceOut;
    animation-name: bounceOut;
}

/************
* bounceOutUp *
*************/
@-webkit-keyframes bounceOutUp {
    0% {
        -webkit-transform: translateY(0);
    }
    20% {
        opacity: 1;
        -webkit-transform: translateY(20px);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
    }
}
@keyframes bounceOutUp {
    0% {
        transform: translateY(0);
    }
    20% {
        opacity: 1;
        transform: translateY(20px);
    }
    100% {
        opacity: 0;
        transform: translateY(-2000px);
    }
}
.bounceOutUp.goAway {
    -webkit-animation-name: bounceOutUp;
    animation-name: bounceOutUp;
}

/************
* bounceOutDown *
*************/
@-webkit-keyframes bounceOutDown {
    0% {
        -webkit-transform: translateY(0);
    }
    20% {
        opacity: 1;
        -webkit-transform: translateY(-20px);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
    }
}
@keyframes bounceOutDown {
    0% {
        transform: translateY(0);
    }
    20% {
        opacity: 1;
        transform: translateY(-20px);
    }
    100% {
        opacity: 0;
        transform: translateY(2000px);
    }
}
.bounceOutDown.goAway {
    -webkit-animation-name: bounceOutDown;
    animation-name: bounceOutDown;
}


/************
* bounceOutLeft *
*************/
@-webkit-keyframes bounceOutLeft {
    0% {
        -webkit-transform: translateX(0);
    }
    20% {
        opacity: 1;
        -webkit-transform: translateX(20px);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
    }
}
@keyframes bounceOutLeft {
    0% {
        transform: translateX(0);
    }
    20% {
        opacity: 1;
        transform: translateX(20px);
    }
    100% {
        opacity: 0;
        transform: translateX(-2000px);
    }
}
.bounceOutLeft.goAway {
    -webkit-animation-name: bounceOutLeft;
    animation-name: bounceOutLeft;
}

/************
* bounceOutRight *
*************/
@-webkit-keyframes bounceOutRight {
    0% {
        -webkit-transform: translateX(0);
    }
    20% {
        opacity: 1;
        -webkit-transform: translateX(-20px);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
    }
}
@keyframes bounceOutRight {
    0% {
        transform: translateX(0);
    }
    20% {
        opacity: 1;
        transform: translateX(-20px);
    }
    100% {
        opacity: 0;
        transform: translateX(2000px);
    }
}
.bounceOutRight.goAway {
    -webkit-animation-name: bounceOutRight;
    animation-name: bounceOutRight;
}

/************
* fadeOut *
*************/
@-webkit-keyframes fadeOut {
    0% {opacity: 1;}
    100% {opacity: 0;}
}
@keyframes fadeOut {
    0% {opacity: 1;}
    100% {opacity: 0;}
}
.fadeOut.goAway {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

/************
* fadeOutUp *
*************/
@-webkit-keyframes fadeOutUp {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
    }
}
@keyframes fadeOutUp {
    0% {
        opacity: 1;
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        transform: translateY(-2000px);
    }
}
.fadeOutUp.goAway {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp;
}

/************
* fadeOutDown *
*************/
@-webkit-keyframes fadeOutDown {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
    }
}
@keyframes fadeOutDown {
    0% {
        opacity: 1;
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        transform: translateY(2000px);
    }
}
.fadeOutDown.goAway {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown;
}

/************
* fadeOutLeft *
*************/
@-webkit-keyframes fadeOutLeft {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
    }
}
@keyframes fadeOutLeft {
    0% {
        opacity: 1;
        transform: translateX(0);
    }
    100% {
        opacity: 0;
        transform: translateX(-2000px);
    }
}
.fadeOutLeft.goAway {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft;
}

/************
* fadeOutRight *
*************/
@-webkit-keyframes fadeOutRight {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
    }
}
@keyframes fadeOutRight {
    0% {
        opacity: 1;
        transform: translateX(0);
    }
    100% {
        opacity: 0;
        transform: translateX(2000px);
    }
}
.fadeOutRight.goAway {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight;
}
/************
* flipOutX *
*************/
@-webkit-keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
    100% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
}
@keyframes flipOutX {
    0% {
        transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
    100% {
        transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
}
.flipOutX.goAway {
    -webkit-animation-name: flipOutX;
    -webkit-backface-visibility: visible !important;
    animation-name: flipOutX;
    backface-visibility: visible !important;
}

/************
* flipOutY *
*************/
@-webkit-keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px) rotateY(0deg);
        opacity: 1;
    }
    100% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }
}
@keyframes flipOutY {
    0% {
        transform: perspective(400px) rotateY(0deg);
        opacity: 1;
    }
    100% {
        transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }
}
.flipOutY {
    -webkit-backface-visibility: visible !important;
    -webkit-animation-name: flipOutY;
    backface-visibility: visible !important;
    animation-name: flipOutY;
}

/************
* lightSpeedOutRight *
*************/
@-webkit-keyframes lightSpeedOutRight {
    0% { -webkit-transform: translateX(0%) skewX(0deg); opacity: 1; }
    100% { -webkit-transform: translateX(100%) skewX(-30deg); opacity: 0; }
}
@keyframes lightSpeedOutRight {
    0% { transform: translateX(0%) skewX(0deg); opacity: 1; }
    100% { transform: translateX(100%) skewX(-30deg); opacity: 0; }
}
.lightSpeedOutRight.goAway {
    -webkit-animation-name: lightSpeedOutRight;
    animation-name: lightSpeedOutRight;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
}


/************
* lightSpeedOutLeft *
*************/
@-webkit-keyframes lightSpeedOutLeft {
    0% { -webkit-transform: translateX(0%) skewX(0deg); opacity: 1; }
    100% { -webkit-transform: translateX(-100%) skewX(30deg); opacity: 0; }
}
@keyframes lightSpeedOutLeft {
    0% { transform: translateX(0%) skewX(0deg); opacity: 1; }
    100% { transform: translateX(-100%) skewX(30deg); opacity: 0; }
}
.lightSpeedOutLeft.goAway {
    -webkit-animation-name: lightSpeedOutLeft;
    animation-name: lightSpeedOutLeft;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;

}

/************
* rotateOut *
*************/
@-webkit-keyframes rotateOut {
    0% {
        -webkit-transform-origin: center center;
        -webkit-transform: rotate(0);
        opacity: 1;
    }
    100% {
        -webkit-transform-origin: center center;
        -webkit-transform: rotate(200deg);
        opacity: 0;
    }
}
@keyframes rotateOut {
    0% {
        transform-origin: center center;
        transform: rotate(0);
        opacity: 1;
    }
    100% {
        transform-origin: center center;
        transform: rotate(200deg);
        opacity: 0;
    }
}
.rotateOut.goAway {
    -webkit-animation-name: rotateOut;
    animation-name: rotateOut;
}


/************
* rotateOutUpLeft *
*************/
@-webkit-keyframes rotateOutUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        -webkit-transform: rotate(0);
        opacity: 1;
    }
    100% {
        -webkit-transform-origin: left bottom;
        -webkit-transform: rotate(-90deg);
        opacity: 0;
    }
}
@keyframes rotateOutUpLeft {
    0% {
        transform-origin: left bottom;
        transform: rotate(0);
        opacity: 1;
    }
    100% {
        -transform-origin: left bottom;
        -transform: rotate(-90deg);
        opacity: 0;
    }
}
.rotateOutUpLeft.goAway {
    -webkit-animation-name: rotateOutUpLeft;
    animation-name: rotateOutUpLeft;
}

/************
* rotateOutDownLeft *
*************/

@-webkit-keyframes rotateOutDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        -webkit-transform: rotate(0);
        opacity: 1;
    }
    100% {
        -webkit-transform-origin: left bottom;
        -webkit-transform: rotate(90deg);
        opacity: 0;
    }
}
@keyframes rotateOutDownLeft {
    0% {
        transform-origin: left bottom;
        transform: rotate(0);
        opacity: 1;
    }
    100% {
        transform-origin: left bottom;
        transform: rotate(90deg);
        opacity: 0;
    }
}
.rotateOutDownLeft.goAway {
    -webkit-animation-name: rotateOutDownLeft;
    animation-name: rotateOutDownLeft;
}
/************
* rotateOutUpRight *
*************/

@-webkit-keyframes rotateOutUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        -webkit-transform: rotate(0);
        opacity: 1;
    }
    100% {
        -webkit-transform-origin: right bottom;
        -webkit-transform: rotate(90deg);
        opacity: 0;
    }
}
@keyframes rotateOutUpRight {
    0% {
        transform-origin: right bottom;
        transform: rotate(0);
        opacity: 1;
    }
    100% {
        transform-origin: right bottom;
        transform: rotate(90deg);
        opacity: 0;
    }
}
.rotateOutUpRight.goAway {
    -webkit-animation-name: rotateOutUpRight;
    animation-name: rotateOutUpRight;
}

/************
* rollOut *
*************/
@-webkit-keyframes rollOut {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0px) rotate(0deg);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(100%) rotate(120deg);
    }
}
@keyframes rollOut {
    0% {
        opacity: 1;
        transform: translateX(0px) rotate(0deg);
    }
    100% {
        opacity: 0;
        transform: translateX(100%) rotate(120deg);
    }
}
.rollOut.goAway {
    -webkit-animation-name: rollOut;
    animation-name: rollOut;
}
/*****************
* Short Animations
*******************/

/*********************
* fadeInUpShort
*********************/
@-webkit-keyframes fadeInUpShort {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}

@keyframes fadeInUpShort {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
.fadeInUpShort{
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
}
.fadeInUpShort.go {
    -webkit-animation-name: fadeInUpShort;
    animation-name: fadeInUpShort;
}

/*********************
* fadeInDownShort
*********************/
@-webkit-keyframes fadeInDownShort {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}

@keyframes fadeInDownShort {
    0% {
        opacity: 0;
        transform: translateY(-20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
.fadeInDownShort{
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
}
.fadeInDownShort.go {
    -webkit-animation-name: fadeInDownShort;
    animation-name: fadeInDownShort;
}

/*********************
* fadeInRightShort
*********************/
@-webkit-keyframes fadeInRightShort {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
}
@keyframes fadeInRightShort {
    0% {
        opacity: 0;
        transform: translateX(20px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}
.fadeInRightShort {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
}
.fadeInRightShort.go {
    -webkit-animation-name: fadeInRightShort;
    animation-name: fadeInRightShort;
}

/*********************
* fadeInLeftShort
*********************/
@-webkit-keyframes fadeInLeftShort {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
}
@keyframes fadeInLeftShort {
    0% {
        opacity: 0;
        transform: translateX(-20px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}
.fadeInLeftShort {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
}
.fadeInLeftShort.go {
    -webkit-animation-name: fadeInLeftShort;
    animation-name: fadeInLeftShort;
}

.w766 {
    display: none !important;
}

.w766h {
    display: block !important;
}
@media screen and (max-width: 766px) {
    .w766 {
        display: block !important;
    }
    .w766h {
        display: none !important;
    }

}