/*
  HTML5 Reset :: reset.css
  -------------------------------------------------------------------
  Подготовлен командой LiveHTML | by LiveHTML :: http://livehtml.io
  -------------------------------------------------------------------
  Выражаем особую благодарность людям, чьи труды способствовали появлению данного ресета:
  We have learned much from/been inspired by/taken code where offered from:

  Eric Meyer          :: http://ericmeyer.com
  HTML5 Doctor        :: http://html5doctor.com
  and the HTML5 Boilerplate :: http://html5boilerplate.com

-------------------------------------------------------------------------------*/
/* Сбрасываем значения по умолчанию для элементов | Let's default this puppy out
-------------------------------------------------------------------------------*/
@import "../fonts/icomoon/style.css";
@import "../fonts/neosanspro/style.css";
html,
body,
body div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
article,
aside,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
header,
section,
footer {
  clear: both;
}
/* Всегда показывать полосу прокрутки (чтобы сайт не прыгал, когда на других страницах нет данной полосы)
   force a vertical scrollbar to prevent a jumpy page */
html {
  overflow-y: scroll;
}
/* Добавляем буллеты к UL и цифры к OL, т.к. в контенте могут использоваться стандартные списки
  we can use default ULs & OLs with bullets */
ul {
  list-style: outside disc;
  margin: 15px 0 15px 30px;
}
ol {
  list-style: outside decimal;
  margin: 15px 0 15px 30px;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
td img {
  vertical-align: top;
}
/* Сбрасываем отступы у элементов форм
  Webkit browsers add a 2px margin outside the chrome of form elements */
button,
input,
select,
textarea {
  margin: 0;
  outline: none;
}
input::-moz-focus-inner,
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
input,
select {
  vertical-align: middle;
}
input[type=radio],
input[type=checkbox] {
  margin: 1px 4px 4px 0;
}
input[type=text],
input[type=password] {
  border-radius: 0;
  -webkit-appearance: none;
}
textarea {
  overflow: auto;
  resize: vertical;
  border-radius: 0;
  -webkit-appearance: none;
}
/* Решение проблемы с обрезанием стилизованных кнопок в IE | make buttons play nice in IE */
button,
input[type=submit] {
  width: auto;
  overflow: visible;
}
.ie7 input[type=submit],
.ie7 input[type=reset],
.ie7 input[type=button] {
  filter: chroma(color=#000000);
}
/* Курсор-указатель на кликабельных элементах | hand cursor on clickable elements */
input[type=button],
input[type=submit],
button {
  cursor: pointer;
  border-radius: 0;
  -webkit-appearance: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
del {
  text-decoration: line-through;
}
abbr[title],
dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help;
}
small {
  font-size: 85%;
}
strong {
  font-weight: bold;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
  font-size: 0;
  line-height: 0;
}
/* Стандартизируем моноширные элементы | standardize any monospaced elements */
pre,
code,
kbd,
samp {
  font-family: monospace, sans-serif;
}
pre {
  white-space: pre;
  /* CSS2 */
  white-space: pre-wrap;
  /* CSS 2.1 */
  white-space: pre-line;
  /* CSS 3 (and 2.1 as well, actually) */
  word-wrap: break-word;
  /* IE */
}
/* Устанавливаем произвольный цвет для выделения (не забываем убрать тень для текста)
  Custom text-selection colors (remove any text shadows: twitter.com/miketaylr/status/12228805301) */
/* ::-moz-selection{ background:#fcd700; color:#fff; text-shadow:none; } */
/* ::selection { background:#fcd700; color:#fff; text-shadow:none; } */
/* Устанавливаем произвольный цвет подсветки ссылок на Apple устройствах: j.mp/webkit-tap-highlight-color */
/* a:link {-webkit-tap-highlight-color:#fcd700;} */
/* Правильный ресайз картинок в IE7
  scale images in IE7 more attractively */
.ie7 img {
  -ms-interpolation-mode: bicubic;
}
/* Сброс float блоков | let's clear some floats */
.clear {
  clear: both;
  height: 0;
  font-size: 0;
  line-height: 0;
}
.center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
/* Coded in LiveHTML :: http://livehtml.io */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
html {
  min-width: auto;
  width: auto;
  height: 100%;
}
body {
  font: normal normal 14px/20px 'Neo Sans Pro', arial, sans-serif;
  background: #ffffff;
  color: #568dc0;
  -webkit-text-size-adjust: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 1040px;
  min-height: initial;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}
body input,
body textarea,
body button {
  font-family: 'Neo Sans Pro', arial, sans-serif;
}
body *,
body *:before,
body *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.left {
  float: left;
}
.right {
  float: right;
}
.clearfix {
  *zoom: 1;
}
.clearfix:after {
  clear: both;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.container {
  margin: 0 auto;
  padding: 0 20px;
  width: 1040px;
  height: auto;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}
.row {
  margin: 0 -11px;
  font-size: 0;
  line-height: 0;
}
.col-1-11 {
  padding: 0 11px;
  width: 9.09090909%;
  height: auto;
  font-size: 14px;
  line-height: 20px;
  display: inline-block;
  vertical-align: top;
}
.col-offset-1-11 {
  margin-right: 9.09090909%;
}
.col-offset-l-1-11 {
  margin-left: 9.09090909%;
}
.col-2-11 {
  padding: 0 11px;
  width: 18.18181818%;
  height: auto;
  font-size: 14px;
  line-height: 20px;
  display: inline-block;
  vertical-align: top;
}
.col-offset-2-11 {
  margin-right: 18.18181818%;
}
.col-offset-l-2-11 {
  margin-left: 18.18181818%;
}
.col-3-11 {
  padding: 0 11px;
  width: 27.27272727%;
  height: auto;
  font-size: 14px;
  line-height: 20px;
  display: inline-block;
  vertical-align: top;
}
.col-offset-3-11 {
  margin-right: 27.27272727%;
}
.col-offset-l-3-11 {
  margin-left: 27.27272727%;
}
.col-4-11 {
  padding: 0 11px;
  width: 36.36363636%;
  height: auto;
  font-size: 14px;
  line-height: 20px;
  display: inline-block;
  vertical-align: top;
}
.col-offset-4-11 {
  margin-right: 36.36363636%;
}
.col-offset-l-4-11 {
  margin-left: 36.36363636%;
}
.col-5-11 {
  padding: 0 11px;
  width: 45.45454545%;
  height: auto;
  font-size: 14px;
  line-height: 20px;
  display: inline-block;
  vertical-align: top;
}
.col-offset-5-11 {
  margin-right: 45.45454545%;
}
.col-offset-l-5-11 {
  margin-left: 45.45454545%;
}
.col-6-11 {
  padding: 0 11px;
  width: 54.54545455%;
  height: auto;
  font-size: 14px;
  line-height: 20px;
  display: inline-block;
  vertical-align: top;
}
.col-offset-6-11 {
  margin-right: 54.54545455%;
}
.col-offset-l-6-11 {
  margin-left: 54.54545455%;
}
.col-7-11 {
  padding: 0 11px;
  width: 63.63636364%;
  height: auto;
  font-size: 14px;
  line-height: 20px;
  display: inline-block;
  vertical-align: top;
}
.col-offset-7-11 {
  margin-right: 63.63636364%;
}
.col-offset-l-7-11 {
  margin-left: 63.63636364%;
}
.col-8-11 {
  padding: 0 11px;
  width: 72.72727273%;
  height: auto;
  font-size: 14px;
  line-height: 20px;
  display: inline-block;
  vertical-align: top;
}
.col-offset-8-11 {
  margin-right: 72.72727273%;
}
.col-offset-l-8-11 {
  margin-left: 72.72727273%;
}
.col-9-11 {
  padding: 0 11px;
  width: 81.81818182%;
  height: auto;
  font-size: 14px;
  line-height: 20px;
  display: inline-block;
  vertical-align: top;
}
.col-offset-9-11 {
  margin-right: 81.81818182%;
}
.col-offset-l-9-11 {
  margin-left: 81.81818182%;
}
.col-10-11 {
  padding: 0 11px;
  width: 90.90909091%;
  height: auto;
  font-size: 14px;
  line-height: 20px;
  display: inline-block;
  vertical-align: top;
}
.col-offset-10-11 {
  margin-right: 90.90909091%;
}
.col-offset-l-10-11 {
  margin-left: 90.90909091%;
}
.col-11-11 {
  padding: 0 11px;
  width: 100%;
  height: auto;
  font-size: 14px;
  line-height: 20px;
  display: inline-block;
  vertical-align: top;
}
.col-offset-11-11 {
  margin-right: 100%;
}
.col-offset-l-11-11 {
  margin-left: 100%;
}
.col-1-4 {
  padding: 0 11px;
  width: 25%;
  height: auto;
  font-size: 14px;
  line-height: 20px;
  display: inline-block;
  vertical-align: top;
}
.col-offset-1-4 {
  margin-right: 25%;
}
.col-offset-l-1-4 {
  margin-left: 25%;
}
.col-2-4 {
  padding: 0 11px;
  width: 50%;
  height: auto;
  font-size: 14px;
  line-height: 20px;
  display: inline-block;
  vertical-align: top;
}
.col-offset-2-4 {
  margin-right: 50%;
}
.col-offset-l-2-4 {
  margin-left: 50%;
}
.col-3-4 {
  padding: 0 11px;
  width: 75%;
  height: auto;
  font-size: 14px;
  line-height: 20px;
  display: inline-block;
  vertical-align: top;
}
.col-offset-3-4 {
  margin-right: 75%;
}
.col-offset-l-3-4 {
  margin-left: 75%;
}
.col-4-4 {
  padding: 0 11px;
  width: 100%;
  height: auto;
  font-size: 14px;
  line-height: 20px;
  display: inline-block;
  vertical-align: top;
}
.col-offset-4-4 {
  margin-right: 100%;
}
.col-offset-l-4-4 {
  margin-left: 100%;
}
.col-1-3 {
  padding: 0 11px;
  width: 33.33333333%;
  height: auto;
  font-size: 14px;
  line-height: 20px;
  display: inline-block;
  vertical-align: top;
}
.col-offset-1-3 {
  margin-right: 33.33333333%;
}
.col-offset-l-1-3 {
  margin-left: 33.33333333%;
}
.col-2-3 {
  padding: 0 11px;
  width: 66.66666667%;
  height: auto;
  font-size: 14px;
  line-height: 20px;
  display: inline-block;
  vertical-align: top;
}
.col-offset-2-3 {
  margin-right: 66.66666667%;
}
.col-offset-l-2-3 {
  margin-left: 66.66666667%;
}
.col-3-3 {
  padding: 0 11px;
  width: 100%;
  height: auto;
  font-size: 14px;
  line-height: 20px;
  display: inline-block;
  vertical-align: top;
}
.col-offset-3-3 {
  margin-right: 100%;
}
.col-offset-l-3-3 {
  margin-left: 100%;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.header--in {
  border-bottom: 1px solid #568dc0;
  padding: 18px 0 21px;
}
.header--logo {
  background: url(../img/logotype.svg) no-repeat;
  display: block;
  width: 241px;
  height: 55px;
}
.header--logo.is-small {
  margin: 17px 0 0;
  background: url(../img/logotype-small.svg) no-repeat;
  width: 68px;
  height: 54px;
}
.header--cats {
  margin: 45px 0 0;
  font-size: 0;
  line-height: 0;
}
.header--cat {
  color: #568dc0;
  text-decoration: none;
  margin: 0 8px 0 0;
  display: inline-block;
  vertical-align: top;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}
.header--cat.is-active {
  color: #595959;
}
.header--cat i:nth-child(1) {
  display: block;
}
.header--cat i:nth-child(1).icon-cat1 {
  font-size: 21px;
  line-height: 29px;
}
.header--cat i:nth-child(1).icon-cat2 {
  margin: 3px 0 -3px;
  font-size: 18px;
  line-height: 28px;
}
.header--cat i:nth-child(1).icon-cat3 {
  margin: 2px 0 -2px;
  font-size: 19px;
  line-height: 28px;
}
.header--cat i:nth-child(1).icon-cat4 {
  font-size: 22px;
  line-height: 29px;
}
.header--cat i:nth-child(1).icon-cat5 {
  font-size: 22px;
  line-height: 29px;
}
.header--cat i:nth-child(1).icon-cat6 {
  font-size: 22px;
  line-height: 29px;
}
.header--cat i:nth-child(1).icon-cat7 {
  font-size: 22px;
  line-height: 29px;
}
.header--cat i:nth-child(1).icon-cat8 {
  font-size: 23px;
  line-height: 29px;
}
.header--cat i:nth-child(1).icon-cat9 {
  font-size: 20px;
  line-height: 29px;
}
.header--cat i:nth-child(1).icon-cat10 {
  font-size: 23px;
  line-height: 29px;
}
.header--cat i:nth-child(1).icon-cat11 {
  font-size: 24px;
  line-height: 29px;
}
.header--cat i:nth-child(1).icon-cat12 {
  font-size: 29px;
  line-height: 29px;
}
.header--cat i:nth-child(2) {
  display: none;
  position: absolute;
  top: -20px;
  right: auto;
  bottom: auto;
  left: 0;
  font-size: 10px;
  line-height: 10px;
}
.header--cat i:nth-child(2).icon-label7,
.header--cat i:nth-child(2).icon-label10 {
  font-size: 12px;
  line-height: 12px;
}
.header--cat:hover {
  color: #595959;
}
.header--cat:hover i:nth-child(2) {
  display: block;
}
.header--icon {
  background: #568dc0;
  color: #ffffff;
  border-radius: 0 0 5px 5px;
  text-align: center;
  width: 107px;
  height: 82px;
}
.header--icon i {
  display: block;
}
.header--icon i.icon-cat1 {
  font-size: 39px;
  line-height: 82px;
}
.header--icon i.icon-cat2 {
  font-size: 33px;
  line-height: 82px;
}
.header--icon i.icon-cat3 {
  font-size: 35px;
  line-height: 82px;
}
.header--icon i.icon-cat4 {
  font-size: 41px;
  line-height: 82px;
}
.header--icon i.icon-cat5 {
  font-size: 41px;
  line-height: 82px;
}
.header--icon i.icon-cat6 {
  font-size: 41px;
  line-height: 82px;
}
.header--icon i.icon-cat7 {
  font-size: 41px;
  line-height: 82px;
}
.header--icon i.icon-cat8 {
  font-size: 43px;
  line-height: 82px;
}
.header--icon i.icon-cat9 {
  font-size: 37px;
  line-height: 82px;
}
.header--icon i.icon-cat10 {
  font-size: 43px;
  line-height: 82px;
}
.header--icon i.icon-cat11 {
  font-size: 45px;
  line-height: 82px;
}
.header--icon i.icon-cat12 {
  font-size: 54px;
  line-height: 82px;
}
.header--link {
  color: #568dc0;
  text-decoration: none;
  padding: 21px 0 30px;
  font-size: 12px;
  line-height: 20px;
  display: inline-block;
  vertical-align: top;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}
.header--link:before {
  content: "";
  background: #568dc0;
  display: block;
  width: 13px;
  height: 1px;
  position: absolute;
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
}
.header--link-w {
  font-size: 0;
  line-height: 0;
}
.header--link-w.is-right {
  text-align: right;
}
.footer--in {
  border-top: 1px solid #568dc0;
  padding: 8px 0;
}
.footer--socials {
  font-size: 0;
  line-height: 0;
}
.footer--social {
  color: #568dc0;
  text-decoration: none;
  margin: 0 6px;
  display: inline-block;
  vertical-align: top;
}
.footer--social i {
  display: block;
  font-size: 20px;
  line-height: 20px;
}
.footer--payment {
  height: 20px;
  margin-left: 1rem;
}
.footer--link {
  color: #568dc0;
  text-decoration: none;
  font: 400 12px/22px Arial, Helvetica Neue, Helvetica, sans-serif;
  display: inline-block;
  vertical-align: top;
}
.btn {
  background: #568dc0;
  color: #ffffff;
  text-decoration: none;
  padding: 5px 13px 2px;
  border-radius: 8px;
  border: none;
  margin: 0;
  cursor: pointer;
  display: inline-block;
  vertical-align: top;
  font-size: 15px;
  line-height: 18px;
}
#btn_place_order_wrap {
  display: inline-block;
  position: relative;
  cursor: not-allowed;
}
#btn_place_order_wrap #cart_min_order_notice {
  display: none;
  background: #ffffff;
  z-index: 2;
  font-size: 1rem;
  line-height: 1rem;
  padding: 0.4em 0.2em 0.2em;
  white-space: nowrap;
  cursor: auto;
}
#btn_place_order_wrap.disabled #cart_min_order_notice,
#btn_place_order_wrap.min_amount_notice #cart_min_order_notice {
  display: inline-block;
  position: absolute;
  bottom: 110%;
  right: 0;
}
#btn_place_order_wrap.disabled .btn {
  background: #595959;
  pointer-events: none;
}
.side-btn {
  background: #568dc0;
  color: #ffffff;
  text-decoration: none;
  text-align: center;
  border-radius: 0 0 5px 5px;
  transition: 500ms all ease;
  position: fixed;
  top: 218px;
  right: auto;
  bottom: auto;
  left: -52px;
  font-size: 12px;
  line-height: 28px;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  width: 132px;
  height: 28px;
}
.side-btn.is-active {
  position: fixed;
  top: 218px;
  right: auto;
  bottom: auto;
  left: calc(100% - 28px - 52px);
}
.side-btn span {
  display: block;
}
.side-box {
  background: #568dc0;
  color: #ffffff;
  transition: 500ms all ease;
  z-index: 5000;
  position: fixed;
  top: 0;
  right: 100%;
  bottom: 0;
  left: auto;
  width: calc(100% - 27px);
  height: auto;
}
.side-box.is-active {
  position: fixed;
  top: 0;
  right: 27px;
  bottom: 0;
  left: auto;
}
.side-box--in {
  width: 630px;
  height: auto;
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.side-box--close {
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  padding: 23px;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: auto;
  left: auto;
}
.side-box--close i {
  display: block;
  font-size: 24px;
  line-height: 24px;
}
.side-box--title {
  margin: 0 0 30px;
}
.side-box--title i {
  display: block;
  font-size: 42px;
  line-height: 42px;
}
.side-box--text {
  font-size: 14px;
  line-height: 24px;
}
.side-box--text a {
  color: #ffffff;
  text-decoration: underline;
}
.side-box--text a:hover {
  text-decoration: none;
}
.side-box--text p {
  margin: 0 0 14px;
}
.side-box--text p:last-of-type {
  margin: 0;
}
.page {
  padding: 37px 0 100px;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}
.page--title {
  border-bottom: 1px solid #568dc0;
  padding: 0 0 7px;
  font-size: 18px;
  line-height: 21px;
}
.page--title.page--catalog {
  position: sticky;
  top: 0;
  z-index: 5;
  background-color: white;
}
.page--cart {
  margin: 7px 0 -7px;
}
.page--cart a {
  color: #568dc0;
  text-decoration: underline;
  display: inline-block;
  vertical-align: top;
}
.page--cart span {
  color: #595959;
  margin: 0 0 0 8px;
  display: inline-block;
  vertical-align: top;
  font-weight: 500;
}
.page .cart-bar-item {
  font-size: 18px;
  line-height: 21px;
}
.post {
  margin: -1px 0 0;
}
.post--title {
  margin: 0 0 30px;
  font-size: 18px;
  line-height: 24px;
}
.post--text {
  padding: 0 0 14px;
  color: #595959;
  font-size: 12px;
  line-height: 18px;
}
.post--text p {
  margin: 0 0 18px;
}
.post--text p:last-of-type {
  margin: 0;
}
.post--text p.is-strong {
  margin: 0;
  font-weight: 500;
}
.post--date {
  margin: 0 0 24px;
  font-size: 11px;
  line-height: 16px;
}
.post--slider {
  padding: 0 0 30px;
  margin: 0 0 40px;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}
.post--slider-in .slide {
  display: none;
}
.post--slider-in .slide:first-of-type {
  display: block;
}
.post--slider-in.slick-initialized .slide {
  display: block;
}
.post--slider .slick-dots {
  text-align: center;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: auto;
  right: 0;
  bottom: -30px;
  left: 0;
  font-size: 0;
  line-height: 0;
}
.post--slider .slick-dots li {
  border-radius: 11px;
  border: 1px solid transparent;
  margin: 0 9px;
  cursor: pointer;
  display: inline-block;
  vertical-align: top;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  width: 11px;
  height: 11px;
}
.post--slider .slick-dots li:before {
  content: "";
  background: #568dc0;
  border-radius: 5px;
  display: block;
  width: 5px;
  height: 5px;
  position: absolute;
  top: 2px;
  right: auto;
  bottom: auto;
  left: 2px;
}
.post--slider .slick-dots li button {
  display: none;
}
.post--slider .slick-dots li.slick-active {
  border-color: #568dc0;
}
.post--slide img {
  width: 100%;
  height: auto;
  display: block;
}
.post--slide.with-maxheight img {
  margin: 0 auto;
  width: auto;
  height: auto;
  max-width: 442px;
  max-height: 240px;
}
.post--back {
  color: #568dc0;
  text-decoration: underline;
  padding: 0 0 0 22px;
  font-size: 12px;
  line-height: 18px;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  display: inline-block;
  vertical-align: top;
}
.post--back:before {
  content: '\e91a';
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  position: absolute;
  top: 3px;
  right: auto;
  bottom: auto;
  left: 0;
  font-size: 11px;
  line-height: 11px;
}
.post--side {
  padding: 52px 0 0;
}
.video-frame {
  margin: 0 0 40px;
}
.video-frame:last-of-type {
  margin-bottom: 0;
}
.video-box {
  /*margin: 0 0 0 -93px;*/
  margin: 0;
  --video--width: 640;
  --video--height: 360;
  position: relative;
  padding-bottom: calc(var(--video--height) / var(--video--width) * 100%);
  overflow: hidden;
  max-width: 100%;
  /*background: black;*/
}
.video-box iframe {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /*.size (1000px, 560px);*/
}
.categories {
  padding: 30px 0 0;
  font-size: 0;
  line-height: 0;
}
.category {
  color: #568dc0;
  text-decoration: none;
  text-align: center;
  margin: 54px 6.66666667% 0 0;
  display: inline-block;
  vertical-align: top;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  width: 20%;
  height: auto;
}
.category:nth-child(4n+4) {
  margin-right: 0;
}
.category img {
  margin: 0 auto;
  display: block;
  width: auto;
  height: 280px;
}
.category--title {
  padding: 12px 0 5px;
  text-transform: uppercase;
  display: block;
  font-size: 18px;
  line-height: 21px;
  font-weight: 500;
}
.category--info {
  padding: 24px 15px 18px;
  border: 2px solid #568dc0;
  background: #ffffff;
  opacity: 0;
  z-index: 2;
  transition: 300ms all ease;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: auto;
  left: 0;
}
.category--stitle {
  margin: 0 -15px 5px;
  text-transform: uppercase;
  display: block;
  font-size: 22px;
  line-height: 25px;
  font-weight: 500;
}
.category--weight {
  color: #595959;
  margin: 0 0 24px;
  display: block;
  font-size: 12px;
  line-height: 18px;
}
.category--icon {
  margin: 0 0 21px;
  display: block;
}
.category--icon i {
  display: block;
  font-size: 92px;
  line-height: 92px;
}
.category--price {
  border-top: 2px solid #568dc0;
  border-bottom: 2px solid #568dc0;
  display: block;
  font-size: 12px;
  line-height: 25px;
  font-weight: 700;
}
.category:hover .category--info {
  opacity: 1;
}
.catalog-info {
  border: 2px solid #568dc0;
  background: #ffffff;
  z-index: 3;
  padding: 17px 22px 21px;
  position: absolute;
  top: 76px;
  right: 0;
  bottom: auto;
  left: auto;
  width: 100%;
  height: auto;
}
.catalog-info--btn {
  padding: 11px 0 0;
}
.cart {
  padding: 16px 0 0;
}
.cart--head {
  background: #568dc0;
  color: #ffffff;
  padding: 9px 0;
  border-radius: 5px;
  margin: 0 0 35px;
  font-size: 18px;
  line-height: 20px;
}
.cart--row {
  border-bottom: 1px dotted #568dc0;
  padding: 0 0 22px;
  margin: 0 0 36px;
}
.cart--row-p {
  padding: 0 8px 0 0;
  text-align: right;
  font-size: 0;
  line-height: 0;
}
.cart--row-p img {
  display: inline-block;
  vertical-align: top;
  width: auto;
  height: 213px;
}
.cart--row-i {
  padding: 20px 0 0;
  width: auto;
  height: 213px;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}
.cart--row-t {
  text-transform: uppercase;
  font-size: 24px;
  line-height: 20px;
  font-weight: 700;
}
.cart--row-r {
  color: #568dc0;
  text-decoration: underline;
  padding: 0 0 0 22px;
  display: block;
  position: absolute;
  top: auto;
  right: auto;
  bottom: 26px;
  left: 0;
  font-size: 12px;
  line-height: 16px;
}
.cart--row-r:before {
  content: "";
  border: 1px solid #568dc0;
  display: block;
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  width: 16px;
  height: 15px;
}
.cart--row-r:after {
  text-align: center;
  display: block;
  content: '\e91c';
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  width: 16px;
  height: auto;
  font-size: 8px;
  line-height: 15px;
}
.cart--row-d {
  color: #595959;
  padding: 24px 0 12px;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}
.cart--row-d:before {
  content: "";
  background: #568dc0;
  display: block;
  position: absolute;
  top: 0;
  right: auto;
  bottom: 0;
  left: -23px;
  width: 1px;
  height: auto;
}
.cart--row-d:after {
  content: "";
  background: #568dc0;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: auto;
  width: 1px;
  height: auto;
}
.cart--row-f {
  margin: 0 0 6px;
  font-size: 13px;
  line-height: 18px;
}
.cart--row-c {
  padding: 26px 0 0;
  font-size: 13px;
  line-height: 18px;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}
.cart--row-h {
  color: #595959;
  text-transform: uppercase;
  padding: 23px 0 0;
  font-size: 18px;
  line-height: 20px;
}
.cart--counter {
  color: #568dc0;
  text-align: center;
  position: absolute;
  top: 24px;
  right: 16px;
  bottom: auto;
  left: auto;
  font-size: 0;
  line-height: 0;
}
.cart--counter span {
  display: inline-block;
  vertical-align: top;
}
.cart--counter span.is-minus,
.cart--counter span.is-plus {
  cursor: pointer;
  text-align: center;
  width: 16px;
  height: 18px;
}
.cart--counter span.is-value {
  padding: 1px 0 0;
  font-size: 13px;
  line-height: 18px;
  font-weight: 700;
  width: 20px;
  height: auto;
}
.cart--counter span.is-minus:before {
  content: '\e91e';
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 8px;
  line-height: 18px;
}
.cart--counter span.is-plus:before {
  content: '\e91d';
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 8px;
  line-height: 18px;
}
.cart--foot {
  padding: 5px 0 0;
}
.cart--foot-f {
  border-bottom: 1px solid #568dc0;
  margin: 0 0 11px;
  font-size: 0;
  line-height: 0;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}
.cart--foot-f:before {
  content: "";
  background: #568dc0;
  display: block;
  width: 23px;
  height: 1px;
  position: absolute;
  top: auto;
  right: auto;
  bottom: -1px;
  left: -23px;
}
.cart--foot-f span {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  line-height: 18px;
  width: 50%;
  height: auto;
}
.cart--foot-f span:nth-child(1) {
  padding: 0 11px 0 0;
}
.cart--foot-f span:nth-child(2) {
  padding: 0 0 0 11px;
  text-transform: uppercase;
}
.cart--foot-t {
  padding: 7px 0 35px;
  font-size: 0;
  line-height: 0;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}
.cart--foot-t span {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
  width: 50%;
  height: auto;
}
.cart--foot-t span:nth-child(1) {
  padding: 0 11px 0 0;
  font-size: 15px;
  line-height: 18px;
}
.cart--foot-t span:nth-child(2) {
  padding: 0 0 0 11px;
  text-transform: uppercase;
}
.cart--foot-b {
  text-align: right;
  font-size: 0;
  line-height: 0;
}
.cart--foot-b .btn {
  margin: 0 0 0 20px;
}
.order {
  padding: 26px 0 0;
}
.order--title {
  margin: 0 0 19px;
  font-size: 18px;
  line-height: 20px;
}
.order--foot {
  padding: 24px 0 0;
  text-align: right;
  color: #595959;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  font-size: 0;
  line-height: 0;
}
.order--foot .btn {
  margin: 0 0 0 20px;
}
.order--foot span {
  display: block;
  font-size: 13px;
  line-height: 18px;
  position: absolute;
  top: 30px;
  right: auto;
  bottom: auto;
  left: 0;
}
.order--foot span:before {
  content: "*";
  color: #568dc0;
}
.order--list {
  padding: 27px 0 32px;
}
.order--item {
  border-bottom: 1px dotted #568dc0;
  padding: 0 0 10px;
  margin: 0 0 15px;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}
.order--item:last-of-type {
  padding: 0;
  margin: 0;
  border: none;
}
.order--item-n {
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: -30px;
  font-size: 18px;
  line-height: 20px;
}
.order--item-t {
  margin: 0 0 6px;
  font-size: 18px;
  line-height: 20px;
}
.order--item-f {
  font-size: 0;
  line-height: 0;
}
.order--item-f span {
  color: #595959;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  vertical-align: top;
  font-size: 12px;
  line-height: 20px;
  width: 33.33333333%;
  height: auto;
}
.order--item-f span:nth-child(1) {
  width: 38%;
  height: auto;
}
.order--item-f span:nth-child(2) {
  width: 31%;
  height: auto;
}
.order--item-f span:nth-child(3) {
  text-align: right;
  width: 31%;
  height: auto;
}
.order--paytitle {
  margin: 0 0 14px;
  font-size: 18px;
  line-height: 20px;
}
.order--payments {
  padding: 0 0 16px;
}
.order--subtotal {
  padding: 5px 0 0;
}
.order--subtotal-f {
  border-bottom: 1px solid #568dc0;
  margin: 0 0 11px;
  font-size: 0;
  line-height: 0;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}
.order--subtotal-f:before {
  content: "";
  background: #568dc0;
  display: block;
  width: 23px;
  height: 1px;
  position: absolute;
  top: auto;
  right: auto;
  bottom: -1px;
  left: -23px;
}
.order--subtotal-f span {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  line-height: 18px;
  width: 50%;
  height: auto;
}
.order--subtotal-f span:nth-child(1) {
  padding: 0 11px 0 0;
}
.order--subtotal-f span:nth-child(2) {
  padding: 0 0 0 11px;
  text-transform: uppercase;
}
.order--subtotal-t {
  padding: 7px 0 35px;
  font-size: 0;
  line-height: 0;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}
.order--subtotal-t span {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
  width: 50%;
  height: auto;
}
.order--subtotal-t span:nth-child(1) {
  padding: 0 11px 0 0;
  font-size: 15px;
  line-height: 18px;
}
.order--subtotal-t span:nth-child(2) {
  padding: 0 0 0 11px;
  text-transform: uppercase;
}
.order--subtotal-b {
  text-align: right;
  font-size: 0;
  line-height: 0;
}
.order--subtotal-b .btn {
  margin: 0 0 0 20px;
}
.order--total {
  border-top: 1px solid #568dc0;
  text-align: right;
  padding: 39px 0 0;
  font-size: 18px;
  line-height: 20px;
}
.field {
  margin: 0 0 18px;
}
.field.with-padding {
  padding: 24px 0 18px;
}
.field.is-required .field--label:after {
  content: "*";
  color: #568dc0;
}
.field--label {
  color: #595959;
  margin: 0 0 6px;
  display: block;
  font-size: 12px;
  line-height: 18px;
}
.field--input {
  border: 1px solid #cccccc;
  padding: 2px 10px 0;
  display: block;
  width: 100%;
  height: 24px;
  font-size: 13px;
  line-height: 20px;
}
.field--textarea {
  border: 1px solid #cccccc;
  resize: none;
  padding: 5px 10px;
  display: block;
  width: 100%;
  height: 84px;
  font-size: 13px;
  line-height: 20px;
}
.radiobox {
  cursor: pointer;
  margin: 0 0 8px;
  display: block;
}
.radiobox--in {
  color: #568dc0;
  text-decoration: underline;
  padding: 0 0 0 28px;
  display: block;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  font-size: 12px;
  line-height: 16px;
}
.radiobox--in:before {
  content: "";
  border: 1px solid #568dc0;
  display: block;
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  width: 14px;
  height: 14px;
}
.radiobox input {
  display: none;
}
input:checked + .radiobox--in {
  text-decoration: none;
  color: #595959;
}
input:checked + .radiobox--in:before {
  background: #568dc0;
}
.select {
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}
.select_in {
  border: 1px solid #cccccc;
  cursor: pointer;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}
.select_in:after {
  text-align: center;
  content: '\e91f';
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  line-height: 22px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: auto;
  left: auto;
  width: 24px;
  height: auto;
}
.select_title {
  padding: 2px 30px 0px 10px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 13px;
  line-height: 20px;
}
.select_title span {
  color: #595959;
}
.select_list {
  overflow-y: auto;
  list-style: none;
  margin: 0;
  padding: 2px 0;
  background: #ffffff;
  border: 2px solid #568dc0;
  border-top: none;
  z-index: 1000;
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  bottom: auto;
  left: 0;
  max-width: initial;
  max-height: 200px;
}
.select_list li {
  padding: 6px 10px 7px 16px;
  cursor: pointer;
  color: #568dc0;
  text-decoration: underline;
  font-size: 12px;
  line-height: 18px;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}
.select_list li:before {
  content: "";
  background: #568dc0;
  display: block;
  width: 3px;
  height: 1px;
  position: absolute;
  top: 14px;
  right: auto;
  bottom: auto;
  left: 8px;
}
.select_list li.is-active {
  color: #595959;
  text-decoration: none;
}
.select_list li.is-active:before {
  background: #595959;
}
.select.is-opened .select_in {
  background: #568dc0;
  border-color: #568dc0;
  color: #ffffff;
}
.select.is-opened .select_title span {
  color: #ffffff;
}
.map-box {
  margin: 0 -93px 19px;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}
.map-box--in {
  width: auto;
  height: 600px;
}
.y-map-box {
  width: 100%;
  height: 600px;
  margin-bottom: 1em;
}
.bubl {
  background: #568dc0;
  color: #ffffff;
  padding: 16px 24px 67px;
  position: absolute;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  width: 238px;
  height: auto;
  font-size: 12px;
  line-height: 14px;
}
.bubl--close {
  z-index: 5;
  text-decoration: none;
  color: #ffffff;
  position: absolute;
  top: auto;
  right: auto;
  bottom: 18px;
  left: 24px;
  display: block;
}
.bubl--close i {
  display: block;
  font-size: 18px;
  line-height: 18px;
}
.bubl--more {
  padding: 12px 0 0;
  color: #ffffff;
  text-decoration: underline;
  display: block;
}
.bubl--more:hover {
  text-decoration: none;
}
.bubl .tt,
.bubl .bb {
  background-image: url('../img/buble.png');
}
.bubl .tt {
  background-position: left bottom;
  width: 238px;
  height: 10px;
  position: absolute;
  top: -8px;
  right: auto;
  bottom: auto;
  left: 0;
}
.bubl .bb {
  background-position: left top;
  width: 238px;
  height: 25px;
  position: absolute;
  top: auto;
  right: auto;
  bottom: -23px;
  left: 0;
}
.zoom-control {
  background: #568dc0;
  z-index: 10;
  position: absolute;
  top: 36px;
  right: 36px;
  bottom: auto;
  left: auto;
  display: block;
  width: 48px;
  height: 48px;
}
.zoom-control:before {
  content: "";
  background: #ffffff;
  margin: -1px 0 0 -18px;
  display: block;
  width: 36px;
  height: 2px;
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
}
.zoom-control.is-plus:after {
  content: "";
  background: #ffffff;
  margin: -18px 0 0 -1px;
  display: block;
  width: 2px;
  height: 36px;
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
}
.zoom-control.is-minus {
  top: 87px;
}
.map-legend {
  color: #568dc0;
  margin: 4px 0 0;
  white-space: nowrap;
  font-size: 12px;
  line-height: 18px;
}
.map-legend img {
  vertical-align: middle;
  margin: -4px 7px 0 15px;
}
.map-legend img:first-of-type {
  margin-left: 0;
}
.m-cats {
  padding: 63px 0;
  font-size: 0;
  line-height: 0;
}
.m-cats--item {
  color: #568dc0;
  text-decoration: none;
  text-align: center;
  margin: 0 9.33333333% 51px 0;
  display: inline-block;
  vertical-align: top;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  width: 18%;
  height: auto;
}
.m-cats--item:before {
  content: "";
  background: #568dc0;
  margin: 0 0 0 -55px;
  border-radius: 6px;
  opacity: 0;
  transition: 300ms all ease;
  display: block;
  width: 110px;
  height: 6px;
  position: absolute;
  top: 90px;
  right: auto;
  bottom: auto;
  left: 50%;
}
.m-cats--item:nth-child(4n+4) {
  margin-right: 0;
}
.m-cats--item i {
  display: block;
}
.m-cats--item i:nth-child(1) {
  margin: 0 0 30px;
}
.m-cats--item i:nth-child(1).icon-cat1 {
  font-size: 64px;
  line-height: 87px;
}
.m-cats--item i:nth-child(1).icon-cat2 {
  font-size: 55px;
  line-height: 87px;
}
.m-cats--item i:nth-child(1).icon-cat3 {
  font-size: 57px;
  line-height: 87px;
}
.m-cats--item i:nth-child(1).icon-cat4 {
  font-size: 66px;
  line-height: 87px;
}
.m-cats--item i:nth-child(1).icon-cat5 {
  font-size: 67px;
  line-height: 87px;
}
.m-cats--item i:nth-child(1).icon-cat6 {
  font-size: 67px;
  line-height: 87px;
}
.m-cats--item i:nth-child(1).icon-cat7 {
  font-size: 68px;
  line-height: 87px;
}
.m-cats--item i:nth-child(1).icon-cat8 {
  font-size: 69px;
  line-height: 87px;
}
.m-cats--item i:nth-child(1).icon-cat9 {
  font-size: 60px;
  line-height: 87px;
}
.m-cats--item i:nth-child(1).icon-cat10 {
  font-size: 69px;
  line-height: 87px;
}
.m-cats--item i:nth-child(1).icon-cat11 {
  font-size: 72px;
  line-height: 87px;
}
.m-cats--item i:nth-child(1).icon-cat12 {
  font-size: 87px;
  line-height: 87px;
}
.m-cats--item i:nth-child(2) {
  font-size: 12px;
  line-height: 12px;
}
.m-cats--item i:nth-child(2).icon-label7,
.m-cats--item i:nth-child(2).icon-label10 {
  margin: 0 0 -2px;
  font-size: 14px;
  line-height: 14px;
}
.m-cats--item i:nth-child(2).icon-label11 {
  margin: 0 0 -1px;
  font-size: 13px;
  line-height: 13px;
}
.m-cats--item:hover:before {
  opacity: 1;
}
.n-tabs {
  margin: 0 0 19px;
}
.n-tabs--item {
  text-decoration: none;
  color: #568dc0;
  display: block;
  font-size: 18px;
  line-height: 24px;
}
.n-tabs--item.is-active {
  color: #595959;
}
.n-grid {
  padding: 0 0 9px;
}
.n-card {
  color: #595959;
  margin: 0 0 24px;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}
.n-card:before {
  content: "";
  background: #568dc0;
  display: block;
  width: 1px;
  height: auto;
  position: absolute;
  top: 1px;
  right: auto;
  bottom: -1px;
  left: -10px;
}
.n-card--date {
  margin: 0 0 5px;
  font-size: 11px;
  line-height: 16px;
}
.n-card--in {
  overflow: hidden;
  width: auto;
  height: 91px;
}
.n-card--title {
  color: #568dc0;
  text-decoration: none;
  margin: 0 0 1px;
  display: block;
  font-size: 15px;
  line-height: 20px;
}
.n-card--text {
  font-size: 12px;
  line-height: 18px;
}
.n-card--remove {
  color: #568dc0;
  text-decoration: none;
  margin: 18px 0 0;
  display: inline-block;
  vertical-align: top;
}
.n-card--remove i {
  display: block;
  font-size: 18px;
  line-height: 18px;
}
.n-card.to-hide {
  display: none;
}
.n-card.to-hide.is-shown {
  display: block;
}
.n-cats {
  margin: 0 0 4px;
  font-size: 0;
  line-height: 0;
}
.n-cats--item {
  color: #568dc0;
  text-decoration: underline;
  margin: 0 14px 0 0;
  display: inline-block;
  vertical-align: top;
  font-size: 12px;
  line-height: 20px;
}
.n-cats--item:hover {
  text-decoration: none;
}
.n-cats--item.is-active {
  color: #595959;
  text-decoration: none;
}
.n-logotype {
  padding: 71px 0 0;
  color: #568dc0;
  display: inline-block;
  vertical-align: top;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  font-size: 12px;
  line-height: 18px;
}
.n-logotype:before {
  content: '\e920';
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 60px;
  line-height: 60px;
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
}
.n-logotype:hover {
  text-decoration: none;
}
.n-logotype--wrap {
  padding: 75px 0 0;
}
.c-slider {
  padding: 60px 0 0;
  margin: 0 0 40px;
  display: none;
}
.c-slider--in .slide {
  display: none;
}
.c-slider--in .slide:first-of-type {
  display: block;
}
.c-slider--in.slick-initialized .slide {
  display: block;
}
.c-slider--in .slick-arrow {
  background: #568dc0;
  color: #ffffff;
  border-radius: 8px;
  cursor: pointer;
  z-index: 2;
  text-align: center;
  margin: -14px 0 0;
  display: block;
  width: 28px;
  height: 28px;
}
.c-slider--in .slick-arrow i {
  display: block;
  font-size: 14px;
  line-height: 28px;
}
.c-slider--in .slick-arrow.slick-prev {
  padding: 0 2px 0 0;
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 0;
}
.c-slider--in .slick-arrow.slick-next {
  padding: 0 0 0 2px;
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 500px;
}
.c-slider--hide {
  margin: 80px 0 0;
  text-align: center;
  color: #568dc0;
  text-decoration: underline;
  border-top: 1px solid #568dc0;
  padding: 10px 0 17px;
  display: block;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  font-size: 14px;
  line-height: 20px;
}
.c-slider--hide:before {
  margin: 0 0 0 -6px;
  content: '\e91d';
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 16px;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  display: block;
  position: absolute;
  top: auto;
  right: auto;
  bottom: 0;
  left: 50%;
}
.c-slider--hide:hover {
  text-decoration: none;
}
.c-slide {
  width: 1000px;
  height: auto;
  *zoom: 1;
}
.c-slide:after {
  clear: both;
}
.c-slide:before,
.c-slide:after {
  content: " ";
  display: table;
}
.c-slide--photo {
  padding: 0 28px;
  float: left;
  width: 528px;
  height: auto;
}
.c-slide--photo img {
  margin: 0 auto;
  display: block;
  width: auto;
  height: auto;
  max-width: 477px;
  max-height: 560px;
}
.c-slide--info {
  margin: 0 40px 0 0;
  float: right;
  color: #595959;
  width: 310px;
  height: auto;
  font-size: 15px;
  line-height: 19px;
}
.c-slide--info h3 {
  color: #568dc0;
  margin: 0 0 5px;
  text-transform: uppercase;
  display: block;
  font-size: 24px;
  line-height: 27px;
  font-weight: 500;
}
.c-slide--info p {
  margin: 0 0 10px;
}
.c-slide--info p a {
  color: #568dc0;
  text-decoration: underline;
}
.c-slide--info p a:hover {
  text-decoration: none;
}
.c-slide--info p strong {
  margin: 0 0 2px;
  display: block;
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
}
.c-slide--info p.is-price {
  margin: 0 0 40px;
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
}
.r-text {
  color: #595959;
  font-size: 12px;
  line-height: 18px;
}
.r-text p {
  margin: 0 0 15px;
}
.r-text p:last-of-type {
  margin: 0;
}
.r-text p.is-strong {
  margin: 22px 0 15px;
  font-size: 13px;
  line-height: 17px;
  font-weight: 700;
}
.r-text p.is-strong:first-of-type {
  margin-top: 0;
}
.r-text p.is-ingredients {
  margin: 15px 0;
  padding: 0 0 0 27px;
  border-left: 1px solid #568dc0;
  color: #568dc0;
  font-size: 13px;
  line-height: 18px;
}
.r-ingredients {
  margin: -27px 0 20px;
  font-size: 0;
  line-height: 0;
}
.r-ingredients a {
  color: #568dc0;
  text-decoration: underline;
  margin: 0 7px 0 0;
  display: inline-block;
  vertical-align: top;
  font-size: 12px;
  line-height: 18px;
}
.r-ingredients a:hover {
  text-decoration: none;
}
.r-ingredients a.is-active {
  color: #595959;
  text-decoration: none;
  cursor: pointer;
}
.p-pagi {
  list-style: none;
  margin: 0;
  padding: 35px 0 0;
  display: block;
  *zoom: 1;
}
.p-pagi:after {
  clear: both;
}
.p-pagi:before,
.p-pagi:after {
  content: " ";
  display: table;
}
.p-pagi li {
  float: left;
  display: block;
}
.p-pagi a {
  color: #595959;
  text-decoration: none;
  border-radius: 30px;
  text-align: center;
  padding: 2px 0 0;
  display: block;
  width: 30px;
  height: 30px;
  font-size: 14px;
  line-height: 28px;
}
.p-pagi li.is-active a {
  background: #568dc0;
  color: #ffffff;
}
.p-pagi li.is-prev a,
.p-pagi li.is-next a {
  color: #568dc0;
}
.p-pagi li.is-prev a i,
.p-pagi li.is-next a i {
  display: block;
  font-size: 14px;
  line-height: 28px;
}
.p-pagi li.is-prev {
  margin: 0 5px 0 0;
}
.p-pagi li.is-next {
  margin: 0 0 0 5px;
}
.p-pagi li.is-next a i {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.o-rating {
  margin: 50px 0 0;
  padding: 1px 0 0;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}
.o-rating:before {
  content: "";
  background: #568dc0;
  display: block;
  width: 1px;
  height: auto;
  position: absolute;
  top: 1px;
  right: auto;
  bottom: -1px;
  left: -10px;
}
.o-rating--field {
  padding: 0 0 5px 24px;
  font-size: 15px;
  line-height: 21px;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}
.o-rating--field.is-total {
  margin: 21px 0 0;
}
.o-rating--field i {
  text-align: center;
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: -1px;
  right: auto;
  bottom: auto;
  left: 0;
  font-size: 16px;
  line-height: 20px;
}
.o-rating--field i.icon-total {
  font-size: 18px;
  line-height: 20px;
}
.o-rating--field span.is-bar {
  background: url(../img/o-rating--dots.svg) left center repeat-x;
  display: block;
  position: absolute;
  top: 3px;
  right: auto;
  bottom: auto;
  left: 204px;
  width: 132px;
  height: auto;
}
.o-rating--field span.is-bar span {
  background: #568dc0;
  display: block;
  width: auto;
  height: 12px;
  -webkit-box-shadow: 0 0 2px #a7c5df;
  -moz-box-shadow: 0 0 2px #a7c5df;
  box-shadow: 0 0 2px #a7c5df;
}
.o-rating--field span.is-label {
  display: block;
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 342px;
}
.o-rating--remove {
  color: #568dc0;
  text-decoration: none;
  margin: 36px 0 0;
  display: inline-block;
  vertical-align: top;
}
.o-rating--remove i {
  display: block;
  font-size: 18px;
  line-height: 18px;
}
.o-tabs {
  margin: 0 0 16px;
  font-size: 0;
  line-height: 0;
}
.o-tabs--item {
  padding: 0 0 0 24px;
  margin: 0 12px 0 0;
  color: #568dc0;
  text-decoration: none;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  display: inline-block;
  vertical-align: top;
  font-size: 15px;
  line-height: 21px;
}
.o-tabs--item:last-of-type {
  margin: 0;
}
.o-tabs--item:hover,
.o-tabs--item.is-active {
  color: #595959;
}
.o-tabs--item.is-active {
  cursor: default;
}
.o-tabs--item i {
  display: block;
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  font-size: 16px;
  line-height: 19px;
}
.o-tabs--item i.icon-search {
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.o-form {
  padding: 0 0 70px;
}
.o-form input {
  border: 1px solid #cccccc;
  padding: 6px 12px 4px;
  margin: 1px 0 10px;
  font-size: 12px;
  line-height: 25px;
  width: 100%;
  height: 37px;
  display: block;
}
.o-form textarea {
  border: 1px solid #cccccc;
  padding: 6px 12px 4px;
  margin: 0 0 20px;
  font-size: 12px;
  line-height: 25px;
  width: 100%;
  height: 120px;
  display: block;
}
.o-form p {
  margin: 0;
  padding: 12px 0 7px 10px;
  color: #595959;
  font-size: 12px;
  line-height: 18px;
}
.f-review {
  padding: 0 0 5px;
  color: #595959;
}
.f-review + .f-review {
  padding-top: 5px;
}
.f-review--who {
  padding: 0 0 3px;
  font-size: 14px;
  line-height: 18px;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}
.f-review--who a {
  text-decoration: none;
  color: #568dc0;
}
.f-review--who a:hover {
  text-decoration: underline;
}
.f-review--who span {
  font-size: 11px;
  line-height: 18px;
}
.f-review--text {
  padding: 0 0 15px;
}
.f-review--text p,
.f-review--text div {
  margin: 0 0 15px;
  font-size: 12px;
  line-height: 18px;
}
.f-review--text p:last-of-type,
.f-review--text div:last-of-type {
  margin: 0;
}
.f-review.is-answer {
  margin: 0 -30px 0 0;
  padding: 0 0 10px 30px;
}
.f-review.is-answer .f-review--who:before {
  color: #595959;
  display: block;
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: -30px;
  content: '\e90e';
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 15px;
  line-height: 18px;
}
.f-review.is-answer .f-review--text p {
  margin: 0;
}
.p-grid {
  *zoom: 1;
}
.p-grid:after {
  clear: both;
}
.p-grid:before,
.p-grid:after {
  content: " ";
  display: table;
}
.p-card {
  float: left;
  border-radius: 215px;
  margin: 0 84px 27px 0;
  text-align: center;
  color: #ffffff;
  overflow: hidden;
  background: #568dc0;
  text-decoration: none;
  display: block;
  width: 215px;
  height: 215px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}
.p-card:nth-child(3n+3) {
  margin-right: 0;
}
.p-card span.is-bg {
  background-size: cover;
  opacity: 0.3;
  filter: saturate(10%);
  transition: 300ms all ease;
  border-radius: 215px;
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.p-card span.is-title {
  transition: 300ms all ease;
  text-decoration: underline;
  z-index: 2;
  position: absolute;
  top: 50%;
  right: 20px;
  bottom: auto;
  left: 20px;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.p-card:hover span.is-bg {
  opacity: 1;
  filter: none;
}
.p-card:hover span.is-title {
  opacity: 0;
}
.s-points--title {
  margin: 0 0 49px;
  font-size: 18px;
  line-height: 21px;
}
.s-points--stitle {
  margin: 0 0 12px;
  font-size: 15px;
  line-height: 18px;
}
.s-points--field {
  padding: 0 0 0 22px;
  margin: 0 0 9px;
  color: #595959;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  font-size: 13px;
  line-height: 18px;
}
.s-points--field i {
  font-style: normal;
  display: block;
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  font-size: 9px;
  line-height: 18px;
}
.s-points--field + .s-points--stitle {
  margin-top: 20px;
}
.p-slider {
  padding: 0 0 50px;
  margin: 0 0 -30px;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}
.p-slider .slick-dots {
  text-align: center;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: auto;
  right: 0;
  bottom: -50px;
  left: 0;
  font-size: 0;
  line-height: 0;
}
.p-slider .slick-dots li {
  border-radius: 11px;
  border: 1px solid transparent;
  margin: 0 9px;
  cursor: pointer;
  display: inline-block;
  vertical-align: top;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  width: 11px;
  height: 11px;
}
.p-slider .slick-dots li:before {
  content: "";
  background: #568dc0;
  border-radius: 5px;
  display: block;
  width: 5px;
  height: 5px;
  position: absolute;
  top: 2px;
  right: auto;
  bottom: auto;
  left: 2px;
}
.p-slider .slick-dots li button {
  display: none;
}
.p-slider .slick-dots li.slick-active {
  border-color: #568dc0;
}
.p-slide {
  cursor: pointer;
  width: 1000px;
  height: calc(100vh - 82px - 37px - 53px - 120px - 39px);
  min-width: initial;
  min-height: 575px;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}
.p-slide img {
  margin: 0 auto;
  transition: 500ms all ease;
  display: block;
  width: auto;
  height: auto;
  max-width: 920px;
  max-height: 575px;
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.p-slide.slick-center {
  cursor: default;
}
.p-slider--in .p-slide {
  display: none;
}
.p-slider--in .p-slide:first-of-type {
  margin: 0 auto;
  display: block;
}
.p-slider--in.slick-initialized .p-slide {
  margin: 0;
  display: block;
}
.p-slider--in.slick-initialized .p-slide img {
  -webkit-transform: translate(-50%, -50%) scale(0.94, 0.94);
  -moz-transform: translate(-50%, -50%) scale(0.94, 0.94);
  -ms-transform: translate(-50%, -50%) scale(0.94, 0.94);
  -o-transform: translate(-50%, -50%) scale(0.94, 0.94);
  transform: translate(-50%, -50%) scale(0.94, 0.94);
}
.p-slider--in.slick-initialized .p-slide.slick-center img {
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.page.delivery table,
.catalog-info table {
  display: block;
  margin-top: 2em;
  margin-bottom: 2em;
}
.page.delivery table tbody,
.catalog-info table tbody {
  display: block;
}
.page.delivery table tr,
.catalog-info table tr {
  display: flex;
  flex-wrap: wrap;
}
.page.delivery table tr td,
.catalog-info table tr td {
  display: block;
  padding: 0.5em;
  margin: 0.5em;
  border: 1px solid black;
}
.page.delivery table tr td:first-child,
.catalog-info table tr td:first-child {
  flex-basis: calc(30% - 1em);
  flex-grow: 1;
  flex-shrink: 1;
}
.page.delivery table tr td:last-child,
.catalog-info table tr td:last-child {
  flex-basis: calc(60% - 1em);
  flex-grow: 1;
  flex-shrink: 1;
}
.page.delivery table tr td img,
.catalog-info table tr td img {
  width: 50%;
  float: right;
}
