/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */

html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  box-sizing: content-box; /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/**
 * @license
 * MyFonts Webfont Build ID 3080463, 2015-08-25T04:55:14-0400
 * 
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are 
 * explicitly restricted from using the Licensed Webfonts(s).
 * 
 * You may obtain a valid license at the URLs below.
 * 
 * Webfont: PFDinDisplayPro-Bold by Parachute
 * URL: http://www.myfonts.com/fonts/parachute/pf-din-display-pro/bold/
 * 
 * Webfont: PFDinDisplayPro-Italic by Parachute
 * URL: http://www.myfonts.com/fonts/parachute/pf-din-display-pro/italic/
 * 
 * Webfont: PFDinDisplayPro-Regular by Parachute
 * URL: http://www.myfonts.com/fonts/parachute/pf-din-display-pro/regular/
 * 
 * 
 * License: http://www.myfonts.com/viewlicense?type=web&buildid=3080463
 * Licensed pageviews: 500,000
 * Webfonts copyright: Copyright (c) 2002, 2005 Parachute&#x00A8;, www.parachute.gr.  All rights reserved.
 * 
 * © 2015 MyFonts Inc
*/
/* @import must be at top of file, otherwise CSS will not work */
/*@import url("//hello.myfonts.net/count/2f010f");*/

@font-face {
	font-family: 'PF Din Display Pro';
	font-weight: bold;
	font-style: normal;

	src: url('../bundles/krseryogina/styles/webfonts/./2F010F_0_0.eot');
	src: url('../bundles/krseryogina/styles/webfonts/./2F010F_0_0.eot?#iefix') format('embedded-opentype'),
		url('../bundles/krseryogina/styles/webfonts/./2F010F_0_0.woff2') format('woff2'),
		url('../bundles/krseryogina/styles/webfonts/./2F010F_0_0.woff') format('woff'),
		url('../bundles/krseryogina/styles/webfonts/./2F010F_0_0.ttf') format('truetype');
}

@font-face {
	font-family: 'PF Din Display Pro';
	font-weight: normal;
	font-style: italic;

	src: url('../bundles/krseryogina/styles/webfonts/./2F010F_1_0.eot');
	src: url('../bundles/krseryogina/styles/webfonts/./2F010F_1_0.eot?#iefix') format('embedded-opentype'),
		url('../bundles/krseryogina/styles/webfonts/./2F010F_1_0.woff2') format('woff2'),
		url('../bundles/krseryogina/styles/webfonts/./2F010F_1_0.woff') format('woff'),
		url('../bundles/krseryogina/styles/webfonts/./2F010F_1_0.ttf') format('truetype');
}

@font-face {
	font-family: 'PF Din Display Pro';
	font-weight: normal;
	font-style: normal;

	src: url('../bundles/krseryogina/styles/webfonts/./2F010F_2_0.eot');
	src: url('../bundles/krseryogina/styles/webfonts/./2F010F_2_0.eot?#iefix') format('embedded-opentype'),
		url('../bundles/krseryogina/styles/webfonts/./2F010F_2_0.woff2') format('woff2'),
		url('../bundles/krseryogina/styles/webfonts/./2F010F_2_0.woff') format('woff'),
		url('../bundles/krseryogina/styles/webfonts/./2F010F_2_0.ttf') format('truetype');
}
 
@font-face {
  font-family: 'icon';
  src: url('../bundles/krseryogina/styles/fontello/font/icon.eot?45653295');
  src: url('../bundles/krseryogina/styles/fontello/font/icon.eot?45653295#iefix') format('embedded-opentype'),
       url('../bundles/krseryogina/styles/fontello/font/icon.svg?45653295#icon') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'icon';
  src: url('data:application/octet-stream;base64,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') format('woff'),
       url('data:application/octet-stream;base64,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') format('truetype');
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'icon';
    src: url('../font/icon.svg?45653295#icon') format('svg');
  }
}
*/
 
 [class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "icon";
  font-style: normal;
  font-weight: normal;
  speak: none;
 
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
 
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
     
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
 
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
 
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
 
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.icon-instagramm:before { content: '\e800'; } /* '' */
.icon-youtube-play:before { content: '\e801'; } /* '' */
.icon-cart:before { content: '\e802'; } /* '' */
.icon-arr-down:before { content: '\e803'; } /* '' */
.icon-arr-right:before { content: '\e804'; } /* '' */
.icon-comments:before { content: '\e805'; } /* '' */
.icon-gplus:before { content: '\e807'; } /* '' */
.icon-twitter:before { content: '\e808'; } /* '' */
.icon-facebook:before { content: '\e809'; } /* '' */
.icon-vk:before { content: '\e80a'; } /* '' */
.icon-letter:before { content: '\e80b'; } /* '' */
.icon-login:before { content: '\e80c'; } /* '' */
.icon-odnoklassniki:before { content: '\e80d'; } /* '' */
.icon-next:before { content: '\e80e'; } /* '' */
.icon-pointer-next:before { content: '\e80f'; } /* '' */
.icon-pointer-prev:before { content: '\e810'; } /* '' */
.icon-search:before { content: '\e811'; } /* '' */
.icon-star:before { content: '\e812'; } /* '' */
.icon-check:before { content: '\e813'; } /* '' */
.icon-arr-left:before { content: '\e814'; } /* '' */
.icon-pointer-down:before { content: '\e815'; } /* '' */
.icon-trash:before { content: '\e816'; } /* '' */
.icon-scale:before { content: '\e817'; } /* '' */
.icon-cancel:before { content: '\e818'; } /* '' */
.icon-time-add:before { content: '\e819'; } /* '' */
.icon-complexity:before { content: '\e81a'; } /* '' */
.icon-pointer-up:before { content: '\e81b'; } /* '' */
.icon-repeat:before { content: '\e81c'; } /* '' */
.icon-x:before { content: '\e81d'; } /* '' */
.icon-menu:before { content: '\e81e'; } /* '' */
.icon-user:before { content: '\e81f'; } /* '' */
.icon-time:before { content: '\e820'; } /* '' */
.icon-pencil:before { content: '\e821'; } /* '' */
.icon-express-catalog:before { content: '\e822'; } /* '' */
.icon-rouble:before { content: '\e83b'; } /* '' */
/**
 * Swiper 3.1.7
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * 
 * http://www.idangero.us/swiper/
 * 
 * Copyright 2015, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 * 
 * Licensed under MIT
 * 
 * Released on: October 10, 2015
 */
.swiper-container{margin:0 auto;position:relative;overflow:hidden;z-index:1}.swiper-container-no-flexbox .swiper-slide{float:left}.swiper-container-vertical>.swiper-wrapper{-webkit-box-orient:vertical;-moz-box-orient:vertical;-ms-flex-direction:column;-webkit-flex-direction:column;flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-transition-property:-webkit-transform;-moz-transition-property:-moz-transform;-o-transition-property:-o-transform;-ms-transition-property:-ms-transform;transition-property:transform;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-o-transform:translate(0,0);-ms-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.swiper-container-multirow>.swiper-wrapper{-webkit-box-lines:multiple;-moz-box-lines:multiple;-ms-flex-wrap:wrap;-webkit-flex-wrap:wrap;flex-wrap:wrap}.swiper-container-free-mode>.swiper-wrapper{-webkit-transition-timing-function:ease-out;-moz-transition-timing-function:ease-out;-ms-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out;margin:0 auto}.swiper-slide{-webkit-flex-shrink:0;-ms-flex:0 0 auto;flex-shrink:0;width:100%;height:100%;position:relative}.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-wp8-horizontal{-ms-touch-action:pan-y;touch-action:pan-y}.swiper-wp8-vertical{-ms-touch-action:pan-x;touch-action:pan-x}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:27px;height:44px;margin-top:-22px;z-index:10;cursor:pointer;-moz-background-size:27px 44px;-webkit-background-size:27px 44px;background-size:27px 44px;background-position:center;background-repeat:no-repeat}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");left:10px;right:auto}.swiper-button-prev.swiper-button-black,.swiper-container-rtl .swiper-button-next.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}.swiper-button-prev.swiper-button-white,.swiper-container-rtl .swiper-button-next.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");right:10px;left:auto}.swiper-button-next.swiper-button-black,.swiper-container-rtl .swiper-button-prev.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}.swiper-button-next.swiper-button-white,.swiper-container-rtl .swiper-button-prev.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}.swiper-pagination{position:absolute;text-align:center;-webkit-transition:.3s;-moz-transition:.3s;-o-transition:.3s;transition:.3s;-webkit-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-bullet{width:8px;height:8px;display:inline-block;border-radius:100%;background:#000;opacity:.2}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-moz-appearance:none;-ms-appearance:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-white .swiper-pagination-bullet{background:#fff}.swiper-pagination-bullet-active{opacity:1;background:#007aff}.swiper-pagination-white .swiper-pagination-bullet-active{background:#fff}.swiper-pagination-black .swiper-pagination-bullet-active{background:#000}.swiper-container-vertical>.swiper-pagination{right:10px;top:50%;-webkit-transform:translate3d(0,-50%,0);-moz-transform:translate3d(0,-50%,0);-o-transform:translate(0,-50%);-ms-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0)}.swiper-container-vertical>.swiper-pagination .swiper-pagination-bullet{margin:5px 0;display:block}.swiper-container-horizontal>.swiper-pagination{bottom:10px;left:0;width:100%}.swiper-container-horizontal>.swiper-pagination .swiper-pagination-bullet{margin:0 5px}.swiper-container-3d{-webkit-perspective:1200px;-moz-perspective:1200px;-o-perspective:1200px;perspective:1200px}.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper{-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;-ms-transform-style:preserve-3d;transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-container-3d .swiper-slide-shadow-left{background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-moz-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-right{background-image:-webkit-gradient(linear,right top,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-moz-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-top{background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-moz-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-moz-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-coverflow .swiper-wrapper{-ms-perspective:1200px}.swiper-container-fade.swiper-container-free-mode .swiper-slide{-webkit-transition-timing-function:ease-out;-moz-transition-timing-function:ease-out;-ms-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out}.swiper-container-fade .swiper-slide{pointer-events:none}.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube{overflow:visible}.swiper-container-cube .swiper-slide{pointer-events:none;visibility:hidden;-webkit-transform-origin:0 0;-moz-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;backface-visibility:hidden;width:100%;height:100%;z-index:1}.swiper-container-cube.swiper-container-rtl .swiper-slide{-webkit-transform-origin:100% 0;-moz-transform-origin:100% 0;-ms-transform-origin:100% 0;transform-origin:100% 0}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0;width:100%;height:100%;background:#000;opacity:.6;-webkit-filter:blur(50px);filter:blur(50px);z-index:0}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-container-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-container-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;-webkit-transform-origin:50%;-moz-transform-origin:50%;transform-origin:50%;-webkit-animation:swiper-preloader-spin 1s steps(12,end) infinite;-moz-animation:swiper-preloader-spin 1s steps(12,end) infinite;animation:swiper-preloader-spin 1s steps(12,end) infinite}.swiper-lazy-preloader:after{display:block;content:"";width:100%;height:100%;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");background-position:50%;-webkit-background-size:100%;background-size:100%;background-repeat:no-repeat}.swiper-lazy-preloader-white:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")}@-webkit-keyframes swiper-preloader-spin{100%{-webkit-transform:rotate(360deg)}}@keyframes swiper-preloader-spin{100%{transform:rotate(360deg)}}
[class^="icon-"]:before, [class*=" icon-"]:before {
	width: auto;
	margin: 0;

	-webkit-font-smoothing: antialiased;
}

.width-fix {
	max-width: 1150px;
	/*min-width: 740px;*/
	margin: 0 auto;
	padding: 0 10px;
}

.clearfix:before,
.clearfix:after {
	display: table;

	content: " ";
}

.clearfix:after {
	clear: both;
}

.color--red {
	color: #B33E25;
}

.btn.color--red {
	color: #B33E25 !important;
}

.pull-right {
	float: right;
}

.dashed--inner {
	text-decoration: none;
}

.dashed {
	transition: border-color 0.05s;
	text-decoration: none;

	border-bottom: dashed 1px currentColor;
}

.link--gray {
	color: #999;
}

.dashed--gray {
	color: #999;
	border-color: #999;
}

.dashed:hover, .dashed.active, .dashed.active .dashed, .dashed--inner:hover .dashed  {
	border-color: transparent !important;
}

.btn {
	display: inline-block;

	box-sizing: border-box;
	height: 40px;
	padding: 0 15px 0;

	cursor: pointer;
	transition: background 0.15s ease, color 0.15s ease;
	vertical-align: middle;
	text-decoration: none;
	text-transform: uppercase;

	color: #6DAACC;
	border: solid 2px #6DAACC;
	border-radius: 5px;
	outline: none;
	background: transparent;

	font-family: 'PF Din Display Pro', sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 36px;

	text-align: center;

	-webkit-font-smoothing: antialiased;
}

.btn:hover {
	color: #fff;
	background: #6DAACC;
}

.btn:active {
	padding: 0 17px;

	border-width: 0;
	box-shadow: inset 0 2px 0 0 rgba(0,0,0,.2);

	line-height: 44px;
}

.btn[disabled], .btn.disabled {
	cursor: default;

	color: #EAEAEA !important;
	border-color: #EAEAEA !important;
	background: #fff !important;
	box-shadow: none !important;
}

.btn--fill {
	color: #fff !important;
	background: #6DAACC;
}

.btn--green {
	color: #669A39;
	border-color: #669A39;
}

.btn--green:hover, .btn--green.btn--fill {
	background: #669A39;
}


.btn.btn--small {
	height: 30px;
	padding: 0 10px !important;

	border-width: 1px;

	font-size: 12px;
	line-height: 28px !important;
}

/*.btn--small:not([disabled]):not(.disabled):active {*/
	/*padding: 9px 16px;*/
/*}*/

/*.btn.btn--transparent {*/
	/*background: none !important;*/
/*}*/

.btn--simple {
	display: inline-block;

	padding: 0 15px !important;

	text-decoration: none;
	text-transform: none;
	/*color: #606771;*/

	border-width: 1px !important;
	border-radius: 5px;
	box-shadow: none !important;

	font-weight: normal;
	line-height: 38px;
}

.btn--simple span.icon-arr-right {
	position: relative;
	right: 0;

	margin-left: 10px;

	transition: right 0.15s;

	font-size: 12px;
}

.btn--simple:hover {
	color: #B33E25;
	/*background: transparent;*/
}

.btn--simple:hover span.icon-arr-right {
	right: -5px;
}

.btn--simple:active {
	box-shadow: none;

	line-height: 42px;
}

.btn.btn--gray {
	color: #999;
	border-color: #999;
	background: transparent;
}

.btn--simple.btn--gray:hover {
	color: #B33E25;
}

.btn--full-width {
	width: 100%;
}

.btn__icon {
	display: inline-block;
	/*margin-top: -3px;*/

	margin-left: 5px;
	vertical-align: top;

	font-size: 18px;
}

.btn--next {
	position: relative;
	text-align: left !important;
}

.btn--next .icon-pointer-next {
	position: absolute;
	top: 0;
	right: 15px;
}

.btn--basic-font {
	font-weight: normal;
	text-transform: none;
}

.text-input[disabled] {
	background: #fafafa;
}

.text-input {
	box-sizing: border-box;
	padding: 11px 10px 10px;

	transition: border-color 0.15s;

	color: #606771;
	border: solid 1px #999;
	border-radius: 5px;
	outline: none;

	font-size: 14px;
}

.text-input:focus {
	border-color: #6DAACC;
}

.text-input.input-cart-error:focus {
	border-color: #B33E25;
}

.text-input--text-center {
	text-align: center;
}

.text-input--fill {
	width: 100%;
}

.favorite-btn {
	padding: 0;

	transition: color 0.15s;

	color: #AEAEAE;
	border: 0;
	background: none;

	font-size: 20px;
}

.favorite-btn:hover, .favorite-btn.active {
	color: #B33E25;
}

.rating-view {
	color: #EAEAEA;

	font-size: 10px;
}

.rating-view .active {
	color: #FFCC00;
}

.voter--can-vote .rating-view--item {
	cursor: pointer;
}

.difficult-view {

}

.difficult-view span {
	display: inline-block;

	width: 11px;
	height: 11px;
	margin: 0 1px;

	border-radius: 50%;
	background: #EAEAEA;
}

.difficult-view span.active {
	background: #999;
}

.inline {
	display: inline;
}

.comments-link {
	text-decoration: none;
}

.comments-link .icon-comments {
	margin-left: 5px;

	vertical-align: middle;

	font-size: 19px;
}

.comments-link--none {
	color: #EAEAEA;
}

.hidden-check {
	position: absolute;

	opacity: 0;
}

.tag {
	display: inline-block;

	margin-bottom: 8px;
	padding: 3px 10px 4px;

	transition: border-color 0.15s ease, color 0.15s ease, background-color 0.15s ease;
	text-decoration: none;

	color: #999;
	border: solid 1px #EAEAEA;
	border-radius: 5px;

	font-size: 0.8571em;
	line-height: 1;
}

.tag:hover {
	color: #6DAACC;
	border-color: #6DAACC;
}

.tag.active {
	color: #fff;
	border-color: #6DAACC;
	background-color: #6DAACC;
}

.bubble {
	position: relative;

	padding: 6px 14px;

	border: solid 1px #EAEAEA;
	border-radius: 5px;
}

.bubble:after {
	position: absolute;
	left: 50%;

	width: 14px;
	height: 16px;
	margin-left: -5px;

	content: "";

	background-size: cover;
}

.bubble--up:after {
	top: 100%;

	background-image: url("../bundles/krseryogina/images/tail-b.png");
}

.custom-checkbox {
	position: relative;

	display: inline-block;

	margin-right: 5px;

	cursor: pointer;
	vertical-align: middle;
}

.custom-checkbox input {
	position: absolute;

	cursor: pointer;

	opacity: 0;
}

.custom-checkbox__view {
	display: inline-block;

	width: 14px;
	height: 14px;

	border: solid 1px #EAEAEA;
	border-radius: 3px;
}

.custom-checkbox input:focus + .custom-checkbox__view {
	border-color: #6DAACC;
}


.custom-checkbox__view .icon-check {
	position: absolute;
	top: 0;
	right: 0;

	transition: opacity 0.15s, right 0.15s;

	opacity: 0;
	color: #669A39;

	font-size: 11px;
	line-height: 15px;
}

.custom-checkbox input:checked + .custom-checkbox__view .icon-check {
	right: -4px;

	opacity: 1;
}

.hinted {
	position: relative;

	overflow: hidden;

	margin-bottom: 10px !important;
}

.hinted:after {
	position: absolute;
	bottom: 0;
	left: 0;

	width: 100%;
	height: 66px;

	content: "";
	transition: bottom 0.6s ease;
	pointer-events: none;

	background: url("../bundles/krseryogina/images/text-hint.png");

}

.hinted.hinted-expanded:after {
	bottom: -66px;
}

.action-badge {
	display: inline-block;

	margin-left: 25px;
	padding: 4px 6px 5px;

	vertical-align: 4px;

	color: #fff;
	border-radius: 5px;
	background: #6DAACC;

	font-size: 0.8571em;
	line-height: 1;

}

.action-badge[data-popup-ordinal], .action-badge.clickable {
	cursor: pointer;

}

.qty-input {
	width: 55px;
}

.color--orange {
	color: #EC901B;
}

.dashed.color--orange, .color--orange .dashed {
	border-color: #EC901B;
}

.custom-select {
	position: relative;

	display: inline-block;

	box-sizing: border-box;
	padding: 10px 40px 11px 12px;

	border: solid 1px #AEAEAE;
	border-radius: 5px;
}

.custom-select_selected {

}

.custom-select__trigger {
	position: absolute;
	top: 50%;
	right: 12px;

	margin-top: -6px;

	line-height: 1;
}

.custom-select select {
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;

	width: 100%;
	height: 100%;

	cursor: pointer;

	opacity: 0;
	border: 0;
}

.btn-later {
	height: 30px;
	padding: 5px 10px;

	transition: color 0.15s ease, border-color 0.15s ease;

	color: #999;
	border: solid 1px #EAEAEA;
	border-radius: 5px;
	outline: none;
	background: transparent;

	font-size: 12px;
}

.btn-later:hover {
	color: #B33E25;
	border-color: #999;
}


.btn-icon {
	padding: 0;

	cursor: pointer;

	border: 0;
	outline: none;
	background: none;
}

.link--nu {
	text-decoration: none;
}

.link--external {
	padding-right: 25px;

	background: url("../bundles/krseryogina/images/external.png") no-repeat right center;
}

.link--inherit-color {
	color: inherit;
}

.link--inherit-color.dashed, .link--inherit-color .dashed {
	border-color: #606771;
}

.popup {
	display: none;

	margin: 20px;
	padding: 25px;

	border-radius: 5px;
	background: #fff;
	max-width: 100%;
}

.popup--fade-scale {
	-webkit-transform: scale(0.8);
	    -ms-transform: scale(0.8);
	        transform: scale(0.8);
}

.popup_visible .popup--fade-scale {
	-webkit-transform: scale(1);
	    -ms-transform: scale(1);
	        transform: scale(1);
}

.popup--rise {
	-webkit-transform: translate(0, 50px);
	    -ms-transform: translate(0, 50px);
	        transform: translate(0, 50px);
}

.popup_visible .popup--rise {
	-webkit-transform: translate(0, 0);
	    -ms-transform: translate(0, 0);
	        transform: translate(0, 0);
}

.popup-close {
	position: absolute;
	top: -10px;
	right: -28px;

	color: #fff;
	outline: none;

	font-size: 24px;
	line-height: 1;
}

.popover {
	position: relative;

	display: none;

	max-width: 230px;
	margin: 22px 10px 15px;
	padding: 18px 14px;

	border: 1px solid #EAEAEA;
	border-radius: 5px;
	background: #fff;
	box-shadow: 0 5px 10px 0 rgba(0,0,0,0.25);
}

.popover:before {
	position: absolute;
	z-index: 2;
	top: -20px;
	left: 50%;

	width: 0;
	height: 0;
	margin-left: -10px;

	content: "";

	border: solid 10px;
	border-color: transparent #fff #fff transparent;
}

.popover:after {
	position: absolute;
	z-index: 1;
	top: -22px;
	left: 50%;

	width: 0;
	height: 0;
	margin-left: -11px;

	content: "";

	border: solid 11px;
	border-color: transparent #EAEAEA #EAEAEA transparent;
}

.block-label {
	display: block;

	margin-bottom: 10px;
	margin-left: 5px;

	text-transform: uppercase;

	font-size: 0.8571em;
	font-weight: bold;
}

.form-row {
	margin-bottom: 27px;
}

.form-row.form-row--profile {
	margin-bottom: 20px;
}

.form-row.form-row--profile .form-error {
	padding-right: 10px;
}

.form-submit {
	text-align: center;
}

.form-submit__addition {
	margin-top: 8px;
}

.srg-tab-content {
	position: absolute;

	visibility: hidden;

	min-width: 100%;

	transition: all 0.2s;
	-webkit-transform: translate(0, -50px);
	    -ms-transform: translate(0, -50px);
	        transform: translate(0, -50px);

	opacity: 0;
	background: #fff;
}

.srg-tab-content.visible {
	position: relative;
	z-index: 2;

	visibility: visible;

	-webkit-transform: translate(0, 0);
	    -ms-transform: translate(0, 0);
	        transform: translate(0, 0);

	opacity: 1;
}

.srg-tab-content--transition-simple {
	-webkit-transform: none !important;
	    -ms-transform: none !important;
	        transform: none !important;
}

.ingredient-link {
	text-decoration: none;

	color: #669A39;
}

.ingredient-link:hover {
	text-decoration: underline;
}

.check-list-label {
	margin-bottom: 15px;

	font-weight: bold;
}

.check-list-group {
	margin-bottom: 30px;
}

.check-list-group:last-of-type {
	margin-bottom: 0;
}

.check-list {
	margin: 0;
	padding: 0;

	list-style: none;
}

.check-list li {
	margin-bottom: 8px;
}

.check-list li:last-child {
	margin-bottom: 0;
}

.gray-label {
	display: block;

	color: #999;
}

span.gray-label {
	display: inline;
}

.ghost-input {
	box-sizing: border-box;
	width: 100%;
	margin-left: -10px;
	padding: 7px 10px;

	transition: border-color 0.15s ease;

	border: solid 1px transparent;
	border-radius: 5px;
	outline: none;
	background: transparent;
}

.ghost-input.error {
	border-color: #B33E25 !important;
}

.ghost-input:hover {
	border-color: #EAEAEA;
}

.ghost-input:focus {
	border-color: #6DAACC;
}

.popup-title {
	margin: 0 0 30px;

	text-align: center;

	font-size: 2.2857em;
	font-weight: normal;
}

.text-color--green {
	color: #669A39;
}

.text-color--orange {
	color: #EC901B !important;
}

.text-color--red, .required {
	color: #B33E25;
}

.custom-radio {
	position: relative;

	display: inline-block;

	margin-right: 5px;

	cursor: pointer;
	vertical-align: middle;
}

.custom-radio input {
	position: absolute;

	cursor: pointer;

	opacity: 0;
}

.custom-radio__view {
	display: inline-block;

	width: 14px;
	height: 14px;

	border: solid 1px #EAEAEA;
	border-radius: 50%;
}

.custom-radio input:focus + .custom-radio__view {
	border-color: #6DAACC;
}


.custom-radio__view .custom-radio__check {
	position: absolute;
	top: 4px;
	left: 4px;

	width: 8px;
	height: 8px;

	transition: opacity 0.15s ease, -webkit-transform 0.15s ease;
	transition: opacity 0.15s ease, transform 0.15s ease;
	-webkit-transform: scale(0);
	    -ms-transform: scale(0);
	        transform: scale(0);

	opacity: 0;
	border-radius: 50%;
	background: #669A39;
}

.custom-radio input:checked + .custom-radio__view .custom-radio__check {
	-webkit-transform: scale(1);
	    -ms-transform: scale(1);
	        transform: scale(1);

	opacity: 1;
}

.uppercase {
	text-transform: uppercase;
}

.go-to-top {
	position: fixed;
	z-index: 100;
	bottom: 10px;
	left: 20px;

	padding-right: 13px !important;
	padding-left: 13px !important;

	transition: opacity 0.15s ease;

	opacity: 0;
	background: #fff !important;

	font-size: 12px;
}

.go-to-top.visible {
	opacity: 1;
}

.help {
	display: inline-block;

	box-sizing: border-box;
	width: 16px;
	padding: 1px 0;

	text-align: center;

	color: #6DAACC;
	border: solid 1px #6DAACC;
	border-radius: 50%;

	font-size: 12px;
	font-weight: bold;
	line-height: 1;
}

.special-conditions-fragile {
	color: #EC901B;
}

.verifiable-input {
	position: relative;

	display: inline-block;
}

.verifiable-input:after {
	position: absolute;
	top: 50%;
	right: 10px;

	visibility: hidden;

	margin-top: -8px;

	content: "";
	transition: opacity 0.15s ease, -webkit-transform 0.15s ease;
	transition: opacity 0.15s ease, transform 0.15s ease;
	-webkit-transform: scale(0);
	    -ms-transform: scale(0);
	        transform: scale(0);

	opacity: 0;
	color: #669A39;

	font-family: "icon";
	font-size: 16px;

	-webkit-font-smoothing: antialiased;
}

.verifiable-input.verifiable-input--ok:after {
	visibility: visible;

	content: '\e813';
	-webkit-transform: scale(1);
	    -ms-transform: scale(1);
	        transform: scale(1);

	opacity: 1;
}

.form-error {
	color: red;
}

.text-input.error {
	border-color: #B33E25;
}

.form-error {
	color: #B33E25;
	font-size: 1em;
	margin-top: 5px;
}

.form-row__error {
	text-align: right;
}

.form-success {
	color: #669A39;
	font-size: 1em;
	margin-top: 5px;
}

.form-success-separated {
	font-size: 1.7em;
	color: #606771;
	font-weight: 400;
	text-align: center;
	margin: 40px 0;
}

.btn-link-pretend {
	background: none;
	cursor: pointer;
	color: #6DAACC;
	padding: 0;
	border: none;
	outline: none;
}

.fb-color, .fb-color--hover:hover {
	color: #3b5998;
}

.fb-bg, .facebook-bg {
	background: #3b5998;
}

.twitter-color, .twitter-color--hover:hover {
	color: #00aced;
}

.twitter-bg {
	background: #00aced;
}

.gp-color, .gp-color--hover:hover {
	color: #dd4b39;
}

.gp-bg, .gplus-bg {
	background: #dd4b39;
}

.vk-color, .vk-color--hover:hover {
	color: #45668e;
}

.vk-bg, .vkontakte-bg {
	background: #45668e;
}

.ok-color, .ok-color--hover:hover {
	color: #f2720c;
}

.ok-bg, .odnoklassniki-bg {
	background: #f2720c;
}


.spinner {
	margin: 0 auto;
	width: 70px;
	text-align: center;
	line-height: 0;
}

.spinner > div {
	width: 18px;
	height: 18px;
	background-color: #E53D11;

	border-radius: 100%;
	display: inline-block;
	-webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
	animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
	-webkit-animation-delay: -0.32s;
	animation-delay: -0.32s;
}

.spinner .bounce2 {
	-webkit-animation-delay: -0.16s;
	animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
	0%, 80%, 100% { -webkit-transform: scale(0.4) }
	40% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bouncedelay {
	0%, 80%, 100% {
		-webkit-transform: scale(0.4);
		transform: scale(0.4);
	} 40% {
		  -webkit-transform: scale(1.0);
		  transform: scale(1.0);
	  }
}

.overlay-spinner {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255, 0.5);
	z-index: 10;
}

.overlay-spinner .spinner {
	position: absolute;
	top: 50%;
	margin-top: -9px;
	width: 100%;
}

.overlay-spinner.overlay-spinner--scrollable .spinner {
	position: static;
	/*margin: 0;*/
}

@-webkit-keyframes addLoading {
	0%   { opacity: 0.3; }
	50%	 { opacity: 2 }
	100% { opacity: 0.3; }
}
@-moz-keyframes addLoading {
	0%   { opacity: 0.3; }
	50%	 { opacity: 2 }
	100% { opacity: 0.3; }
}
@-o-keyframes addLoading {
	0%   { opacity: 0.3; }
	50%	 { opacity: 2 }
	100% { opacity: 0.3; }
}
@keyframes addLoading {
	0%   { opacity: 0.3; }
	50%	 { opacity: 2 }
	100% { opacity: 0.3; }
}

.add-animation {
	-webkit-animation: addLoading 1s infinite;
	-moz-animation:    addLoading 1s infinite;
	-o-animation:      addLoading 1s infinite;
	animation:         addLoading 1s infinite;
}

.grayscale {
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray; /* IE 6-9 */
}
.grid-row:before,
.grid-row:after {
	display: table;

	content: " ";
}

.grid-row:after {
	clear: both;
}

.grid-collapse .col {
	margin-right: 0 !important;
	margin-left: 0 !important;
}

.col {
	display: block;
	float:left;

	/*margin-right: 1.6%*/
}

.col:last-child {
	margin-right: 0;
}

.col + .col {
	margin-left: 1.6%;
}

.col--4-of-4 {
	width: 100%;
}
.col--3-of-4 {
	width: 74.6%;
}
.col--2-of-4 {
	width: 49.2%;
}
.col--1-of-4 {
	width: 23.8%;
}

.col--1d5-of-4 {
	width: 36.5%;
}

.col--3-of-3 {
	width: 100%;
}

.col--2-of-3 {
	width: 66.13%;
}

.col--1-of-3 {
	width: 32.26%;
}

.col--2-of-2 {
	width: 100%;
}
.col--1-of-2 {
	width: 49.2%;
}

.col--6-of-6 {
	width: 100%;
}

.col--5-of-6 {
	width: 83.06%;
}

.col--4-of-6 {
	width: 66.13%;
}

.col--3-of-6 {
	width: 49.2%;
}

.col--2-of-6 {
	width: 32.26%;
}

.col--1-of-6 {
	width: 15.33%;
}

.grid-row--flex {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.grid-row--flex .col {
	-webkit-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
}

.col.col--pull-right {
	float: right;
}

.col--4-of-4--collapse {
	width: 100%;
}
.col--3-of-4--collapse {
	width: 75%;
}
.col--2-of-4--collapse {
	width: 50%;
}
.col--1-of-4--collapse {
	width: 25%;
}

.col--3-of-3--collapse {
	width: 100%;
}

.col--2-of-3--collapse {
	width: 66.66%;
}

.col--1-of-3--collapse {
	width: 33.33%;
}

.col--2-of-2--collapse {
	width: 100%;
}

.col--1-of-2--collapse {
	width: 50%;
}

.col--6-of-6--collapse {
	width: 100%;
}

.col--5-of-6--collapse {
	width: 83.33%;
}

.col--4-of-6--collapse {
	width: 66.66%;
}

.col--3-of-6--collapse {
	width: 50%;
}

.col--2-of-6--collapse {
	width: 33.33%;
}

.col--1-of-6--collapse {
	width: 16.66%;
	margin-right: 0 !important;
	margin-left: 0 !important;
}

.col--5-of-5 {
	width: 100%;
}
.col--4-of-5 {
	width: 79.68%;
}
.col--3-of-5 {
	width: 59.36%;
}
.col--2-of-5 {
	width: 39.04%;
}
.col--1-of-5 {
	width: 18.72%;
}

.col--5-of-5--collapse {
	width: 100%;
}
.col--4-of-5--collapse {
	width: 80%;
}
.col--3-of-5--collapse {
	width: 60%;
}
.col--2-of-5--collapse {
	width: 40%;
}
.col--1-of-5--collapse {
	width: 20%;
}



@media all and (max-width: 1399px) {
	.col--override-to--1-of-3.for-1024 {
		width: 32.26%;
	}

	.col--override-to--1-of-3--collapse.for-1024 {
		width: 33.33%;
	}

	.col--override-to--1-of-4--collapse.for-1024 {
		width: 25%;
	}

	.col--override-to--1-of-4.for-1024 {
		width: 23.8%;
	}

	/*.col--override-to--1-of-2--collapse.for-1024 {*/
		/*width: 50%;*/
	/*}*/
}

@media all and (max-width: 1399px) {
	.grid-row .col--override-to--1-of-4.for-1024:nth-child(5), .grid-row .col--override-to--1-of-4.for-1024:nth-child(6n) {
		margin-left: 0;
	}
}

@media all and (max-width: 1023px) {
	.col--override-to--1-of-3--collapse.for-768 {
		width: 33.33%;
	}

	.col--override-to--1-of-3.for-768 {
		width: 32.26%;
	}

	.col--override-to--2-of-3.for-768 {
		width: 66.13%;
	}

	.col--override-to--1-of-2--collapse.for-768 {
		width: 50%;
		margin-left: 0;
	}

	.col--override-to--1-of-2.for-768 {
		width: 49.2%;
	}

	.grid-row .col--override-to--1-of-2:nth-child(3) {
		margin-left: 0;
	}

	.grid-row .col--override-to--1-of-4.for-1024:nth-child(4) {
		margin-left: 0;
	}

}

@media all and (max-width: 767px) {
	.col--override-to--1-of-2--collapse.for-premobile {
		width: 50%;
	}
}

@media all and (max-width: 767px) {
	.col {
		float: none !important;

		width: auto !important;
		margin-left: 0 !important;
	}
	
	.grid-row--flex {
		display: block;
	}
}

html.popup_visible.tablets-fix {
	overflow: hidden;
	height: 100%;
}

html.popup_visible.tablets-fix body {
	height: 100%;
}

body {
	color: #606771;
	background: #fff;

	font-family: "PF Din Display Pro", "PT Sans", sans-serif;
	font-size: 87%;
	-webkit-font-smoothing: antialiased;
}

a {
	transition: color 0.15s ease;

	color: #6DAACC;
}

a:hover {
	text-decoration: none;

	color: #B33E25;
}

.link-gray {
	color: #999;
}

.site-header {
	margin-bottom: 20px;
	padding: 75px 20px 0;
}

.header-fixed {
	position: fixed;
	z-index: 100;
	top: 0;
	left: 0;

	width: 100%;

	background: #fff;
	box-shadow: 0 0 3px 4px #fff;

	font-size: 0.8571em;
	/*padding-bottom: 10px;*/
}

.header-fixed__wrap {
	padding: 10px 20px;

	border-top: solid 2px #6DAACC;
}

.header-fixed a {
	text-decoration: none;
}


.header-login--mobile {
	display: inline-block;
	vertical-align: middle;
	font-size: 1.2em;
}

.cabinet-link {
	color: inherit;
}

.login-link-wrap {
	margin-left: 25px;
	display: inline-block;
	vertical-align: middle;
}

.logout-link {
	color: #EAEAEA;
	margin-left: 32px;
	text-decoration: none;
}

.header-icon {
	margin-right: 14px;

	font-size: 15px;
}

.header-icon.icon-cart {
	position: relative;
}

.header-icon.icon-cart:after {
	content: attr(data-quantity);
	position: absolute;
	left: 7px;
	top: -6px;
	font-size: 10px;
	color: #999;
	min-width: 10px;
	text-align: center;
}

.mobile-header__menu__item .header-icon {
	font-size: inherit;
}

.mobile-header__menu__item .header-icon.icon-cart:after {
	font-size: 12px;
	left: 14px;
	top: -8px;
}

.header-top__right-menu {

}

.cart-link.filled {
	color: #669A39;
}

.header-top__right-menu .header-top__right-menu__item {
	margin-left: 40px;
}

.header-top__right-menu .btn {
	margin-left: 20px;
}

.logo {
	float: left;

	margin-right: 50px;

	line-height: 1;
}

.logo-wrap {
	display: inline-block;
	vertical-align: -16px;
}



.logo a {
	text-decoration: none;
}

.logo-img {
	width: 150px;
	height: 25px;
}

.logo__founded {
	display: block;

	letter-spacing: 0.15em;

	color: #EC901B;

	font-size: 12px;
}

.header-menu {

}

.header-menu ul {
	margin: 0;
	padding: 0;

	list-style: none;
}

.header-menu__item {
	position: relative;

	display: inline-block;

	margin-right: 45px;
	height: 39px;
}

.header-menu__item-link {
	position: relative;

	text-decoration: none;

	font-size: 2.1428em;
	line-height: 1;

	height: 31px;

	display: inline-block;
}

.header-menu__item-link.dashed {
	border-width: 2px;
}

.header-menu__item .icon-search {
	font-size: 21px;
}

.header-menu__item-link:after {
	position: absolute;
	z-index: 11;
	/*top: 100%;*/
	bottom: -34px;
	left: 50%;

	display: none;

	width: 13px;
	height: 17px;
	/*margin-top: 18px;*/
	margin-left: -13px;

	content: "";
	transition: opacity 0.15s;

	opacity: 0;
	background: url("../bundles/krseryogina/images/submenu-tail.png");
	background-size: cover;
}

.header-menu__item-link.active {
	color: inherit;
}

.header-menu__item-link.active:after {
	display: block;

	opacity: 1;
}

.header-phone {
	text-align: right;

	line-height: 1;
}

.header-phone a {
	text-decoration: none;
}

.global-phone {
	font-size: 2.1428em;
}

.subscribe-to-blog {
	position: absolute;
	z-index: 101;
	bottom: 100%;
	left: -20px;

	margin-bottom: 32px;

	white-space: nowrap;
	text-decoration: none;

	color: #606771;
	background: #fff;

	font-size: 0.8571em;
	outline: none !important;
}

.subscribe-to-blog .icon-letter {
	margin-right: 5px;

	vertical-align: middle;

	font-size: 16px;
}

/*.submenu-switcher:hover .submenu-wrap {*/
	/*max-height: 70px;*/
/*}*/

.submenu-switcher .header-menu + .clearfix {
	max-height: 7px;
}

.submenu-wrap {

	/*max-height: 2px;*/
	margin: 24px -20px 0;

	/*transition: max-height 0.5s ease;*/
}

.submenu-wrap.visible {
	max-height: none;
}

.header-submenu {
	position: relative;

	border: solid 2px #6DAACC;
	border-radius: 5px;
	background: #fff;
	z-index: 10;

}

.menu-slider {
	min-width: 670px;
	box-sizing: border-box;

}

.menu-slider--fullwidth {
	width: 100%;
}

.menu-slider-wrap {
	overflow: hidden;
	position: relative;
	border-radius: 5px;
	/*text-align: center;*/
}

.menu-slider-centroid {
	display: flex;
	/*justify-content: center;*/
}

.submenu-slider-control {
	font-size: 32px;
	line-height: 28px;
	position: absolute;
	top: 0;
	width: 50px;
	height: 100%;
	text-align: center;
	z-index: 5;
	cursor: pointer;
	background: #fff;

	/*display: none;*/
	border-radius: 5px;
}

.submenu-slider-control.swiper-button-disabled {
	display: none;
}

.submenu-prev {
	left: 0;
	box-shadow: 10px 0 5px 5px #fff;
}

.submenu-next {
	right: 0;
	box-shadow: -10px 0 5px 5px #fff;
}

.header-submenu-list {
	/*display: -webkit-flex;*/
	/*display: -ms-flexbox;*/
	/*display: flex;*/

	height: 46px;

	border-radius: 5px;
	max-width: 100%;

	/*-webkit-justify-content: flex-start;*/
	    /*-ms-flex-pack: start;*/
	        /*justify-content: flex-start;*/
	/*-webkit-align-items: center;*/
	    /*-ms-flex-align: center;*/
	        /*align-items: center;*/
}

.header-submenu-list--centered {
	text-align: center;
}

.header-submenu-list .swiper-wrapper {
	height: 46px;
	align-items: center;
}

.header-submenu__item {
	float: left;

	box-sizing: border-box;
	width: auto;
	height: auto !important;
	padding: 0 29px 0 0 ;
	/*text-align: center;*/

	text-decoration: none;

	color: #3D3D3D;

	font-size: 1em;
	font-weight: bold;
	line-height: 1;

	/*flex-basis: 110px;*/
	flex-grow: 1;
	/*flex: 1 2 150px;*/

}

.swiper-wrapper .header-submenu__item:first-of-type {
	margin-left: 20px;
}

.swiper-wrapper .header-submenu__item:last-of-type {
	margin-right: 20px;
	padding-right: 0;
}


.header-submenu__item:first-letter {
	text-transform: uppercase;
}
.header-submenu__item.active {
	color: #B33E25;
}

.header-subsubmenu-wrap {
	position: absolute;
	left: -2px;
	top: 100%;
	box-sizing: border-box;

	border-top: 0;
	right: -2px;
	margin-top: -2px;
	padding-top: 2px;
	z-index: 10;
	display: block !important;
}

.header-subsubmenu-holder {
	display: none;
	position: absolute;
	width: 100%;
}

.header-subsubmenu {
	position: relative;
	border-left: solid 2px #6DAACC;
	border-right: solid 2px #6DAACC;
	border-bottom: solid 2px #6DAACC;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	background: #fff;
	border-top: solid 1px #EAEAEA;
	/*columns: 1;*/
	display: inline-flex;
	flex-direction: column;
	flex-wrap: wrap;
	max-height: 350px;
	box-sizing: border-box;
	padding: 5px 0;
	/*padding-bottom: 15px;*/
}

.header-subsubmenu--two-columns {
	columns: 2;
}

.header-subsubmenu--threecolumns {
	columns: 3;
}

.header-subsubmenu--fourcolumns {
	columns: 4;
}

.header-subsubmenu__item {
	font-size: 14px;
	color: #4E4E4E;
	letter-spacing: 0;
	text-decoration: none;
	display: block;
	padding: 8px 25px;
	font-weight: 400;
	max-width: 185px;
	box-sizing: border-box;
}

.header-subsubmenu__item.active {
	color: #B33E25;
}

.subsubmenu-tail {
	background: url("../bundles/krseryogina/images/subsubmenu-tail.png");
	width: 10px;
	height: 11px;
	top: -11px;
	background-size: cover;
	position: absolute;
}

/*.header-submenu__item:before {*/
	/*content: "";*/
	/*display: inline-block;*/
	/*height: 66px;*/
	/*width: 0;*/
	/*vertical-align: middle;*/
/*}*/

/*.header-submenu__item span {*/
	/*display: inline-block;*/
	/*width: 98%;*/
	/*vertical-align: middle;*/
/*}*/

.main-promo-section {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.main-promos__thumbs {
	float: right;
	margin-left: 10px;
}

.main-promo-section__banners-big {
	-webkit-box-flex: 2;
	-webkit-flex: 2 1;
	-ms-flex: 2 1;
	flex: 2 1;
	overflow: hidden;
}

.main-promo-section__delivery {
	margin-bottom: 0 !important;
	margin-left: 10px;
	text-align: center;
	width: 245px;
	box-sizing: border-box;
}

.main-promo-section__delivery__title {
	font-size: 1.6em;
}

.main-promo-section__delivery img {
	max-width: 100%;
	margin: 50px 0;
}

.main-promos__thumbs-item {
	margin-bottom: 10px;
	transition: opacity 0.15s;
	overflow: hidden;
	border-radius: 5px;
	width: 245px;
}

.main-promos__thumbs-item:last-child {
	margin-bottom: 0;
}

.main-promos__thumbs-item.active {
	opacity: 0.7;
}

.main-promos__thumbs-item img {
	/*width: 245px;*/
	height: 100px;
	border-radius: 5px;
	display: block;
}

.main-promos__banners {
	overflow: hidden;
	border: 1px solid #eaeaea;
	border-radius: 5px;
}

.main-promos__banners-img {
	/*width: 1185px;*/
	height: 320px;
	display: block;
	border-radius: 5px;
}

.main-promos__banners-slide {
	overflow: hidden;
	border-radius: 5px;
	/*border: 1px solid #eaeaea;*/
	box-sizing: border-box;
}


.promo-banners--big {

}

.promo-banners--small {

}

.promos-slider {
	position: relative;
	z-index: 1;

	border: 1px solid #EAEAEA;
	border-radius: 5px;
}

.promos-slider .promo-item {
	border: 0;
}

.promos-slider .promo-item.swiper-slide {
	/*opacity: 0;*/

	/*transition: opacity 0.15s ease;*/
}

.promos-slider .promo-item.swiper-slide.swiper-slide-active {
	opacity: 1;
}

.promos-slider-pager {
	position: absolute;
	z-index: 1;
	bottom: 5px;
	left: 0;

	width: 100%;

	transition: opacity 0.15s ease;
	text-align: center;

	opacity: 0;
}

.swiper-container:hover .promos-slider-pager {
	opacity: 1;
}

.promos-slider-pager .swiper-pagination-bullet {
	margin: 0 3px;

	transition: opacity 0.15s ease, background-color 0.15s ease;

	background: #AEAEAE;
}

.promos-slider-pager .swiper-pagination-bullet-active {
	background: #6DAACC;
}

.promo-item {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	overflow: hidden;

	box-sizing: border-box;
	/*height: 213px;*/

	border: 1px solid #EAEAEA;
	border-radius: 5px;
	background: #FFF;

	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.promo-item__image {
	float: left;

	line-height: 0;
}

.promo-slide-title {
	margin: 0;

	font-size: 1.1428em;
}

.promo-item__description {
	overflow: hidden;

	padding: 20px;
}

.promo-slide-text {

}

.promo-slide-small-text {
	margin-top: 20px;

	color: #999;

	font-size: 0.8671em;
}

.about-slide {
	min-height: 133px;
	padding: 40px 40px 40px 190px;

	background: url("../bundles/krseryogina/images/seryogina.jpg") no-repeat 20px bottom;
}

.promo-banners {
	/*float: right;*/

	/*width: 320px;*/
	/*margin-left: 20px;*/
}

.promo-small {
	height: 97px;
	/*margin-bottom: 20px;*/
	padding: 15px;
}

.promo-small:nth-child(even) .promo-item__image {
	-webkit-order: 2;
	    -ms-flex-order: 2;
	        order: 2;
}

.promo-small .promo-slide-small-text {
	margin-top: 0;
}

.products-groups-list {
	margin: 20px 0 -1px;
	padding: 20px;

	border-top: solid 1px #EAEAEA;
	border-bottom: solid 1px #EAEAEA;
}

.products-groups-list__item {
	/*float: left;*/
	/*width: 16.66%;*/
	transition: color 0.15s;
	white-space: nowrap;
	text-decoration: none;

	color: #606771;

	font-size: 0.8571em;
	line-height: 1;
}

/*.products-groups-list__item:hover {*/
	/*color: #6DAACC;*/
/*}*/

.products-groups-list__item-image {
	margin-right: 5px;

	vertical-align: middle;
}

.products-groups-list__item-title {
	display: inline-block;

	max-width: 85px;

	text-align: left;
	vertical-align: middle;
	white-space: normal;
}

.section-header .btn.pull-right {
	margin-top: -5px;
}

.section-header {
	margin: 0 0 30px;
}

.section-header--no-margin {
	margin-bottom: 0;
}

.section-title {
	margin: 0;

	color: #606771;

	font-size: 2.2857em;
	font-weight: normal;
}

.section-title br {
	display: none;
}

.section-title--smaller {
	font-size: 1.4285em;

}

.section-title--inline {
	display: inline;
}

.section-title + .section-menu {
	margin-left: 20px;
}



.section-menu {
	font-size: 1.7142em;
}

.section-menu a {
	margin-right: 20px;

	transition: color 0.15s;
}

.section-menu .dashed {
	border-width: 2px;
}

.section-menu a.active {
	cursor: default;

	color: #999;
}

.section-title .section-menu a.active {
	color: #999;
}

.site-padding {
	padding: 0 20px;
}

.site-padding .page-section {
	margin-left: -20px;
}

.site-padding .page-header {
	padding-left: 0;
}

.page-section {
	margin-bottom: 35px;
	padding: 30px 20px 0;

	border-top: solid 1px #EAEAEA;
}

.page-section--no-border {
	border-top: 0;
}

.page-section--mobile-search {
	padding-top: 0;
}

.main-products {

}

.products-list-grid-item {
	/*float: left;*/
	/*width: 16.66%;*/
	height: 388px;
}

.products-list .products-list-grid-item {
	/*width: 228px;*/
	float: left;
}

.products-list-grid-item--small {
	height: 270px;
}

.swiper-wrapper .products-list-grid-item--small {
	height: 320px;
}

.products-list-grid-item .product-list__item {
	float: none;

	max-width: 228px;
	margin: 0 auto;
}

.product-list__item {
	position: relative;

	float: left;

	max-width: 228px;

	/*width: 230px;*/
	/*height: 362px;*/
}


.product-list__item .product-list__item-price__old {
	margin-left: 0;
}

.product-list__item  .product-list__item-price__current {
	font-size: 1.27em;
}

.product-list__item .favorite-btn {
	transition: opacity 0.15s ease;

	opacity: 0;
}

.product-list__item .favorite-btn:active, .product-list__item .favorite-btn:focus{
	outline: none;
}

.swiper-slide.products-list-grid-item:hover {
	z-index: 2;

	-webkit-transform: translate3d(0,0,10px);
	        transform: translate3d(0,0,10px);
}

.product-list__item.product-list__item--small .product-list__item-img-wrap {
	height: 100px;
}

.product-list__item.product-list__item--small .product-list__item-img {
	/*max-width: 100px;*/
	max-height: 100px;
	/*width: auto;*/
}

.product-list__item-inner {
	position: relative;

	overflow: hidden;

	padding: 15px 15px 20px;

	transition: box-shadow 0.25s ease, margin 0.25s ease, padding 0.25s ease;
	/*border: 1px solid #FFFFFF;*/

	border-radius: 5px;
	background: #fff;
	box-shadow: none;
}

.product-list__item-img-wrap {
	text-align: center;
	height: 190px;
	position: relative;
	line-height: 0;

	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.product-list__item-img-wrap a {
	max-width: 100%;
}

.product-list__item-img-wrap--hover {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	opacity: 0;
	background: #fff;

	transition: opacity 0.25s ease;
}

.product-list__item-img {
	max-width: 100%;
	/*max-width: 200px;*/
	max-height: 190px;
	border: 0 solid transparent;
	border-radius: 5px;
}

.product-list__item-labels {
	margin-top: 10px;
	min-height: 17px;
}

.product-label {
	vertical-align: middle;
	text-transform: uppercase;

	font-size: 0.8571em;
}

.product-label--hit {
	color: #ec901b;
}

.product-label--new {
	color: #669A39;
}

.product-label--action {
	color: #6DAACC
}

.product-list__item-title {
	overflow: hidden;

	height: 34px;
	margin: 10px 0 0;

	color: #606771;

	font-size: 1em;
	font-weight: normal;
}

.product-list__item-title a {
	text-decoration: none;

	color: inherit;
}

.product-list__item-title a:hover {
	color: #B33E25;
}

.product-list__item-price {
	margin-top: 15px;

	white-space: nowrap;
}

.product-list__item-price__current {
	font-size: 1.2857em;

}

.product-list__item-price__old {



	margin-left: 5px;

	vertical-align: top;
	text-decoration: line-through;

	color: #B33E25;
}

.product-list__item-price__old .icon-rouble {
	display: inline-block;
	vertical-align: top;
}

.product-list__item-misc {
	position: absolute;
	top: 0;
	left: 0;

	box-sizing: border-box;
	width: 100%;
	padding: 16px 16px 0;

	transition: opacity 0.2s ease;

	z-index: 1;
	/*opacity: 0;*/
}

.product-list__item-misc .item-rating__count {
	display: none !important;
}

.product-list__item-rating {
	font-size: 10px;
}

.product-list__item-description {
	overflow: hidden;

	height: 0;
	margin-top: 13px;

	transition: height 0.15s, opacity 0.5s;

	opacity: 0;
	color: #858585;

	font-size: 0.9em;
}

.product-list__item-description p {
	margin: 0;
}

.product-list__item-groups {

}

.product-list__item-group {
	height: 16px;
	margin-left: 5px;

	vertical-align: bottom;
}

.product-list__item__buy-option {
	position: relative;

	margin-top: 5px;
	/*right: -100%;*/

	transition: opacity 0.3s, right 0.3s;

	/*opacity: 0;*/
}

.product-list__item__buy-option .btn {
	vertical-align: middle;
}

.product-list__item__buy-option:after {
	display: inline-block;

	height: 40px;

	/*content: "";*/
	vertical-align: middle;
}

.product-list__item__status {
	display: inline-block;

	max-width: 100px;
	margin-top: 5px;

	text-align: right;
	vertical-align: middle;
	text-transform: uppercase;

	color: #EAEAEA;

	font-weight: bold;
	line-height: 1;

	-webkit-font-smoothing: antialiased;
}

.product-list__item__status--out-of-stock {
	color: #B33E25;
}




.product-list__cart-count {
	font-size: 0.6875em;
	color: #669A39;
	text-align: center;
	position: absolute;
	top: 100%;
	width: 100%;
}

.product-list__cart-count[data-quantity=""], .product-list__cart-count[data-quantity="0"] {
	display: none;
}

.product-list__cart-count:before {
	content: attr(data-quantity) " ";
}

.day-products {
	position: relative;
	z-index: 1;

	float: right;

	box-sizing: border-box;
	height: 458px;
	/*margin-top: 22px;*/

	border: dotted 2px #AEAEAE;
	border-radius: 5px;

	transition: border-color 0.15s ease;
}

.day-products:hover {
	border-color: transparent;
}

.day-products-header {
	padding: 20px;
}

.day-products-title {
	margin: 0;

	font-size: 1.4285em;
	font-weight: normal;
}

.swiper-container--day {
	margin-top: -17px;
	padding: 17px 0 12px;
}

.day-products__controls {
	position: absolute;
	z-index: 5;
	top: 0;
	right: 0;

	padding: 20px 20px 0;
}

.day-products__controls__item {
	outline: none;

	font-size: 20px;
}

.show-more {
	text-align: center;
}

.alphabet {
	margin-bottom: 20px;

	text-align: center;

	text-transform: uppercase;

	font-size: 1.4285em;
}

.alphabet a {
	display: inline-block;

	width: 31px;
	/*margin: 0 0.4%;*/

	transition: border-color 0.15s, color 0.15s;
	text-align: center;
	text-decoration: none;

	border: solid 1px transparent;
	border-radius: 50%;

	line-height: 1.55;
	cursor: pointer;
}

.alphabet a.active {
	cursor: default;

	color: #606771;
	border-color: #EAEAEA;
}

.alphabet a.disabled {
	color: #EAEAEA;
}

.alphabet-ru a {
	margin: 0 0.12%;
}

.producers-list {

}

.producers-list__item {
	margin: 0 3.5%;
	vertical-align: middle;
	display: inline-block;
}

.producers-list__item img {
	
}

.producers-list__item.hidden {
	display: none;
}

.main-articles {
	overflow: hidden;

	height: 532px;
}

.articles-list {
	/*margin: 0 -8px;*/
}

.articles-list__grid-item {
	float: left;

	width: 16.66%;
}

.articles-list__grid-item--big {
	width: 33.33%;
}

/*.col.col-2 .articles-list__item {*/
	/*max-width: 620px;*/
/*}*/

/*.col .articles-list__item {*/
	/*max-width: 290px;*/
	/*margin: 0 auto;*/
/*}*/

.articles-grid-item {
	float: left;

	width: 228px;

	/*margin-right: 1.6%;*/
}

.articles-grid-item {
	/*margin-right: 1%;*/
	margin-bottom: 1%;
}

.grid-row + .grid-row .block-label {
	margin-top: 10px;
}

.articles-list-grid-row .articles-grid-item {
	margin-right: 0;
}

.articles-list-grid-row .articles-grid-item + .articles-grid-item {
	margin-bottom: 0;
	margin-left: 0.5%;
}

.articles-list .articles-grid-item {
	margin-right: 1.6%;
}

.articles-grid-item--big {
	width: 460px;
}

.articles-grid-item--big .articles-list__item-spoiler {
	height: 166px;
}

.articles-list__item {
	position: relative;

	overflow: hidden;

	height: 531px;

	border-bottom: solid 1px #EAEAEA;
	border-radius: 5px;
}

.articles-list__item-image-wrap {
	position: relative;

	overflow: hidden;

	margin-top: 0;

	transition: margin-top 0.3s ease;

	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.articles-list__item-image-wrap:after {
	position: absolute;
	bottom: 0;
	left: 0;

	width: 100%;
	height: 40px;

	content: "";

	background: url("../bundles/krseryogina/images/article-img-shadow.png");
	
}

.articles-list__item-image {
	display: block;

	width: 100%;
}

.articles-list__item-date {
	position: absolute;
	z-index: 1;
	right: 15px;
	bottom: 8px;

	color: #fff;

	font-size: 0.7142em;
}

.articles-list__grid-item--big .articles-list__item-content {
	/*height: 178px;*/
}

.articles-list__item-content {
	position: relative;
	min-height: 350px;

	padding: 15px 15px 100px;
	/*transition: height 0.3s ease;*/

	border: solid 1px #EAEAEA;
	border-top-width: 0;
	border-bottom-width: 0;

}

.articles-list__item-groups {
	margin-bottom: 10px;

	line-height: 0;
}

.articles-list__item-group {
	height: 16px;
}

.articles-list__item-title {
	margin: 0 0 15px;

	color: #606771;

	font-size: 1.2857em;
	font-weight: normal;
	line-height: 1.2222;
}

.articles-list__item-title a {
	text-decoration: none;

	color: inherit;
}

.articles-list__item-title a:hover {
	color: #B33E25;
}

.articles-list__item-annotation {
	color: #999;

	line-height: 1.2857;
}

.articles-list__item-shares {
	margin: 30px 0;

	transition: opacity 0.3s ease;
	text-align: center;

	/*opacity: 0;*/
}

.articles-list__item .show-more {
	transition: opacity 0.3s ease;

	opacity: 0;
}

.articles-list__item:hover .show-more {
	opacity: 1;
}

.articles-list__item .btn--simple {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
}

.articles-list__grid-item--big .articles-list__item .btn--simple {
	width: auto;
}

.articles-list__grid-item--big .articles-list__item-spoiler {
	height: 144px;
}

.articles-list__item-spoiler {
	position: relative;

	overflow: hidden;

	height: 300px;
	margin-bottom: 40px;

	transition: height 0.3s ease;
}

.recipes-list__item {
	height: 422px;
}

.recipes-list__item .articles-list__item-spoiler {
	height: 140px;
}

.articles-list__item-spoiler:after {
	position: absolute;
	bottom: 0;
	left: 0;

	width: 100%;
	height: 66px;

	content: "";
	transition: bottom 0.3s ease;
	pointer-events: none;

	background: url("../bundles/krseryogina/images/text-hint.png");

}

.articles-list__item-footer {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;

	box-sizing: border-box;
	padding: 0 15px 10px;

	background: #fff;
	border-right: 1px solid #eaeaea;
	border-left: 1px solid #eaeaea;
}

.articles-list__item-footer:before {
	position: absolute;
	bottom: 100%;
	left: -1px;
	right: -1px;

	height: 66px;

	content: "";
	transition: height 0.3s ease;
	pointer-events: none;
	border-right: 1px solid #eaeaea;
	border-left: 1px solid #eaeaea;

	background: url("../bundles/krseryogina/images/text-hint.png");

}

.articles-list__item:hover .articles-list__item-footer:before {
	height: 0;
}


/*.articles-list__item:hover {*/

/*}*/

/*.articles-list__item:hover .articles-list__item-image-wrap {*/
	/*margin-top: -130px;*/
/*}*/

/*.articles-list__item:hover .articles-list__item-spoiler {*/
	/*height: 430px;*/
/*}*/

/*.articles-grid-item--big .articles-list__item:hover .articles-list__item-spoiler {*/
	/*height: 296px;*/
/*}*/

/*.articles-list__item:hover .articles-list__item-spoiler:after {*/
	/*bottom: -66px;*/
/*}*/

/*.main-articles__grid-item-big .articles-list__item:hover .articles-list__item-image-wrap {*/
	/*margin-top: -180px;*/
/*}*/

/*.main-articles__grid-item-big .articles-list__item:hover .articles-list__item-spoiler {*/
	/*height: 346px;*/
/*}*/

/*.articles-list__item.recipes-list__item:hover .articles-list__item-image-wrap {*/
	/*margin-top: -180px;*/
/*}*/

/*.articles-list__item.recipes-list__item:hover .articles-list__item-spoiler {*/
	/*height: 320px;*/
/*}*/

/*.recipes-list__item .articles-list__item-spoiler {*/
	/*height: 150px;*/
/*}*/

/*.recipes-list__item:hover .articles-list__item-spoiler {*/
	/*height: 300px;*/
/*}*/

.tags-list {
	/*margin-bottom: 15px;*/
}

.main-recipes {
	overflow: hidden;

	height: 423px;
}

.actions-list--slider {
	position: relative;

	border: solid 1px #eaeaea;
	border-radius: 5px;
}

.actions-list--slider .actions-list__item {
	margin-bottom: 0;

	border: 0;

	margin-right: 1px;
}

.actions-list {

}

.actions-list__item {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;

	margin-bottom: 30px;
	padding: 0 45px;

	text-decoration: none;

	color: inherit;
	border: solid 1px #eaeaea;
	border-radius: 5px;
	background: #fff;

	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.actions-list__item-left {
	/*float: left;*/
	/*width: 33.33%;*/
	/*padding-top: 50px;*/
	-webkit-flex: 1 1;
	    -ms-flex: 1 1;
	        flex: 1 1;
	-webkit-order: 2;
	    -ms-flex-order: 2;
	        order: 2;

	padding-left: 2%;
}

.actions-list__item-title {
	margin: 0 0 13px;

	font-size: 1.4285em;
	font-weight: 500;
	line-height: 1;

	-webkit-font-smoothing: antialiased;
}

.actions-list__item-discount {
	text-align: right;
	padding: 30px 3% 30px 0;
	text-transform: uppercase;

	color: #EC901B;

	font-size: 1.7142em;
	line-height: 1;

	-webkit-flex: 1 1;
	    -ms-flex: 1 1;
	        flex: 1 1;
	-webkit-order: 2;
	    -ms-flex-order: 2;
	        order: 2;
}

.actions-list__item-discount-value {
	font-size: 5em;
	font-weight: bold;
	line-height: 1;
}

.actions-list__item-discount img {
	max-width: 100%;
}

.actions-list__image {
	overflow: hidden;

	text-align: center;

	-webkit-flex: 1 1;
	    -ms-flex: 1 1;
	        flex: 1 1;
	-webkit-order: 2;
	    -ms-flex-order: 2;
	        order: 2;
}

.articles-list__item-props {
	padding: 15px 0;

	border-top: solid 1px #EAEAEA;
	border-bottom: solid 1px #EAEAEA;
}

.articles-list__item-prop {
	float: left;

	width: 50%;

	text-align: center;

	color: #999;
}

.articles-list__item-prop-label {
	margin-bottom: 8px;

	color: #606771;
}

.banners-slider-control {
	position: absolute;
	z-index: 5;
	top: 50%;

	margin-top: -17px;
	padding: 0 10px;

	color: #EAEAEA;

	font-size: 34px;
}

.banners-slider-control--prev {
	left: 0;
}

.banners-slider-control--next {
	right: 0;

}

.banner {
	padding: 30px 0;

	text-align: center;

	border-top: solid 1px #EAEAEA;
}

.banner-link {
	display: block;

	text-decoration: none;

	color: inherit;
}

.banner-title {
	display: inline-block;

	width: 255px;

	text-align: left;
	vertical-align: middle;
}

.banner-img {
	display: inline-block;

	margin: 0 25px;

	text-align: left;
	vertical-align: middle;

}

.banner-description {
	display: inline-block;

	width: 255px;

	text-align: left;
	vertical-align: middle;
}

.path-menu {
	color: #999;

	font-size: 0.8571em;
}

.path-menu a {
	text-decoration: none;

	color: inherit;
}

.path-menu a br {
	display: none;
}

.path-menu a:hover {
	text-decoration: underline;
}

.page-header {
	padding: 0 20px 20px;
}

.page-header.page-header--cart {
	padding-bottom: 10px;
}

.page-description {
	margin-top: 10px;

	color: #999;
}

.catalog-sorting {
	margin-bottom: 30px;
}

.catalog-sorting__option {
	margin-right: 30px;
	white-space: nowrap;
}

.catalog-sorting__option input {
	position: absolute;

	cursor: pointer;

	opacity: 0;
}

.catalog-sorting__option input:checked + .dashed,
.catalog-sorting__option.active {
	/*cursor: default;*/

	color: #606771;
	border-color: transparent;
}

.catalog-sorting__option .dashed {
	cursor: pointer;

	color: #6DAACC;
}

.mobile-filters-trigger-container {
	margin-bottom: 20px;
	display: none;
}

.section-title + .mobile-filters-trigger-container {
	margin-top: 20px;
}

.catalog-filters-overlay {
	position: fixed;
	display: none;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0;
	z-index: 101;
	cursor: pointer;

	transition: opacity 0.35s ease;
}

.catalog-filters {
	width: 240px;
	margin-left: 15px;
}

.catalog {
	overflow: hidden;
}

.catalog .page-section {
	/*padding-right: 0;*/
}

.catalog-filters__section {
	margin-bottom: 20px;
}

.catalog-filters__section--rounded {
	padding: 16px 14px;

	border: solid 1px #EAEAEA;
	border-radius: 5px;
}

.catalog-filters__section__title {
	margin: 0 0 15px;

	text-transform: uppercase;

	font-size: 0.8571em;
}

.catalog-filters__section__group {
	border-bottom: solid 1px #EAEAEA;
	padding: 0 14px 16px;
	margin: 0 -14px 16px;
}

.catalog-filters__section__group:last-child {
	border-bottom: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}

.catalog-filters__categories-list {

}

.category-filter-item {
	display: block;
	overflow: hidden;
	margin-bottom: 4px;

	transition: box-shadow 0.15s ease;

	border: solid 1px #EAEAEA;
	border-radius: 5px;
}

.category-filter-item__root {
	cursor: pointer;
	color: inherit;
	text-decoration: none;
}

.category-filter-item__radio {
	position: absolute;

	opacity: 0;
}

.category-filter-item__img {
	width: 114px;
	height: 64px;
	display: none;
}

.category-filter-item__title-wrap {
	overflow: hidden;

	padding: 0 15px;
	position: relative;
}

.category-filter-item__title-wrap .icon-pointer-down {
	position: absolute;
	right: 15px;
	top: 50%;
	font-size: 14px;
	margin-top: -12px;
	padding: 5px;
	transition: transform 0.15s ease-out;
}

.category-filter-item__title-wrap .icon-pointer-down.icon-pointer-down--toggled {
	transform: rotate(180deg);
}

.category-filter-item__title-wrap:before {
	display: inline-block;

	width: 0;
	height: 32px;

	content: "";
	vertical-align: middle;
}

.category-filter-item__title {
	display: inline-block;
	width: 100%;
	margin-top: 3px;

	transition: color 0.15s ease;
	vertical-align: middle;
	text-transform: lowercase;


	font-size: 1em;
	font-weight: bold;

	text-decoration: none;
	color: #3D3D3D;
}


.category-filter-item__title br {
	display: none;
}

.category-filter-item__title:first-letter {
	text-transform: uppercase;
}

.category-filter-item__title.active {
	color: #B33E25;
}

.category-filter-item:hover {
	box-shadow: 0 0 12px 0 rgba(0,0,0,.1);
}

.category-filter-item__root:hover .category-filter-item__title, .category-filter-item__root.active {
	color: #B33E25;
}

.subcategories-list {
	margin: 0;
	padding: 0;

	list-style: none;

	position: relative;
	z-index: 1;
}

.subcategories-list__item {
	display: block;

	padding: 11px 14px 11px 25px;

	cursor: pointer;
	transition: color 0.15s ease, box-shadow 0.15s ease;

	border-top: solid 1px #EAEAEA;

	color: #4E4E4E;
	text-decoration: none;
}

.subcategories-list__item:first-letter {
	text-transform: uppercase;
}

.subcategories-list__item:hover {
	color: #B33E25;
}

.subcategories-list__item.active {
	cursor: default;

	color: #B33E25;
	box-shadow: 0 0 8px 0 rgba(0,0,0,.1);
}

.filters-checks {
	margin: 0;
	padding: 0;

	list-style: none;
}

.filters-checks__item {
	margin-bottom: 15px;

	/*cursor: pointer;*/
}

.filters-checks__item label {
	cursor: inherit;

	display: block;
	color: inherit;
	text-decoration: none;
	cursor: pointer;
}


.filters-checks__item a {
	cursor: inherit;

	display: block;
	/*color: inherit;*/
	text-decoration: none;
	cursor: pointer;
}


.filters-checks__item--with-icon a {
	display: inline-block;
	vertical-align: middle;
}

.filters-checks__item--with-icon .filters-checks__icon {
	display: inline-block;
	vertical-align: middle;
	transition: color 0.15s ease;
	color: #6DAACC;
	margin-right: 10px;
}

.filters-checks__item:last-child {
	margin-bottom: 0;
}

.filters-checks__item .custom-checkbox {
	float: right;
}

.filters-checks__img-wrap {
	display: inline-block;

	width: 16px;
	margin-right: 10px;

	text-align: center;
	vertical-align: top;

	line-height: 0;
}

.filters-checks__img {
	height: 16px;
}

.price-filter {
	color: #999;
}

.price-filter .text-input {
	width: 60px;
	margin: 0 10px;
}

.catalog-filters__section .tags-list {
	margin-bottom: 0;
}

.filters-tag {
	position: relative;

	cursor: pointer;
}

.filters-tag input {
	cursor: inherit;
}

.filters-tag input:checked + .tag, .filters-tag .tag.active {
	color: #fff;
	border-color: #6DAACC;
	background: #6DAACC;
}

.right-aside {

}

.right-aside__content {
	float: left;

	width: 70%;
	margin-right: 5%;
}

.right-aside__col {
	float: left;

	width: 25%;
}

.right-aside__col-wrap {
	position: relative;

	width: 228px;
	margin-left: auto;
}

.showcase-flex {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;

	flex-wrap: wrap;

	margin-bottom: 30px;
}

.showcase-flex .flex-item {
	-webkit-flex: 1 1;
	    -ms-flex: 1 1;
	        flex: 1 1;
}

.showcase-flex .flex-item + .flex-item {
	margin-left: 1.6%;
}

.showcase-flex .flex-item--2 {
	-webkit-flex-grow: 2;
	    -ms-flex-positive: 2;
	        flex-grow: 2;
}

.item-showcase__buy-wrap {
	min-width: 228px;
}


.item-showcase {

}

/*.item-showcase__info-wrap {*/
	/*min-width: 250px;*/
/*}*/

.item-showcase__info {
	/*float: left;*/

	/*width: 45%;*/
	/*padding-right: 5%;*/
}

.item-showcase__info .tags-list {
	margin-bottom: 15px;
}

.item-groups-list {
	margin-bottom: 30px;
}

.item-groups-list img {
	max-height: 24px;
	margin-right: 5px;
}

.item-short-description {
	margin-bottom: 30px;

	color: #858585;
	font-size: 1.1em;
}

.item-rating {
	padding: 26px 0;

	border-top: solid 1px #EAEAEA;
	border-bottom: solid 1px #EAEAEA;
}

.item-rating__label {
	float: left;
	/*margin-right: 10px;*/
}

.item-rating__holder {
	overflow: hidden;
}

.item-rating__holder .crr .mc-star span {
	font-size: 10px !important;
}

.item-rating__holder .mc-c .mc-star>span {
	padding: 0 2px 0 0 !important;
}

.item-rating__holder .mc-c .mc-star {
	vertical-align: baseline !important;
	line-height: 1 !important;
	font-size: 10px !important;
}

.mc-c div.item-rating__count {
	float: right !important;
}

.mc-c div.item-rating__count a.dashed {
	color: #6DAACC !important;
	border-bottom: dotted 1px currentColor !important;
}

.mc-c div.item-rating__count a.dashed:hover {
	border-bottom-color: transparent !important;
}

.item-rating__counting {
	margin-left: 10px;
	color: #aeaeae;
}

.item-special-conditions {
	margin: 0 0 30px;
	padding: 0;

	list-style: none;
}

.item-special-conditions__item {
	margin-bottom: 10px;

	font-size: 0.8571em;
}

.item-special-conditions__img {
	display: inline-block;

	width: 14px;
	margin-right: 5px;

	text-align: center;
	vertical-align: top;

	line-height: 0;
}

.item-special-conditions__img img {
	height: 14px;
}

.item-shares {
	margin-top: 30px;
}

/*.item-showcase__gallery-wrap {*/
	/*min-width: 250px;*/
/*}*/

.item-showcase__gallery {
	/*float: left;*/
	/*width: 45%;*/
	/*margin-bottom: 40px;*/
	/*padding-left: 5%;*/
	max-width: 340px;
	margin: 0 auto;
}

.item-gallery.swiper-visible {
	overflow: visible!important;
}

/*.item-gallery .swiper-slide:hover {*/
	/**/
/*}*/
.easyzoom.is-ready img {
	cursor: url('../bundles/krseryogina/images/zoom-out.cur'), auto!important;
}

.item-gallery__image-wrap .item-gallery__image {
	display: block;
}

.item-gallery__image-wrap:hover {
	cursor: url('../bundles/krseryogina/images/zoom.cur'), auto;
}

.popup--fix-width {
	width: 660px;
	height: 660px;
	padding-top: 55px;
	box-sizing: border-box;
}
.popup--fix-width .easyzoom {
	height: 100%;
	display: block;
}
.item-gallery__detail-zoom {
	display: inline-block;
	vertical-align: middle;
	width: 100%;
}
.cancel-popup {
	position: absolute;
	right: 25px;
	top: 18px;
	cursor: pointer;
}
.easy-buttons {
	position: absolute;
	top: 15px;
	right: 60px;
	border: solid 1px #606771;
	border-radius: 5px;
	color: #606771;
	line-height: 1;
	/*box-shadow: 0 2px 4px rgba(0,0,0,.5);*/
}
.easyprev, .easynext{
	font-size: 1.25rem;
	cursor: pointer;
	user-select: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	line-height: 1.25rem;
	display: inline-block;
	padding: 0 10px;

}
.easyprev span, .easynext span {
	transition: .15s ease;
	display: inline-block;
}
.easynext:hover span {
	transform: translateX(3px);
	-webkit-transform: translateX(3px);
	-moz-transform: translateX(3px);
}
.easynext {
	left: 40px;
	border-left: solid 1px #606771;
}
.easyprev:hover span {
	transform: translateX(-3px);
	-webkit-transform: translateX(-3px);
	-moz-transform: translateX(-3px);
}

.easyprev.disabled, .easynext.disabled {
	opacity: .5;
	cursor: default;
}

.swiper-visible .swiper-slide {
	opacity: 0;
	position: relative;
}
.swiper-visible .swiper-slide-active{
	opacity: 1;
}

.item-gallery .easyzoom-flyout {
	width: 450px;
	height: 450px;
	top: 0;
	left: -500px;
	margin-right: 40px;
	margin-left: 0;
	position: absolute
}
/*.easyzoom--adjacent {*/
	/*position: relative;*/
/*}*/

.zoom-view {
	display:none;
	position: absolute;
	z-index: 999999;
	left: 0;
	top: 0;
	border: solid 1px #EAEAEA;
	width: 49.333px;
	height: 49.333px;
	background: rgba(255,255,255,.4);
}

.zoom-view.active{
	display: block;
}

.item-gallery__slides {
	max-width: 340px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.item-gallery__slides__slide {
	text-align: center;
}

.item-gallery__slides__slide img {
	/*display: block;*/

	max-width: 100%;
	/*max-width: 340px;*/
}

.item-gallery__thumbs {
	margin-top: 10px;
}

.item-gallery__thumbs__item {
	display: inline-block;

	vertical-align: middle;

	margin-right: 20px;

	cursor: pointer;
	transition: box-shadow 0.25s ease;

	box-shadow: none;

	line-height: 0;
}

.item-gallery__thumbs__item img {
	/*width: 64px;*/
}

.item-gallery__thumbs__item.active {
	cursor: default;

	box-shadow: 0 0 4px rgba(0,0,0,.1);
}

.product-info {
	display: flex;
}

.product-info__content {
	flex: 4 1;
	max-width: 860px;
}

.product-info__aside {
	width: 228px;
	min-width: 228px;
	flex: 1 1;
	margin-left: 1.6%;
}

.products-slider {

}

.products-slider.swiper-container {
	margin: 0 -17px;
	padding: 20px 17px 20px;
}

.slider-controls {

}

.slider-controls__item {
	display: inline-block;

	margin-right: -1px;
	padding: 6px 12px;

	cursor: pointer;
	transition: opacity 0.15s ease;
	text-align: center;

	border: solid 1px #AEAEAE;
	outline: none;
	background: none;

	line-height: 1;
}

.slider-controls__item span {
	display: block;

	transition: -webkit-transform 0.15s ease;
	transition: transform 0.15s ease;

	font-size: 9px;
}

.slider-controls .slider-controls__item:first-child {
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

.slider-controls .slider-controls__item:last-child {
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

.slider-controls__item.prev:hover span {
	-webkit-transform: translate(-2px, 0);
	    -ms-transform: translate(-2px, 0);
	        transform: translate(-2px, 0);
}

.slider-controls__item.next:hover span {
	-webkit-transform: translate(2px, 0);
	    -ms-transform: translate(2px, 0);
	        transform: translate(2px, 0);
}

.slider-controls__item.swiper-button-disabled, .slider-controls__item[disabled] {
	cursor: default;

	opacity: 0.5;
}

.item-buy {
	padding: 15px;

	color: #999;
	border: solid 1px #EAEAEA;
	border-radius: 5px;

	-webkit-font-smoothing: antialiased;
}

.item-buy__options {
	margin-bottom: 15px;
}

.item-buy__options .custom-select {
	width: 100%;
}

.item-buy__price {
	text-align: right;

	color: #606771;

	font-size: 2.2857em;

}

.item-buy__price .product-list__item-price__old {
	font-size: 0.65em;
	vertical-align: baseline;
}


.item-buy__group-discount-item {
	margin-bottom: 10px;
	font-size: 0;
	line-height: 1.2;
}

.item-buy__group-discount-goods-pack {
	max-width: 120px;
	display: inline-block;
	vertical-align: top;
	font-size: 13px;
}

.item-buy__group-discount-discount-total {
	max-width: 85px;
	display: inline-block;
	vertical-align: top;
	font-size: 13px;
}


.item-buy__discounts {
	margin-bottom: 10px;
}

.item-buy__discounts table {
	width: 100%;
}

.item-buy__discounts table td {
	padding-bottom: 5px;
}

.item-buy__discounts table td:last-child {
	text-align: right;
}

.item-buy__qty {
	margin-bottom: 10px;
}

.item-buy__qty .qty-input {
	margin: 0 10px;
}

.item-buy__economy {
	margin-bottom: 10px;
}

.item-buy__economy__value {
	color: #B33E25;
}

.item-buy__fav {
	margin-top: 10px;

	text-align: center;

	font-size: 0.8571em;
}

.item-buy__fav a {

}

.item-buy__fav a .icon-fav {
	display: inline-block;

	margin-right: 5px;

	vertical-align: middle;

	font-size: 14px;
}

.item-buy__out-of-stock {
	text-align: center;
}

.item-buy .product-list__item__status {
	max-width: 100%;
	margin-bottom: 10px;
	display: block;
	text-align: center;
}

.item-buy__subscribe {

}

.item-buy__subscribe .form-error {
	margin-bottom: 10px;
}

.form-error-cart-order {
	text-align: right;
}

.input-cart-error {
	border: 1px solid #B33E25;
}

.item-buy__subscribe__row {
	margin-bottom: 10px;
}

.qty-control {
	display: inline-block;

	vertical-align: bottom;
}

.qty-control__item {
	width: 40px;
	margin-right: -1px;
	padding: 0 0 4px;

	transition: color 0.15s ease;
	text-align: center;

	color: #606771;
	border: solid 1px #AEAEAE;
	outline: none;
	background: #fff;

	font-size: 34px;
	line-height: 1;
}

.qty-control__item[disabled] {
	color: #EAEAEA;
}

.qty-control .qty-control__item:first-child {
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

.qty-control .qty-control__item:last-child {
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

.delivery-informer {
	margin-bottom: 60px;

	text-align: center;

}

.delivery-informer__title {

}

.delivery-informer__text {
	margin-top: 5px;

	color: #999;

	font-size: 0.8571em;
}

.rounded-block {
	margin-bottom: 30px;
	padding: 14px;

	border: solid 1px #EAEAEA;
	border-radius: 5px;
	background: #fff;
}

.accordion-list {
	margin: 0;
	padding: 0;

	list-style: none;
}

.accordion-list.accordion-list--img {
	padding-left: 35px;
}

.accordion-list__item {
	margin-bottom: 30px;
}

.accordion-list__item:last-child {
	margin-bottom: 0;
}

.accordion-list__item__title {
	position: relative;

	transition: color 0.15s ease;

	font-size: 1.1428em;
	font-weight: bold;

	-webkit-font-smoothing: antialiased;
}

.accordion-list__item--enabled .accordion-list__item__title {
	cursor: pointer;
}

.accordion-list__item--enabled .accordion-list__item__title:hover {
	color: #B33E25;
}

.accordion-list__item__image {
	position: absolute;
	left: -35px;

	width: 22px;

	text-align: center;
}

.accordion-list__item__image img {
	max-width: 22px;
}

.accordion-list__item__text {
	display: none;

	margin-top: 10px;

	color: #999;

	font-size: 1em;
}


.accordion-list__item__image .yad-icon {
	width: 16px;
	margin-top: -5px;
}

.accordion-list__item__image .bank-icon {
	margin-top: -4px;
}


.cart-empty {
	text-align: center;
	font-size: 1.8em;
	padding: 60px 0 100px;
}

.cart-list {
	margin-bottom: 50px;
	position: relative;
}


.cart-list__item {
	padding: 20px;

	border-top: solid 1px #EAEAEA;
	
	position: relative;
}

.cart-list__item__img {
	float: left;

	width: 100px;
	margin-right: 20px;
	text-align: center;
}

.cart-list__item__img img {
	max-width: 100%;
}

.cart-list__item__consist {
	overflow: hidden;
}

.cart-list__item__title {
	margin-bottom: 5px;
}

.cart-list__item__title a {
	color: inherit;
}

.cart-list__item__option {
	padding: 15px 0;

	/*border-bottom: dotted 1px #EAEAEA;*/
}

.grid-row--flex .cart-list__item__option {
	flex-grow: 2;
}

.cart-list__item .item-special-conditions {
	margin-top: 10px;
}

.cart-list__item__option:first-child {
	padding-top: 0;
}

.cart-list__item__option:last-child {
	padding-bottom: 0;

	border: 0;
}

.cart-list__item__option__controls {
	position: relative;

	float: right;

	min-width: 145px;
}

.cart-list__item__option__controls .item-buy__qty {
	margin-bottom: 0;
}

.cart-list__item__option__controls .item-buy__qty .qty-input {
	margin-left: 0;
}

.cart-list__item__info {
	overflow: hidden;
	padding-right: 20px;
}

.action-badge.cart-list__item__action {
	margin-left: 0;
}

.cart-list__item:hover .cart-list__item-aside-controls,
.touch .cart-list__item-aside-controls {
	opacity: 1;
}

.cart-list__item-aside-controls {
	position: absolute;
	top: 20px;
	right: 20px;
	z-index: 5;
	opacity: 0;

	transition: opacity 0.15s ease;
}

.cart-list__item-aside-controls__item {
	margin-left: 15px;

	transition: color 0.15s ease;

	color: #999;
	outline: none;

	font-size: 16px;
}

.cart-list__item-aside-controls__item:hover {
	color: #6DAACC;
}

.cart-list__item-aside-controls__item.active {
	color: #B33E25;
}

.cart-list__item-aside-controls__item.remove:hover {
	color: #B33E25;
}



.cart-list__item__price {
	margin-bottom: 5px;

	font-size: 1.2857em;

}

.cart-list__item__total {
	height: 14px;
	margin-bottom: 16px;

	color: #999;

	font-size: 0.8571em;
	line-height: 1;
}

.cart-list__item__status {
	margin-top: 30px;

	font-size: 0.8571em;
}

.cart-list__item__status--available {
	color: #669A39;
}

.cart-list__item__status--preorder {
	color: #B33E25;
}

.cart-list__item__status .btn-later {
	margin-left: 15px;
}

.cart-list__item__status--out-of-stock, .cart-list__item__status--supply-expected, .cart-list__item__status--notAvailable {
	color: #999;
}

.add-free {
	text-align: center;
	color: #999;
	display: block;
	margin-top: 15px;
}

.promo-form {
	/*margin-bottom: 10px;*/
}

.promo-form .verifiable-input {
	width: 100%;
}

.promo-form__result {
	margin-top: 5px;

	text-align: center;

	color: #669A39;
}

.cart-summary-table {
	width: 100%;
	margin-bottom: 5px;
}

.cart-summary-table__label {
	color: #999;
}

.cart-summary-table td {
	padding-bottom: 10px;

	vertical-align: bottom;

	line-height: 24px;
}

.cart-summary-table td:last-child {
	text-align: right;
}

.cart-summary-table td.cart-total {
	font-size: 1.7142em;
}

.cart-one-click {
	margin-top: 10px;

	text-align: center;
}

.cart-weight {
	position: absolute;
	top: -32px;
	right: 0;

	color: #999;

	font-size: 0.8571em;
}

.cart-header-links {
	margin-top: 8px;
	margin-right: 25px;
}

.cart-header-links__item {
	margin-left: 15px;
}

.cart-back {
	display: inline-block;

	margin-top: 4px;
	margin-right: 15px;

	vertical-align: top;
}

.cart-back__arr {
	margin-right: 10px;

	font-size: 24px;
}

.cart-back__text {
	display: inline-block;

	vertical-align: bottom;
	text-transform: uppercase;

	font-size: 0.8571em;
	font-weight: bold;
	line-height: 1;
}


.site-footer {
	margin-top: 40px;
	padding: 30px 20px 40px;

	color: #606771;
	border-top: solid 1px #EAEAEA;
	
	position: relative;
}


.site-footer a {
	transition: color 0.15s;
	text-decoration: none;

	color: inherit;
}

.site-footer a:hover {
	color: #B33E25;
}

.made-in {
	position: absolute;
	right: 20px;
	bottom: 50px;
	font-size: 12px;
	color: #999;
}

.made-in img {
	vertical-align: middle;
	margin-left: 5px;
	opacity: 0.4;
	
	transition: opacity 0.15s ease;
}

.made-in a:hover img {
	opacity: 1;
}

.footer-cols {
	overflow: hidden;
}

.footer-col {
	/*float: left;*/
	/*width: 20%;*/
	/*padding-right: 5%;*/
	font-size: 0.8571em;
	line-height: 2.6666;
}

.footer-menu {
	margin: 0;
	padding: 0;

	list-style: none;
}

.footer-socials {

}

.footer-social-link {
	margin-left: 35px;

	font-size: 20px;
}

.footer-socials--mobile {
	display: none;
}

.footer-socials--mobile .footer-social-link {
	margin-right: 20px;
	margin-left: 0;
}

.footer-socials--mobile .footer-social-link:last-child {
	margin-right: 0;
}

.login-forms {
	width: 450px;
	max-width: 100%;
}

.login-tabs {
	margin-bottom: 25px;
	padding-bottom: 8px;

	border-bottom: solid 1px #EAEAEA;
}

.login-tabs__tab {
	float: left;

	box-sizing: border-box;
	width: 50%;
	padding: 7px 0 8px;

	text-align: center;

	border-right: solid 1px #EAEAEA;

	font-size: 1.4285em;
}

.login-tabs__tab:last-child {
	border-right: 0;
}

.login-tabs-contents {
	position: relative;

	overflow: hidden;

	margin: 0 40px;
	padding-bottom: 2px;
}

.login-tabs-contents__item {
	position: absolute;

	visibility: hidden;

	min-width: 100%;

	transition: all 0.2s;
	-webkit-transform: translate(0, -50px);
	    -ms-transform: translate(0, -50px);
	        transform: translate(0, -50px);

	opacity: 0;
	background: #fff;
}

.login-tabs-contents__item.visible {
	position: relative;
	z-index: 2;

	visibility: visible;

	-webkit-transform: translate(0, 0);
	    -ms-transform: translate(0, 0);
	        transform: translate(0, 0);

	opacity: 1;
}

.login-tabs__tab.active {
	cursor: default;

	color: #999;
}

.login-tabs__tab.active .dashed {
	border: 0;
}

.login-forms__social-logins {
	margin-top: 30px;
	padding: 30px 40px 0;

	border-top: solid 1px #EAEAEA;
}

.social-logins__item {
	display: inline-block;

	width: 58px;
	margin-right: 15px;

	text-align: center;

	color: #A0A4AA;
	border: solid 1px #A0A4AA;
	border-radius: 5px;

	font-size: 28px;
	line-height: 56px;
	box-sizing: border-box;
}

.social-logins__item:last-child {
	margin-right: 0;

}

.popup-action-title {
	margin-bottom: 12px;

	font-size: 1.4285em;
}

.popup-action-description {

}

.popup-action-summary {
	font-size: 0.8571em;
	margin-bottom: 14px;
}

.popup-action-summary table {
	border-collapse: collapse;
	width: 100%;
}

.popup-action-summary table td {
	text-align: right;
	padding: 2px 0;
}

.popup_wrapper {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	z-index: 100001;
	transition: all 0.15s ease;
	display: none;
}

.popup-action-summary__label {
	color: #999;
	text-align: left !important;
}

.popup-action-summary__economy, .popup-action-summary__economy .popup-action-summary__label {
	color: #B33E25;
}

.recipe-group-list {
	margin: 0;
}

.uppercase-title {
	margin: 0 0 16px;

	text-transform: uppercase;

	font-size: 0.8571em;
	line-height: 1;

}

.article-description {
	padding-left: 60px;
}

.recipe-measures {
	margin-bottom: 35px;
}

.recipe-measures__item {
	margin-right: 30px;

	white-space: nowrap;
}

.recipe-measures__item__icon {
	margin-right: 5px;

	font-size: 22px;
}

.recipe-measures__value {
	margin-left: 5px;

	color: #EC901B;
}

.recipe-measures__item__icon + .recipe-measures__value {
	margin-left: 0;
}

.recipe-measures__value .difficult-view span.active {
	background: #EC901B;
}

.recipe-description__text {
	margin-bottom: 20px;

	color: #999;

	font-size: 1.2857em;

	-webkit-font-smoothing: antialiased;
}

.recipe-images-gallery {
	position: relative;
}

.recipe-images-gallery:after {
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;

	width: 80px;
	height: 100%;

	content: "";

	background: url("../bundles/krseryogina/images/gallery-hint.png");
}

.recipe-images-gallery__item {
	max-width: 435px;
	overflow: hidden;
	width: auto;
}

.recipe-images-gallery-control {
	margin-bottom: 16px;

	font-size: 1.4285em;
}

.recipe-images-gallery-control .btn-icon {
	padding: 0 12px;

	vertical-align: middle;

	color: #A2A6AB;

	font-size: 13px;
}

.recipe-steps {
	margin: 0;
	padding: 0;
}

.recipe-steps__item {
	position: relative;

	margin-bottom: 36px;
}

.recipe-steps__item.has-img .recipe-steps__item__text {
	margin-left: 230px;
}

.recipe-steps__item__img {
	float: left;

	margin-right: 36px;
}

.recipe-steps__item__text {
	position: relative;

	margin-left: 17px;
	padding-left: 15px;

	border-left: solid 1px #CBCBCB;

	font-size: 1.1428em;
}

.recipe-steps__item__text .step-index {
	position: absolute;
	left: -18px;

	color: #CBCBCB;
}

.article-footer {
	margin-top: 40px;
	padding-bottom: 40px;

	color: #9B9B9B;

	font-size: 0.8571em;
}

.article-footer__item {
	margin-right: 40px;
}

.article-footer__item__value {
	color: #4A4A4A;
}

.recipe-portions {
	margin-top: -5px;
	padding: 5px 17px;

	border-radius: 5px;
	background: #EAEAEA;

	font-size: 0.8571em;
	line-height: 1;
}

.recipe-ingredients-col {
	margin-bottom: 120px;
}

.ingredients-list {
	margin: 0;
	padding: 0;

	list-style: none;
}

.ingredients-list__item {
	margin-bottom: 15px;
	padding-right: 30px;
}

.ingredients-list__item:last-child {
	margin-bottom: 0;
}

.ingredients-list__item__product-control {
	margin-right: -30px;
}

.ingredients-list__item__buy {
	color: #669A39;
}

.ingredients-list__item__buy--root {
	font-size: 18px;
}

.ingredients-list__item__options {
	display: none;

	margin: 14px -30px 14px 0;

	border-top: solid 1px #EAEAEA;
}

.ingredients-list__item__options__item {
	padding: 8px 0;

	border-bottom: solid 1px #EAEAEA;
}

.ingredients-list__item__options__item__img {
	float: left;

	width: 50px;
	height: 50px;
	margin-right: 7px;
}

.ingredients-list__item__options__item__text {
	overflow: hidden;
}

.ingredients-list__item__options__item__title {
	margin-bottom: 8px;

	font-size: 0.8571em;
}

.ingredients-list__item__options__item__price {
	font-size: 0.8571em;
}

.ingredients-buy-all {
	margin-top: 18px;
}

.ingredients-buy-all__hint {
	margin-top: 8px;

	color: #999;

	font-size: 0.7857em;
}

.subscribe-form {
	text-align: center;
}

.subscribe-form__wrap > div {
	display: inline-block;

	margin: 0 18px;
	
	vertical-align: top;
}

.subscribe-form .text-input {
	width: 270px;
}

.subscribe-form__text {
	text-transform: uppercase;

	font-weight: bold;

	vertical-align: -12px !important;
}

.article-content {
	position: relative;
}

.article-text {
	width: 80%;
	max-width: 770px;
	margin: 0 auto;

	font-size: 1.1428em;
	line-height: 1.25em;
}

.article-text--full-width {
	width: auto;
	max-width: 100%;
}

.article-text p {
	margin-bottom: 30px;
}

.article-text h3 {
	margin-bottom: 18px;

	font-size: 1.25em;
	font-weight: normal;
}

.article-text ol, .article-text ul {
	margin: 30px 0 40px 0;
	padding: 0;
}

.article-text ul {
	list-style: none;
}

.article-text li {
	margin-bottom: 25px;
	padding-left: 20px;

	border-left: solid 1px #CBCBCB;
}

.article-text ol {
	counter-reset: li-count;
	margin-left: 24px;
}

.article-text ol li {
	position: relative;

	display: block;

	counter-increment: li-count;
}

.article-text ol li:before {
	position: absolute;
	top: 0;
	left: -25px;

	content: counter(li-count);

	color: #CBCBCB;
}

.article-text img.alignleft {
	float: left;
	margin: 0 15px 0 0;
}
.article-text img.alignright {
	float: right;
	margin: 0 0 0 15px;
}

.article-text p:not(:first-child) img.alignleft, 
.article-text p:not(:first-child) img.alignright {
	margin-top: 15px;
}

.article-text blockquote {
    height: 1%;
    color: #555;
    padding: 1em 1em;
    background: #f4f4f4;
    border: solid 1px #e1e1e1;
	border-radius: 3px;
	overflow: hidden;
}

.article-text img {
	max-width: 100%;
	height: auto;
}

/*.article-text img.size-full {*/
	/*width: 100%;*/
/*}*/

.profile-accounts-list {

}

.profile-accounts-list__item {
	position: relative;

	margin-bottom: 14px;

	cursor: pointer;
}

.profile-accounts-list__item:last-of-type {
	margin-bottom: 0;
}

.profile-accounts-list__item__name {
	display: inline-block;

	vertical-align: top;

	color: #999;

	font-size: 0.8571em;
}

.profile-accounts-list__item__icon {
	display: inline-block;

	margin-right: 5px;

	vertical-align: middle;
}

.profile-accounts-list__item--connected {
	cursor: default !important;
	opacity: 1 !important;
}

.profile-accounts-list__item--connected .social-logins__item {
	color: #fff;
	border-color: transparent;
}

.profile-accounts-list__item--connected .btn-icon {
	position: absolute;
	right: 0;
	bottom: 0;

	font-size: 16px;
}

/*.private-form .form-row {*/
	/*margin-bottom: 20px;*/
/*}*/

.profile-groups {
	margin-top: 7px;
}

.profile-groups__item {
	float: left;

	width: 50%;
	margin-bottom: 8px;
}

.addresses-list {
	margin-bottom: 30px;
}

.addresses-list__item {
	position: relative;

	margin-top: 13px;
	padding-right: 50%;

	border-bottom: solid 1px #EAEAEA;
}

.addresses-list__title {
	margin-bottom: 7px;

	font-size: 1.14285em;
}

.addresses-list__title input {
	font-size: inherit;
}

.addresses-list__item__remove {
	position: absolute;
	top: 0;
	right: 0;

	font-size: 16px;
}

.orders {
	margin-bottom: 50px;
}

.cabinet-table {
	width: 100%;

	font-size: 0.8571em;
}

.table-head th {
	padding-bottom: 3px;

	text-align: left;
	vertical-align: bottom;

	color: #999;
	border-bottom: solid 1px #EAEAEA;

	font-size: 0.8333em;
	font-weight: normal;
}

.cabinet-table th {
	padding: 0 20px 3px;
}

.cabinet-table tr:first-child td {
	padding-top: 20px;
}

.cabinet-table td {
	padding: 10px 20px;

	vertical-align: top;
}

.cabinet-table td.order-control-cell {
	width: 70px;

	text-align: center;
}

.cabinet-table.cabinet-table--compact td {
	padding: 5px 10px;
}

.cabinet-table.cabinet-table--compact th {
	padding-right: 10px;
	padding-left: 10px;
}

.cabinet-table.cabinet-table--compact tr:first-child td {
	padding-top: 10px;
}

.order-control-btn {
	color: #6DAACC;

	font-size: 15px;
}

.order-control-btn--cancel {
	color: #B33E25;
}

.order-control-btn[disabled] {
	color: #999;
}

.order-status {
	margin-left: 15px;

	text-transform: uppercase;

	font-weight: bold;
}

.order-status--complete {
	color: #669A39;
}

.bonuses-condition {
	color: #999;

	line-height: 1.2857;
}

.promo-form {
	margin: 10px 0;
}

.bonuses-condition__highlight {
	color: #606771;
}

.popup--history {
	width: 500px;
}

.bonuses-history {

}

.bonuses-history .cabinet-table td, .bonuses-history .cabinet-table th {
	padding-left: 0;
}

.bonuses-history__body {
	overflow: auto;

	max-height: 270px;
}

.bonuses-history__date {
	width: 30%;
}

.bonuses-history__transaction {
	width: 30%;
	padding-right: 15% !important;

	text-align: center !important;
}

td.bonuses-history__transaction {
	font-size: 1.3333em;
	font-weight: bold;
}

.bonuses-history__comment {
	width: 40%;
}

.transaction-positive {
	color: #669A39;
}

.transaction-negative {
	color: #B33E25;
}

.history-link {
	text-align: right;
}

.order-table {
	width: 100%;

	border-collapse: collapse;
}

.order-table-product__img-cell {
	width: 50px;
	text-align: center;
}

.order-table-product__img-cell img {
	max-height: 50px;
	max-width: 100%;
}

.order-table td {
	padding: 5px 15px;
}

.order-table .table-head th {
	padding-right: 15px;
	padding-left: 15px;
}

.order-table-val {
	font-size: 1.2857em;
}

.order-table-val--big {
	font-size: 1.5714em;
}

.order-table-val--faded {
	color: #EAEAEA;
}

.order-table-val--red {
	color: #B33E25;
}

.order-table-reg {
	white-space: nowrap;
}

.order-table--email .order-table-val {
	white-space: nowrap !important;
	font-size: 1.1em;
}

.order-table--email .order-table td {
	padding-left: 8px;
	padding-right: 8px;
}

.ta-right {
	text-align: right !important;
}

.ta-center {
	text-align: center !important;
}

.order-table-products {
	border-bottom: solid 1px #EAEAEA;
}

.order-table-products tr:first-child td {
	padding-top: 10px;
}

.order-table-label {
	color: #999;
}

.order-table-summary tr:first-child td {
	padding-top: 12px;
}

.order-table-product__title-cell {
	width: 40%;
}

.order-actions {
	text-align: right;
	padding-right: 0 !important;
}

.order-actions-ctn {
	vertical-align: top;
}

.order-actions .btn {
	width: 215px;
	margin-left: 12px;
}

.action-countdown-text {
	text-align: center;

	font-size: 1.2857em;
}

.action-countdown__bought {
	color: #B33E25;

	font-size: 1.3333em;
	font-weight: bold;
}

.action-countdown {
	margin: 10px 0 15px;

	text-align: center;
}

.action-countdown__section {
	display: inline-block;

	margin: 0 5px;
}

.action-countdown__value {
	display: block;

	color: #B33E25;

	font-size: 3.4285em;
	font-weight: bold;
	line-height: 1;

	-webkit-font-smoothing: antialiased;
}

.action-countdown__label {
	display: block;

	margin-top: -5px;

	color: #999;

	font-size: 0.8571em;
}

.info-header-text {
	margin-top: 40px;

	color: #999;

	font-size: 1.2857em;
}
.accordion-large__item {
	padding-right: 40px;
	padding-left: 40px;
}

.accordion-large__header {
	position: relative;

	padding-right: 90px;

	cursor: pointer;

	align-items: center;
}

.accordion-large__header--flex {
	display: flex;
}

.accordion-large__pointer {
	position: absolute;
	top: 50%;
	right: 0;

	height: 100%;

	color: #EAEAEA;

	font-size: 34px;
	line-height: 1;

	margin-top: -16px;
}

.accordion-large__pointer span {
	/*position: absolute;*/
	/*top: 50%;*/
	/*right: 0;*/

	/*margin-top: -16px;*/
}

.accordion-large__header--flex .accordion-large__header__content {
	flex-grow: 1;
}

.accordion-large__title {
	margin: 0;

	font-size: 1.7142em;
	font-weight: normal;
}

.accordion-large__annotation {
	margin-top: 15px;

	color: #999;

	font-size: 1.1428em;
}

.accordion-large__price {
	margin-top: 15px;

	color: #999;
}

.accordion-large__price .order-status {
	margin-left: 0;
}

.accordion-large__image {
	/*float: right;*/

	margin-left: 40px;

	line-height: 0;
}

.accordion-large__content {
	display: none;

	margin-top: 20px;
	padding-top: 25px;

	border-top: solid 1px #eaeaea;

	font-size: 1.1428em;
	line-height: 1.1875;
}

.job-content-block {
	margin-bottom: 30px;
}

.job-content-block:last-child {
	margin-bottom: 0;
}

.job-content-block__title {
	margin: 0 0 5px;

	font-size: 1em;
}

.job-notice {
	color: #999;
}

.accordion-large__content ul {
	margin: 0 0 0 25px;
	padding: 0;
}

.section-menu--standalone {
	margin-bottom: 40px;
}

.info-right-header {
	margin: 0 0 20px;

	font-size: 1.1428em;
	font-weight: bold;
}

.info-right-text {
	color: #999;
}

.faq-answer {
	position: relative;

	padding-left: 80px;

	color: #999;

	min-height: 60px;
}

.faq-answer:before {
	position: absolute;
	top: 0;
	left: 0;

	width: 60px;
	height: 60px;

	content: "";

	border-radius: 50%;
	background: url("../bundles/krseryogina/images/srg-ava.png");
	background-size: cover;
}

.faq-answer p {
	margin: 0 0 15px;
}

.bonuses-progress-line {
	position: relative;

	min-height: 100px;
}

.bonuses-progress-line:before, .bonuses-progress-line:after {
	position: absolute;
	top: 0;

	width: 80px;
	height: 100%;

	content: "";
}

.bonuses-progress-line:before {
	left: 0;

	background: url("../bundles/krseryogina/images/gallery-hint-l.png");
}

.bonuses-progress-line:after {
	right: 0;

	background: url("../bundles/krseryogina/images/gallery-hint.png");
}

.milestone text {
	transition: fill 0.15s ease;

	fill: #EAEAEA
}

.milestone circle {
	transition: fill 0.15s ease, stroke 0.15s ease;
}

.milestone text.value {
	font-size: 12px;
}

.milestone.passed text {
	fill: #669A39;
}

.milestone text.reward {
	font-size: 24px;
}

.milestone.passed circle {
	fill: #669A39;
	stroke: #669A39;
}

.progress-value {
	text-align: center;

	color: #EAEAEA;

	font-size: 12px;
	line-height: 1.2;
}

.progress-value .progress-value-spent {
	display: block;

	color: #606771;
}

.progress-value__container {
	display: inline-block;
}

.progress-value-mark {
	display: block;

	height: 8px;
	margin-top: 4px;

	border-left: solid 1px #669A39;
}

.get-bonus {
	margin-top: 5px;

	color: #999;

	font-size: 0.8571em;
}

.about-text {
	color: #999;

	font-size: 1.2857em;
}

.about-text__quote {
	margin-top: 18px;

	text-align: right;
}

.about-text-img {
	text-align: center;
}

.about-text-img img {
	max-width: 100%;
}

.stripes {
	margin: 0 -10px;
}

.stripes__item {
	padding: 67px 90px;

	-webkit-font-smoothing: antialiased;
	position: relative;
}

.stripes__item-img-with-margin {
	margin-top: 20px;
}

.stripes__item--with-lines:after {
	content: '';
	position: absolute;
	border-left: 2px dashed #F5A623;
	left: 50%;
	margin-left: -2px;
	bottom: -40px;
	width: 2px;
	display: block;
	height: 80px;
	z-index: 1;
}


.stripes__item__limit-width {
	max-width: 450px;
}

.stripes__item__limit-width {
	margin: 0 auto;
}

.stripes__item--blue {
	background: #F8FBFC;
}

.stripes__item__title {
	margin: 0 0 25px;

	color: #003C60;

	font-size: 1.7142em;
	font-weight: 500;
}

.stripes__item__text {
	font-size: 1.1428em;
}

.about-strange-table {
	width: 100%;

	border-collapse: collapse;
}

.about-strange-table td {
	padding: 15px 0;

	border-top: solid 1px #EAEAEA;
	border-bottom: solid 1px #EAEAEA;
}

.about-strange-table__title {
	width: 30%;

	font-size: 1.4285em;
}

.stripes__item__title--smaller {
	font-size: 1.4285em;
}

.about-strange-table__text {
	width: 40%;

	font-size: 1.1428em;
}

.about-strange-table__img {
	width: 30%;

	text-align: center;
}

.about-strange-table__img img {
	width: 50px;
}

.about-strange-table-wrap {
	max-width: 700px;
	margin: 0 auto;
}

.stripes__item__title--centered {
	text-align: center;
}

.stripes__item__centered {
	text-align: center;
}

.stripes__item__centered img {
	max-width: 100%;
}

.stripes__item__centered--spoons {
	box-sizing: border-box;
	min-height: 240px;
	padding-top: 20px;

	background: url("../bundles/krseryogina/images/spoons.png") no-repeat center top;
}

.stripes__item__img {
	text-align: center;
}

.stripes__item__img img {
	max-width: 100%;
}

.contact-block {
	margin-bottom: 25px;

	font-size: 1.1428em;
}

.map-legend {
	margin-bottom: 8px;
}

.map-legend__item {
	margin-right: 45px;
}

.map-legend__item img {
	margin-right: 10px;

	vertical-align: middle;
}

.map-wrap {
	position: relative;

	margin: 0 -30px;
}

.map-wrap:before {
	position: absolute;
	z-index: 10;
	top: 0;
	left: 0;

	width: 100%;
	height: 6px;

	content: "";

	opacity: 0.5;
	background: #000;
}

.map-milestone-balloon {
	position: absolute;

	box-sizing: border-box;
	padding: 14px;

	background: #fff;
	box-shadow: 0 2px 4px rgba(0,0,0,.2);
	/*width: 300px;*/
}

.map-milestone-balloon__close {
	position: absolute;
	top: 0;
	right: 0;

	padding: 3px 7px;

	cursor: pointer;

	font-size: 16px;
	line-height: 1;
}

.map-milestone-balloon__content {
	width: 300px;
}

.map-milestone-balloon__content:before {
	position: absolute;
	top: 0;
	left: -27px;

	width: 27px;
	height: 28px;

	content: "";

	background: url("../bundles/krseryogina/images/map-tail.png");
	background-size: cover;
}

.map-milestone-balloon__content__text {
	margin-bottom: 10px;

	color: #606771;

	font-size: 12px;
}

.map-milestone-balloon__content__img {
	width: 300px;

	line-height: 0;
}

.map-milestone-balloon__content__img img {
	max-width: 100%;
}

.city-input-wrap {
	display: inline-block;
	width: 250px;
}

.city-input-wrap input {
	font-size: inherit;
	padding-top: 4px;
	padding-bottom: 5px;
	margin-top: -5px;
}

.suggestions-wrapper {
	font-size: 15px;
}

.section-header--order .section-title {
	display: inline;
	/*margin-right: 20px;*/
}

.order-options {
	display: flex;
	flex-flow: row wrap;
	margin: 0 -1%;
}

.order-options > .order-block-option {
	flex: 1 1 300px;
	margin: 0 0.7% 20px;
	max-width: 31%;
	/*min-width: 300px;*/
}

.order-block-option {
	box-sizing: border-box;
	margin-bottom: 16px;
	padding: 14px;

	cursor: pointer;

	border: solid 2px #EAEAEA;
	border-radius: 5px;

	display: block;
	position: relative;
}

.order-block-option--disabled-msg {
	position: absolute;
	color: #606771;
	font-weight: 700;
	bottom: 30px;
	text-align: center;
	left: 30px;
	right: 30px;
}


.order-block-option.active {
	border-color: #669A39;
}

.order-block-option__header {
	margin-bottom: 23px;
}

.order-block-option__img {
	margin-bottom: 30px;

	text-align: center;
}

.order-block-option__img img {
	height: 97px;
}

.order-block-option__price {
	margin-bottom: 8px;

	font-size: 1.2857em;
}

.order-block-option__notes {
	color: #999;

	font-size: 0.8571em;
}

.order-block-option--delivery {
	/*height: 281px;*/
}

.order-block-option--disabled-mask {
	cursor: default;

	opacity: 0.2;
	position: relative;
}

.order-block-option--payment {
	/*height: 180px;*/
}

.order-block-option--payment .order-block-option__img {
	margin-bottom: 5px;
}

.order-block-option--payment .order-block-option__img img {
	/*max-height: 69px;*/
}

.order-summary {
	text-align: center;
}

.order-summary__block {
	display: inline-block;

	vertical-align: middle;
}

.order-summary__text {
	margin-right: 25px;

	color: #999;

	font-size: 1.2857em;
}

.order-summary__total {
	margin-right: 25px;

	font-size: 2.2857em;
}

.order-summary__agree {
	display: inline-block;

	margin-left: 25px;

	text-align: left;
	vertical-align: middle;

	color: #999;

	font-size: 0.8571em;
	line-height: 1.1;
}

.order-success {
	text-align: center;
}

.order-success__messages {
	margin: 0 -20px;
}

.order-success__img {
	line-height: 0;
}

.order-addresses-list {
	
}

.order-addresses-list .tag {
	margin-left: 10px;
}

.search-form-mobile-wrap {
	border: solid 2px #6DAACC;
	border-radius: 5px;
	margin-top: 20px;
	display: none;
}

.search-form {
	position: relative;

	padding: 8px 200px 9px 9px;
}

.search-input {
	width: 100%;

	border: 0;
	outline: none;

	font-size: 22px;
}

.search-form .btn {
	position: absolute;
	top: 9px;
	right: 9px;
	height: 30px;
	line-height: 27px;
	font-size: 13px;
}

.search-form .twitter-typeahead {
	width: 100%;
	position: static !important;
}


.tt-menu {
	/*display: block !important;*/
	right: 0;
	background: #fff;
	/*margin: 10px -15px 0 -15px;*/
	padding: 0 15px;
	box-shadow: #e3e3e3 0 0 12px;
	border: 1px solid #e3e3e3;
	border-radius: 3px;
}

.tt-hint {
	color: #eaeaea;
}

.autocomplete-item {
	font-size: 0;
	background: #fff;
	display: block;
	margin: 0 -15px;
	padding: 15px;
	border-bottom: 1px solid #eaeaea;
	transition: background 0.15s ease-out;
}

.autocomplete-item:hover{
	background: #fafafa;
}

.autocomplete-left-block {
	display: inline-block;
	vertical-align: middle;
	width: 50%;
	font-size: 15px;
}

.autocomplete-title {
	color: #656c75;
	font-size: 16px;
	margin-bottom: 10px;
}

.autcomplete-rubric {
	color: #9e9e9e;
	font-size: 14px;
}

.autocomplete-price-old {
	margin-right: 10px;
	color: #B33E25;
	display: inline-block;
	vertical-align: middle;
	text-decoration: line-through;
	font-size: 18px;
}

.autocomplete-price-old span {
	font-weight: 700;

}

.autocomplete-price {
	font-size: 18px;
	color: #606771;
	display: inline-block;
	vertical-align: middle;
}


.autocomplete-price span {
	font-weight: 700;
}



.autocomplete-right-block {
	display: inline-block;
	vertical-align: middle;
	width: 50%;
	text-align: right;
	font-size: 15px;
}

.autocomplete-footer {
	display: block;
	padding: 15px 0;
}

.error-page {
	max-width: 480px;
	margin: 60px auto 0;

	text-align: center;
}

.error-page__message {
	font-size: 1.2857em;
}

.error-page__submit {
	margin: 0 40px;
	padding-top: 20px;

	border-top: solid 1px #EAEAEA;
}


.autocomplete-item  .highlighted {
	color: #B33E25;
}

.express-catalog-group {
	margin-bottom: 40px;
}

.express-catalog-group__title {
	margin: 0 0 10px;

	font-size: 1.2857em;
	font-weight: normal;
}

.express-catalog-group__title br {
	display: none;
}

.express-catalog-table-wrap {
	margin: 0 -20px;
}

.express-catalog-table {
	width: 100%;

	border-top: solid 1px #EAEAEA;
}

.express-catalog-table tr {
	transition: background 0.15s ease;
}

.express-catalog-table tr:hover {
	background: #FAFAFA;
}

.express-catalog-table__title {
	width: 100%;
}

.express-catalog-table .action-badge {
	margin-right: 10px;
	margin-left: 10px;

	vertical-align: middle;
}

.express-catalog-table .item-special-conditions__item {
	display: inline-block;

	margin: 0;
}

.express-catalog-table__groups {
	white-space: nowrap;
}

.express-catalog-table__group {
	height: 16px;
	margin: 0 3px;
}

.express-catalog-table__controls {
	white-space: nowrap;
}

.express-catalog-table__controls .qty-input {
	padding-top: 6px;
	padding-bottom: 5px;

	vertical-align: middle;
}

.express-catalog-table__controls .qty-control__item {
	padding-bottom: 2px;

	font-size: 26px;
	line-height: 1;
}

.express-catalog-table__controls .qty-control {
	margin: 0 10px;
}

.express-catalog-table__price {
	text-align: right;
	white-space: nowrap;

	font-size: 1.2857em;
}

.express-catalog-table td {
	padding: 11px 20px;

	border-bottom: solid 1px #EAEAEA;

	position: relative;
}

.btn.btn--small.btn-express-add {
	padding: 0 7px !important;

	font-size: 18px !important;
}

.pick-points-col {
	width: 42%;
	margin-top: 7px;
}

.pick-points-list {
	margin: 0 0 0 -14px;
}

.pick-points-list__item {
	display: block;

	margin-bottom: 5px;

	cursor: pointer;

	color: #999;

	font-size: 0.8571em;
}

.pick-points-list__item__view {
	padding: 9px 10px 9px 14px;

	transition: background 0.15s ease;

	border-radius: 5px;
}

.pick-points-list__item .hidden-check:checked + .pick-points-list__item__view {
	background: #FAFAFA;
}

.pick-points-list__item .hidden-check:checked + .pick-points-list__item__view .icon-check {
	opacity: 1;
}

.pick-points-list__item .icon-check {
	float: right;

	margin-left: 20px;
	padding: 12px 11px;

	transition: opacity 0.15s ease;

	opacity: 0;
	color: #fff;
	border-radius: 5px;
	background-color: #669A39;
}

.pick-points-map-col {
	width: 56.4%;
}

.pick-points-map-col .form-row {
	margin-bottom: 14px;
}

.pick-points-map {
	overflow: hidden;

	height: 300px;

	-webkit-transform: translate3d(0,0,0);
	        transform: translate3d(0,0,0);

	border-radius: 5px;
}

.flag {
	width: 16px;
	margin-left: 5px;

	box-shadow: 0 0 4px rgba(0,0,0,.2);
}

.not-me {
	margin-top: 15px;

	text-align: right;

	color: #999;
}

.order-data .section-header {
	margin-bottom: 20px;
}

.header-mobile {
	display: none;

	padding: 12px 14px 30px;

	border-top: solid 2px #6DAACC;
}

.header-mobile__phone {
	/*margin-bottom: 27px;*/
	display: inline-block;
	vertical-align: middle;
	max-width: 190px;
}

.header-mobile__phone a{
	font-size: 0.85em;
	text-decoration: none;
}

.header-mobile__phone--order {
	padding: 20px 0 0;
}

.mobile-header__menu {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;

	font-size: 24px;
	margin-top: 20px;
	/*justify-items: space-between;*/

	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-flex-flow: row wrap;
	    -ms-flex-flow: row wrap;
	        flex-flow: row wrap;
}

.mobile-header__menu-sticky {
	position: fixed;
	left: 0;
	z-index: 50;
	right: 0;
	box-sizing: border-box;
	padding-left: 14px;
	padding-right: 14px;
	background: #fff;
	top: 0;
	margin-top: 0;
	padding-top: 10px;
	padding-bottom: 5px;
	box-shadow: 0 2px 2px 0 rgba(0,0,0,0.1);
}

.mobile-header__menu-sticky .mobile-header__menu {
	margin-top: 0;
}

.mobile-header__menu__item {
	width: 37px;

	text-align: center;

	-webkit-flex: auto 0;
	    -ms-flex: auto 0;
	        flex: auto 0;

	text-decoration: none;
}

.mobile-header__menu__item.active {
	color: #B33E25;
}

.mobile-header-fix-ctn {
	position: relative;
}



.mobile-logo {
	line-height: 0;
}

.popover--mobile-menu {
	display: block;

	max-width: 100%;

	border: solid 2px #6DAACC;
	box-shadow: none;
}

.popover--mobile-menu:after, .popover--mobile-menu:before {
	display: none;
}

.popover--mobile-menu .popover--mobile-menu__tail {
	position: absolute;
	top: -17px;

	width: 13px;
	height: 17px;

	border: 0;
	background: url("../bundles/krseryogina/images/submenu-tail.png");
	background-size: cover;
}

.mobile-menu {
	margin: 0;
	padding: 0;

	list-style: none;

	max-height: 70vh;

	overflow: auto;
}

.mobile-menu-wrap {
	position: absolute;
	z-index: 50;
	left: 0;

	display: none;

	width: 100%;
	margin-top: 20px;
	top: 10px;
}

.mobile-menu__link {
	display: block;

	text-decoration: none;

	font-size: 2.1428em;
}

.mobile-menu__item {
	margin-bottom: 20px;
}

.mobile-menu__item-submenu {
	display: none;

	margin: 0 0 0 10px;
	padding: 0;

	list-style: none;
}

.mobile-menu__item-submenu__item {
	margin-top: 5px;

	text-transform: uppercase;

	font-size: 0.8571em;
	font-weight: bold;
}

.mobile-menu__item-submenu__item br {
	display: none;
}

.mobile-menu__item-submenu__item a {
	display: block;

	padding: 10px 0;

	text-decoration: none;

	color: inherit;
}

#vk_groups {
	width: auto !important;
}

#vk_groups iframe {
	width: 100%;
}

.about-shares {
	margin-top: 10px;
}

.right-aside__col-wrap .about-shares, .catalog-filters .about-shares {
	margin: 10px 14px;
}

.shares-block__title {
	margin-bottom: 14px;
}

.ya-share .b-share {
	padding-left: 0 !important;
}

.ya-share__mail {
	margin-top: 14px;
}

.app-share {
	margin-top: 10px;
}

.product-description {
	margin-top: 20px;
}

.product-description p {
	margin-top: 0;
}

.product-specs {
	max-width: 475px;
	margin-top: 20px;
}

.product-specs-table {
	width: 100%;
}

.product-specs-table td {
	padding-bottom: 15px;

	vertical-align: top;
}

.product-specs-table__label {
	padding-right: 15px;

	color: #999;
}

.right-col-shares {
	padding-left: 15px;
}

.article-scroll-elements {
	visibility: hidden;

	width: 228px;
	margin-left: auto;

	transition: opacity 0.15s ease;

	opacity: 0;
}

.article-scroll-elements__note {
	padding: 20px 15px;

	border-top: solid 1px #606771;
	border-bottom: solid 1px #606771;

	font-size: 1.2857em;
}

.article-scroll-elements--visible {
	visibility: visible;

	opacity: 1;
}

.subscribe-small {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;

	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.subscribe-small__field {
	padding-right: 10px;

	-webkit-flex: 2 1;
	    -ms-flex: 2 1;
	        flex: 2 1;
}

.article-bottom-shares {
	position: absolute;
	right: 0;
	bottom: 40px;

	width: 228px;
}

.pagination {
	margin-top: 15px;
}

.pagination a {
	display: inline-block;
	/*font-size: 1.2em;*/
	text-decoration: none;
	border: solid 1px #EAEAEA;
	padding: 6px 10px;
	border-radius: 5px;
	line-height: 14px;
	vertical-align: bottom;
}

.pagination a.active {
	color: #B33E25;
	background: #fafafa;
}

.pagination__direction {
	font-size: 11px;
}

.cabinet-bonuses-form .col {
	max-width: 25%;
	box-sizing: border-box;
}

.product-banner {
	margin-top: 20px;
}

.product-banner img {
	max-width: 100%;
}

.dadata-component {
	display: inline-block;
	width: 100%;
}

.checkout-error {
	text-align: center;
	font-size: 1.2em;
}

.checkout-error--separated {
	font-size: 1.2em;
	margin: 10px 0;
}

.success-linking {
	font-size: 2.1428em;
}

.success-linking a {
	margin: 0 15px;
}

.card-pay-link {
	font-size: 1.2em;
	color: #B33E25;
}

.order-table--mobile-footer {
	display: none;
}

.notification-center {
	position: fixed;
	right: 10px;
	top: 70px;
	width: 100%;
	max-width: 310px;
	z-index: 20;
}

.notification-center__item {
	position: relative;
	background: #6DAACC;
	color: #fff;
	padding: 7px 30px 8px 15px;
	border-radius: 5px;
	margin-bottom: 5px;
	box-shadow: 0 0 3px rgba(0,0,0,0.35);
}

.notification-center__item button {
	
}

.notification-center__item--dismiss {
	background: none;
	font-weight: bold;
	position: absolute;
	top: 0;
	right: 0;
	border: 0;
	padding: 6px 10px;
	font-size: 16px;
	line-height: 1;
	outline: none;
}

.notification-center__item--fail {
	background: #B33E25;
}

.notification-center__item--success {
	background: #669A39;
}

.instagram-widget {
	background: #FFFFFF;
	box-shadow: inset 0 0 2px 0 rgba(0,0,0,0.50);
	padding: 15px;
}

.instagram-widget__head {
	margin-bottom: 16px;
}

.instagram-widget__logo {
	width: 119px;
	height: 28px;
	display: block;
}

.instagram-widget iframe {
	display: block;
}

.ingredients-list__item__options--promo-bubble {
	margin: 0;
	display: block;
	border-top: 0;
}

.ingredients-list__item__options--promo-bubble .ingredients-list__item__options__item:last-child {
	border-bottom: 0;
}

.social-widgets {

}

.social-widgets__row {
	display: flex;
	margin-bottom: 25px;
}

.social-widgets__row__item {
	flex: 1 1;
}

.social-widgets__row__item iframe {
	max-width: 100%;
}

.social-widgets__row__item--right {
	flex-basis: 340px;
	flex-grow: 0;
	margin-left: 5%;
}

.messages-list {

}

.message {
	margin-bottom: 35px;
}

.message__header {
	margin-bottom: 5px;
}

.message__author {
	font-weight: bold;
}

.message__date {
	color: #999;
	font-size: 0.8571em;
	margin-left: 10px;
}

.message__text {

}

.message-form__row {
	margin-bottom: 15px;
}

.message-form__submit {
	text-align: right;
}

.message-form__field {
	width: 100%;
	max-width: 100%;
	height: 110px;
}

.catalog-filters__mobile-close {
	display: none;
}

.products-reviews .col:first-child .main-review {
	margin-right: 20px;
}

.products-reviews .col:last-child .main-review {
	margin-left: 20px;
}

.main-review {
	border-bottom: solid 1px #EAEAEA;
	padding-bottom: 20px;
	margin-bottom: 30px;
}

.main-review .message {
	margin-bottom: 0;
}

.main-review__rating {
	margin: 10px 0;
}

.main-review__bubble {
	background: #FFF;
	border: 1px solid #EAEAEA;
	border-radius: 5px;
	padding: 10px;
	max-width: 320px;
	box-sizing: border-box;
	position: relative;

	margin-bottom: 25px;
}

.main-review__bubble:after {
	content: "";
	background: url("../bundles/krseryogina/images/bubble-tail.png");
	background-size: cover;
	width: 26px;
	height: 16px;
	position: absolute;
	top: 100%;
	left: 50px;
}

.icon-fav {
	display: inline-block;
	width: 25px;
	height: 22px;
	background: url("../bundles/krseryogina/images/fav-icon.svg") no-repeat center center;
	background-size: cover;
	font-size: 0;
	transition: background 0.15s ease-out;
}

.cart-list__item-aside-controls__item .icon-fav {
	width: 15px;
	height: 14px;
}

.icon-fav:hover, .header-top__right-menu__item:hover .icon-fav,
.item-buy__fav:hover  .icon-fav ,.favorite-btn:hover .icon-fav{
	background: url("../bundles/krseryogina/images/fav-icon-hover.svg") no-repeat center center;
	background-size: cover;
}

.favorite-btn.active .icon-fav,  .item-buy__fav .active .icon-fav {
	background: url("../bundles/krseryogina/images/fav-icon-hover.svg") no-repeat center center;
	background-size: cover;
}

.favorite-btn.active:hover .icon-fav {
	background: url("../bundles/krseryogina/images/fav-icon-hover.svg") no-repeat center center;
	background-size: cover;
}

.main-review__bubble__product {
	display: flex;
	align-items: center;
}

.main-review__bubble__product__img-wrap {
	width: 75px;
	padding-right: 10px;
}

.main-review__bubble__product__img {
	/*float: left;*/
	width: 75px;
	/*margin-right: 10px;*/
	line-height: 0;
	flex: 0 1 75px;
}

.main-review__bubble__product__title {
	/*overflow: hidden;*/
	flex: 1 1;
}

.main-review__bubble__product__title a {
	color: inherit;
	text-decoration: none;
}

.user__name {
	font-size: 1.1428em;
	padding-top: 5px;
	margin-bottom: 5px;
}

.user__avatar {
	width: 48px;
	border-radius: 50%;
	float: left;
	margin-right: 15px;
}

.user__wrap {
	overflow: hidden;
}

.user__wrap .message__date {
	margin-left: 0;
}

.succsess-print-msg {
	font-size: 1.6em;
	color: #606771;
}

.easyzoom-flyout {
	box-sizing: border-box;
	border-radius: 4px;
	border: solid 1px #EAEAEA;
}

.easyzoom-flyout img {
	max-width: none !important;
}

.cart-delivery-info-label {
	color: #999;
	margin-bottom: 10px;
	margin-top: 10px;
}

.section-header-payment-fail {
	max-width: 580px;
	margin-left: auto;
	margin-right: auto;
}

.order-success__img-fail {
	margin-top: 25px;
}

.section-header-payment-fail-title {
	font-size: 24px;
}

.shipper-title__ctn {
	display: inline-block;
	vertical-align: middle;
	margin-right: 15px;
}

.shipper-img__ctn {
	display: inline-block;
	vertical-align: middle;
	max-width: 80px;
	font-size: 0;
}

.shipper-img__ctn img {
	max-width: 100%;
}

.shipper-small-img__ctn {
	font-size: 0;
}

.shipper-small-img__item {
	display: inline-block;
	vertical-align: middle;
	max-width: 124px;
	margin-right: 15px;
}

.shipper-small-img__item img {
	max-width: 100%;
	max-height: 82px;
	display: block !important;
}

.shipper-visual_ctn {
	margin-top: 10px;
	margin-bottom: 15px;
}


.shipper-visual_ctn img {
	max-width: 100%;
}

.shipper-small-img__item  .fancybox-placeholder {
	display: block !important;
}

.icon-rouble:before {
	margin-left: 0;
	margin-right: 0;
}

.icon-rouble:before {
	font-size: inherit !important;
	font-weight: bold;
	transform: scale(0.8);
}

@media all and (max-width: 1399px) {
	/*.main-products-list .products-list-grid-item {*/
		/*width: 25%;*/
	/*}*/

	.main-products-list .products-list-grid-item:nth-last-of-type(-n+4) {
		/*display: none;*/
	}

	.main-products-line .products-list-grid-item:nth-last-of-type(-n+2) {
		/*display: none;*/
	}

	.articles-list__grid-item {
		width: 25%;
	}

	.articles-list__grid-item--big {
		width: 50%;
	}

	/*.main-articles .col:nth-last-of-type(-n+2) {*/
		/*display: none;*/
	/*}*/

	/*.main-recipes .articles-list__grid-item:nth-last-of-type(-n+2) {*/
		/*display: none;*/
	/*}*/
}

@media all and (max-width: 1280px) {
	.main-promo-section__delivery {
		display: none;
	}

	.product-info__content {
		width: 60%;
	}
}

@media all and (max-width: 1170px) {
	.item-gallery .easyzoom--adjacent .easyzoom-flyout {
		width: 230px;
		min-height: 200px;
		height: 100%;
		left: 100%;
		margin-right: 0px;
		margin-left: 30px;
	}


}



@media all and (max-width: 1023px) {

	.item-gallery__thumbs__item img {
		/*width: 32px;*/
	}

	/*.main-products-line .products-list-grid-item.col--override-to--1-of-3--collapse:nth-last-of-type(-n+3) {*/
		/*display: none;*/
	/*}*/

	.logo {
		margin-right: 15px;
	}

	.header-menu__item {
		margin-right: 8px;
	}

	.products-groups-list__item-image {
		max-width: 24px;
	}

	.item-gallery .easyzoom--adjacent .easyzoom-flyout {
		margin-left: 10px;
		width: 240px;
	}

	/*.main-products-list .products-list-grid-item:nth-last-of-type(-n+6) {*/
		/*display: none;*/
	/*}*/

	.footer-socials {
		display: none;
	}

	.footer-socials.footer-socials--mobile {
		display: block;
	}

	.actions-list__item {
		padding-right: 14px;
		padding-left: 14px;
	}

	.actions-list__item-discount {
		text-align: center;
	}

	.actions-list__item-discount img {
		width: 175px;
	}

	/*.actions-list__item-left {*/
		/*padding-top: 30px;*/
	/*}*/

	/*.article-description {*/
		/*padding-left: 0;*/
	/*}*/

	.subscribe-form > div {
		display: block;

		margin-bottom: 25px;
	}

	.article-text {
		width: auto;
	}
	
	.made-in {
		position: static;
		clear: both;
		text-align: right;
	}

	.articles-grid-item {
		width: 218px;
	}
}

@media all and (max-width: 768px) {
	.article-description {
		padding-left: 0;
	}

	.main-promos__thumbs {
		display: none;
	}

	.accordion-large__header {
		padding-right: 50px;
	}

}

@media all and (min-width: 768px) and (max-width: 1023px) {
	.cart-list__item__price .product-list__item-price__old {
		display: block;
		margin-left: 0;
	}
}

@media all and (max-width: 767px) {
	.products-groups-list {
		padding-bottom: 0;

		text-align: center;
	}

	.products-groups-list__item {
		display: inline-block !important;
		float: none !important;

		width: 130px !important;
		text-align: left;
		margin-right: 1% !important;
		margin-left: 1% !important;
		margin-bottom: 20px;
	}

	.banner-link {
		padding: 0 30px;

		text-align: center;
	}

	.banner-img {
		margin: 30px 0;
	}

	.banner-title {
		font-size: 1.7142em;
	}

	.banner-title, .banner-img, .banner-description {
		display: block;

		width: auto;

		text-align: center;
	}

	.product-info__content {
		width: auto;
	}
/*}*/

/*@media all and (max-width: 740px) {*/
	.header-menu__item-link, .global-phone {
		font-size: 1.45em;
	}

	.global-phone {
		margin-top: 5px;
	}

	.header-top__right-menu .header-top__right-menu__item {
		margin-left: 20px;
	}

	.showcase-flex {
		/*flex-flow: column;*/
	}

	.item-showcase__info-wrap {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
		min-width: 250px;
		display: block;

	}

	.showcase-flex .item-showcase__info-wrap, .showcase-flex .item-showcase__buy-wrap,
	.showcase-flex .item-showcase__gallery-wrap  {
		width: 100%;
	}

	.item-showcase__info {
		display: block;
	}

	.item-showcase__buy-wrap {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
	}

	.showcase-flex .flex-item {
		flex: none;
	}

	.item-showcase__gallery-wrap {
		min-width: 500px;
		margin: 0 0 40px;
	}

	.item-showcase__gallery {
		display: block;
		max-width: 300px;
	}

	.item-gallery__slides__slide img {
		width: 100%;
	}

	.right-aside__col-wrap {
		display: block;
	}

	.item-gallery__slides {
		max-width: 280px;
	}

	.item-gallery__thumbs {
		text-align: center;
	}
/*}*/

/*@media all and (max-width: 599px) {*/
	.right-aside__col-wrap {
		width: auto !important;
	}

	.width-fix {
		padding: 0;
	}

	.swiper-slide {
		/*width: 228px !important;*/
	}

	.day-products {
		width: auto !important;
		height: auto;
		margin-top: 0;

		border: 0;
	}

	.day-products-header {
		padding: 0;
	}

	.day-products__controls {
		display: none;
	}

	.swiper-container--day {
		margin: 0 auto 30px;
	}

	.swiper-container--day .swiper-slide {
		width: 228px;
		box-sizing: border-box;

		border: dotted 2px #AEAEAE;
		border-radius: 5px;
	}

	.main-products-line .products-list-grid-item {
		display: block !important;
	}

	.mobile-slider {
		margin-right: -20px;
		/*margin-left: -20px;*/
	}

	.mobile-slider .swiper-slide {
		width: 228px;
	}

	.mobile-slider--products .products-list-grid-item.swiper-slide {
		box-sizing: border-box;

		transition: border-color 0.15s ease;

		border: solid 1px #EAEAEA;
		border-radius: 5px;
	}


	.mobile-slider--products .products-list-grid-item.swiper-slide.swiper-slide-active {
		border-color: transparent;
	}

	.mobile-menu__item-submenu__item {
		font-size: 1em;
	}

	.articles-grid-item {
		/*width: 228px !important;*/
	}

	.alphabet {
		text-align: center;
	}

	.producers-list {
		text-align: center;
	}

	.section-menu {
		display: block;
		clear: both;

		margin-top: 25px;
		margin-left: 0 !important;

		font-size: 1.2857em;
	}

	.page-section--mobile-search .section-menu {
		margin-top: 0 !important;
	}
	
	.actions-list__item {
		padding: 25px 14px;

		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
	}

	.actions-list__item-left {
		width: 100%;
		flex: none;
		padding-left: 0;
	}

	.actions-list__item-discount {
		margin-bottom: 25px;
		flex: none;
		padding-right: 0;
		margin-left: auto;
		margin-right: auto;

		-webkit-order: 1;
		    -ms-flex-order: 1;
		        order: 1;
	}

	.actions-list__image {
		flex: none;
		width: 100%;
	}

	.actions-list__item-discount img {
		width: 110px;
	}

	.actions-list__item-img {
		margin-top: 20px;
	}

	.site-header {
		display: none;
	}

	.header-fixed {
		display: none;
	}

	.promo-banners--small {
		display: none;
	}

	.social-widgets .col {
		margin-bottom: 20px;
	}

	.header-mobile {
		display: block;
	}

	.footer-cols {
		display: none;
	}

	.footer-socials {
		display: block;
		float: none;
	}

	.site-footer {
		text-align: center;
	}

	.footer-social-link {
		margin: 0 17px;
	}

	.promos-slider {
		border: 0;
	}

	.products-groups-list {
		margin-top: 0;
	}

	.promo-slide-small-text {
		display: none;
	}

	.promo-item__description {
		padding: 0 10px;
	}

	.showcase-flex {
		/*-ms-flex-direction: column;*/
		/*flex-direction: column;*/
		flex-flow: row wrap;
	}

	.showcase-flex .flex-item {
		margin: 0 0 30px !important;
	}

	.product-info {
		width: 100%;
		display: block;
		/*-ms-flex-direction: column;*/
		/*flex-direction: column;*/
	}

	.product-info__aside {
		width: auto;
		margin-left: 0;

	}

	.item-showcase__gallery-wrap {
		min-width: 0;
	}

	.site-padding .page-section {
		margin-left: -20px;
		margin-right: -20px;
	}

	.slider-controls {
		display: none;
	}

	.article-scroll-elements {
		display: none;
	}

	.article-content .col {
		width: auto !important;
		margin-left: 0 !important;
	}

	.article-bottom-shares {
		position: static;
		width: auto;
		padding: 30px 20px;
		margin: 0 -20px;
		border-top: solid 1px #EAEAEA;
	}

	.products-list-grid-item {
		width: auto !important;
		height: auto;
	}

	.recipe-images-gallery:after {
		display: none;
	}

	/*.recipe-images-gallery__item.swiper-slide img {*/
		/*width: 100%;*/
	/*}*/

	.recipe-images-gallery-control {
		font-size: 1em;
	}

	.recipe-images-gallery-control .btn-icon {
		font-size: 8px;
	}

	.swiper-slide.main-promos__banners-slide {
		text-align: center;
		line-height: 0;
	}

	.swiper-slide.main-promos__banners-slide img {
		display: inline-block;
	}
	
	.main-promos__banners-img {
		height: 150px;
		/*width: 555px;*/
	}

	.main-promos__banners-slide {
		border-radius: 0;
	}

	.catalog-filters {
		position: fixed;
		top: 0;
		right: 0;
		padding: 15px;
		background: #fff;
		z-index: 102;
		box-shadow: 0 0 20px;
		height: 100%;
		overflow: auto;
		margin: 0;

		-webkit-transform: translateX(300px);
		transform: translateX(300px);

		transition: transform 0.35s ease;
	}

	.catalog-filters.no-transition {
		transition: none !important;
	}

	.mobile-filters-trigger-container {
		display: block;
	}

	body.show-catalog-filters {
		overflow: hidden;
		position: fixed;
	}

	body.show-catalog-filters .catalog-filters {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}

	body.show-catalog-filters .catalog-filters-overlay {
		display: block;
		opacity: 0.5;
		cursor: pointer;
	}

	.articles-list--page .articles-grid-item {
		width: auto;
		margin-right: 0 !important;
		margin-bottom: 20px !important;
		float: none;
	}

	.swiper-container.articles-list .articles-grid-item {
		width: 228px;
	}

	/*.actions-list__item-left, .actions-list__item-discount {*/
		/*float: none !important;*/
		/*width: auto !important;*/
	/*}*/

	.article-text img.alignleft {
		float: none;
		margin: 0 !important;
	}

	.article-text img.alignright {
		float: none;
		margin: 0 !important;
	}

	.article-text blockquote {
		margin-left: 0;
		margin-right: 0;
	}

	.mobile-hidden {
		display: none;
	}

	.stripes__item {
		padding: 50px 50px;
	}

	.stripes__item .stripes__item__img:first-child {
		margin-bottom: 30px;
	}

	.stripes__item .stripes__item__img:last-child {
		margin-top: 30px;
	}

	.accordion-large__image {
		display: none;
	}

	.accordion-large__item {
		padding-left: 20px;
		padding-right: 20px;
	}

	
	.accordion-large__title {
		font-size: 1.3em;
	}

	.accordion-large__pointer {
		font-size: 24px;
		margin-top: -12px;
	}

	.info-header-text {
		width: auto !important;
	}

	.faq-answer {
		padding-left: 0;
	}

	.faq-answer:before {
		display: none;
	}

	.recipe-images-gallery__item img {
		width: 100%;
	}

	.cart-main-controls .rounded-block {
		border-radius: 0;
		border-left: 0;
		border-right: 0;
	}

	.cart-main-controls .rounded-block .catalog-filters__section__group {
		/*max-width: 228px;*/
	}

	.catalog-filters__section__group__max-width {
		max-width: 228px;
		margin: 0 auto;
	}

	.cart-list__item-aside-controls {
		opacity: 1 !important;
	}

	.cart-list__item__consist {
		padding-right: 0;
		margin-top: 20px;
	}
	
	.order-options {
		display: block;
	}
	
	.order-options > .order-block-option {
		max-width: 100%;
		box-sizing: border-box;
		min-width: 280px;
	}

	.order-options .order-block-option__img {
		display: none;
	}

	.order-options .order-block-option__header {
		margin-bottom: 0;
	}

	.order-data .grid-row .col {
		margin-bottom: 20px;
	}

	.order-summary__block {
		display: block !important;
		margin: 0 0 15px !important;
	}
	
	.order-summary__agree {
		margin-left: 0;
		text-align: center;
	}
	
	.order-success__img {
		display: none;
	}

	.popup {
		box-sizing: border-box;
		margin: 0;
		max-width: 100%;
		width: 100% !important;
		width: 100%;
		height: 100%;
		height: 100vh;
		padding-top: 50px;
		border-radius: 0;
		min-width: 0 !important;
	}
	
	.popup-close {
		top: 20px;
		right: 25px;
		color: #999999;

	}

	.login-tabs-contents {
		margin: 0;
	}

	.cart-back {
		display: block;
	}

	.cart-back br {
		display: none;
	}

	.cart-back__text {
		vertical-align: middle;
		line-height: 1;
	}
	
	.cart-back__arr {
		display: inline-block;
		vertical-align: middle;
	}

	.section-header--order .section-title {
		display: block;
	}

	.city-input-wrap {
		width: 100%;
		margin: 10px 0;
	}

	.checkout-app .page-section .page-section {
		margin-left: -20px;
		margin-right: -20px;
	}
	
	.not-me {
		margin-top: 0;
	}

	.order-table-product__title-cell--mobile {
		padding-left: 0 !important;
		width: 100%;
	}

	.order-table--mobile-footer {
		display: table;
	}

	.order-table--mobile-footer .order-table-label {
		padding-left: 0 !important;
	}

	.order-table td, .order-table th {
		padding-right: 0 !important;
	}

	.social-widgets__row {
		display: block;
		margin-bottom: 0;
	}

	.social-widgets__row__item {
		margin-bottom: 20px;
	}

	.social-widgets__row__item--right {
		margin-left: 0;
	}

	.section-menu a {
		margin-right: 10px;
		white-space: nowrap;
	}

	.catalog-sorting__option {
		margin-right: 20px;
	}

	.login-forms__social-logins {
		padding-left: 0;
		padding-right: 0;
	}

	.social-logins__item {
		width: 44px;
		margin-right: 0px;
		font-size: 20px;
		line-height: 44px;
	}

	.catalog-filters-overlay:before {
		content: "×";
		position: absolute;
		color: #fff;
		top: 0;
		left: 14px;
		font-size: 44px;
	}

	.cart-gifts .product-list__item {
		margin-left: auto;
		margin-right: auto;
		float: none;
	}

	.products-reviews .col .main-review {
		margin: 0 0 30px !important;
	}


	.products-list .products-list-grid-item--mobile-fix {
		width: 47% !important;
		display: inline-block;
		vertical-align: top;
		max-width: none;
		height: auto;
	}

	.products-list .product-list__item__buy-option {
		float: none;
		margin: 20px 0;

	}


	.products-list-grid-item--mobile-fix  .product-list__cart-count {
		position: static;
		margin-top: 10px;
		text-align: left;
	}

	.products-list-mobile-fix-ctn {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-flow: row wrap;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.products-list-mobile-fix-ctn .product-list__item-inner {
		padding: 15px 5px;
	}

	.products-list-mobile-fix-ctn .product-list__item-title {
		overflow: visible;
		height: auto;
	}

	.order-block-option--payment .order-block-option--disabled-msg {
		bottom: 5px;
	}

	.stripes {
		margin-left: 0;
		margin-right: 0;
	}


	.shipper-title__ctn {
		display: block;
		margin-right: 0;
		margin-top: 10px;
	}





}


@media all and (max-width: 465px) and (min-width: 390px) {

	.products-groups-list__item {
		width: 100px !important;
	}

}

@media all and (min-width: 768px) {
	.product-list__item:hover {
		z-index: 2;
	}

	.product-list__item:hover .product-list__item-inner {
		margin: -10px -10px 0;
		padding: 25px 25px 20px;

		box-shadow: 0 0 12px 0 rgba(0,0,0,0.10);
	}

	.product-list__item:hover .product-list__item-misc {
		opacity: 1;
	}

	.product-list__item:hover .product-list__item-description {
		height: 45px;

		opacity: 1;
	}

	.product-list__item:hover .product-list__item__buy-option {
		opacity: 1;
		/*right: 0;*/
	}

	.product-list__item:hover .favorite-btn {
		opacity: 1;
	}

	/*.product-list__item:hover .product-list__item-img {*/
	/*opacity: 0;*/
	/*}*/

	.product-list__item:hover .product-list__item-img-wrap--hover {
		opacity: 1;
		/*transform: scale(1);*/
	}
}


/**
 * EasyZoom core styles
 */
.easyzoom {
	position: relative;

	/* 'Shrink-wrap' the element */
	/*display: inline-block;*/
	/**display: inline;*/
	/**zoom: 1;*/
}

.easyzoom img {
	vertical-align: bottom;
}

.easyzoom.is-loading img {
	cursor: progress;
}

.easyzoom.is-ready img {
	cursor: crosshair;
}

.easyzoom.is-error  img {
	cursor: not-allowed;
}

.easyzoom-notice {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 150;
	width: 10em;
	margin: -1em 0 0 -5em;
	line-height: 2em;
	text-align: center;
	background: #FFF;
	box-shadow: 0 0 10px #888;
}

.easyzoom-flyout {
	position:absolute;
	z-index: 99999;
	overflow: hidden;
	background: #FFF;
}

/**
 * EasyZoom layout variations
 */
.easyzoom--overlay .easyzoom-flyout {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.easyzoom--adjacent .easyzoom-flyout {
	top: 0;
	left: 100%;
	width: 100%;
	height: 100%;
	margin-left: 20px;
}

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('../bundles/krseryogina/vendor/fancybox/source/fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('../bundles/krseryogina/vendor/fancybox/source/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('../bundles/krseryogina/vendor/fancybox/source/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('../bundles/krseryogina/vendor/fancybox/source/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url('../bundles/krseryogina/vendor/fancybox/source/fancybox_sprite@2x.png');
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url('../bundles/krseryogina/vendor/fancybox/source/fancybox_loading@2x.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}
.deck-slider-wrap {
	position: relative;

	overflow: hidden;
}

/*.deck-slider-wrap:before {*/
	/*content: "";*/

	/*position: absolute;*/
	/*left: 0;*/
	/*top: 0;*/
	/*height: 100%;*/
	/*width: 0;*/
	/*box-shadow: 2px 0 5px 3px #fff;*/
	/*z-index: 20;*/
/*}*/

.deck-slider__item {
	position: absolute;
	top: 0;
	left: 0;

	overflow: hidden;

	/*width: 95%;*/
}

.deck-slider__item:before {
	position: absolute;
	top: 0;
	left: 0;

	width: 100%;
	height: 100%;

	content: "";
	cursor: pointer;
}

.deck-slider__item.deck-slider__item--current:before {
	display: none;
}

.deck-slider__item > * {
	box-sizing: border-box;
}

.deck-slider__item.deck-slider__item--first {
	position: relative;
}