/*! 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;
}

/********************************************
 * Font-Face
 *******************************************/
@font-face {
  font-family: "opensans-bold";
  src: url("../fonts/opensans-bold/opensans-bold.eot");
  src: url("../fonts/opensans-bold/opensans-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/opensans-bold/opensans-bold.woff2") format("woff2"), url("../fonts/opensans-bold/opensans-bold.woff") format("woff"), url("../fonts/opensans-bold/opensans-bold.svg#montserratregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "opensans-regular";
  src: url("../fonts/opensans-regular/opensans-regular.eot");
  src: url("../fonts/opensans-regular/opensans-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/opensans-regular/opensans-regular.woff2") format("woff2"), url("../fonts/opensans-regular/opensans-regular.woff") format("woff"), url("../fonts/opensans-regular/opensans-regular.svg#montserratregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "opensans-semibold";
  src: url("../fonts/opensans-semibold/opensans-semibold.eot");
  src: url("../fonts/opensans-semibold/opensans-semibold.eot?#iefix") format("embedded-opentype"), url("../fonts/opensans-semibold/opensans-semibold.woff2") format("woff2"), url("../fonts/opensans-semibold/opensans-semibold.woff") format("woff"), url("../fonts/opensans-semibold/opensans-semibold.svg#montserratregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "opensans-semibolditalic";
  src: url("../fonts/opensans-semibolditalic/opensans-semibolditalic.eot");
  src: url("../fonts/opensans-semibolditalic/opensans-semibolditalic.eot?#iefix") format("embedded-opentype"), url("../fonts/opensans-semibolditalic/opensans-semibolditalic.woff2") format("woff2"), url("../fonts/opensans-semibolditalic/opensans-semibolditalic.woff") format("woff"), url("../fonts/opensans-semibolditalic/opensans-semibolditalic.svg#montserratregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
/**
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: #fdfdfd;
  font-size: 14px;
  font-family: "opensans-regular", sans-serif;
  font-weight: 400;
  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;
  font-weight: 400;
}

h2 {
  font-size: 24px;
  margin: 0.67em 0;
  font-weight: 400;
}

h3 {
  font-size: 18px;
  margin: 0.67em 0;
  font-family: "opensans-regular", sans-serif;
  font-weight: 700;
}

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

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

h6 {
  font-size: 14px;
  margin: 0.67em 0;
}

p {
  margin: 10px 0;
}

a {
  color: #2c68ff;
  text-decoration: none;
  display: inline-block;
}
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 #e4e4e8;
  padding: 5px 10px;
  background-color: #fff;
}

button,
input[type=submit] {
  border: 1px solid #e4e4e8;
}

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

fieldset {
  border: 1px solid #e4e4e8;
}

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

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

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
}

/* Banner START */
.exitbanner,
.exitbanner * {
  box-sizing: border-box;
}

.exitbanner {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 100000;
  background-color: rgba(0,0,0,.8);
  font-size: 20px;
  font-weight: 500;
  font-family: 'Roboto', sans-serif;
}
.exitbanner__body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  background: #fff url(../img/exitbanner-bg.png) no-repeat 50% 50%;
  width: 480px;
  height: 360px;
  top: 50%;
  left: 50%;
  margin-top: -180px;
  margin-left: -240px;
  border-radius: 10px;
  padding: 15px 210px 0 46px;
}
.exitbanner__body:before {
  content: '';
  display: block;
  position: absolute;
  width: 239px;
  height: 270px;
  bottom: 20px;
  right: -15px;
  background: url('../img/exitbanner-doc.png') no-repeat 0 0;
}
.exitbanner__text {
  position: relative;
  z-index: 1;
  margin-bottom: 23px;
}
.exitbanner__text span {
  display: block;
  font-size: 40px;
  font-weight: 700;
  line-height: 0.8;
  margin-bottom: 6px;
}
.exitbanner__discount {
  background: url('../img/exitbanner-discount.png') no-repeat 0 0;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 174px;
  font-size: 36px;
  color: #fff;
  font-weight: 700;
  height: 122px;
  padding: 37px 0 0 19px;
  margin-top: -38px;
  margin-left: -22px;
  line-height: 1.3;
}
.exitbanner__btn {
  background-color: transparent;
  border: 2px solid #fff;
  color: #f6f5f5;
  font-size: 14px;
  text-transform: lowercase;
  border-radius: 14px;
  height: 28px;
  line-height: 24px;
  padding: 0 15px;
  cursor: pointer;
  outline: none;
}
.exitbanner__coupon {
  background: none !important;
  color: #fff !important;
  text-align: center;
  height: 1.1em;
  padding: 0 !important;
  border: none !important;
  margin-bottom: 4px;
  outline: none;
}
.exitbanner__coupon-wrap {
  position: relative;
}
.exitbanner__coupon-wrap:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.exitbanner__close {
  display: block;
  position: absolute;
  top: 8px;
  right: 10px;
  font-size: 24px;
  font-weight: 700;
  cursor: pointer;
  outline: none;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
}
/* Banner END */

/** tpg_texts xs */
.error {
  font-size: 18px;
  color: #ff2c7b;
}

.contact-info p:first-child {
  background: url("../img/contact.png") no-repeat 0 0;
  padding-top: 105px;
  margin-bottom: 20px;
}
.contact-info p:nth-child(8) {
  padding: 17px 60px 17px 50px;
  background-color: #dbe5ff;
  position: relative;
}
.contact-info p:nth-child(8):before {
  content: "";
  position: absolute;
  display: block;
  width: 24px;
  height: 24px;
  background: url("../img/icons/icon-info.png") no-repeat 0 0;
  left: 17px;
  top: 50%;
  margin-top: -12px;
}
.contact-info p:nth-child(8):after {
  content: "";
  display: block;
  position: absolute;
  width: 50px;
  height: 100%;
  background: url("../img/only-en.png") no-repeat 0 50%;
  right: 0;
  top: 0;
}

.testimonials-spelling {
  margin-bottom: 25px;
}

.testimonial {
  border-top: 1px solid #e4e4e8;
  padding: 15px 10px;
}
.testimonial .test-author {
  font-weight: 700;
  display: block;
  text-align: right;
  margin-bottom: 10px;
}
.testimonial .test-text {
  font-style: italic;
}

/**
## 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 */
.site {
  margin: 0 auto;
  max-width: 1200px;
  padding: 0 15px;
}
.site .site {
  padding: 0;
}

.main {
  margin-bottom: 32px;
}

.hide-mobile {
  display: none;
}

.visible-lg {
  display: none;
}

/** _str_aside xs */
/** _str_site-header xs */
.site-header .logo img {
  display: block;
  max-width: 100%;
}

.top-line-xs {
  position: relative;
  padding-left: 58px;
  padding-right: 53px;
  min-height: 48px;
  background-color: #fff;
  box-shadow: 0.391px 0.921px 10px 0px rgba(0, 0, 0, 0.09);
}
.top-line-xs .logo {
  width: 112px;
  margin: 12px 0 0 50px;
}

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

.swipe-menu {
  background: #fff;
}
.swipe-menu .top-line {
  order: 2;
}
.swipe-menu .bottom-line {
  order: 1;
}
.swipe-menu.active {
  left: 0;
  height: 100%;
  overflow: auto;
  box-shadow: 8.746px 4.848px 7.76px 0.24px rgba(21, 21, 21, 0.35);
}
.switchers-item {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
}

.sexy-select {
  position: relative;
  padding-right: 17px;
}
.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, .sexy-select:before {
  content: "";
  display: inline-block;
  position: absolute;
  right: 0;
  border-radius: 2px;
}
.sexy-select:before {
  top: 5px;
  border-color: transparent transparent #414f5c;
  border-style: solid;
  border-width: 0 4.5px 5px 4.5px;
}
.sexy-select:after {
  top: 16px;
  border-color: #414f5c transparent transparent;
  border-style: solid;
  border-width: 5px 4.5px 0 4.5px;
}

.search {
  font-size: 0;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.search .input-search {
  font-size: 14px;
  border: 2px solid #e4e4e8;
  border-radius: 5px;
  height: 36px;
  width: 100%;
  padding-left: 15px;
  max-width: initial;
}
.search .close {
  position: absolute;
  z-index: 1;
  top: 24px;
  right: 40px;
  width: 20px;
  height: 20px;
  cursor: pointer;
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  transform: rotate(-180deg);
  -webkit-transition: all 0.3s cubic-bezier(0.285, -0.45, 0.935, 0.11);
  -moz-transition: all 0.3s cubic-bezier(0.285, -0.45, 0.935, 0.11);
  transition: all 0.3s cubic-bezier(0.285, -0.45, 0.935, 0.11);
  -webkit-transition-delay: 0.1s;
  -moz-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.search .close::before,
.search .close::after {
  position: absolute;
  content: "";
  background: #a6a6b2;
  border-radius: 2px;
}
.search .close::before {
  width: 2px;
  height: 20px;
  left: 9px;
  top: 0px;
}
.search .close::after {
  width: 20px;
  height: 2px;
  left: 0px;
  top: 9px;
}
.search .input-search,
.search .btn-submit {
  display: inline-block;
  vertical-align: middle;
}
.search .btn-submit {
  font-size: 16px;
  color: #fff;
  bottom: 0;
  top: 0;
  background-color: transparent;
  border: none;
  outline: none;
  font-weight: 700;
  position: absolute;
  right: 0;
  padding: 0;
}

.cart-container {
  color: #fdfdfd;
}

.cart {
  position: relative;
}
.cart .icon-cart {
  position: absolute;
  top: 8px;
  left: 9px;
  width: 51px;
  height: 51px;
  border-radius: 50%;
  background-color: #fff;
}
.cart .icon-cart:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.count {
  font-size: 11px;
  font-weight: 700;
  color: #fff;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  line-height: 16px;
  text-align: center;
  background-color: #ff2c7b;
  position: absolute;
  top: 0;
  left: 40px;
}

.cart-xs {
  width: 27px;
  height: 24px;
  position: absolute;
  right: 26px;
  top: 12px;
  cursor: pointer;
}
.cart-xs .count {
  top: -5px;
  left: 22px;
}

.cart-title {
  font-size: 14px;
}

.cart-amount {
  font-size: 24px;
  font-weight: 700;
}

.support {
  padding-left: 68px;
  position: relative;
  padding-top: 18px;
  padding-bottom: 17px;
  cursor: pointer;
}
.support-icon {
  position: absolute;
  left: 16px;
  top: 10px;
}
.support-label {
  background-color: #3ca452;
  font-weight: 700;
  display: inline-block;
  color: #fff;
  font-size: 12px;
  text-align: center;
  padding-left: 6px;
  padding-right: 5px;
  border-radius: 5px;
  line-height: 1.28em;
}
.support-text {
  font-size: 16px;
  line-height: 1.2em;
}

.list-menu {
  list-style-type: none;
  padding: 0;
  margin: 0;
  font-size: 0;
}

.list-menu-item {
  font-size: 12px;
  font-weight: 600;
  line-height: 1.286em;
}
.list-menu-item a {
  color: #151515;
}

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

/** _str_site-footer xs */
  .site-footer .list-contacts-item img{
    max-width: 50%;
}
.footer-content {
  background-color: #e4e4e8;
  padding-bottom: 29px;
}
.footer-content .list-advantages {
  list-style-type: none;
  padding: 33px 0 36px;
  margin: 0;
  font-size: 0;
  text-align: center;
}
.footer-content .list-advantages-item {
  width: 50%;
  display: inline-block;
  vertical-align: middle;
}
.footer-content .list-advantages-item:nth-child(1) {
  padding-right: 8px;
}
.footer-content .list-advantages-item:nth-child(2) {
  padding-left: 8px;
}

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

.socialbookmarks {
  line-height: 20px;
}
.socialbookmarks .stButton {
  width: 20px !important;
  margin-left: 7px !important;
  margin-right: 0 !important;
}
.socialbookmarks .st_sharethis .stButton {
  margin-left: 0 !important;
}
.socialbookmarks .stButton .chicklets {
  height: 20px;
}

.copyright {
  margin: 0;
  background-color: #dbdbdb;
  color: #ababb7;
  font-size: 12px;
  padding: 26px 15px 26px;
}

.icon-logo-copy-mob:before {
  margin-right: 6px;
}

.contact-title {
  color: #a6a6b2;
  margin-right: 5px;
}

/** .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-inverse, .btn-acc:hover {
  background-color: transparent;
  border: 2px solid #2c68ff;
}

.btn-add, .btn-inverse:hover, .btn-acc {
  background-color: #2c68ff;
  border: 2px solid #2c68ff;
  color: #fff;
}

.btn {
  text-align: center;
  outline: none;
  display: inline-block;
  cursor: pointer;
  font-size: 18px;
  font-weight: 700;
  font-family: "opensans-regular", sans-serif;
  padding: 5px 10px;
  position: relative;
  min-height: 36px;
  line-height: 1.15em;
}

.btn-add, .btn-inverse {
  border-radius: 4px;
}

.btn-inverse {
  font-size: 14px;
  line-height: 1.2em;
  padding-top: 9px;
  min-width: 132px;
}
.btn-inverse:hover {
  box-shadow: 0px 3px 8px 0px rgba(44, 104, 255, 0.5);
}

.btn-add {
  min-width: 128px;
}
.btn-add:hover {
  box-shadow: 0px 3px 8px 0px rgba(44, 104, 255, 0.5);
}

.btn-menu {
  position: absolute;
  top: 12px;
  left: 15px;
  width: 29px;
  height: 24px;
  box-shadow: none;
  cursor: pointer;
}
.btn-menu span {
  display: block;
  width: 100%;
  height: 4px;
  background-color: #151515;
  margin-bottom: 6px;
  position: relative;
  border-radius: 2px;
}
.btn-menu.active .btn-menu-inner span:first-child {
  display: none;
}
.btn-menu.active .btn-menu-inner span:nth-child(2) {
  transform: rotate(-45deg);
  top: 9px;
}
.btn-menu.active .btn-menu-inner span:nth-child(3) {
  transform: rotate(45deg);
  top: -1px;
  left: 0;
}

.btn-menu-inner {
  width: 100%;
  height: 21px;
}

.btn-close {
  width: 23px;
  height: 22px;
  position: absolute;
  top: 13px;
  right: 12px;
  cursor: pointer;
}

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

/** blocks_list-product xs */
.list-benefits {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
}
.list-benefits-item {
  min-height: 57px;
  background-color: #fff;
  position: relative;
  border: 4px solid #2c68ff;
  border-radius: 4px;
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 700;
  padding-left: 12px;
  padding-right: 15px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
.item-discount {
  padding-right: 13px;
}

.item-bonus {
  padding-right: 18px;
}

.list-benefits-item a {
  color: #151515;
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 2;
}

.list-benefits .accent {
  color: #2c68ff;
  text-transform: uppercase;
}

/** blocks_list-product xs */
.list-product {
  margin: 0 -15px 0;
  overflow: hidden;
  padding-top: 32px;
}
.list-product-item {
  padding: 0 15px;
}
.list-product-item .product-item {
  height: 146px;
  margin-bottom: 9px;
  background-color: #fff;
  border: 1px solid #e4e4e8;
  border-radius: 5px;
  cursor: pointer;
  position: relative;
}
.list-product-item .product-item:hover {
  box-shadow: 0px 4px 12px rgba(109, 124, 137, 0.2);
}
.list-product-item .product-item-purchase {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  border-top: 1px solid #e4e4e8;
  height: 56px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding-right: 15px;
  padding-left: 15px;
}
.list-product-item .product-item-purchase .price {
  font-weight: 700;
  font-size: 18px;
}
.list-product-item .product-item img {
  display: inline-block;
  max-width: 100%;
}

.product-item-review {
  padding: 5px;
}

.product-descr {
  line-height: 1.25em;
  color: #a6a6b2;
}

.product-name {
  font-size: 15px;
  margin: 15px 0 5px 0;
  font-family: "opensans-semibold", sans-serif;
  font-weight: 400;
}

.active-substance,
.product-dos {
  font-size: 12px;
  margin-bottom: 2px;
}

.no-list > li {
  display: block;
}

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

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

/** list-bonuses xs */
.list-bonuses h2 {
  font-weight: 700;
}

.list-custom {
  list-style: none;
  padding-left: 30px;
}
.list-custom li {
  position: relative;
  margin-bottom: 10px;
}
.list-custom li:before {
  content: "";
  display: block;
  position: absolute;
  width: 5px;
  height: 5px;
  left: -15px;
  top: 9px;
  background-color: #2c68ff;
  border-radius: 3px;
}
.list-custom li.disabled {
  color: #a6a6b2;
}
.list-custom li.disabled:before {
  background-color: #a6a6b2;
}

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

.icon-arrow-category:before {
  background-image: url(sprite.png);
  background-position: -185px -68px;
  width: 12px;
  height: 20px;
}
.icon-arrow-down:before {
  background-image: url(sprite.png);
  background-position: -316px -120px;
  width: 10px;
  height: 8px;
}
.icon-arrow-left:before {
  background-image: url(sprite.png);
  background-position: -222px -136px;
  width: 20px;
  height: 12px;
}
.icon-arrow-menu:before {
  background-image: url(sprite.png);
  background-position: -318px -62px;
  width: 8px;
  height: 10px;
}
.icon-arrow-right:before {
  background-image: url(sprite.png);
  background-position: -200px -136px;
  width: 20px;
  height: 12px;
}
.icon-arrow-up:before {
  background-image: url(sprite.png);
  background-position: -316px -130px;
  width: 10px;
  height: 8px;
}
.icon-author:before {
  background-image: url(sprite.png);
  background-position: -200px -150px;
  width: 18px;
  height: 2px;
}
.icon-cart:before {
  background-image: url(sprite.png);
  background-position: -148px -110px;
  width: 34px;
  height: 29px;
}
.icon-cart-mob:before {
  background-image: url(sprite.png);
  background-position: -198px -154px;
  width: 27px;
  height: 24px;
}
.icon-cart-prod:before {
  background-image: url(sprite.png);
  background-position: -74px -216px;
  width: 21px;
  height: 18px;
}
.icon-cart-white:before {
  background-image: url(sprite.png);
  background-position: -51px -216px;
  width: 21px;
  height: 18px;
}
.icon-close-menu:before {
  background-image: url(sprite.png);
  background-position: -26px -216px;
  width: 23px;
  height: 22px;
}
.icon-close-search:before {
  background-image: url(sprite.png);
  background-position: -184px -110px;
  width: 13px;
  height: 13px;
}
.icon-crumbs:before {
  background-image: url(sprite.png);
  background-position: -244px -136px;
  width: 22px;
  height: 10px;
}
.icon-del:before {
  background-image: url(sprite.png);
  background-position: -255px -154px;
  width: 17px;
  height: 22px;
}
.icon-hamburger:before {
  background-image: url(sprite.png);
  background-position: -167px -154px;
  width: 29px;
  height: 24px;
}
.icon-info:before {
  background-image: url(sprite.png);
  background-position: 0px -216px;
  width: 24px;
  height: 24px;
}
.icon-logo-copy:before {
  background-image: url(sprite.png);
  background-position: -62px -154px;
  width: 75px;
  height: 43px;
}
.icon-logo-copy-mob:before {
  background-image: url(sprite.png);
  background-position: -274px -189px;
  width: 43px;
  height: 24px;
}
.icon-minus:before {
  background-image: url(sprite.png);
  background-position: -315px -148px;
  width: 11px;
  height: 3px;
}
.icon-plus:before {
  background-image: url(sprite.png);
  background-position: -185px -90px;
  width: 13px;
  height: 13px;
}
.icon-search:before {
  background-image: url(sprite.png);
  background-position: -97px -216px;
  width: 20px;
  height: 18px;
}
.icon-star:before {
  background-image: url(sprite.png);
  background-position: -62px -199px;
  width: 15px;
  height: 14px;
}
.icon-support:before {
  background-image: url(sprite.png);
  background-position: -274px -62px;
  width: 42px;
  height: 42px;
}
.icon-update-prod:before {
  background-image: url(sprite.png);
  background-position: -316px -106px;
  width: 9px;
  height: 12px;
}
.icon-discount-lg:before {
  background-image: url(sprite.png);
  background-position: -200px 0px;
  width: 72px;
  height: 72px;
}
.icon-discount-md:before {
  background-image: url(sprite.png);
  background-position: 0px -154px;
  width: 60px;
  height: 60px;
}
.icon-discount-sm:before {
  background-image: url(sprite.png);
  background-position: -274px -148px;
  width: 39px;
  height: 39px;
}
.icon-pills-lg:before {
  background-image: url(sprite.png);
  background-position: 0px -68px;
  width: 72px;
  height: 84px;
}
.icon-pills-md:before {
  background-image: url(sprite.png);
  background-position: -274px 0px;
  width: 52px;
  height: 60px;
}
.icon-pills-sm:before {
  background-image: url(sprite.png);
  background-position: -148px -68px;
  width: 35px;
  height: 40px;
}
.icon-ship-lg:before {
  background-image: url(sprite.png);
  background-position: -74px -68px;
  width: 72px;
  height: 72px;
}
.icon-ship-md:before {
  background-image: url(sprite.png);
  background-position: -200px -74px;
  width: 60px;
  height: 60px;
}
.icon-ship-sm:before {
  background-image: url(sprite.png);
  background-position: -274px -106px;
  width: 40px;
  height: 40px;
}
.icon-quotes-blue:before {
  background-image: url(sprite.png);
  background-position: -100px 0px;
  width: 98px;
  height: 66px;
}
.icon-quotes-gray:before {
  background-image: url(sprite.png);
  background-position: 0px 0px;
  width: 98px;
  height: 66px;
}

/** blocks_bestsellers xs */
.bestsellers h2 {
  margin-bottom: 8px;
  line-height: 1;
}
.bestsellers .list-product {
  padding-top: 0;
}

/*
    forms
*/
/** forms-xs */
input,
textarea {
  width: 100%;
  border: 1px solid #a6a6b2;
  border-radius: 2px;
  outline: none;
}

input {
  max-width: 290px;
}
input[name=vcode] {
  width: 100px;
  margin-right: 4px;
}
input[type=submit] {
  background-color: #2c68ff;
  font-size: 16px;
  color: #fff;
  font-weight: 700;
  display: inline-block;
  width: auto;
  padding: 10px 25px;
  border-radius: 4px;
  border: 2px solid #2c68ff;
}
input[type=submit]:hover {
  background-color: #fff;
  color: #151515;
}

textarea {
  resize: none;
}

/*
    tables
*/
/** tbl_table xs */
table {
  margin-bottom: 30px;
}
table thead th {
  color: #aec2c9;
}
table tbody td {
  height: 82px;
  background-color: #fff;
}
table tbody td .td-inner {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-contact-us table, .page-account table, .page-coupon table, .page-subscribe table {
  display: flex;
  flex-direction: column-reverse;
  text-align: left;
}
.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, .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 {
  display: block;
}
.page-contact-us table tr, .page-account table tr, .page-coupon table tr, .page-subscribe table tr {
  margin-bottom: 15px;
}
.page-contact-us table tr:last-child, .page-account table tr:last-child, .page-coupon table tr:last-child, .page-subscribe table tr:last-child {
  margin-bottom: 10px;
}
.page-contact-us table th,
.page-contact-us table td, .page-account table th,
.page-account table td, .page-coupon table th,
.page-coupon table td, .page-subscribe table th,
.page-subscribe table td {
  padding: 0;
  height: auto;
}
.page-contact-us table th, .page-account table th, .page-coupon table th, .page-subscribe table th {
  text-transform: uppercase;
  font-weight: 600;
}
.page-coupon table {
  flex-direction: column;
}

.simple th,
.simple td {
  border: 1px solid #e4e4e8;
  text-align: center;
  height: auto;
  padding: 5px 10px;
}
.simple th:first-child,
.simple td:first-child {
  text-align: left;
}
.simple thead th,
.simple thead td {
  background-color: #e4e4e8;
  color: #a6a6b2;
  font-size: 14px;
  text-transform: uppercase;
  font-family: "opensans-bold", sans-serif, serif;
}

/** tbl-cart xs */
.tbl-cart {
  margin-left: -15px;
  margin-right: -15px;
}
.tbl-cart .cart {
  padding-left: 0;
  background: #fdfdfd;
}
.tbl-cart .table,
.tbl-cart .table tbody,
.tbl-cart .table thead,
.tbl-cart .table tfoot,
.tbl-cart .table tr,
.tbl-cart .table th,
.tbl-cart .table td {
  display: block;
}
.tbl-cart .table thead th,
.tbl-cart .table thead td {
  display: none;
  background-color: #e4e4e8;
  color: #a6a6b2;
  text-transform: uppercase;
  font-family: "opensans-regular", sans-serif;
  font-weight: 700;
}
.tbl-cart .table thead th.package,
.tbl-cart .table thead td.package {
  display: block;
  text-align: left;
  padding: 10px 15px;
}
.tbl-cart .table tbody {
  border-bottom: 1px solid #e4e4e8;
}
.tbl-cart .table tbody tr {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  padding: 0 15px 15px 15px;
}
.tbl-cart .table tbody tr:first-child {
  padding-left: 72px;
}
.tbl-cart .table tbody th,
.tbl-cart .table tbody td {
  height: auto;
  padding: 0;
  line-height: 1.2;
  font-size: 16px;
}
.tbl-cart .table .view {
  width: 42px;
  position: absolute;
  top: 15px;
  left: 15px;
}
.tbl-cart .table .view img {
  max-width: 100%;
  min-width: 42px;
  height: auto;
}
.tbl-cart .table .title {
  font-family: "opensans-regular", sans-serif;
  font-weight: 700;
}
.tbl-cart .table .td-inner {
  justify-content: flex-start;
}
.tbl-cart .table .product {
  width: 100%;
  padding-top: 10px;
}
.tbl-cart .table .product .td-inner {
  padding-right: 40px;
}
.tbl-cart .table .package {
  width: 100%;
  padding-right: 40px;
  margin-bottom: 10px;
  font-size: 14px;
}
.tbl-cart .table .delete {
  position: absolute;
  top: 10px;
  right: 10px;
}
.tbl-cart .table .counter {
  display: flex;
}
.tbl-cart .table .counter input {
  width: 41px;
  border-radius: 0;
  background-color: #e4e4e8;
  text-align: center;
  margin-left: -1px;
  margin-right: -1px;
  font-size: 16px;
  font-weight: 700;
}
.tbl-cart .table .counter button {
  height: 36px;
  width: 36px;
  background-color: #fff;
  border: 2px solid #2c68ff;
  border-radius: 4px;
  padding: 0;
  display: inline-block;
  position: relative;
  z-index: 1;
  outline: none;
}
.tbl-cart .table .subtotal {
  display: none;
}
.tbl-cart .table .price {
  font-family: "opensans-bold", sans-serif;
  margin-left: auto;
}
.tbl-cart .table .upgrade {
  justify-content: center;
  padding-bottom: 5px;
}
.tbl-cart .table .upgrade a {
  font-size: 12px;
}
.tbl-cart .table .upgrade a:before {
  vertical-align: middle;
  margin-right: 4px;
  margin-top: -2px;
}
.tbl-cart .table .row-bonus {
  background-color: #eff3fc;
}
.tbl-cart .table .row-bonus td {
  background-color: #eff3fc;
}
.tbl-cart .table .row-bonus .qty {
  background-color: #dfe5f4;
  width: 109px;
  height: 32px;
}
.tbl-cart .table .row-bonus .qty .td-inner {
  justify-content: center;
  align-items: center;
  font-weight: 700;
}

.tbl-method thead th,
.tbl-method thead td {
  background-color: #e4e4e8;
  text-align: left;
  padding: 10px 15px;
  color: #a6a6b2;
  font-family: "opensans-regular", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
.tbl-method tbody td {
  height: auto;
  padding: 15px;
  border-bottom: 1px solid #e4e4e8;
  font-size: 16px;
  vertical-align: top;
}
.tbl-method tbody td:last-child .td-inner {
  justify-content: flex-end;
}
.tbl-method tfoot td {
  padding: 15px;
}
.tbl-method .td-inner {
  justify-content: flex-start;
  align-items: flex-start;
}
.tbl-method .price {
  white-space: nowrap;
}
.tbl-method .custom-radio input[type=radio] {
  display: none !important;
}
.tbl-method .custom-radio input[type=radio] + label {
  position: relative;
  padding-left: 30px;
  display: block;
  min-height: 20px;
}
.tbl-method .custom-radio input[type=radio] + label span {
  content: "";
  display: block;
  width: 19px;
  height: 19px;
  margin-right: 14px;
  position: absolute;
  top: 1px;
  left: 0;
  border: 2px solid transparent;
  background-color: #e4e4e8;
  border-radius: 10px;
}
.tbl-method .custom-radio input[type=radio]:checked + label span {
  background-color: #2c68ff;
}
.tbl-method .custom-radio input[type=radio]:checked + label span:after {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 3px;
  width: 9px;
  height: 9px;
  border-radius: 5px;
  background-color: #fff;
}
.tbl-method .wrap-total {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.tbl-method .wrap-total button {
  border-radius: 4px;
  background-color: #2c68ff;
  display: inline-block;
  padding: 12px 27px;
  font-size: 16px;
  font-family: "opensans-regular", sans-serif;
  font-weight: 700;
  color: #fff;
  line-height: 1.2;
  border: 2px solid #2c68ff;
  white-space: nowrap;
}
.tbl-method .wrap-total button:before {
  margin-right: 7px;
}
.tbl-method .wrap-total button:hover {
  background-color: #fff;
  color: #151515;
}
.tbl-method .wrap-total button:hover .icon:before {
  background-position: -74px -216px;
}
.tbl-method .wrap-total .sertified {
  width: 100%;
  text-align: center;
  margin-bottom: 24px;
}
.tbl-method .wrap-total .sertified span {
  margin-bottom: 8px;
}
.tbl-method .wrap-total .total {
  font-size: 24px;
  font-family: "opensans-regular", sans-serif;
  line-height: 48px;
  font-weight: 700;
}
.tbl-method .wrap-total .total span {
  display: none;
  text-transform: capitalize;
}

/** tbl-product xs */
.tbl-product .tbl_product_wrap {
  display: none;
  margin-left: -15px;
  margin-right: -15px;
}
.tbl-product .tbl_product_wrap.active {
  display: block;
}
.tbl-product thead th,
.tbl-product thead td {
  background-color: #e4e4e8;
  color: #a6a6b2;
  font-size: 14px;
  text-transform: uppercase;
  padding: 10px;
  font-family: "opensans-regular", sans-serif;
  font-weight: 700;
  text-align: center;
}
.tbl-product thead th:first-child,
.tbl-product thead td:first-child {
  text-align: left;
}
.tbl-product thead th:last-child,
.tbl-product thead td:last-child {
  text-align: right;
}
.tbl-product tbody tr:last-child th,
.tbl-product tbody tr:last-child td {
  border-bottom: 1px solid #e4e4e8;
}
.tbl-product tbody th,
.tbl-product tbody td {
  padding: 10px;
  font-size: 16px;
  line-height: 1.2;
  font-family: "opensans-regular", sans-serif;
  height: auto;
  text-align: center;
}
.tbl-product tbody th:first-child,
.tbl-product tbody td:first-child {
  text-align: left;
}
.tbl-product tbody th:last-child,
.tbl-product tbody td:last-child {
  text-align: right;
}
.tbl-product tbody .savings {
  color: #ff2c7b;
}
.tbl-product .btn {
  background-color: #2c68ff;
  border-radius: 4px;
  padding: 5px 15px;
}
.tbl-product .price .visible-mob {
  font-family: "opensans-bold", sans-serif;
}
.tbl-product .price .visible-mob span {
  font-family: "opensans-regular", sans-serif;
  font-weight: normal;
  font-size: 14px;
  color: #adadb8;
}
.tbl-product .per_pill,
.tbl-product .savings {
  font-size: 0;
  padding: 0;
  border-width: 0;
  font-weight: 700;
}
.tbl-product .order {
  border-left-width: 0;
}
.order a {
  color: #000000;
}
.tbl-product .row-star td {
  padding-top: 0;
}
.tbl-product .row-star ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
  margin-top: -8px;
}
.tbl-product .row-star li {
  font-size: 12px;
  color: #2c68ff;
  font-family: "opensans-regular", sans-serif;
  text-align: center;
}
.tbl-product .row-star li:before {
  margin-top: -4px;
}
.tbl-product .row-star li + li {
  margin-top: 3px;
}
.tbl-product .row-bonus td {
  background-color: #eff3fc;
}

.dosage-control {
  text-align: right;
  position: relative;
}
.dosage-control:before, .dosage-control:after {
  content: "";
  display: block;
  position: absolute;
  right: 15px;
  background-color: transparent;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  z-index: -1;
}
.dosage-control:before {
  border-top: 5px solid #151515;
  top: 60%;
}
.dosage-control:after {
  border-bottom: 5px solid #151515;
  bottom: 55%;
}
.dosage-control select {
  font-size: 24px;
  font-family: "opensans-regular", sans-serif;
  font-weight: bold;
  background-color: transparent;
  border-width: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-right: 40px;
  outline: none;
  cursor: pointer;
}

/**
## elements
styles for different block s and elements on site
*/
/*
    other
*/
/** blocks_example xs */
.collapsing-box {
  position: relative;
  padding-bottom: 36px;
  overflow: hidden;
  padding-bottom: 100px;
  height: 588px;
}
.collapsing-box .less {
  display: none;
}
.collapsing-box.active {
  height: auto;
}
.collapsing-box.active .more {
  display: none;
}
.collapsing-box.active .less {
  display: inline-block;
}
.collapsing-box .list-product {
  margin-bottom: 0;
}
.collapsing-box .list-product + .list-product {
  padding-top: 0;
}

.collapsing-panel {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  background-color: #fff;
  z-index: 2;
  height: 100px;
  padding-top: 20px;
}

.page-title .substance {
  color: #2c68ff;
  font-size: 18px;
  font-family: "opensans-regular", sans-serif;
  font-weight: 400;
  line-height: 1.1em;
}

.aside .categories-menu {
  background-color: #fff;
  border: 1px solid #e4e4e8;
  border-radius: 5px;
  margin-bottom: 21px;
}
.aside .categories-menu-item:hover {
  background-color: #2c68ff;
}
.aside .categories-menu-item:hover .name {
  color: #fdfdfd;
}
.aside .categories-menu-item:hover .active-substance {
  color: #c6d6ff;
}
.aside .categories-menu-item:hover .item-img {
  display: none;
}
.aside .categories-menu-item:hover a:after {
  display: inline-block;
}
.aside .categories-menu-item a {
  min-height: 60px;
  padding-left: 19px;
  padding-top: 15px;
  position: relative;
}
.aside .categories-menu-item a:after {
  content: "";
  display: none;
  vertical-align: middle;
  background-image: url("../img/sprite.png") !important;
  background-image: url(sprite.png);
  background-position: -185px -68px;
  width: 12px;
  height: 20px;
  position: absolute;
  top: 20px;
  right: 21px;
}
.aside .categories-menu .name {
  text-transform: uppercase;
  line-height: 1.2em;
}
.aside .categories-menu .active-substance {
  font-size: 12px;
  font-family: "opensans-regular", sans-serif;
  color: #a6a6b2;
}
.aside .categories-menu .item-img {
  margin-top: -2px;
}
.aside .categories-title {
  display: none;
}

.swipe-menu .categories-menu {
  order: 3;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 4px;
  line-height: 1.2em;
}
.swipe-menu .categories-menu .list-menu {
  height: 0;
  overflow: hidden;
  padding-top: 3px;
}
.swipe-menu .categories-menu.active .list-menu {
  display: block;
  height: auto;
}
.swipe-menu .categories-menu-item {
  min-height: 39px;
}
.swipe-menu .categories-menu a {
  padding: 6px 0 6px;
}
.swipe-menu .categories-menu .item-content {
  padding-top: 3px;
}
.swipe-menu .active-substance {
  display: none;
}

.categories-title {
  color: #2c68ff;
  font-family: "opensans-bold", sans-serif;
  text-transform: uppercase;
  border-bottom: 1px solid #e4e4e8;
  padding-bottom: 13px;
  position: relative;
  cursor: pointer;
  margin-bottom: 15px;
}
.categories-title.active {
  margin-bottom: 0;
}
.categories-title.active .toggle-categories.icon:before {
  background-image: url(sprite.png);
  background-position: -316px -130px;
  width: 10px;
  height: 8px;
  top: 7px;
}

.toggle-categories {
  position: absolute;
  top: -3px;
  right: 15px;
  background-color: #a6a6b2;
  border-radius: 6px;
  width: 23px;
  height: 23px;
}
.toggle-categories.icon:before {
  position: absolute;
  top: 8px;
  right: 7px;
}

.categories-menu-item {
  border-bottom: 1px solid #e4e4e8;
}
.categories-menu-item a {
  display: block;
  font-size: 14px;
  font-family: "opensans-bold", sans-serif;
  color: #151515;
  overflow: hidden;
}
.categories-menu-item:last-child {
  border-bottom: none;
}
.categories-menu-item .item-content,
.categories-menu-item .item-img {
  float: left;
}
.categories-menu-item .item-content {
  width: 189px;
}
.categories-menu-item .item-img {
  width: 60px;
  text-align: center;
}
.categories-menu-item .item-img img {
  max-width: 32px;
}

.slider-testimonials-box {
  background-color: #2c68ff;
}

.slider-testimonials {
  font-family: "opensans-regular", sans-serif;
  font-style: italic;
  color: #fdfdfd;
  font-size: 16px;
  padding-top: 24px;
  padding-bottom: 27px;
  font-size: 15px;
  line-height: 1.6em;
}
.slider-testimonials .slide {
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 24px;
}
.slider-testimonials .icon-quotes-gray {
  position: relative;
}
.slider-testimonials .icon-quotes-gray:before {
  position: absolute;
  top: -29px;
  left: -22px;
}
.slider-testimonials .slick-dots {
  list-style-type: none;
  padding: 0 0 0 25px;
  margin: 0;
  line-height: 0;
}
.slider-testimonials .slick-dots li {
  display: inline-block;
  margin-left: 5px;
}
.slider-testimonials .slick-dots li button {
  font-size: 0;
  display: block;
  width: 6px;
  height: 6px;
  padding: 0;
  border-radius: 50%;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background-color: #aebfea;
}
.slider-testimonials .slick-dots .slick-active button {
  width: 11px;
  height: 11px;
  background-color: #fdfdfd;
}
.slider-testimonials .author {
  font-size: 18px;
  font-weight: 700;
  position: relative;
  padding-left: 30px;
  padding-top: 3px;
  display: inline-block;
}
.slider-testimonials .author:before {
  content: "";
  display: inline-block;
  background-color: #5c8aff;
  width: 20px;
  height: 2px;
  position: absolute;
  top: 12px;
  left: 0;
}

.prod-info {
  background-color: #fff;
  border: 1px solid #e4e4e8;
  border-radius: 5px;
  margin-bottom: 15px;
  padding: 15px 10px;
}
.prod-info .title {
  font-family: "opensans-bold", sans-serif;
}

.brief-info {
  list-style-type: none;
  padding: 0;
  margin: 0;
  line-height: 1.2em;
}
.brief-info a {
  text-decoration: underline;
}
.brief-info li {
  margin-bottom: 15px;
}

/**
## 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 */
  a {
    color: #2c68ff;
  }

  /*
      sm lists
  */
  /** blocks_list-product sm */
  /** blocks_list-product sm */
  /** list-bonuses sm */
  /*
      sm blocks
  */
  /** blocks_icon sm */
  /** blocks_bestsellers sm */
  /*
      sm forms
  */
  /** forms-sm */
  /*
      sm tables
  */
  /** tbl_table sm */
  /** tbl-cart sm */
  /** tbl-product sm */
  /**
  ## sm elements
  styles for different block s and elements on site
  */
  /*
      sm other
  */
  /** blocks_example 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 */
  .visible-mob {
    display: none;
  }

  .hide-mobile {
    display: block;
  }

  /** _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 */

  .page-index .list-benefits-item {
    flex-basis: 31.623%;
    flex-grow: 1;
  }
  /** blocks_list-product md */
  .list-product .product-item {
    height: 246px;
    text-align: center;
    margin-bottom: 32px;
  }
  .list-product .product-item-img img {
    margin-top: 21px;
  }
  .list-product .product-name {
    margin-top: 16px;
    font-size: 16px;
    margin-bottom: 9px;
  }
  .list-product .active-substance,
.list-product .product-dos {
    font-size: 14px;
    margin-bottom: 0;
  }
  .list-product .product-item-purchase {
    height: 68px;
    padding-left: 24px;
    padding-right: 24px;
    padding-bottom: 3px;
  }
  .list-product .product-item-purchase .price {
    font-size: 18px;
  }
  .list-product .product-item-purchase .add-prod .btn-add {
    min-width: 103px;
  }

  /** list-bonuses md */
  /*
      md blocks
  */
  /** blocks_icon md */
  /** blocks_bestsellers md */
  /*
      md forms
  */
  /** forms-md */
  /*
      md tables
  */
  /** tbl_table md */
  /** tbl-cart md */
  .tbl-cart .cart {
    background: #fff;
  }
  .tbl-cart .table {
    display: table;
    border-collapse: separate;
  }
  .tbl-cart .table tbody {
    display: table-row-group;
    border-bottom: none;
  }
  .tbl-cart .table tbody tr {
    display: table-row;
  }
  .tbl-cart .table tbody tr:last-child td {
    border-bottom: 1px solid #e4e4e8;
  }
  .tbl-cart .table tbody td {
    padding: 10px;
    vertical-align: middle;
  }
  .tbl-cart .table tbody td .td-inner {
    justify-content: center;
  }
  .tbl-cart .table thead {
    display: table-header-group;
  }
  .tbl-cart .table thead th,
.tbl-cart .table thead td {
    display: table-cell;
    text-align: center;
    font-size: 14px;
    padding: 10px 15px;
  }
  .tbl-cart .table thead th.package,
.tbl-cart .table thead td.package {
    display: table-cell;
    text-align: center;
  }
  .tbl-cart .table thead th.price,
.tbl-cart .table thead td.price {
    font-family: "opensans-regular", sans-serif;
    font-weight: 700;
  }
  .tbl-cart .table tfoot {
    display: table-footer-group;
  }
  .tbl-cart .table tr {
    display: table-row;
  }
  .tbl-cart .table th,
.tbl-cart .table td {
    display: table-cell;
  }
  .tbl-cart .table th:first-child,
.tbl-cart .table td:first-child {
    text-align: left;
  }
  .tbl-cart .table .product {
    width: auto;
  }
  .tbl-cart .table .product .td-inner {
    justify-content: flex-start;
    padding-right: 0;
  }
  .tbl-cart .table .package {
    padding-right: 10px;
    width: auto;
    text-align: center;
  }
  .tbl-cart .table .subtotal {
    display: table-cell;
    font-family: "opensans-regular", sans-serif;
    font-weight: 700;
  }
  .tbl-cart .table .view,
.tbl-cart .table .delete {
    position: static;
  }
  .tbl-cart .table .view {
    margin-right: 10px;
  }
  .tbl-cart .table .price {
    font-family: "opensans-regular", sans-serif;
  }
  .tbl-cart .table .upgrade-inner {
    text-align: center;
  }
  .tbl-cart .table .row-bonus .qty {
    background-color: #eff3fc;
  }
  .tbl-cart .table .row-bonus .qty .td-inner {
    background-color: #dfe5f4;
    line-height: 36px;
    min-height: 36px;
  }

  .tbl-method .wrap-total {
    justify-content: space-between;
  }
  .tbl-method .wrap-total .sertified {
    width: 75%;
    text-align: left;
  }
  .tbl-method .wrap-total .total {
    width: 25%;
    text-align: right;
  }
  .tbl-method .wrap-total .total span {
    display: inline;
    font-weight: normal;
  }
  .tbl-method .wrap-total .btn-group {
    width: 100%;
    text-align: right;
  }

  /** tbl-product md */
  /**
  ## md elements
  styles for different block s and elements on site
  */
  /*
      md other
  */
  /** blocks_example md */
  .collapsing-box {
    height: 676px;
    padding-bottom: 120px;
  }

  .collapsing-panel {
    height: 120px;
    padding-top: 29px;
  }
}
@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: 30px;
  }

  h3 {
    font-size: 24px;
  }

  /** tpg_texts lg */
  .contact-info {
    display: flex;
    flex-wrap: wrap;
  }
  .contact-info p {
    width: 100%;
  }
  .contact-info p:first-child {
    width: 33%;
    padding-right: 44px;
  }
  .contact-info p:nth-child(8):after {
    width: 91px;
  }
  .contact-info form {
    width: 66%;
  }

  .list-benefits {
    flex-direction: row;
  }
  .page-index .list-benefits-item + .list-benefits-item {
    margin-left: 15px;
  }

  /**
  ## lg helpers
  */
  /**
  ## lg common
  universal classes what can be used every where on site
  */
  /*
      lg structure
      styles for main page construction
  */
  /** _str_base lg */
  .hidden-lg {
    display: none;
  }

  .visible-lg {
    display: block;
  }

  .main {
    flex-grow: 1;
  }

  .page-center {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
  }

  .page-content {
    padding: 35px 25px 50px;
    background-color: #fff;
    border: 1px solid #e4e4e8;
    border-radius: 4px;
    max-width: 870px;
  }
  .page-cart .page-content {
    margin-bottom: 40px;
  }

  /** _str_aside lg */
  .aside {
    width: 300px;
    padding: 0 30px 0 0;
  }
  .aside .list-benefits {
    flex-direction: column;
  }
  .aside .slider-testimonials-box {
    background-color: transparent;
  }
  .aside .slider-testimonials {
    color: #151515;
    padding-top: 20px;
  }
  .aside .slider-testimonials .slide {
    text-align: left;
    padding-left: 21px;
    padding-right: 15px;
    padding-top: 22px;
  }
  .aside .slider-testimonials .slide p {
    margin-bottom: 7px;
  }
  .aside .slider-testimonials .icon-quotes-gray:before {
    background-image: url(sprite.png);
    background-position: -100px 0px;
    width: 98px;
    height: 66px;
    top: -29px;
    left: -21px;
  }
  .aside .slider-testimonials .author {
    left: 5px;
  }
  .aside .slider-testimonials .slick-dots {
    margin-top: 17px;
    padding-left: 18px;
  }
  .aside .slider-testimonials .slick-dots .slick-active button {
    background-color: #2c68ff;
  }
  .aside .slider-arrow {
    display: none !important;
  }

  /** _str_site-header lg */
  .site-header .btn-menu {
    display: none;
  }

  .top-line {
    background-color: #e4e4e8;
    padding-top: 9px;
    padding-bottom: 9px;
  }
  .top-line .list-menu{
    float: right;
    min-height: 46px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 57.7%;
    margin-right: 7.5%;
  }

  #nl .top-line .list-menu{
    width: 67.7%;
  }

  #es .top-line .list-menu{
    width: 65.7%;
  }

  #fr .top-line .list-menu{
    width: 69.7%;
  }

  #el .top-line .list-menu{
    width: 63.7%;
  }

  .top-line .list-menu-item {
    display: inline-block;
  }

  #ar .top-line .list-menu-item{
    font-size: 15px;
  }

  .top-line .list-benefits,
.top-line .list-contacts {
    display: none;
  }

  .bottom-line-content {
    display: flex;
  }

  .cart-container {
    order: 2;
    position: relative;
    width: 31.62%;
  }
  .cart-container .categories-menu {
    display: none;
  }

  .support {
    float: left;
  }

  .list-menu-item {
    text-transform: uppercase;
  }

  .bottom-line {
    background: linear-gradient(90deg, #fff 0%, #fff 50%, #2c68ff 50%, #2c68ff 100%);
  }

  .header-content {
    width: 68.38%;
    padding-top: 22px;
    padding-bottom: 16px;
    padding-right: 25px;
    order: 1;
    position: relative;
  }
  .header-content:before {
    content: "";
    position: absolute;
    right: -99px;
    top: 0;
    width: 9999px;
    bottom: 0;
    box-shadow: 0.391px 0.921px 10px 0px rgba(0, 0, 0, 0.09), 0.391px -0.921px 10px 0px rgba(0, 0, 0, 0.09);
    z-index: -10000;
  }

  .cart {
    padding-top: 22px;
    padding-bottom: 19px;
    padding-left: 142px;
    min-height: 98px;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    cursor: pointer;
  }
  .cart .icon-cart {
    top: 22px;
    left: 74px;
  }
  .cart .count {
    top: 0;
    right: 0;
  }
  .switchers-box {
    padding-top: 14px;
    padding-left: 6%;
  }

  .switchers {
    float: left;
    display: flex;
    width: 100%;
  }
  .switchers-item {
    font-size: 16px;
    margin-right: 7%;
  }
  .switchers-item.country {
    order: 1;
  }
  .switchers-item.currency {
    order: 3;
    margin-right: 0;
  }
  .switchers-item.lang {
    order: 2;
  }

  .header-search-box {
    position: absolute;
    width: 100px;
    background: #fff;
    left: 0;
    top: 0;
    bottom: 0;
  }

  .form-header-search {
    position: absolute;
    top: 25px;
    right: 70px;
    z-index: 10;
  }

  .search {
    width: 30px;
    height: 47px;
    overflow: hidden;
  }
  .search .input-search {
    opacity: 0;
    padding-left: 20px;
    padding-right: 80px;
    height: 47px;
  }
  .search.active {
    width: 540px;
    overflow: visible;
  }
  .search.active .btn-submit {
    display: inline-block;
    width: 45px;
    border-radius: 4px;
    background-color: #2c68ff;
  }
  .search.active .btn-submit .icon:before {
    background: url("../img/icons/search-white.png") !important;
  }
  .search.active .input-search {
    opacity: 1;
  }
  .search.active .close {
    right: 60px;
    top: 13px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.6s cubic-bezier(0, 0.105, 0.035, 1.57);
    -moz-transition: all 0.6s cubic-bezier(0, 0.105, 0.035, 1.57);
    transition: all 0.6s cubic-bezier(0, 0.105, 0.035, 1.57);
    -webkit-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
    transition-delay: 0.3s;
  }

  /** _str_site-footer lg */
  .site-footer .footer-content {
    padding-bottom: 15px;
  }
  .site-footer h2 {
    font-family: "opensans-semibold", sans-serif;
    font-size: 24px;
    margin-bottom: 10px;
  }
  .site-footer .footer-contacts,
.site-footer .footer-menu {
    padding-top: 42px;
  }
  .site-footer .list-contacts-item {
    margin-bottom: 6px;
  }
  .site-footer .contact-title {
    font-size: 16px;
  }
  .site-footer .footer-menu {
    padding-left: 9.24%;
  }
  .site-footer .list-menu {
    padding-top: 3px;
  }
  .site-footer .list-menu-item {
    display: block;
    font-family: "opensans-semibold", sans-serif;
    margin-bottom: 15px;
    line-height: 1.25em;
  }
  .site-footer .list-menu-item a {
    color: #3d3d3d;
  }
  .site-footer .list-advantages {
    padding-top: 63px;
  }
  .site-footer .list-advantages-item:nth-child(1) {
    padding-left: 18px;
  }
  .site-footer .list-advantages-item:nth-child(2) {
    padding-left: 24px;
    padding-top: 5px;
  }

  .socialbookmarks {
    line-height: 32px;
  }
  .socialbookmarks .stButton {
    width: 32px !important;
    margin-left: 15px !important;
  }
  .socialbookmarks .stButton .chicklets {
    height: 32px;
    padding-left: 32px;
  }

  .copyright {
    font-size: 14px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .icon-logo-copy-mob:before {
    margin-right: 12px;
    background-image: url(sprite.png);
    background-position: -62px -154px;
    width: 75px;
    height: 43px;
  }

  #st_gdpr_iframe {
    bottom: 0;
  }

  /** .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 */
  /*
      lg lists
  */
  /** blocks_list-product lg */
  .list-benefits .accent {
    display: block;
    font-size: 24px;
  }

  .list-benefits-item {
    font-size: 24px;
  }

  .page-index .list-benefits-item {
    min-height: 112px;
    padding-left: 41px;
    padding-right: 26px;
    margin-bottom: 0;
  }
  .page-index .list-benefits-item.item-shipping, .page-index .list-benefits-item.item-bonus {
    padding-right: 37px;
  }
  .page-index .list-benefits-item .icon-ship-sm:before {
    background-image: url(sprite.png);
    background-position: -74px -68px;
    width: 72px;
    height: 72px;
  }
  .page-index .list-benefits-item .icon-discount-sm:before {
    background-image: url(sprite.png);
    background-position: -200px 0px;
    width: 72px;
    height: 72px;
  }
  .page-index .list-benefits-item .icon-pills-sm:before {
    background-image: url(sprite.png);
    background-position: 0px -68px;
    width: 72px;
    height: 84px;
  }
  .page-index .list-benefits-item .text-menu {
    line-height: 1.25em;
    margin-top: -6px;
  }
  .page-index .list-benefits-item + .list-benefits-item {
    margin-left: 30px;
  }

  .aside .list-benefits-item {
    min-height: 85px;
    margin-bottom: 12px;
    padding-right: 12px;
    padding-left: 20px;
    font-family: "opensans-bold", sans-serif;
    line-height: 1.15em;
  }
  .aside .list-benefits-item .icon-ship-sm:before {
    background-image: url(sprite.png);
    background-position: -200px -74px;
    width: 60px;
    height: 60px;
  }
  .aside .list-benefits-item .icon-discount-sm:before {
    background-image: url(sprite.png);
    background-position: 0px -154px;
    width: 60px;
    height: 60px;
  }
  .aside .list-benefits-item .icon-pills-sm:before {
    background-image: url(sprite.png);
    background-position: -274px 0px;
    width: 52px;
    height: 60px;
  }
  .aside .list-benefits-item:nth-child(3) {
    padding-right: 20px;
  }

  /** blocks_list-product lg */
  /** list-bonuses lg */
  /*
      lg blocks
  */
  /** blocks_icon lg */
  .icon-cart:before {
    background-image: url(sprite.png);
    background-position: -148px -110px;
    width: 34px;
    height: 29px;
  }
  .icon-del:before {
    background-image: url(sprite.png);
    background-position: -139px -154px;
    width: 26px;
    height: 35px;
  }
  .icon-logo-copy:before {
    background-image: url(sprite.png);
    background-position: -62px -154px;
    width: 75px;
    height: 43px;
  }
  .icon-search:before {
    background-image: url(sprite.png);
    background-position: -227px -154px;
    width: 26px;
    height: 24px;
  }
  .icon-discount-lg:before {
    background-image: url(sprite.png);
    background-position: -200px 0px;
    width: 72px;
    height: 72px;
  }
  .icon-discount-md:before {
    background-image: url(sprite.png);
    background-position: 0px -154px;
    width: 60px;
    height: 60px;
  }
  .icon-pills-lg:before {
    background-image: url(sprite.png);
    background-position: 0px -68px;
    width: 72px;
    height: 84px;
  }
  .icon-pills-md:before {
    background-image: url(sprite.png);
    background-position: -274px 0px;
    width: 52px;
    height: 60px;
  }
  .icon-ship-lg:before {
    background-image: url(sprite.png);
    background-position: -74px -68px;
    width: 72px;
    height: 72px;
  }
  .icon-ship-md:before {
    background-image: url(sprite.png);
    background-position: -200px -74px;
    width: 60px;
    height: 60px;
  }

  /** blocks_bestsellers lg */
  .bestsellers h2 {
    padding-left: 24px;
  }

  /*
      lg forms
  */
  /** forms-lg */
  input {
    max-width: 270px;
  }

  /*
      lg tables
  */
  /** tbl_table lg */
  /** tbl-cart lg */
  .tbl-cart {
    margin-left: 0;
    margin-right: 0;
  }
  .tbl-cart .table thead th,
.tbl-cart .table thead td {
    padding: 13px 10px;
  }
  .tbl-cart .table thead th:first-child,
.tbl-cart .table thead td:first-child {
    padding-left: 24px;
    border-radius: 4px 0 0 0;
  }
  .tbl-cart .table thead th:last-child,
.tbl-cart .table thead td:last-child {
    border-radius: 0 4px 0 0;
  }
  .tbl-cart .table .product {
    padding-top: 13px;
  }
  .tbl-cart .cart {
    padding-top: 0;
    padding-bottom: 0;
    color: #151515;
  }

  .tbl-method thead th,
.tbl-method thead td {
    font-size: 14px;
    border-radius: 4px 4px 0 0;
  }

  /** tbl-product lg */
  .tbl-product thead th:first-child,
.tbl-product thead td:first-child {
    border-radius: 4px 0 0 0;
  }
  .tbl-product thead th:last-child,
.tbl-product thead td:last-child {
    text-align: center;
    border-radius: 0 4px 0 0;
  }
  .tbl-product tbody th:last-child,
.tbl-product tbody td:last-child {
    text-align: center;
  }
  .tbl-product .per_pill,
.tbl-product .savings {
    font-size: 16px;
    padding: 10px;
    border-width: 1px;
  }
  .tbl-product .per_pill span {
    display: none;
  }
  .tbl-product .btn {
    display: flex;
    margin: auto;
    background-color: #fff;
    border: 2px solid #2c68ff;
    font-size: 14px;
    line-height: 1.5;
    font-family: "opensans-regular", sans-serif;
    font-weight: 700;
  }
  .tbl-product .btn .icon {
    margin-right: 6px;
  }
  .tbl-product .btn .icon:before {
    background-position: -74px -216px;
  }
  .tbl-product .btn:hover {
    background-color: #2c68ff;
    color: #fff;
  }
  .tbl-product .btn:hover .icon:before {
    background-position: -51px -216px;
  }
  .tbl-product .row-star li {
    text-align: left;
  }
  .tbl-product .tbl_product_wrap {
    display: block;
    margin-left: 0;
    margin-right: 0;
  }

  /**
  ## lg elements
  styles for different block s and elements on site
  */
  /*
      lg other
  */
  /** blocks_example lg */
  .page-title {
    font-size: 36px;
    margin-top: 29px;
    margin-bottom: 17px;
  }
  .page-title .substance {
    font-size: 24px;
    margin-left: 7px;
  }

  .description-info {
    margin-top: 0;
    margin-bottom: 15px;
  }

  .support {
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 53px;
    margin-top: -6px;
  }
  .support-icon {
    top: 9px;
    left: 0;
  }

  .slider-testimonials {
    font-size: 16px;
    padding-bottom: 31px;
  }
  .slider-testimonials .icon-quotes-gray::before {
    top: -8px;
    left: -29px;
  }
  .slider-testimonials .slide {
    text-align: center;
    line-height: 1.5em;
    padding-left: 2.85%;
    padding-right: 2.85%;
    padding-top: 6px;
  }
  .slider-testimonials .author {
    padding-top: 2px;
    padding-left: 20px;
  }
  .slider-testimonials .author:before {
    top: 14px;
    left: -6px;
  }

  .list-breadcrumbs {
    display: none;
  }

  .slider-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin-top: -12px;
    cursor: pointer;
  }

  .slick-prev {
    left: 0;
  }

  .slick-next {
    right: 0;
  }

  .page-index .slick-dots {
    display: none !important;
  }
  .page-index .slider-testimonials .author {
    left: -14px;
  }

  .prod-info {
    margin-bottom: 25px;
    padding: 20px;
    font-size: 16px;
  }

  .prod-img {
    margin-bottom: 35px;
  }
  .prod-img img + img {
    margin-left: 20px;
    width: 80px;
    cursor: pointer;
  }

  .brief-info {
    list-style-type: none;
    padding: 0;
    margin: 0;
    line-height: 1.2em;
  }
  .brief-info a {
    text-decoration: underline;
  }
  .brief-info li {
    margin-bottom: 15px;
  }
}
@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 */
  /** list-bonuses xl */
  /*
      xl blocks
  */
  /** blocks_icon xl */
  /** blocks_bestsellers xl */
  /*
      xl forms
  */
  /** forms-xl */
  /*
      xl tables
  */
  /** tbl_table xl */
  /** tbl-cart xl */
  .tbl-cart .table thead th,
.tbl-cart .table thead td {
    padding: 13px 8px;
    font-size: 14px;
  }
  .tbl-cart .table thead .product {
    padding-top: 13px;
  }
  .tbl-cart .table tbody td {
    padding: 15px 8px;
  }
  .tbl-cart .table tbody .product {
    padding-top: 15px;
    padding-left: 24px;
  }
  .tbl-cart .table tbody .package {
    font-size: 16px;
  }

  .tbl-method thead th,
.tbl-method thead td {
    padding-left: 24px;
  }

  /** tbl-product xl */
  /**
  ## xl elements
  styles for different block s and elements on site
  */
  /*
      xl other
  */
  /** blocks_example xl */
}
@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 */
  .hidden-dev {
    display: none;
  }

  /** _str_aside dev */
  .aside {
    display: none;
  }

  /** _str_site-header dev */
  .header-content {
    padding-right: 20px;
  }

  .switchers-box {
    width: 80%;
    padding-top: 2px;
    padding-bottom: 4px;
  }

  .switchers-item {
    margin-right: 18px;
  }
  .switchers-item.country {
    margin-top: 9px;
    min-width: 122px;
  }

  .sexy-select:before {
    top: 4px;
  }
  .sexy-select:after {
    top: 14px;
  }

  .cart-container {
    display: flex;
    flex-direction: column;
    margin-left: -15px;
    margin-right: -15px;
  }

  .header-search-box {
    order: 2;
  }

  .cart {
    order: 1;
    background: linear-gradient(90deg, #fff 0px, #fff 36px, #2c68ff 36px, #2c68ff 100%);
    padding-left: 80px;
    min-height: 67px;
    line-height: 1.25em;
    padding-top: 12px;
  }
  .cart .icon-cart:before {
    bottom: auto;
    right: auto;
    top: 13px;
    left: 7px;
  }
  .cart .count {
    top: 2px;
  }
  .cart .cart-title {
    margin-bottom: 5px;
  }

  .search {
    padding: 21px 15px 15px;
  }
  .search .input-search {
    padding-right: 30px;
  }
  .search .btn-submit {
    height: 36px;
    width: 30px;
    right: 17px;
    top: 20px;
  }

  .swipe-menu {
    display: flex;
    flex-direction: column;
    position: fixed;
    left: -100%;
    top: 0;
    z-index: 1000;
    width: 282px;
  }
  .swipe-menu .list-menu {
    padding-top: 5px;
  }
  .swipe-menu .list-menu-item {
    border-bottom: 1px solid #e4e4e8;
    position: relative;
    font-size: 14px;
    padding-right: 20px;
  }
  .swipe-menu .list-menu-item a {
    display: block;
    padding-top: 9px;
    padding-bottom: 9px;
  }
  .swipe-menu .list-menu-item:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    background-image: url("../img/sprite.png") !important;
    background-image: url(sprite.png);
    background-position: -318px -62px;
    width: 8px;
    height: 10px;
    position: absolute;
    top: 16px;
    right: 6px;
  }
  .swipe-menu .support {
    background-color: #e4e4e8;
    margin-left: -15px;
    margin-right: -15px;
  }
  .swipe-menu .support .support-content {
    margin-top: -8px;
  }
  .swipe-menu .support .icon-support {
    margin-top: 6px;
  }
  .swipe-menu .list-contacts {
    padding-top: 23px;
    padding-bottom: 12px;
  }
  .swipe-menu .list-contacts-item {
    margin-bottom: 9px;
  }

  /** _str_site-footer dev */
  /** .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 */
  /** blocks_list-product dev */
  /** list-bonuses dev */
  /*
      dev blocks
  */
  /** blocks_icon dev */
  /** blocks_bestsellers dev */
  /*
      dev forms
  */
  /** forms-dev */
  /*
      dev tables
  */
  /** tbl_table dev */
  /** tbl-cart dev */
  /** tbl-product dev */
  /**
  ## dev elements
  styles for different block s and elements on site
  */
  /*
      dev other
  */
  /** blocks_example dev */
  .list-breadcrumbs {
    padding: 10px 0 5px 3px;
    margin: 0;
    list-style-type: none;
  }
  .list-breadcrumbs-item {
    position: relative;
  }
  .list-breadcrumbs a {
    color: #151515;
    font-family: "opensans-semibold", sans-serif;
    font-size: 14px;
  }

  .page-title {
    line-height: 1.2em;
    margin-top: 0;
    margin-bottom: 10px;
  }
  .page-title .substance {
    display: block;
  }

  .prod-info {
    padding: 15px;
  }

  .brief-info li {
    margin-bottom: 19px;
  }

  .prod-img {
    margin-bottom: 6px;
  }
  .prod-img img {
    width: 60px;
    cursor: pointer;
  }
}
@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 */
  .list-product .product-item-img {
    width: 65px;
    float: left;
    padding-top: 15px;
    padding-left: 4px;
  }
  .list-product .product-descr {
    margin-left: 78px;
  }

  /** list-bonuses mob */
  /*
      mob blocks
  */
  /** blocks_icon mob */
  /** blocks_bestsellers 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
  */
  /** blocks_example mob */
}
@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 */
  /** list-bonuses xso */
  /*
      xso blocks
  */
  /** blocks_icon xso */
  /** blocks_bestsellers 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
  */
  /** blocks_example xso */
}
@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 */
  /** list-bonuses smo */
  /*
      smo blocks
  */
  /** blocks_icon smo */
  /** blocks_bestsellers 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
  */
  /** blocks_example smo */
}
@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 */
  /** list-bonuses mdo */
  /*
      mdo blocks
  */
  /** blocks_icon mdo */
  /** blocks_bestsellers 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
  */
  /** blocks_example mdo */
}
@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 */
  /** list-bonuses lgo */
  /*
      lgo blocks
  */
  /** blocks_icon lgo */
  /** blocks_bestsellers 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
  */
  /** blocks_example lgo */
}

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