.b-article, .b-article__img {
    position: relative
}
.b-article h1,
.b-article h2,
.b-article h3{
    color: #333333;
}

.b-article, .b-article__img img {
    width: 100%
}

.b-article__header > h2 {
    font-weight: 400
}

.b-article__header > p {
    margin-bottom: 30px;
    font-size: 18px;
    color: #777;
    font-weight: 500;
    line-height: 1.4
}

.b-article__text {
    padding: 15px
}

.b-article__text-block {
    margin-bottom: 25px
}

.b-article__text-block-number {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 45px;
    padding: 0
}

.b-article__text-block-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 45px;
    padding: 15px;
    font-size: 15px
}

.b-article__text-block-body h4 {
    margin: 0;
    font-weight: 500;
    color: #333
}

.b-article__video {
    padding: 0
}

.b-article__img div {
    display: block;
    visibility: visible;
    background: 0 0;
    position: absolute;
    z-index: 10;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
    -webkit-transition: background .5s ease-in-out;
    transition: background .5s ease-in-out
}

.b-article__img div:hover {
    background: rgba(0, 0, 0, .5)
}

.b-article__img div:hover:after {
    content: ''
}

.b-article__img-background_finger {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(../i/152-fz/finger.png) center center no-repeat;
    background-size: contain
}

.b-buy-page-sep {
    color: #fff;
    font-family: Geometria, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.b-buy-page-sep p{
    margin: 0 0 10px;
}

.b-buy-page-sep__header {
    font-size: 33px;
    line-height: 1.1;
    font-family: Geometria, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.b-buy-standart {
    width: 100%;
    height: 100%;
    padding: 30px 20px;
    border: 1px solid #f1f1f1;
    border-radius: 3px;
    -webkit-box-shadow: rgba(122, 113, 113, .9) 0 27px 11px -20px;
    box-shadow: rgba(122, 113, 113, .9) 0 27px 11px -20px;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out
}

.b-buy-standart:hover {
    -webkit-box-shadow: none;
    box-shadow: none
}

.b-buy-standart p {
    margin-top: 0
}

.b-buy-standart__icon {
    display: block;
    width: 60px;
    height: 60px;
    margin: 0 auto 10px;
    line-height: 58px;
    background-color: #09afdf;
    border: 1px solid transparent;
    border-radius: 30px;
    color: #fff
}

.b-buy-standart__icon:hover {
    color: #fff;
    text-decoration: none
}

.b-buy-standart__header:hover, .b-buy-standart__links a {
    color: #09afdf
}

.b-buy-standart__header {
    margin-bottom: 10px
}

.b-buy-standart__header h3 {
    margin-top: 0;
    display: block;
    font-size: 24px;
}

.b-buy-standart__header h3:before {
    content: '\00ab'
}

.b-buy-standart__header h3:after {
    content: '\00bb'
}

.b-buy-standart__links {
    font-size: 15px;
    font-weight: 400
}

.b-buy-standart__links a:after {
    content: ' \00bb'
}

.b-page {
    position: relative;
    padding: 0;
    margin: 0;
    width: 100%;
    font-family: Geometria, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 15px;
    line-height: 1.47;
    font-weight: 500;
    color: #777
}


.b-page__header {
    width: 100%
}

.b-page__banner {
    width: 100%;
    height: 650px;
    background: url('images/1524.jpg') center center no-repeat;
    background-size: cover
}

.b-page__line {
    width: 100%;
    padding: 30px 0;
    /*font-family: Geometria, "Helvetica Neue", Helvetica, Arial, sans-serif;*/
    /*font-size: 15px;*/
    /*line-height: 1.47;*/
    /*font-weight: 500;*/
    /*color: #777*/
}
/*.b-page__line *{*/
    /*font-family: Geometria, "Helvetica Neue", Helvetica, Arial, sans-serif;*/
    /*font-size: 15px;*/
    /*line-height: 1.47;*/
    /*font-weight: 500;*/
    /*color: #777*/
/*}*/

.b-page__line-separator {
    background-color: #09afdf;
    padding: 20px 0;
    width: 100%;
    font-family: Geometria, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 15px;
    line-height: 1.47;
    font-weight: 500;
    color: #777
}

.b-page__line-popup {
    display: none;
    visibility: hidden;
    width: 100%;
    background: rgba(0,0,0, 0.8);
}

.b-page__footer {
    width: 100%
}

.b-page #content-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: inherit
}