body {
    width: 100%;
    position: relative;
    margin: 0 auto;
    padding: 0;
    color: #777
}

.basket_button,
.basket_button span,
button,
input[type=button],
input[type=submit] {
    text-transform: none;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    outline: 0
}
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #4f4f4f;
    font-size: 12px;
    line-height: 17px;
}

h1 {
    /* font-size: .8em;
    line-height: 36px; */
    font-size: 12px;
    line-height: 17px;
    text-transform: uppercase;
    font-weight: bold;
}

h2 {
    /* font-size: 1.867em;
    line-height: 28px;
    margin: 31px 0 23px */
    font-size: 12px;
    line-height: 17px;
    text-transform: uppercase;
    margin: 24px 0 12px;
    font-weight: bold;
}

h3 {
    /* font-size: 1.6em;
    line-height: 24px;
    margin: 33px 0 25px */
    font-size: 12px;
    line-height: 17px;
    text-transform: uppercase;
    margin: 24px 0 12px;
    font-weight: bold;
}

h4 {
    /* font-size: 1.333em;
    line-height: 20px;
    margin: 36px 0 26px */
    font-size: 12px;
    line-height: 17px;
    text-transform: uppercase;
    margin: 24px 0 12px;
    font-weight: bold;
}

h5 {
    font-size: 1.2em;
    line-height: 22px;
    margin: 37px 0 26px
}

h6 {
    font-size: 1.066em;
    line-height: 22px;
    margin: 37px 0 27px
}

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.126em
}

h1.shifted {
    padding-right: 200px
}

h1.spaced,
h2.spaced,
h3.spaced,
h4.spaced,
h5.spaced,
h6.spaced {
    margin-top: 50px
}

h1.no-top-space,
h2.no-top-space,
h3.no-top-space,
h4.no-top-space,
h5.no-top-space,
h6.no-top-space {
    margin-top: 0
}

h1.no-bottom-space,
h2.no-bottom-space,
h3.no-bottom-space,
h4.no-bottom-space,
h5.no-bottom-space,
h6.no-bottom-space {
    margin-bottom: 0
}

h1.more-spaced,
h2.more-spaced,
h3.more-spaced,
h4.more-spaced,
h5.more-spaced,
h6.more-spaced {
    margin-top: 64px
}

h1.bottom-spaced,
h2.bottom-spaced,
h3.bottom-spaced,
h4.bottom-spaced,
h5.bottom-spaced,
h6.bottom-spaced {
    margin-bottom: 36px
}

img {
    border: 0
}

blockquote {
    color: #4f4f4f;
    /* margin: 43px 0 45px;
    min-height: 40px;
    padding: 2px 20px 2px 37px; */
    min-height: 24px;
    min-height: 30px;
    padding: 12px 12px 12px 24px;
    margin: 12px 0;
    position: relative;
    vertical-align: middle;
    border: none;
    font-weight: 700;

}

blockquote:before {
    bottom: 5px;
    content: " ";
    display: block;
    left: 0;
    position: absolute;
    top: 5px;
    width: 2px;
    background-color: #ddd
}

hr {
    border: 0;
    height: 1px;
    margin: 20px 0;
    background: #f0f0f0
}

hr.long {
    margin: 35px 0 30px
}

p {
    margin: 12px 0;
    font-size: 12px;
    line-height: 17px;
}

.popup p {
    margin: 25px 0
}

table {
    border-collapse: collapse
}

.introtext {
    font-size: 1.1333em;
    line-height: 1.6471em;
    color: #4f4f4f;
    margin: 42px 0 34px
}

.introtext:first-of-type,
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child,
p:first-of-type {
    margin-top: 0
}

ul {
    padding: 0;
    /* margin: 26px 0 36px */
    margin: 12px 0 24px;
}

ol {
    margin: 26px 0 36px 23px
}

ol>li {
    margin: 8px 0 0;
    padding: 0 0 0 2px
}

ol>li:first-of-type {
    margin-top: 0
}

ul>li {
    /* margin: 8px 0 0 21px; */
    list-style-type: none;
    position: relative;
    font-size: 12px;
    line-height: 17px;
    margin: 8px 0 0 24px;
}

ul>li:first-of-type {
    margin-top: 0
}

ul ul {
    margin-left: 20px
}

ol ol {
    margin-left: 20px
}

ul:not([id*=bx_])>li:before {
    content: "\2014";
    margin: 0 7px 0 -21px
}

ul.list-unstyled li {
    padding-left: 0;
    margin-bottom: 0
}

ul.list-unstyled li:before {
    display: none
}

.margin0 {
    margin-left: 0 !important;
    margin-right: 0 !important
}

.row.margin0>div[class*=col-] {
    padding: 0;
    margin: 0 0 -1px -1px
}

.nopadding {
    padding: 0 !important
}

.nopadding_left {
    padding-left: 0 !important
}

.nopadding_right {
    padding-right: 0 !important
}

.nopadding_top {
    padding-top: 0 !important
}

.nopadding_bottom {
    padding-bottom: 0 !important
}

.table-no-border {
    border-width: 0;
    border-collapse: collapse
}

.table-no-border td {
    padding: 0
}

.noborder {
    border-width: 0 !important
}

.opacity1 {
    opacity: 1 !important
}

.muted {
    color: #626262
}

.muted svg path {
    fill: #626262
}

.muted888 {
    color: #888
}

.muted777 {
    color: #777
}

.darken {
    color: #4f4f4f
}

.black {
    color: #222
}

.rounded,
.rounded.darken-bg-animate:after,
.rounded.darken-bg-animate:before {
    border-radius: 100%
}

.rounded1,
.rounded1.darken-bg-animate:after,
.rounded1.darken-bg-animate:before {
    border-radius: 1px
}

.rounded2,
.rounded2.darken-bg-animate:after,
.rounded2.darken-bg-animate:before {
    border-radius: 2px
}

.rounded3,
.rounded3.darken-bg-animate:after,
.rounded3.darken-bg-animate:before {
    border-radius: 3px
}

.rounded4,
.rounded4.darken-bg-animate:after,
.rounded4.darken-bg-animate:before {
    border-radius: 4px
}

.rounded0,
.rounded0.darken-bg-animate:after,
.rounded0.darken-bg-animate:before {
    border-radius: 0
}

.bordered {
    border: 1px solid #ececec
}

.bordered-bottom {
    border-bottom: 1px solid #ececec
}

.box-shadow,
.box-shadow-sm {
    transition: transform ease .2s, box-shadow ease .2s
}

.bg-fill-white {
    background: #fff
}

.bg-fill-grey {
    transition: background ease .2s, transform ease .2s, box-shadow ease .2s;
    background: #f5f5f5
}

.bg-fill-grey:hover {
    background: #fff
}

.bg-fill-grey2 {
    background: #f3f3f3;
    transition: background ease .2s
}

.bg-fill-grey2:hover {
    background: #fff
}

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

.bordered-block {
    border: 1px solid #eee
}

.dotted {
    border-bottom: 1px dotted;
    cursor: pointer
}

.margin-10 {
    margin: 0 -10px
}

.margin-10>div {
    padding: 0 10px
}

.svg-opacity-01 {
    opacity: .1
}

.mg-t-0 {
    margin-top: 0
}

.mg-b-0 {
    margin-bottom: 0
}

.mg-l-0 {
    margin-left: 0
}

.mg-r-0 {
    margin-right: 0
}

body .n-mb>div {
    margin-bottom: 0
}

.darken-bg-animate {
    position: relative
}

.darken-bg-animate:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 40%;
    transition: opacity .3s ease;
    -moz-transition: opacity .3s ease;
    -ms-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    -webkit-transition: opacity .3s ease;
    z-index: 1;
    background: -moz-linear-gradient(90deg, rgba(0, 0, 0) 0, rgba(0, 0, 0, .5) 100%);
    background: -webkit-linear-gradient(90deg, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .5) 100%);
    background: -o-linear-gradient(90deg, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .5) 100%);
    background: -ms-linear-gradient(90deg, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .5) 100%);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .5) 100%)
}

.darken-bg-animate:hover:after,
.item:hover .darken-bg-animate:after {
    opacity: 0
}

.darken-bg-animate:before {
    opacity: 0;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: rgba(255, 255, 255, .25);
    transition: opacity .3s ease;
    -moz-transition: opacity .3s ease;
    -ms-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    -webkit-transition: opacity .3s ease;
    z-index: 11
}

.darken-bg-animate:hover:before,
.item:hover .darken-bg-animate:before {
    opacity: 1
}

.bg-fon-img {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    display: block
}

.bg-img {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

.border_block_wide {
    border: 1px solid #e5e5e5;
    padding: 9px 38px 34px
}

.border_block_wide .props_list {
    width: 100%
}

.border_block_wide .props_list td:first-child {
    font-size: 14px
}

.border_block_wide .props_list td:first-child .txt {
    padding-right: 28px
}

.border_block_wide .props_list td:last-child {
    font-size: 16px;
    font-weight: 700
}

.border_block_wide .props_list td:last-child .txt {
    padding-left: 29px
}

.border_block_wide .props_list td .txt {
    padding-left: 14px
}

.border_block_wide .props_list td {
    padding-top: 6px
}

table.props_list {
    border-collapse: collapse;
    border: 0;
    table-layout: fixed
}

table.table td {
    padding: 10px
}

table[data-bx-no-border="Y"] td {
    border: 0;
    border-bottom: 1px dotted #c3c3c3
}

.props_list td {
    text-align: right;
    padding: 2px 0 2px 10px;
    font-size: 13px
}

.border_block_wide .props_list td {
    border-bottom: 1px dotted #c3c3c3
}

.props_list td>.txt,
.props_list td>span {
    position: relative;
    background: #fff;
    padding: 0;
    display: inline-block;
    color: #666
}

.border_block_wide .props_list td>.txt,
.border_block_wide .props_list td>span {
    bottom: -11px;
    background: #fff;
    padding: 0 0 0 10px;
    display: inline-block
}

.props_list tr td:first-child {
    text-align: left;
    padding-right: 10px;
    padding-left: 0
}

.props_list tr td:first-child>.txt,
.props_list tr td:first-child>span {
    padding-right: 12px;
    position: relative
}

.props_list tr td:first-child>span.whint {
    padding-right: 32px
}

.border_block_wide .props_list tr td:first-child>.txt:before,
.border_block_wide .props_list tr td:first-child>span:before {
    content: "";
    display: block;
    position: absolute;
    background: #ddd;
    left: 1px;
    top: 10px;
    width: 2px;
    height: 2px
}

.props_list tr td:first-child>.txt:before {
    top: 9px;
    width: 3px;
    height: 3px
}

.tizer_bold_text {
    font-weight: 600;
    font-size: 18px
}

.tizer_text {
    font-size: 16px
}

.styled-block {
    border-left: 2px solid;
    background: #f5f5f5;
    color: #555;
    margin-bottom: 40px;
    clear: both;
    margin-top: 30px;
    padding: 37px 50px;
    font-size: 15px
}

.order-block .row>div {
    text-align: center;
    padding: 41px 0 40px;
    min-height: 83px
}

.order-block td {
    padding: 41px 0
}

.order-block .btn {
    margin: 0
}

.order-block .text h1,
.order-block .text h2,
.order-block .text h3,
.order-block .text h4,
.order-block .text h5,
.order-block .text h6 {
    color: #4f4f4f;
    margin-bottom: 5px;
    margin-top: 0
}

.order-block .row>div,
.styled-block .row>div {
    display: table-cell;
    vertical-align: middle
}

.order-block .row>vib.col-md-3,
.styled-block .row>div.col-md-3 {
    text-align: center
}

.order-block .row>vib.col-md-3 .btn,
.styled-block .row>div.col-md-3 .btn {
    position: relative;
    margin: 0
}

.order-block.noicons .text:before {
    display: none
}

.order-block.noicons .text {
    min-height: auto;
    padding-left: 30px
}

.order-block.noicons td {
    vertical-align: middle
}

.btn-inline {
    cursor: pointer;
    white-space: nowrap
}

.btn-inline i {
    margin: 0 14px
}

.btn-inline.rounded i {
    margin: 0 8px;
    border-radius: 50%;
    width: 18px;
    text-align: center;
    height: 18px;
    line-height: 18px;
    position: relative;
    top: 1px
}

.btn-inline.rounded i:before {
    margin-left: 1px
}

.bx-firefox .btn-inline.rounded i:before {
    margin-left: 0
}

.btn-inline.rounded:hover i {
    color: #fff;
    background: #ccc
}

.btn-inline:hover {
    color: #222
}

.btn-inline.sm {
    font-size: .867em
}

.btn-inline.sm i {
    margin: 0 12px
}

.btn-inline.sm.rounded i {
    margin: 0 6px
}

.btn-inline.xs {
    font-size: .733em
}

.btn-inline.xs i {
    margin: 0 10px
}

.btn-inline.xs.rounded i {
    margin: 0 4px
}

.btn-inline.black {
    color: #222
}

.btn-inline.darken {
    color: #4f4f4f
}

.fa.big-icon {
    height: 54px;
    width: 54px;
    line-height: 54px;
    font-size: 29px;
    border-radius: 50%;
    background: #666;
    color: #fff;
    text-align: center
}

.fa.big-icon.grey {
    color: #222
}

.fa.big-icon.s50 {
    height: 50px;
    width: 50px;
    line-height: 50px;
    font-size: 29px
}

.fa.big-icon.s45 {
    height: 45px;
    width: 45px;
    line-height: 45px;
    font-size: 25px
}

.fa.big-icon.s40 {
    height: 40px;
    width: 40px;
    line-height: 40px;
    font-size: 22px
}

.fa.big-icon.s35 {
    height: 35px;
    width: 35px;
    line-height: 35px;
    font-size: 19px
}

.fa.big-icon.s30 {
    height: 30px;
    width: 30px;
    line-height: 30px;
    font-size: 17px
}

.fa.big-icon.s25 {
    height: 25px;
    width: 25px;
    line-height: 25px;
    font-size: 13px
}

.icon-text {
    padding: 0 20px;
    height: 54px;
    line-height: 54px;
    display: inline-block;
    border-radius: 27px;
    white-space: nowrap
}

.icon-text .fa {
    font-size: 30px;
    margin-top: -7px;
    vertical-align: middle;
    margin-right: 10px
}

a.icon-text:hover {
    color: #fff;
    text-decoration: underline
}

a.icon-text:focus {
    color: #fff
}

.icon-text.s50 {
    padding: 0 18px;
    height: 50px;
    line-height: 50px
}

.icon-text.s50 .fa {
    margin-top: -2px;
    font-size: 26px;
    margin-right: 6px
}

.icon-text.s45 {
    height: 45px;
    line-height: 45px
}

.icon-text.s45 .fa {
    margin-top: -2px;
    font-size: 22px;
    margin-right: 4px
}

.icon-text.s40 {
    padding: 0 16px;
    height: 40px;
    line-height: 40px
}

.icon-text.s40 .fa {
    font-size: 22px;
    margin-top: -4px;
    margin-right: 4px
}

.icon-text.s35 {
    padding: 0 14px;
    height: 35px;
    line-height: 33px
}

.icon-text.s35 .fa {
    margin-top: 0;
    font-size: 18px;
    margin-right: 4px
}

.icon-text.s30 {
    padding: 0 12px;
    height: 30px;
    line-height: 30px;
    font-size: 13px;
    line-height: 29px
}

.icon-text.s30 .fa {
    margin-top: 0;
    font-size: 15px;
    margin-right: 2px;
    line-height: 13px
}

.icon-text.s25 {
    padding: 0 9px;
    height: 25px;
    font-size: 13px;
    line-height: 24px
}

.icon-text.s25 .fa {
    margin-top: 0;
    font-size: 14px;
    margin-right: 2px;
    line-height: 13px
}

.icon-text.s20 {
    padding: 0 8px;
    height: 20px;
    font-size: 17px;
    line-height: 20px
}

.icon-text.s20 .fa {
    margin-top: 0;
    font-size: 20px;
    margin-right: 2px;
    line-height: 20px
}

.btn {
    font-size: 12px;
    line-height: 17px;
    font-weight: 400;
    text-transform: uppercase;
    text-decoration: none;
    margin: 0;
    border: 1px solid;
    letter-spacing: .8px;
    border-radius: 2px;
    padding: 12px 21px 11px;
    overflow: hidden;
    transition: background-color .3s ease;
    -moz-transition: background-color .3s ease;
    -ms-transition: background-color .3s ease;
    -o-transition: background-color .3s ease;
    -webkit-transition: background-color .3s ease
}

.btn.btn-default {
    color: #ffffff !important;
}

.more_page_buttons_block .btn {
    margin: 0 10px 10px 0
}

.btn.bold {
    font-weight: 700
}

.btn>* {
    -moz-transition: background-color .3s;
    -ms-transition: background-color .3s;
    -o-transition: background-color .3s;
    -webkit-transition: background-color .3s;
    transition: background-color .3s
}

.btn-lg {
    padding: 16px 26px 16px
}

.btn-exlg {
    padding: 20px 30px 19px
}

.btn-sm {
    padding: 10px 18px 9px;
    font-size: 10px
}

.btn.btn-sm {
    font-weight: 400
}

.btn-xs {
    font-size: 10px;
    line-height: 12px;
    padding: 10px 14px 8px
}

.btn.btn-xs {
    font-weight: 400
}

.btn.disabled,
.btn[disabled] {
    background: 0 0 !important;
    border: 1px solid #bbb !important;
    color: #bbb !important
}

.btn.disabled>*,
.btn[disabled]>* {
    background: 0 0 !important;
    border: none !important;
    color: #bbb !important
}

.btn-lg.disabled,
.btn-lg[disabled] {
    border-width: 2px
}

.btn-icon i {
    margin-right: 10px
}

.btn-icon-right i {
    margin-right: 0;
    margin-left: 10px
}

.btn-default.wc {
    padding: 0 !important;
    font-size: 0
}

.btn-default.wc .fa {
    display: inline-block;
    height: 31px;
    line-height: 32px;
    vertical-align: top;
    width: 32px;
    zoom: 1;
    font-size: 13px
}

.btn-default.wc span {
    display: inline-block;
    padding: 6px 12px 5px 0;
    line-height: 19px;
    vertical-align: top;
    zoom: 1;
    font-size: 13px
}

.btn-default.btn-xs.wc .fa {
    width: 25px;
    height: 26px;
    line-height: 27px;
    font-size: 14px;
    font-weight: 700
}

.btn-default.btn-xs.wc span {
    line-height: 16px;
    padding: 5px 10px 4px 0;
    font-size: 11px
}

.btn-default.wc.vert {
    background: 0 0;
    border: none;
    padding: 0;
    min-width: 100px;
    width: 100%
}

.btn-default.wc.vert .fa {
    background-color: #cdd8dd;
    border: none;
    display: block;
    height: 70px;
    line-height: 70px;
    vertical-align: top;
    font-size: 39px;
    border-radius: 1px 1px 0 0;
    width: 100%
}

.btn-default.wc.vert span {
    color: #1d2029;
    background: #dfeaed;
    border-bottom: 1px solid #c8d2d5;
    border-top: 1px solid #eaf1f3;
    display: block;
    padding: 10px 12px 10px;
    line-height: 16px;
    font-size: 13px;
    font-weight: 700;
    border-radius: 0 0 1px 1px;
    white-space: normal;
    text-shadow: none
}

.btn-default.wc.vert:hover span {
    background: #cdd8dd;
    border-bottom: 1px solid #b8c2c6;
    border-top: 1px solid #dde5e8
}

.btn.btn-responsive-nav {
    color: #fff;
    padding: 5px 8px 3px;
    margin: 0;
    border: medium none
}

.btn.btn-responsive-nav .fa {
    font-size: 21px
}

.btn.btn-transparent-border {
    border: 1px solid rgba(243, 243, 243, .4);
    color: #fff
}

.btn.btn-transparent-border-color {
    background: 0 0
}

.btn.white.grey {
    color: #888 !important;
    border: 1px solid #eee;
    background: #fff
}

.btn.btn-default.white.white-border:not(:hover) {
    color: #4f4f4f !important;
    border: 1px solid #fff;
    background: #fff
}

.in-cart,
.in-subscribe,
.to-order,
.to-subscribe {
    display: block
}

.btn.btn-default:focus:active {
    color: #fff
}

.btn.btn-default.transparent.white:not(:hover) {
    background: 0 0
}

.btn-wide {
    display: block
}

.btn.btn-transparent-border:hover {
    color: #fff
}

.btn.btn-transparent-border-color:hover {
    color: #fff
}

.btn.btn-transparent-border-color:hover svg path {
    fill: #fff
}

.btn:active,
.btn:focus,
.btn:hover {
    outline: 0
}

.btn.btn-default:active:hover {
    color: #fff
}

.font_exlg {
    font-size: 1.6em;
    line-height: 1.25em
}

.font_lg {
    font-size: 1.3333em;
    line-height: 1.4em
}

.font_mlg {
    font-size: 1.2em;
    line-height: 1.454em
}

.font_mxs {
    font-size: 1.133em;
    line-height: 1.454em
}

.font_md {
    font-size: 1.0667em;
    line-height: 1.5625em
}

.font_sm {
    font-size: .933em;
    line-height: 1.501em
}

.font_xs {
    font-size: .867em;
    line-height: 1.692em
}

.font_sxs {
    font-size: .8em;
    line-height: 1.692em
}

.font_xxs {
    font-size: .733em;
    line-height: 1.273em
}

.font_xxss {
    font-size: .667em;
    line-height: 1.3em
}

.font_upper_md {
    font-size: .733em;
    line-height: 1.3em;
    text-transform: uppercase;
    letter-spacing: .8px
}

.font_upper {
    font-size: .667em;
    line-height: 1.3em;
    text-transform: uppercase;
    letter-spacing: .8px
}

.font_upper_xs {
    font-size: .6em;
    line-height: 1.3em;
    text-transform: uppercase;
    letter-spacing: .8px
}

.font-bold {
    font-weight: 700
}

.text-upper {
    text-transform: uppercase;
    letter-spacing: .8px
}

.line-h-165 {
    line-height: 1.65em
}

blockquote p {
    /* font-size: 1.2em;
    line-height: 1.5em; */
    font-size: 12px;
    line-height: 17px;
    text-transform: uppercase;
}

.removed-4 {
    display: none !important;
}

@media (max-width: 767.98px) {
    .font_xs {
        font-size: 12px;
        line-height: 17px;
    }
}