@import url(http://fonts.googleapis.com/css?family=Roboto:400,300,500,700,700italic,900,500italic,400italic,300italic,100,100italic,900italic&amp;
subset=latin, cyrillic-ext, cyrillic, latin-ext); *
{
    margin: 0;
    padding: 0;
}
:focus
{
    outline: 0;
}
img
{
    border: none;
}
html, body
{
    height: 100%;
}
body
{
    background: #fff;
    font-family: 'Roboto' , sans-serif;
    font-size: 14px;
    color: #666;
}
ol, ul
{
    list-style: none;
}
a
{
    color: #f27724;
    text-decoration: underline;
}
a:hover
{
    text-decoration: none;
}
a:focus
{
    outline: 0;
}

/* ******************************* системные ******************************* */

/* общие */
.np
{
    padding-left: 0;
    padding-right: 0;
}
/* no padding */
.sp
{
    padding-left: 8px;
    padding-right: 8px;
}
.sp-l
{
    padding-left: 8px;
}
.sp-r
{
    padding-right: 8px;
}

/* типографика */
h1
{
}
h2
{
}
h3
{
    font-size: 30px;
}
h4
{
    font-size: 18px;
}
section
{
    display: table;
    width: 100%;
    height: 100%;
    padding: 85px 0;
    overflow: hidden;
}
.section-title
{
    font-size: 60px;
    color: #333;
    text-align: center;
    margin: 0 0 85px;
}
.section-title span
{
    display: block;
    font-size: 20px;
    font-weight: 300;
    padding: 10px 0 0;
}
.section-title span em
{
    font-style: normal;
    display: block;
}

/* навигация */
.navbar
{
    background: none;
    margin: 0;
    border: none;
    min-height: 0;
    border-radius: 0;
}
.navbar-default .navbar-nav > li > a
{
    padding: 0 25px;
    line-height: 30px;
    font-size: 20px;
    color: #333;
    text-decoration: none;
}
.navbar-default .navbar-nav > li.active > a, .navbar-default .navbar-nav > li.active > a:hover
{
    background: none !important;
    color: #f27724;
}
.navbar-default .navbar-nav > li > a:hover
{
    color: #999;
}

/* ******************************* кодинг (общие) ******************************* */
/* wrapper */
.wrap
{
    overflow: hidden;
}
#overlay
{
    display: none;
    background: rgba(0,0,0,0.6);
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 11;
}

/* header */
.header
{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    text-align: center;
    z-index: 1000;
    background: #fff;
    padding: 25px 0;
}
.header .navbar-brand
{
    background: url(../images1/home/logo.png) no-repeat 0 0;
    width: 200px;
    height: 30px;
    float: left;
    text-indent: -9999px;
    margin: 0;
    padding: 0;
    cursor: pointer;
}



#section-promo
{
    background: url(../images1/home/promo.jpg) no-repeat 0 0;
    background-size: cover;
    overflow: hidden;
    position: relative;
}
#section-promo .promo-info
{
    color: #fff;
    padding: 220px 50px 0 0;
}
#section-promo .promo-info h2
{
    font-size: 36px;
    margin: 0 0 30px;
}
#section-promo .promo-info h2 span
{
    display: block;
}
#section-promo .promo-info p
{
    font-size: 24px;
    opacity: 0.8;
    line-height: 36px;
    margin: 0;
}
.download-iphone
{
    background: url(../images1/home/download-iphone.png) no-repeat 0 0;
    display: inline-block;
    width: 160px;
    height: 60px;
    margin-right: 25px;
    margin-top: 30px;
}
.download-android
{
    background: url(../images1/home/download-android.png) no-repeat 0 0;
    display: inline-block;
    width: 190px;
    height: 60px;
    margin-top: 30px;
}
.download-iphone:hover, .download-android:hover
{
    opacity: 0.8;
}
.promo-pic
{
    margin-top: 130px;
}



#section-overview
{
}
#section-overview .overview-list
{
}
#section-overview .overview-list li
{
    /*padding: 20px;*/
     padding: 10px 20px 10px 20px;
    border-radius: 10px;
}
#section-overview .overview-list li:hover
{
    background: #f2f2f2;
}
#section-overview .overview-list h3
{
    color: #f27724;
    margin: 0 0 15px;
}
#section-overview .overview-list h3 span
{
    display: block;
    font-size: 18px;
    color: #333;
}
#section-overview .overview-list h3.overview-icon1
{
    background: url(../images1/home/overview-icon.png) no-repeat 0 0;
    padding-left: 65px;
}
#section-overview .overview-list h3.overview-icon2
{
    background: url(../images1/home/overview-icon.png) no-repeat 0 -245px;
    padding-left: 65px;
}
#section-overview .overview-list h3.overview-icon3
{
    background: url(../images1/home/overview-icon.png) no-repeat 0 -495px;
    padding-left: 65px;
}
#section-overview .overview-list h3.overview-icon4
{
   /* background: url(../images1/home/overview-icon.png) no-repeat 0 -745px;*/
     background: url(../images1/home/overview-icon.png) no-repeat 0 -745px;
    padding-left: 65px;
}
#section-overview .overview-list h3.overview-icon5
{
    background: url(../images1/home/overview-icon.png) no-repeat 0 -990px;
    padding-left: 65px;
}
#section-overview .overview-list h3.overview-icon6
{
    background: url(../images1/home/overview-icon.png) no-repeat 0 -1243px;
    padding-left: 65px;
}

#section-overview .overview-pic
{
    background: url(../images1/home/overview-pic.png) no-repeat 0 0;
    width: 620px;
    height: 585px;
    margin: 0 auto;
    display: block;
    overflow: hidden;
}
#section-overview .overview-pic span
{
    display: block;
    width: 560px;
    height: 315px;
    margin: 23px 0 0 31px;
}
#section-overview .overview-pic span.overview1
{
    background: url(../images1/home/overview1.jpg) no-repeat 0 0;
}
#section-overview .overview-pic span.overview2
{
    background: url(../images1/home/overview2.jpg) no-repeat 0 0;
}
#section-overview .overview-pic span.overview3
{
    background: url(../images1/home/overview3.jpg) no-repeat 0 0;
}
#section-overview .overview-pic span.overview4
{
    background: url(../images1/home/overview4.jpg) no-repeat 0 0;
}
#section-overview .overview-pic span.overview5
{
    background: url(../images1/home/overview5.jpg) no-repeat 0 0;
}
#section-overview .overview-pic span.overview6
{
    background: url(../images1/home/overview6.jpg) no-repeat 0 0;
}
#section-overview .overview-pic span.overview7
{
    background: url(../images1/home/overview7.jpg) no-repeat 0 0;
}

#section-features
{
    background: #f2f2f2;
}
#section-features .features-list
{
}
#section-features .features-list li
{
    padding: 15px;
}
#section-features .features-list li h3
{
    margin: 0 0 8px;
}
#section-features .features-list li p
{
    font-size: 18px;
    font-weight: 300;
    margin: 0;
}
#section-features .features-list .features-icon1
{
    background: url(../images1/home/features-icon.png) no-repeat 7px 20px;
    padding-left: 70px;
}
#section-features .features-list .features-icon2
{
    background: url(../images1/home/features-icon.png) no-repeat 0 -240px;
    padding-left: 70px;
}
#section-features .features-list .features-icon3
{
    background: url(../images1/home/features-icon.png) no-repeat 0 -500px;
    padding-left: 70px;
}
#section-features .features-list .features-icon4
{
    background: url(../images1/home/features-icon.png) no-repeat 0 -760px;
    padding-left: 70px;
}
#section-features .features-list .features-icon5
{
    background: url(../images1/home/features-icon.png) no-repeat 0 -1005px;
    padding-left: 70px;
}
#section-features .features-list .features-icon6
{
    background: url(../images1/home/features-icon.png) no-repeat 0 -1250px;
    padding-left: 70px;
}


#section-how-it-works
{
}
#section-how-it-works .how-it-works-pic
{
    background: url(../images1/home/how-it-works.png) no-repeat center 0;
    width: 340px;
    height: 678px;
    display: block;
    margin: 0 auto;
    overflow: hidden;
}
#section-how-it-works .how-it-works-pic span
{
    width: 276px;
    height: 487px;
    display: block;
    margin: 96px auto 0;
}
#section-how-it-works .how-it-works-pic span.promoting1
{
    background: url(../images1/home/promoting1.png) no-repeat center 0;
}
#section-how-it-works .how-it-works-pic span.promoting2
{
    background: url(../images1/home/promoting2.png) no-repeat center 0;
}
#section-how-it-works .how-it-works-pic span.promoting3
{
    background: url(../images1/home/promoting3.png) no-repeat center 0;
}
#section-how-it-works .how-it-works-list
{
}
#section-how-it-works .how-it-works-list ul
{
    margin-bottom: 20px;
}
#section-how-it-works .how-it-works-list ul li
{
    padding: 30px 20px;
    min-height: 52px;
    position: relative;
}
#section-how-it-works .how-it-works-list ul li:after
{
    content: "";
    display: block;
    clear: both;
}
#section-how-it-works .how-it-works-list ul li span
{
    display: block;
    width: 52px;
    height: 52px;
    line-height: 44px;
    margin-top: 5px;
    float: left;
    border: 4px solid #e66a0b;
    border-radius: 100%;
    margin-right: 20px;
    font-size: 36px;
    font-weight: bold;
    color: #e66a0b;
    text-align: center;
}
#section-how-it-works .how-it-works-list ul li p
{
    overflow: hidden;
    font-size: 28px;
    color: #333;
    font-weight: 300;
    line-height: 1.2;
    margin: 0;
}
#section-how-it-works .how-it-works-list ul li p strong
{
    font-weight: 500;
}
#section-how-it-works .how-it-works-list ul li b
{
    background: url(../images1/home/arrow.png) no-repeat 0 0;
    display: none;
    width: 31px;
    height: 120px;
    position: absolute;
    right: -31px;
    top: 50%;
    margin-top: -60px;
}
#section-how-it-works .how-it-works-list > p
{
    font-size: 30px;
    font-weight: 300;
    color: #333;
}
#section-how-it-works .how-it-works-list ul li:hover
{
    background: #f2f2f2;
    border-radius: 10px 0 0 10px;
}
#section-how-it-works .how-it-works-list ul li:hover b
{
    display: block;
}


#section-contacts
{
    background: #333;
    color: #fff;
    display: block;
    height: auto;
    text-align: center;
}
#section-contacts h5
{
    font-size: 36px;
    font-weight: 300;
    margin: 0 0 50px;
    padding: 0 250px;
}
#section-contacts h5 span
{
    font-weight: 500;
}
#section-contacts .contacts-item
{
    text-align: left;
    margin-top: 50px;
}
#section-contacts .contacts-item h4
{
    font-size: 24px;
    color: #5c5c5c;
    font-weight: 300;
    margin: 0;
}
#section-contacts .contacts-item p
{
    font-size: 18px;
    color: #fff;
    font-weight: 300;
    margin: 0;
}
#section-contacts .contacts-item.phone
{
    background: url(../images1/home/contacts.png) no-repeat 0 0;
    padding-left: 60px;
}
#section-contacts .contacts-item.mail
{
    background: url(../images1/home/contacts.png) no-repeat 0 -200px;
    padding-left: 60px;
}
#section-contacts .contacts-item.address
{
    background: url(../images1/home/contacts.png) no-repeat 10px -400px;
    padding-left: 60px;
}
#section-contacts .terms-privacy
{
    padding: 64px 0 64px 0;
}
#section-contacts .terms-privacy a
{
    font-size: 18px;
    text-decoration: none;
    color: #5c5c5c;
    margin: 0 20px 0 20px;
}

#section-promote
{
    background: url(../images1/home/promo.jpg) no-repeat 0 0;
    background-size: cover;
    overflow: hidden;
    position: relative;
    display: block;
    height: auto;
}
#section-promote .row > div + div
{
    text-align: right;
}
#section-promote p
{
    font-size: 24px;
    opacity: 0.8;
    margin-bottom: 0;
    color: #fff;
}
#section-promote .download-iphone, #section-promote .download-android
{
    margin-top: 0;
}

.btn
{
    background: #f27e24;
    font-size: 18px;
    display: inline-block;
    padding: 15px 45px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    text-decoration: none;
    border-radius: 5px;
}
.btn:hover
{
    background: #ff9f54;
    color: #fff;
}

@media (max-height: 800px)
{
    #section-promo .promo-info
    {
        padding-top: 140px;
    }
    .promo-pic
    {
        margin-top: 50px;
    }
}
@media (max-width: 1280px)
{
    #section-promo .promo-info
    {
        padding-right: 0;
    }
    #section-contacts h5
    {
        padding: 0;
    }
}
@media (max-width: 1024px)
{
    .navbar-default .navbar-nav > li > a
    {
        padding: 0 15px;
    }
}
@media (max-width: 991px)
{
    section
    {
        display: block;
        height: auto;
    }
    .promo-pic
    {
        display: block;
        width: 100%;
        max-width: 100%;
        height: auto;
    }
    #section-promo .promo-info
    {
        padding-top: 150px;
    }
    #section-promo .promo-info h2
    {
        font-size: 28px;
    }
    #section-promo .promo-info p
    {
        font-size: 18px;
        line-height: 1.2;
    }
    .download-android
    {
        margin-top: 15px;
    }
    .promo-pic
    {
        margin-top: 100px;
    }
    #section-features
    {
        text-align: center;
    }
    #section-features .features-list
    {
        text-align: left;
    }
    #section-how-it-works .how-it-works-list ul li b
    {
        display: none !important;
    }
    #section-how-it-works .how-it-works-list ul li:hover
    {
        border-radius: 10px;
    }
    #section-promote
    {
        text-align: center;
    }
    #section-promote .row > div + div
    {
        text-align: center;
        padding-top: 30px;
    }
}
@media (max-width: 767px)
{
    section
    {
        padding: 65px 0;
    }
    #header_nav
    {
        margin: 15px 0 0;
    }
    .navbar-nav
    {
        margin: 15px 0 0;
    }
    .navbar-default .navbar-nav > li > a:hover
    {
        background: #f6f6f6;
        color: #333;
    }
    .section-title
    {
        margin: 0 0 40px;
        font-size: 40px;
    }
    .section-title span
    {
        font-size: 16px;
    }
    #section-overview .overview-list li
    {
        margin: 0 20px;
    }
    .download-iphone
    {
        margin-top: 15px;
    }
    #section-promo .promo-info
    {
        padding: 70px 0 20px;
        text-align: center;
    }
    .navbar-toggle
    {
        margin: 0;
    }
    .promo-pic
    {
        margin-top: 40px;
    }
}
@media (max-width: 480px)
{
    .header
    {
        padding: 15px 0;
    }
    #section-contacts h5
    {
        font-size: 26px;
    }
    #section-how-it-works .how-it-works-list > p
    {
        font-size: 20px;
        margin-bottom: 20px;
    }
    #section-how-it-works .how-it-works-list ul li p
    {
        font-size: 22px;
    }
    .features-pic
    {
        display: block;
        width: 100%;
        max-width: 100%;
        height: auto;
    }
    #section-promote p
    {
        font-size: 20px;
    }
}
@media (max-width: 400px)
{
    body
    {
        font-size: 12px;
    }
    section
    {
        padding: 30px 0;
    }
    #section-promo .promo-info h2
    {
        font-size: 22px;
    }
    .download-iphone
    {
        margin-right: 0;
    }
    .section-title
    {
        font-size: 32px;
    }
    .section-title span
    {
        font-size: 14px;
    }
    #section-overview .overview-list h3 span
    {
        font-size: 16px;
    }
    #section-features .features-list li p
    {
        font-size: 12px;
    }
    #section-how-it-works .how-it-works-list ul li p
    {
        font-size: 16px;
    }
    #section-how-it-works .how-it-works-list ul li span
    {
        margin-top: 0;
    }
    #section-how-it-works .how-it-works-list > p
    {
        font-size: 14px;
    }
    #section-how-it-works .how-it-works-pic
    {
        width: 100%;
    }
    #section-contacts .contacts-item p
    {
        font-size: 15px;
    }
    #section-promote p
    {
        font-size: 14px;
    }
    #section-promote .row > div + div
    {
        padding-top: 15px;
    }
    #section-promote .download-iphone, #section-promote .download-android
    {
        margin-top: 15px;
    }
    #section-contacts .terms-privacy a
    {
        font-size: 15px;
    }
}
