@font-face {
  font-family: "Helvetica";
  src: url(../fonts/helvetica/helvetica.woff) format("woff"), url(../fonts/helvetica/helvetica.woff2) format("woff2"), url(../fonts/helvetica/helvetica.ttf) format("ttf");
  font-weight: 400;
  font-style: "normal";
}

@font-face {
  font-family: "Helvetica";
  src: url(../fonts/helvetica-bold/helvetica-bold.woff) format("woff"), url(../fonts/helvetica-bold/helvetica-bold.woff2) format("woff2"), url(../fonts/helvetica-bold/helvetica-bold.ttf) format("ttf");
  font-weight: 700;
  font-style: "normal";
}

@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon/icomoon.eot?i29xhy");
  src: url("../fonts/icomoon/icomoon.eot?i29xhy#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?i29xhy") format("truetype"), url("../fonts/icomoon/icomoon.woff?i29xhy") format("woff"), url("../fonts/icomoon/icomoon.svg?i29xhy#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

i {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !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;
}

.icon-checkbox:before {
  content: "\e91f";
}

.icon-delete:before {
  content: "\e91e";
}

.icon-buy-fill:before {
  content: "\e91d";
}

.icon-gift .path1:before {
  content: "\e919";
  color: rgb(252, 13, 99);
}

.icon-gift .path2:before {
  content: "\e91a";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}

.icon-air .path1:before {
  content: "\e91b";
  color: rgb(22, 114, 198);
}

.icon-air .path2:before {
  content: "\e91c";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}

.icon-arrow-right:before {
  content: "\e900";
}

.icon-user-circle:before {
  content: "\e901";
}

.icon-time:before {
  content: "\e902";
}

.icon-tag:before {
  content: "\e903";
}

.icon-star:before {
  content: "\e904";
}

.icon-search:before {
  content: "\e905";
}

.icon-plus:before {
  content: "\e906";
}

.icon-phone:before {
  content: "\e907";
}

.icon-notification:before {
  content: "\e908";
}

.icon-mobile:before {
  content: "\e909";
}

.icon-minus:before {
  content: "\e90a";
}

.icon-message-round:before {
  content: "\e90b";
}

.icon-menu:before {
  content: "\e90c";
}

.icon-heart:before {
  content: "\e90d";
}

.icon-credit-card:before {
  content: "\e90e";
}

.icon-close-x:before {
  content: "\e90f";
}

.icon-circle-info:before {
  content: "\e910";
}

.icon-circle-help:before {
  content: "\e911";
}

.icon-catalog:before {
  content: "\e912";
}

.icon-caret-up:before {
  content: "\e913";
}

.icon-caret-right:before {
  content: "\e914";
}

.icon-caret-left:before {
  content: "\e915";
}

.icon-caret-down:before {
  content: "\e916";
}

.icon-buy:before {
  content: "\e917";
}

.icon-arrow-up:before {
  content: "\e918";
}

/* base */

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

body {
  background-color: #F3F4F5;
  font-family: "Mulish", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #202225;
  padding-top: 56px;
  padding-bottom: 58px;
}

h1,
h2,
h3 {
  font-weight: 700;
  font-family: "Helvetica", sans-serif;
}

h2 {
  font-size: 16px;
}

a {
  color: #f7533b;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

img {
  display: block;
  max-width: 100%;
}

svg {
  display: inline-block;
  vertical-align: middle;
}

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

thead {
  color: #9DA6B3;
  font-family: "Helvetica", sans-serif;
  font-size: 14px;
  line-height: 16px;
}

thead th,
thead td {
  font-weight: 700;
}

th {
  padding: 11px;
  text-align: center;
  border-bottom: 1px solid #eaecf0;
}

th:first-child {
  text-align: left;
}

td {
  padding: 11px;
  text-align: center;
  border-bottom: 1px solid #eaecf0;
}

td:first-child {
  text-align: left;
}

.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 16px;
}

.page__main.page__main--account-access select {
  height: 56px;
  background-color: #fff;
  color: #9DA6B3;
  border: 1px solid #AEB6C5;
  border-radius: 4px;
  outline: none;
  padding: 16px;
  width: 100%;
}

textarea {
  min-height: 204px;
  max-width: 100%;
  min-width: 100%;
  border: 1px solid #AEB6C5;
  border-radius: 4px;
  outline: none;
  padding: 16px;
  width: 100%;
  resize: vertical;
}

input[type=submit] {
  display: flex;
  align-items: center;
  min-height: 48px;
  border: 1px solid transparent;
  background-color: #f7533b;
  padding: 11px 19px;
  border-radius: 8px;
  font-family: "Helvetica", sans-serif;
  color: #fff;
  cursor: pointer;
  transition: all ease-in-out 300ms;
  font-weight: 700;
  font-size: 16px;
  justify-content: center;
  outline: none;
  text-decoration: none;
}

input[type=submit]:hover {
  background-color: #2F93EF;
  text-decoration: none;
}

.page__main {
  margin-bottom: 25px;
}

.page__main--index {
  padding: 25px 0;
}

.page__main--account-access form td,
.page__main--account-access form th {
  padding-left: 0;
  padding-right: 0;
}
.page__main--account-access br + .info {
  display: none;
}
.page__main--account-access td,
.page__main--account-access th {
  border-bottom: none;
}
.page__main--account-access table.info tbody th,
.page__main--account-access table.info tbody td {
  border-top: 1px solid #eaecf0;
  border-right: 1px solid #eaecf0;
  border-bottom: 1px solid #eaecf0;
}
.page__main--account-access table.info tbody th {
  border-left: 1px solid #eaecf0;
}

.page__main--account table tbody th,
.page__main--coupon table tbody th,
.page__main--subscribe table tbody th {
  text-align: right;
  padding-right: 16px;
}

.page__main--account table tr.vcode td,
.page__main--coupon table tr.vcode td,
.page__main--subscribe table tr.vcode td {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.page__main--account table th,
.page__main--coupon table th,
.page__main--subscribe table th {
  border-bottom: none;
}

.page__main--account table td,
.page__main--coupon table td,
.page__main--subscribe table td {
  border-bottom: none;
}

.page__main--account table input,
.page__main--coupon table input,
.page__main--subscribe table input {
  background-color: #ffffff;
  border: 1px solid #c3c8d0;
  border-radius: 4px;
  height: 56px;
  width: 100%;
  outline: none;
  padding: 0 16px;
}

.page__main--account table input[name=vcode],
.page__main--coupon table input[name=vcode],
.page__main--subscribe table input[name=vcode] {
  max-width: 195px;
  margin-right: 12px;
}

.page__main--account table input[type=submit],
.page__main--coupon table input[type=submit],
.page__main--subscribe table input[type=submit] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 48px;
  border: 1px solid transparent;
  background-color: #f7533b;
  padding: 11px 19px;
  border-radius: 8px;
  font-family: "Helvetica", sans-serif;
  color: #fff;
  cursor: pointer;
  -webkit-transition: all ease-in-out 300ms;
  -o-transition: all ease-in-out 300ms;
  transition: all ease-in-out 300ms;
  font-weight: 700;
  font-size: 16px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  outline: none;
  text-decoration: none;
}

.page__main--account table input[type=submit]:hover,
.page__main--coupon table input[type=submit]:hover,
.page__main--subscribe table input[type=submit]:hover {
  background-color: #2F93EF;
}

.page__main--account table img.vcode,
.page__main--coupon table img.vcode,
.page__main--subscribe table img.vcode {
  margin-right: 12px;
}

.page__main--account table img.vcode+a,
.page__main--coupon table img.vcode+a,
.page__main--subscribe table img.vcode+a {
  font-weight: 400;
  font-size: 1.1428571429em;
  line-height: 1.4285714286;
  text-decoration: underline;
  color: #5c6471;
}

.page__main--account table img.vcode+a:hover,
.page__main--coupon table img.vcode+a:hover,
.page__main--subscribe table img.vcode+a:hover {
  text-decoration: none;
}

.page__main--subscribe tr:last-child td {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.page__main--bonuses tbody th {
  min-width: 100px;
  padding-right: 10px;
}

.page__main--bonuses th,
.page__main--bonuses td {
  border-bottom: none;
}

.page__section--reasons {
  background-color: #fff;
  padding: 0;
}

.page__title {
  margin-top: 0;
  font-family: "Helvetica", sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 30px;
  margin-bottom: 26px;
  letter-spacing: -1px;
}

.page__title--index {
  font-size: 28px;
  margin-bottom: 17px;
  letter-spacing: -1px;
}

.page__block {
  background-color: #fff;
  border-radius: 20px;
  padding: 20px;
  margin-bottom: 25px;
}

.page__block--content {
  margin-bottom: 47px;
}

.page__footer {
  background-color: #2E3C50;
}

.page__sidebar {
  min-width: 340px;
  margin-right: 20px;
  margin-bottom: 0;
}

.page__column h2 {
  margin: 12px 0 29px;
}

.list-custom {
  list-style: none;
  margin: 0;
  padding: 0 0 0 48px;
}

.list-custom li {
  position: relative;
}

.list-custom li:not(:last-child) {
  margin-bottom: 12px;
}

.list-custom li::before {
  content: "";
  position: absolute;
  top: 8px;
  left: -24px;
  height: 8px;
  width: 8px;
  border-radius: 4px;
  background-color: #f7533b;
}

.error {
  color: #fc0d63;
}

/*.testimonial {
  border-bottom: 1px dotted #bac0c9;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.testimonial .test-header {
  text-align: right;
  font-weight: bold;
  margin-bottom: 10px;
}*/

.page__main--testimonials .page__block {
  display: flex;
  flex-wrap: wrap;
  margin-left: -8px;
  margin-right: -8px;
}

.page__main--testimonials .page__block h2,
.page__main--testimonials .page__block .testimonials-spelling {
  width: 100%;
  padding-left: 8px;
  padding-right: 8px;
}
/*#9CA3AF*/
.page__main--testimonials .page__block .testimonial {
  background: #F3F4F5 url("../img/icon-quote.png") no-repeat 10px 10px;
  width: calc((100% - 2 * 16px) / 2);
  margin: 0 8px 16px;
  border-radius: 8px;
  padding: 48px 16px 16px;
  display: flex;
  flex-direction: column;
}

.page__main--testimonials .page__block .test-header {
  order: 2;
  font-weight: 700;
}

.page__main--testimonials .page__block .test-text {
  margin-bottom: 16px;
}

/* .helpers */

.d-none {
  display: none !important;
}

.mb-25 {
  margin-bottom: 25px !important;
}

.mb-47 {
  margin-bottom: 47px !important;
}

.mb-96 {
  margin-bottom: 96px !important;
}

/* .actions */

.actions {
  margin-bottom: 32px;
}

.actions__body {
  margin-bottom: 20px;
}

.actions__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 14px;
  line-height: 16px;
  color: #202225;
}

.actions__item:first-child {
  margin-bottom: 20px;
}

.actions__item-space {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  height: 16px;
  border-bottom: 1px dashed #AEB6C5;
  margin-right: 8px;
}

.actions__item-view {
  margin-right: 8px;
}

.actions__item-view img {
  width: 24px;
  min-width: 24px;
  height: auto;
}

.actions__item-title {
  margin-right: 8px;
}

.actions__item-value {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.actions__item-value img {
  /*width: 112px;*/
  height: 14px;
  margin-top: 4px;
  margin-bottom: 4px;
}

.actions__item-value img:not(:last-child) {
  margin-right: 8px;

}

.actions__footer {
  background-color: #EDF3FF;
  border-radius: 12px;
  padding: 8px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.actions__footer i {
  font-size: 22px;
  color: #f7533b;
  display: block;
  margin-right: 5px;
}

.actions__footer span {
  font-size: 14px;
  /*font-weight: 700;*/
  line-height: 16px;
  color: #f7533b;
}

.actions__footer .ship_price_info {
  font-weight: 700;
}

/* .bestsellers */

.bestsellers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -4px;
  margin-right: -4px;
  margin-bottom: 56px;
}

.bestsellers__item {
  width: 50%;
  padding: 0 4px;
  margin-bottom: 8px;
}

/* .btn */

.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 48px;
  border: 1px solid transparent;
  background-color: #f7533b;
  padding: 11px 19px;
  border-radius: 8px;
  font-family: "Mulish", sans-serif;
  color: #fff;
  cursor: pointer;
  -webkit-transition: all ease-in-out 300ms;
  -o-transition: all ease-in-out 300ms;
  transition: all ease-in-out 300ms;
  font-weight: 700;
  font-size: 16px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  outline: none;
  text-decoration: none;
}

.btn:hover {
  background-color: #2F93EF;
  text-decoration: none;
}

.tabs__footer-ctrl .btn {
  padding: 11px 14px;
}

.btn--full-width {
  width: 100%;
  padding: 11px;
}

.btn--outline {
  color: #f7533b;
  border-color: #f7533b;
  background-color: #fff;
}

.btn--outline:hover {
  color: #fff;
  border-color: transparent;
  background-color: #f7533b;
}

.btn--wide {
  margin: 0 auto;
  width: 100%;
  max-width: 400px;
}

.btn--lg {
  min-height: 64px;
  font-size: 18px;
  line-height: 24px;
}

.btn i {
  font-size: 24px;
}

.btn__icon-before {
  margin-right: 10px;
}

.btn--icon-invert .btn__icon-before {
  display: none;
}

.btn--text-hide .btn__text {
  display: none;
}

/* .cart */

.cart {
  position: relative;
}

.cart__mob-open {
  background-color: transparent;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  text-decoration: none;
  outline: none;
}

.cart__mob-open:hover {
  text-decoration: none;
}

.cart__mob-open i {
  font-size: 24px;
  color: #1F2125;
}

.cart__mob-open span {
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  line-height: 14px;
  font-weight: 700;
  color: #5C6471;
}

.cart__icon {
  position: relative;
}

.cart__mob-open .cart__counter {
  position: absolute;
  top: -6px;
  right: -10px;
  background-color: #f7533b;
  color: #fff;
  font-size: 12px;
  line-height: 18px;
  border-radius: 9px;
  padding: 0 4px;
  min-width: 18px;
  text-align: center;
}

.cart__body {
  position: absolute;
  top: 100%;
  right: 0;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  padding: 16px;
  border-radius: 16px;
  opacity: 0;
  pointer-events: none;
}

.cart__list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.cart__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.2;
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px dashed #b3b3b3;
}

.cart__item-view {
  width: 48px;
  max-width: 48px;
  margin-right: 8px;
}

.cart__item-body {
  margin-right: 8px;
}

.cart__item-title {
  font-size: 14px;
  font-weight: 700;
}

.cart__item-desc {
  font-size: 12px;
  color: #b3b3b3;
}

.cart__item-summary {
  text-align: right;
}

.cart__item-remove {
  font-size: 24px;
  line-height: 1;
  border: none;
  background-color: transparent;
  padding: 0;
  cursor: pointer;
  color: rgba(179, 179, 179, 0.7019607843);
  position: relative;
  top: -8px;
  margin-bottom: 5px;
  -webkit-transition: all ease-in-out 300ms;
  -o-transition: all ease-in-out 300ms;
  transition: all ease-in-out 300ms;
 
}

.cart__item-remove:hover {
  color: #FC0D63;
  text-decoration:none;
}

.cart__item-price {
  font-size: 16px;
  font-weight: 700;
}

.cart__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

/* .categories */

.categories__mob-open {
  background-color: transparent;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  text-decoration: none;
  outline: none;
}

.categories__mob-open i {
  font-size: 24px;
  color: #1F2125;
}

.categories__mob-open span {
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  line-height: 14px;
  font-weight: 700;
  color: #5C6471;
}

.categories__body {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  -webkit-transition: all ease-in-out 300ms;
  -o-transition: all ease-in-out 300ms;
  transition: all ease-in-out 300ms;
  -webkit-transform: translateX(-200%);
  -ms-transform: translateX(-200%);
  transform: translateX(-200%);
  z-index: 1;
}

.categories.opened .categories__body {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.categories__title {
  height: 56px;
  padding: 0 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #242D33;
  color: #fff;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 700;
}

.categories__btn-close {
  border: none;
  background-color: transparent;
  padding: 0;
  cursor: pointer;
  font-size: 24px;
  line-height: 1;
  color: #8e9ea8;
}

.categories__list {
  list-style: none;
  padding: 0;
  margin: 0;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.5;
  height: calc(100% - 56px);
  overflow-y: auto;
}

.categories__item:not(:last-child) {
  border-bottom: 1px solid #f3f4f5;
}

.categories__link {
  display: block;
  padding: 16px;
  color: #424c53;
  text-decoration: none;
}

.categories__link:hover {
  background-color: #f3f4f5;
}

/* .checkbox */

.checkbox__input {
  position: absolute;
  white-space: nowrap;
  width: 1px;
  height: 1px;
  overflow: hidden;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  margin: -1px;
}

.checkbox__view {
  display: block;
  width: 24px;
  height: 24px;
  position: relative;
  border: 1px solid #AEB6C5;
  border-radius: 2px;
  background-color: #fff;
}

.checkbox__view i {
  font-size: 24px;
  line-height: 1;
  color: #fff;
  display: none;
}

.checkbox__input:checked+.checkbox__view {
  border-color: transparent;
  background-color: #f7533b;
}

.checkbox__input:checked+.checkbox__view i {
  display: block;
}

/* .contact */

.contact__desc {
  font-size: 14px;
  color: #5C6471;
}

/* .crumbs */

.crumbs {
  font-size: 14px;
  line-height: 16px;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 24px;
  margin-bottom: 24px;
}

.crumbs i {
  color: #AEB6C5;
  font-size: 16px;
  display: block;
  margin-right: 4px;
  position: relative;
  top: 1px;
}

.crumbs__link {
  color: #f7533b;
  text-decoration: none;
  margin-right: 4px;
}

.crumbs__link:hover {
  text-decoration: underline;
}

.crumbs__current {
  color: #9DA6B3;
}

/* .footer */

.footer {
  color: #F5F5F5;
  padding: 48px 0 26px;
}

.footer a {
  color: #F5F5F5;
  text-decoration: none;
}

.footer a:hover {
  text-decoration: underline;
}

.footer__body {
  margin-bottom: 99px;
}

.footer__column:not(:last-child) {
  margin-bottom: 40px;
}

.footer__item:not(:last-child) {
  margin-bottom: 40px;
}

.footer__title {
  margin-top: 0;
  margin-bottom: 12px;
  font-family: "Helvetica", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  color: #F5F5F5;
  /*opacity: 0.4;*/
  letter-spacing: -1px;
}

.footer__list {
  list-style: none;
  margin: 0;
  padding: 0;
  opacity: 0.9;
}

.footer__list-item,
.footer__nav-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  letter-spacing: 0.5px;
}

.footer__list-item:not(:last-child),
.footer__nav-item:not(:last-child) {
  margin-bottom: 12px;
}

.footer__list-item--phones {
  display: block;
}

.footer__list-item--phones img {
  margin-top: 6px;
  width:150px;
}

.footer__list-item--phones:not(:last-child) {
  margin-bottom: 18px;
}

.footer__list-item span {
  margin-right: 3px;
}

.footer__icons {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: 0;
}

.footer__icons-item {
  margin-right: 16px;
  margin-bottom: 12px;
}

.footer__logo {
  max-width: 143px;
  display: block;
  margin-bottom: 10px;
}

.footer__copyright {
  font-size: 12px;
  color: #9DA6B3;
}

.footer__copyright a {
  color: #9DA6B3;
}

.footer__copyright p {
  margin: 0;
}

.footer__copyright p:not(:last-child) {
  margin-bottom: 8px;
}

/* .form */

.form__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.form__row:not(:last-child) {
  margin-bottom: 8px;
}

.tabs--cart .form__row:not(:last-child) {
  margin-bottom: 20px;
}

.form__item {
  width: 100%;
}

.form__item:not(:last-child) {
  margin-right: 10px;
}

.form__item--cvv {
  max-width: 104px;
}

.form__item--cvv:not(:last-child) {
  margin-right: 22px;
}

.form__item--two {
  width: calc((100% - 10px) / 2);
}

.form__item--code {
  max-width: 195px;
}

.form__checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.form__checkbox .checkbox {
  margin-right: 8px;
}

.form__row-title {
  width: 100%;
  font-size: 12px;
  line-height: 14px;
  color: #5C6471;
  margin-bottom: 13px;
}

.form__item-link-end {
  text-decoration: none;
  font-family: "Open Sans", sans-serif;
  color: #787B82;
}

.form__item-link-end:hover {
  text-decoration: underline;
}

.form__capcha {
  width: 90px;
  margin-right: 10px;
}

.form__capcha-reload {
  font-size: 14px;
  text-decoration: underline;
  color: #5C6471;
}

.form__capcha-reload:hover {
  text-decoration: none;
}

/* .header */

.header {
  position: relative;
  z-index: 5;
}

.header__top-mob-line {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: #fff;
}

.header__top-mob-line-inside {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 56px;
  padding: 0 8px 0 0;
}

.header__toggle-menu {
  padding: 0;
  background-color: transparent;
  border: none;
  font-size: 24px;
  cursor: pointer;
  outline: none;
}

.header__btn-menu-close {
  display: none;
}

.header.opened .header__btn-menu-close {
  display: block;
}

.header__btn-menu-open {
  display: block;
}

.header.opened .header__btn-menu-open {
  display: none;
}

.header__top-line-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.header__menu {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}

.header__top-phone {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.header__top-controller {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.header__top-line {
  position: fixed;
  top: 56px;
  left: 0;
  right: 0;
  background-color: #fff;
  border-bottom: 1px solid #eaecf0;
  -webkit-transform: translateX(-200%);
  -ms-transform: translateX(-200%);
  transform: translateX(-200%);
  -webkit-transition: -webkit-transform ease-in-out 300ms;
  transition: -webkit-transform ease-in-out 300ms;
  -o-transition: transform ease-in-out 300ms;
  transition: transform ease-in-out 300ms;
  transition: transform ease-in-out 300ms, -webkit-transform ease-in-out 300ms;
  z-index: 10;
}

.header.opened .header__top-line {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.header__body {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #fff;
}

.header__body-inner {
  height: 58px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header__mob-logo {
  max-width: 111px;
}

.header__logo {
  margin-right: 64px;
}

.header__logo img {
  max-width: 222px;
}

/* .input */

.input {
  position: relative;
}

.input__placeholder {
  position: absolute;
  color: #9DA6B3;
  top: 16px;
  left: 16px;
  overflow: hidden;
  max-width: calc(100% - 32px);
  white-space: nowrap;
  pointer-events: none;
  -webkit-transition: all ease-in-out 300ms;
  -o-transition: all ease-in-out 300ms;
  transition: all ease-in-out 300ms;
}

.input__field {
  height: 56px;
  border: 1px solid #AEB6C5;
  border-radius: 4px;
  outline: none;
  padding: 16px;
  width: 100%;
  -webkit-transition: all ease-in-out 300ms;
  -o-transition: all ease-in-out 300ms;
  transition: all ease-in-out 300ms;
}

.input__field::-webkit-input-placeholder {
  color: #9DA6B3;
}

.input__field::-moz-placeholder {
  color: #9DA6B3;
}

.input__field:-ms-input-placeholder {
  color: #9DA6B3;
}

.input__field::-ms-input-placeholder {
  color: #9DA6B3;
}

.input__field::placeholder {
  color: #9DA6B3;
}

.input__field:focus {
  border-color: #f7533b;
  -webkit-box-shadow: 0px 2px 12px 0px rgba(114, 196, 255, 0.5);
  box-shadow: 0px 2px 12px 0px rgba(114, 196, 255, 0.5);
  padding-top: 24px;
  padding-bottom: 8px;
}

.input__field:focus+.input__placeholder {
  top: 4px;
  font-size: 12px;
  line-height: 14px;
}

.input.not-empty .input__field {
  padding-top: 24px;
  padding-bottom: 8px;
}

.input.not-empty .input__field+.input__placeholder {
  top: 4px;
  font-size: 12px;
  line-height: 14px;
}

.input__icon {
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
  font-size: 20px;
  color: #CACDD2;
}

.input__icon i:hover+.input__desc-icon {
  opacity: 1;
  pointer-events: all;
}

.input__desc-icon {
  position: absolute;
  bottom: 100%;
  right: 50%;
  -webkit-transform: translateX(50%);
  -ms-transform: translateX(50%);
  transform: translateX(50%);
  background-color: #000;
  color: #fff;
  padding: 8px;
  border-radius: 8px;
  font-size: 12px;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all ease-in-out 300ms;
  -o-transition: all ease-in-out 300ms;
  transition: all ease-in-out 300ms;
}

.input__desc-icon::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -4px;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 4px 4px 0 4px;
  border-color: #1F2125 transparent transparent transparent;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

/* .live-support */

.live-support {
  background-color: #EDF3FF;
  border-radius: 20px;
  padding: 24px 62px 24px 24px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 312px;
  margin: 0 auto;
  text-decoration: none;
  color: #202225;
}

.live-support__view {
  position: relative;
  margin-right: 12px;
}

.live-support__view-inner {
  height: 71px;
  width: 56px;
  background: url(../img/live-support.jpg) no-repeat 50% 50%;
  background-size: cover;
  overflow: hidden;
  border-radius: 12px;
}

.live-support__online {
  position: absolute;
  bottom: -5px;
  right: -4px;
  width: 18px;
  height: 18px;
  background-color: #2FB77E;
  border-radius: 50%;
  border: 2px solid #E7F7FF;
}

.live-support__title {
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 5px;
}

.live-support__desc {
  color: #5C6471;
  font-size: 14px;
  line-height: 16px;
}

.live-support__icon {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #f7533b;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 12px;
  line-height: 1;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 24px;
}

/* .menu */

.menu {
  margin-left: -10px;
  margin-right: -10px;
  font-family: "Helvetica", sans-serif;
}

.menu__list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.menu__link,
.navigation__link {
  display: block;
  height: 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 10px;
  text-decoration: none;
  color: #9DA6B3;
  font-size: 15px;
  line-height: 20px;
  font-weight: 700;
}

.menu__link:hover,
.navigation__link:hover {
  background-color: #F3F4F5;
  text-decoration: none;
}

/* .prod-bonuses */

.prod-bonuses {
  font-size: 20px;
  line-height: 1;
  /*padding-top: 5px;*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  /*===========================*/
  justify-content: flex-start;
  width: 45px;
}

.prod-bonuses__item {
  position: relative;
}

.prod-bonuses__item:not(:last-child) {
  margin-right: 5px;
}

/*.prod-bonuses__tooltip {
  position: absolute;
  min-width: 150px;
  text-align: center;
  bottom: 100%;
  left: 50%;
  transform: translate(-50%, -4px);
  padding: 8px;
  border-radius: 4px;
  color: #fff;
  font-size: 12px;
  font-family: inherit;
  background-color: #01B567;
  opacity: 0;
  pointer-events: none;
  z-index: 1000;
}*/

.prod-bonuses__tooltip {
  position: absolute;
  min-width: 150px;
  text-align: center;
  left: 100%;
  top: 50%;
  transform: translate(4px, -50%);
  padding: 8px;
  border-radius: 4px;
  color: #fff;
  font-size: 12px;
  font-family: inherit;
  background-color: #01B567;
  opacity: 0;
  pointer-events: none;
  z-index: 1000;
}

.prod-bonuses__item:first-child .prod-bonuses__tooltip {
  right: 100%;
  left: auto;
  transform: translate(-4px, -50%);
}

.prod-bonuses__item:hover .prod-bonuses__tooltip {
  opacity: 1;
  pointer-events: all;
}

/*.prod-bonuses__tooltip::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 4px 4px 0 4px;
  border-color: #01B567 transparent transparent transparent;
  margin-left: -4px;
}*/

.prod-bonuses__tooltip::after {
  content: "";
  position: absolute;
  right: 100%;
  top: 50%;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 4px 4px 4px 0;
  border-color: transparent #01B567 transparent transparent;
  margin-top: -4px;
}

.prod-bonuses__item:first-child .prod-bonuses__tooltip::after {
  left: 100%;
  right: auto;
  border-width: 4px 0 4px 4px;
  border-color: transparent transparent transparent #01B567;
}

/* .product-card */

.product-card {
  background-color: #fff;
  display: block;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  font-family: "Mulish", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  color: #0F1011;
  padding: 12px;
  border-radius: 12px;
  height: 100%;
}

.product-card:hover {
  text-decoration: none;
}

.product-card__view {
  max-width: 228px;
  margin-bottom: 14px;
}

.product-card__title {
  margin-bottom: 8px;
}

.product-card__desc {
  font-size: 14px;
  line-height: 20px;
  font-family: "Lato", sans-serif;
  color: #5C6471;
  font-weight: 400;
}

.product-card__header {
  margin-bottom: 20px;
}

.product-card__price {
  margin-bottom: 21px;
  margin-top: auto;
}

.product-card__buy {
  width: 100%;
}

/* .product-data */

.product-data__title {
  margin: 0 0 6px;
  font-size: 26px;
}

.product-data__subtitle {
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  font-family: "Helvetica", sans-serif;
  color: #5C6471;
  letter-spacing: -1px;
  margin-bottom: 33px;
}

.product-data__details {
  margin-bottom: 42px;
}

.product-data__view {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 24px;
}

.product-data__blister {
/*   max-width: 165px; */
  max-width: 130px;
  margin-right: 12px;
}

.product-data__pill {
/*   max-width: 80px; */
  max-width: 120px;
  width: 120px;
}

.product-data__details-item:not(:last-child) {
  margin-bottom: 24px;
}

.product-data__details-title {
  font-size: 18px;
  line-height: 24px;
  font-family: "Helvetica", sans-serif;
  letter-spacing: -1px;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 8px;
}

.product-data__details-list {
  margin: 0;
  color: #9DA6B3;
  font-size: 14px;
  line-height: 20px;
}

.product-data__details-list a {
  text-decoration: none;
  color: #f7533b;
  margin: 0 4px;
}

.product-data__details-list a:hover {
  text-decoration: underline;
}

.product-data__details-list span {
  color: #202225;
  margin: 0 4px;
}

.product-data__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.product-data__desc--second {
  margin-bottom: 31px;
}

/* .product-desc */

.product-desc {
  padding: 8px 0;
}

.product-desc__title {
  margin: 0 0 22px;
  font-size: 26px;
}

.product-desc__item {
  margin-bottom: 24px;
}

.product-desc__item:last-child {
  margin-bottom: 4px;
}

.product-desc__subtitle {
  font-size: 18px;
  line-height: 24px;
  margin: 0 0 12px;
  letter-spacing: -1px;
}

.product-desc p {
  margin: 0;
}

.product-desc p:not(:last-child) {
  margin-bottom: 13px;
}

/* .qty */

.qty {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.tabs__footer-ctrl .qty {
  margin-right: 12px;
}

.qty__btn {
  width: 40px;
  /*height: 40px;*/
  height: 64px;
  background-color: #EDEEF0;
  border: 1px solid transparent;
  cursor: pointer;
  font-size: 24px;
  display: block;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #9DA6B3;
}

.qty__btn i {
  display: block;
}

.qty__btn--minus {
  border-radius: 6px 0 0 6px;
}

.qty__btn--plus {
  border-radius: 0 6px 6px 0;
}

.qty__field {
  width: 42px;
  /*height: 40px;*/
  height: 64px;
  padding: 0 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #EDEEF0;
  border: 1px solid #EDEEF0;
}

.qty__input {
  text-align: center;
  width: 100%;
  border-width: 0;
  background-color: #EDEEF0;
  font-weight: 700;
}

/* .radio */

.radio__input {
  position: absolute;
  white-space: nowrap;
  width: 1px;
  height: 1px;
  overflow: hidden;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  margin: -1px;
}

.radio__view {
  width: 24px;
  height: 24px;
  display: block;
  border-radius: 50%;
  border: 1px solid #AEB6C5;
}

.radio__input:checked+.radio__view {
  border-color: transparent;
  background-color: #f7533b;
  position: relative;
}

.radio__input:checked+.radio__view::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.25);
  background: #FAFDFD;
}

/* .reasons */

.reasons {
  padding-bottom: 8px;
}

.reasons__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.reasons__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 50%;
  text-align: center;
}

.reasons__link {
  text-decoration: none;
  color: #0F1011;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  width: 100%;
  padding: 8px 8px 16px;
}

.reasons__view {
  width: 48px;
  height: 48px;
  border-radius: 24px;
  background-color: #ffe773;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto 12px;
}

.reasons__view img {
  /*width: 24px;*/
  width: 32px;
  /*height: 24px;*/
  height: 32px;
  fill: #f7533b;
}

/* .refill-reminder */

.refill-reminder__item:not(:last-child) {
  margin-bottom: 22px;
}

.refill-reminder__item-decs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 14px;
}

.refill-reminder__item-decs i {
  font-size: 24px;
  margin-right: 8px;
}

.refill-reminder__item-ctrl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 24px;
}

.refill-reminder__item-ctrl label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 50%;
}

.refill-reminder .radio {
  margin-right: 8px;
}

.refill-reminder__item-days {
  margin-bottom: 24px;
}

.refill-reminder__item-period {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.refill-reminder__item-period-point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.refill-reminder__item-period-point span {
  margin-right: 16px;
}

.refill-reminder__item-period-point .select {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.refill-reminder__item-period-point--from {
  margin-right: 18px;
}

/* .search */

.search__mob-open {
  background-color: transparent;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  text-decoration: none;
  outline: none;
}

.search__mob-open i {
  font-size: 24px;
  color: #1F2125;
}

.search__mob-open span {
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  line-height: 14px;
  font-weight: 700;
  color: #5C6471;
}

.search__body {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
  opacity: 0;
  pointer-events: none;
}

.search.opened .search__body {
  opacity: 1;
  pointer-events: all;
  z-index:1;
}

.search__body-inner {
  background-color: #fff;
  -webkit-transition: -webkit-transform ease-in-out 300ms;
  transition: -webkit-transform ease-in-out 300ms;
  -o-transition: transform ease-in-out 300ms;
  transition: transform ease-in-out 300ms;
  transition: transform ease-in-out 300ms, -webkit-transform ease-in-out 300ms;
  -webkit-transform: translateX(-200%);
  -ms-transform: translateX(-200%);
  transform: translateX(-200%);
}

.search.opened .search__body-inner {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.search__field {
  position: relative;
  border-bottom: 1px solid #C5D3DC;
}

.search__clear {
  position: absolute;
  top: 50%;
  right: 16px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border: none;
  background-color: transparent;
  padding: 0;
  cursor: pointer;
  font-size: 24px;
  color: #C5D3DC;
}

.search__input {
  height: 56px;
  padding: 15px 48px 15px 16px;
  width: 100%;
  border-width: 0;
  outline: none;
}

.search__list {
  padding: 0;
  margin: 0;
  list-style: none;
}

.search__list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 16px;
  border-bottom: 1px solid #f3f4f5;
}

.search__list-item:hover {
  background-color: #f3f4f5;
}

.search__list-item-img {
  max-width: 40px;
  margin-right: 16px;
}

.search__list-item-title {
  font-weight: 700;
  margin-right: auto;
}

.search__list-item-price {
  font-weight: 700;
  font-size: 18px;
}

/* .select */

.select {
  position: relative;
}

.select::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  margin-top: -2px;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 4px 4px 0 4px;
  border-color: #1F2125 transparent transparent transparent;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  pointer-events: none;
}

.select__field {
  height: 56px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #9DA6B3;
  border: 1px solid #AEB6C5;
  border-radius: 4px;
  outline: none;
  padding: 16px;
  width: 100%;
}

.select__field::-webkit-input-placeholder {
  color: #9DA6B3;
}

.select__field::-moz-placeholder {
  color: #9DA6B3;
}

.select__field:-ms-input-placeholder {
  color: #9DA6B3;
}

.select__field::-ms-input-placeholder {
  color: #9DA6B3;
}

.select__field::placeholder {
  color: #9DA6B3;
}

.select__field option {
  color: #1F2125;
}

.select__field:disabled {
  border-color: #AEB6C5;
  background-color: #EDEEF0;
  color: #9DA6B3;
}

.shipping-method__parsel {
  position: relative;
  padding-left: 32px;
  margin-bottom: 16px;
}

.shipping-method__parcel-toggle {
  display: block;
  margin-bottom: 8px;
}

.shipping-method .checkbox {
  position: absolute;
  top: 0;
  left: 0;
}

.shipping-method__parcel-text {
  font-size: 14px;
  line-height: 20px;
  color: #5C6471;
}

.shipping-method__total {
  background-color: #EDF3FF;
  border-radius: 8px;
  position: relative;
  font-size: 14px;
  line-height: 16px;
  color: #5C6471;
  padding: 16px;
  margin-bottom: 31px;
}

.shipping-method__total-text {
  padding-left: 30px;
  margin-bottom: 20px;
}

.shipping-method__total-text img {
  position: absolute;
  top: 16px;
  left: 16px;
  width: 18px;
  height: 18px;
}

.shipping-method__coupon {
  background-color: #fff;
  border: 1px solid #AEB6C5;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 3px 3px 3px 16px;
  margin-bottom: 19px;
}

.shipping-method__coupon-input {
  width: auto;
  display: block;
  max-width: calc(100% - 100px);
  margin-right: auto;
  height: 40px;
  font-size: 16px;
  line-height: 24px;
  outline: none;
  border: none;
}

.shipping-method__coupon-input::-webkit-input-placeholder {
  color: #9DA6B3;
}

.shipping-method__coupon-input::-moz-placeholder {
  color: #9DA6B3;
}

.shipping-method__coupon-input:-ms-input-placeholder {
  color: #9DA6B3;
}

.shipping-method__coupon-input::-ms-input-placeholder {
  color: #9DA6B3;
}

.shipping-method__coupon-input::placeholder {
  color: #9DA6B3;
}

.shipping-method .btn {
  padding: 10px 12px;
  min-height: 40px;
  border-radius: 4px;
}

.shipping-method__total .continue {
  padding: 10px 12px;
  min-height: 40px;
  border-radius: 4px;
  color: #f7533b;
  background-color: #fff;
  border: 1px solid #f7533b;
  cursor: pointer;
  font-size: 18px;
  line-height: 24px;
  font-family: "Helvetica", sans-serif;
  font-weight: 700;
  transition: all ease-in-out 300ms;
}

.shipping-method__total .continue:hover {
  border-color: transparent;
  background-color: #f7533b;
  color: #fff;
}

.shipping-method__result {
  text-align: right;
  font-family: "Helvetica", sans-serif;
  font-size: 22px;
  line-height: 24px;
  /*letter-spacing: -1px;*/
  color: #0F1011;
}

.shipping-method__result span {
  font-weight: 700;
}

.shipping-method__footer-ask a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 20px;
  text-decoration: none;
  font-size: 14px;
  line-height: 16px;
  font-weight: 700;
  color: #f7533b;
}

.shipping-method__footer-ask i {
  font-size: 20px;
  margin-right: 6px;
}

.shopping {
  margin-bottom: 34px;
}

/* .sidebar */

.sidebar {
  padding: 4px 2px;
}

.sidebar__list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.sidebar__item:not(:last-child) {
  border-bottom: 1px solid #eaecf0;
}

.sidebar__link {
  text-decoration: none;
  font-size: 14px;
  line-height: 16px;
  font-family: "Helvetica", sans-serif;
  font-weight: 700;
  display: block;
  padding: 12px 0 11px;
  color: #0F1011;
}

/* .swiper */

.swiper {
  background-color: #fff;
}

.swiper .swiper-wrapper {
  height: 400px;
}

.swiper .swiper-slide {
  padding: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

/*.swiper .swiper-slide:nth-child(1) {*/
.swiper .swiper-slide--first {
  background-color: #EFE6DF;
}

/*.swiper .swiper-slide:nth-child(2) {*/
.swiper .swiper-slide--second {
  background-color: #E1D9C6;
}

/*.swiper .swiper-slide:nth-child(3) {*/
.swiper .swiper-slide--third {
  background-color: #F9E6FE;
}

/*.swiper .swiper-slide:nth-child(4) {*/
.swiper .swiper-slide--forth {
  background-color: #F6D5CC;
}

.swiper .swiper-pagination-bullet {
  margin-top: 7px !important;
  margin-bottom: 7px !important;
  background-color: transparent;
  border: 1px solid #9DA6B3;
  opacity: 1;
  cursor: pointer;
}

.swiper .swiper-pagination-bullet-active {
  background-color: #f7533b;
  background-color: #f7533b;
}

.swiper__title {
  font-size: 28px;
  line-height: 32px;
  font-weight: 700;
  font-family: "Helvetica", sans-serif;
  letter-spacing: -0.8px;
  margin-bottom: 34px;
}

.swiper__buy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 36px;
}

.swiper__img {
  max-width: 236px;
  margin: 0 auto;
}

.swiper__pagination {
  text-align: center;
  height: 24px;
}

/* .product-dosage */

.product-dosage {
  position: relative;
}

.product-dosage__value {
  height: 56px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 700;
  cursor: pointer;
  padding: 0 24px;
}

.product-dosage__value-title {
  display: flex;
  flex-wrap: wrap;
}

.product-dosage__value-caret {
  font-size: 25px;
  font-weight: bold;
}

.product-dosage.opened .product-dosage__value-caret {
  transform: rotate(180deg);
}

/*.product-dosage__dropdown {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding-top: 60px;
  background-color: #f00;
}*/

.product-dosage__list {
  list-style: none;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background-color: #fff;
  max-height: 360px;
  /*max-height: 160px;*/
  overflow-y: auto;
  box-shadow: 0 4px 16px rgba(52,64,73,0.1);
  transform: translateY(10px);
  border-radius: 8px;
  opacity: 0;
  pointer-events: none;
}

.product-dosage.opened .product-dosage__list {
  opacity: 1;
  pointer-events: all;
}

.product-dosage__item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  /*height: 0;*/
  cursor: pointer;
  /*transition: all ease-in-out 300ms;*/
  /*opacity: 0;*/
  /*pointer-events: none;*/
  min-height: 48px;
  padding: 0 24px;
}

.product-dosage__item:hover {
  background-color: #fbfbfb;
}

.product-dosage__item.active {
  background-color: #EEF8FF;
  color: #107CC0;
}

.product-dosage__price {
  font-weight: 700;
  font-size: 1.1rem; 
  width: 20%;
  text-align: right;
  color:#01B567;
}

.product-dosage__sale {
  font-weight: 500;
  font-size: 1.1rem; 
  width: 20%;
  text-align: right;
  text-decoration: line-through;
  color:#85939B;
}

/*.product-dosage__item.active {
  opacity: 1;
  pointer-events: all;
  min-height: 54px;
  height: auto;
}*/

/*.product-dosage__list.opened .product-dosage__item {
  opacity: 1;
  pointer-events: all;
  height: 54px;
}*/

/*.product-dosage__list.opened .product-dosage__item:not(:last-child) {
  border-bottom: 1px solid #EAECF0;
}*/

.product-dosage__body {
  font-family: "Lato", sans-serif;
  font-size: 1.0rem;
  line-height: 16px;
  font-weight: 500;
  display: flex;
  align-items: center;
  width: 50%;
  color:#85939B;
}

.product-dosage__title {
  display: block;
}

.product-dosage__caret {
  pointer-events: none;
  /*display: block;*/
  margin-left: 28px;

  display: flex;
  border: 1px solid;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  opacity: 0;
  transition: transform ease-in-out 300ms;
}

.product-dosage__item.active .product-dosage__caret {
  opacity: 1;
}

.product-dosage__list.opened .product-dosage__caret {
  transform: rotate(180deg);
}

.product-dosage__body-head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

/* .tabs */

.tabs__ctrl {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 80px;
  margin-bottom: -2px;
  position: relative;
  z-index: 1;
  max-width: calc(100% - 10px);
  overflow-x: auto;
  /****************************/
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}

.tabs__ctrl::-webkit-scrollbar {
  display: none;
}

.tabs__ctrl-item {
  padding: 12px 20px;
  background-color: #EDF3FF;
  font-size: 15px;
  line-height: 20px;
  font-weight: 700;
  font-family: "Helvetica", sans-serif;
  color: #f7533b;
  cursor: pointer;
  border: 1px solid transparent;
  border-bottom-color: #f7533b;
  border-radius: 8px 8px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 1px;
}

.tabs__ctrl-item:not(:last-child) {
  margin-right: 4px;
}

.tabs__ctrl-item.active {
  background-color: #fff;
  border: 2px solid #f7533b;
  border-bottom-color: #fff;
  margin-bottom: 0;
  color: #202225;
  border-bottom:0;
}

.tabs__body {
  border-radius: 0 8px 8px 8px;
  border: 2px solid #f7533b;
  /*padding: 0 24px;*/
}

.tabs__body--prod-2 {
  padding: 0;
}

.tabs__body--padding {
  padding: 22px;
}

.tabs__body-item {
  display: none;
}

.tabs__body-item.active {
  display: block;
}

.tabs__footer {
  padding-top: 20px;
}

.tabs__footer-result {
  font-weight: 700;
  font-family: "Helvetica", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  letter-spacing: -1px;
  margin-bottom: 24px;
}

.tabs__footer-total {
  font-size: 42px;
  line-height: 48px;
  margin-right: 12px;
}

.tabs__footer-discont {
  font-weight: 500;
  font-size: 1.1rem;
  color: #9DA6B3;
  line-height: 24px;
  text-decoration-line: line-through;
}

.tabs__footer-ctrl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.tabs--cart .tabs__body {
  padding: 24px;
}

.tabs--cart .form__row-title {
  padding-left: 16px;
}

/* .tbl */

.tbl--product {
  font-size: 16px;
  font-weight: 700;
}

.tbl--product td {
  padding: 0;
}

.tbl--product tbody:last-child td {
  border-bottom: none;
}

.tbl--product .tbl__th--package {
  padding-left: 0;
}

.tbl--product .tbl__th--best {
  text-align: right;
}

.tbl--product .tbl__th--price {
  text-align: right;
}

.tbl--product .tbl__td--price {
  font-size: 16px;
}

.tbl--product .tbl__per-pill {
  display: block;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  margin-top: 2px;
}

.tbl--product .tbl__td--add-to-cart .btn {
  width: 48px;
  height: 48px;
  padding: 0;
  border-radius: 24px;
  margin-left: auto;
}

.tbl--product .tbl__td--add-to-cart .tbl__td-inner {
  display: block;
}

.tbl--product .tbl__td-inner {
  padding: 10px 10px 11px;
}

.tbl--shopping tbody:not(:last-child) td {
  border-bottom: none;
}

.tbl--shopping .tbl__th {
  padding-top: 24px;
}

.tbl--shopping .tbl__th--price {
  text-align: right;
}

.tbl--shopping .tbl__th--subtotal {
  text-align: right;
}

.tbl--shopping .tbl__tr:first-child .tbl__td {
  border-bottom: 1px solid #eaecf0;
}

.tbl--shopping .tbl__td-inner--package {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.tbl--shopping .tbl__td-inner--qty {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.tbl--shopping .tbl__package-view {
  max-width: 64px;
  margin-right: 12px;
}

.tbl--shopping .tbl__package-body {
  font-weight: 700;
  text-align: left;
  padding-top: 5px;
}

.tbl--shopping .tbl__title-package {
  display: block;
  color: #202225;
  font-family: "Helvetica", sans-serif;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: -1px;
}

.tbl--shopping .tbl__dosage {
  color: #5C6471;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0px;
}

.tbl--shopping .qty {
  margin: 0 auto;
}

.tbl--shopping .tbl__td--price {
  letter-spacing: 0%;
  text-align: right;
}

.tbl--shopping .tbl__td--subtotal {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0%;
  text-align: right;
}

.tbl--shopping .tbl__td--remove {
  position: absolute;
  top: 16px;
  right: 16px;
}

.tbl--shopping .tbl__delete {
  font-size: 24px;
  text-decoration: none;
  /*color: #7C828B;*/
  color: #cdcdcd;
  -webkit-transition: color ease-in-out 300ms;
  -o-transition: color ease-in-out 300ms;
  transition: color ease-in-out 300ms;
}

.tbl--shopping .tbl__delete:hover {
  color: #230B34;
}

.tbl--shopping .tbl__td-inner--bonus {
  font-size: 12px;
  line-height: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 9px 0 7px 18px;
}

.tbl--shopping .tbl__td-inner--bonus a {
  color: #f7533b;
  font-weight: 700;
  text-decoration: none;
  margin-right: 4px;
}

.tbl--shopping .tbl__td-inner--bonus a:hover {
  text-decoration: underline;
}

.tbl--shopping .icon-caret-up {
  font-size: 14px;
  line-height: 1;
  color: #f7533b;
  margin-right: 4px;
}

.tbl--shipping-method {
  margin-bottom: 20px;
}

.tbl--shipping-method .tbl__th {
  padding-left: 8px;
}

.tbl--shipping-method .tbl__td {
  border-bottom: 1px solid #eaecf0;
  padding-left: 9px;
  padding-top: 14px;
  padding-right: 24px;
}

.tbl--shipping-method .tbl__td-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.tbl--shipping-method .radio {
  margin-right: 11px;
}

.tbl--shipping-method .tbl__body {
  margin-right: auto;
}

.tbl--shipping-method .tbl__title {
  display: block;
  font-weight: 700;
}

.tbl--shipping-method .tbl__time {
  color: #5C6471;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.tbl--shipping-method .tbl__price {
  font-weight: 700;
  margin-left: 58px;
  white-space: nowrap;
}

/* .textarea */

.textarea__field {
  min-height: 204px;
  max-width: 100%;
  min-width: 100%;
  border: 1px solid #AEB6C5;
  border-radius: 4px;
  outline: none;
  padding: 16px;
  width: 100%;
}

.textarea__field::-webkit-input-placeholder {
  color: #9DA6B3;
}

.textarea__field::-moz-placeholder {
  color: #9DA6B3;
}

.textarea__field:-ms-input-placeholder {
  color: #9DA6B3;
}

.textarea__field::-ms-input-placeholder {
  color: #9DA6B3;
}

.textarea__field::placeholder {
  color: #9DA6B3;
}

/* .top-controller */

.top-controller {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.top-controller__item {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 33.3333333333%;
  margin-bottom: 20px;
}

.top-controller__item:first-child {
  max-width: 130px;
}

.top-controller__select {
  width: 100%;
  font-size: 14px;
  line-height: 20px;
  color: #9DA6B3;
  border: none;
  outline: none;
  background-color: #fff;
  text-align: right;
}

/* .top-phone */

.top-phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 56px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.top-phone i {
  display: block;
  margin-right: 4px;
  color: #9DA6B3;
}
.top-phone img {
width:110px;
}

.stButton {
  width: 24px !important;
}

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

@media (min-width: 768px) {
  /* base $md */

  .page__section--md-horizontal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .page__column--cart-left {
    margin-right: 22px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }

  .page__column--cart-right {
    width: 512px;
  }

  .d-md-none {
    display: none !important;
  }
}

@media (min-width: 992px) {
  .tbl--shopping .tbl__td-inner--bonus {
    display: table-cell;
  }

  /* base $lg */
  .search_list_wrap {
   	 max-height: 400px;
  }
  .shipping-method .btn {
    margin-right: 26px;
    margin-left: 0;
    min-width: 200px;
  }
  .shipping-method__total .continue {
    margin-left: auto;
    margin-right: 26px;
  }
  .search_list_k{
    max-height: 400px;
    border-left: 1px solid #1672c640;
    border-right: 1px solid #1672c640;
    border-bottom: 1px solid #1672c640;
  }
  body {
    padding-top: 0;
    padding-bottom: 0;
  }

  h2 {
    font-size: 26px;
  }

  .container {
    padding: 0 12px;
  }

  .page__main--index {
    padding: 65px 0;
  }

  .page__title {
    font-size: 42px;
    line-height: 42px;
    margin-bottom: 31px;
    text-align: center;
  }

  .page__title--index {
    text-align: left;
  }

  .page__block {
    padding: 20px;
  }

  .page__block--content {
    padding: 32px 30px 28px;
    margin-bottom: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }

  .page__block--billing {
    padding: 26px 32px 32px 30px;
  }

  .page__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .page__column h2 {
    margin-top: 0;
    margin-bottom: 26px;
  }

  /* .helpers $lg */

  .d-lg-none {
    display: none !important;
  }

  .d-lg-block {
    display: block !important;
  }

  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-lg-tbl-head-group {
    display: table-header-group !important;
  }

  .d-lg-tbl-cell {
    display: table-cell !important;
  }

  .fg-lg-1 {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }

  .mb-lg-72 {
    margin-bottom: 72px !important;
  }

  .maw-lg-236 {
    max-width: 236px;
  }

  /* .actions $lg */

  .actions {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }

  .actions--prod-2 {
    margin-bottom: 12px;
  }

  .actions__body {
    margin-bottom: 20px;
  }

  .actions__item-value {
    padding-right: 3px;
  }

  /*.actions__item-value img {
    width: 176px;
  }*/

  .actions__footer {
    padding: 16px 20px 16px 4px;
  }

  /* .bestsellers $lg */

  .bestsellers {
    margin-bottom: 0;
  }

  .bestsellers__item {
    width: 25%;
  }

  .bestsellers__item:nth-last-child(-n+4) {
    padding-bottom: 0;
  }

  /* .btn $lg */

  .tabs__footer-ctrl .btn {
    padding: 19px 38px;
  }

  .btn--cart {
    width: auto;
    max-width: none;
    padding: 11px 30px;
  }

  /* .cart $lg */

  .cart__body {
    -webkit-transition: opacity ease-in-out 300ms;
    -o-transition: opacity ease-in-out 300ms;
    transition: opacity ease-in-out 300ms;
  }

  .cart:hover .cart__body {
    opacity: 1;
    pointer-events: all;
  }

  /* .categories $lg */

  .categories {
    position: relative;
  }

  .categories__body {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    position: absolute;
    top: 100%;
    left: 0;
    opacity: 0;
    pointer-events: none;
  }

  .categories.opened .categories__body {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1;
    pointer-events: all;
  }

  .categories__list {
    width: 700px;
    -webkit-columns: 4;
    -moz-columns: 4;
    columns: 4;
    height: auto;
    max-height: 600px;
    background-color: #fff;
    border-radius: 12px;
    padding: 16px;
    font-size: 14px;
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  }

  .categories__item:not(:last-child) {
    border-bottom: none;
  }

  .categories__link {
    padding: 0;
    margin-bottom: 16px;
  }

  .categories__link:hover {
    background-color: transparent;
    text-decoration: underline;
  }

  /* .contact $lg */

  .contact {
    padding: 0 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .contact__left {
    padding-right: 32px;
    border-right: 1px solid #AEB6C5;
  }

  .contact__right {
    padding-left: 32px;
    min-width: 400px;
    max-width: 400px;
  }

  /* .footer $lg */

  .footer {
    padding-top: 46px;
  }

  .footer__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -8px;
    margin-right: -8px;
    margin-bottom: 84px;
  }

  .footer__column {
    width: 33.3333333333%;
    padding: 0 8px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }

  .footer__column:not(:last-child) {
    margin-bottom: 0;
  }

  .footer__item:not(:last-child) {
    margin-bottom: 24px;
  }

  .footer__copyright {
    /*max-width: 279px;*/
    /*text-align: center;*/
    line-height: 14px;
  }

  .footer__logo {
   /*  margin-left: 66px; */
  }

  /* .form $lg */

  .form__row-title {
    margin-bottom: 10px;
  }

  /* .header $lg */

  .header__top-line-inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 11px 0;
  }

  .header__menu {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-right: auto;
  }

  .header__top-phone {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    padding-right: 20px;
    margin-left: 20px;
    border-right: 1px solid #eaecf0;
  }

  .header__top-controller {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }

  .header__top-line {
    position: static;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }

  .header__body {
    position: static;
  }

  .header__body-inner {
    padding: 31px 0;
    height: auto;
  }

  .header__item--category {
    margin-right: 12px;
  }

  .header__item--search {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-right: 36px;
  }

  /* .menu $lg */

  .menu__list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }

  .menu__link,
  .navigation__link {
    height: auto;
    text-decoration: none;
    font-weight: 400;
    white-space: nowrap;
  }

  .menu__link:hover,
  .navigation__link:hover {
    background-color: transparent;
  }

  /* .product-card $lg */

  .product-card {
    padding: 24px;
  }

  .product-card__view {
    margin-bottom: 24px;
  }

  .product-card__header {
    margin-bottom: 24px;
  }

  .product-card__price {
    margin-bottom: 24px;
  }

  /* .product-data $lg */

  .product-data {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .product-data__title {
    font-size: 43px;
    letter-spacing: -1.5px;
    margin-bottom: 3px;
  }

  .product-data__subtitle {
    margin-bottom: 25px;
  }

  .product-data__details {
    min-width: 320px;
    margin-right: 50px;
    margin-bottom: 38px;
  }

  .product-data__view {
    padding: 36px 5px 0px;
  }

  .product-data__desc {
    margin-bottom: 32px;
  }

  /* .product-desc $lg */

  .product-desc {
    padding: 0;
  }

  /* .qty $lg */

  .tabs__footer-ctrl .qty {
    margin-right: 20px;
  }

  /* .reasons $lg */

  .reasons__list {
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 26px 8px 23px;
  }

  .reasons__item {
    width: 20%;
  }

  .reasons__link {
    padding: 0;
  }

  /* .search $lg */

  .search__body {
    position: static;
    opacity: 1;
    background-color: transparent;
    pointer-events: all;
  }

  .search__body-inner {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .search__field {
    border-bottom: none;
  }

  .search__input {
    background-color: #F3F4F5;
    border-radius: 6px;
    border: 1px solid #f3f4f5;
    height: 48px;
    padding: 12px 44px 12px 16px;
  }

  .search__input::-webkit-input-placeholder {
    color: #9DA6B3;
  }

  .search__input::-moz-placeholder {
    color: #9DA6B3;
  }

  .search__input:-ms-input-placeholder {
    color: #9DA6B3;
  }

  .search__input::-ms-input-placeholder {
    color: #9DA6B3;
  }

  .search__input::placeholder {
    color: #9DA6B3;
  }

  .search__submit {
    position: absolute;
    top: 50%;
    right: 12px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: transparent;
    border: none;
    padding: 0;
    cursor: pointer;
    font-size: 24px;
    line-height: 1;
    z-index: 1;
    color: #9DA6B3;
  }

  /* .shipping-method $lg */

  .shipping-method__total {
    display: flex;
    /*flex-direction: row-reverse;*/
    align-items: center;
    justify-content: space-between;
    padding: 16px 24px 16px 18px;
  }

  .shipping-method__total-text {
    margin-bottom: 0;
    max-width: 500px;
    margin-right: auto;
  }

  .shipping-method__total-text img {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 18px;
  }

  .shipping-method__coupon {
    margin-bottom: 0;
    margin-right: 47px;
    width: 100%;
    max-width: 382px;
    padding-left: 14px;
  }

  .shipping-method__result {
    white-space: nowrap;
    order: 3;
  }

  /* .swiper $lg */

  .swiper .swiper-slide {
    text-align: left;
    background-size: auto 100%;
  }

  /*.swiper .swiper-slide:nth-child(1) {*/
  .swiper .swiper-slide--first {
    background: #EFE6DF url("../img/slide-1-bg.png") no-repeat calc(100% + 200px) 50%;
  }

  /*.swiper .swiper-slide:nth-child(2) {*/
  .swiper .swiper-slide--second {
    background: #E1D9C6 url("../img/slide-2-bg.png") no-repeat calc(100% + 50px) 50%;
  }

  /*.swiper .swiper-slide:nth-child(3) {*/
  .swiper .swiper-slide--third {
    background: #F9E6FE url("../img/slide-3-bg.png") no-repeat 100% 50%;
  }

  /*.swiper .swiper-slide:nth-child(4) {*/
  .swiper .swiper-slide--forth {
    background: #F6D5CC url("../img/slide-4-bg.png") no-repeat 100% 50%;
  }

  .swiper__title {
    font-size: 42px;
    line-height: 48px;
    max-width: 400px;
    letter-spacing: -1px;
  }

  .swiper__buy {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 0;
  }

  .swiper__img {
    margin: 0 0 -84px -26px;
    /*max-width: 392px;*/
    max-width: 320px;
  }

  .swiper__slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  /* .product-dosage $lg */

  /*.product-dosage__item.active {*/
    /*height: 68px;*/
    /*min-height: 26px;*/
  /*}*/

  /*.product-dosage__list.opened .product-dosage__item {
    height: 68px;
  }*/

  .product-dosage__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .product-dosage__title {
    margin-right: 4px;
  }

  /* .tabs $lg */

  .tabs {
    margin-bottom: 43px;
  }

  .tabs--prod-2 {
    margin-bottom: 32px;
  }

  .tabs__ctrl-item {
    padding: 12px 19px;
    display: block;
  }

  .tabs__body {
    /*padding: 14px 24px;*/
  }

  .tabs__footer {
    padding-top: 24px;
    /*padding-top: 210px;*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .tabs__footer-result {
    margin-bottom: 0;
  }

  /* .tbl $lg */

  .tbl--product td {
    padding: 12px 0 11px 12px;
    vertical-align: middle;
  }

  .tbl--product th {
    padding-right: 0;
  }

  .tbl--product .tbl__td--package {
    padding-left: 0;
    width: 100%;
  }

  .tbl--product .tbl__td--package .tbl__td-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .tbl--product .tbl__td--best {
    font-size: 18px;
    color: #9DA6B3;
    font-family: "Helvetica", sans-serif;
    font-weight: 700;
    letter-spacing: -1px;
    text-decoration-line: line-through;
  }

  .tbl--product .tbl__td-inner {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .tbl--shopping .tbl__td--remove {
    position: static;
  }

  .tbl--shipping-method .tbl__td {
    padding-bottom: 14px;
  }

  /* .top-controller $lg */

  .top-controller__item {
    margin-bottom: 0;
    max-width:83px;
  }

  /* .top-phone $lg */

  .top-phone {
    height: auto;
  }
}

@media (min-width: 1200px) {
  .page__column--cart-right {
    max-width: 710px;
    min-width: 710px;
  }

  .btn--icon-invert .btn__icon-before {
    display: block;
  }

  .btn--text-hide .btn__text {
    display: block;
  }

  .btn--icon-invert .btn__icon-after {
    display: none;
  }

  .contact__right {
    min-width: 500px;
    max-width: 500px;
  }

  /* .form $xl */

  .tabs--cart .form__row:not(:last-child) {
    margin-bottom: 24px;
  }

  .form__item--cvv:not(:last-child) {
    margin-right: 0;
    margin-bottom: 12px;
  }

  /* .refill-reminder $xl */

  .refill-reminder__item-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .refill-reminder__item-ctrl {
    margin-bottom: 0;
    margin-right: 25px;
  }

  .refill-reminder__item-ctrl label {
    width: auto;
  }

  .refill-reminder__item-ctrl label:first-child {
    margin-right: 24px;
  }

  .refill-reminder__item-days {
    margin-bottom: 0;
    width: 100%;
    margin-right: 24px;
  }

  .refill-reminder__item-period-point span {
    margin-right: 24px;
  }

  .refill-reminder__item-period-point .select {
    min-width: 92px;
    max-width: 92px;
  }

  .refill-reminder__item-period-point--from {
    margin-right: 24px;
  }

  /* .swiper $xl */

  .swiper .swiper-slide:nth-child(1) {
    background-position: calc(100% + 100px) 50%;
  }

  .swiper .swiper-slide:nth-child(2) {
    background-position: 100% 50%;
  }

  /* .tabs $xl */

  .tabs--cart {
    margin-bottom: 0;
  }

  .tabs--cart .tabs__body-item--card-info {
    background: url("../img/card-info.png") no-repeat 3px 0;
    background-size: 622px auto;
    padding-top: 86px;
    padding-left: 71px;
    padding-right: 230px;
    padding-bottom: 24px;
    margin-left: -24px;
    margin-right: -24px;
    margin-bottom: -18px;
    position: relative;
  }

  .tabs--cart .form__item--two {
    max-width: 118px;
  }

  .tabs--cart .form__item--two:last-child {
    max-width: 148px;
  }

  .tabs--cart .form__row:last-child {
    position: absolute;
    top: 166px;
    right: 61px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  /* .tbl $xl */

  .tbl--product .tbl__td--package {
    padding-right: 28px;
  }

  .tbl--product .tbl__td--package .tbl__td-inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .tbl--product .tbl__td--price {
    font-family: "Helvetica", sans-serif;
    font-size: 28px;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: -1px;
  }

  .tbl--product .tbl__td--add-to-cart .btn {
    width: auto;
    border-radius: 8px;
    min-width: 156px;
  }
}

@media (min-width: 1400px) {
  /* .swiper $xxl */

  .swiper .swiper-slide:nth-child(1) {
    background-position: 100% 50%;
  }
}

@media (max-width: 991px) {
 .hide_on_mobile{
 	display:none;
  }
  .search_list_wrap {
   	 max-height: 70vh;
  }
  .search_list_k{
    max-height: 70vh;
  }
  /* .tbl $_lg */

  .tbl--shopping {
    display: block;
  }
  .tbl--shopping .tbl__thead {
    display: block;
  }

  .tbl--shopping .tbl__th {
    padding-top: 11px;
    padding-bottom: 12px;
    display: none;
    border-bottom: none;
  }

  .tbl--shopping .tbl__th--package {
    display: block;
  }

  .tbl--shopping .tbl__tbody {
    display: block;
  }

  .tbl--shopping .tbl__tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .tbl--shopping .tbl__tr--bonus {
    display: block;
  }

  .tbl--shopping .tbl__tr:first-child {
    background-color: #F3F4F5;
    padding: 12px 8px 12px 68px;
    border-radius: 8px;
  }

  .tbl--shopping .tbl__tr:first-child .tbl__td {
    border-bottom: none;
  }

  .tbl--shopping .tbl__td {
    padding: 0;
  }

  .tbl--shopping .tbl__td--package {
    width: 100%;
    padding-right: 40px;
    margin-bottom: 14px;
  }

  .tbl--shopping .tbl__package-view {
    position: absolute;
    top: 12px;
    left: 8px;
    width: 48px;
  }

  .tbl--shopping .tbl__package-body {
    padding-top: 0;
  }

  .tbl--shopping .tbl__title-package {
    font-family: "Lato", sans-serif;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
  }

  .tbl--shopping .tbl__td--qty {
    margin-right: auto;
  }

  .tbl--shopping .qty__field {
    width: 60px;
  }

  .tbl--shopping .tbl__td--price {
    font-weight: 700;
  }

  .tbl--shopping .tbl__td--subtotal {
    display: none;
  }

  .tbl--shopping .tbl__td-inner--bonus {
    display: block;
    padding-top: 10px;
    padding-left: 36px;
    padding-right: 10px;
    position: relative;
  }

  .tbl--shopping .icon-caret-up {
    position: absolute;
    top: 5px;
    left: 16px;
  }

  .shipping-method__result {
    margin-bottom: 16px;
    text-align: center;
  }

  .shipping-method__total {
    text-align: center;
  }

  .shipping-method__total .continue {
    margin: 0 auto;
    width: 100%;
    max-width: 400px;
    margin-bottom: 16px;
  }

  .product-data__body .tabs {
    margin-bottom: 24px;
  }

  /*.tabs__body--prod-2 {
    padding: 12px 24px;
  }*/

  .swiper__pagination {
    display: none;
  }
}

@media (max-width: 575px) {

  .page__main--account table,
  .page__main--coupon table,
  .page__main--subscribe table {
    display: block;
  }

  .page__main--account table tbody,
  .page__main--coupon table tbody,
  .page__main--subscribe table tbody {
    display: block;
  }

  .page__main--account table tbody th,
  .page__main--coupon table tbody th,
  .page__main--subscribe table tbody th {
    text-align: left;
  }

  .page__main--account table tfoot,
  .page__main--coupon table tfoot,
  .page__main--subscribe table tfoot {
    display: block;
  }

  .page__main--account table tr,
  .page__main--coupon table tr,
  .page__main--subscribe table tr {
    display: block;
    margin-bottom: 16px;
  }

  .page__main--account table th,
  .page__main--coupon table th,
  .page__main--subscribe table th {
    display: block;
    padding: 0;
  }

  .page__main--account table td,
  .page__main--coupon table td,
  .page__main--subscribe table td {
    display: block;
    padding: 0;
  }

  .actions__item {
    flex-wrap: wrap;
  }

  .swiper__img img {
    max-height: 160px;
    margin: auto;
  }

  .page__main--testimonials .page__block .testimonial {
    width: calc(100% - 16px);
  }

  .product-dosage__caret {
    width: 18px;
    height: 18px;
  }
}
span.cart__item.empty_smart_cart{
	min-width:145px;
}





.search_list {
    background: none;
	position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    margin-top: -40px;
    z-index: 1000;
    font-size: 1rem;
}
.search_list_wrap {
    overflow: hidden;
    border-radius: 10px;
    -webkit-box-shadow: 1px 1px 2px rgba(0,0,0,.5);
    box-shadow: 1px 1px 2px rgba(0,0,0,.5);
}

.search_list_k{
    width: 100%;
    position: absolute;
	left: 0;
	top: 0;
    background: #FFF;
    z-index: 110;
    border-radius: 0px 0px 5px 5px;
    padding-top: 40px;
    overflow: auto;
    
}
.search_list_k a {
    display: inline-block;
    color: #000;
    padding: 5px 5px;
    text-decoration: none;
    display: block;
}

.search_list_item_link {
    width: 120px;
    height: 100%;
    text-align: center;
    vertical-align: top;
    width: auto;
    text-align: left;
    padding: 5px 25px;
    border-top: 1px dashed #dadada;
}
.success{
	text-align: center;
    color: green;
    margin-bottom: 10px;
}
.category .bestsellers__item .product-card .product-card__view img{
	height:65px;
}

.search_list_k a img {
    display: inline;
    vertical-align: middle;
    margin-right: 17px;
    margin-left: 20px;
    height: 29px;
}
.search_list_k a span {
	 display: inline;
}
span.search_price {
    float: right;
    margin-right: 20px;
    font-weight: bold;
}
.c_button{
	display:contents;
}
:root{--safe-area-inset-bottom:env(safe-area-inset-bottom);}
 .scrolltop {
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}
.scrolltop {
    position: fixed;
    bottom: calc(7.2rem + var(--safe-area-inset-bottom));
    right: 1.6rem;
    border: none;
    padding: 0;
    cursor: pointer;
    width: 3rem;
    height: 3rem;
    background: rgba(16, 124, 192, 0.5);
    border-radius: 4px;
    color: #fff;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.25s, visibility 0.25s, transform 0.25s, background 0.25s, bottom .25s;
    -ms-transform: translate(0, 20px);
    transform: translate(0, 20px);
}
@media (min-width: 992px) {
    .scrolltop {
        bottom: calc(2.4rem + var(--safe-area-inset-bottom));
        right: 2.4rem;
    }
}



/*ul.product-dosage__list .product-dosage__item.active .product-dosage__price{
	opacity:0;
}*/
/*ul.product-dosage__list.opened .product-dosage__item.active .product-dosage__price{
	opacity:1;
}*/
.product-bunus-pills-wrap{
	margin-left:5px;
}