#content {
   background: url("../images/bg/bg_img1.jpg") center 0 no-repeat,
                url("../images/bg/bg_img2.jpg") center 400px no-repeat,
                url("../images/bg/bg_img3.jpg") center 800px no-repeat,
                url("../images/bg/bg_img4.jpg") center 1200px no-repeat,
                url("../images/bg/bg_img5.jpg") center 1600px no-repeat,
                #030507;
    margin-bottom: 29px;
    font-family: 'PF Agora Slab Pro', sans-serif;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility !important;
    overflow: auto;
    position: relative;
}

.tongue {
    border-left: 17px solid transparent;
    width: 563px;
    height: 757px;
    margin: 461px auto 0 auto;
    background: url("../images/sprites.png") no-repeat left -780px;
    overflow: hidden;
    position: relative;
    -webkit-transition: background-position 0.4s ease-out;
    -o-transition: background-position 0.4s ease-out;
    -moz-transition: background-position 0.4s ease-out;
    transition: background-position 0.4s ease-out;
}
.tongue h2{
    font-size: 33px;
    color: #d3ff4e;
    font-weight: 700;
}
.tongue.visible-tongue {
    background-position: left 3px;
    -webkit-transition: background-position 0.4s ease-out;
    -o-transition: background-position 0.4s ease-out;
    -moz-transition: background-position 0.4s ease-out;
    transition: background-position 0.4s ease-out;
}
.pull-right{
    float: right;
    text-align: right;
}
.live-office{
    position: absolute;
    height: 50px;
    width: 120px;
    top: 285px;
    left: 50%;
    margin-left: 405px;
}


/* ======================= *\
          Main menu
\* ======================= */

.menu-map {
    background: url("../images/menu-map.png") no-repeat center left;
    height: 579px;
    width: 500px;
    margin-left: 51px;
    margin-top: 96px;
    position: relative;
}

.mi {
    position: absolute;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.571;
    padding-left: 34px;
    text-decoration: none;
}
.mi span{
    position: relative;
}
.mi span:after{
    position: absolute;
    display: block;
    left: 0;
    bottom: 1px;
    content: "";
    height: 0;
    border-bottom: 1px solid rgba(255,255,255,0.8);
    border-top: 1px solid rgba(255,255,255,0.3);
    width: 100%;
}

.mi:hover {
    font-weight: bold;
    color: #d3ff4e;
    background: url("../images/mi-active-big.png") no-repeat left center;
}
.mi:hover span:after{
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
}
.mi-problem {left: 296px; top: 3px;}
.mi-solution {left: 152px; top: 78px;}
.mi-description {left: 195px; top: 137px;}
.mi-video {left: 195px; top: 186px;}
.mi-hero {left: 195px; top: 235px;}
.mi-prizes {left: 195px; top: 284px;}
.mi-site {left: 195px; top: 333px;}
.mi-links {left: 195px; top: 382px;}
.mi-ads-campaign {left: 195px; top: 431px;}
.mi-results {left: 7px; top: 498px; padding-left: 41px;}
.mi-technology {left: 128px; top: 547px;}

/* TEAM */
.team {
    width: 1215px;
    margin: 31px auto 0 auto;
    text-align: justify;
}

.team:after {
    content: '';
    display: inline-block;
    height: 0;
    width: 100%;
}

.team h1 {
    color: #d3ff4e;
    font-size: 2.91rem;
    font-weight: bold;
}

.team p {
    font-family: "Roboto", sans-serif;
    color: #ffffff;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    max-width: 180px;
    display: inline-block;
    text-align: left;
    margin-top: 39px;
    vertical-align: top;
}

.team p strong {
    color: #d3ff4e;
    font-size: 0.88rem;
    font-weight: normal;
    display: block;
    margin-top: 2px;
}

/* ==================== *\
          VIDEO
\* ==================== */
.rutina2-nav-top {
    text-align: center;
    margin-top: 99px;
}

.rutina2-nav-top a {
    display: inline-block;
    height: 29px;
    width: 29px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.btn-nav-prev {
    margin-right: 2px;
    background: url("../images/btn-top-nav.png") 0 -29px;
}
.btn-nav-prev:hover {
    background-position: 0 0;
}
.btn-nav-next {
    margin-left: 2px;
    background: url("../images/btn-top-nav.png") -29px -29px;
}
.btn-nav-next:hover {
    background-position: -29px 0;
}
.video-title {
    text-align: center;
    margin-top: 39px;
}

.video-wrapper {
    height: 296px;
    width: 478px;
    margin: 0 auto;
}

.video-wrapper iframe {
    height: 296px;
    width: 478px;
    margin: 0 auto;
    border:0px none transparent !important;
}

/* bottom rutina2 nav */
.rutina2-nav-bottom{
    position: absolute;
    bottom: 80px;
    left: 19px;
    width: 518px;
    height: 37px;
    display: none;
}
.nav-bottom-to-menu {
    position: relative;
    text-decoration: none;
}

.nav-bottom-report {
    position: relative;
    float: right;
    text-decoration: none;
    height: 37px;
    padding-top: 3px;
}

.nav-bottom-to-menu, .nav-bottom-report{
    opacity: 0.4;
}
.nav-bottom-to-menu:hover, .nav-bottom-report:hover {
    opacity: 1;
}

/* ==================== *\
        PROBLEM
\* ==================== */
.problem-wrapper {
    width: 318px;
    margin: 0 auto;
}

h2.problem-title {
    margin-top: 94px;
}

.problem-wrapper ul {
    padding-left: 0;
    margin-top: 18px;
}

.problem-wrapper ul li {
    list-style: none;
    padding-left: 46px;

    font-family: 'Roboto', sans-serif;
    color: #fff;
    font-size: 0.92rem;
    font-weight: 400;
    line-height: 1.354;
    margin-bottom: 20px;
}
.problem-wrapper ul li:nth-child(even) {
    background: url("../images/problem-li-arrow2.png") no-repeat 0 4px;
}
.problem-wrapper ul li:nth-child(odd) {
     background: url("../images/problem-li-arrow.png") no-repeat 0 4px;
}
.problem-wrapper ul li a {
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
    vertical-align: baseline;
    line-height: 1;
    color: #fff;
}

.problem-wrapper ul li a:after,.description-wrapper p a:after,.pslider-item p a:after,.ads-camp-list a:after {
    content: " ";
    clear: both;
    display: block;
    border-top: 1px solid rgba(255,255,255,0.8);
    border-bottom: 1px solid rgba(255,255,255,0.3);
    height: 0;
    margin-bottom: -3px;
    z-index: 999;
}
.problem-wrapper ul li a:hover:after,.description-wrapper p a:hover:after,.pslider-item p a:hover:after, .ads-camp-list a:hover:after {
    border-top: 1px solid rgba(188,5,0,0.8);
    border-bottom: 1px solid rgba(188,5,0,0.3);
}


/* ===================== *\
        DESCRIPTION
\* ===================== */
.description-wrapper{
    width: 398px;
    margin: 0 auto;
    position: relative;
    height: 100%;
}
.page{
    height: 610px;
}
.page.hidden-page{
    height: 0;
    overflow: hidden;
}
.description-wrapper h2{
    font-size: 33px;
    color: #d3ff4e;
    margin-top: 9px;
    margin-bottom: 19px;
}
.description-wrapper p{
    color: #fff;
    font-size: 0.92rem;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 28px;
    position: relative;
    z-index: 2;
}
.description-wrapper p a {
    text-decoration: none;
    display: inline-block;
    vertical-align: baseline;
    line-height: 1;
    color: #fff;
}
.description-wrapper p strong{
    font-size: 1.06rem;
}
.description-wrapper .desc-prize-img{
    position: absolute;
    bottom: 7px;
    left: -91px;
    background: url("../images/prize-pic.png") no-repeat center;
    height: 335px;
    width: 563px;
    z-index: 0;
}



/* ================================== *\
   PERSONA (almost in ios.slider.css)
\* ================================== */
.persona-title{
    text-align: center;
    margin-top: 31px;
}


/* ================================== *\
                PRIZES
\* ================================== */
.prizes-wrapper{
    width: 337px;
    margin: 0 auto;
}
.prizes-wrapper .prizes-title{
    font-size: 33px;
    margin-top: 17px;
    margin-bottom: 25px;
}
.prizes-wrapper h2{
    font-size: 1.73rem;
    margin-top: 30px;
    margin-bottom: 12px;
    margin-right: -30px;
}
.prizes-wrapper p{
    font-family: 'Roboto', sans-serif;
    color:  #fff;
    font-size: 0.92rem;
    font-weight: 400;
    line-height: 1.354;
    margin-bottom: 0;
}
.prizes-wrapper strong{
    font-size: 1.13rem;
    font-weight: 400;
    line-height: 1.111;
}
.prizes-wrapper ul{
    font-family: 'Roboto', sans-serif;
    color:  #fff;
    font-size: 0.88rem;
    font-weight: 400;
    line-height: 1.571;
    list-style: none;
    padding-left: 0;
    margin-top: 9px;
}
.prizes-wrapper ul>li{
    background: url("../images/problem-li-arrow.png") no-repeat center left;
    padding-left: 42px;
}



/* ================================== *\
                 LINKS
\* ================================== */
.links-title{
    margin-top: 75px;
    margin-bottom: 31px;
    text-align: center;
}
.links-wrapper{
    width: 320px;
    margin: 0 auto;
}
.links-wrapper a{
    font-family: Roboto, sans-serif;
    color:  #fff;
    font-size: 0.92rem;
    font-weight: 400;
    line-height: 3.047;
    display: block;
    vertical-align: middle;
    position: relative;
    padding-left: 52px;
}
.links-wrapper .link-icon:before{
    content: '';
    height: 32px;
    width: 32px;
    display: inline-block;
    position: absolute;
    top: 7px;
    left: 0;
    border-radius: 2px;
    background: url("../images/icon--sprites.png") no-repeat;
}
.icon--fb:before{background-position: 0 0 !important;}
.icon--vk:before{background-position: 0 -33px !important;}
.icon--site:before{background-position: -33px 0 !important;}
.icon--youtube:before{background-position: -33px -33px !important;}
.icon--instagram:before{background-position: -66px 0 !important;}
.icon--foursquare:before{background-position: -66px -33px !important;}
.icon--adobe-pdf:before{background-image: url("../images/icon--adobe-pdf.png") !important;}



/* ================================== *\
             ADS CAMPAIGN
\* ================================== */
.ads-camp-title{
    text-align: center;
    margin-top: 107px;
    margin-bottom: 47px;
}
.ads-camp-list{
    width: 300px;
    margin:  0 auto;
    padding-left: 0;
    font-family: 'Roboto', sans-serif;
    color:  #fff;
    font-size: 0.92rem;
    font-weight: 400;
    line-height: 1.354;
    list-style: none;
}
.ads-camp-list a{
    color:  #fff;
    display: inline-block;
    position: relative;
    line-height: 1;
    text-decoration: none;
}
.ads-camp-list>li{
    background: url("../images/problem-li-arrow.png") no-repeat 0 7px;
    padding-left: 42px;
    padding-bottom: 10px;
}



/* ================================== *\
               SOLUTION
\* ================================== */
.solution-title{
    text-align: left;
    width: 245px;
    margin: 131px auto 31px auto;
}
.solution-wrapper p{
    width: 251px;
    margin: 0 auto;
    font-family: 'Roboto', sans-serif;
    color:  #ffffff;
    font-size: 0.92rem;
    font-weight: 400;
}



/* ================================== *\
              TECHNOLOGY
\* ================================== */
.technology-wrapper{
    width: 270px;
    margin: 0 auto;
}
.technology-title{
    margin-top: 66px;
    margin-bottom: 31px;
}
.technology-list{
    width: 300px;
    margin:  0 auto 11px auto;
    padding-left: 0;
    font-family: 'Roboto', sans-serif;
    color:  #fff;
    font-size: 0.92rem;
    font-weight: 400;
    line-height: 1.354;
    list-style: none;
}
.technology-list>li{
    background: url("../images/problem-li-arrow.png") no-repeat 0 7px;
    padding-left: 42px;
    height: 20px;
    line-height: 20px;
}
.technology-wrapper p{
    font-family: Roboto, sans-serif;
    color:  #ffffff;
    font-size: 0.92rem;
    font-weight: 400;
    line-height: 1.354;
    margin-bottom: 19px;
    margin-top: 0;
}
.technology-wrapper p>i{
    color:  #d3ff4e;
    font-style: normal;
}



/* ================================== *\
                RESULT
\* ================================== */
/* slide1 */
.results-wrapper{
    width: 563px;
    margin:0 auto;
    position: relative;
    height: 100%;
}
.results-title{
    text-align: center;
    margin-top: 24px;
    margin-bottom: 16px;
}
.results-wrapper h3{
    font-family: Roboto, sans-serif;
    color:  #d3ff4e;
    font-size: 17px;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
    vertical-align: middle;
}
.results-wrapper h3.teams-title{
    margin-top: 37px;
    margin-bottom: 19px;
}
.results-wrapper h3.total-exec-title{
    margin-top: 19px;
    margin-bottom: 11px;
}
.results-wrapper h3>.num{
    display: inline-block;
    height: 53px;
    width: 53px;
    border-radius: 50%;
    border: 2px solid #a49393;
    line-height: 51px;
    text-align: center;

    font-family: Roboto,sans-serif;
    color:  #ffffff;
    font-size: 32px;
    font-weight: 400;
    padding: 0;
    vertical-align: middle;
    margin: -2px 0 0 13px;
}
.results-pagination{
    text-align: center;
    position: absolute;
    bottom: 132px;
    left: 0;
    width: 563px;
}

.result-page-link{
    display: inline-block;
    height: 29px;
    width: 29px;
    background: url("../images/results-nav-icons.png") repeat-x;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.rpl--1{background-position: 0 0;}
.rpl--1:hover,.rpl--1.selected{background-position: 0 -29px;}
.rpl--2{background-position: -29px 0;}
.rpl--2:hover,.rpl--2.selected{background-position: -29px -29px;}
.rpl--3{background-position: -58px 0;}
.rpl--3:hover,.rpl--3.selected{background-position: -58px -29px;}
.rpl--4{background-position: -87px 0;}
.rpl--4:hover,.rpl--4.selected{background-position: -87px -29px;}
.rpl--5{background-position: -116px 0;}
.rpl--5:hover,.rpl--5.selected{background-position: -116px -29px;}

/* slide2 */
.results-wrapper h4{
    font-family: Roboto, sans-serif;
    color:  #d3ff4e;
    font-size: 0.88rem;
    font-weight: 400;
    line-height: 1.222;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 8px;
}
.results-wrapper h4>b{
    font-family: Roboto, sans-serif;
    color:  #d3ff4e;
    font-size: 1.13rem;
    font-weight: 400;
    line-height: 1.222;
}
/*.slide3*/
.slide3{
    text-align: center;
    padding-top: 11px;
}
.slide3>p{
    font-size: 13px;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    line-height: 1.231;
    margin-top: 0;
}
.slide5 {
    padding-top: 18px;
}
.s5-video-wrapper{
    margin-left: -47px;
    margin-right: -47px;
    width: 478px;
    height: 296px;
}
.s5-video-wrapper iframe{
    width: 478px;
    height: 296px;
    padding: 0;
    border:0 none transparent !important;
}
.pull-left{
    float: left;
    text-align: center;
}
.pull-right{
    float: right;
    text-align: center;
}
.slide4{
    padding-top: 18px;
}
.slide4 p{
    font-size: 13px;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    line-height: 1.231;
    margin-top: 16px;
}
.slide5 .link-icon{
    color:  #fff;
    font-size: 14px;
    font-weight: bold;
    line-height: 26px;
    display: block;
    vertical-align: middle;
    position: relative;
    padding-left: 33px;
    margin-left: -47px;
    margin-top: 20px;
}
.slide5 .link-icon:before{
    content: '';
    height: 26px;
    width: 26px;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 2px;
    background-repeat: no-repeat;
}
.icon--adobe-pdf:before{background-image: url("../images/icon--adobe-pdf.png");}



/* ================================== *\
                  SITE
\* ================================== */
.site-page-title{
    text-align: center;
}
.site-page-slider{
    width: 447px;
    margin: 0 auto;
    overflow: hidden;
}
.site-page-pagination, .site-page-pagination-full{
    text-align: center;
}
.site-page-pagination-full{
    margin-top: 40px;
}
.site-page-link{
    border-radius: 50%;
    border: 1px solid #d3ff4e;
    width: 9px;
    height: 9px;
    display: inline-block;
    content: '';
    margin-right: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.site-page-link.selected{
    background-color: #d3ff4e;
}



/* ================================== *\
    SOCIAL BUTTONS ON EVERY PAGE
\* ================================== */
.social-tools{
    margin: 94px auto 0 auto;
    width: 330px;
    height: 30px;
    border-left: 17px solid transparent;
}
.tw iframe{
    vertical-align: middle;
}
.social-tools tr td{
    padding-right: 20px;
}


/* ================================== *\
    BEFORE PAGE LOADED
\* ================================== */
.loader {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('../images/zagruzka.gif') center no-repeat #000000;
    background-size: contain;
}
a[data-href]{
    cursor: pointer;
}
.image-in-modal{
    display: inline-block;
}