﻿@charset "UTF-8";
@media only screen and (min-width: 767px) {
  .visible-less-sm {
    display: none !important;
  }
}

@media only screen and (min-width: 1050px) {
  .visible-less-md {
    display: none !important;
  }
}

@media only screen and (min-width: 1249px) {
  .visible-less-lg {
    display: none !important;
  }
}

@media only screen and (min-width: 1439px) {
  .visible-less-xl {
    display: none !important;
  }
}

@media only screen and (max-width: 767px) {
  .hidden-less-sm {
    display: none !important;
  }
}

@media only screen and (max-width: 1050px) {
  .hidden-less-md {
    display: none !important;
  }
}

@media only screen and (max-width: 1249px) {
  .hidden-less-lg {
    display: none !important;
  }
}

@media only screen and (max-width: 1439px) {
  .hidden-less-xl {
    display: none !important;
  }
}

.select-style .select-label {
  color: #9F9F9F;
  font-size: 12px;
  line-height: 1.2;
  margin-bottom: 2px;
  display: inline-block;
}

.button, :hover, button {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

body, sub, sup {
  position: relative;
}

body, html {
  overflow-x: hidden;
}

a:active, a:focus, a:hover {
  outline: 0;
}

input:focus, textarea:focus {
  outline: 0;
}

.container:after, .row:after, header.main-head .hovering-cart-item-wrap .total-price-wrap:after {
  clear: both;
}

.button-wrap {
  text-align: center;
}

header.main-head .count-name, header.main-head .count-number-wrap {
  text-align: center;
}

.s-main-offer .container, header.main-head .container {
  max-width: 1439px;
}

a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  height: 100%;
}

:hover {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

b, strong {
  font-weight: 700;
}

img {
  border: 0;
}

ol, ul {
  list-style: none;
}

small {
  font-size: 80;
}

sub {
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup {
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

svg:not(:root) {
  overflow: hidden;
}

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  verflow: visible;
  text-transform: none;
}

select {
  text-transform: none;
}

button, html input[type=button] {
  -webkit-appearance: button;
  cursor: pointer;
}

input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled], html input[disabled] {
  cursor: default;
}

.button, .checkbox-label:not(.disabled) {
  cursor: pointer;
}

[role=button], button, label.radio-label {
  cursor: pointer;
}

input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input[type=checkbox], input[type=radio] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

td, th {
  padding: 0;
}

select {
  border-radius: 0;
}

.button, button, textarea {
  -webkit-border-radius: 1px;
}

blockquote:after, blockquote:before {
  content: '';
  content: none;
}

q:after, q:before {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

a {
  background-color: transparent;
  color: #3ab3df;
  text-decoration: none;
}

*, :after, :before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.hidden {
  display: none;
}

::-webkit-input-placeholder, :-moz-placeholder, ::-moz-placeholder, :-ms-input-placeholder {
  color: #9f9f9f;
  opacity: 1;
}

input.phone {
  -webkit-box-shadow: none;
          box-shadow: none;
}

blockquote, q {
  quotes: none;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.container--narrow {
  max-width: 1439px;
  width: 100%;
}

a:focus, a:hover {
  color: #74cae8;
}

body {
  font-size: 16px;
  min-width: 768px;
  min-height: 100%;
  line-height: 1;
  color: #222;
  font-family: "Open Sans", sans-serif;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

body.no-footer-body {
  padding-bottom: 0;
}

body.media-mobile {
  min-width: 375px;
}

.button, button {
  border-radius: 1px;
  background-color: #3ab3df;
  display: inline-block;
  color: #fff;
  font-size: 16px;
  line-height: 1;
  border: none;
  padding: 8px 12px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-align: center;
}

.button:focus, .button:hover, button:focus, button:hover {
  text-decoration: none;
  outline: 0;
  color: #fff;
  background-color: #74cae8;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.button:disabled, button:disabled {
  background-color: #cfcfcf;
  color: #fff;
}

.button.ghost-btn, button.ghost-btn {
  background-color: transparent;
  border: 1px solid #CFCFCF;
  color: #3ab3df;
}

.button.ghost-btn:focus, .button.ghost-btn:hover, button.ghost-btn:focus, button.ghost-btn:hover {
  border-color: #f1f1f1;
  background-color: #f1f1f1;
}

.button.ghost-blue-btn, button.ghost-blue-btn {
  color: #3ab3df;
  background-color: transparent;
  border: 1px solid #3ab3df;
}

.button.ghost-blue-btn:focus, .button.ghost-blue-btn:hover, button.ghost-blue-btn:focus, button.ghost-blue-btn:hover {
  background-color: #3ab3df;
  color: #fff;
}

.button.secondary-btn, button.secondary-btn {
  background: transparent;
  border: 1px solid #F1F1F1;
  border-radius: 2px;
  font-weight: 600;
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
  color: #3AB3DF;
  padding: 11px 20px;
}

.button.secondary-btn:focus, .button.secondary-btn:hover, button.secondary-btn:focus, button.secondary-btn:hover {
  background-color: #F1F1F1;
}

.button.noborder-btn, button.noborder-btn {
  background-color: transparent;
  border: none;
  color: #3ab3df;
  font-weight: 600;
  text-transform: uppercase;
  padding: 12px 15px;
}

.button.noborder-btn:focus, .button.noborder-btn:hover, button.noborder-btn:focus, button.noborder-btn:hover {
  background-color: #f1f1f1;
}

.button.plain-btn, button.plain-btn {
  text-transform: uppercase;
  padding: 17px 10px;
  border-radius: 2px;
  font-weight: 400;
  max-width: 100%;
}

.button.plain-med-btn, button.plain-med-btn {
  text-transform: uppercase;
  padding: 12px 15px;
  border-radius: 2px;
  font-weight: 600;
  max-width: 100%;
}

.button.disabled-btn, button.disabled-btn {
  cursor: default;
  pointer-events: none;
  border: 1px solid #F1F1F1;
  color: #cfcfcf;
  background-color: transparent;
}

input, textarea {
  background-color: #fff;
  color: #000;
  font-weight: 400;
  line-height: 1;
  padding: 8px 0 8px 10px;
  font-size: 16px;
}

button::-moz-focus-inner {
  padding: 0 !important;
  border: 0 !important;
}

input {
  border: 1px solid #f1f1f1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -moz-appearance: textfield;
}

input[type=button]::-moz-focus-inner, input[type=reset]::-moz-focus-inner, input[type=submit]::-moz-focus-inner {
  padding: 0 !important;
  border: 0 !important;
}

input:focus {
  border-color: #3ab3df;
}

input:focus::-webkit-input-placeholder, input:focus:-moz-placeholder, input:focus::-moz-placeholder, input:focus:-ms-input-placeholder {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

textarea {
  overflow: auto;
  resize: none;
  border-radius: 1px;
  border: 1px solid #cfcfcf;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

textarea:focus {
  border-color: #303030;
}

textarea:focus::-webkit-input-placeholder, textarea:focus:-moz-placeholder, textarea:focus::-moz-placeholder, textarea:focus:-ms-input-placeholder {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

select {
  font-size: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.select-style {
  overflow: hidden;
  padding: 0;
  margin: 0;
  width: 300px;
  cursor: default;
}

.select-style select {
  padding: 11px 45px 11px 12px;
  width: 100%;
  width: 130% \9;
  border: 1px solid #F1F1F1;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: 0 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #ffffff url(/img/down-blue.svg) no-repeat calc(100% - 20px) 50%;
  background-size: 14px 8px;
  cursor: pointer;
}

.select-style select:focus {
  outline: 0;
}

.select-style select::-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}

.select-style select::-ms-expand {
  display: none;
}

.select-style-order select {
  width: 100%;
  width: 130% \9;
  border: 1px solid #F1F1F1;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: 0 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #F1F1F1 url(/img/down-blue.svg) no-repeat calc(100% - 10px) 50%;
  background-size: 14px 8px;
  cursor: pointer;
}

.select-style-order select-order:focus {
  outline: 0;
}

.select-style-order select-order::-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}

.select-style-order select::-ms-expand {
  display: none;
}

label.radio-label input[type=radio]:checked + .radio-txt-wrap:before, label.radio-label:hover .radio-txt-wrap:before {
  border-color: #3ab3df;
}

.h1, .h2, h1, h2 {
  color: #222;
  font-size: 24px;
  font-weight: 300;
}

@media only screen and (max-width: 1050px) {
  .h1, .h2, h1, h2 {
    font-size: 18px;
  }
}

.checkbox-label:not(.disabled):hover .checkbox-txt, .checkbox-label:not(.disabled):hover label.radio-label:hover .radio-txt-wrap {
  color: #3ab3df;
}

.checkbox-label.green:not(.disabled):hover .checkbox-txt, .checkbox-label.green:not(.disabled):hover label.radio-label:hover .radio-txt-wrap {
  color: #22D3BB;
}

h1 {
  font-size: 26px;
}

.section, section {
  padding-top: 25px;
  padding-bottom: 41px;
}

.section p.section-paragraph, section p.section-paragraph {
  font-size: 18px;
  line-height: 1.37;
}

.next-sect {
  background-color: gray;
  min-height: 1000px;
}

.container:after, .container:before {
  content: " ";
  display: table;
}

.row:after, .row:before {
  content: " ";
  display: table;
}

.input-group {
  font-size: 0;
}

.input-group .btn-number,
.input-group .input-number {
  height: 24px;
  padding: 0;
  vertical-align: top;
}

.input-group .btn-number {
  width: 25px;
  font-size: 20px;
  color: #9f9f9f;
  line-height: 24px;
  background-color: #f1f1f1;
  border-radius: 2px 0px 0px 2px;
}

.input-group .btn-number .minus {
  position: relative;
  bottom: 2px;
}

.input-group .input-number {
  width: 50px;
  border: 1px solid #F1F1F1;
  text-align: center;
  color: #000;
}

label.radio-label {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

label.radio-label:hover {
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

label.radio-label input[type=radio] {
  display: none;
}

label.radio-label input[type=radio]:checked + .radio-txt-wrap:after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: #3ab3df;
  top: 4px;
  left: 5px;
  border-radius: 50%;
}

label.radio-label input[type=radio].error + .radio-txt-wrap:before {
  border-color: #ff5252;
}

label.radio-label .radio-txt-wrap {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

label.radio-label .radio-txt-wrap:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: -2px 10px 0 0;
  vertical-align: middle;
  cursor: pointer;
  border: 2px solid #cfcfcf;
  border-radius: 50%;
}

.checkbox-label {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  display: inline-block;
}

.checkbox-label:not(.disabled):hover .checkbox-txt-wrap:before {
  border-color: #3ab3df;
}

.checkbox-label.green:not(.disabled):hover .checkbox-txt-wrap:before {
  border-color: #22D3BB;
}

input[type=checkbox] {
  display: none;
}

.checkbox-txt-wrap {
  display: inline-block;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.checkbox-txt-wrap:before {
  display: inline-block;
  vertical-align: middle;
}

input[type=checkbox]:checked + .checkbox-txt-wrap:before {
  background-image: url(../img/checkbox-сhecked.svg);
  border: none;
}

input[type=checkbox]:checked + .checkbox-txt-wrap.green:before {
  background-image: url(../img/checkbox-сhecked-green.svg);
}

input[type=checkbox]:disabled + .checkbox-txt-wrap:before {
  background-image: url(../img/checkbox-unactive.svg);
  border: none;
  cursor: default;
}

input[type=checkbox]:checked:disabled + .checkbox-txt-wrap:before {
  background-image: url(../img/checkbox-checked-disabled.svg);
}

.checkbox-txt,
.radio-txt {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.checkbox-txt-wrap:before {
  content: "";
  width: 16px;
  height: 16px;
  margin: -3px 10px 0 0;
  cursor: pointer;
  border: 1px solid #cfcfcf;
  border-radius: 1px;
  background-repeat: no-repeat;
}

@media only screen and (min-width: 1050px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media only screen and (min-width: 1249px) {
  .container {
    padding-left: 50px;
    padding-right: 50px;
  }
}

@media only screen and (min-width: 1439px) {
  .container {
    padding-left: 100px;
    padding-right: 100px;
  }
}

body.fixed-head-indent {
  padding-top: 168px;
}

header.main-head {
  -webkit-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.1);
  padding-top: 29px;
  padding-bottom: 7px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  -webkit-transition: top .3s ease-in-out;
  -o-transition: top .3s ease-in-out;
  transition: top .3s ease-in-out;
  width: 100%;
  z-index: 1000;
  background-color: #fff;
  min-width: 768px;
}

header.main-head.nav-up {
  top: -190px;
}

header.main-head.main-page {
  position: relative;
}

header.main-head.main-page.nav-up {
  top: 0;
}

header.main-head.inner.active:before {
  content: "";
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  left: 0;
  z-index: 10;
  top: 0;
}

header.main-head .logo img {
  width: 198px;
  height: auto;
}

header.main-head .left-col {
  width: 240px;
  padding-right: 20px;
  float: left;
}

header.main-head .right-col {
  width: calc(100% - 240px);
  float: right;
}

header.main-head .main-menu {
  width: 100%;
  margin-bottom: 17px;
}

header.main-head .main-menu li {
  float: left;
  margin-right: 10px;
  text-align: center;
}

header.main-head .main-menu li a {
  font-size: 16px;
  min-width: 140px;
  padding: 12px 10px 12px;
  display: inline-block;
  color: #9f9f9f;
  text-decoration: none;
}

header.main-head .main-menu li a.selected {
  color: #3ab3df;
  background: #F1F1F1;
}

header.main-head .main-menu li a:focus, header.main-head .main-menu li a:hover {
  color: #3ab3df;
  background: #F1F1F1;
}

header.main-head .main-menu li:nth-last-child(2) {
  margin-right: 0;
}

header.main-head .main-menu li:last-child {
  float: right;
  margin-right: 0;
}

header.main-head .main-menu li.sign-out {
  display: none;
}

header.main-head .search-form input {
  display: inline-block;
  vertical-align: middle;
}

header.main-head .search-form {
  font-size: 0;
  margin-bottom: 0px;
}

header.main-head .search-form input {
  width: 76.4%;
  height: 38px;
  line-height: 38px;
  padding: 0 0 0 45px;
  background: url(/img/search-icon.svg) 12px 50% no-repeat;
  background-size: 18px 16px;
}

header.main-head .search-form input:focus {
  border-color: #3ab3df;
}

header.main-head .search-form .select-style {
  display: inline-block;
  vertical-align: middle;
  color: #9F9F9F;
  width: 260px;
  padding-left: 10px;
  border-left: 0;
  height: 38px;
  position: relative;
  line-height: 38px;
}

header.main-head .search-form .select-style select {
  border: 1px solid #cfcfcf;
  padding: 0 0 0 10px;
  height: 38px;
  cursor: pointer;
  padding-right: 30px;
  background-position: calc(100% - 13px) center;
}

header.main-head .search-form .select-style select:focus {
  border-color: #3ab3df;
}

header.main-head .person-icon {
  width: 16px;
  height: 16px;
  vertical-align: middle;
}

header.main-head .header-user-link-wrap {
  float: left;
  position: relative;
}

header.main-head .header-user-link-wrap .header-user-link {
  color: #fff;
  display: inline-block;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-right: 15px;
  padding-left: 15px;
  font-size: 0;
}

header.main-head .header-user-link-wrap .header-user-link .drop-arrow {
  display: inline-block;
  vertical-align: middle;
  width: 13px;
}

header.main-head .header-user-link-wrap .header-user-link .person-icon g {
  fill: #fff;
}

header.main-head .header-user-link-wrap .header-user-link .username {
  padding-left: 7px;
  padding-right: 7px;
  overflow: hidden;
  vertical-align: middle;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  font-size: 16px;
}

header.main-head .header-user-link-wrap .header-user-link:focus, header.main-head .header-user-link-wrap .header-user-link:hover, header.main-head .header-user-link-wrap .header-user-link:active {
  background-color: transparent;
  color: #fff;
}

header.main-head .header-user-link-wrap .header-user-link:focus .person-icon g, header.main-head .header-user-link-wrap .header-user-link:hover .person-icon g, header.main-head .header-user-link-wrap .header-user-link:active .person-icon g {
  fill: #fff;
}

.header-lang-wrap {
  float: right;
}

.header-lang {
  position: relative;
  padding-left: 7px;
  padding-right: 7px;
}

.header-lang:hover .header-lang__icon {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.header-lang__toggle {
  display: inline-block;
  font-size: 16px;
  cursor: pointer;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-right: 15px;
  padding-left: 15px;
  color: #ffffff;
}

.header-lang__chosen {
  display: inline-block;
  overflow: hidden;
  max-width: 70px;
  white-space: nowrap;
  vertical-align: middle;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  text-transform: uppercase;
}

.header-lang__icon {
  display: inline-block;
  vertical-align: middle;
  width: 13px;
  margin-left: 5px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.header-lang:hover .header-lang__list {
  visibility: visible;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}

.header-lang__list {
  right: 0;
  top: calc(100% - 2px);
  position: absolute;
  background: #3AB3DF;
  z-index: 100;
  white-space: nowrap;
  padding-top: 10px;
  visibility: hidden;
  -webkit-transform: scale(1, 0);
      -ms-transform: scale(1, 0);
          transform: scale(1, 0);
  -webkit-transform-origin: 50% 0;
      -ms-transform-origin: 50% 0;
          transform-origin: 50% 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.header-lang__list-item {
  margin-right: 0;
  float: none;
  width: 100%;
  text-align: left;
  position: relative;
  margin: 0;
}

.header-lang__list-item_state_selected {
  cursor: default;
  pointer-events: none;
}

.header-lang__list-item_state_selected a,
nav.main-menu .menu .header-lang__list-item_state_selected a {
  color: #dedede;
}

.mobile-menu .header-lang__list-item_state_selected a {
  color: #000000;
}

.header-lang__list-item:hover::after:not(.header-lang__list-item_state_selected) {
  display: none;
}

.header-lang__list-item::after {
  content: "";
  height: 1px;
  width: calc(100% - 40px);
  background: #68C2E3;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

.header-lang__list-item:last-child:after {
  display: none;
}

.header-lang__list-link {
  width: 100%;
  display: block;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 14px;
  padding-bottom: 14px;
  min-width: 90px !important;
  text-transform: uppercase;
}

header.main-head .address-wrap {
  width: 76.4%;
  float: left;
  position: relative;
  z-index: 1;
  margin-top: 20px;
}

header.main-head .address-wrap .check-message {
  display: none;
  position: absolute;
  z-index: 50;
  height: 58px;
  line-height: 58px;
  font-size: 18px;
  color: #fff;
  background-color: #22d3bb;
  -webkit-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.1);
  border-radius: 1px;
  bottom: -70px;
  left: 0;
  width: 70%;
  padding: 0 15px;
}

header.main-head .address-wrap .check-message:before {
  content: "";
  position: absolute;
  left: 50%;
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 12px solid #22d3bb;
  top: -12px;
  z-index: 50;
  margin-left: -6px;
}

header.main-head .address-wrap .check-message.active {
  display: block;
}

header.main-head .address-wrap .check-message-close {
  float: right;
  display: block;
  width: 16px;
  height: 16px;
  position: relative;
  top: 20px;
}

header.main-head .address-wrap .check-message-close svg {
  width: 16px;
  display: block;
  height: 16px;
}

header.main-head .address-wrap select {
  padding: 0 40px 0 160px;
  height: 38px;
  display: block;
  line-height: 38px;
  border: none;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  background-color: #F1F1F1;
  background-position: calc(100% - 13px) center;
}

header.main-head .address-wrap select option {
  padding-left: 10px;
}

header.main-head .address-wrap .select-style {
  width: 100%;
  position: relative;
}

header.main-head .address-wrap .select-style span {
  position: absolute;
  left: 12px;
  top: 10px;
  color: #9f9f9f;
}

@media only screen and (max-width: 1050px) {
  header.main-head .address-wrap .select-style span {
    display: none;
  }
}

header.main-head .hovering-cart-item-wrap {
  display: inline-block;
  position: relative;
  z-index: 9;
  overflow: visible;
  margin-right: 30px;
}

header.main-head .hovering-cart-item-wrap:hover .cart-items-wrap {
  display: block;
}

header.main-head .hovering-cart-item-wrap .cart-items-wrap {
  position: absolute;
  display: none;
  right: -70px;
  top: calc(100% + 20px);
  width: 316px;
  background-color: #fff;
  -webkit-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.1);
  z-index: 2;
}

header.main-head .hovering-cart-item-wrap .cart-items-wrap:after {
  content: "";
  width: 100%;
  height: 20px;
  top: -20px;
  left: 0;
  position: absolute;
}

header.main-head .hovering-cart-item-wrap .cart-items-wrap:before {
  content: "⏶";
  font-size: 40px;
  line-height: 0;
  position: absolute;
  top: -8px;
  right: 93px;
  color: #fff;
  text-shadow: 1px -1px 3px #eee;
  z-index: 1;
}

header.main-head .hovering-cart-item-wrap .cart-items {
  padding-right: 17.5px;
  background-color: #fff;
  max-height: 257px;
  position: relative;
  z-index: 2;
  overflow-y: scroll;
}

header.main-head .hovering-cart-item-wrap .cart-items .scroll-element.scroll-y {
  right: 4px;
  top: 5px;
  height: 97%;
}

header.main-head .hovering-cart-item-wrap .cart-item-wrap {
  min-height: 65px;
  position: relative;
  padding-right: 35px;
  border-bottom: solid 1px #f1f1f1;
  padding-top: 10px;
  padding-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

header.main-head .hovering-cart-item-wrap .cart-item-link {
  font-size: 16px;
  color: #222;
  line-height: 1.2;
  display: inline-block;
  width: 100%;
  padding-left: 15px;
  position: relative;
  vertical-align: middle;
}

header.main-head .hovering-cart-item-wrap .cart-item-link:hover {
  color: #3ab3df;
}

header.main-head .hovering-cart-item-wrap .cart-item-quantity {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #9f9f9f;
}

header.main-head .hovering-cart-item-wrap .total-price-wrap {
  padding-left: 10px;
  background-color: #f1f1f1;
  padding-top: 9px;
  padding-bottom: 9px;
}

header.main-head .hovering-cart-item-wrap .total-price-wrap:after, header.main-head .hovering-cart-item-wrap .total-price-wrap:before {
  content: "";
  display: table;
}

header.main-head .hovering-cart-item-wrap .total-price-wrap .total-price-txt {
  font-size: 16px;
  color: #9f9f9f;
  float: left;
  padding-top: 4px;
  padding-bottom: 4px;
}

header.main-head .hovering-cart-item-wrap .total-price-wrap .price {
  font-size: 22px;
  font-weight: 300;
  margin-right: 23px;
  color: #00bfa5;
  float: right;
}

header.main-head .counting-items-wrap {
  float: right;
  position: relative;
  margin-top: -42px;
}

header.main-head .counting-item {
  display: inline-block;
  text-decoration: none;
  position: relative;
}

header.main-head .counting-item.selected:after {
  content: "";
  position: absolute;
  width: 70px;
  height: 5px;
  background: #3AB3DF;
  left: 0;
  top: calc(100% + 3px);
}

header.main-head .counting-item:focus .count-name, header.main-head .counting-item:focus .count-number {
  color: #3ab3df;
}

header.main-head .counting-item:hover .count-name, header.main-head .counting-item:hover .count-number {
  color: #3ab3df;
}

header.main-head .counting-item:last-child {
  margin-right: 6px;
}

header.main-head .count-number {
  min-width: 70px;
  font-size: 16px;
  color: #9f9f9f;
  display: inline-block;
  text-align: center;
  font-weight: 300;
  border-radius: 64px;
  background-color: #fafafa;
  position: relative;
  padding: 4px 30px 4px 6px;
  white-space: nowrap;
}

header.main-head .count-number .counting-item-icon {
  position: absolute;
  right: -8px;
  bottom: -4px;
}

header.main-head .count-number .bonus-icon {
  right: -6px;
}

header.main-head .count-number img {
  width: 30px;
  height: auto;
}

header.main-head .count-name {
  font-size: 16px;
  color: #9f9f9f;
  display: block;
  position: relative;
  top: 0;
  margin-top: 0px;
  z-index: 15;
}

header.main-head .catalog-button-wrap.inner-page-catalog-btn-wrap .catalog-menu-wrap {
  display: none;
}

header.main-head .catalog-button {
  width: 220px;
  height: 38px;
  padding: 8px 12px;
  z-index: 50;
  text-align: left;
  position: relative;
}

header.main-head .catalog-button.main-page-catalog-btn .catalog-button-arrow {
  display: none;
}

header.main-head .catalog-button.inner-page-catalog-btn.active {
  background-color: #74cae8;
}

header.main-head .catalog-button.inner-page-catalog-btn.active .catalog-button-arrow {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

header.main-head .catalog-button-arrow {
  width: 14px;
  height: 9px;
  position: absolute;
  right: 14px;
  top: 14px;
}

header.main-head .catalog-button-wrap {
  position: relative;
}

header.main-head .catalog-button-wrap.active:before {
  content: "";
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  left: 0;
  z-index: 10;
  top: 0;
}

header.main-head .catalog-menu-wrap {
  position: absolute;
  left: 0;
  top: 38px;
  -webkit-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.1);
}

header.main-head .catalog-menu-wrap.active {
  display: block !important;
}

header.main-head .catalog-menu {
  padding-top: 20px;
  padding-bottom: 15px;
  width: 220px;
  background-color: #fff;
  border: 1px solid #fafafa;
  position: relative;
  z-index: 110;
}

header.main-head .catalog-menu-link-wrap {
  padding: 7.5px 20px 7.5px 15px;
}

header.main-head .catalog-menu-link-wrap.hover {
  background-color: #e8e8e8;
}

header.main-head .catalog-menu-link-wrap.hover .catalog-submenu-wrap {
  display: block;
}

header.main-head .catalog-menu-link {
  font-size: 18px;
  color: #357fc2;
  width: 100%;
  background-image: url(/img/right-blue.svg);
  background-repeat: no-repeat;
  background-size: 7px 14px;
  background-position: right center;
  display: block;
  position: relative;
}

header.main-head .catalog-menu-link:after {
  content: "";
  background-color: transparent;
  width: 20px;
  height: 100%;
  left: 203px;
  top: 0;
  position: absolute;
}

header.main-head .catalog-submenu-wrap {
  display: none;
  position: absolute;
  left: calc(100% + 1px);
  top: -1px;
  min-height: calc(100% + 2px);
  min-width: 738px;
  width: calc(100vw - 280px);
  z-index: 110;
  -webkit-box-shadow: 3px 1px 3px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 3px 1px 3px 0 rgba(0, 0, 0, 0.1);
}

header.main-head .catalog-submenu {
  background-color: #fff;
  position: relative;
  background-repeat: no-repeat;
  background-image: url(/img/submenu-bg-example.png);
  background-position: right bottom;
  padding: 20px 10px 20px 8px;
}

header.main-head .catalog-submenu-col {
  white-space: normal;
}

header.main-head .catalog-submenu-col > li {
  -webkit-column-break-inside: avoid;
     -moz-column-break-inside: avoid;
          break-inside: avoid;
}

header.main-head .catalog-submenu-link-wrap {
  width: 245px;
  padding-right: 25px;
}

header.main-head .catalog-submenu-link {
  font-size: 18px;
  color: #357fc2;
  padding: 7px 30px 7px 15px;
  display: inline-block;
  width: 100%;
}

.main-offer-slider .owl-controls .owl-nav div, .owl-controls .owl-nav div {
  background-image: url(/img/slider-arrows.svg);
  font-size: 0;
  text-indent: -9999px;
  background-repeat: no-repeat;
}

header.main-head .catalog-submenu-link:hover {
  background-color: #fafafa;
}

header.main-head .catalog-submenu-list {
  padding-left: 20px;
  position: relative;
  bottom: 5px;
  margin-bottom: 7px;
}

header.main-head .catalog-submenu-list-link {
  color: #222;
  padding-left: 12px;
  padding-top: 12px;
  display: inline-block;
}

header.main-head .catalog-submenu-list-link:hover {
  color: #3ab3df;
}

@media only screen and (min-width: 1249px) {
  header.main-head.narrow.scrolled .address-wrap {
    display: none;
  }
}

.owl-controls .owl-nav div {
  width: 40px;
  height: 50px;
  opacity: .7;
  position: absolute;
  top: 20px;
  z-index: 1;
}

.owl-controls .owl-nav div:hover {
  opacity: 1;
}

.owl-controls .owl-nav div.owl-next {
  background-position: right center;
  right: 0;
  float: right;
  z-index: 1;
}

.owl-controls .owl-nav div.owl-prev {
  float: left;
  background-position: left center;
  left: 0;
  z-index: 1;
}

.main-offer-slider-wrap {
  position: relative;
  z-index: 1;
}

.main-offer-slider {
  position: relative;
  height: 352px;
}

.main-offer-slider.owl-carousel.owl-loading {
  opacity: 1;
}

.main-offer-slider .main-offer-slider-item {
  display: block;
}

.main-offer-slider:not(.owl-loaded) .main-offer-slider-item:nth-child(n + 2) {
  display: none;
}

.main-offer-slider {
  width: 320px;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.main-offer-slider.owl-carousel {
  width: 720px;
}

.main-offer-slider.owl-carousel .owl-item img {
  width: 720px;
  height: auto;
}

.main-offer-slider .owl-item img {
  width: 720px;
  height: auto;
}

.main-offer-slider .owl-dots {
  text-align: center;
  position: relative;
  bottom: 30px;
  z-index: 10;
}

.main-offer-slider .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  margin-right: 10px;
}

.main-offer-slider .owl-dots .owl-dot:last-child {
  margin-right: 0;
}

.main-offer-slider .owl-dots .owl-dot:hover {
  border-color: #fff;
}

.main-offer-slider .owl-dots .owl-dot.active:hover {
  border-color: #000;
}

.main-offer-slider .owl-dots .owl-dot.active:before {
  content: "";
  position: absolute;
  left: -3px;
  top: -3px;
  border: 1px solid #fff;
  width: 14px;
  height: 14px;
  border-radius: 50%;
}

.main-offer-slider .owl-dots .owl-dot.active:after {
  content: "";
  position: absolute;
  left: -4px;
  top: -4px;
  border: 1px solid #000;
  width: 16px;
  height: 16px;
  border-radius: 50%;
}

.main-offer-slider .owl-controls .owl-nav div {
  width: 40px;
  height: 50px;
  opacity: .7;
  position: absolute;
  top: 144px;
  z-index: 1;
}

.main-offer-slider .owl-controls .owl-nav div:hover {
  opacity: 1;
}

.main-offer-slider .owl-controls .owl-nav div.owl-next {
  background-position: right center;
  right: -80px;
  float: right;
  z-index: 1;
}

.main-offer-slider .owl-controls .owl-nav div.owl-prev {
  float: left;
  background-position: left center;
  left: -80px;
  z-index: 1;
}

.main-offer-slider-wrap {
  float: left;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 420px);
}


.brandline-slider-wrap {
    position: relative;
    z-index: 1;
}


.brandline-slider-wrap {
    float: left;
    margin-left: auto;
    margin-right: auto;
    width: calc(100% - 420px);
}

.brandline-slider {
    position: relative;
    height: 352px
}

    .brandline-slider .brandline-slider-item {
        display: none
    }

    .brandline-slider.owl-carousel {
        width: 400px;
        margin-left: auto;
        margin-right: auto;
        z-index: 1
    }

        .brandline-slider.owl-carousel .owl-item img {
            width: 400px;
            height: auto
        }

    .brandline-slider .owl-dots {
        text-align: center;
        position: relative;
        bottom: 30px;
        z-index: 10
    }

        .brandline-slider .owl-dots .owl-dot {
            width: 10px;
            height: 10px;
            background-color: #fff;
            border: 1px solid #000;
            -webkit-border-radius: 50%;
            border-radius: 50%;
            display: inline-block;
            position: relative;
            margin-right: 10px
        }

            .brandline-slider .owl-dots .owl-dot:last-child {
                margin-right: 0
            }

            .brandline-slider .owl-dots .owl-dot:hover {
                border-color: #fff
            }

            .brandline-slider .owl-dots .owl-dot.active:hover {
                border-color: #000
            }

            .brandline-slider .owl-dots .owl-dot.active:before {
                content: "";
                position: absolute;
                left: -3px;
                top: -3px;
                border: 1px solid #fff;
                width: 14px;
                height: 14px;
                -webkit-border-radius: 50%;
                border-radius: 50%
            }

            .brandline-slider .owl-dots .owl-dot.active:after {
                content: "";
                position: absolute;
                left: -4px;
                top: -4px;
                border: 1px solid #000;
                width: 16px;
                height: 16px;
                -webkit-border-radius: 50%;
                border-radius: 50%
            }

    .brandline-slider .owl-controls .owl-nav div {
        width: 40px;
        height: 50px;
        opacity: .7;
        position: absolute;
        top: 144px;
        z-index: 1
    }

        .brandline-slider .owl-controls .owl-nav div:hover {
            opacity: 1
        }

        .brandline-slider .owl-controls .owl-nav div.owl-next {
            background-position: right center;
            right: -80px;
            float: right;
            z-index: 1
        }

        .brandline-slider .owl-controls .owl-nav div.owl-prev {
            float: left;
            background-position: left center;
            left: -80px;
            z-index: 1
        }

@media only screen and (max-width: 1700px) {
  .main-offer-slider-wrap {
    width: calc(100% - 520px);
  }
}

@media only screen and (min-width: 2300px) {
  .main-offer-slider-wrap {
    width: calc(100% - 220px);
  }
}

.s-main-offer {
  padding-bottom: 7px;
  position: relative;
  z-index: 3;
}

.s-main-offer .menu-substrate {
  float: left;
  width: 220px;
  height: 100px;
}

@media only screen and (min-width: 1439px) {
  .s-main-offer .menu-substrate {
    width: 390px;
  }
}

input.error, textarea.error {
  border-color: #ff5252 !important;
}

.s-carousel-big-padding, .s-hit-products, .s-neighbours-slider {
  position: relative;
  padding-bottom: 150px;
}

.s-carousel-big-padding .h2, .s-carousel-big-padding .owl-carousel {
  position: relative;
  z-index: 1;
}

.s-neighbours-slider .h2, .s-neighbours-slider .owl-carousel {
  position: relative;
  z-index: 1;
}

.s-carousel-big-padding {
  padding-bottom: 130px;
}

.error-mess {
  color: #fe0000;
  font-size: 14px;
  line-height: 17px;
  text-align: left;
}

.error-mess span {
  display: none;
}

input.error {
  background: #fff8f8;
  color: #ff5252;
}

textarea.error {
  background: #ffd3d4;
  color: #ff5252;
}

.error + .error-mess span {
  display: inline-block;
  text-align: left;
}

.center-content-page-wrap {
  background-image: url(/img/center-content-page-bg.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100vh;
  position: relative;
}

.center-content-page-wrap .page-logo {
  position: absolute;
  right: 40px;
  bottom: 40px;
}

.center-content-page-wrap .page-logo img {
  width: 176px;
  height: auto;
}

.center-content-page-wrap .center-form {
  background-color: #fff;
  border-radius: 1px;
  width: 300px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  padding: 40px 40px 25px;
}

.center-content-page-wrap .center-form input {
  width: 100%;
  height: 38px;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 38px;
}

.center-content-page-wrap .sign-in-form .common-error {
  font-size: 16px;
  line-height: 1.06;
  text-align: center;
  color: #ff5252;
  padding-bottom: 11px;
  height: 43px;
  /*visibility: hidden */
}

.center-content-page-wrap .sign-in-form .common-error.active {
  visibility: visible;
}

.center-content-page-wrap .sign-in-form .forgot-password-wrap {
  text-align: left;
  position: relative;
  bottom: 10px;
}

.center-content-page-wrap .sign-in-form .forgot-password-link {
  font-size: 14px;
  color: #9f9f9f;
  text-decoration: underline;
}

.center-content-page-wrap .sign-in-form .forgot-password-link:hover {
  color: #74cae8;
}

.center-content-page-wrap .sign-in-form .login-btn {
  width: 100%;
  height: 45px;
  line-height: 45px;
  padding: 0;
  margin-bottom: 25px;
}

.center-content-page-wrap .sign-in-form .register-link {
  display: inline-block;
  text-transform: uppercase;
}

.center-content-page-wrap .sign-in-form .input-wrap {
  position: relative;
}

.center-content-page-wrap .sign-in-form .input-wrap .error-mess {
  visibility: hidden;
}

.center-content-page-wrap .sign-in-form .show-password-eye {
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
}

.center-content-page-wrap .sign-in-form .show-password-eye:hover .svg g path:nth-child(2) {
  fill: #aaa;
}

@media only screen and (min-width: 767px) {
  .visible-less-sm {
    display: none !important;
  }
}

@media only screen and (min-width: 1050px) {
  .visible-less-md {
    display: none !important;
  }
}

@media only screen and (min-width: 1249px) {
  .visible-less-lg {
    display: none !important;
  }
}

@media only screen and (min-width: 1439px) {
  .visible-less-xl {
    display: none !important;
  }
}

@media only screen and (max-width: 767px) {
  .hidden-less-sm {
    display: none !important;
  }
}

@media only screen and (max-width: 1050px) {
  .hidden-less-md {
    display: none !important;
  }
}

@media only screen and (max-width: 1249px) {
  .hidden-less-lg {
    display: none !important;
  }
}

@media only screen and (max-width: 1439px) {
  .hidden-less-xl {
    display: none !important;
  }
}

.select-style .select-label {
  color: #9F9F9F;
  font-size: 12px;
  line-height: 1.2;
  margin-bottom: 2px;
  display: inline-block;
}

@media only screen and (max-width: 1050px) {
  html.main-menu-active {
    position: relative;
    left: 284px;
  }
  html.main-menu-active header.main-head:not(.main-page) {
    left: 284px;
  }
}

.checkbox-txt-wrap .checkbox-txt {
  display: inline-block;
  vertical-align: top;
  max-width: calc(100% - 28px);
}

header.main-head .main-menu .main-menu-item-icon {
  display: none;
}

header.main-head .main-menu .header-user-link-wrap:hover .user-drop-menu {
  visibility: visible;
  -webkit-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
          transform: scale(1, 1);
}

header.main-head .main-menu .user-drop-menu {
  right: 0;
  top: calc(100% - 2px);
  position: absolute;
  background: #3AB3DF;
  z-index: 100;
  white-space: nowrap;
  padding-top: 10px;
  visibility: hidden;
  -webkit-transform: scale(1, 0);
      -ms-transform: scale(1, 0);
          transform: scale(1, 0);
  -webkit-transform-origin: 50% 0;
      -ms-transform-origin: 50% 0;
          transform-origin: 50% 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

header.main-head .main-menu .user-drop-menu li {
  margin-right: 0;
  float: none;
  width: 100%;
  text-align: left;
  position: relative;
}

header.main-head .main-menu .user-drop-menu li:after {
  content: "";
  height: 1px;
  width: calc(100% - 40px);
  background: #68C2E3;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

header.main-head .main-menu .user-drop-menu li:last-child:after {
  display: none;
  bottom: 0;
}

header.main-head .main-menu .user-drop-menu li a {
  width: 100%;
  display: block;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 14px;
  padding-bottom: 14px;
}

header.main-head .main-menu .user-drop-menu li a .item-icon {
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
}

header.main-head .main-menu .user-drop-menu li a .item-name {
  display: inline-block;
  vertical-align: top;
  padding-top: 3px;
  min-width: 210px;
}

header.main-head .main-menu .user-drop-menu li a:hover path {
  fill: #3AB3DF;
}

header.main-head .ipad-menu {
  display: none;
}

header.main-head .ipad-menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
}

header.main-head .ipad-menu ul li {
  text-align: center;
  width: 33.333%;
}

header.main-head .ipad-menu ul a {
  display: inline-block;
  min-width: 60px;
}

header.main-head .ipad-menu ul a > * {
  display: block;
}

header.main-head .ipad-menu ul a .item-name {
  font-size: 8px;
}

header.main-head .ipad-menu ul a.selected {
  position: relative;
}

header.main-head .ipad-menu ul a.selected:after {
  content: "";
  top: calc(100% + 1px);
  background: #3AB3DF;
  width: 100%;
  height: 4px;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

header.main-head .ipad-menu ul > li {
  display: inline-block;
  vertical-align: top;
}

@media only screen and (min-width: 1050px) {
  header.main-head {
    padding-top: 30px;
  }
  header.main-head .logo {
    position: relative;
    top: -5px;
  }
  header.main-head .logo img {
    position: relative;
    background: #fff;
    z-index: 9;
  }
  header.main-head .catalog-button-wrap {
    margin-top: -38px;
  }
  header.main-head .main-menu {
    margin-bottom: 20px;
    position: relative;
  }
  header.main-head .main-menu li a {
    color: #fff;
  }
  header.main-head .main-menu:before {
    content: "";
    display: block;
    width: 10000px;
    height: 100%;
    position: absolute;
    z-index: -1;
    left: -60px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    background: #3BB3E0;
  }
  header.main-head .main-menu:after {
    content: "";
    left: -81px;
    width: 50px;
    height: 50px;
    background: #fff;
    position: absolute;
    border-radius: 50%;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

header.main-head .catalog-menu-link.single,
header.main-head .catalog-submenu-link.single {
  background: none;
}

header.main-head .catalog-submenu-link:hover {
  background-color: #e8e8e8;
}

header.main-head .catalog-menu-link-wrap:hover .catalog-submenu-wrap {
  width: auto;
}

header.main-head .catalog-submenu-wrap {
  width: auto;
  min-width: auto;
  min-height: calc(100% + 2px);
  background-color: #fff;
}

header.main-head .catalog-submenu {
  background-image: none;
}

header.main-head .catalog-submenu > .row {
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

header.main-head .catalog-menu-link-wrap:hover .catalog-menu-link:before {
  content: "";
  height: 50%;
  width: 100%;
  position: absolute;
  bottom: 100%;
  left: 0;
  z-index: 10;
}

header.main-head .catalog-menu-link-wrap:hover .catalog-menu-link:after {
  content: "";
  height: 50%;
  width: 100%;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 10;
}

@media only screen and (min-width: 1439px) {
  header.main-head .right-col {
    width: calc(100% - 270px);
  }
  header.main-head .catalog-button {
    width: 250px;
  }
  header.main-head .catalog-menu {
    width: 250px;
  }
  header.main-head .left-col {
    width: 270px;
  }
  header.main-head .main-menu:before {
    left: -100px;
  }
  header.main-head .main-menu:after {
    left: -112px;
  }
}

aside.catalogue-sidebar {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.product-item-wrap {
  width: 20%;
  position: relative;
  z-index: 1;
  float: left;
  height: 420px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
}

.product-item-wrap .product-item-props {
  position: relative;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 20;
}

.product-item-wrap .item-prop {
  margin-bottom: 10px;
  color: #fff;
  width: 60px;
  font-size: 10px;
  text-align: center;
  line-height: 20px;
  border-radius: 20px;
}

.product-item-wrap .item-prop--new {
  background: #61ADF2;
}

.product-item-wrap .item-prop--action {
  background: #FF5252;
}

.product-item-wrap .item-prop--hit {
  background: #FFB74D;
}

.product-item-wrap .hidden-count {
  font-size: 12px;
  margin-top: -2px;
}

.product-item-wrap .hidden-count .down-arrow {
  font-size: 22px;
  position: relative;
  top: 3px;
  margin-right: 5px;
}

.product-item-wrap .product-item-tab-page {
  display: none;
}

.product-item-wrap .product-item-tab-page.active {
  display: block;
  height: 420px;
}

.product-item-wrap .tab-buttons {
  position: absolute;
  right: 15px;
  top: 30px;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  z-index: 20;
}

.product-item-wrap .color-tab-button {
  width: 25px;
  height: 25px;
  font-size: 0;
  border-radius: 50%;
  margin-bottom: 10px;
  position: relative;
  z-index: 15;
}

.product-item-wrap .color-tab-button:last-child {
  margin-bottom: 0;
}

.product-item-wrap .color-tab-button.blue {
  background-color: #91ecf9;
}

.product-item-wrap .color-tab-button.pink {
  background-color: #faa7ea;
}

.product-item-wrap .color-tab-button.green {
  background-color: #a7f5ad;
}

.product-item-wrap .color-tab-button:before {
  content: "";
  border: 1px solid transparent;
  position: absolute;
  width: 31px;
  height: 31px;
  z-index: 1;
  border-radius: 50%;
  left: -3px;
  top: -3px;
}

.product-item-wrap .color-tab-button.active:before {
  border-color: #cfcfcf;
}

.product-item-wrap .color-tab-button:hover:not(.active):before {
  border-color: #3ab3df;
}

.product-item-wrap .item-zoom-group {
  border: 1px solid #f1f1f1;
  background-color: #fff;
  z-index: 1;
  height: 100%;
  width: 100%;
  padding-top: 20px;
  min-height: 420px;
  -webkit-transition: top 0.3s ease;
  -o-transition: top 0.3s ease;
  transition: top 0.3s ease;
}

.product-item-wrap .over-wraper {
  overflow: hidden;
  height: 100%;
}

@media only screen and (min-width: 766px) {
  .product-item-wrap:hover {
    cursor: pointer;
    z-index: 15;
  }
  .product-item-wrap:hover .over-wraper {
    overflow: visible;
  }
  .product-item-wrap:hover .item-zoom-group {
    position: absolute;
    z-index: 10;
    height: auto;
    height: initial;
    width: initial;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    right: -110px;
    top: 0;
    left: -110px;
    min-height: 440px;
    -webkit-box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.5);
            box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.5);
    margin-left: -268px;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    left: 50%;
    right: auto;
    width: 486px;
  }
  .product-item-wrap:hover .product-item {
    z-index: 10;
    width: 446px;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    position: relative;
  }
  .product-item-wrap:hover .product-item .product-item-provider {
    text-align: center;
  }
  .product-item-wrap:hover .product-item .col-1 {
    width: auto;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    padding-left: 10px;
  }
  .product-item-wrap:hover .product-item .col-2 {
    width: 50px;
  }
  .product-item-wrap:hover .product-item .col-2 .col-title {
    white-space: nowrap;
  }
  .product-item-wrap:hover .product-item .col-2-hidden {
    display: block;
  }
  .product-item-wrap:hover .product-item .col-3 {
    display: block;
  }
  .product-item-wrap:hover .product-item .col-5 {
    display: block;
  }
  .product-item-wrap:hover .product-item .product-item-content-hidden {
    display: block;
  }
  .product-item-wrap:hover .product-item--1-right-col .col-5 {
    width: 60px;
  }
  .product-item-wrap:hover .product-item--2-right-col .col-5 {
    width: 70px;
  }
  .product-item-wrap:hover .product-item-name {
    font-size: 18px;
    max-width: 215px;
    margin-left: 100px;
    display:block;
  }
  .product-item-wrap:hover .row--new:before {
    background: #61ADF2;
  }
  .product-item-wrap:hover .row--hit:before {
    background: #FFB74D;
  }
  .product-item-wrap:hover .product-item--req-price .col-1 {
    width: 230px;
  }
  .product-item-wrap:hover .product-item--req-price .col-provider-h {
    display: block;
    width: 130px;
    padding-left: 40px;
    margin-bottom: 5px;
    padding-top: 5px;
  }
  .product-item-wrap:hover .product-item--req-price .col-provider {
    font-size: 10px;
    width: 130px;
    font-size: 14px;
    padding-left: 40px;
    position: relative;
    margin-bottom: -18px;
  }
  .product-item-wrap:hover .product-item--req-price .provider-name {
    margin-bottom: 15px;
  }
  .product-item-wrap:hover .product-item--req-price .provider-info {
    display: block;
  }
}

@media only screen and (max-width: 767px) {
  body.media-mobile .product-item-wrap.hover {
    cursor: pointer;
    z-index: 15;
  }
  body.media-mobile .product-item-wrap.hover .over-wraper {
    overflow: visible;
  }
  body.media-mobile .product-item-wrap.hover .item-zoom-group {
    position: absolute;
    z-index: 10;
    height: auto;
    height: initial;
    width: initial;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    right: -110px;
    top: 0;
    left: -110px;
    min-height: 440px;
    -webkit-box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.5);
            box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.5);
    margin-left: -230px;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    left: 50%;
    right: auto;
    width: 460px;
  }
  body.media-mobile .product-item-wrap.hover .product-item {
    z-index: 10;
    width: 420px;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    position: relative;
  }
  body.media-mobile .product-item-wrap.hover .product-item .product-item-provider {
    text-align: center;
  }
  body.media-mobile .product-item-wrap.hover .product-item .col-1 {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    padding-left: 10px;
  }
  body.media-mobile .product-item-wrap.hover .product-item .col-2 {
    width: 50px;
  }
  body.media-mobile .product-item-wrap.hover .product-item .col-2 .col-title {
    white-space: nowrap;
  }
  body.media-mobile .product-item-wrap.hover .product-item .col-3 {
    display: block;
  }
  body.media-mobile .product-item-wrap.hover .product-item .col-5 {
    display: block;
  }
  body.media-mobile .product-item-wrap.hover .product-item .product-item-content-hidden {
    display: block;
  }
  body.media-mobile .product-item-wrap.hover .product-item--1-right-col .col-5 {
    width: 40px;
  }
  body.media-mobile .product-item-wrap.hover .product-item--2-right-col .col-5 {
    width: 70px;
  }
  body.media-mobile .product-item-wrap.hover .product-item-name {
    font-size: 18px;
    max-width: 215px;
    margin-left: 100px;
  }
  body.media-mobile .product-item-wrap.hover .row--new:before {
    background: #61ADF2;
  }
  body.media-mobile .product-item-wrap.hover .row--hit:before {
    background: #FFB74D;
  }
  body.media-mobile .product-item-wrap.hover .product-item--req-price .col-1 {
    width: 230px;
  }
  .product-item-wrap:hover .product-item--req-price .col-provider-h {
    display: block;
    width: 130px;
    padding-left: 40px;
    margin-bottom: 5px;
    padding-top: 5px;
  }
  .product-item-wrap:hover .product-item--req-price .col-provider {
    width: 130px;
    font-size: 14px;
    padding-left: 40px;
    position: relative;
    margin-bottom: -18px;
  }
  body.media-mobile .product-item-wrap.hover .product-item--req-price .provider-name {
    margin-bottom: 15px;
  }
  body.media-mobile .product-item-wrap.hover .product-item--req-price .provider-info {
    display: block;
  }
}

.product-item {
  width: 200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  height: 100%;
}

.product-item .product-item-photo {
  text-align: center;
  height: 200px;
  line-height: 200px;
  margin-bottom: 30px;
  position: relative;
}

.product-item .product-item-photo img {
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
}

.product-item .product-item-photo-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

    .product-item .product-item-name {
        line-height: 21px;
        font-size: 16px;
        color: #222;
        display: inline-block;
        min-height: 70px;
        margin-bottom: 10px;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

.product-item .product-item-name:hover {
  color: #3ab3df;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

.product-item .row {
  position: relative;
  margin-bottom: 5px;
  line-height: 1.1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
}

.product-item .row:before {
  content: "";
  position: absolute;
  width: 2px;
  height: 100%;
  left: 0;
  top: 0;
  display: block;
}

.product-item .row > * {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.product-item .row .bonus-quntity {
  color: #22d3bb;
  display: inline-block;
  vertical-align: middle;
  margin-right: 2px;
}

.product-item .row .bonus-icon {
  vertical-align: middle;
  margin-left: 2px;
  width: 18px;
  height: 18px;
  display: inline-block;
}

.product-item .row .price-text {
  position: absolute;
  right: 0;
  white-space: nowrap;
  bottom: calc(100% + 1px);
  line-height: 9px;
  font-size: 10px;
  text-align: right;
  color: #9F9F9F;
  opacity: 0.8;
  text-decoration: line-through;
}

.product-item .col-1 {
  width: auto;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-right: 10px;
  max-height: 32px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.product-item .col-2 {
  width: 70px;
  padding-right: 10px;
  text-align: center;
}

.product-item .col-2.col-2-hidden {
  display: none;
}

.product-item .col-3 {
  position: relative;
  text-align: center;
  width: 126px;
  padding-right: 10px;
  display: none;
}

.product-item .col-4 {
  width: 60px;
  text-align: right;
}

.product-item .col-5 {
  padding-left: 10px;
  display: none;
  width: 110px;
}

    .product-item .col-title {
        color: #9f9f9f;
        font-size: 16px;
        margin-bottom: 5px;
        line-height: 1;
        overflow: hidden;
        text-overflow: ellipsis;
    }

.product-item .item-main-prop {
  display: inline-block;
  vertical-align: middle;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.product-item .btn-number {
  width: 35px;
  height: 36px;
  font-size: 24px;
  color: #9F9F9F;
  line-height: 24px;
  padding: 0;
  background-color: #f1f1f1;
  vertical-align: top;
}

.product-item .btn-number:hover {
  color: #3ab3df;
}

.product-item .btn-number .minus {
  position: relative;
  bottom: 3px;
}

.product-item .btn-number .plus {
  position: relative;
  bottom: 0px;
}

.product-item .input-group {
  font-size: 0;
}

.product-item .input-number {
  width: 46px;
  height: 36px;
  border-radius: 0;
  line-height: 0;
  padding: 0;
  text-align: center;
  vertical-align: top;
  color: #000;
  border-color: #f1f1f1;
}

.product-item .input-number:focus {
  border-color: #3ab3df;
}

.product-item .item-price {
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  position: relative;
}

.product-item .item-price .price-cur {
  position: absolute;
  right: 0;
  white-space: nowrap;
  top: calc(100% + 1px);
  line-height: 9px;
  font-size: 8px;
  text-align: right;
  color: #9F9F9F;
  opacity: 0.8;
}

.product-item .item-price-without-promo {
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  position: relative;
}

.product-item .item-price-without-promo .price-text {
  font-size: 12px;
  line-height: 0px;
  padding-right: 5px;
}

.product-item .cart-button {
  margin-top: 25px;
  margin-bottom: 20px;
  width: 210px;
  font-size: 14px;
  padding: 13px 0;
  margin-left: auto;
  margin-right: auto;
}

.product-item .btn-request-price, .product-item .btn-requested-price {
  padding: 14px 0;
  width: 100%;
  margin-bottom: 20px;
}

.product-item .btn-requested-price {
  margin-top: 35px;
}

.product-item .bonus-price .bonus-price-icon {
  margin-right: 7px;
  display: inline-block;
  vertical-align: bottom;
}

.product-item .bonus-price .bonus-price-icon img {
  width: 19px;
  height: 19px;
}

.product-item .bonus-price .bonus-price-number {
  display: inline-block;
  vertical-align: bottom;
  position: relative;
  bottom: 1px;
}

.product-item .action, .product-item .bonus, .product-item .neighbors, .product-item .product-item-content-hidden {
  display: none;
}

.product-item .action, .product-item .bonus, .product-item .neighbors {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
}

.product-item .price {
  display: inline-block;
  vertical-align: middle;
}

.product-item .action:first-child, .product-item .bonus:first-child, .product-item .neighbors:first-child {
  margin-left: 0px;
}

.product-item .action {
  position: relative;
}

.product-item .action:hover .action-descr {
  z-index: 2;
  opacity: 1;
  visibility: visible;
}

.product-item .action-descr {
  position: absolute;
  width: 400px;
  background: #D2F1FC;
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
          box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  left: -360px;
  bottom: calc(100% + 20px);
  padding: 10px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.product-item .action-descr:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 352px;
  width: 0;
  height: 0;
  border-left: 17px solid transparent;
  border-right: 17px solid transparent;
  border-top: 18px solid #D2F1FC;
}

.product-item .action-descr:after {
  content: "";
  position: absolute;
  top: 100%;
  height: 20px;
  width: 100%;
  left: 0px;
}

.product-item .action-descr a {
  color: inherit;
}

.product-item .action-descr a:hover {
  opacity: 0.7;
}

.product-item .action-descr .action-content {
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5px;
}

.product-item .action-descr .action-content img {
  max-width: 40px;
  height: 40px;
  border: 5px solid  #FFF;
  border-radius: 50%;
}

.product-item .action-descr .action-txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 14px;
  color: #3AB3DF;
  padding-top: 5px;
  padding-left: 10px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 1.5;
  max-height: 45px;
  margin-bottom: 10px;
}

.product-item .action-descr .action-txt p {
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}

.product-item .action-descr .other-a-link-wrap {
  text-align: right;
}

.product-item .action-descr .other-a-link {
  font-weight: 600;
  font-size: 14px;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  color: #22D3BB;
}

.count-descr {
  position: absolute;
  width: 250px;
  background: #D2F1FC;
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
          box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  left: -160px;
  bottom: calc(100% + 20px);
  padding: 10px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.count-descr.active {
  z-index: 2 !important;
  opacity: 1 !important;
  visibility: visible !important;
}

.count-descr:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 189px;
  width: 0;
  height: 0;
  border-left: 17px solid transparent;
  border-right: 17px solid transparent;
  border-top: 18px solid #D2F1FC;
}

.count-descr:after {
  content: "";
  position: absolute;
  top: 100%;
  height: 20px;
  width: 100%;
  left: 0px;
}

.count-descr a {
  color: inherit;
}

.count-descr a:hover {
  opacity: 0.7;
}

.count-descr .action-content {
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5px;
}

.count-descr .action-content img {
  max-width: 40px;
  height: 40px;
  border: 5px solid #FFF;
  border-radius: 50%;
}

.count-descr .action-txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 14px;
  color: #3AB3DF;
  padding-top: 5px;
  padding-left: 10px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 1.5;
  max-height: 45px;
  margin-bottom: 10px;
}

.count-descr .action-txt p {
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}

.count-descr .other-a-link-wrap {
  text-align: right;
}

.count-descr .other-a-link {
  font-weight: 600;
  font-size: 14px;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  color: #22D3BB;
}

.product-item[data-ordered="true"] .input-number:not([value="0"]):not([value=""]) {
  border-color: #22D3BB;
}

.product-item .req-price-button {
  text-transform: uppercase;
  width: 210px;
  text-align: center;
  padding: 13px;
  margin-left: 100px;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 14px;
  position: relative;
}

.product-item .req-price-button.disabled {
  cursor: default;
  pointer-events: none;
  border: 1px solid #F1F1F1;
  color: #cfcfcf;
  background-color: transparent;
}

.product-item .product-item-provider {
  height: 20px;
  width: 100%;
  margin-top: -25px;
  margin-bottom: 5px;
  font-size: 14px;
  line-height: 20px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}

.product-item .product-item-provider-img {
  height: 100%;
  width: auto;
  max-width: 100%;
}

.product-item--req-price .col-provider-h {
  display: none;
}

.product-item--req-price .col-provider {
  font-size: 10px;
}

.product-item--req-price .provider-info {
  display: none;
}

.s-main-products-slider {
  position: relative;
}

.s-main-products-slider:hover, .s-main-products-slider:active {
  z-index: 15;
}

.s-main-products-slider .product-items-carousel:not(.owl-loaded) .product-item-wrap {
  width: 16.666%;
}

.s-main-products-slider .product-items-carousel:not(.owl-loaded) .product-item-wrap:nth-child(n + 7) {
  display: none;
}

@media only screen and (max-width: 1850px) {
  .s-main-products-slider .product-items-carousel:not(.owl-loaded) .product-item-wrap {
    width: 20%;
  }
  .s-main-products-slider .product-items-carousel:not(.owl-loaded) .product-item-wrap:nth-child(n + 6) {
    display: none;
  }
}

@media only screen and (max-width: 1576px) {
  .s-main-products-slider .product-items-carousel:not(.owl-loaded) .product-item-wrap {
    width: 25%;
  }
  .s-main-products-slider .product-items-carousel:not(.owl-loaded) .product-item-wrap:nth-child(n + 5) {
    display: none;
  }
}

@media only screen and (max-width: 1256px) {
  .s-main-products-slider .product-items-carousel:not(.owl-loaded) .product-item-wrap {
    width: 33.333%;
  }
  .s-main-products-slider .product-items-carousel:not(.owl-loaded) .product-item-wrap:nth-child(n + 4) {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .s-main-products-slider .product-items-carousel:not(.owl-loaded) .product-item-wrap {
    width: 50%;
  }
  .s-main-products-slider .product-items-carousel:not(.owl-loaded) .product-item-wrap:nth-child(n + 3) {
    display: none;
  }
}

.s-main-products-slider .product-items-carousel .owl-item img {
  width: auto;
  display: inline-block;
}

.s-main-products-slider .owl-carousel .owl-stage-outer {
  overflow: visible;
}

.s-main-products-slider .owl-controls .owl-nav div {
  top: 186px;
}

.s-main-products-slider .owl-controls .owl-nav div.owl-prev {
  left: 20px;
}

.s-main-products-slider .owl-controls .owl-nav div.owl-next {
  right: 20px;
}

.s-main-products-slider .product-items-carousel {
  margin-top: 26px;
}

.s-main-products-slider .product-items-carousel .product-item-wrap {
  width: 100%;
}

@media only screen and (max-width: 1439px) {
  header.main-head .address-wrap {
    width: 79%;
  }
  header.main-head .search-form input {
    width: 79%;
  }
  header.main-head .search-form .select-style {
    width: 245px;
  }
  header.main-head .address-wrap select {
    padding-left: 144px;
  }
  header.main-head .hovering-cart-item-wrap {
    margin-right: 15px;
  }
  header.main-head .count-number {
    font-size: 14px;
    min-width: 50px;
  }
  header.main-head .count-number img {
    width: 25px;
  }
  header.main-head .counting-item.selected:after {
    top: calc(100% + 7px);
  }
  header.main-head .count-name {
    top: 5px;
  }
  header.main-head .main-menu li {
    margin-right: 47px;
  }
  header.main-head .hovering-cart-item-wrap .cart-items-wrap {
    right: -83px;
    top: 55px;
  }
  header.main-head .main-menu li {
    margin-right: 9px;
  }
  header.main-head .main-menu li a {
    min-width: 125px;
  }
  header.main-head .header-user-link-wrap .header-user-link .username {
    max-width: 135px;
  }
}

@media only screen and (max-width: 1249px) {
  header.main-head {
    padding-top: 30px;
  }
  header.main-head .main-menu li {
    margin-right: 20px;
  }
  header.main-head .search-form input {
    width: 100%;
    background-position: 2% 50%;
  }
  header.main-head .search-form .select-style {
    width: 214px;
  }
  header.main-head .address-wrap {
    width: calc(100% - 213px);
  }
  header.main-head .hovering-cart-item-wrap {
    margin-right: 27px;
  }
  header.main-head .count-number {
    font-size: 16px;
    min-width: 40px;
    padding: 3px 20px 3px 5px;
  }
  header.main-head .count-number img {
    width: 20px;
  }
  header.main-head .counting-items-wrap {
    margin-top: 19px;
  }
  header.main-head .counting-item.selected:after {
    top: calc(100% + 1px);
    height: 5px;
  }
  header.main-head .count-name {
    top: 0px;
  }
  header.main-head .count-number .counting-item-icon {
    right: 0;
    bottom: 0;
  }
  header.main-head .count-number .counting-item-icon.cart-icon {
    right: -5px;
  }
  header.main-head .count-number .bonus-icon {
    right: -3px;
  }
  header.main-head .address-wrap .check-message {
    width: 80%;
  }
  header.main-head .main-menu li a {
    min-width: auto;
  }
  header.main-head .header-user-link-wrap .header-user-link .username {
    max-width: 112px;
  }
}

@media only screen and (max-width: 1050px) {
  nav.main-menu .menu {
    -webkit-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.1);
  }
  header.main-head {
    padding-bottom: 12px;
  }
  header.main-head .address-wrap {
    margin-top: 0;
  }
  header.main-head .catalog-button.main-page-catalog-btn .catalog-button-arrow {
    display: block;
  }
  header.main-head .logo {
    display: none;
  }
  header.main-head .right-col.top {
    width: 100%;
  }
  header.main-head .search-form {
    margin-left: 56px;
  }
  header.main-head .main-menu {
    width: auto;
    width: initial;
  }
  header.main-head .header-user-link-wrap, header.main-head .main-menu li:nth-last-child(2) {
    float: none;
  }
  nav.main-menu {
    z-index: 10000;
    position: absolute;
    border: none;
    cursor: pointer;
    top: 47px;
    left: 17px;
    width: 18px;
    height: 18px;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    border-radius: 1px;
    background: 0 0;
    -webkit-transition: 250ms all;
    -o-transition: 250ms all;
    transition: 250ms all;
  }
  nav.main-menu .menu-opener-inner {
    -webkit-transition: 250ms all;
    -o-transition: 250ms all;
    transition: 250ms all;
    background: #3ab3df;
    height: 4px;
    margin-left: auto;
    margin-right: auto;
    width: 40px;
  }
  nav.main-menu .menu-opener-inner::after {
    content: '';
    -webkit-transition: 250ms all;
    -o-transition: 250ms all;
    transition: 250ms all;
    background: #3ab3df;
    display: block;
    height: 4px;
    width: 40px;
    -webkit-transform: translateY(6px);
        -ms-transform: translateY(6px);
            transform: translateY(6px);
  }
  nav.main-menu .menu-opener-inner::before {
    -webkit-transition: 250ms all;
    -o-transition: 250ms all;
    transition: 250ms all;
    background: #3ab3df;
    content: '';
    display: block;
    height: 4px;
    width: 40px;
    -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  nav.main-menu .menu-opener-inner.active {
    background: 0 0;
    height: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-top: -30px;
  }
  nav.main-menu .menu-opener-inner.active::before {
    -webkit-transform: translateY(0) rotate(-45deg);
        -ms-transform: translateY(0) rotate(-45deg);
            transform: translateY(0) rotate(-45deg);
    background: #3ab3df;
  }
  nav.main-menu .menu-opener-inner.active::after {
    -webkit-transform: translateY(-4px) translateX(0) rotate(45deg);
        -ms-transform: translateY(-4px) translateX(0) rotate(45deg);
            transform: translateY(-4px) translateX(0) rotate(45deg);
    background: #3ab3df;
  }
  nav.main-menu .menu {
    background-color: #3AB3DF;
    float: none;
    color: #fff;
    position: fixed;
    top: 0px;
    left: 0;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    width: 0;
    z-index: -1;
    list-style-type: none;
    overflow-y: hidden;
    width: 284px;
    height: 100%;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
    visibility: hidden;
    left: -284px;
    padding-bottom: 20px;
  }
  nav.main-menu .menu:after {
    content: "";
    width: 4px;
    height: 100%;
    background: -webkit-gradient(linear, right top, left top, color-stop(-25%, rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0)));
    background: -o-linear-gradient(right, rgba(0, 0, 0, 0.2) -25%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(270deg, rgba(0, 0, 0, 0.2) -25%, rgba(0, 0, 0, 0) 100%);
    position: absolute;
    right: 0;
    top: 0;
  }
    nav.main-menu .menu .header-user-link-wrap,
    .main-menu .menu .header-lang-wrap {
        position: static;
    }
    .main-menu .menu .header-lang__toggle {
        display: none;
    }
    .main-menu .menu .header-lang-wrap {
        float: none;
    }
    .main-menu .menu .header-lang {
        padding: 0;
    }
  nav.main-menu .menu .header-user-link-wrap .header-user-link {
    position: absolute;
    top: 0;
    right: 0;
    background: #68C2E3;
    padding-top: 21px;
    padding-bottom: 21px;
    padding-left: 20px;
    padding-right: 20px;
  }
  nav.main-menu .menu .header-user-link-wrap .header-user-link .drop-arrow {
    display: none;
  }
  nav.main-menu .menu .header-user-link-wrap .header-user-link .username {
    font-size: 18px;
    padding-right: 0;
    max-width: calc(100% - 16px);
    padding-left: 20px;
  }
  nav.main-menu .menu .main-menu-item-icon {
    display: inline-block;
    width: 20px;
  }
  nav.main-menu .menu .main-menu-item-icon path {
    fill: #D2F1FC;
  }
  nav.main-menu .menu .user-drop-menu {
    -webkit-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    visibility: hidden;
  }
  nav.main-menu .menu li {
    display: block;
    margin: 0;
    padding: 0;
    width: auto;
    width: initial;
    text-align: left;
    float: none;
    margin-right: 0 !important;
  }
  nav.main-menu .menu li a {
    width: initial;
    text-align: left;
    background-color: transparent;
    display: inline-block;
    width: 100%;
    padding-top: 8.5px;
    padding-bottom: 8.5px;
    font-size: 18px;
    color: #fff;
    width: 100%;
    display: block;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 14px;
    padding-bottom: 14px;
  }
  nav.main-menu .menu li:last-child {
    float: none;
  }
  nav.main-menu .menu > li > a {
    position: relative;
  }
  nav.main-menu .menu > li > a:hover:after, nav.main-menu .menu > li > a:focus:after, nav.main-menu .menu > li > a.selected:after {
    display: none;
  }
  nav.main-menu .menu > li > a:hover path, nav.main-menu .menu > li > a:focus path, nav.main-menu .menu > li > a.selected path {
    fill: #3ab3df;
  }
  nav.main-menu .menu > li > a:after {
    content: "";
    height: 1px;
    width: calc(100% - 40px);
    background: #68C2E3;
    bottom: 0;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
  nav.main-menu .menu > li > a .main-menu-item-icon {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
  }
  nav.main-menu .menu > li > a .main-menu-item-name {
    display: inline-block;
    vertical-align: middle;
  }
  nav.main-menu .menu > li > a:hover path {
    fill: #3AB3DF;
  }
  nav.main-menu .menu.active {
    visibility: visible;
    padding: 0;
    -webkit-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.1);
    padding-top: 60px;
    overflow-y: auto;
    z-index: 10;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    left: 0;
  }
    nav.main-menu .menu.active .user-drop-menu,
    .main-menu .menu .header-lang__list {
        position: static;
        top: 0;
        visibility: visible;
        padding-top: 0;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
    .main-menu .menu .header-lang__list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 15px 0;
        text-align: center;
    }
    .main-menu .menu .header-lang__list-link, nav.main-menu .menu .header-lang__list .header-lang__list-link {
        text-align: center;
    }
    .main-menu .menu .header-lang__list-item {
        width: auto;
    }
        .main-menu .menu .header-lang__list-item::after {
            display: none;
        }
  nav.main-menu .menu.active .user-drop-menu li::after {
    display: block;
  }
  header.main-head .main-menu li.sign-out {
    display: block;
    padding-bottom: 15px;
    padding-top: 20px;
    position: relative;
  }
  header.main-head .catalog-menu-wrap {
    display: none;
  }
  header.main-head .main-menu li.sign-out:before {
    content: "";
    position: absolute;
    width: 177px;
    height: 1px;
    background-color: #f1f1f1;
    top: 10px;
    left: -16px;
  }
  header.main-head .search-form {
    margin-bottom: 20px;
  }
  header.main-head .address-wrap select {
    padding-left: 36px;
  }
  header.main-head .address-wrap .select-style:before {
    content: "";
    background-image: url(../img/house-icon.svg);
    background-repeat: no-repeat;
    background-size: 18px 18px;
    display: block;
    position: absolute;
    left: 10px;
    top: 10px;
    width: 18px;
    height: 18px;
  }
  header.main-head .counting-items-wrap {
    bottom: 10px;
  }
  header.main-head .address-wrap .check-message {
    height: 40px;
    line-height: 40px;
    bottom: -52px;
    width: 100%;
    font-size: 12px;
  }
  header.main-head .address-wrap .check-message-close {
    width: 10px;
    height: 10px;
    top: 17px;
    right: -5px;
  }
  header.main-head .address-wrap .check-message-close svg {
    height: 10px;
    width: 10px;
  }
  header.main-head .catalog-button:hover .catalog-button-arrow {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  header.main-head .catalog-button.active .catalog-button-arrow {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  header.main-head .catalog-submenu {
    background-image: none;
  }
  header.main-head .counting-items-wrap {
    margin-top: 0;
    bottom: 0;
  }
  header.main-head .ipad-menu {
    display: block;
  }
}

@media only screen and (max-width: 767px) {
  body:not(.media-mobile) nav.main-menu {
    -webkit-tap-highlight-color: transparent;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  body:not(.media-mobile) nav.main-menu .menu-opener-inner {
    -webkit-tap-highlight-color: transparent;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  body:not(.media-mobile) nav.main-menu .menu-opener-inner.active {
    cursor: default;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
  body:not(.media-mobile) nav.main-menu .menu-opener-inner.active::before {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
  body:not(.media-mobile) nav.main-menu .menu-opener-inner.active::before {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(34, 34, 34, 0.5);
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}

@media only screen and (min-width: 1050px) {
  .catalog-button-wrap:not(.inner-page-catalog-btn-wrap) .catalog-menu-wrap .catalog-menu {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
  .catalog-button-wrap:not(.inner-page-catalog-btn-wrap) .catalog-menu-wrap__overflow {
    display: none;
  }
  .catalog-button-wrap:not(.inner-page-catalog-btn-wrap):not(.active) .catalog-menu-wrap {
    max-height: 450px;
    overflow: hidden;
  }
  .catalog-button-wrap:not(.inner-page-catalog-btn-wrap):not(.active) .catalog-menu-wrap.is-overflow .catalog-menu {
    padding-bottom: 35px;
  }
  .catalog-button-wrap:not(.inner-page-catalog-btn-wrap):not(.active) .catalog-menu-wrap.is-overflow::after {
    content: "";
    position: absolute;
    z-index: 120;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 45px;
    background: -webkit-gradient(linear, left bottom, left top, from(white), color-stop(50%, white), to(transparent));
    background: -o-linear-gradient(bottom, white 0%, white 50%, transparent 100%);
    background: linear-gradient(0deg, white 0%, white 50%, transparent 100%);
  }
  .catalog-button-wrap:not(.inner-page-catalog-btn-wrap):not(.active) .catalog-menu-wrap.is-overflow .catalog-menu-wrap__overflow {
    position: absolute;
    display: block;
    z-index: 130;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 4px;
    font-size: 12px;
    color: #3ab3df;
    text-align: center;
    font-weight: 400;
  }
  .catalog-button-wrap:not(.inner-page-catalog-btn-wrap):not(.active) .catalog-menu-wrap.is-overflow .catalog-menu-wrap__overflow-arrow {
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
    display: inline-block;
    vertical-align: middle;
    font-size: 22px;
    font-weight: 400;
  }
  .catalog-button-wrap.inner-page-catalog-btn-wrap .catalog-menu-wrap__overflow {
    display: none !important;
  }
}

@media only screen and (max-width: 1050px) {
  .catalog-button-wrap .catalog-menu-wrap__overflow {
    display: none !important;
  }
}

.error-container .error-row {
    background-color: #00b6dc;
    color: #fff;
    padding-left: 10%;
    padding-top: 15px;
    padding-bottom: 15px;
}

.error-container .nothing-was-found {
    padding-top: 50px;
}

.error-container .contact-div {
    padding-top: 15px;
    padding-left: 20px;
}
.error-container p {
    padding-bottom:10px;
}

.error-container .error-mes {
    white-space: pre;
}
