/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/**
Section named as xs
 */
/**
## Typography
styles for default html tag s and similar classes
*/
/** tpg_tags xs */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  background-color: #f3f3f3;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  color: #151515;
  line-height: 1.5;
}

h1, h2, h3, h4, h5, h6,
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: #151515;
}

h1 {
  font-size: 24px;
  margin: 0.67em 0;
}

h2 {
  font-size: 20px;
  margin: 0.67em 0;
}

h3 {
  font-size: 18px;
  margin: 0.67em 0;
}

h4 {
  font-size: 16px;
  margin: 0.67em 0;
}

h5 {
  margin: 0.67em 0;
}

h6 {
  margin: 0.67em 0;
}

p {
  margin: 10px 0;
}

a {
  color: #f5d40e;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

input,
input[type=text],
input[type=email],
input[type=number],
input[type=tel],
input[type=search],
input[type=password],
input[type=time],
input[type=date],
input[type=datetime],
input[type=datetime-local],
input[type=color],
select,
textarea {
  color: #151515;
  border: 1px solid #bbb;
  padding: 5px 10px;
  background-color: #fff;
}

button,
input[type=submit] {
  background-color: #ccc;
  border: 1px solid #bbb;
}

legend {
  font-size: 14px;
  color: #151515;
}

fieldset {
  border: 1px solid #bbb;
}

table {
  width: 100%;
  border-collapse: collapse;
}

td,
th {
  border: none;
  padding: 5px;
}

/** tpg_texts xs */
.error {
  color: #E40329;
  font-size: 16px;
  font-weight: 700;
}

.testimonials-spelling {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 15px;
}

.testimonial {
  border-top: 1px dashed #f5d40e;
  padding: 15px 0;
}
.testimonial:nth-child(2) {
  border-top: none;
}
.testimonial .test-author {
  font-weight: 700;
}

.page-product .page-title {
  margin-top: 0;
}

/**
## helpers
*/
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

/**
## common
universal classes what can be used every where on site
*/
/*
    structure
    styles for main page construction
*/
/** _str_base xs */
main {
  background-color: #fff;
  padding: 15px;
  margin-bottom: 15px;
}

.site {
  margin: 0 auto;
  min-width: 320px;
  max-width: 1200px;
  padding: 0 15px;
}
.site .site {
  padding: 0;
}

.site-middle {
  padding-top: 10px;
  background: url("../img/main-bg.png") no-repeat top center;
}

.spms-container {
  position: relative;
  top: 104px;
}

/** _str_aside xs */
/** _str_site-header xs */
.site-header .logo {
  display: block;
  outline: none;
}
.site-header .logo-img {
  display: none;
}
.site-header .settings {
  min-height: 44px;
}
.site-header .smart-cart-box {
  background-color: #151515;
  cursor: pointer;
  position: relative;
  float: right;
  width: 63px;
  min-height: inherit;
  padding-left: 62px;
  padding-top: 8px;
}
.site-header .smart-cart-box .icon {
  width: 35px;
  height: 35px;
  position: relative;
  display: inline-block;
  border-radius: 50%;
  background-color: #2a2a2a;
  position: absolute;
  top: 5px;
  left: 13px;
}
.site-header .smart-cart-box .icon:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.site-header .smart-cart-box .icon .count {
  position: absolute;
  top: 0;
  right: 0;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  text-align: center;
  font-size: 12px;
  line-height: 15px;
  color: #fff;
  background-color: #f5d40e;
}
.site-header .smart-cart {
  position: relative;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
}
.smart-cart-ordered {
  position: absolute;
  top: 100%;
  right: 0;
  width: 252px;
  display: none;
  background-color: #f5d40e;
  padding: 10px;
  z-index: 100000;
}
.smart-cart-ordered.active {
  display: block;
}

.smart-cart-total .btn.btn-acc.btn-checkout {
    background-color: #fff;
}

.smart-cart-ordered .list-menu-items {
  background-color: #fff;
  overflow: hidden;
  margin-bottom: 10px;
}
.smart-cart-ordered .list-menu-items .view {
  display: block;
  width: 75px;
  height: auto;
  padding: 3px;
  float: left;
}
.smart-cart-ordered .list-menu-items .body {
  margin-left: 80px;
}
.smart-cart-ordered .total-ordered {
  text-align: center;
}
.smart-cart-ordered .total-ordered .total .amount,
.smart-cart-ordered .total-ordered .total .price {
  display: inline-block;
  vertical-align: middle;
}

.site-header .cart-title {
  color: #a6a6b2;
  line-height: 1em;
  /*margin-top: 10px;*/
}
/*.cart-title.active{
   margin-top: 0px;
}*/

.site-header .cart-info {
  color: #fff;
  font-weight: 700;
/*  display: none;*/
}
/*.cart-info.active{
  display: block;
}*/

.site-header .btn-menu {
  position: absolute;
  left: 20px;
  top: -10px;
  background-color: #151515;
  width: 50px;
  height: 50px;
}
.site-header .btn-menu.xs.active .btn-inner {
  transform: rotate(45deg);
}
.site-header .btn-menu.xs.active span:nth-child(1) {
  top: 8px;
}
.site-header .btn-menu.xs.active span:nth-child(2) {
  transform: rotate(-90deg);
}
.site-header .btn-menu.xs.active span:nth-child(3) {
  display: none;
}
.site-header .btn-inner {
  width: 30px;
  height: 22px;
  position: absolute;
  top: 4px;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  cursor: pointer;
  transition: all linear 0.3s;
  z-index: 991;
}
.site-header .btn-inner span {
  display: block;
  width: 100%;
  height: 4px;
  border-radius: 2px;
  background-color: #f5d40e;
  margin-bottom: 4px;
  position: relative;
  transition: all linear 0.3s;
}
.site-header .btn-inner span:last-child {
  width: 22px;
}
.site-header .input-search {
  height: 40px;
  background-color: #fff;
  border-radius: 20px;
  border: none;
  width: 56px;
  overflow: hidden;
  outline: none;
}

.form-header-search {
  position: relative;
}

.search {
  position: relative;
  z-index: 1100;
}

.search_list_k{
    max-height: 400px;
    overflow: auto;
}
.search_list_k a img{
    /*display: inline-block;*/
    margin-right: -5px;
    padding: 5px;
    transition: all .25s;

    display: none;
}
.search_list_k a{
    /*display: inline-block;*/
    color: #000;
    /*padding: 5px 5px;*/
    text-decoration: none;

    display: block;
}
.search_list_item_link{
    /*width: 120px;*/
    height: 100%;
    /*text-align: center;*/
    /*vertical-align: top;*/
    width: auto;
    text-align: left;
    padding: 5px 25px;
    border-top: 1px dashed #dadada;
}
.search_list_k{
     /*position:absolute;*/
     /*width:38.9%;*/
     /*top:310px;*/
     background: #FFF;
     z-index: 110;
     /*left: 454px;*/
     border-radius: 20px 20px 2px 2px;
     padding-top: 40px;
}
.search_list{
    /*background: rgba(0, 0, 0, 0.5);*/
    /*position:fixed;*/
    height: 100%;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0; 
    z-index: 1000;

    position: absolute;
}
.search_list_wrap {
  max-height: 400px;
  overflow: hidden;
  border-radius: 20px;
  -webkit-box-shadow: 1px 1px 2px rgba(0,0,0,.5);
  box-shadow: 1px 1px 2px rgba(0,0,0,.5);
}




.btn-submit {
  position: absolute;
  top: 0;
  right: 0;
}

.switchers {
  font-size: 0;
}

.switchers-item {
  display: inline-block;
  vertical-align: middle;
  border-left: 1px solid #c1c1cc;
  font-size: 14px;
  padding-top: 12px;
  padding-bottom: 11px;
  padding-left: 20px;
  padding-right: 20px;
}

.sexy-select {
  position: relative;
  padding-right: 12px;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  color: #151515;
}
.sexy-select select {
  opacity: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  border: 0;
  height: 100%;
  width: 100%;
}
.sexy-select:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  border-color: #414f5c transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
}

.swipe-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 990;
  display: none;
  background-color: rgba(0, 0, 0, 0.8);
}
.swipe-overlay.active {
  display: block;
  top: 104px;
}

.top-line {
  background-color: #e4e4e8;
}

.header-content {
  background-color: #f5d40e;
}

.categories-menu .list-menu-item a {
  font-size: 12px;
  text-transform: uppercase;
  color: #151515;
  font-weight: 700;
  cursor: pointer;
}
.categories-menu .list-contacts {
  padding-left: 14px;
  padding-bottom: 5px;
  padding-top: 12px;
}
.categories-menu .list-contacts-item {
  margin-bottom: 21px;
}

.list-contacts .icon {
  position: relative;
  width: 28px;
  height: 28px;
  background-color: #f5d40e;
  border-radius: 50%;
  margin-right: 2px;
}
.list-contacts .icon:before {
  position: absolute;
  top: 6px;
  left: 6px;
}
.list-contacts .icon,
.list-contacts .phone-img {
  display: inline-block;
  vertical-align: bottom;
}
.list-contacts-item {
  display: inline-block;
  vertical-align: middle;
}

/** _str_site-footer xs */
.site-footer {
  background-color: #f3f3f3;
}
.site-footer .list-advantages {
  display: flex;
  justify-content: space-between;
  padding-top: 25px;
}
.site-footer .list-advantages-item {
  flex: 0 0 33.333%;
  text-align: center;
}
.site-footer .list-advantages-item .icon {
  display: block;
  border-radius: 50%;
  background-color: #151515;
  width: 48px;
  height: 48px;
  position: relative;
  margin: 0 auto 6px;
}
.site-footer .list-advantages-item .icon:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.site-footer .list-advantages-item .text-menu-item {
  color: #151515;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  width: 90%;
  display: inline-block;
  line-height: 1.25em;
}

.copyright,
.bookmarks {
  text-align: center;
}

.footer-content .list-menu-item a {
  font-size: 14px;
  color: #3d3d3d;
}
.footer-content .list-contacts-item span,
.footer-content .list-contacts-item img {
  display: inline-block;
  vertical-align: middle;
}
.footer-content .list-contacts-item img {
  margin-top: 3px;
}

.bottom-line-box {
  background-color: #151515;
}

.bottom-line {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.bottom-line-item {
  display: flex;
  align-items: center;
}

.accordeon-text {
  font-size: 20px;
}

.footer-logo {
  margin-right: 10px;
}

.copy {
  color: #a6a6b2;
  font-size: 12px;
}

.bookmarks .stButton {
  width: 18px !important;
}

.stButton .chicklets {
  height: 18px !important;
}

/** .col */
.col {
  float: left;
  box-sizing: border-box;
}

.col-1 {
  width: 8.3333333333%;
}

.col-2 {
  width: 16.6666666667%;
}

.col-3 {
  width: 25%;
}

.col-4 {
  width: 33.3333333333%;
}

.col-5 {
  width: 41.6666666667%;
}

.col-6 {
  width: 50%;
}

.col-7 {
  width: 58.3333333333%;
}

.col-8 {
  width: 66.6666666667%;
}

.col-9 {
  width: 75%;
}

.col-10 {
  width: 83.3333333333%;
}

.col-11 {
  width: 91.6666666667%;
}

.col-12 {
  width: 100%;
}

/** .col-flex */
.col-flex {
  display: flex;
  flex-flow: row wrap;
  align-items: stretch;
  box-sizing: border-box;
}

.col-flex.clearfix:before,
.col-flex.clearfix:after {
  display: none;
}

.col-flex-order-1 {
  order: 1;
}

.col-flex-order-2 {
  order: 2;
}

.col-flex-order-3 {
  order: 3;
}

.col-flex-order-4 {
  order: 4;
}

.col-flex-order-5 {
  order: 5;
}

.col-flex-order-6 {
  order: 6;
}

.col-flex-order-7 {
  order: 7;
}

.col-flex-order-8 {
  order: 8;
}

.col-flex-order-9 {
  order: 9;
}

.col-flex-order-10 {
  order: 10;
}

/*
    buttons
*/
/** btn xs */
.btn-offer, .btn {
  background-color: #f5d40e;
}

.btn-offer, .btn {
  text-align: center;
  outline: none;
  display: inline-block;
  cursor: pointer;
  font-weight: 700;
}

.btn {
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  border-radius: 18px;
  min-height: 36px;
  min-width: 124px;
  padding: 6px;
  color: #151515;
}
.btn.icon:before {
  margin-right: 8px;
}
.btn-add {
    transition: all linear 0.2s;
    max-height: 50px;
    margin-left: auto;
    height: auto;
    line-height: 1.3;
    float: right;
}

.btn-add:hover {
  background-color: #151515;
  color: #f5d40e;
}

.btn-offer {
  font-size: 14px;
  min-height: 28px;
  min-width: 84px;
  border-radius: 13px;
}

.btn-submit {
  background-color: transparent;
  border: none;
  outline: none;
}

.btn-checkout, input[type=submit] {
  background-color: #f5d40e;
  border: 1px solid #f5d40e;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  border-radius: 20px;
  font-size: 16px;
  font-weight: 700;
  white-space: nowrap;
}
.btn-checkout:hover, input[type=submit]:hover {
  background-color: #fff;
}
.btn-checkout .icon:before, input[type=submit] .icon:before {
  position: relative;
  top: -2px;
  left: -4px;
}

.show-more {
  background-color: #e0e0e5;
}

/*
    lists
*/
.list-linef, .list-line, .no-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

/** blocks_list-product xs */
.list-benefits-item {
  font-size: 20px;
  font-family: "Open Sans", sans-serif;
}
.list-benefits-item a {
  display: block;
  color: #151515;
  padding-top: 14px;
  padding-left: 32px;
}

.list-benefits .free-shipping {
  background-color: #3c3c3c;
  background-image: url("../img/plain.png");
  background-repeat: no-repeat;
  background-position: 89% 11px;
  background-size: 66px;
}
.list-benefits .free-shipping a {
  color: #f5d40e;
}

.list-benefits .secure {
  background-color: #d2d2e4;
  background-image: url("../img/cards.png");
  background-repeat: no-repeat;
  background-position: 115.8% -31px;
  background-size: 175px;
}
.list-benefits .bonus-pills {
  background-color: #f5d40e;
  background-image: url("../img/bonus.png");
  background-repeat: no-repeat;
  background-position: 92% -1px;
  background-size: 75px;
}

.benefits-title {
  line-height: 0.9em;
  font-weight: 700;
}

/** blocks_list-product xs */
.list-product {
  margin: 0 -3px;
}
.list-product-item {
  padding: 0 3px;
}
.list-product-item .product-item {
  height: 160px;
  margin-bottom: 4px;
  background-color: #fff;
  position: relative;
  padding: 12px 15px 15px;
  cursor: pointer;
}
.list-product-item .product-item:hover {
  box-shadow: 0px 3px 21px 0px rgba(131, 131, 137, 0.65);
  transform: scale(1.024);
}
.list-product-item .product-info,
.list-product-item .substance {
  font-size: 12px;
  color: #696973;
}

.product-item-img {
  float: right;
  width: 65px;
  padding-right: 7px;
  padding-left: 5px;
}
.product-item-img img {
  display: inline-block;
  max-width: 100%;
}

.list-product .product-item-review {
  height: 90px;
  overflow: hidden;
}
.list-product .product-descr {
  overflow: hidden;
}
.list-product .product-name {
  margin: -4px 70px 0px 0;
  line-height: 1.01em;
  display: flex;
  height: 50px;
  align-items: flex-end;
  padding-bottom: 5px;
}

.product-item-purchase {
    position: absolute;
    bottom: 17px;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding-left: 10px;
    padding-right: 10px;
    align-items: center;
    justify-content: flex-end;
}
.product-item-purchase .price,
.product-item-purchase .add-prod {
    flex: 0 0 0;
    max-height: 50px;
    flex-grow: 1;
}
.product-item-purchase .price {
    font-size: 20px;
    font-weight: 700;
    flex: 0 0 0;
    align-items: flex-end;
    margin-right: 5px;
}

.do .product-item-purchase .price,
.id .product-item-purchase .price,
.lk .product-item-purchase .price,
.vn .product-item-purchase .price,
.hu .product-item-purchase .price
{
 font-size: 15px; 
}


.list-line > li {
  display: inline-block;
}

.list-linef > li {
  display: block;
  float: left;
}

/*
    blocks
*/
/** blocks_icon xs */
.icon:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background-image: url("../img/sprite.png") !important;
}

.icon-arrow-cat-more:before {
  background-image: url(sprite.png);
  background-position: 0px -135px;
  width: 4px;
  height: 6px;
}
.icon-arrow-cat-open:before {
  background-image: url(sprite.png);
  background-position: -142px -109px;
  width: 12px;
  height: 8px;
}
.icon-arrow-crumbs:before {
  background-image: url(sprite.png);
  background-position: -84px -97px;
  width: 15px;
  height: 6px;
}
.icon-arrow-show-more:before {
  background-image: url(sprite.png);
  background-position: -142px 0px;
  width: 13px;
  height: 14px;
}
.icon-arrow-slider-left:before {
  background-image: url(sprite.png);
  background-position: -72px -110px;
  width: 20px;
  height: 12px;
}
.icon-arrow-slider-right:before {
  background-image: url(sprite.png);
  background-position: -94px -110px;
  width: 20px;
  height: 12px;
}
.icon-arrow-upgrade:before {
  background-image: url(sprite.png);
  background-position: -127px -110px;
  width: 6px;
  height: 4px;
}
.icon-cart-checkout:before {
  background-image: url(sprite.png);
  background-position: -100px -45px;
  width: 20px;
  height: 20px;
}
.icon-cart-top:before {
  background-image: url(sprite.png);
  background-position: -27px -110px;
  width: 20px;
  height: 20px;
}
.icon-cat-close:before {
  background-image: url(sprite.png);
  background-position: -142px -44px;
  width: 12px;
  height: 12px;
}
.icon-close-search:before {
  background-image: url(sprite.png);
  background-position: -142px -58px;
  width: 12px;
  height: 12px;
}
.icon-live-support:before {
  background-image: url(sprite.png);
  background-position: -84px -68px;
  width: 25px;
  height: 27px;
}
.icon-minus:before {
  background-image: url(sprite.png);
  background-position: -112px -97px;
  width: 10px;
  height: 2px;
}
.icon-minus:hover:before {
  background-image: url(sprite.png);
  background-position: -122px -63px;
  width: 10px;
  height: 2px;
}
.icon-phone:before {
  background-image: url(sprite.png);
  background-position: -122px -45px;
  width: 16px;
  height: 16px;
}
.icon-plus:before {
  background-image: url(sprite.png);
  background-position: -142px -85px;
  width: 10px;
  height: 10px;
}
.icon-plus:hover:before {
  background-image: url(sprite.png);
  background-position: -142px -97px;
  width: 10px;
  height: 10px;
}
.icon-prod-star:before {
  background-image: url(sprite.png);
  background-position: -142px -72px;
  width: 11px;
  height: 11px;
}
.icon-reordering-bonuses:before {
  background-image: url(sprite.png);
  background-position: 0px -110px;
  width: 25px;
  height: 23px;
}
.icon-search:before {
  background-image: url(sprite.png);
  background-position: -49px -110px;
  width: 21px;
  height: 19px;
}
.icon-shopping-close:before {
  background-image: url(sprite.png);
  background-position: -142px -16px;
  width: 12px;
  height: 12px;
}
.icon-shopping-close:hover:before {
  background-image: url(sprite.png);
  background-position: -142px -30px;
  width: 12px;
  height: 12px;
}
.icon-shopping-minus:before {
  background-image: url(sprite.png);
  background-position: -142px -130px;
  width: 9px;
  height: 3px;
}
.icon-shopping-minus:hover:before {
  background-image: url(sprite.png);
  background-position: -101px -97px;
  width: 9px;
  height: 3px;
}
.icon-shopping-plus:before {
  background-image: url(sprite.png);
  background-position: -142px -119px;
  width: 9px;
  height: 9px;
}
.icon-shopping-plus:hover:before {
  background-image: url(sprite.png);
  background-position: -116px -110px;
  width: 9px;
  height: 9px;
}
.icon-slider-quotes:before {
  background-image: url(sprite.png);
  background-position: 0px 0px;
  width: 98px;
  height: 66px;
}
.icon-testimonials:before {
  background-image: url(sprite.png);
  background-position: -111px -68px;
  width: 25px;
  height: 25px;
}

/** blocks_list-breadcrumbs xs */
.list-breadcrumbs {
  font-size: 12px;
  margin-bottom: 4px !important;
}
.list-breadcrumbs li:last-child {
  font-weight: 700;
}
.list-breadcrumbs a {
  color: #151515;
}
.list-breadcrumbs a:hover {
  text-decoration: underline;
}

/** blocks_prod-info xs */
.prod-info {
  padding: 13px 15px 15px;
  position: relative;
  margin-bottom: 8px;
}
.prod-info .page-title {
  text-transform: uppercase;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-right: 80px;
  margin-bottom: 8px;
}
.prod-info .page-title a {
  display: block;
  text-transform: none;
  background-color: #f5d40e;
  font-size: 14px;
  padding: 0 7px;
}
.prod-info .page-title a:hover {
  text-decoration: underline;
}
.prod-info .prod-img {
  position: absolute;
  top: 20px;
  right: 15px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.prod-info .prod-img img {
  max-width: 50px;
  height: auto;
}
.prod-img img:nth-child(2n){
  cursor: pointer;
}
.prod-info .prod-img img:first-child {
  max-width: 62px;
  margin-bottom: 10px;
}
.prod-info .brief-info {
  padding-left: 0;
  margin: 0;
  list-style-type: none;
}
.prod-info .brief-info li:first-child {
  padding-right: 80px;
}
.prod-info .brief-info li + li {
  margin-top: 10px;
}
.prod-info .brief-info a {
  color: #151515;
}
.prod-info .brief-info a:hover {
  text-decoration: underline;
}
.prod-info .brief-info .title {
  display: block;
  color: #696973;
  font-weight: 700;
}

/*
    forms
*/
/** forms-xs */
input,
textarea {
  padding: 8px 10px;
}
.page-account input, .page-coupon input, .page-subscribe input, .page-contact-us input,
.page-account textarea,
.page-coupon textarea,
.page-subscribe textarea,
.page-contact-us textarea {
  width: 100%;
}
.page-account input[type=submit], .page-coupon input[type=submit], .page-subscribe input[type=submit], .page-contact-us input[type=submit],
.page-account textarea[type=submit],
.page-coupon textarea[type=submit],
.page-subscribe textarea[type=submit],
.page-contact-us textarea[type=submit] {
  width: auto;
}
.page-account input[name=vcode], .page-coupon input[name=vcode], .page-subscribe input[name=vcode], .page-contact-us input[name=vcode],
.page-account textarea[name=vcode],
.page-coupon textarea[name=vcode],
.page-subscribe textarea[name=vcode],
.page-contact-us textarea[name=vcode] {
  margin-bottom: 5px;
  margin-right: 5px;
  width: 80px;
}

textarea {
  resize: none;
}

/*
    tables
*/
/** tbl_table xs */
table {
  margin-bottom: 10px;
}
table th,
table td {
  text-align: center;
}
table th:first-child,
table td:first-child {
  text-align: left;
}
table tbody td .td-inner {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
table.simple thead th, table.simple thead td {
  background-color: #151515;
  color: #696973;
  text-transform: uppercase;
  font-size: 12px;
}
table.simple td,
table.simple th {
  border: 1px solid #bbb;
  padding: 7px 15px;
}
.page-account table, .page-coupon table, .page-subscribe table, .page-contact-us table {
  display: flex;
  flex-direction: column;
}
.page-account table tbody,
.page-account table thead,
.page-account table tfoot,
.page-account table tr,
.page-account table th,
.page-account table td, .page-coupon table tbody,
.page-coupon table thead,
.page-coupon table tfoot,
.page-coupon table tr,
.page-coupon table th,
.page-coupon table td, .page-subscribe table tbody,
.page-subscribe table thead,
.page-subscribe table tfoot,
.page-subscribe table tr,
.page-subscribe table th,
.page-subscribe table td, .page-contact-us table tbody,
.page-contact-us table thead,
.page-contact-us table tfoot,
.page-contact-us table tr,
.page-contact-us table th,
.page-contact-us table td {
  display: block;
}
.page-account table tbody th, .page-coupon table tbody th, .page-subscribe table tbody th, .page-contact-us table tbody th {
  padding-bottom: 0;
  text-align: left;
}
.page-account table tbody td, .page-coupon table tbody td, .page-subscribe table tbody td, .page-contact-us table tbody td {
  padding-top: 0;
}
.page-account table tfoot, .page-coupon table tfoot, .page-subscribe table tfoot, .page-contact-us table tfoot {
  order: 2;
}
.page-account table tfoot th:first-child, .page-coupon table tfoot th:first-child, .page-subscribe table tfoot th:first-child, .page-contact-us table tfoot th:first-child {
  display: none;
}
.page-account table tfoot th[colspan="2"], .page-coupon table tfoot th[colspan="2"], .page-subscribe table tfoot th[colspan="2"], .page-contact-us table tfoot th[colspan="2"] {
  display: block;
}
.page-account table td,
.page-account table th, .page-coupon table td,
.page-coupon table th, .page-subscribe table td,
.page-subscribe table th, .page-contact-us table td,
.page-contact-us table th {
  padding: 12px 5px;
}

.table,
.table tbody,
.table thead,
.table tfoot,
.table tr,
.table th,
.table td {
  display: block;
}
.table thead th {
  background-color: #151515;
  color: #696973;
  padding: 8px 15px;
  text-transform: uppercase;
  font-size: 12px;
}
.table tbody {
  border: 1px solid #a6a6b2;
  border-top-width: 0;
}
.table tbody:nth-child(odd) {
  background-color: #f3f3f3;
}
.table tbody:nth-child(odd) td {
  background-color: #f3f3f3;
}

/** tbl-cart xs */
.cart tbody .counter {
  font-size: 0;
}
.cart tbody .counter input {
  width: 20px;
  height: 26px;
  background-color: #e3e3e3;
  border: none;
  outline: none;
  padding: 0;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  vertical-align: top;
}
.cart tbody .counter button {
  background-color: #e3e3e3;
  width: 22px;
  height: 26px;
  vertical-align: top;
  border: none;
  outline: none;
}
.cart tbody .counter button:hover {
  background-color: #f5d40e;
}
.cart tbody .counter button.increment {
  border-radius: 0 12px 12px 0;
}
.cart tbody .counter button.decrement {
  border-radius: 12px 0 0 12px;
}
.cart tbody .price {
  margin-left: auto;
  font-size: 16px;
  font-weight: 700;
}
.cart tbody .delete .td-inner {
  justify-content: center;
  align-items: center;
}
.cart tbody .delete .icon {
  display: block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #e3e3e3;
  position: relative;
  cursor: pointer;
}
.cart tbody .delete .icon:hover {
  background-color: #f5d40e !important;
}
.cart tbody .delete .icon:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  cursor: pointer;
}
.cart tbody.wrap-bonus {
  background-color: #fff6ea !important;
}
.cart tbody.wrap-bonus td {
  background-color: #fff6ea !important;
}
.cart tbody.wrap-bonus .qty {
  width: 78px;
  font-weight: 700;
  border-radius: 12px;
}
.cart tbody.wrap-bonus .qty .td-inner {
  justify-content: center;
}
.cart tbody .upgrade {
  padding-left: 5px;
  padding-right: 8px;
  padding-top: 0;
  padding-bottom: 0;
}
.cart tbody .upgrade td {
  width: 100%;
}
.cart tbody .upgrade .icon {
  display: block;
  background-color: #f5d40e;
  color: #151515;
  font-size: 11px;
  text-align: center;
  font-weight: 700;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding-top: 5px;
  padding-bottom: 4px;
  line-height: 1.25em;
}
.cart tbody .upgrade .icon-arrow-upgrade:before {
  margin-left: 3px;
  margin-right: 5px;
}

.tbl-method tbody tr {
  padding-left: 15px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid #bbb;
  position: relative;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.tbl-method tbody tr:first-child {
  border-top: none;
}
.tbl-method .form-item {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
.tbl-method .custom-radio {
  margin-right: 10px;
}
.tbl-method .custom-radio input[type=radio] {
  display: none !important;
}
.tbl-method .custom-radio input[type=radio] + label {
  position: relative;
  padding-left: 30px;
}
.tbl-method .custom-radio input[type=radio] + label:before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  margin-right: 14px;
  position: absolute;
  top: -3px;
  left: 0;
  border: 1px solid transparent;
  background-color: #151515;
  border-radius: 50%;
}
.tbl-method .custom-radio input[type=radio]:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 8px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #f5d40e;
}
.tbl-method .price {
  white-space: nowrap;
}
.tbl-method .sertified-wrap {
  display: flex;
  padding-top: 10px;
}
.tbl-method .sertified-desc {
  font-size: 12px;
  padding-right: 4px;
  line-height: 14px;
  color: #696973;
}
.tbl-method .sertified {
  font-size: 12px;
  line-height: 14px;
  text-align: right;
}
.tbl-method .btn-update {
  display: none;
}
.tbl-method .tbl-method-footer {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  padding-top: 15px;
}
.tbl-method .total {
  text-transform: capitalize;
  font-weight: 700;
  font-size: 12px;
}
.tbl-method .total span {
  font-size: 24px;
  white-space: nowrap;
}

/** tbl-product xs */
.tbl-product tbody.row-bonus {
  background: #fff6ea url("../img/bg-row-bonus.png") repeat-y;
}
.tbl-product tbody.row-bonus td {
  background-color: transparent;
}
.tbl-product tbody tr {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
  line-height: 18px;
  padding: 10px 0;
}
.tbl-product tbody .package {
  padding-left: 15px;
}
.tbl-product tbody .order {
  padding-right: 15px;
}
.tbl-product tbody .price div {
  font-size: 12px;
  font-weight: 700;
}
.tbl-product tbody .row-star {
  padding: 0;
  justify-content: center;
  font-size: 10px;
  font-weight: 700;
  margin-top: -10px;
}
.tbl-product tbody .row-star ul {
  margin: 0;
  padding-left: 0;
  list-style-type: none;
}
.tbl-product tbody .row-star li {
  margin-bottom: 0;
}
.icon.icon-prod-star .bonus.prod{
  font-size: 14px;
}

.tbl-product tbody .row-star .icon:before {
  background-color: #f5d40e;
  height: 14px;
  width: 14px;
  border-radius: 50%;
  background-position: -141px -71px;
  position: static;
}
.tbl-product .tbl_product_wrap {
  display: none;
}
.tbl-product .tbl_product_wrap.active {
  display: block;
}

.page-product main ul,
.page-cart main ul,
.type-third main ul {
  margin: 0;
  padding-left: 27px;
  list-style-type: none;
  font-weight: 700;
  line-height: 20px;
}
.page-product main ul li,
.page-cart main ul li,
.type-third main ul li {
  margin-bottom: 15px;
  position: relative;
  color: #151515;
}
.page-product main ul li a,
.page-cart main ul li a,
.type-third main ul li a {
  color: inherit;
}
.page-product main ul li:before,
.page-cart main ul li:before,
.type-third main ul li:before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  top: 7px;
  left: -14px;
  border-radius: 50%;
  background-color: #f5d40e;
}

.page-contact-us table th,
.page-account table th,
.page-coupon table th,
.page-subscribe table th {
  display: block;
}
.page-contact-us table td, .page-contact-us table th,
.page-account table td,
.page-account table th,
.page-coupon table td,
.page-coupon table th,
.page-subscribe table td,
.page-subscribe table th {
  text-align: left !important;
}
.page-contact-us table .vcode input,
.page-contact-us table .vcode img,
.page-contact-us table .vcode a,
.page-account table .vcode input,
.page-account table .vcode img,
.page-account table .vcode a,
.page-coupon table .vcode input,
.page-coupon table .vcode img,
.page-coupon table .vcode a,
.page-subscribe table .vcode input,
.page-subscribe table .vcode img,
.page-subscribe table .vcode a {
  display: inline-block;
  vertical-align: middle;
}
.free_pills td {
  text-align: left;
}

/**
## elements
styles for different block s and elements on site
*/
/*
    other
*/
/** other_page-index-xs */
.page-title {
  overflow: hidden;
}

.slider-testimonials-box {
  background-color: #3c3c3c;
  font-size: 14px;
  color: #fdfdfd;
}

.slider-testimonials {
  text-align: center;
  padding-left: 35px;
  padding-right: 35px;
  padding-top: 30px;
  padding-bottom: 25px;
}
.slider-testimonials .slide {
  line-height: 1.71em;
}
.slider-testimonials .slick-prev {
  left: -9px;
}
.slider-testimonials .slick-next {
  right: -9px;
}

.testimonial-author {
  color: #f5d40e;
  margin-top: 16px;
}

.list-breadcrumbs {
  padding: 0;
  margin: 0;
  letter-spacing: normal;
}
.list-breadcrumbs li {
  display: inline-block;
  vertical-align: middle;
}

.page-product .prod-info {
  background-color: #fff;
}

.type-third .list-bonuses-item.disabled {
  color: #a6a6b2;
}
.type-third .also {
  clear: both;
}

.btn-box {
  text-align: center;
}
.btn-box .less {
  display: none;
}
.btn-box .more {
  display: inline-block;
}
.btn-box .show-more {
  padding-right: 15px;
  font-size: 16px;
  padding-top: 4px;
  padding-bottom: 5px;
  line-height: 1.1em;
  min-height: initial;
  margin-top: 9px;
}
.btn-box .show-more.icon {
  position: relative;
}
.btn-box .show-more.icon:before {
  position: absolute;
  top: 6px;
  right: 0;
}
.btn-box .show-more.active .more {
  display: none;
}
.btn-box .show-more.active .less {
  display: inline-block;
}
.btn-box .show-more.active.icon:before {
  transform: rotate(180deg);
}

.page-catalog .collapsed {
  height: 656px;
  overflow: hidden;
}
.page-catalog .collapsed.active {
  height: auto;
}



.list-benefits-item {
  opacity: 0;
}

.anim {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

/*@-webkit-keyframes Zoom {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}*/
@keyframes Zoom {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    -ms-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.Zoom {
  -webkit-animation-name: Zoom;
  animation-name: Zoom;
  /*animation-fill-mode: forwards;*/

}

@-webkit-keyframes fadeR {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeR {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.fadeR {
  -webkit-animation-name: fadeR;
  animation-name: fadeR;
}

@-webkit-keyframes fadeL {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeL {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.fadeL {
  -webkit-animation-name: fadeL;
  animation-name: fadeL;
}


.list-benefits-item.secure {
  animation-delay: 0.2s;
}

.list-benefits-item.bonus-pills {
  animation-delay: 0.4s;
}

.page-title .heading-text {
  display: inline-block;
}

/**
## Media queries
mobile first structure
**/
@media only screen and (min-width: 500px) {
  /**
  Section named as sm
   */
  /**
  ## sm Typography
  styles for default html tag s and similar classes
  */
  /** tpg_tags sm */
  /** tpg_texts sm */
  /**
  ## sm helpers
  */
  /**
  ## sm common
  universal classes what can be used every where on site
  */
  /*
      sm structure
      styles for main page construction
  */
  /** _str_base sm */
  /** _str_aside sm */
  /** _str_site-header sm */
  /** _str_site-footer sm */
  /** .col-sm */
  .col-sm {
    float: left;
    box-sizing: border-box;
  }

  .col-sm-1 {
    width: 8.3333333333%;
  }

  .col-sm-2 {
    width: 16.6666666667%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-4 {
    width: 33.3333333333%;
  }

  .col-sm-5 {
    width: 41.6666666667%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-7 {
    width: 58.3333333333%;
  }

  .col-sm-8 {
    width: 66.6666666667%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-10 {
    width: 83.3333333333%;
  }

  .col-sm-11 {
    width: 91.6666666667%;
  }

  .col-sm-12 {
    width: 100%;
  }

  /*
      sm buttons
  */
  /** btn sm */
  /*
      sm lists
  */
  /** blocks_list-product sm */
  /** blocks_list-product sm */
  /*
      sm blocks
  */
  /** blocks_icon sm */
  /** blocks_list-breadcrumbs sm */
  /** blocks_prod-info sm */
  /*
      sm forms
  */
  /** forms-sm */
  .page-account input, .page-coupon input, .page-subscribe input, .page-contact-us input,
.page-account textarea,
.page-coupon textarea,
.page-subscribe textarea,
.page-contact-us textarea {
    width: 300px;
    max-width: 100%;
  }

  /*
      sm tables
  */
  /** tbl_table sm */
  /** tbl-cart sm */
  .tbl-cart table {
    display: table;
  }
  .tbl-cart tbody {
    display: table-row-group;
  }
  .tbl-cart thead {
    display: table-header-group;
  }
  .tbl-cart tfoot {
    display: table-footer-group;
  }
  .tbl-cart tr {
    display: table-row;
  }
  .tbl-cart th,
.tbl-cart td {
    display: table-cell;
  }

  /** tbl-product sm */
  /**
  ## sm elements
  styles for different block s and elements on site
  */
  /*
      sm other
  */
  /** other_page-index-sm */
}
@media only screen and (min-width: 768px) {
  /**
  Section named as md
   */
  /**
  ## md Typography
  styles for default html tag s and similar classes
  */
  /** tpg_tags md */
  /** tpg_texts md */
  /**
  ## md helpers
  */
  /**
  ## md common
  universal classes what can be used every where on site
  */
  /*
      md structure
      styles for main page construction
  */
  /** _str_base md */
  /** _str_aside md */
  /** _str_site-header md */
  /** _str_site-footer md */
  /** .col-md */
  .col-md {
    float: left;
    box-sizing: border-box;
  }

  .col-md-1 {
    width: 8.3333333333%;
  }

  .col-md-2 {
    width: 16.6666666667%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-4 {
    width: 33.3333333333%;
  }

  .col-md-5 {
    width: 41.6666666667%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-7 {
    width: 58.3333333333%;
  }

  .col-md-8 {
    width: 66.6666666667%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-10 {
    width: 83.3333333333%;
  }

  .col-md-11 {
    width: 91.6666666667%;
  }

  .col-md-12 {
    width: 100%;
  }

  /*
      md buttons
  */
  /** btn md */
  /*
      md lists
  */
  /** blocks_list-product md */
  /** blocks_list-product md */
  .list-product .product-item {
    height: 200px;
    padding-left: 22px;
  }
  .list-product .product-item-review {
    height: 125px;
  }
  .list-product .product-name {
    line-height: 1.1em;
    font-size: 18px;
    height: 62px;
    margin-top: 0;
    padding-bottom: 0;
  }
  .list-product .product-info,
.list-product .substance {
    font-size: 14px;
  }
  .list-product .substance {
    margin-top: 14px;
    line-height: 1.1em;
  }

  .product-item-img {
    width: 90px;
    padding-right: 0px;
    padding-left: 10px;
    padding-top: 14px;
  }

  .product-item-purchase {
    bottom: 25px;
    padding-left: 21px;
    padding-right: 21px;
  }
  .product-item-purchase .price {
    font-size: 24px;
  }

  /*
      md blocks
  */
  /** blocks_icon md */
  /** blocks_list-breadcrumbs md */
  /** blocks_prod-info md */
  /*
      md forms
  */
  /** forms-md */
  /*
      md tables
  */
  /** tbl_table md */
  .table {
    display: table;
    width: 100%;
  }
  .table tbody {
    display: table-row-group;
  }
  .table thead {
    display: table-header-group;
  }
  .table tfoot {
    display: table-footer-group;
  }
  .table tr {
    display: table-row;
  }
  .table th,
.table td {
    display: table-cell;
  }

  /** tbl-cart md */
  /** tbl-product md */
  /**
  ## md elements
  styles for different block s and elements on site
  */
  /*
      md other
  */
  /** other_page-index-md */
  .page-catalog .collapsed {
    height: 612px;
  }
}
@media only screen and (min-width: 1025px) {
  /**
  Section named as lg
   */
  /**
  ## lg Typography
  styles for default html tag s and similar classes
  */
  /** tpg_tags lg */
  h1 {
    font-size: 30px;
  }

  h2 {
    font-size: 24px;
  }

  h4 {
    font-size: 18px;
  }

  /** tpg_texts lg */
  /**
  ## lg helpers
  */
  /**
  ## lg common
  universal classes what can be used every where on site
  */
  /*
      lg structure
      styles for main page construction
  */
  /** _str_base lg */
  main {
    padding-left: 60px;
    padding-right: 60px;
  }

  .aside.right {
    float: right;
    clear: right;
  }

  .page-cart .content,
.page-product .content,
.type-third .content {
    width: 68.3763%;
  }
  .page-cart .aside,
.page-product .aside,
.type-third .aside {
    width: 31.623%;
    padding-left: 5px;
  }

  .page-product .content {
    float: right;
    padding-bottom: 40px;
  }
  .page-product .aside {
    padding-left: 0;
    padding-right: 5px;
  }

  .type-third .aside {
    float: right;
  }

  /** _str_aside lg */
  .aside {
    padding: 0 0 0 22px;
  }

  /** _str_site-header lg */
  .site-header {
    position: relative;
  }
  .site-header .logo-img-xs,
.site-header .icon-close-search {
    display: none;
  }
  .site-header .logo-img {
    display: inline-block;
  }
  .site-header .input-search {
    width: auto;
  }
  .site-header .list-contacts {
    padding-top: 11px;
  }
  .site-header .settings {
    min-height: 49px;
  }
  .site-header .smart-cart-box {
    width: 216px;
  }
  .site-header .smart-cart-box .icon {
    top: 8px;
    left: 19px;
  }
  .site-header .list-contacts-item + .list-contacts-item {
    margin-left: 18px;
  }

  .form-header-search {
    width: 100%;
    float: right;
    max-width: 856px;
  }

  .btn-submit {
    width: 55px;
    height: 40px;
    border-radius: 20px;
    background-image: -moz-linear-gradient(0deg, #d9d9df 0%, rgba(254, 247, 233, 0) 100%);
    background-image: -webkit-linear-gradient(0deg, #d9d9df 0%, rgba(254, 247, 233, 0) 100%);
    background-image: -ms-linear-gradient(0deg, #d9d9df 0%, rgba(254, 247, 233, 0) 100%);
  }

  .list-contacts,
.settings {
    min-height: 49px;
  }

  .switchers-item {
    padding-top: 16px;
    padding-bottom: 12px;
  }

  .header-content {
    padding-top: 10px;
    position: relative;
    box-shadow: 0.391px 0.921px 10px 0px rgba(0, 0, 0, 0.09);
  }

  .header-nav {
    clear: both;
    min-height: 60px;
    margin-bottom: -10px;
    background-color: #3c3c3c;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 991;
  }
  .header-nav > .list-menu {
    display: flex;
    flex-basis: 53.333%;
  }
  .header-nav > .list-menu a {
    color: #a6a6b2;
    text-transform: uppercase;
    font-size: 12px;
    padding: 0 10px;
  }

  .btn-menu.lg {
    left: 10px;
    top: -12px;
  }

  .categories-menu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #ededef;
    box-shadow: 0px 7px 8px 0px rgba(21, 21, 21, 0.45);
    display: none;
  }
  .categories-menu.active {
    display: block;
    z-index: 990;
    overflow: auto;
  }

  .categories-list {
    column-count: 4;
    column-gap: 3.6%;
    padding-top: 38px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 60px;
  }
  .categories-list .list-menu-item {
    margin-bottom: 11px;
    padding-left: 20px;
    position: relative;
  }
  .categories-list .list-menu-item .icon {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #f5d40e;
    position: absolute;
    top: 5px;
    left: 1px;
    display: none;
  }
  .categories-list .list-menu-item .icon:before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
  }
  .categories-list .list-menu-item:hover .icon {
    display: inline-block;
  }

  .offer {
    flex-basis: 25.897%;
    color: #fff;
    line-height: 1.2em;
    display: block;
    cursor: pointer;
    outline: none;
    padding-right: 5px;
  }

  .offer-img {
    width: 85px;
    float: left;
    padding-top: 5px;
    padding-left: 29px;
  }
  .offer-img img {
    height: 42px;
  }

  .offer-title {
    font-size: 14px;
    text-transform: uppercase;
  }

  .offer-content {
    margin-left: 94px;
    padding-top: 2px;
  }

  .offer-descr,
.btn-offer {
    display: inline-block;
    vertical-align: middle;
  }

  .offer-descr {
    margin-right: 5px;
  }

  .btn-offer {
    font-size: 12px;
    font-weight: 700;
    line-height: 1.2em;
    padding-top: 7px;
    padding-bottom: 7px;
    cursor: pointer;
    margin-bottom: 3px;
    color: #151515;
  }

  .offer-benefit {
    line-height: 1em;
    font-size: 12px;
    color: #a6a6b2;
  }

  .categories-title {
    position: relative;
    padding-left: 70px;
    flex-basis: 20.854%;
    cursor: pointer;
  }

  .header-search {
    padding-top: 12px;
  }
  .header-search .input-search {
    width: 100%;
    padding-right: 65px;
    padding-left: 29px;
    padding-top: 4px;
  }

  .switchers {
    min-height: inherit;
    float: right;
  }

  .letter-search {
    clear: both;
    margin-left: 5.6%;
  }
  .letter-search ul, .letter-search li, .letter-search .search-title {
    display: inline-block;
    vertical-align: baseline;
  }
  .letter-search .search-title {
    font-weight: 700;
  }
  .letter-search ul {
    font-size: 0;
    padding-left: 4px;
    padding-top: 4px;
    padding-bottom: 7px;
  }
  .letter-search li {
    margin-right: 1px;
  }
  .letter-search li a {
    font-size: 12px;
    text-transform: uppercase;
    color: #151515;
    padding: 0 4px;
    font-weight: 600;
    display: inline-block;
  }

  .btn-menu.xs {
    display: none;
  }

  .categories-title {
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
  }
  .categories-title .icon-cat-close {
    background-color: #3e3e40;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    position: absolute;
    top: 0;
    right: 18px;
    cursor: pointer;
    display: none;
  }
  .categories-title .icon-cat-close:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
  }
  .categories-title.active .icon-cat-close {
    display: inline-block;
  }

  .categories-menu .list-contacts,
.categories-menu .advantages-item {
    display: none;
  }

  /** _str_site-footer lg */
  .site-footer .list-contacts-item {
    margin-bottom: 8px;
    display: block;
  }
  .site-footer .list-advantages {
    padding-top: 33px;
    padding-bottom: 10px;
  }
  .site-footer .list-advantages-item {
    text-align: left;
  }
  .site-footer .list-advantages-item .icon {
    display: inline-block;
    width: 80px;
    height: 80px;
    vertical-align: middle;
    margin-right: 11px;
  }
  .site-footer .list-advantages-item .text-menu-item {
    width: auto;
    font-size: 16px;
  }

  .bottom-line-item {
    flex: 0 0 33.333%;
  }
  .bottom-line-item.trust {
    text-align: center;
  }
  .bottom-line-item.trust img {
    display: inline-block;
  }
  .bottom-line-item.trust img.mc {
    margin-right: 11.5%;
  }

  .footer-content {
    padding-top: 28px;
    padding-bottom: 11px;
  }

  .accordeon-text {
    font-size: 24px;
    margin-bottom: 8px;
  }
  .accordeon-text.icon:before {
    display: none;
  }

  .footer-logo {
    margin-right: 20px;
  }

  .bottom-line {
    display: flex;
    flex-direction: row;
    padding: 15px 0;
  }

  .footer-nav-item,
.list-info .list-menu-item {
    margin-bottom: 10px;
  }
  .footer-nav-item a,
.list-info .list-menu-item a {
    color: #151515;
  }

  .copy {
    font-size: 14px;
  }

  /** .col-lg */
  .col-lg {
    float: left;
    box-sizing: border-box;
  }

  .col-lg-1 {
    width: 8.3333333333%;
  }

  .col-lg-2 {
    width: 16.6666666667%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-4 {
    width: 33.3333333333%;
  }

  .col-lg-5 {
    width: 41.6666666667%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-7 {
    width: 58.3333333333%;
  }

  .col-lg-8 {
    width: 66.6666666667%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-10 {
    width: 83.3333333333%;
  }

  .col-lg-11 {
    width: 91.6666666667%;
  }

  .col-lg-12 {
    width: 100%;
  }

  /*
      lg buttons
  */
  /** btn lg */
  .btn {
    font-size: 16px;
  }

  /*
      lg lists
  */
  /** blocks_list-product lg */
  .benefits-title {
    font-size: 24px;
    display: inline-block;
  }

  .benefits-info {
    font-size: 12px;
    color: #151515;
    width: 74.72%;
  }

  .free-shipping .benefits-info {
    width: 57.5%;
    color: #a6a6b2;
  }

  .secure {
    position: relative;
  }
  .secure a {
    position: relative;
    z-index: 2;
  }
  .secure:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(210, 210, 228, 0.8);
    z-index: 1;
  }

  /** blocks_list-product lg */
  .list-product .product-item {
    margin-bottom: 6px;
  }

  /*
      lg blocks
  */
  /** blocks_icon lg */
  .icon-live-support:before {
    background-image: url(sprite.png);
    background-position: -100px 0px;
    width: 40px;
    height: 43px;
  }
  .icon-reordering-bonuses:before {
    background-image: url(sprite.png);
    background-position: -42px -68px;
    width: 40px;
    height: 36px;
  }
  .icon-testimonials:before {
    background-image: url(sprite.png);
    background-position: 0px -68px;
    width: 40px;
    height: 40px;
  }

  /** blocks_list-breadcrumbs lg */
  .list-breadcrumbs {
    padding-top: 11px;
    font-size: 14px;
    margin-bottom: 10px;
  }

  /** blocks_prod-info lg */
  .prod-info {
    padding-top: 18px;
    padding-left: 27px;
  }
  .prod-info li + li {
    margin-right: 15px;
  }
  .prod-info .page-title {
    padding-right: 0;
    line-height: 1.2em;
    margin-bottom: 20px;
  }
  .prod-info .page-title a {
    padding-top: 2px;
    padding-bottom: 2px;
    line-height: 1.2em;
    margin-top: -4px;
  }
  .prod-info .prod-img {
    position: static;
    flex-direction: row;
    justify-content: flex-start;
  }
  .prod-info .prod-img img {
    display: inline-block;
    margin-left: 10px;
    width: 74px;
    max-width: initial !important;
  }
  .prod-info .prod-img img:nth-child(2) {
    width: 62px;
  }
  .prod-info .brief-info {
    padding-top: 12px;
  }
  .prod-info .brief-info li {
    line-height: 1.5em;
  }
  .prod-info .brief-info li .title {
    line-height: 1em;
    margin-bottom: 7px;
  }
  .prod-info .brief-info li + li {
    margin-top: 20px;
  }

  /*
      lg forms
  */
  /** forms-lg */
  /*
      lg tables
  */
  /** tbl_table lg */
  table {
    margin-bottom: 20px;
  }

  /** tbl-cart lg */
  .cart tbody td {
    height: 81px;
    padding-bottom: 17px;
    font-size: 14px;
  }
  .cart tbody.row-upgrade td {
    height: 57px;
    padding-top: 10px;
    padding-bottom: 0;
  }
  .cart tbody .row-bonus td {
    height: 67px;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .cart tbody .upgrade td {
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
  }
  .cart tbody .upgrade .upgrade-inner {
    margin-left: 12%;
  }
  .cart tbody .upgrade .icon {
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
  }
  .cart tbody .product {
    width: 26%;
    padding-left: 3%;
    font-weight: 700;
  }
  .cart tbody .product img {
    display: inline-block;
    max-width: 48px;
    margin-right: 18px;
  }
  .cart tbody .product .td-inner {
    justify-content: flex-start;
  }
  .cart tbody .package {
    width: 20%;
  }
  .cart tbody .qty {
    width: 90px;
  }
  .cart tbody .price {
    font-weight: 500;
    font-size: 16px;
  }
  .cart tbody .subtotal {
    font-weight: 700;
    font-size: 16px;
  }

  .tbl-method tbody td {
    height: 67px;
    padding-top: 2px;
    padding-bottom: 2px;
  }
  .tbl-method tbody td:first-child {
    padding-left: 19px;
  }
  .tbl-method tbody td:last-child {
    padding-right: 19px;
  }
  .tbl-method .sertified-wrap {
    padding-top: 18px;
    width: 63%;
    float: left;
  }
  .tbl-method .sertified-desc {
    flex: 0 0 48%;
  }
  .tbl-method .sertified a, .tbl-method .sertified span {
    display: block;
  }
  .tbl-method .sertified span {
    margin-bottom: 3px;
  }
  .tbl-method .tbl-method-footer {
    padding-top: 12px;
  }
  .tbl-method .tbl-method-footer .btn-group {
    padding-top: 5px;
  }
  .tbl-method .block-total {
    line-height: 1em;
  }
  .tbl-method .block-total .total span {
    display: inline-block;
    margin-top: 5px;
    margin-right: 5px;
  }

  /** tbl-product lg */
  .tbl-product table {
    display: table;
  }
  .tbl-product tbody {
    display: table-row-group;
  }
  .tbl-product tbody tr {
    display: table-row;
  }
  .tbl-product tbody td,
.tbl-product tbody th {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .tbl-product tbody .package {
    font-size: 14px;
  }
  .tbl-product tbody .per_pill {
    font-weight: 700;
  }
  .tbl-product tbody .per_pill span {
    display: none;
  }
  .tbl-product tbody .savings {
    font-weight: 700;
  }
  .tbl-product tbody .savings span {
    background-color: #f5d40e;
    display: inline-block;
    padding: 4px 8px;
    border-radius: 13px;
  }
  .tbl-product tbody .btn {
    border-width: 0;
    position: relative;
    padding-left: 26px;
    padding-right: 15px;
  }
  .tbl-product tbody .btn:before {
    position: absolute;
    left: 13px;
    top: 50%;
    margin-top: -4px;
  }
  .tbl-product tbody .btn:hover {
    background-color: #151515;
    color: #fff;
  }
  .tbl-product tbody .row-star td {
    padding-top: 0;
    padding-bottom: 5px;
  }
  .tbl-product thead {
    display: table-header-group;
  }
  .tbl-product tfoot {
    display: table-footer-group;
  }
  .tbl-product tr {
    display: table-row;
  }
  .tbl-product th,
.tbl-product td {
    display: table-cell;
  }
  .tbl-product th:first-child,
.tbl-product td:first-child {
    padding-left: 20px;
  }
  .tbl-product .tbl_product_wrap {
    display: block;
    margin-bottom: 15px;
  }

  .page-product main article {
    font-size: 16px;
  }
  .page-product .general-info {
    font-size: 16px;
    margin-bottom: 25px;
    margin-top: 20px;
  }

  .tbl-method .td-inner {
    justify-content: flex-start;
  }

  /**
  ## lg elements
  styles for different block s and elements on site
  */
  /*
      lg other
  */
  /** other_page-index-lg */
  .hidden-lg {
    display: none;
  }

  .page-title {
    margin-top: -2px;
    margin-bottom: 4px;
    line-height: 1.2em;
  }

  .page-index .list-benefits {
    display: flex;
    justify-content: space-between;
    padding-top: 13px;
    padding-bottom: 19px;
  }
  .page-index .list-benefits-item {
    flex: 0 0 24.615%;
    height: 156px;
  }
  .page-index .list-benefits-item a {
    padding-top: 24px;
    padding-left: 17px;
  }
  .page-index .list-benefits-item .benefits-info {
    line-height: 1.5em;
  }
  .page-index .list-benefits-item.free-shipping {
    flex: 0 0 49.743%;
    background-position: 93.2% 18px;
    background-size: 175px;
  }
  .page-index .list-benefits-item.free-shipping a {
    padding-left: 38px;
  }
  .page-index .list-benefits-item.free-shipping .benefits-info {
    line-height: 1.3em;
    font-size: 14px;
  }
  .page-index .list-benefits-item.secure {
    background-position: 35px -44px;
    background-size: 300px;
  }
  .page-index .list-benefits-item.secure .benefits-info {
    width: 80%;
  }
  .page-index .list-benefits-item.bonus-pills {
    background-position: 126% 17px;
    background-size: 125px;
  }
  .page-index .list-benefits-item.bonus-pills a {
    padding-left: 23px;
  }
  .page-index .list-benefits-item.bonus-pills .benefits-info {
    width: 73%;
  }

  .page-index .page-title {
    font-size: 31px;
    margin: 0.72em 0 0;
  }

  .page-catalog .collapsed {
    height: 200px;
  }
  .page-catalog .list-benefits {
    float: right;
    width: 24.6153846%;
  }
  .page-catalog .list-benefits .br {
    display: block;
  }
  .page-catalog .list-benefits-item {
    height: 200px;
    margin-bottom: 6px;
    font-family: "Roboto", sans-serif;
  }
  .page-catalog .list-benefits-item a {
    padding-left: 16px;
    padding-top: 42px;
  }
  .page-catalog .list-benefits-item.free-shipping {
    background-position: 92% 44px;
    background-size: 109px;
  }
  .page-catalog .list-benefits-item.free-shipping .benefits-info {
    margin-top: 8px;
  }
  .page-catalog .list-benefits-item.secure {
    background-position: 36px -2px;
    background-size: 105%;
  }
  .page-catalog .list-benefits-item.secure a {
    padding-top: 35px;
  }
  .page-catalog .list-benefits-item.secure .benefits-info {
    margin-top: 4px;
    width: 69%;
  }
  .page-catalog .list-benefits-item.bonus-pills .br {
    display: inline-block;
  }
  .page-catalog .list-benefits-item.bonus-pills .benefits-info {
    width: 60%;
  }
  .page-catalog .list-benefits .benefits-title {
    font-weight: 700;
    line-height: 1.06em;
  }

  .list-advantages {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }

  .page-cart .content,
.type-third .content,
.page-product .content {
    padding-left: 65px;
    padding-right: 65px;
  }
  .page-cart .aside .list-benefits-item,
.type-third .aside .list-benefits-item,
.page-product .aside .list-benefits-item {
    min-height: 156px;
    margin-bottom: 10px;
  }
  .page-cart .aside .list-benefits-item a,
.type-third .aside .list-benefits-item a,
.page-product .aside .list-benefits-item a {
    padding-top: 24px;
    padding-left: 38px;
  }
  .page-cart .aside .list-benefits-item.free-shipping,
.type-third .aside .list-benefits-item.free-shipping,
.page-product .aside .list-benefits-item.free-shipping {
    background-position: 92.78% 19px;
    background-size: 130px;
  }
  .page-cart .aside .list-benefits-item.secure,
.type-third .aside .list-benefits-item.secure,
.page-product .aside .list-benefits-item.secure {
    background-position: 117% -45px;
    background-size: 302px;
  }
  .page-cart .aside .list-benefits-item.secure a,
.type-third .aside .list-benefits-item.secure a,
.page-product .aside .list-benefits-item.secure a {
    padding-top: 25px;
    padding-left: 16px;
  }
  .page-cart .aside .list-benefits-item.secure .benefits-info,
.type-third .aside .list-benefits-item.secure .benefits-info,
.page-product .aside .list-benefits-item.secure .benefits-info {
    width: 67%;
  }
  .page-cart .aside .list-benefits-item.bonus-pills,
.type-third .aside .list-benefits-item.bonus-pills,
.page-product .aside .list-benefits-item.bonus-pills {
    background-position: 97.5% 14px;
    background-size: 125px;
  }
  .page-cart .aside .list-benefits-item.bonus-pills a,
.type-third .aside .list-benefits-item.bonus-pills a,
.page-product .aside .list-benefits-item.bonus-pills a {
    padding-top: 26px;
    padding-left: 23px;
  }
  .page-cart .aside .list-benefits-item.bonus-pills .benefits-info,
.type-third .aside .list-benefits-item.bonus-pills .benefits-info,
.page-product .aside .list-benefits-item.bonus-pills .benefits-info {
    width: 57%;
  }

  .slider-testimonials-box {
    margin-top: 15px;
  }

  .slider-testimonials {
    padding-left: 8.5%;
    padding-right: 8.5%;
    padding-bottom: 36px;
    padding-top: 56px;
    position: relative;
  }
  .slider-testimonials.icon:before {
    position: absolute;
    top: 32px;
    left: 6.2%;
  }
  .slider-testimonials .slick-prev {
    left: 0;
    margin-top: -6px;
  }
  .slider-testimonials .slick-next {
    right: 0;
    margin-top: -6px;
  }

  .list-bonuses {
    padding-bottom: 20px;
  }

  .also h2 {
    font-size: 30px;
    padding-top: 11px;
    margin-bottom: 13px;
  }

  .list-benefits-item.free-shipping .br{
    margin-left: 10px;
    }

    .spms-container {
    position: static;
}

}
@media only screen and (min-width: 1260px) {
  /**
  Section named as xl
   */
  /**
  ## xl Typography
  styles for default html tag s and similar classes
  */
  /** tpg_tags xl */
  /** tpg_texts xl */
  /**
  ## xl helpers
  */
  /**
  ## xl common
  universal classes what can be used every where on site
  */
  /*
      xl structure
      styles for main page construction
  */
  /** _str_base xl */
  /** _str_aside xl */
  /** _str_site-header xl */
  /** _str_site-footer xl */
  /** .col-xl */
  .col-xl {
    float: left;
    box-sizing: border-box;
  }

  .col-xl-1 {
    width: 8.3333333333%;
  }

  .col-xl-2 {
    width: 16.6666666667%;
  }

  .col-xl-3 {
    width: 25%;
  }

  .col-xl-4 {
    width: 33.3333333333%;
  }

  .col-xl-5 {
    width: 41.6666666667%;
  }

  .col-xl-6 {
    width: 50%;
  }

  .col-xl-7 {
    width: 58.3333333333%;
  }

  .col-xl-8 {
    width: 66.6666666667%;
  }

  .col-xl-9 {
    width: 75%;
  }

  .col-xl-10 {
    width: 83.3333333333%;
  }

  .col-xl-11 {
    width: 91.6666666667%;
  }

  .col-xl-12 {
    width: 100%;
  }

  /*
      xl buttons
  */
  /** btn xl */
  /*
      xl lists
  */
  /** blocks_list-product xl */
  /** blocks_list-product xl */
  /*
      xl blocks
  */
  /** blocks_icon xl */
  /** blocks_list-breadcrumbs xl */
  /** blocks_prod-info xl */
  /*
      xl forms
  */
  /** forms-xl */
  /*
      xl tables
  */
  /** tbl_table xl */
  /** tbl-cart xl */
  /** tbl-product xl */
  /**
  ## xl elements
  styles for different block s and elements on site
  */
  /*
      xl other
  */
  /** other_page-index-xl */
  .page-catalog .list-benefits {
    width: 24.615%;
  }
}
@media only screen and (max-width: 1024px) {
  /**
  Section named as dev
   */
  /**
  ## dev Typography
  styles for default html tag s and similar classes
  */
  /** tpg_tags-dev */
  /** tpg_texts dev */
  /**
  ## dev helpers
  */
  /**
  ## dev common
  universal classes what can be used every where on site
  */
  /*
      dev structure
      styles for main page construction
  */
  /** _str_base dev */
  /** _str_aside dev */
  /** _str_site-header dev */

  .site-middle {
    padding-top: 114px;
  }

  .site-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
  }
  .site-header .site {
    position: relative;
  }
  .site-header .top-line .list-contacts,
.site-header .letter-search,
.site-header .offer,
.site-header .smart-cart {
    display: none;
  }

  .logo {
    margin-left: 80px;
    margin-top: 9px;
  }

  .header-content {
    position: relative;
  }

  .header-search {
    min-height: 60px;
  }

  .form-header-search {
    height: 42px;
    position: absolute;
    right: 15px;
    top: 11px;
  }
  .form-header-search .btn-submit {
    top: 8px;
    left: 8px;
  }
  .form-header-search .input-search::placeholder {
    color: transparent;
  }
  .form-header-search .icon-close-search {
    position: absolute;
    display: none;
    width: 24px;
    height: 24px;
    background-color: #e3e3e3;
    border-radius: 50%;
    right: 11px;
    top: 9px;
  }
  .form-header-search .icon-close-search:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
  }
  .form-header-search.active {
    left: 82px;
    z-index: 999;
  }
  .form-header-search.active .input-search {
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }
  .form-header-search.active .icon-close-search {
    display: block;
  }

  .btn-menu.xs {
    left: 15px;
    top: 10px;
  }

  .settings {
    margin-left: -15px;
    margin-right: -15px;
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    align-items: stretch;
  }

  .switchers {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .switchers-item {
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
    line-height: 1.2em;
  }
  .switchers-item.country {
    min-width: 124px;
  }
  .switchers-item.language {
    flex: 0 0 60px;
  }

  .categories-title {
    display: none;
  }

  .categories-menu {
    position: fixed;
    left: -100%;
    top: 0;
    width: 260px;
    z-index: 1000;
    background-color: #fff;
    transition: all linear 0.3s;
  }
  .categories-menu.active {
    left: 0;
    top: 104px;
  }

  .categories-menu {
    bottom: 0;
    height: 100%;
    overflow: auto;
    padding-top: 18px;
  }
  .categories-menu > .site {
    min-width: auto;
  }
  .categories-menu .categories-list {
    max-height: 500px;
    overflow: auto;
  }
  .categories-menu .list-menu-item {
    border-bottom: 1px solid #cacad1;
    padding-top: 10px;
    padding-bottom: 9px;
  }
  .categories-menu .list-menu-item .icon {
    display: none;
  }
  .categories-menu .advantages-item a {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 85px;
    width: 100%;
    background-color: #151515;
    color: #fff;
    font-weight: 700;
    line-height: 1.2em;
  }
  .categories-menu .advantages-item .text-menu-item {
    width: 34%;
    font-size: 16px;
  }
  .categories-menu .advantages-item .icon {
    margin-right: 31px;
  }
  .categories-menu .advantages-item .icon:before {
    background-image: url(sprite.png);
    background-position: -100px 0px;
    width: 40px;
    height: 43px;
  }

  .header-menu, .btn-menu.lg {
    display: none;
  }

  /** _str_site-footer dev */
  .site-footer .footer-content {
    padding-top: 46px;
    padding-bottom: 18px;
  }
  .site-footer .accordeon-item {
    overflow: hidden;
  }
  .site-footer .accordeon-item .accordeon-nested {
    height: 0;
    transition: all linear 0.3s;
  }
  .site-footer .accordeon-item.opened .accordeon-text {
    border-bottom: none;
  }
  .site-footer .accordeon-item.opened .accordeon-text.icon:before {
    background-image: url(sprite.png);
    background-position: -112px -97px;
    width: 10px;
    height: 2px;
  }
  .site-footer .accordeon-item.opened .accordeon-text.icon:hover:before {
    background-image: url(sprite.png);
    background-position: -122px -63px;
    width: 10px;
    height: 2px;
  }
  .site-footer .accordeon-item.opened .footer-nav {
    box-shadow: inset 0 -1px 0 #d1d1d1;
  }
  .site-footer .accordeon-text {
    border-bottom: 1px solid #d1d1d1;
    position: relative;
    padding-bottom: 9px;
    padding-top: 9px;
    margin: 0;
    padding-left: 11px;
    line-height: 1.2em;
  }
  .site-footer .accordeon-text.icon:before {
    position: absolute;
    top: 17px;
    right: 11px;
  }

  .footer-nav,
.list-info,
.list-contacts {
    padding-left: 10px;
    padding-bottom: 15px;
  }
  .footer-nav-item,
.list-info-item,
.list-contacts-item {
    margin-bottom: 9px;
  }
  .footer-nav-item a,
.list-info-item a,
.list-contacts-item a {
    color: #151515;
  }

  .bottom-line-item {
    justify-content: center;
  }
  .bottom-line-item.trust {
    justify-content: space-around;
    padding-left: 10px;
    padding-right: 10px;
  }
  .bottom-line-item.trust img {
    display: inline-block;
    width: 77px;
  }
  .bottom-line-item.trust .geo {
    width: 100px;
  }

  .footer-logo {
    width: 30px;
  }
  .footer-logo img {
    display: inline-block;
    max-width: 100%;
  }

  .copy-box {
    padding: 10px 0;
  }

  .bookmarks {
    padding-top: 24px;
    padding-bottom: 15px;
  }

  /** .col-dev */
  .col-dev {
    float: left;
    box-sizing: border-box;
  }

  .col-dev-1 {
    width: 8.3333333333%;
  }

  .col-dev-2 {
    width: 16.6666666667%;
  }

  .col-dev-3 {
    width: 25%;
  }

  .col-dev-4 {
    width: 33.3333333333%;
  }

  .col-dev-5 {
    width: 41.6666666667%;
  }

  .col-dev-6 {
    width: 50%;
  }

  .col-dev-7 {
    width: 58.3333333333%;
  }

  .col-dev-8 {
    width: 66.6666666667%;
  }

  .col-dev-9 {
    width: 75%;
  }

  .col-dev-10 {
    width: 83.3333333333%;
  }

  .col-dev-11 {
    width: 91.6666666667%;
  }

  .col-dev-12 {
    width: 100%;
  }

  /*
      dev buttons
  */
  /** btn dev */
  /*
      dev lists
  */
  /** blocks_list-product dev */
  .list-benefits {
    padding-top: 10px;
    padding-bottom: 3px;
  }

  .list-benefits-item {
    margin-bottom: 4px;
  }
  .list-benefits-item a {
    height: 84px;
  }
  .list-benefits-item .br {
    display: block;
  }

  .benefits-info {
    display: none;
  }

  /** blocks_list-product dev */
  /*
      dev blocks
  */
  /** blocks_icon dev */
  /** blocks_list-breadcrumbs dev */
  /** blocks_prod-info dev */
  /*
      dev forms
  */
  /** forms-dev */
  /*
      dev tables
  */
  /** tbl_table dev */
  /** tbl-cart dev */
  .cart thead th {
    display: none;
    line-height: 1.25em;
  }
  .cart thead th:first-child {
    display: block;
  }
  .cart tbody tr {
    display: flex;
    flex-wrap: wrap;
    padding-top: 10px;
    position: relative;
    padding-left: 70px;
    padding-right: 10px;
    padding-bottom: 14px;
  }
  .cart tbody td {
    padding: 0;
  }
  .cart tbody td .td-inner {
    justify-content: flex-start;
  }
  .cart tbody .product {
    width: 100%;
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    padding-right: 30px;
  }
  .cart tbody .product img {
    width: 48px;
    height: auto;
    position: absolute;
    top: 18px;
    left: 7px;
  }
  .cart tbody .package {
    width: 100%;
    margin-bottom: 3px;
    padding-right: 30px;
  }
  .cart tbody .subtotal {
    display: none;
  }
  .cart tbody .delete {
    position: absolute;
    top: 17px;
    right: 10px;
  }

  .tbl-product thead th {
    display: none;
  }
  .tbl-product .order .btn {
    min-width: auto;
    position: relative;
    width: 37px;
    height: 37px;
    border-radius: 50%;
    border: none;
    cursor: pointer;
  }
  .tbl-product .order .btn:hover {
    background-color: #151515;
  }
  .tbl-product .order .btn:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
  }
  .tbl-product .savings,
.tbl-product .per_pill {
    display: none;
  }

  .dosage-control {
    padding: 8px 15px;
    background-color: #151515;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .dosage-control label {
    display: block;
    position: relative;
  }
  .dosage-control label:before, .dosage-control label:after {
    content: "";
    display: block;
    position: absolute;
    height: 0;
    width: 0;
    right: 12px;
    background-color: transparent;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
  }
  .dosage-control label:before {
    border-bottom: 4px solid #696973;
    top: 50%;
    margin-top: -5px;
  }
  .dosage-control label:after {
    border-top: 4px solid #696973;
    bottom: 50%;
    margin-bottom: -5px;
  }
  .dosage-control select {
    padding: 0 64px 0 10px;
    font-size: 16px;
    outline: none;
  }
  .dosage-control .select-title {
    color: #696973;
    font-size: 12px;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
  }
  .dosage-control .select-title,
.dosage-control form {
    display: inline-block;
    vertical-align: middle;
  }

  .tbl-method tbody tr {
    padding-left: 15px;
    flex-direction: row;
    flex-wrap: nowrap;
  }
  .tbl-method tbody td {
    height: 38px;
  }
  .tbl-method tbody td .td-inner {
    justify-content: space-between;
  }
  .tbl-method tbody td .form-item label {
    width: 75%;
    line-height: 1.2em;
  }
  .tbl-method tfoot td {
    padding-left: 2px;
    padding-right: 2px;
  }
  .tbl-method tfoot .sertified-desc {
    flex-basis: 48%;
  }
  .tbl-method tfoot .sertified {
    flex-basis: 52%;
  }
  .tbl-method tfoot .sertified span {
    display: inline-block;
    margin-bottom: 3px;
  }
  .tbl-method tfoot .tbl-method-footer {
    padding-top: 15px;
  }
  .tbl-method tfoot .total span {
    line-height: 1em;
  }

  #select-dosage {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }

  /** tbl-product dev */
  /**
  ## dev elements
  styles for different block s and elements on site
  */
  /*
      dev other
  */
  /** other_page-index-dedev */
  .page-index .page-title {
    margin: 3px 0;
  }

  .hidden-dev {
    display: none;
  }

  .page-catalog .content {
    display: flex;
    flex-direction: column;
  }
  .page-catalog .list-product {
    order: 1;
  }
  .page-catalog .list-benefits {
    order: 2;
  }

  .page-cart .content {
    padding: 13px;
    margin-top: 8px;
  }
  .page-cart .content .page-title {
    margin: 0 0 4px;
  }
  .page-cart .list-bonuses {
    padding-top: 17px;
    padding-bottom: 19px;
  }
  .page-cart .list-bonuses-item {
    margin-bottom: 13px;
  }
  .page-cart .site-middle > .site {
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
  .page-cart .site-middle > .site .aside {
    order: 3;
  }
  .page-cart .site-middle > .site .also {
    order: 2;
  }
  .page-cart .site-middle > .site .also h2 {
    font-size: 24px;
    margin-bottom: 9px;
    line-height: 1.1em;
    margin-top: 19px;
  }

  .slider-testimonials.icon:before {
    display: none;
  }

  .page-catalog .content {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .page-catalog .list-benefits {
    order: 2;
  }
  .page-catalog .list-product:first-child {
    order: 1;
  }
  .page-catalog .collapsed {
    order: 3;
  }
}
@media only screen and (max-width: 767px) {
  /**
  Section named as mob
   */
  /**
  ## mob Typography
  styles for default html tag s and similar classes
  */
  /** tpg_tags-mob */
  /** tpg_texts mob */
  /**
  ## mob helpers
  */
  /**
  ## mob common
  universal classes what can be used every where on site
  */
  /*
      mob structure
      styles for main page construction
  */
  /** _str_base mob */
  /** _str_aside mob */
  /** _str_site-header mob */
  /** _str_site-footer mob */
  /** .col-mob */
  .col-mob {
    float: left;
    box-sizing: border-box;
  }

  .col-mob-1 {
    width: 8.3333333333%;
  }

  .col-mob-2 {
    width: 16.6666666667%;
  }

  .col-mob-3 {
    width: 25%;
  }

  .col-mob-4 {
    width: 33.3333333333%;
  }

  .col-mob-5 {
    width: 41.6666666667%;
  }

  .col-mob-6 {
    width: 50%;
  }

  .col-mob-7 {
    width: 58.3333333333%;
  }

  .col-mob-8 {
    width: 66.6666666667%;
  }

  .col-mob-9 {
    width: 75%;
  }

  .col-mob-10 {
    width: 83.3333333333%;
  }

  .col-mob-11 {
    width: 91.6666666667%;
  }

  .col-mob-12 {
    width: 100%;
  }

  /*
      mob buttons
  */
  /** btn mob */
  /*
      mob lists
  */
  /** blocks_list-product mob */
  /** blocks_list-product mob */
  /*
      mob blocks
  */
  /** blocks_icon mob */
  /** blocks_list-breadcrumbs mob */
  /** blocks_prod-info mob */
  /*
      mob forms
  */
  /** forms-mob */
  /*
      mob tables
  */
  /** tbl_table mob */
  /** tbl-cart mob */
  /** tbl-product mob */
  /**
  ## mob elements
  styles for different block s and elements on site
  */
  /*
      mob other
  */
  /** other_page-index-mo */
}
@media only screen and (max-width: 499px) {
  /**
  Section named as xso
   */
  /**
  ## xso Typography
  styles for default html tag s and similar classes
  */
  /** tpg_tags-xso */
  /** tpg_texts xso */
  /**
  ## xso helpers
  */
  /**
  ## xso common
  universal classes what can be used every where on site
  */
  /*
      xso structure
      styles for main page construction
  */
  /** _str_base xso */
  /** _str_aside xso */
  /** _str_site-header xso */
  /** _str_site-footer xso */
  /** .col-xso */
  .col-xso {
    float: left;
    box-sizing: border-box;
  }

  .col-xso-1 {
    width: 8.3333333333%;
  }

  .col-xso-2 {
    width: 16.6666666667%;
  }

  .col-xso-3 {
    width: 25%;
  }

  .col-xso-4 {
    width: 33.3333333333%;
  }

  .col-xso-5 {
    width: 41.6666666667%;
  }

  .col-xso-6 {
    width: 50%;
  }

  .col-xso-7 {
    width: 58.3333333333%;
  }

  .col-xso-8 {
    width: 66.6666666667%;
  }

  .col-xso-9 {
    width: 75%;
  }

  .col-xso-10 {
    width: 83.3333333333%;
  }

  .col-xso-11 {
    width: 91.6666666667%;
  }

  .col-xso-12 {
    width: 100%;
  }

  /*
      xso buttons
  */
  /** btn xso */
  /*
      xso lists
  */
  /** blocks_list-product xso */
  /** blocks_list-product xso */
  /*
      xso blocks
  */
  /** blocks_icon xso */
  /** blocks_list-breadcrumbs xso */
  /** blocks_prod-info xso */
  /*
      xso forms
  */
  /** forms-xso */
  /*
      xso tables
  */
  /** tbl_table xso */
  /** tbl-cart xso */
  /** tbl-product xso */
  /**
  ## xso elements
  styles for different block s and elements on site
  */
  /*
      xso other
  */
  /** other_page-index-xsxso */
}
@media only screen and (min-width: 500px) and (max-width: 767px) {
  /**
  Section named as smo
   */
  /**
  ## smo Typography
  styles for default html tag s and similar classes
  */
  /** tpg_tags-smo */
  /** tpg_texts smo */
  /**
  ## smo helpers
  */
  /**
  ## smo common
  universal classes what can be used every where on site
  */
  /*
      smo structure
      styles for main page construction
  */
  /** _str_base smo */
  /** _str_aside smo */
  /** _str_site-header smo */
  /** _str_site-footer smo */
  /** .col-smo */
  .col-smo {
    float: left;
    box-sizing: border-box;
  }

  .col-smo-1 {
    width: 8.3333333333%;
  }

  .col-smo-2 {
    width: 16.6666666667%;
  }

  .col-smo-3 {
    width: 25%;
  }

  .col-smo-4 {
    width: 33.3333333333%;
  }

  .col-smo-5 {
    width: 41.6666666667%;
  }

  .col-smo-6 {
    width: 50%;
  }

  .col-smo-7 {
    width: 58.3333333333%;
  }

  .col-smo-8 {
    width: 66.6666666667%;
  }

  .col-smo-9 {
    width: 75%;
  }

  .col-smo-10 {
    width: 83.3333333333%;
  }

  .col-smo-11 {
    width: 91.6666666667%;
  }

  .col-smo-12 {
    width: 100%;
  }

  /*
      smo buttons
  */
  /** btn smo */
  /*
      smo lists
  */
  /** blocks_list-product smo */
  /** blocks_list-product smo */
  /*
      smo blocks
  */
  /** blocks_icon smo */
  /** blocks_list-breadcrumbs smo */
  /** blocks_prod-info smo */
  /*
      smo forms
  */
  /** forms-smo */
  /*
      smo tables
  */
  /** tbl_table smo */
  /** tbl-cart smo */
  /** tbl-product smo */
  /**
  ## smo elements
  styles for different block s and elements on site
  */
  /*
      smo other
  */
  /** other_page-index-sm */
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  /**
  Section named as mdo
   */
  /**
  ## mdo Typography
  styles for default html tag s and similar classes
  */
  /** tpg_tags-mdo */
  /** tpg_texts mdo */
  /**
  ## mdo helpers
  */
  /**
  ## mdo common
  universal classes what can be used every where on site
  */
  /*
      mdo structure
      styles for main page construction
  */
  /** _str_base mdo */
  /** _str_aside mdo */
  /** _str_site-header mdo */
  /** _str_site-footer mdo */
  /** .col-mdo */
  .col-mdo {
    float: left;
    box-sizing: border-box;
  }

  .col-mdo-1 {
    width: 8.3333333333%;
  }

  .col-mdo-2 {
    width: 16.6666666667%;
  }

  .col-mdo-3 {
    width: 25%;
  }

  .col-mdo-4 {
    width: 33.3333333333%;
  }

  .col-mdo-5 {
    width: 41.6666666667%;
  }

  .col-mdo-6 {
    width: 50%;
  }

  .col-mdo-7 {
    width: 58.3333333333%;
  }

  .col-mdo-8 {
    width: 66.6666666667%;
  }

  .col-mdo-9 {
    width: 75%;
  }

  .col-mdo-10 {
    width: 83.3333333333%;
  }

  .col-mdo-11 {
    width: 91.6666666667%;
  }

  .col-mdo-12 {
    width: 100%;
  }

  /*
      mdo buttons
  */
  /** btn mdo */
  /*
      mdo lists
  */
  /** blocks_list-product mdo */
  /** blocks_list-product mdo */
  /*
      mdo blocks
  */
  /** blocks_icon mdo */
  /** blocks_list-breadcrumbs mdo */
  /** blocks_prod-info mdo */
  /*
      mdo forms
  */
  /** forms-mdo */
  /*
      mdo tables
  */
  /** tbl_table mdo */
  /** tbl-cart mdo */
  /** tbl-product mdo */
  /**
  ## mdo elements
  styles for different block s and elements on site
  */
  /*
      mdo other
  */
  /** other_page-index-md */
}
@media only screen and (min-width: 1025px) and (max-width: 1259px) {
  /**
  Section named as lgo
   */
  /**
  ## lgo Typography
  styles for default html tag s and similar classes
  */
  /** tpg_tags-lgo */
  /** tpg_texts lgo */
  /**
  ## lgo helpers
  */
  /**
  ## lgo common
  universal classes what can be used every where on site
  */
  /*
      lgo structure
      styles for main page construction
  */
  /** _str_base lgo */
  /** _str_aside lgo */
  /** _str_site-header lgo */
  /** _str_site-footer lgo */
  /** .col-lgo */
  .col-lgo {
    float: left;
    box-sizing: border-box;
  }

  .col-lgo-1 {
    width: 8.3333333333%;
  }

  .col-lgo-2 {
    width: 16.6666666667%;
  }

  .col-lgo-3 {
    width: 25%;
  }

  .col-lgo-4 {
    width: 33.3333333333%;
  }

  .col-lgo-5 {
    width: 41.6666666667%;
  }

  .col-lgo-6 {
    width: 50%;
  }

  .col-lgo-7 {
    width: 58.3333333333%;
  }

  .col-lgo-8 {
    width: 66.6666666667%;
  }

  .col-lgo-9 {
    width: 75%;
  }

  .col-lgo-10 {
    width: 83.3333333333%;
  }

  .col-lgo-11 {
    width: 91.6666666667%;
  }

  .col-lgo-12 {
    width: 100%;
  }

  /*
      lgo buttons
  */
  /** btn lgo */
  /*
      lgo lists
  */
  /** blocks_list-product lgo */
  /** blocks_list-product lgo */
  /*
      lgo blocks
  */
  /** blocks_icon lgo */
  /** blocks_list-breadcrumbs lgo */
  /** blocks_prod-info lgo */
  /*
      lgo forms
  */
  /** forms-lgo */
  /*
      lgo tables
  */
  /** tbl_table lgo */
  /** tbl-cart lgo */
  /** tbl-product lgo */
  /**
  ## lgo elements
  styles for different block s and elements on site
  */
  /*
      lgo other
  */
  /** other_page-index-lg */
}

/*# sourceMappingURL=css.css.map */
