*, *:before, *:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

footer, article, aside, nav, section {
    display: block;
}

html {
    width: 100%;
}

body {
    font-size: 16px;
    line-height: 1.5;
    font-family: Montserrat, sans-serif;
    padding: 0;
    margin: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
    color: #000;
    background: #fff;
    font-weight: 400;
    width: 100%;
}
.d-mobile
{
    display: none !important;
}

.clearfix {
    clear: both;
}

.container {

    margin: 0 auto;
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
    max-width: 1140px;
}

a {
    color: #C9222A;
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}

p {
    margin: 0 0 25px;
}

.img-responsive {
    max-width: 100%;
}

.d-center {
    display: block;
    margin: 0 auto 20px;
}

.wrapper {
    overflow: hidden;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.text-uppercase {
    text-transform: uppercase;
}
.b-header
{
    background: #3B3833;
    padding: 11px 0;
    text-align: justify;
    text-align-last: justify;
}
.b-logo
{
    display: inline-block;
    font-size: 18px;
    color: #fff;
    font-weight: 700;
    line-height: 1.2;
    text-decoration: none;
    vertical-align: middle;
    text-align: left;
    text-align-last: left;
}
.b-logo img
{
    display: inline-block;
    margin-right: 25px;
    vertical-align: middle;
}
.b-logo span
{
    display: inline-block;
    vertical-align: middle;
}
.b-recommend
{
    display: inline-block;
    color: #fff;
    vertical-align: middle;
    text-align: left;
    text-align-last: left;
}
.b-rating
{
    background: #fff;
    color: #000;
    font-weight: 300;
    font-size: 10px;
    line-height: 0.8;
    display: inline-block;
    vertical-align: middle;
    padding: 7px 15px;
    margin-left: 10px;
}
.b-rating>*
{
    display: inline-block;
    vertical-align: middle;
}
.b-rating span:first-child
{
    font-weight: 700;
    font-size: 18px;
    line-height: 1.2;

}
.b-buttons
{
    display: inline-block;
    vertical-align: middle;
}
.b-buttons a
{
    font-size: 16px;
    color: #FFFFFF;
    display: inline-block;
    padding: 6px 15px;
    text-decoration: none;
}
.b-buttons a:first-child
{
    background: #3B9DCA;
}
.b-buttons a:last-child
{
    background: #C9222A;
}
.b-nav
{
    background: #C9222A;
    padding: 12px 0;
}
.b-menu
{
    text-align: justify;
    text-align-last: justify;
}
.b-menu a
{
    text-decoration: none;
    color: #fff;
    display: inline-block;
}
.b-menu a:hover
{
    text-decoration: underline;
}
.b-title
{
    background: url("../img/tittle_bg.jpg") no-repeat center top;
    padding: 90px 0 75px;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 85px;
}
h1
{
    font-weight: 500;
    font-size: 32px;
    color: #C9222A;
    text-align: center;
    margin: 0 auto 35px;
    max-width: 545px;
    line-height: 1.125;
}
.b-title p
{
    max-width: 410px;
    margin: 0 auto 30px;
}
.b-problem
{
    background: #413F54 url("../img/problem_bg.png") no-repeat 15px center;
    position: relative;
    padding: 230px 30px 30px 51%;
    margin: 145px 0 90px;
    font-weight: 500;
    font-size: 24px;
    color: #fff;
    line-height: 1.25;
}
.b-problem img
{
    position: absolute;
    left: 51%;
    top: -60px;

}
.b-problem>div
{
    padding-left: 10px;
    border-left: 6px solid #C9222A;
}
.b-left
{
    float: left;
    margin-right: 30px;
    font-size: 0;
    margin-bottom: 20px;
}
.b-left span
{
    display: block;
    background: #3B3833;
    font-weight: 500;
    font-size: 24px;
    line-height: 1;
    padding: 20px;
    color: #fff;
}
h2, .h2
{
    font-weight: 500;
    font-size: 32px;
    line-height: 1.125;
    margin-bottom: 30px;
}
.b-flex
{
    display: flex;
    justify-content: space-between;
    margin: 80px 0 55px;
}
.b-flex>div
{
    width: 32%;
}
.b-flex>div img
{
    margin-bottom: 25px;
}
.b-about
{
    color: #fff;
    background: #413F54;
    margin: 80px 0;
}
.b-about img, .b-about>div
{
    display: inline-block;
    vertical-align: middle;
}
.b-about img
{
    max-width: 48%;
}
.b-about>div
{
    margin-left: 30px;
    max-width: 48%;
}
.b-component
{
    overflow: hidden;
    margin-bottom: 35px;
}
.b-component img
{
    float: left;
    margin-right: 30px;
}
.text-large
{
    font-size: 18px;
}
.b-component .text-large
{
    display: block;
    margin-bottom: 5px;
}
.b-red
{
    position: relative;
    background: #C9222A;
    padding: 40px 30px 40px 40px;
    font-weight: 500;
    font-size: 32px;
    color: #fff;
    margin: 165px 0 140px;;
    line-height: 1.125;
}
.b-red img:first-child
{
    max-width: 38%;
}
.img-prod
{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.b-red>div
{
    display: inline-block;
    max-width: 32%;
    margin-left: 29%;
    vertical-align: top;
}
.btn-white
{
    color: #000;
    background: #fff;
    display: inline-block;
    padding: 14px 40px;
    text-decoration: none;
    transition: all 0.5s ease;
    margin-top: 30px;
}
.btn-white:hover, .btn:hover
{
    transform: scale(1.05);
}
.h2 span
{
    color: #C9222A;
}
.btn
{
    color: #fff;
    background: #C9222A;
    display: inline-block;
    padding: 10px 40px;
    text-decoration: none;
    transition: all 0.5s ease;
    font-weight: 500;
    font-size: 32px;
    border: none;
    cursor: pointer;
}
.b-age
{
    padding: 55px 31% 55px 40px;
    background: #413F54 url("../img/age_bg.png") no-repeat right center / auto 100%;
    color: #fff;
    margin: 80px 0 145px;
}
.b-age .h2
{
    position: relative;
    padding-left: 40px;
}
.b-age .h2:before
{
    content: "!";
    font-weight: 700;
    font-size: 18px;
    color: #fff;
    background: #C9222A;
    border-radius: 50%;
    width: 29px;
    text-align: center;
    display: block;
    position: absolute;
    left: 0;
    top:0;
    padding: 4px 0;
}
.b-age ul
{
    margin: -13px 0 0 69px;
}
.s-reviews
{
    background: url("../img/reviews_bg.jpg") no-repeat center / cover;
    color: #fff;
    margin: 100px 0 120px;
    padding-bottom: 100px;
}
.s-reviews .h2
{
    display: inline-block;
    background: #C9222A;
    padding: 16px 40px;
    margin-bottom: 85px;
}
.b-reviews
{
    max-width: 100%;
}
.b-review
{
    background: #3B3833;
    max-width: 350px;
}
.b-review img
{
    margin-bottom: 15px;
}
.b-review b
{
    display: block;
}
.b-review p
{
    margin: 15px;
}
.comment-form b
{
    font-size: 17px;
    position: relative;
    overflow: hidden;
    display: block;
}
.comment-form b:after
{
    content: "";
    width: 1000px;
    height: 1px;
    background: #000;
    vertical-align: middle;
    opacity: 0.05;
    position: absolute;
    right: -100px;
    top: 50%;
}
.input-field
{
    background: rgba(0,0,0,.1);
    padding: 5px 15px;
    border: 1px solid transparent;
    font: inherit;
    border-radius: 4px;
    outline: none;
}
textarea
{
    display: block;
    background: rgba(0,0,0,.1);
    border-radius: 4px;
    width: 100%;
    height: 96px;
    font-size: 15px;
    padding: 5px 15px;
    resize: none;
    margin: 10px 0;
    color: #000;
    border: 1px solid transparent;
    font-family: inherit;
    outline: none;
}
.commits_error
{
    border-color: red;
}
.comment-form .btn
{
    font-size: 15px;
    font-weight: 400;
    padding: 8px 70px;;
}
.commits__item_hide
{
    display: none;
}
.all-comments
{
    font-weight: 500;
    font-size: 17px;
    display: block;
    margin: 30px 0;
}
.comment-item
{
    margin-bottom: 35px;
}
.b-likes
{
    float: right;
}
.b-likes
{
    font-weight: 500;
    font-size: 17px;
    color: #939393;
}
.b-likes>span
{
    cursor: pointer;
}
.b-likes>span:first-child
{
    color: #819E0E;
}
.b-likes span:first-child svg
{
    stroke: #819E0E;
}
.b-likes span:last-child svg
{
    stroke: #939393;
}
.b-likes>span.liking
{
    color: #C9222A;
}
.b-likes>span.liking svg
{
    stroke: #C9222A;
}
.b-likes svg
{
    display: inline-block;
    vertical-align: middle;
}
.b-likes>span:last-child
{
    margin-left: 10px;
}
.passive
{
    cursor: default !important;
}
.comment-item p
{
    margin-bottom: 10px;
}
.comment-author
{
    font-weight: 500;
    font-size: 17px;
    text-decoration: none;
    display: inline-block;
    margin-bottom: 10px;
}
.comment-date
{
    font-size: 12px;
    opacity: 0.3;
}
.b-footer
{
    text-align: center;
    font-size: 14px;
    padding: 15px 0;
    color: #fff;
    background: #C9222A;
    margin-top: 30px;
}
@media (max-width: 990px) {
    .d-large
    {
        display: none !important;
    }
    .d-mobile
    {
        display: block !important;
    }
    .b-header
    {
        border-bottom: 5px solid #C9222A;
        text-align: left;
        text-align-last: left;
        padding: 20px 0;
    }
    .b-logo
    {
        font-size: 14px;
    }
    .b-logo img
    {
        width: 45px;
        margin-right: 10px;
    }
    .b-title
    {
        padding: 20px 0 0;
        background: none;
        margin-bottom: 20px;
    }
    h1
    {
        font-size: 24px;
        margin-bottom: 15px;
    }
    .b-title img
    {
        margin: 0 auto 15px;
        max-width: 100%;
    }
    .b-title p
    {
        margin-bottom: 0;
        max-width: 100%;
    }
    .b-problem
    {
        padding: 0 15px 210px;
        background-position: center bottom;
        background-size: 253px 190px;
        font-size: 16px;
        margin: 65px 0 20px;
    }
    .b-problem img
    {
        transform: translateX(-50%);
        position: relative;
        top: -43px;
    }
    .b-problem>div
    {
        margin-top: -35px;
        padding-top: 15px;
    }
    h2, .h2
    {
        font-size: 24px;
        margin-bottom: 20px;
    }
    .b-about
    {
        margin: 20px 0;
    }
    .b-about img {
        max-width: 100%;
        display: block;
        margin: 0 auto;
    }
    .b-about>div {
        margin: 25px 15px;
        max-width: 100%;
    }
    .b-about>div .h2
    {
        text-align: center;
    }
    .b-about>div p
    {
        margin-bottom: 0;
    }
    .b-red
    {
        text-align: center;
        margin: 10px 0 30px;
        font-size: 24px;
        padding: 65px 10px 30px;
    }
    .b-red img:first-child
    {
        display: block;
        margin: 0 auto 40px;
        max-width: 100%;
    }
    .b-red>div
    {
        display: block;
        margin: 0;
        max-width: 100%;
    }
    .b-red>div .btn-white
    {
        font-size: 32px;
    }
    .img-prod
    {
        left: 50%;
        margin-left: 100px;
        max-width: 128px;
        top: 30px;
        transform: none;
    }
    .b-age
    {
        background: none;
        padding: 0;
        margin: 45px 0 0;
    }
    .b-age .h2
    {
        background: #413F54 url(../img/age_bg.png) no-repeat right center / auto 100%;
        padding: 35px 10px 25px;
        text-align: center;
        margin-bottom: 30px;
    }
    .b-age ul
    {
        margin: 0 0 0 30px;
        color: #000;

    }
    .b-age .h2:before
    {
        top: -18%;
        left: 50%;
        transform: translateX(-50%);
    }
    .s-reviews
    {
        margin: 25px 0;
    }
    .s-reviews .h2
    {
        display: block;
        text-align: center;
        margin-bottom: 30px;
    }
    .comment-form b:after
    {
        content: none;
    }
    .comment-form .btn
    {
        padding: 8px;
    }
}
@media (max-width: 767px) {
    .b-left
    {
        float: none;
        margin: 0 auto 30px;
        text-align: center;
    }
    .b-flex
    {
        display: block;
        margin: 0;
    }
    .b-flex>div
    {
        width: 100%;
        margin-bottom: 30px;
    }
    .b-flex>div img
    {
        margin: 0 auto 30px;
        display: block;
    }
    .b-component
    {
        margin-bottom: 30px;
    }
    .b-component img
    {
        max-width: 60px;
    }
    .b-component .text-large {
        margin: 10px 0 15px;
    }
    .b-reviews
    {
        max-width: 350px;
        margin: 0 auto;
    }
}
  @media (max-width: 485px) {
    .img-prod
    {
        left: auto;
        right: 0;
       
      margin: 0
    }
}