/*!
 * Start Bootstrap - Landing Page Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */
@import url(https://fonts.googleapis.com/css?family=Roboto&subset=latin,cyrillic);
@import url(https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300);

body,
html {
    width: 100%;
    height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    color: #434345;
}

h1 {
    line-height: 1.33333;
    font-size: 40px;
}

body {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
}
.navbar-toggle .icon-bar {
    background: #616169;
    border-color: transparent;
}

.navbar-brand {
    font-family: 'Economica', sans-serif;
    font-size: 36px;
}

.topnav {
    font-size: 14px;
    background-color: #fff;
    border-bottom: none;
    box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.08);
}

.topnav .nav a {
    font-family: 'Roboto', sans-serif;
    color: #2e332e;
    font-weight: 400;
}

.topnav .nav a:hover {
    background-color: transparent;
    color: #39749d;
    font-weight: 400;
}

.lead {
    font-size: 18px;
    font-weight: 400;
}

.page {
    padding-top: 50px;
    padding-bottom: 50px;
}

.odd-box {
    padding-top: 50px;
    padding-bottom: 50px;
    color: #2E332E;
    background: #ffffff;
    background-size: cover;
}

.even-box {
    padding-top: 100px;
    padding-bottom: 50px;
    color: #2E332E;
    background: #f2eff4;
    background-size: cover;
}

#i-intro-header {
    padding-top: 50px;
    padding-bottom: 50px;
    color: #2E332E;
    background-size: cover;
    height: 1000px;
    background-image: url("/img/bg-01-1920x1000.jpg");
}

.intro-message {
    position: relative;
    padding-top: 20%;
    padding-bottom: 20%;
}

.intro-message > h1 {
    margin: 0;
    font-size: 5em;
}

.intro-divider {
    width: 400px;
    border-top: 1px solid #2E332E;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

@media (max-width: 767px) {
    .intro-message {
        padding-bottom: 15%;
    }

    .intro-message > h1 {
        font-size: 3em;
    }

    ul.intro-social-buttons > li {
        display: block;
        margin-bottom: 20px;
        padding: 0;
    }

    ul.intro-social-buttons > li:last-child {
        margin-bottom: 0;
    }

    .intro-divider {
        width: 100%;
    }
}

footer {
    padding: 50px 0;
    background-color: #191919;
    color: #fff;
}

p.copyright {
    margin: 15px 0 0;
}

.main-screenshot img {
    display: block;
    margin: -35% auto 0 auto;
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.5); /* Параметры тени */
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.offset-top-15 {
    margin-top: 15px;
}

.offset-top-35 {
    margin-top: 35px;
}

.offset-top-100 {
    margin-top: 100px;
}

.offset-top-140 {
    margin-top: 140px;
}

.text-bold {
    font-weight: 600;
}

.text-darkest {
    color: #212121;
}

.circle-icon-3 {
    width: 122px;
    height: 122px;
}

.circle-icon {
    border: 2px solid #ececec;
    border-radius: 50%;
    text-align: center;
    vertical-align: middle;
    padding: 35px;
    color: #00baff;
}

.featurette-divider {
    margin: 80px 0;
}

#i-recall .carousel .carousel-indicators {
    top: 105%;
}

#i-recall .carousel .carousel-indicators li {
    border: #141414 1px solid;
}

#i-recall .carousel .carousel-indicators li.active {
    border: #141414 1px solid;
}

#i-recall .carousel .carousel-control.left, #i-recall .carousel .carousel-control.right {
    background-image: none;
    color: #00baff;
    border-color: #00baff;
    text-shadow: 0 1px 2px #00baff;

}

#i-recall .recall-text {
    padding: 35px;
    min-height: 150px !important;
}

.btn-free, .btn-free:focus {
    color: #00baff !important;
    background-color: transparent !important;
    border-color: #00baff !important;
    padding: 10px 40px !important;
    transition: 0.5s !important;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.btn-free:hover, .btn-free:active {
    color: #fff !important;
    background-color: #00baff !important;
    border-color: #00baff !important;
    transition: 0.5s !important;
}

.btn-buy, .btn-buy:focus {
    color: #fff !important;
    background-color: #00baff !important;
    border-color: #00baff !important;
    padding: 10px 40px !important;
    transition: 0.5s !important;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.btn-buy:hover, .btn-buy:active {
    color: #fff !important;
    background-color: #009bd3 !important;
    border-color: #009bd3 !important;
    transition: 0.5s !important;
}

#pricing-table {
    margin: 0 auto 0 auto;
    text-align: center;
}

#pricing-table .plan {
    font-size: 14px;
    background: #fff;
    border: 1px solid #ddd;
    color: #333;
    padding: 20px;
    float: left;
    position: relative;
}

#pricing-table #most-popular {
    z-index: 2;
    top: -23px;
    padding: 30px 20px 50px 20px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.5); /* Параметры тени */
}

#pricing-table #free {
    box-shadow: 0 15px 7px -7px #aaaaaa;
}

#pricing-table .plan:nth-child(1) {
    -moz-border-radius: 5px 0 0 5px;
    -webkit-border-radius: 5px 0 0 5px;
    border-radius: 5px 0 0 5px;
}

#pricing-table .plan:nth-child(4) {
    -moz-border-radius: 0 5px 5px 0;
    -webkit-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0;
}

#pricing-table .btn {
    font-weight: 400;
    text-shadow: none;
}

/* --------------- */

#pricing-table h3 {
    font-size: 20px;
    font-weight: 600;
    padding: 20px;
    margin: -20px -20px 50px -20px;
    background-color: #eee;
    background-image: -moz-linear-gradient(#fff, #eee);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eee));
    background-image: -webkit-linear-gradient(#fff, #eee);
    background-image: -o-linear-gradient(#fff, #eee);
    background-image: -ms-linear-gradient(#fff, #eee);
    background-image: linear-gradient(#fff, #eee);
}

#pricing-table #most-popular h3 {
    background-color: #ddd;
    background-image: -moz-linear-gradient(#eee, #ddd);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#ddd));
    background-image: -webkit-linear-gradient(#eee, #ddd);
    background-image: -o-linear-gradient(#eee, #ddd);
    background-image: -ms-linear-gradient(#eee, #ddd);
    background-image: linear-gradient(#eee, #ddd);
    margin-top: -30px;
    padding-top: 30px;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}

#pricing-table .plan:nth-child(1) h3 {
    -moz-border-radius: 5px 0 0 0;
    -webkit-border-radius: 5px 0 0 0;
    border-radius: 5px 0 0 0;
}

#pricing-table .plan:nth-child(4) h3 {
    -moz-border-radius: 0 5px 0 0;
    -webkit-border-radius: 0 5px 0 0;
    border-radius: 0 5px 0 0;
}

#pricing-table h3 span {
    display: block;
    font: bold 25px/100px Georgia, Serif;
    color: #777;
    background: #fff;
    border: 5px solid #fff;
    height: 100px;
    width: 100px;
    margin: 10px auto -65px;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    -moz-box-shadow: 0 5px 20px #ddd inset, 0 3px 0 #999 inset;
    -webkit-box-shadow: 0 5px 20px #ddd inset, 0 3px 0 #999 inset;
    box-shadow: 0 5px 20px #ddd inset, 0 3px 0 #999 inset;
}

/* --------------- */

#pricing-table ul {
    margin: 20px 0 0 0;
    padding: 0;
    list-style: none;
}

#pricing-table li {
    border-top: 1px solid #ddd;
    padding: 10px 0;
    font-weight: 500;
}

.clear:before, .clear:after {
    content: "";
    display: table
}

.clear:after {
    clear: both
}

.clear {
    zoom: 1
}

/* Browser mockup code
 * Contribute: https://gist.github.com/jarthod/8719db9fef8deb937f4f
 * Live example: https://updown.io
 */

.browser-mockup {
    border-top: 2em solid rgba(230, 230, 230, 0.7);
    box-shadow: 0 0.1em 1em 0 rgba(0, 0, 0, 0.4);
    position: relative;
    border-radius: 3px 3px 0 0
}

.browser-mockup:before {
    display: block;
    position: absolute;
    content: '';
    top: -1.25em;
    left: 1em;
    width: 0.5em;
    height: 0.5em;
    border-radius: 50%;
    background-color: #f44;
    box-shadow: 0 0 0 2px #f44, 1.5em 0 0 2px #9b3, 3em 0 0 2px #fb5;
}

.browser-mockup.with-tab:after {
    display: block;
    position: absolute;
    content: '';
    top: -2em;
    left: 5.5em;
    width: 20%;
    height: 0em;
    border-bottom: 2em solid white;
    border-left: 0.8em solid transparent;
    border-right: 0.8em solid transparent;
}

.browser-mockup.with-url:after {
    display: block;
    position: absolute;
    content: '';
    top: -1.6em;
    left: 5.5em;
    width: calc(100% - 6em);
    height: 1.2em;
    border-radius: 2px;
    background-color: white;
}

.browser-mockup > * {
    display: block;
}

#back-top {
    position: fixed;
    bottom: 30px;
    margin-left: 30px;
    margin-bottom: -10px;
    opacity: 0.8;
}

#back-top a {
    width: 108px;
    color: black;
    display: block;
    background-color: #ddd;
    text-align: center;
    font: 1em Arial, Helvetica, sans-serif;
    text-decoration: none;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
    line-height: 30px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

#back-top a:hover {
    background-color: #777;
}

.panel-profile-img {
    max-width: 100px;
    margin-top: -70px;
    margin-bottom: 5px;
    border: 3px solid #fff;
    border-radius: 100%;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

.fa-infin:before {
    font-family: "Helvetica Neue Light", "HelveticaNeue-Light", "Helvetica Neue", Calibri, Helvetica, Arial !important;
    content: '\221E';
    speak: none;
}

.fa-ab:before {
    font-family: sans-serif;
    font-size: 0.8em;
    margin: -5px 0 0 -5px;
    content: 'A/B';
    speak: none;
}

.extra-menu {
    margin-top: 50px !important;
    background: #f8f8f8;
    position: fixed;
    width: 100%;
    z-index: 999;
    opacity: 1;
}

.extra-menu .nav a {
    font-weight: 600;
    font-size: 0.9em;
}

.extra-menu .nav a:hover {
    font-weight: 600;
    font-size: 0.9em;
}

#tariff-tabs {
    border: none;
    margin: 30px 0;
}

#tariff-tabs > li > a {
    border: 1px solid #d1d1d1;
    font-size: 1.5em;
    opacity: 0.5;
    background: #eee;
}

#tariff-tabs > li > a:hover {
    background: #ddd;
}

#tariff-tabs > li.active > a {
    opacity: 1;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

#tariff-tabs > li:first-child.active > a {
    color: #337ab7;
    background: radial-gradient(circle, #f8f8f8, #eee, #e1e1e8); /* Standard syntax */
}

#tariff-tabs > li:last-child.active > a {
    color: #449d44;
    background: radial-gradient(circle, #f8f8f8, #eee, #e1e1e8); /* Standard syntax */
}

.sidebar_header {
    font-weight: 600;
    font-size: 1.2em;
}
