@import 'https://fonts.googleapis.com/css?family=Roboto+Condensed';

.navbar-brand,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Roboto Condensed', sans-serif;
}


/* fon */

.jumbotron {
    background: #f5f5f5 url(../img/fon.jpg) top center no-repeat;
    max-width: 100%;
    padding-top: 150px;
    padding-bottom: 200px;
    text-align: center;
    margin-top: -20px;
}


/* icons */

#benefits i {
    color: #cac4c4;
}

section h2 {
    padding-top: 30px;
    margin-bottom: 25px;
}


/* =========Tarif styles======== */



.pricing_item {
    background: #f2f2f2;
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: stretch;
    align-items: stretch;
    text-align: center;
    -webkit-flex: 0 1 330px;
    flex: 0 1 330px;
    padding: 2em 3em;
    margin: 1em;
    color: #262b38;
    cursor: default;
    overflow: hidden;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
}



.pricing_item:hover {
    color: #444;
    background: #FFDAB5;
}



.pricing_item:first-child .price {
    background: #FF850B;
}

.pricing_item:nth-child(2) .price {
    background: #FFB871;
}




@media screen and (min-width: 66.250em) {
    .pricing_item {
        margin: 1.5em 0;
    }
    .featured {
        z-index: 10;
        margin: 0;
        font-size: 1.15em;
    }
}




.pricing_item h3 {
    font-size: 2em;
    margin: 0.5em 0 0;
    color: #1d211f;
}




.price {
    font-size: 2em;
    font-weight: bold;
    color: #fff;
    position: relative;
    z-index: 100;
    line-height: 95px;
    width: 100px;
    height: 100px;
    margin: 1.15em auto 1em;
    border-radius: 50%;
    background: #FFCF9F;
    -webkit-transition: color 0.3s, background 0.3s;
    transition: color 0.3s, background 0.3s;
}


/* валюта */

.currency {
    font-size: 0.5em;
    vertical-align: super;
}




.sentence {
    font-weight: bold;
    margin: 0 0 1em 0;
    padding: 0 0 0.5em;
    color: #2a6496;
}


/* список */

.pricing_item ul {
    font-size: 0.95em;
    margin: 0;
    padding: 1.5em 0.5em 2.5em;
    text-align: left;
}


/* пункты списка */

.pricing_item li {
    padding: 0.15em 0;
}




.pricing_item button {
    font-weight: bold;
    margin-top: auto;
    padding: 1em 2em;
    color: #fff;
    border-radius: 5px;
    background: #428bca;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
}



.pricing_item button:hover,
.pricing_item button:focus {
    background-color: #285e8e;
}


/* фон тарифов*/

.bg-2 {
    background: #dddddd;
}

/* =========Testimonials styles======== */

testimonials {
    padding: 4em 0;
    text-align: center;
}

.testimonials .avatar img {
    border-radius: 50%;
    float: left;
    display: inline;
    margin-right: 1em;
    width: 65px;
    height: 65px;
    margin-bottom: 30px;
}

.testimonials .avatar p {
    text-align: left;
    padding-top: 1em;
    color: #5d5d5d;
    font-weight: 900;
}

/* Action */

.action {
    background: #DF7000;
    min-height: 180px;
    width: 100%;
    padding: 4em 0;
    text-align: center;
}

.action h2 {
    color: #fff;
    font-weight: 300;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .2);
}

.action p {
    color: #fff;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    font-size: 1.2em;
}

.action .container {
    margin-top: 3em;
}

/* Footer */

footer {
    background: #333333;
    padding: 1em 0;
    text-align: right;
}


footer p {
    color: #fff;
    line-height: 1;
    text-transform: uppercase;
    font-size: 0.7em;
    margin-top: 0.5em;
    
}

.jbutton {
    margin-top: 50px;
    margin-bottom: 70px;
}