/*Вложенные страницы третьего уровня*/

.inside h1{
    color: #fff;
    font-family: SansRoundedC;
    font-size: 70px;
    line-height: 1;
    margin: 30px 0;
    padding-bottom: 0;
    padding-top: 20px;
    text-align: center
}
.inside h2{
    color: #fff;
    display: block;
    font-family: Roboto Light;
    font-size: 50px;
    margin: 0 auto;
    padding: 20px 0 15px;
    text-align: center;
}
.inside h3{
    color: #fff;
    display: block;
    font-family: Roboto Light;
    font-size: 30px;
    margin: 0 auto;
    padding: 0 0 5px;
    text-align: center;
}

/*фоны внутренних страниц*/
.sh-inner #wrapper{
    background: url('/img2/bg-sh.jpg') no-repeat top center;
    background-size: cover;
}
.ebg-inner #wrapper{
    background: url('/img2/bg-ebg.jpg') no-repeat top center;
    background-size: cover;
}

.inside .app-block{
    margin-bottom: 70px;
}
.inside .app-block .social-button{
    margin: 20px auto;
    text-align: center;
    width: 245px
}
.inside .app-block .social-button .soc_b{
    background: url('/img2/social-buttons-dark.png') no-repeat 0 bottom;
    display: inline-block;
    font-size: 0;
    height: 52px;
    margin: 0 3px;
    overflow: hidden;
    position: relative;
    width: 52px;
}
.inside .app-block .social-button .twitter{
    background-position: -61px bottom;
}
.inside .app-block .social-button .facebook{
   background-position: -122px bottom;
}
.inside .app-block .social-button .vkontakte{
    background-position: -181px bottom;
}
.inside .app-block .social-button .youtube{
    background-position: -242px bottom;
}

.inside .app-block .social-button .google:hover{
	background-position: 0 2px;
}
.inside .app-block .social-button .twitter:hover{
    background-position: -61px 2px;
}
.inside .app-block .social-button .facebook:hover{
    background-position: -122px 2px;
}
.inside .app-block .social-button .vkontakte:hover{
    background-position: -181px 2px;
}
.inside .app-block .social-button .youtube:hover{
    background-position: -242px 2px;
}
.inside .video-about-app{
    margin: 45px auto;
    text-align: center;
    width: 650px;
}
.inside .more-button, .inside .morebutton{
    margin: 30px auto;
    width: 470px;
    padding: 0;
    text-align: center;
}
.inside .morebutton{
    width: auto;
    text-align: center;
}
.inside .more-button li{
    cursor: pointer;
}
.inside .more-button .more-b, .inside .morebutton .more-b{
    display: inline-block;
    width: 210px;
    overflow: hidden;
}
.inside .reviews .rev-wrap{
    margin-top: 70px;
}
.inside .review{
    margin: 35px 0;
    overflow: hidden;
}
.inside .review .rev-title{
    font-family: Roboto Light;
    font-size: 25px;
    margin: 0;
    color: #fff;
    text-decoration: none;
}
.inside .review .rev-title:hover{
	text-decoration: underline;
}
.inside .review .inner-title{
    font-family: Roboto Light;
    font-size: 25px;
    margin: 0;
    color: #fff;
    text-decoration: none;
}
.inside .review .review-content{
    font-family: Roboto Light;
    font-size: 16px;
}
.inside .standalone-text{
    padding: 35px;
}
.inside .slider{
    margin: 65px 0;
}
.inside .video .video-content{
    display: inline-block;
    margin-top: 20px;
    width: 468px;
}
.inside .video .video-content.odd{
    margin-right: 10px;
}
.inside .video .video-content.even{
    margin-left: 10px;
}
.reviews .text-block{
    font-family: Roboto Light;
    font-size: 16px;
}
ul.media {
    margin: 0;
}
ul.media li {
    font-family: Roboto Light;
    font-size: 20px;
    margin: 0;
}

/* EBG FAQ*/
table.starCoinsScheme {
    border-top: solid 1px #FFFFFF;
    border-left: solid 1px #FFFFFF;
    color: #FFFFFF;
}
table.starCoinsScheme th {
    padding: 2px 3px 2px 3px;
    border-bottom: solid 1px #FFFFFF;
    border-right: solid 1px #FFFFFF;
    background-color: #000000;
    background-color: rgba(0,0,0,0.2);
}
table.starCoinsScheme td {
    text-align: center;
    padding: 0px 3px 0px 3px;
    border-bottom: solid 1px #FFFFFF;
    border-right: solid 1px #FFFFFF;
}
table.bordered
{
    border-width: 1px;
    border-color: #FFFFFF;
    border-style: solid;
}
table.bordered td, table.bordered th
{
    border-color: #FFFFFF;
    border-style: solid;
}
img.star {
    width: 24px;
    height: 24px;
}

img.elStory {
    margin-top: 15px;
    margin-bottom: 15px;
}