@import url(https://fonts.googleapis.com/css?family=Roboto:400,500&subset=latin,cyrillic);
.material-icons {
    color: #fff;
    vertical-align: middle
}

body {
    background: #f7f7f7;
    font-family: 'Roboto', sans-serif;
    position: relative;
}

label {
    font-weight: 500;
}

p {
    font-size: 16px;
    line-height: 22px;
    color: #111;
    font-weight: 400;
    max-width: 750px;
}

p.title {
    font-size: 18px;
    line-height: 22px;
    color: #111;
    font-weight: 500;
    border-bottom: 1px solid #dd632c;
    margin: 65px auto 30px auto;
    padding: 10px;
}

p.title span {
    color: #dd632c;
    padding: 0 20px 0 0;
}

h1 {
    font-size: 22px;
    line-height: 30px;
    color: #fff;
    font-weight: 400;
    margin: 0
}

.btn-default {
    background: #2196f3;
    border: none;
    border-radius: 2px;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.2);
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active {
    background: #1a77c9;
    color: #fff;
    border: none;
    outline: 0
}

.btn-flat {
    background: none;
    border: none;
    border-radius: 2px;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
}

.btn-flat:hover,
.btn-flat:focus {
    background: rgba(255, 255, 255, 0.3);
    color: #fff;
    border: none;
    outline: 0
}

hr {
    margin-top: 14px;
    margin-bottom: 14px;
    border: 0;
    border-top: 1px solid #b5c8e1;
}

hr.video {
    margin-top: 25px;
    margin-bottom: 25px;
    border: 0;
    border-top: 1px solid #ccc;
}

.header {
    background: #5581bb url('../images/pattern.png');
}

.header img {
    width: 100%;
    max-width: 336px;
    display: block;
    margin: 45px auto;
}

.header .section {
    padding: 15px 25px;
    background: #5581bb;
}

.header .section.first {
    margin: 45px auto 0 auto;
}

.header .section.second {
    margin: 10px auto 15px auto;
}

.header .section span {
    font-size: 18px;
    line-height: 1px;
    color: #fff;
    font-weight: 400;
    vertical-align: middle;
    margin-right: 20px
}

.explain {
    background: #e8e8e8;
    padding: 80px 0 100px 0;
}

.rating {
    background: #fff;
    padding: 20px 0 30px 0;
    border-bottom: 1px solid #eee;
}

.rating p {
    font-size: 12px;
    color: #666;
    line-height: 16px;
    padding-top: 5px;
}

.explain .addition {
    border-left: 1px solid #dd632c;
    padding: 0 20px;
    color: #dd632c;
    font-size: 30px;
    line-height: 1;
}

.explain .addition .big {
    font-size: 72px;
}

.main .section {
    background: #fff;
    -webkit-box-shadow: 0px 4px 19px 0px rgba(0, 0, 0, 0.27);
    -moz-box-shadow: 0px 4px 19px 0px rgba(0, 0, 0, 0.27);
    box-shadow: 0px 4px 19px 0px rgba(0, 0, 0, 0.27);
    margin-top: 55px;
}

.footer {
    background: #dedede;
    margin-top: 100px;
}

.footer .licenses {
    margin-top: 40px;
    margin-bottom: 20px;
}

.footer .details p {
    font-size: 12px;
    line-height: 14px;
}

.footer .details {
    margin-bottom: 100px;
}

.footer img {
    width: 100%;
}

.head img {
    width: auto;
    display: block;
    margin: 45px auto;
}

.head.about {
    background: #de7d2d;
}

.head p {
    color: #fff;
    font-size: 24px;
    line-height: 30px;
    margin: 45px auto;
}

.head.benefits {
    background: #7986cb;
}

.head.price {
    background: #7e57c2;
}

.body {
    padding: 50px 50px 100px 50px;
}

.body li {
    padding: 0 0px 10px 0px;
}

.respone p {
    font-size: 12px;
    line-height: 1;
}

.respone p.comment {
    color: #aaa;
}

.respone p.lead {
    color: #111;
    padding: 0 0 5px 0;
    margin: 10px 0 10px 0;
    font-weight: 500;
    border-bottom: 1px solid #ccc
}

.respone p.lead.second {
    margin: 20px 0 10px 0;
}

.respone img {
    width: auto;
    padding: 0 0 20px 0;
}

.respone.first {
    padding: 65px 0 0 0;
}

.nav {
    top: 20px;
    padding-top: 50px;
}

.nav.affix {
    top: 20px;
    padding-top: 0px;
}

.nav button {
    margin-top: 20px;
}

.nav>li>a {
    color: #111;
    padding: 4px;
    margin: : 0;
}

.nav>li.active>a {
    border-left: 2px solid #dd632c;
    color: #dd632c;
    font-weight: 500;
    padding: 4px 4px 4px 8px;
}

img.separate {
    width: 100%;
}

.pricetab li a::before {
    content: url('../images/bulletoff.png');
    padding: 0 30px 0 0px;
    vertical-align: sub;
}

.pricetab li.active a::before {
    content: url('../images/bulleton.png');
}

.pricetab li.active a {
    color: #111;
    font-weight: 500;
}

.pricetab li.active a:focus,
.pricetab li.active a:hover {
    text-decoration: none;
}

.pricetab li a:focus,
.pricetab li a:hover {
    text-decoration: none;
}

ul.pricetab {
    list-style: none;
    padding: 50px 0 0 0;
    margin: 0;
}

.pricetab li a {
    padding-left: 0em;
    color: #999;
    font-size: 14px;
    line-height: 1;
}

.tab-content {
    margin: 20px 0 50px 40px;
    padding: 20px 0 0 0;
    border-top: 1px solid #dd632c;
}

.tab-content p {
    font-size: 14px;
}

.tab-content p span {
    font-weight: 500;
}

.label {
    margin-top: 20px
}
.g-recaptcha {
    margin-bottom: 20px;
}
.g-recaptcha > div > div {
    margin: 0 auto;
}
.btn-default[disabled]:hover {
    background-color: #1a77c9;
}
@media (max-width: 767px) {
    .explain .addition {
        border-bottom: 1px solid #dd632c;
        padding: 50px 0 20px;
        color: #dd632c;
        font-size: 30px;
        line-height: 1;
        border-left: 0;
    }
    .explain .addition .big {
        display: inline;
        font-size: 30px;
    }
    .head p {
        padding: 0 10px 50px 10px;
        margin: 0;
        text-align: center;
        font-size: 18px;
        line-height: 24px;
    }
    .body {
        padding: 50px 10px 100px 10px;
    }
    .rating p {
        padding-top: 38px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .explain .addition {
        border-bottom: 1px solid #dd632c;
        padding: 20px 0;
        color: #dd632c;
        font-size: 30px;
        line-height: 1;
        border-left: 0;
    }
    .explain .addition .big {
        display: inline;
        font-size: 30px;
    }
    h1 {
        font-size: 16px;
        line-height: 22px;
        color: #fff;
        font-weight: 400;
        margin: 0
    }
    .head p {
        padding: 0 50px 50px 50px;
        margin: 0;
        text-align: center;
    }
    .body {
        padding: 50px 10px 100px 10px;
    }
    .rating p {
        padding-top: 38px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {}

@media (min-width: 1200px) {}