/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */

html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */

figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */

mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */

template {
  display: none;
}

/* Hidden
   ========================================================================== */

/**
 * Add the correct display in IE 10-.
 */

[hidden] {
  display: none;
}

* {
  box-sizing: border-box;
}

body {
  background-color: #fff;
  padding-top: 64px;
  font-family: "Open Sans", sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 24px;
  color: #37445e;
}
h1,
h2,
h3,
h4,
h5 {
  width: 100%;
}




h1,
h2,
h3 {
  margin-top: 0;
  font-weight: 700;
  font-family: "Source Sans Pro", sans-serif;
}

h1,
h2 {
  font-size: 32px;
  line-height: 36px;
}

h3 {
  font-size: 22px;
  line-height: 28px;
}

a {
  color: #0D7EE7;
  text-decoration: underline;
  cursor: pointer;
}

a:hover {
  text-decoration: none;
}

p {
  margin: 0 0 0.8em 0;
}

img {
  display: inline-block;
  max-width: 100%;
  vertical-align: middle;
}

svg {
  display: inline-block;
  vertical-align: middle;
}

table {
  width: 100%;
  font-family: inherit;
}

th,
td {
  text-align: center;
}

th:first-child,
td:first-child {
  text-align: left;
}

thead th,
thead td {
  font-size: 14px;
  line-height: 20px;
  color: #8c97ac;
  font-weight: 600;
  border-bottom: 1px solid #EFF0F2;
  border-top: 1px solid #EFF0F2;
  padding: 15px 16px;
}

tbody th,
tbody td {
  font-size: 17px;
  line-height: 24px;
  font-weight: 400;
  border-bottom: 1px solid #EFF0F2;
  padding: 12px 16px;
}

/* Layout */
@font-face {
font-family: "Open Sans"; 
src: url("fonts/opensans.ttf") format("truetype"); 
font-style: normal; 
font-weight: normal; 
} 

@font-face {
  font-family: 'helvetica-neue';
  src: url('fonts/helvetica-neue/helvetica-neue.eot');
  src: url('fonts/helvetica-neue/helvetica-neue.eot?#iefix') format('embedded-opentype'), url('fonts/helvetica-neue/helvetica-neue.woff2') format('woff2'), url('fonts/helvetica-neue/helvetica-neue.woff') format('woff'), url('fonts/helvetica-neue/helvetica-neue.ttf') format('truetype'), url('fonts/helvetica-neue/helvetica-neue.svg#sansus_webissimoregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'helvetica-neue-500';
  src: url('fonts/helvetica-neue-500/helvetica-neue-500.eot');
  src: url('fonts/helvetica-neue-500/helvetica-neue-500.eot?#iefix') format('embedded-opentype'), url('fonts/helvetica-neue-500/helvetica-neue-500.woff2') format('woff2'), url('fonts/helvetica-neue-500/helvetica-neue-500.woff') format('woff'), url('fonts/helvetica-neue-500/helvetica-neue-500.ttf') format('truetype'), url('fonts/helvetica-neue-500/helvetica-neue-500.svg#sansus_webissimoregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "icons";
  src: url("fonts/icons/icons.eot?muhrv8");
  src: url("fonts/icons/icons.eot?muhrv8#iefix") format("embedded-opentype"), url("fonts/icons/icons.ttf?muhrv8") format("truetype"), url("fonts/icons/icons.woff?muhrv8") format("woff"), url("fonts/icons/icons.svg?muhrv8#icons") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="i-"],
[class*=" i-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icons" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.i-minus:before {
  content: "\e90b";
}

.i-plus:before {
  content: "\e90c";
}

.i-remove:before {
  content: "\e90d";
}

.i-crumbs:before {
  content: "\e909";
}

.i-crumbs-back:before {
  content: "\e90a";
}

.i-slide-left:before {
  content: "\e907";
}

.i-slide-right:before {
  content: "\e908";
}

.i-li:before {
  content: "\e906";
}

.i-toggle-list:before {
  content: "\e905";
}

.i-cart:before {
  content: "\e900";
}

.i-menu:before {
  content: "\e901";
}

.i-menu-close:before {
  content: "\e902";
}

.i-search:before {
  content: "\e903";
}

.i-search-sbmt:before {
  content: "\e904";
}

.inline-to-md {
  display: inline !important;
}

.inline-block-to-md {
  display: inline-block !important;
}

.block-to-md {
  display: block !important;
}

.flex-to-md {
  display: flex;
}

.inline-from-md {
  display: none !important;
}

.block-from-md {
  display: none !important;
}

.flex-from-md {
  display: none;
}

.hidden-to-md {
  display: none;
}

html,
body {
  height: 100%;
}

.container {
  width: 100%;
  max-width: 1184px;
  margin: 0 auto;
  padding: 0 15px;
}

.row {
  margin: 0 -8px;
  display: flex;
  flex-wrap: wrap;
}

.col-12,
.col-md-3,
.col-md-9 {
  padding-left: 8px;
  padding-right: 8px;
}

.col-12,
.col-md-3,
.col-md-9 {
  width: 100%;
}

.page__wrapper {
  min-height: 100%;
  display: flex;
  flex-direction: column;
}

.page__header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  z-index: 100;
}

.page__title {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
  margin: 0 0 16px 0;
}

.page__title--center {
  text-align: center;
}

.page__section--contrast {
  background-color: #e9f7fe;
}

.page__main {
  margin-bottom: 31px;
}

.page__footer {
  background-color: #1d293f;
  color: #e4e7ee;
  margin-top: auto;
}

.page__shopping-count {
  color: #8C97AC;
}

.header {
  height: 64px;
  display: flex;
  align-items: center;
}

.header .row {
  align-items: center;
  flex-wrap: nowrap;
  flex-grow: 1;
}

.header__left,
.header__right {
  flex-grow: 1;
  align-items: center;
  display: flex;
}

.header__left {
  padding-left: 6px;
}

.header__right {
  justify-content: flex-end;
}

.header__search {
  position: absolute;
  left: -200%;
  width: 100%;
  transition: left ease-in 0.2s;
  background-color: #fff;
}

.header__search.opened {
  left: 0;
}

.header__menu-open,
.header__search-open {
  border: none;
  cursor: pointer;
  background-color: transparent;
}

.header__search-open {
  font-size: 27px;
  color: #758094;
  margin-right: 30px;
}

.header__menu-open {
  font-size: 19px;
  color: #374765;
  margin-right: 22px;
}

.header__logo img {
  height: 32px;
}

.header__body {
  display: flex;
  align-items: center;
  flex-grow: 1;
  justify-content: flex-end;
}

.header__body .i-cart {
  font-size: 28px;
  text-decoration: none;
  color: #2265da;
  padding-right: 2px;
}

.header__top {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  overflow-y: auto;
  padding-top: 64px;
  transform: translateX(200%);
  transition: all ease-in 0.3s;
}

.header__top.opened {
  transform: translateX(0);
}

.header__cart {
  margin-bottom: 16px;
}

.error {
  color: #eb2655;
}

.account-page input,
.coupon-page input,
.contact-page input,
.subscribe-page input,
.account-page textarea,
.coupon-page textarea,
.contact-page textarea,
.subscribe-page textarea {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  border-radius: 4px;
  border: 1px solid #d1d8e3;
  outline: none;
}

.account-page input,
.coupon-page input,
.contact-page input,
.subscribe-page input {
  height: 56px;
}

.account-page textarea,
.coupon-page textarea,
.contact-page textarea,
.subscribe-page textarea {
  height: 192px !important;
  resize: none;
  padding-top: 10px;
  padding-bottom: 10px;
}

.account-page input[type="submit"],
.coupon-page input[type="submit"],
.contact-page input[type="submit"],
.subscribe-page input[type="submit"] {
  padding: 6px 30px !important;
}

.account-page input[name="vcode"],
.coupon-page input[name="vcode"],
.contact-page input[name="vcode"],
.subscribe-page input[name="vcode"] {
  margin-right: 5px;
}

.account-page img.vcode,
.coupon-page img.vcode,
.contact-page img.vcode,
.subscribe-page img.vcode {
  margin-right: 5px;
}

.account-page table,
.coupon-page table,
.contact-page table,
.subscribe-page table,
.account-page thead,
.coupon-page thead,
.contact-page thead,
.subscribe-page thead,
.account-page tbody,
.coupon-page tbody,
.contact-page tbody,
.subscribe-page tbody,
.account-page tfoot,
.coupon-page tfoot,
.contact-page tfoot,
.subscribe-page tfoot,
.account-page tr,
.coupon-page tr,
.contact-page tr,
.subscribe-page tr,
.account-page td,
.coupon-page td,
.contact-page td,
.subscribe-page td {
  display: block;
}

.account-page table,
.coupon-page table,
.contact-page table,
.subscribe-page table {
  display: flex;
  flex-direction: column;
  margin-bottom: 15px;
}

.account-page table input,
.coupon-page table input,
.contact-page table input,
.subscribe-page table input {
  width: 100%;
}

.account-page tfoot th,
.coupon-page tfoot th,
.contact-page tfoot th,
.subscribe-page tfoot th {
  padding-top: 15px;
}

.account-page table input[name="vcode"],
.coupon-page table input[name="vcode"],
.contact-page table input[name="vcode"],
.subscribe-page table input[name="vcode"] {
  width: auto;
  float: left;
}

.account-page table button,
.coupon-page table button,
.contact-page table button,
.subscribe-page table button,
.account-page table input[type="submit"],
.coupon-page table input[type="submit"],
.contact-page table input[type="submit"],
.subscribe-page table input[type="submit"] {
  display: inline-block;
  background-color: #EB2655;
  border: 1px solid #EB2655;
  color: #F3F3F3;
  padding: 6px 11px;
  border-radius: 8px;
  cursor: pointer;
  font-size: 16px;
  font-family: "helvetica-neue", sans-serif;
  width: auto;
}

.account-page table button:hover,
.coupon-page table button:hover,
.contact-page table button:hover,
.subscribe-page table button:hover,
.account-page table input[type="submit"]:hover,
.coupon-page table input[type="submit"]:hover,
.contact-page table input[type="submit"]:hover,
.subscribe-page table input[type="submit"]:hover {
  background-color: #fff;
  border: 1px solid #BAC7DF;
  color: #1D293F;
}

.account-page th,
.coupon-page th,
.contact-page th,
.subscribe-page th,
.account-page td,
.coupon-page td,
.contact-page td,
.subscribe-page td {
  padding: 0;
  border-bottom: none;
  text-align: left;
  overflow: hidden;
  vertical-align: middle;
}

.bonuses-page table.free_pills td,
.bonuses-page table.free_pills th {
  text-align: left;
  border-bottom: none;
}

.account-page tr,
.coupon-page tr,
.contact-page tr,
.subscribe-page tr {
  margin-bottom: 4px;
}

.account-page tbody,
.coupon-page tbody,
.contact-page tbody,
.subscribe-page tbody {
  order: 0;
}

.account-page tfoot,
.coupon-page tfoot,
.contact-page tfoot,
.subscribe-page tfoot {
  order: 1;
}

.account-page tfoot th:first-child,
.coupon-page tfoot th:first-child,
.contact-page tfoot th:first-child,
.subscribe-page tfoot th:first-child {
  display: none;
}

.account-page tfoot th[colspan="2"],
.coupon-page tfoot th[colspan="2"],
.contact-page tfoot th[colspan="2"],
.subscribe-page tfoot th[colspan="2"] {
  display: block;
  text-align: left;
}

table.simple {
  margin: 15px 0;
}

table.simple thead th,
table.simple thead td {
  font-family: "raleway", sans-serif;
  text-align: center;
  font-size: 13px;
  line-height: 16px;
  color: #5c6471;
  font-weight: bold;
}

table.simple thead th:first-child,
table.simple thead td:first-child {
  text-align: left;
}

table.simple tbody td,
table.simple tbody th {
  text-align: center;
}

table.simple tbody td:first-child,
table.simple tbody th:first-child {
  text-align: left;
}

.faq-page h2,
.policies-page h2,
.sitemap-page h2,
.bonuses-page h2 {
  text-align: left;
  font-size: 32px;
  margin-bottom: 15px;
}

.faq-page h3 {
  font-size: 24px;
  margin-bottom: 15px;
}

.testimonial {
  border-top: 1px solid #d2d4d9;
  padding-top: 15px;
  margin-bottom: 15px;
}

.testimonial .test-header {
  text-align: right;
  font-weight: bold;
  color: #0d7ee7;
  margin-bottom: 10px;
}

.testimonial .test-text {
  font-style: italic;
  font-size: 14px;
}

.catalog-base,
.catalog-full {
  display: flex;
  flex-wrap: wrap;
}

.catalog-more {
  padding-top: 17px;
  text-align: center;
  margin-bottom: 36px;
}

.catalog-more .btn {
  display: inline-block;
  width: 100%;
  padding: 17px 15px;
  font-size: 18px;
  border-radius: 4px;
}

.catalog-more.active {
  display: none;
}

.catalog-full {
  margin-bottom: 38px;
  display: none;
}

.catalog-full.opened {
  display: flex;
}

/* .search */

.search {
  height: 64px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 16px;
}

.search button {
  border: none;
  cursor: pointer;
  background-color: transparent;
  font-size: 20px;
  margin-left: -2px;
  margin-right: -3px;
}

.search__field {
  flex-grow: 1;
  border: 1px solid #D1D8E3;
  background-color: #fff;
  height: 48px;
  border-radius: 22px;
  display: flex;
  align-items: center;
  padding: 0 16px 0 8px;
}

.search__input {
  flex-grow: 1;
  flex-shrink: 1;
  width: 100%;
  outline: none;
  border: none;
  font-family: 'Open Sans', sans-serif;
  font-size: 17px;
}

.search__submit {
  color: #758094;
}

.search .i-menu-close {
  min-width: 64px;
  color: #758094;
  font-size: 21px;
}

/* .navbar */

.navbar {
  font-family: "Source Sans Pro", sans-serif;
}

.navbar__btn-close {
  background-color: transparent;
  border: none;
  font-size: 21px;
  color: #758094;
  cursor: pointer;
  position: absolute;
  top: -148px;
  left: 15px;
}

.navbar__list {
  list-style-type: none;
  margin: 0;
  padding: 0 16px;
}

.navbar__sublist {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.navbar__sublist.opened .navbar__sublist-item {
  border-top: 1px solid #eff0f2;
}

.navbar__sublist.opened .navbar__sublist-item:last-child {
  border-bottom: 1px solid #eff0f2;
}

.navbar__link,
.navbar__sublist-link {
  display: flex;
  width: 100%;
  justify-content: space-between;
  cursor: pointer;
  align-items: center;
  color: #111d33;
  text-decoration: none;
  outline: none;
}

.navbar__link {
  height: 48px;
  padding-right: 4px;
}

.navbar__link .i-toggle-list {
  font-size: 6px;
}

.navbar__link.opened .i-toggle-list {
  transform: rotate(180deg);
  color: #2265da;
}

.navbar__sublist-link {
  font-size: 15px;
  line-height: 20px;
  transition: height ease-in 0.2s;
  height: 0;
  overflow: hidden;
}

.navbar__sublist.opened .navbar__sublist-link {
  height: 35px;
}

.navbar__sublist-link img {
  width: 42px;
}

/* .btn */

.btn {
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  line-height: 20px;
  font-weight: 500;
  background-color: #EB2655;
  border: 1px solid #EB2655;
  border-radius: 8px;
  color: #F3F3F3;
  cursor: pointer;
  display: inline-block;
  padding: 9px 15px;
  text-decoration: none;
}

.btn:hover {
  background-color: #fff;
  border: 1px solid #BAC7DF;
  color: #1D293F;
}

.btn--lg {
  border-radius: 4px;
  font-size: 18px;
  padding: 17px 19px;
}

.btn--invert {
  background-color: #fff;
  border: 1px solid #BAC7DF;
  color: #1D293F;
}

.btn--invert:hover {
  background-color: #EB2655;
  border: 1px solid #EB2655;
  color: #F3F3F3;
}

/* .tbl */

.tbl--shopping-cart {
  margin-bottom: 20px;
}

.tbl--shopping-cart .tbl__el {
  display: block;
  border-top: 1px solid #EFF0F2;
}

.tbl--shopping-cart .tbl__thead {
  display: none;
}

.tbl--shopping-cart .tbl__tbody,
.tbl--shopping-cart .tbl__tbody-td {
  display: block;
}

.tbl--shopping-cart .tbl__tbody-tr {
  display: flex;
  flex-wrap: wrap;
}

.tbl--shopping-cart .tbl__tbody {
  border-bottom: 1px solid #EFF0F2;
  padding-bottom: 3px;
}

.tbl--shopping-cart .tbl__tbody-td {
  padding: 9px 0;
  position: relative;
  border-bottom: none;
}

.tbl--shopping-cart .tbl__tbody-td--product {
  padding-left: 62px;
  font-weight: 700;
  width: 100%;
  order: 1;
  margin-bottom: 2px;
}

.tbl--shopping-cart .tbl__tbody-td--product img {
  width: 48px;
  position: absolute;
  top: 8px;
  left: 0;
}

.tbl--shopping-cart .tbl__tbody-td--product span {
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #8C97AC;
  padding-top: 3px;
}

.tbl--shopping-cart .tbl__tbody-td--remove {
  order: 2;
  display: flex;
  align-items: center;
  padding: 0 17px;
  margin-right: 7px;
}

.tbl--shopping-cart .tbl__tbody-td--remove a {
  text-decoration: none;
  color: #758094;
  font-size: 20px;
  font-size: 22px;
}

.tbl--shopping-cart .tbl__tbody-td--qty {
  order: 3;
}

.tbl--shopping-cart .tbl__tbody-td--price {
  display: none;
  white-space: nowrap;
}

.tbl--shopping-cart .tbl__tbody-td--total {
  color: #111D33;
  font-weight: 700;
  margin-left: auto;
  order: 4;
  display: flex;
  align-items: center;
  padding: 0 8px;
  white-space: nowrap;
}

.tbl--product .tbl__el {
  display: block;
  border-top: 1px solid #EFF0F2;
}

.tbl--product .tbl__thead {
  display: none;
}

.tbl--product .tbl__thead-th {
  padding: 16px 9px;
}

.tbl--product .tbl__thead-th--price {
  text-align: right;
}

.tbl--product .tbl__tbody,
.tbl--product .tbl__tbody-td {
  display: block;
}

.tbl--product .tbl__tbody-td {
  border: none;
  padding: 12px 9px;
}

.tbl--product .tbl__tbody-tr {
  border-bottom: 1px solid #EFF0F2;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 14px 0;
}

.tbl--product .tbl__tbody-td--packet {
  margin-right: auto;
}

.tbl--product .tbl__tbody-td--price {
  font-weight: 700;
  color: #111D33;
  text-align: right;
}

.tbl--product .tbl__tbody-td--price span {
  display: block;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}

.tbl--product .tbl__tbody-td--per-pill {
  display: none;
}

.tbl--product .tbl__tbody-td--order a {
  text-decoration: none;
  font-size: 22px;
  color: #EB2655;
  border: 1px solid #EB2655;
  border-radius: 4px;
  background-color: #fff;
  padding: 8px 16px;
}

.tbl--product .tbl__tbody-td--order a:hover {
  color: #fff;
  background-color: #EB2655;
}

/* .cart */

.cart {
  display: flex;
  width: 100%;
  background-color: #E9F7FE;
  text-decoration: none;
  padding: 24px 16px;
  align-items: center;
  justify-content: space-between;
}

.cart__body {
  position: relative;
  padding-left: 44px;
}

.cart__body:before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.cart__title,
.cart__price {
  display: block;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
}

.cart__title {
  color: #8C97AC;
}

.cart__price {
  color: #111D33;
}

/* .banner */

.banner {
  margin-left: -7px;
  margin-right: -7px;
  padding: 24px 40% 28px 17px;
  font-size: 14px;
  line-height: 20px;
  background: #e6d1d8 url("images/banner.jpg") no-repeat 25% 100%;
  background-size: 512px auto;
  margin-bottom: 48px;
}

.banner__title {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 700;
  font-size: 42px;
  line-height: 44px;
  letter-spacing: -0.5px;
  margin-bottom: 8px;
}

.banner__text {
  margin-bottom: 16px;
}

/* .crumbs */

.crumbs {
  background-color: #E9F7FE;
  margin-left: -15px;
  margin-right: -15px;
  padding: 8px 18px;
  display: flex;
  margin-bottom: 16px;
}

.crumbs a,
.crumbs span {
  text-decoration: none;
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  color: #8C97AC;
}

.crumbs a:hover span {
  text-decoration: underline;
}

.crumbs i {
  color: #8C97AC;
  font-size: 4px;
}

.crumbs__link-mob i {
  margin-right: 14px;
}

.crumbs__link {
  margin-right: 14px;
}

.crumbs__link span {
  margin-right: 14px;
  color: #2265DA;
}

.crumbs__wrap {
  white-space: nowrap;
}

/* .card */

.card {
  background-color: #fff;
  border: 1px solid #eff0f2;
  text-decoration: none;
  color: #37445e;
  display: block;
  padding: 36px 24px 31px;
  width: 100%;
}

.card__header {
  display: flex;
  margin-bottom: 21px;
  justify-content: space-between;
  min-width: 80px;
}

.card__title {
  margin: 0;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 22px;
  line-height: 28px;
  font-weight: 700;
  color: #111d33;
  margin-bottom: 5px;
}

.card__subtitle {
  text-transform: uppercase;
  color: #8c97ac;
  font-size: 12px;
  line-height: 16px;
  font-family: "helvetica-neue-500", sans-serif;
  margin-bottom: 15px;
}

.card__text {
  font-size: 14px;
  line-height: 20px;
}

.card__view img {
  width: 80px;
  min-width: 80px;
}

.card__footer {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}

.card__price {
  font-size: 30px;
  font-family: "Source Sans Pro", sans-serif;
  color: #111d33;
  font-weight: 700;
  letter-spacing: -0.5px;
}

/* .bestsellers */

.bestsellers {
  margin-bottom: 35px;
}

.bestsellers__more .btn {
  font-size: 18px;
  line-height: 24px;
  width: 100%;
  max-width: 400px;
  text-align: center;
  padding: 15px;
  border-radius: 4px;
}

.bestsellers__body {
  margin-bottom: 17px;
}

.bestsellers__more {
  text-align: center;
}

/* .benefits */

.benefits {
  margin-bottom: 49px;
}

.benefits--sidebar {
  margin-bottom: 76px;
}

.benefits__item {
  background-color: #E9F7FE;
  padding: 25px 15px 25px 73px;
  margin-bottom: 8px;
  position: relative;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
  border-radius: 8px;
}

.benefits--sidebar .benefits__item {
  width: 100%;
  margin-right: 0;
  margin-bottom: 16px;
}

.benefits__item img {
  position: absolute;
  top: 50%;
  left: 18px;
  transform: translateY(-50%);
}

/* .swiper */

.swiper {
  padding: 35px 16px 50px 16px;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #37445e;
}

.swiper__control {
  display: none;
  position: absolute;
  top: -6px;
  right: 0;
  width: 112px;
  height: 48px;
  justify-content: space-between;
}

.swiper .swiper-button-prev,
.swiper .swiper-button-next {
  width: 48px;
  height: 48px;
  border-radius: 24px;
  background-color: #fff;
  color: #374765;
  font-size: 17px;
  position: static;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 15px 80px rgba(7, 7, 22, 0.07), 0px 3.35045px 17.869px rgba(7, 7, 22, 0.0417275), 0px 0.997515px 5.32008px rgba(7, 7, 22, 0.0282725);
}

.swiper .swiper-button-prev::after,
.swiper .swiper-button-next::after {
  display: none;
}

.swiper .swiper-button-prev::before {
  margin-left: -2px;
}

.swiper .swiper-button-next::before {
  margin-right: -2px;
}

.swiper__item {
  background-color: #fff;
  padding: 30px 24px;
}

.swiper__title {
  margin: 0 0 18px;
  font-family: "Source Sans Pro", sans-serif;
  text-align: center;
  position: relative;
}

.swiper__title span {
  display: block;
}

.swiper__item-header {
  margin-bottom: 16px;
}

.swiper__item-view {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  overflow: hidden;
}

.swiper__item-text {
  margin-bottom: 16px;
}

.swiper__item-name {
  color: #37445e;
  font-weight: 600;
}

.swiper .swiper-pagination {
  position: static;
  padding-top: 23px;
}

.swiper .swiper-pagination-bullet {
  height: 4px;
  width: 33px;
  border-radius: 2px;
}

.swiper .swiper-pagination-bullet + .swiper-pagination-bullet {
  margin-left: 13px;
}

.swiper .swiper-pagination-bullet-active {
  color: #2265da;
}

/* .qty */

.qty {
  display: flex;
}

.qty__btn {
  cursor: pointer;
  width: 39px;
  padding: 0;
  border: 1px solid #D1D8E3;
}

.qty__btn--decrement {
  font-size: 2px;
  border-radius: 6px 0 0 6px;
  border-right-width: 0;
}

.qty__btn--increment {
  font-size: 10px;
  border-radius: 0 6px 6px 0;
  border-left-width: 0;
}

.qty__input {
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  line-height: 20px;
  text-align: center;
  width: 62px;
  height: 40px;
  padding: 0 !important;
  background-color: #fff;
  outline: none;
  border: 1px solid #D1D8E3;
}

/* .bonuses */

.bonuses__title {
  margin-bottom: 17px;
}

.bonuses__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.bonuses__list-item {
  position: relative;
  padding-left: 45px;
  margin-bottom: 12px;
}

.bonuses__list-item i {
  color: #2265DA;
  font-size: 13px;
  position: absolute;
  top: 5px;
  left: 18px;
}

.bonuses__list-item.disabled {
  color: #C7CCD8;
}

.bonuses__list-item.disabled i {
  color: #C7CCD8;
}

/* .try */

.try {
  padding-top: 32px;
}

.try__top {
  display: flex;
  flex-direction: column-reverse;
  margin-bottom: 12px;
}

.try__top-view {
  text-align: center;
  margin-bottom: 24px;
}

.try__top-view img {
  min-width: 220px;
  width: 220px;
}

.try__title {
  margin: 0 0 29px;
  font-size: 42px;
  line-height: 44px;
}

.try__subtitle {
  font-size: 17px;
  line-height: 24px;
  font-weight: 600;
  font-family: 'Open Sans', sans-serif;
  margin: 0 0 16px;
}

.try p {
  margin: 0 0 16px;
}

.try ul {
  padding: 0;
  margin: 0 0 16px;
  list-style: none;
}

.try ul li {
  position: relative;
  padding-left: 46px;
  margin-bottom: 12px;
}

.try .i-li {
  position: absolute;
  top: 5px;
  left: 18px;
  color: #2265DA;
  font-size: 13px;
}

/* .shopping */

.shopping {
  margin-top: 4px;
  margin-bottom: 36px;
}

.shopping__form-sum {
  font-family: 'Source Sans Pro', sans-serif;
  color: #111D33;
  font-size: 22px;
  line-height: 28px;
  font-weight: 700;
}

.shopping__form-sum {
  margin-bottom: 20px;
}

.shopping__form-sum span {
  display: block;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #37445E;
  padding-top: 8px;
}

.shopping__form-order {
  text-align: center;
}

.shopping__form-order .btn,
.shopping__return-to-prods .btn {
  font-size: 18px;
  line-height: 24px;
  width: 100%;
  max-width: 400px;
  padding: 15px;
  border-radius: 4px;
  text-align: center;
}

.shopping__return-to-prods {
  text-align: center;
}

.shopping__form-order .btn,
.shopping__return-to-prods .btn {
  padding: 15px 19px;
}

.shopping__form-total {
  margin-bottom: 20px;
}

.shopping__sertify {
  display: flex;
  flex-wrap: wrap;
}

.shopping__sertify img:first-child {
  margin-right: 40px;
}

.shopping__sertify span {
  width: 100%;
  font-size: 11px;
  line-height: 14px;
  font-family: 'Roboto', sans-serif;
  color: #5C6471;
  padding-top: 13px;
}

.shopping__form-result {
  margin-bottom: 19px;
}

/* .other-prod */

.other-prod__title {
  margin-bottom: 12px;
}

.other-prod__item {
  background-color: #fff;
  box-shadow: 0px 2px 12px rgba(18, 37, 69, 0.16);
  border-radius: 8px;
  padding: 24px 17px 21px;
  margin-bottom: 12px;
}

.other-prod__item-header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px;
}

.other-prod__type {
  text-transform: uppercase;
  font-size: 12px;
  font-family: "helvetica-neue-500", sans-serif;
  line-height: 16px;
  color: #8C97AC;
}

.other-prod__item-title {
  margin-bottom: 5px;
}

.other-prod__item-view img {
  width: 56px;
  min-width: 56px;
}

.other-prod__item-body {
  flex-grow: 1;
}

.other-prod__item-text {
  font-size: 14px;
  line-height: 20px;
}

/* .product */

.product {
  margin-bottom: 35px;
}

.product__header {
  position: relative;
  padding-top: 20px;
  margin-bottom: 35px;
}

.product__header-body {
  padding-right: 1px;
}

.product__view {
  position: absolute;
  top: 0;
  right: 0;
}

.product__view img {
  width: 112px;
}

.product__title {
  padding-right: 115px;
  min-height: 93px;
  margin-bottom: 20px;
}

.product__type {
  font-size: 12px;
  line-height: 16px;
  font-family: "helvetica-neue-500", sans-serif;
  text-transform: uppercase;
  color: #8C97AC;
}

.product__title-label {
  margin-bottom: 5px;
}

.product__desc {
  margin-bottom: 20px;
}

.product__composition span {
  font-weight: 600;
  color: #8C97AC;
}

.product__data {
  margin-bottom: 16px;
}

.product__data h3 {
  margin-bottom: 16px;
}

.product__about h3 {
  margin-bottom: 29px;
}

.product__about h4 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  color: #111D33;
  letter-spacing: -0.3px;
  margin-top: 0;
  margin-bottom: 16px;
}

/* .footer */

.footer {
  padding-top: 22px;
  padding-bottom: 43px;
}

.footer__top-menu {
  display: flex;
  justify-content: center;
  margin-bottom: 18px;
}

.footer__top-menu-list {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 14px;
}

.footer__top-menu-item {
  margin-bottom: 12px;
}

.footer__top-menu-link {
    color: #E4E7EE;
    text-decoration: none;
    display: block;
    margin: 0 0 10px 0;
}

.footer__top-menu-link:hover {
  text-decoration: underline;
  color: #b4cfff;
}

.footer__body {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 28px;
  border-bottom: 1px solid #384865;
}

.footer__logo {
  margin-bottom: 16px;
}

.footer__contacts {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 5px;
}

.footer__contacts img {
  margin-bottom: 8px;
}

.footer__phone {
  margin-bottom: 34px;
}

.footer__bottom {
  padding-top: 28px;
  font-family: 'helvetica-neue', sans-serif;
}

.footer__copyright {
  color: #BDC4D1;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  margin-bottom: 15px;
}

.footer__bottom-menu {
  padding: 0 30px;
}

.footer__bottom-menu-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.footer__bottom-menu-item {
  margin-right: 8px;
  margin-left: 8px;
  margin-bottom: 4px;
}

.footer__bottom-menu-link {
  text-decoration: none;
  color: #E4E7EE;
  font-size: 12px;
  line-height: 16px;
}

.footer__bottom-menu-link:hover {
  text-decoration: underline;
}

@media (min-width: 500px) {
  /* .banner @xs */

  .banner {
    background-position: calc(100% + 50px) 100%;
    background-color: #dfc8d0;
    padding-right: 50%;
  }
}

@media (min-width: 992px) {
  body {
    padding-top: 0;
  }

  thead th,
  thead td {
    padding: 16px 14px;
  }

  /* Layout @md */

  .inline-to-md {
    display: none !important;
  }

  .inline-block-to-md {
    display: none !important;
  }

  .block-to-md {
    display: none !important;
  }

  .flex-to-md {
    display: none;
  }

  .inline-from-md {
    display: inline !important;
  }

  .block-from-md {
    display: block !important;
  }

  .flex-from-md {
    display: flex;
  }

  .hidden-to-md {
    display: block;
  }

  .hidden-from-md {
    display: none !important;
  }

  .container {
    padding: 0 40px;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-9 {
    width: 75%;
  }

  .page__header {
    position: static;
    margin-bottom: 15px;
  }

  .page__title {
    margin-bottom: 20px;
  }

  .page__sidebar {
    padding-top: 76px;
  }

  .page__main {
    margin-bottom: 55px;
  }

  .page__footer .container {
    padding: 0 8px;
  }

  .header {
    height: auto;
    padding-top: 26px;
  }

  .header .row {
    flex-wrap: wrap;
  }

  .header__left,
  .header__right {
    flex-grow: 0;
  }

  .header__left {
    padding-left: 8px;
    margin-top: -7px;
  }

  .header__right {
    justify-content: flex-start;
    margin-top: -3px;
  }

  .header__search {
    position: static;
    max-width: 504px;
    margin-top: -61px;
  }

  .header__logo img {
    height: 62px;
  }

  .header__body {
    flex-direction: column;
    align-items: stretch;
  }

  .header__top {
    position: static;
    transform: none;
    padding-top: 0;
    background-color: transparent;
    display: flex;
    flex-direction: row-reverse;
    overflow-y: visible;
    justify-content: space-between;
    flex-grow: 1;
  }

  .account-page table,
  .coupon-page table,
  .contact-page table,
  .subscribe-page table {
    display: table;
  }

  .account-page thead,
  .coupon-page thead,
  .contact-page thead,
  .subscribe-page thead {
    display: table-header-group;
  }

  .account-page tbody,
  .coupon-page tbody,
  .contact-page tbody,
  .subscribe-page tbody {
    display: table-row-group;
  }

  .account-page tfoot,
  .coupon-page tfoot,
  .contact-page tfoot,
  .subscribe-page tfoot {
    display: table-footer-group;
  }

  .account-page tr,
  .coupon-page tr,
  .contact-page tr,
  .subscribe-page tr {
    display: table-row;
  }

  .account-page th,
  .coupon-page th,
  .contact-page th,
  .subscribe-page th,
  .account-page td,
  .coupon-page td,
  .contact-page td,
  .subscribe-page td {
    display: table-cell;
  }

  .account-page table input,
  .coupon-page table input,
  .contact-page table input,
  .subscribe-page table input {
    width: auto;
  }

  .account-page th,
  .coupon-page th,
  .contact-page th,
  .subscribe-page th,
  .account-page td,
  .coupon-page td,
  .contact-page td,
  .subscribe-page td {
    padding: 5px;
    text-align: left;
  }

  .account-page th:first-child,
  .coupon-page th:first-child,
  .contact-page th:first-child,
  .subscribe-page th:first-child,
  .account-page td:first-child,
  .coupon-page td:first-child,
  .contact-page td:first-child,
  .subscribe-page td:first-child {
    text-align: right;
  }

  .account-page tfoot th:first-child,
  .coupon-page tfoot th:first-child,
  .contact-page tfoot th:first-child,
  .subscribe-page tfoot th:first-child {
    display: table-cell;
  }

  .account-page tfoot th[colspan="2"],
  .coupon-page tfoot th[colspan="2"],
  .contact-page tfoot th[colspan="2"],
  .subscribe-page tfoot th[colspan="2"] {
    padding-left: 31%;
  }

  .catalog-more {
    display: none;
  }

  /* .search @md */

  .search {
    padding: 0 60px 0 0;
    justify-content: flex-start;
  }

  /* .navbar @md */

  .navbar {
    font-size: 15px;
    margin-right: 15px;
    padding:0;
  }

  .navbar__list {
    display: flex;
    padding: 0;
    position: relative;
  }

  .navbar__sublist {
    position: absolute;
    top: 42px;
    background-color: #fff;
    border-radius: 4px;
    padding: 0 24px;
    box-shadow: 0px 100px 80px rgba(11, 16, 38, 0.07), 0px 36.5016px 29.2013px rgba(11, 16, 38, 0.0482987), 0px 17.7209px 14.1767px rgba(11, 16, 38, 0.0389404), 0px 8.6871px 6.94968px rgba(11, 16, 38, 0.0310596), 0px 3.43489px 2.74791px rgba(11, 16, 38, 0.0217013);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .navbar__sublist.opened {
    border: 1px solid #eff0f2;
  }
.navbar__sublist.opened li {
    display: block;
    width: 100%
}
  .navbar__sublist-item {
    width: 47%;
  }

  .navbar__sublist.opened .navbar__sublist-item:first-child,
  .navbar__sublist.opened .navbar__sublist-item:nth-child(2) {
    border-top: none;
  }

  .navbar__sublist.opened .navbar__sublist-item:last-child {
    border-bottom: none;
  }

  .navbar__link {
    height: 36px;
    border-radius: 18px;
    display: flex;
    align-items: center;
    padding: 8px 7px;
    line-height: 14px;
  }

  .navbar__link:hover,
  .navbar__link.opened {
    background: rgba(55, 71, 101, 0.12);
  }

  .navbar__link .i-toggle-list {
    margin-left: 14px;
    margin-right: 4px;
  }

  /* .tbl @md */

  .tbl--shopping-cart {
    margin-bottom: 14px;
  }

  .tbl--shopping-cart .tbl__el {
    display: table;
    border-top: none;
  }

  .tbl--shopping-cart .tbl__thead {
    display: table-header-group;
  }

  .tbl--shopping-cart .tbl__tbody-tr {
    display: table-row;
  }

  .tbl--shopping-cart .tbl__tbody {
    display: table-row-group;
  }

  .tbl--shopping-cart .tbl__tbody-td {
    display: table-cell;
    border-bottom: 1px solid #EFF0F2;
    padding: 16px 14px 15px;
  }

  .tbl--shopping-cart .tbl__tbody-td--product {
    width: auto;
    padding-left: 74px;
  }

  .tbl--shopping-cart .tbl__tbody-td--product img {
    top: 14px;
    left: 14px;
  }

  .tbl--product .tbl__el {
    display: table;
    border-top: none;
  }

  .tbl--product .tbl__thead {
    display: table-header-group;
  }

  .tbl--product .tbl__tbody {
    display: table-row-group;
  }

  .tbl--product .tbl__tbody-td {
    display: table-cell;
    border-bottom: 1px solid #EFF0F2;
    padding: 22px 9px;
  }

  .tbl--product .tbl__tbody-tr {
    display: table-row;
  }

  .tbl--product .tbl__tbody-td--packet {
    padding-left: 15px;
  }

  .tbl--product .tbl__tbody-td--price span {
    display: none;
  }

  .cart {
    padding: 21px 0;
    width: auto;
    background-color: transparent;
  }

  .cart__body {
    margin-right: 10px;
  }

  /* .banner @md */

  .banner {
        margin-left: -24px;
    margin-right: -24px;
    padding: 35px 535px 35px 97px;
    font-size: 17px;
    line-height: 24px;
    background-position: top;
    background-size: 100%;
    border-radius: 8px;
    margin-bottom: 72px;
  }

  .banner__title {
    font-size: 52px;
    line-height: 56px;
    margin-bottom: 18px;
  }

  .banner__text {
    margin-bottom: 27px;
    padding: 10px;
    background: rgb(255 255 255 / 50%);
  }

  /* .crumbs @md */

  .crumbs {
    padding: 22px 32px;
    margin-left: -32px;
    margin-right: -32px;
    margin-bottom: 24px;
    border-radius: 8px;
  }

  /* .card @md */

  .card {
    width: 33.333%;
  }

  .card:hover {
    box-shadow: 0px 18px 100px rgba(10, 28, 53, 0.09), 0px 5.42647px 30.1471px rgba(10, 28, 53, 0.058643), 0px 2.25388px 12.5216px rgba(10, 28, 53, 0.045), 0px 0.815184px 4.5288px rgba(10, 28, 53, 0.031357);
  }

  .card__view img {
    min-width: 128px;
  }

  /* .bestsellers @md */

  .bestsellers {
    margin-bottom: 37px;
  }

  .bestsellers--idx-bottom {
    margin-bottom: 72px;
  }

  .bestsellers__more .btn {
    width: auto;
    padding: 15px 20px;
  }

  .bestsellers__body {
    display: flex;
    flex-wrap: wrap;
  }

  .bestsellers__more {
    padding-top: 20px;
  }

  /* .benefits @md */

  .benefits {
    display: flex;
    justify-content: space-between;
    margin-bottom: 28px;
  }

  .benefits--sidebar {
    flex-direction: column;
    margin-bottom: 21px;
  }

  .benefits__item {
    width: 24%;
    margin-right: 1.5%;
    padding: 37px 15px 37px 73px;
  }

  .benefits__item:last-child {
    margin-right: 0;
  }

  /* .swiper @md */

  .swiper {
    padding-top: 72px;
    padding-bottom: 65px;
  }

  .swiper__control {
    display: flex;
  }

  .swiper__title {
    text-align: left;
    margin-bottom: 25px;
  }

  .swiper__title span {
    display: inline;
  }

  .swiper__slider {
    padding-left: calc((100% - 1120px) / 2);
  }

  /* .qty @md */

  .qty {
    justify-content: center;
  }

  /* .try @md */

  .try {
    padding-top: 123px;
  }

  .try.product__about {
    padding-top: 27px;
  }

  .try__top {
    flex-direction: row;
    margin-bottom: 8px;
  }

  .try__top-view {
    margin-top: -81px;
    padding-right: 18px;
    padding-left: 120px;
  }

  .try__top-view img {
    min-width: 368px;
  }

  .try__title {
    font-size: 52px;
    line-height: 56px;
    letter-spacing: -0.5px;
  }

  .try__subtitle {
    letter-spacing: -0.3px;
  }

  /* .shopping @md */

  .shopping {
    margin-top: -2px;
    margin-bottom: 16px;
  }

  .shopping__form-total {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0;
  }

  .shopping__sertify {
    margin-left: -4px;
  }

  .shopping__form-result {
    max-width: 361px;
  }

  .shopping__form-bottom {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
  }

  /* .product @md */

  .product__header {
    padding-top: 0;
    display: flex;
  }

  .product__header-body {
    margin-right: 10px;
  }

  .product__view {
    position: static;
    padding-top: 76px;
    padding-right: 8px;
  }

  .product__view img {
    width: 164px;
    min-width: 164px;
  }

  .product__title {
    min-height: 0;
  }

  .product__data h3 {
    margin-bottom: 15px;
  }

  /* .footer @md */

  .footer {
    padding-top: 46px;
  }

  .footer__top-menu {
    margin-bottom: 26px;
  }

  .footer__top-menu-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }

  .footer__top-menu-item {
    margin-bottom: 0;
  }

  .footer__top-menu-item + .footer__top-menu-item {
    margin-left: 17px;
  }

  .footer__body {
    flex-direction: row;
  }

  .footer__logo {
    margin-right: 32px;
    margin-bottom: 0;
  }

  .footer__contacts {
    margin-bottom: 0;
    align-items: flex-start;
    margin-right: 52px;
  }

  .footer__contacts img {
    margin-bottom: 0;
  }

  .footer__contacts img:first-child {
    margin-bottom: 8px;
  }

  .footer__phone {
    margin-bottom: 0;
    position: relative;
    top: 9px;
  }

  .footer__networks {
    margin-left: auto;
  }

  .footer__bottom {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .footer__bottom-menu {
    padding: 0;
  }

  .footer__bottom-menu-list {
    position: relative;
    top: -5px;
  }

  .footer__bottom-menu-item {
    margin-right: 0;
    margin-left: 16px;
    margin-bottom: 0;
  }

  .footer__bottom-menu-item:first-child {
    margin-left: 0;
  }
}

@media (min-width: 1260px) {
  /* .search @lg */

  .search {
    padding-right: 30px;
  }
}
/*# sourceMappingURL=main.css.map */


.comment-respond {margin-bottom:20px;}
.comment-respond p{font-size:14px;font-weight:noramal;}
.comment-respond input[type="text"],input[type="email"],input[type="url"]{height:30px;line-height:30px;border:1px #ccc solid;padding:0 10px;width:50%;border-radius:0px;}
.comment-respond textarea {border:1px #ccc solid;padding:0 10px;width:100%;border-radius:0px;height:100px;}
.comment-respond label{display:block;}
.comments-area ol {
    list-style: none;
    padding: 0;
}
.comments-area ol li {
   font-size: 13px;
    padding: 10px;
    margin-bottom: 10px;
    line-height: 20px;
    border: 1px #eee solid;
    background: #fff;
    border-radius: 3px;
}
.comment-respond input[type=submit] {
   background: var(--two);
    color: #fff;
    padding: 10px 20px;
    border: none;
    font-size: 15px;
    text-transform: uppercase;
    margin: 15px 0;
    border-radius: 5px;
}
.comment-respond input[type=submit]:hover {
   background: var(--one);
}


:root {
    --one: #1d293f; 
    --two: #eb2655;
}





.tabscontent .nav-tabs {
    border-bottom: none;
}
.tabscontent ul.nav-tabs   {
    margin: 0;
}
.tabscontent ul.nav-tabs > li {
    margin: 0;
    padding: 0;
}
.tabscontent ul.nav-tabs > li > a {
    border-radius:0;
    background: var(--one);
    margin: 0 15px 15px 0;
    padding: 5px 15px;
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
}


.tabscontent ul.nav-tabs > li:before {
    content: "";
    position: absolute;
}
.tabscontent .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #fff ;
    cursor: default;
}
.tabscontent .nav-tabs > li > a:hover, .nav-tabs > li > a:focus {
    color: #fff ;
    cursor: pointer;
    background-color: var(--two) ;
    text-decoration: none;
}
.tabscontent .tabstabs .nav-tabs > li > a {
    border-radius:0;
    background: var(--one);
    margin: 0 15px 15px 0;
    padding: 8px 12px;
    font-size: 16px;
    width: 165px;
    color: #fff;
    text-transform: inherit;
    border: none;
    text-align: center;
}
.tabscontent .tabstabs .nav-tabs > li > a:hover, .nav-tabs > li > a:focus {
    color: #fff ;
    cursor: pointer;
    background-color: var(--two);
}
.tabscontent span.tabsh {
    padding: 5px 0;
    font-size: 20px;
    color: #5d5d5d;
    margin: 15px 0 10px 0px;
    display: block;
}
.tabscontent .tabsprice div.line_b {
    font-size: 17px;
    display: flex;
    justify-content: end;
    align-items: center;
}
.tabscontent .tabsprice div.line_b span {
    font-size: 25px;
    font-weight: bold;
    color: var(--one);
    padding: 0 10px;
}
.tabscontent .tabsprice button {
    border: none;
    color: #ffffff;
    font-weight: normal;
    background: var(--one);
    padding: 0 15px;
    margin: 0 25px;
    line-height: 45px;
    font-size: 17px;
    text-transform: uppercase;
}
.tabscontent .tabsprice button:hover,button:link,button:visited,button:active,button:focus {
    background: var(--two);
    transition: 0.3s;
}
.tabscontent .tabsprice button svg {
    margin: -5px 7px 0 0;
    font-size: 25px;
}
.tabscontent span.freebon {
    color: var(--two);
    display: block;
    font-size: 13px;
    position: relative;
    padding: 0 0 0 20px;
}
.tabscontent span.freebon:before {
    content: "\21D2";
    position: absolute;
    left: 0;
}
span.freebonh {
    display: block;
    color: #63a962;
    font-size: 12px;
    text-transform: uppercase;
}
.tabsprice {
    margin:20px 0 30px 0;
}




.pricebody {
    max-width: 750px;
}
.pricebody .row {margin: 0;}
.checkbody .row {margin: 0;}

.prtb {
    width: 100%;
    margin-bottom: 30px;
}
.th {
    min-height: 30px;
    line-height: 30px;
    font-weight: normal;
    background: var(--one);
    color: #fff;
    text-align: center;
    font-size: 14px;
}
.th div:nth-child(1) {text-align: left;}

.td {
    background: #fff;
    min-height: 45px;
    line-height: 45px;
    text-align: center;
    font-size: 15px;
    border: 2px #d4f0f9 solid;
}
.popular {
    background: #f7f3c2;
    font-weight: 500;
}
.td div:nth-child(1) {text-align: left; justify-content: left;}
.td button {
    background: none;
    border: none;
    color: var(--two);
    padding: 0 5px;
    font-weight: normal;
    text-transform: unset;
    font-size: 20px;
    transition: 0.3s;
}
.td button:hover,button:link,button:visited,button:active,button:focus {
    color: var(--one);
}
.td a {border:none;}
.bonuses {margin-bottom: 10px !important;}
.bonuses  {
    font-size: 13px;
    text-align: center;
    background: #d4f0f9;
}
.bonuses div span.left {float: left; padding: 0; color: #8c8c8c}
.bonuses div span.right {float: right; padding: 0; color: #8c8c8c;}

.td img {
    max-width: 80px;
    height: auto;
    margin: 10px;
}
.check {margin-bottom: 15px;}
.check div form {display: inline;}
.check div {
    padding: 0 5px;
    line-height: initial;
    display: flex;
    align-items: center;
    justify-content: center;
}
.check div .glyphicon-minus-sign {font-size: 21px; color: #d5517a; margin: 0 5px;}
.check div .glyphicon-plus-sign {font-size: 21px; color: #5088b6; margin: 0 5px}
.check div button .glyphicon {font-size: 15px; color: #b50202;}
.bon div {color: #008005;}
.total {
    font-size: 15px;
    text-align: center;
}
.qty {
    font-size: 20px;
}
.qty svg {
    padding: 0 5px;
    font-size: 30px;
}
.total div {
    padding: 15px;
    border-bottom: 1px #ffffff solid;
    margin: 0px;
    background: #ddf9ed;
}

input.checkout {
    background: var(--two);
    color: #fff;
    padding: 10px 15px;
    border: none;
    font-size: 14px;
    text-transform: uppercase;
    min-width: 200px;
    margin: 20px 0 0 0;
}
input.checkout:hover {opacity: 0.9}
input.continue {
    background: var(--one);
    color: #fff;
    padding: 10px 15px;
    border: none;
    font-size: 14px;
    text-transform: uppercase;
    min-width: 200px;
    margin: 20px 0 0 0;
}
 input.continue:hover {opacity: 0.9}
ul.all-bonuses {
    margin: 20px 0;
 }
ul.all-bonuses li {
    color: #a5a3a3;
  }
  ul.all-bonuses li.active {
    color: var(--one)
  }
span.tabh {
    background: var(--two);
    color: #fff;
    padding: 7px 20px;
    margin: 30px 0 5px 0;
    text-align: center;
    font-size: 20px;
    display: block;
}
.panel {
    box-shadow: none;
    border: none;
    background: none;
}
.panel-heading {
    background: #35bed4;
    color: #fff;
    padding: 0px 20px;
    margin: 5px 0;
    text-align: center;
    font-size: 25px;
    font-weight: normal;
    border-radius: 0;
}

a.right {
    position: absolute;
    right: 15px;
    top: 42px;
    color: #fff;
    z-index: 1111111;
}
a.left {
    position: absolute;
    left: 15px;
    top: 42px;
    color: #fff;
    z-index: 1111111;
}

.fade:not(.show) {
    opacity: 1;
}

.rating {
    position: absolute;
    width: 94px;
    height: 17px;
    background: url(images/rating.png) no-repeat;
    left: 0px;
}
.rating > span:hover {
    position: absolute;
    height: 17px;
    left: 0;    
    cursor: pointer;
    background: url(images/rating_h.png) no-repeat left;
}
.rating > span.hov1 {
    width: 19px;
    display: inline-block;
    position: absolute;
    height: 17px;
    left: 0;
    z-index: 5; 
}
.rating > span.hov2 {
    width: 38px;
    display: inline-block;
    position: absolute;
    height: 17px;
    left: 0;
    z-index: 4;     
}
.rating > span.hov3 {
    width: 57px;
    display: inline-block;
    position: absolute;
    height: 17px;
    left: 0;
    z-index: 3;     
}
.rating span.hov4 {
    width: 76px;
    display: inline-block;
    position: absolute;
    height: 17px;
    left: 0;    
    z-index: 2; 

}
.rating span.hov5 {
    width: 94px;
    display: inline-block;
    position: absolute;
    height: 17px;
    left: 0;    
    z-index: 1; 
}
.rating p {
    position: absolute;
    right: -30px;
    top: -4px;
    font-size: 17px;
}
.content-area {
    position: relative;
    width: 100%;
}
.alignleft {
    margin: 5px 20px 10px 0;
    float: left;
    clear: both;
    border: 2px var(--two) solid;
    width: 250px;
    height: auto;
}
.alignright {
    margin: 5px 0px 10px 20px;
    float: right;
    clear: both;
    border: 2px var(--two) solid;
    width: 250px;
    height: auto;
}
.aligncenter {
    margin: 20px auto;
    display: block;
    clear: both;
    border: 2px var(--two) solid;
    width: 250px;
    height: auto;
}
.entry-content ul {
        list-style: none;
    margin: -10px  0 20px 10px;
    padding: 0 0 0 10px;
    display: block;
    position: relative;
    clear: both;
    width: 100%;
    padding-left: 20px;
}
.entry-content ul li:before {
    position: absolute;
    content: "\2218";
    left: 0;
    color: var(--two);
    
}
@media(max-width: 780px) {
    .navbar__sublist.opened .navbar__sublist-link {
        height: 30px
    }
    .banner_none {
      display: none;
    }
}

ul.catmenu {
 margin: 0;
 padding: 0;
 list-style: none;
 display: flex;
 flex-direction: row;
 flex-wrap: wrap;
 gap: 30px;
 justify-content: space-between;
}
ul.catmenu li {
  width: calc((100% - 30px * 2) / 3);
  border: 1px #eff0f2 solid;
  border-radius: 5px;
  box-shadow: 0px 0px 8px 5px #f8f8f8;
  padding-bottom: 20px;
}
ul.catmenu li::before {
  content: '';
}
ul.catmenu li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
}
ul.catmenu li a img {

}
ul.catmenu li a span {
  display: block;
  text-align: center;
  font-size: 20px;
}
ul.catmenu li a span span {
  padding-top: 5px;
  font-weight: bold;
}
@media(max-width: 780px) {
  ul.catmenu li {
    width: 100%;
  }
}


.bcrumbs {
  background: #f4f7fe;
  font-size: 13px;
  padding: 3px 15px;
  margin: 3px 0;
  color: #7f7771;
  border-radius: 3px;
  margin-bottom: 20px;
}
.bcrumbs a {
  color: #eb2655;
}
.bcrumbs span {
  margin-right: 10px;
  overflow: visible;
}
.bcrumbs span i {
  font-style: normal;
}
.icon-angle-double-right:before {
  content: '\203A';
}
