/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block
}

audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden], template {
    display: none
}

a {
    background-color: transparent
}

a:active, a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b, strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

code, kbd, pre, samp {
    font-family: monospace, monospace;
    font-size: 1em
}

button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button, select {
    text-transform: none
}

button, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled], html input[disabled] {
    cursor: default
}

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
    height: auto
}

input[type=search] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td, th {
    padding: 0
}

html {
    font-size: 20px;
    line-height: 22px;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    font-family: "Roboto Condensed", sans-serif;
    background: #edffbc;
    color: #b5c489;
    font-size: 100%;
}

.wrapper-hidden {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.wrapper {
    position: relative;
    z-index: 2;
    margin: 0 auto;
    max-width: 480px;
    /* min-width: 320px; */
    padding: 0 15px;
}

ul,
ol {
    padding: 0;
    margin: 0 0 10px 25px;
}

ul ul,
ul ol,
ol ol,
ol ul {
    margin-bottom: 0;
}

li {
    line-height: 20px;
}

ul.unstyled,
ol.unstyled {
    margin-left: 0;
    list-style: none;
}

ul.inline,
ol.inline {
    margin-left: 0;
    list-style: none;
}

ul.inline > li,
ol.inline > li {
    display: inline-block;
    *display: inline;
    padding-right: 0;
    padding-left: 0;
    *zoom: 1;
}

.clearfix:before,
.clearfix:after {
    display: table;
    content: " ";
}

.clearfix:after {
    clear: both;
}

ul.list-inline {
    text-align: justify;
    line-height: 0;
    font-size: 1px;
    text-justify: newspaper;
}

ul.list-inline li {
    text-align: center;
    box-sizing: border-box;
    vertical-align: top;
}

ul.list-inline li.helper {
    padding: 0;
    margin: 0;
    width: 100%;
    height: 0;
    visibility: hidden;
    overflow: hidden;
}

/* title */
.title {
    font: 700 40px/40px "Roboto Condensed", sans-serif;
    text-align: center;
    text-transform: uppercase;
}

.mini-title {
    font: 700 30px/33px "Roboto Condensed", sans-serif;
    text-align: left;
    text-transform: uppercase;
}

.red {
    color: #df1b7c;
}

.green {
    color: #5e9c1a;
}

.black {
    color: #44283c;
}

/* title */

/* block1 */
.block1__top {
    background: #c4df00;
    height: 42px;
    position: relative;

}

.block1__price {
    position: relative;
    top: 10px;
    height: 46px;
    font: 400 24px "Roboto Condensed", sans-serif;
    width: 100%;
}

.block1__price::before {
    content: '';
    position: absolute;
    background: transparent url('../images/img1.3.1.png') 0 0 no-repeat;
    width: 97px;
    height: 71px;
    left: 50%;
    top: -10px;
    margin-left: -46px;
}

.block1__price .oldprice {
    background: url("../images/mob-img1.1.png") no-repeat left 0 transparent;
    height: 46px;
    width: 100%;
    max-width: 123px;
    display: inline-block;
    text-align: center;
    color: #e54608;
    line-height: 46px;
    text-decoration: line-through;
}

.block1__price .newprice {
	 background: url("../images/img1.1.png") no-repeat right 0 transparent;
	 background-size: cover;
    height: 46px;
	 width: 100%;
    max-width: 129px;
    display: inline-block;
    text-align: center;
    color: #FFFFFF;
    line-height: 24px;
    float: right;
}
.block1__price .newprice .kargo {
	display: block;
	font-size: 12px;
}
.block1__center {
    background: #072623;
}

.block1__center .wrapper {
    line-height: 0;
}

.block1__logo {
    width: 100%;
    max-width: 464px;
    margin: 30px auto 0;
}

.block1__bottom {
    background: #0f4a44;
    color: #FFFFFF;
    padding: 15px 0;
    text-align: center;
    font: normal 18px/1.2 "Roboto Condensed", sans-serif;
}

.block1__bottom span {
    color: #d9f13e;
}

/* block1 */

/* block2 */
.block2 {
    background: url("../images/mob-img2.0.png") no-repeat center top transparent;
}

.block2__left {
    width: 29%;
    display: inline-block;
    vertical-align: top;
}

.block2__right img {
    position: relative;
    display: block;
    margin: 0 auto;
    padding: 4% 0;
}

.block2__right {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 10px 60px 10px;
}

.block2__title {
    color: #0b312d;
    font: 700 normal 140%/135% "Roboto Condensed", sans-serif;
    padding: 15px 0 15px 0;
    text-align: center;
}

.block2__list {
    padding: 0 0 0 0;
    margin: 0;
    position: relative;
}

.block2__list li {
    text-transform: uppercase;
    color: #0a887e;
    padding: 6px 0 6px 40px;
    font: 400 16px/1.2 "Roboto Condensed", sans-serif;
    list-style: none;
}

.block2__list.list1 li {
    background: url("../images/mob-img2.1.png") no-repeat left center;
}

.block2__list.list2 li {
    color: #89b000;
    background: url("../images/img1.5.png") no-repeat left center;
}

.block2__list li + li {
    margin-top: 15px;
}

/* block2 */

/* block3 */
.block3 {
    background: #c4df00;
    margin: 10px 0 0 0;
}

.block3 .block3__wrap {
    border-top: solid 10px #c4df00;
    background: #e8ffc1;
    position: relative;
}
.block3__price {
    display: inline-block;
    font: 400 24px "Roboto Condensed", sans-serif;
    width: 220px;
    margin: 15px 0 15px 24%;
}

.block3__price .oldprice {
    color: #e54608;
    text-decoration: line-through;
    font-size: 80%;
}

.block3__price .newprice {
    background: url("../images/img1.1.png") no-repeat right 0 transparent;
    height: 46px;
    width: 123px;
    display: inline-block;
    text-align: center;
    color: #FFFFFF;
    line-height: 46px;
    background-size: 100%;
}

.block3__last .lastpack {
    color: #e54608;
}

.block3__last {
    display: inline-block;
    width: 105px;
    font: 400 100%/100% "Roboto Condensed", sans-serif;
    color: #000000;
    margin: 15px 0;
    text-transform: uppercase;
    vertical-align: top;
}

/* block3 */

/* block4 */
.block4 {
    background: #0aa79b;
    color: #ffffff;
    font: 400 18px/1.2 "Roboto Condensed", sans-serif;
    text-align: center;
    padding: 20px 0;
}

/* block4 */

/* block5 */
.block5 {
    background: #0dc7b9;
    padding: 20px 0;
    color: #ffffff;
    font: 400 18px/1.2 "Roboto Condensed", sans-serif;
    text-align: center;
}

.block5__title {
    font: normal 130%/135% "Roboto Condensed", sans-serif;
    padding: 0 0 20px 0;
}

.block5__title span {
    color: #e1ff67;
}

.block5 ul li {
    vertical-align: top;
    font-size: 90%;
    margin-bottom: 10px;
    background: url(../images/1_check.png) no-repeat 10px 50%;
    padding-left: 105px;
    text-align: left;
    display: table;
    min-height: 66px;
    line-height: 1.25;
}

.block5 ul li .item__title {
    font-size: 130%;
    color: #e1ff67;
    text-transform: uppercase;
}

.block5 ul li p {
    margin: 0;
}

.list__item_content {
    min-height: 66px;
    display: table-cell;
    vertical-align: middle;
}

/* block5 */

/* block6 */
/* block6 */

/* block7 */
.block7 {
    padding-bottom: 20px;
}

.block7__title {
    color: #00ac9d;
    font: normal 20px/1.2 "Roboto Condensed", sans-serif;
    padding: 20px 0 10px;
    text-align: center;
}

.block7__text {
    color: #2c4341;
    font: 400 18px/1.2 "Roboto Condensed", sans-serif;
}

.block7__name {
    color: #00ac9d;
    font: 400 24px/1 "Roboto Condensed", sans-serif;
    text-transform: uppercase;
    padding-bottom: 25px;
    margin-bottom: 5px;
    background: transparent url('../images/img3.2.png') center bottom no-repeat;
}

/* slider */
.slider {
    margin: 0;
    position: relative;
    width: 100%;
    overflow: hidden;
}

.slider__wrapper {
    margin: 0;
    height: 100%;
    list-style: none;
    overflow: hidden;
    *zoom: 1;
    -webkit-backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
}

.slider__item {
    position: relative;
    padding: 20px 0;
    text-align: center;
    height: 100%;
    float: left;
    clear: none;
}

.slider::before {
    content: '';
    position: absolute;
    top: 0;
    background: transparent;
    max-width: 346px;
    width: 100%;
    height: 445px;
    z-index: -1;
    background-size: 100%;
    left: 50%;
    margin-left: -173px;
}

.slider__arrows {
    position: absolute;
    top: 210px;
    width: 100%;
    height: 99px;
}

.slider__arrows-item {
    position: absolute;
    display: block;
    margin-bottom: -20px;
    padding: 0 0 0 0;
    cursor: pointer;
    width: 120px;
    text-transform: uppercase;
    font: 300 70%/70% "Roboto Condensed", sans-serif;
}

.slider__arrows-item--right {
    top: 0;
    right: 0;
    width: 34px;
    height: 68px;
    background: url("../images/slider-next.png") 0 0 transparent no-repeat;
}

.slider__arrows-item--left {
    top: 0;
    left: 0;
    width: 34px;
    height: 68px;
    background: url("../images/slider-prev.png") 0 0 transparent no-repeat;

}

.slider__nav {
    position: absolute;
    bottom: 30px;
}

.slider__nav-item {
    width: 12px;
    height: 12px;
    float: left;
    clear: none;
    display: block;
    margin: 0 5px;
    background: #fff;
}

.slider__nav-item--current {
    background: #ccc;
}

.slider__nav-item:hover {
    background: #ccc;
}

/* slider */
/* block7 */

/* block8 */
.block8 {
    background: #ffffff;
    color: #2c4341;
    font: 400 18px/1.2 "Roboto Condensed", sans-serif;
}

.block8 .wrapper {
    padding-bottom: 25px;
}

.block8__title {
    color: #00ac9d;
    font: normal 24px/1 "Roboto Condensed", sans-serif;
    padding: 20px 0 10px;
    text-align: center;
}

.block8__name {
    margin-top: 30px;
    color: #b4c97d;
    width: 70%;
}

/* block8 */

/* block9 */
.block9__title {
    color: #427104;
    font: normal 20px/1.2 "Roboto Condensed", sans-serif;
    padding: 20px 0 10px;
    text-align: center;
}

.block9__top ul li {
    color: #37401e;
    font: 400 100%/150% "Roboto Condensed", sans-serif;
    vertical-align: top;
    width: 49%;
    text-align: center;
    padding-top: 190px;
    background-position: center 0;
    background-repeat: no-repeat;
    margin-bottom: 15px;
}

.block9__top ul li.list__item1 {
    background-image: url('../images/mob-img4.1.1.png');
}

.block9__top ul li.list__item2 {
    background-image: url('../images/mob-img4.1.2.png');
}

.block9__top ul li.list__item3 {
    background-image: url('../images/mob-img4.1.3.png');
}

.block9__top ul li.list__item4 {
    background-image: url('../images/mob-img4.1.4.png');
}

.block9__bottom ul li {
    color: #ffffff;
    font: 400 89%/150% "Roboto Condensed", sans-serif;
    vertical-align: top;
    width: 49%;
    text-align: center;
    padding: 175px 0 20px 0;
    background-position: center 0;
    background-repeat: no-repeat;
    margin-bottom: 10px;
}

/* block9 */

/* block10 */
.block10 {
    position: relative;
    z-index: 3;
	 background: #e54608;
	 padding-top: 20px;
}

.block10 .wrapper::before {
    /*content: '';*/
    /*position: absolute;*/
    /*width: 90%;*/
    /*height: 292px;*/
    /*top: -250px;*/
    /*left: 10px;*/
    /*background-size: 100%;*/
}

#cert_der {
    position: relative;
    display: block;
    margin: 0 auto;
    width: 100%;
	 max-width: 460px;
	 text-align: center;
}

#cert_der img {
	max-width: 220px;
    width: 100%;
}

.block10 .block10__bg {
    background: #e8ffc1;
}

.block10__price {
    text-align: center;
    font: 400 100%/150% "Roboto Condensed", sans-serif;
    padding: 20px 0 5px;
    vertical-align: top;
}

.block10__price .oldprice {
    display: inline-block;
    vertical-align: middle;
    width: 130px;
    color: #e54608;
    text-decoration: line-through;
}

.block10__price .newprice {
    display: inline-block;
    vertical-align: middle;
    color: #ffffff;
    background: transparent url('../images/img1.1.png') 0 0 no-repeat;
    width: 123px;
    height: 46px;
    line-height: 46px;
    margin: 0 auto;
}

.block10__last {
    color: #000000;
    font-size: 30px;
    line-height: 1.2;
    text-align: center;
    padding-bottom: 10px;
}

.block10__title {
    color: #e54608;
    font: normal 130%/115% "Roboto Condensed", sans-serif;
    padding: 0;
    text-align: center;
    text-transform: inherit;
}

/* block10 */
/* block12 */
.block12 {
    background: #e54608;
    padding: 0 0 10px 0;

}

.block-form {
}

.block10-btn {
    background: url("../images/btn.png") no-repeat left 0 transparent;
    width: 90%;
    height: 50px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    border: none;
    text-align: center;
    color: #fff;
    font: 400 24px/2 "Roboto Condensed", sans-serif;
    text-transform: uppercase;
    margin-right: 23px;
    position: relative;
    padding: 0 0 10px;
    padding-left: 23px;
    margin-right: 23px !important;
    outline: none;
}

.block10-btn::before {
    content: '';
    position: absolute;
    background: url("../images/btn.png") no-repeat right bottom transparent;
    width: 23px;
    height: 50px;
    right: -23px;
    top: 0;
}

.form-horizontal {
    margin: 0 0 0 0;
    background: #FFFFFF;
    padding: 20px;

}

.form-horizontal .row {
    margin-bottom: 20px;
}

.form-horizontal .row:last-child {
    margin-bottom: 0;
    text-align: center;
}

.form-horizontal .row select.label0 {
    width: 100%;
    color: #568628;
    line-height: 180%;
    height: 40px;
    background: url("../images/icon-geo.png") no-repeat 10px center #ffffff;
}

.form-horizontal .row select {
    padding-right: 0!important;
    background: url("../images/sel2.png")no-repeat 98% 18px;
}

.form-horizontal .row input[name="name"] {
    background: url("../images/icon-user.png") no-repeat 10px center #ffffff;
}

.form-horizontal .row input[name="phone"] {
    background: url("../images/icon-phone.png") no-repeat 10px center #ffffff;
}

.form-horizontal .row select,
.form-horizontal .row input[type="text"] {
    width: 100%;
    height: 40px;
    padding: 5px 40px;
    border: 1px solid #568628;
    display: block;
    box-sizing: border-box;
    color: #568628;
}

.form-horizontal .row select {
    padding-left: 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.form-horizontal .row label {
    display: block;
    color: #568628;
    font: 400 100%/1 "Roboto Condensed", sans-serif;
    padding-bottom: 10px;
    text-align: left;
    text-transform: uppercase;
}

.form-horizontal .row label small {
    float: right;
    color: #568628;
    font: italic 70% "Roboto Condensed", sans-serif;
    text-transform: capitalize;
}

.form-horizontal .row-submit {
}

.row-submit button:active,
.row-submit button:focus,
.row-submit button:hover,
.row-submit button {
    vertical-align: top;
    margin: 0;
    text-transform: uppercase;
}

.row-submit span.itog {
    color: #5d2315;
    font-style: italic;
    font-size: 75%;
    display: inline-block;
    vertical-align: middle;
    float: right;
    line-height: 75%;
}

.pricesBox,
.pricesBox2 {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    color: #568628;
    margin-bottom: 20px;
}

.shipment_price, .total_price {
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    color: #568628;
}

.shipment_price {
    font-size: 14px;
    margin: 10px 0 0 0;
}

.total_price {
    font-size: 20px;
    margin-bottom: 20px;
}

.total_price span {
    color: #e54608;
}

/* block10 */
/* block11 */

.block11 {
    /*background: #b7064d;*/
    padding: 20px 0;
    /*color: #fa76ab;*/
    text-align: center;
    font: 300 90%/110% "Roboto Condensed", sans-serif;
}

.block11 .wrapper {
    width: 80%;
    margin: 0 auto;
}

/* block11 */

@media screen
and (min-width: 360px)
and (max-width: 470px) {
    .block3__price {
        display: block;
        width: 190px;
        margin: 20px auto 5px;
    }

    .block3__last div {
        display: inline-block;
    }

    .block3__last {
        width: 100%;
        text-align: center;
        font-size: 150%;
    }

    /*.block3 .block3__wrap::before{*/
    /*background-size: 85%;*/
    /*}*/
    .block10__price {
        font-size: 130%;
    }
}

@media screen
and (min-width: 360px)
and (max-width: 400px) {
    .block10 {
        /*padding-top: 200px;*/
    }

    .wrapper::before {
        top: -215px;
    }

    .form-horizontal .row label {
        font: 400 100%/1 "Roboto Condensed", sans-serif;
    }

    .form-horizontal .row label small {
        font: italic 80% "Roboto Condensed", sans-serif;
    }
}

@media screen
and (max-width: 360px) {
    .block3__price {
        display: block;
        width: 180px;
        margin: 20px auto 5px;
    }

    .block3__last div {
        display: inline-block;
    }

    .block3__last {
        width: 100%;
        text-align: center;
        font-size: 150%;
    }

    .block9__top ul li,
    .block9__bottom ul li {
        width: 100%;
        font-size: 135%;
    }

    .block10 {
        /*padding-top: 180px;*/
    }

    .block10 .wrapper::before {
        top: -200px;
    }

    /*.block3 .block3__wrap::before{*/
    /*background-size: 70%;*/
    /*}*/
    .block5 ul li {
        font-size: 100%;
        background-size: 45px;
        padding-left: 68px;
        min-height: 50px;
    }

    .block5 ul li img {
        width: 100%;
        height: auto;
    }

    .block5 ul li p {
        margin: 0;
        padding: 0 10px;
    }

    .block10__price {
        font-size: 150%;
    }

    .form-horizontal .row label {
        font: 400 120%/1 "Roboto Condensed", sans-serif;
    }

    .form-horizontal .row label small {
        font: italic 80% "Roboto Condensed", sans-serif;
    }
}

#logo_text {
    position: absolute;
    display: block;
    top: 88%;
    width: 44%;
    left: 0;
    color: white;
    font: 700 111% "Roboto Slab";
    text-align: center;
    line-height: 90%;
    letter-spacing: 1px;
}

#b2img_text {
    color: #9ede44;
    font: 400 120% "Roboto Condensed", sans-serif;
    text-transform: uppercase;
    margin-top: 5px;
    margin-bottom: 12px;
}

.green {
    padding-bottom: 0 !important;
}

.block2__img1 {
    position: relative;
    display: block;
    margin: 0 auto;
    width: 60%;
}

#b1p_red_txt {
    position: absolute;
    display: block;
    margin: auto;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    font: 700 22px "Roboto Condensed", sans-serif;
    color: white;
    width: 54px;
    height: 67%;
    padding-left: 7px;
}

.diag_text {
    position: absolute;
    display: block;
    font: 400 16px "Roboto Condensed", sans-serif;
    text-align: center;
    color: #2C4336;
    right: 6px;
    top: 124px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    line-height: 15px;
}

#b3_reduc {
    position: absolute;
    display: block;
    text-align: center;
    left: 0;
    top: -89px;
    font: 700 22px "Roboto Condensed", sans-serif;
    color: white;
    background: transparent url('../images/img3.1.png') 0 0 no-repeat;
    width: 96px;
    height: 96px;
    -webkit-background-size: contain;
    background-size: contain;
    line-height: 96px;
}

#cd_text {
    position: absolute;
    display: block;
    margin: auto;
    font: 700 130% "Roboto Condensed", sans-serif;
    color: white;
    background: url("../images/img3.1.png") no-repeat center center;
    -webkit-background-size: contain;
    background-size: contain;
    width: 26%;
    height: 119px;
    bottom: 0%;
    left: 15%;
    text-align: center;
    line-height: 119px;
}

.img_wrapper {
    box-sizing: border-box;
    position: relative;
    width: 290px;
    background: #fff;
    border-radius: 15px;
    margin: 0 auto 20px;
    padding: 5px 0 10px;
}

.img_wrapper:before {
    content: '';
    position: absolute;
    width: 70px;
    height: 28px;
    bottom: -19px;
    left: 40%;
    background: url("../images/poeb_komm.png") no-repeat center;
}

.img_wrapper img {
    width: 280px;
    display: block;
    margin: 0 auto;
    border-radius: 10px;
}

.times {
    display: block;
    position: absolute;
    width: 103px;
    height: 102px;
    bottom: 5px;
    right: 5px;
    margin: 0;
    background: url("../images/name_komm.png") no-repeat center;
}

.times span {
    position: absolute;
    bottom: 25px;
    right: 5px;
    font-size: 18px;
    -moz-transform: rotate(-47deg);
    -ms-transform: rotate(-47deg);
    -webkit-transform: rotate(-47deg);
    -o-transform: rotate(-47deg);
    transform: rotate(-47deg);
}

#prod_conf {
    position: absolute;
    display: block;
    background: url("../images/mob-img4.2.png") no-repeat center center;
    width: 136px;
    height: 98px;
    font: 700 17px "Roboto Condensed", sans-serif;
    text-transform: uppercase;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 3px;
    left: 22%;
    -webkit-transform: rotate(-16deg);
    -moz-transform: rotate(-16deg);
    -ms-transform: rotate(-16deg);
    -o-transform: rotate(-16deg);
    transform: rotate(-16deg);
}

#prod_conf:after {
    content: '';
    position: relative;
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}

#prod_conf b {
    position: relative;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    width: 96%;
    height: 35px;
    line-height: 42px;
    color: rgba(59, 105, 102, 0.81);
}
