@import 'https://fonts.googleapis.com/css?family=Roboto+Condensed';/* импорт шрифта для заголовков */

a.glo{
 color:#fff;
 padding: 5px 10px;
 text-transform: uppercase;
 width:130px;
 text-decoration:none;
 text-align:center;
 margin:15px 0;
 display: block;
 background-image: linear-gradient(to left,transparent,transparent 50%,#bed7df 50%,#215d70);
 background-position: 100% 0;
 background-size: 200% 100%;
 transition: all .25s ease-in;
 font: 400 10px tahoma;
 border: 1px solid #bed7df;
}
a.glo:hover {
background-position: 0 0;
color:#fff;
}

.accordion {
    font-family:Arial, Helvetica, sans-serif; 
    margin:0 auto;
    font-size:14px;
    border:1px solid #542437;
    border-radius:10px;
    width:auto;
    padding:10px;
    background:#fff;
}
.accordion ul {
    list-style:none;
    margin:0;
    padding:0;    
}
.accordion li {
    margin:0;
    padding:0;
}
.accordion [type=radio], .accordion [type=checkbox] {
    display:none;
}
.accordion label {
    display:block;
    font-size:16px;
    line-height:16px;
    background:#bed7df;
    border:1px solid #542437;
    color:#215d70;
    text-shadow:1px 1px 1px rgba(255,255,255,0.3);
    cursor:pointer;
    text-transform:uppercase;
}
.accordion ul li label:hover, .accordion [type=radio]:checked ~ label, .accordion [type=checkbox]:checked ~ label {
    background:#598d9e;
    color:#FFF;
    text-shadow:1px 1px 1px rgba(0,0,0,0.5)
}
.accordion .content {
    padding:0 10px;
    overflow:hidden;
    border:1px solid #fff;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
}
.accordion p {
    color:#333;
    margin:0 0 10px;
}
.accordion h4 {
    color:#215d70;
    padding:0;
    margin:10px 0;
}

.vertical ul li {
    overflow:hidden;
    margin:0 0 1px;
}
.vertical ul li label {
    padding:10px;
}
.vertical [type=radio]:checked ~ label, .vertical [type=checkbox]:checked ~ label {
    border-bottom:0;
}
.vertical ul li label:hover {
    border:1px solid #542437;
}
.vertical ul li .content {
    height:0px;
    border-top:0;
    transition: all .5s ease-out;
}
.vertical [type=checkbox]:checked ~ label ~ .content {
    height:auto;
    border:1px solid #542437;
}
 
 details {
    border: 1px solid #999;
    border-radius: 5px;
    margin: 0 2em .4em 2em;
    padding: 1.04%;
    outline: none;
}
 
 details {
    margin: 1em;
    cursor: pointer;
    outline: none;
}
 
 summary {
    border-radius: 5px;
    cursor: pointer;
    margin: -1%;
    padding: 8px 10px;
    background: -webkit-linear-gradient(top, #f3f3f3 50%, #e6e6e6 50%);
    outline: none;
}

 summary:hover {
    color:#598d9e;  /* изменение цвета метки при наведении */
}

.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: 15px;
    padding-bottom: 20px;
    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: #daebef;
}


/* индивидуальная подложка ценника в каждом тарифе */

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

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


/* на широких экранах отступы и выделение средней колонки тарифа */

@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: #77a5cc;
    -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: #476177;
    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: #598d9e;
    padding: 1em 0;
    text-align: left;
}


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;
}
