

/* Start:/bitrix/templates/eshop_bootstrap_blue/css/font-awesome.min.css?162331229835128*/
/*!
 *  Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('/bitrix/templates/eshop_bootstrap_blue/css/../fonts/fontawesome-webfont.eot?v=4.6.3');
  src: url('/bitrix/templates/eshop_bootstrap_blue/css/../fonts/fontawesome-webfont.eot?#iefix&v=4.6.3') format('embedded-opentype'), url('/bitrix/templates/eshop_bootstrap_blue/css/../fonts/fontawesome-webfont.woff2?v=4.6.3') format('woff2'), url('/bitrix/templates/eshop_bootstrap_blue/css/../fonts/fontawesome-webfont.woff?v=4.6.3') format('woff'), url('/bitrix/templates/eshop_bootstrap_blue/css/../fonts/fontawesome-webfont.ttf?v=4.6.3') format('truetype'), url('/bitrix/templates/eshop_bootstrap_blue/css/../fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #fff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/* End */


/* Start:/bitrix/templates/eshop_bootstrap_blue/css/r_govno_bootstrap.css?162331229834438*/
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2017 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*!
 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=634ca80a02cf797f8676542a54684c04)
 * Config saved to config.json and https://gist.github.com/634ca80a02cf797f8676542a54684c04
 */
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  -o-transition-property: height, visibility;
     transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
     transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
     transition-timing-function: ease;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #777777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #337ab7;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #dddddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #dddddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #ffffff;
  background-color: #337ab7;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.panel {
  margin-bottom: 20px;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #dddddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #dddddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #dddddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #dddddd;
}
.panel-default {
  border-color: #dddddd;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #dddddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #dddddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #dddddd;
}
.panel-primary {
  border-color: #337ab7;
}
.panel-primary > .panel-heading {
  color: #ffffff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}
.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #ffffff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.nav:before,
.nav:after,
.panel-body:before,
.panel-body:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after,
.nav:after,
.panel-body:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}

/* End */


/* Start:/bitrix/templates/eshop_bootstrap_blue/css/base.css?1623312298134289*/
@charset "utf-8";

/* Reset - Begin */
* {margin:0; padding:0;}
input, select, textarea {
    margin:auto;
    padding:inherit;
    -webkit-transition:all 0.4s ease;
    -moz-transition:all 0.4s ease;
    -o-transition:all 0.4s ease;
    transition:all 0.4s ease;
}
input {vertical-align:middle;}
input::-ms-clear, textarea::-ms-clear {display:none; width:0; height:0;}
input[type="text"], input[type="tel"], input[type="password"], textarea {-webkit-appearance:none;}
button::-moz-focus-inner, input[type="submit"]::-moz-focus-inner, input[type="button"]::-moz-focus-inner {border:0;}
button {-webkit-appearance:none}
input[type="submit"]{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
html {height:100%;}
body {
    position:relative;
    /*	height:100%; Выключенно для работы плагина tooltipster*/
    color:#221f1f;
    font-size:15px;
    font-style:normal;
    font-family: Roboto,Arial,Helvetica,sans-serif;
    background: #69315e url(/bitrix/templates/eshop_bootstrap_blue/css/../images/footer-bg-theme-pizzapub.jpg) 50% 0 repeat;
    /*    background-size: 200px;*/
    line-height:1.66;
    -webkit-font-smoothing:antialiased;
    -webkit-backface-visibility:visible;
	font-weight: normal !important;
}
*:focus {outline:none;}
::selection {
    color:#fff;
    background:#e85224;
}
::-moz-selection {
    color:#fff;
    background:#e85224;
}
a {
    text-decoration:underline;
    color:#221f1f;
    cursor:pointer;
    -moz-transition:color 0.4s ease, background-color 0.4s ease, border-color 0.4s ease;
    -webkit-transition:color 0.4s ease, background-color 0.4s ease, border-color 0.4s ease;
    -o-transition:color 0.4s ease, background-color 0.4s ease, border-color 0.4s ease;
    transition:color 0.4s ease, background-color 0.4s ease, border-color 0.4s ease;
}
a:hover {
    color:#e85224;
    text-decoration:none;
}
img {
    padding:0;
    border:none;
    text-decoration:none;
    max-width:100%;
    height:auto;
}
.v-align-middle{
    display: inline-block;
    float: none;
    vertical-align: middle;
}
.v-align-bottom{
    display: inline-block;
    float: none;
    vertical-align: bottom;
}
.v-align-top{
    display: inline-block;
    /*float: none;*/
    vertical-align: top;
}
img.product-img{
    width: 100%;
}
p {margin:0 0 10px 0}
table {
    border-collapse:collapse;
    border-spacing:0;
}
.clr {
    display:block;
    clear:both;
    height:0px;
    font-size:0px;
    line-height:0px;
}
small {
    display:block;
    font-size:13px;
    line-height:1.4;
}
.text-left {text-align:left;}
.text-right {text-align:right;}
.text-center {text-align:center;}
.block-left {float:left;}
.block-right {float:right;}
.ov-hidd {overflow:hidden;}
section, header, footer, menu, nav, aside, article, details, summary, figure, figcaption, hgroup, time, main {display:block;}
b, strong {
    font-weight:normal;
    font-family: Roboto,Arial,Helvetica,sans-serif;
}
/* Reset - End */

/*INDEX*/
.main-block {
    position:relative;
    overflow:hidden;
}
main {
    overflow:hidden;
    padding-bottom:20px;
    background:#fff;
}
.not-list{
    margin: 0;
    padding: 0;
    list-style: none;
}
.wrapper {
    position:relative;
    max-width:1180px;
    margin:0 auto;
    padding:0 32px;
}
.ruble {
    text-transform:none;
    font-family:'als_rublregular';
    font-weight:normal;
}
h1, .h1 {
    font-size:25px;
    font-weight:normal;
    font-family: Roboto,Arial,Helvetica,sans-serif;
    line-height:1.2;
    margin-bottom:16px;
}
h2, .h2 {
    font-size:18px;
    font-weight:normal;
    font-family: Roboto,Arial,Helvetica,sans-serif;
    line-height:1.5;
    margin-bottom:15px;
}
h3, .h3 {
    font-size:18px;
    font-weight:normal;
    font-family: Roboto,Arial,Helvetica,sans-serif;
    line-height:1.1;
    margin-bottom:3px;
}
.bottom-narrow {
    padding-bottom:8%;
}
.top-narrow {
    position:relative;
    padding-top:17px;
}
/* header - Begin */
header {
    position:relative;
    z-index:200;
    background:#fff;
    -webkit-box-shadow:0 -5px 16px rgba(121, 28, 26, 0.25);
    -moz-box-shadow:0 -5px 16px rgba(121, 28, 26, 0.25);
    box-shadow:0 -5px 16px rgba(121, 28, 26, 0.25);
}
.hidden-offer {
    position:relative;
    font-size:13px;
    color:#e85224;
    background:#e85224;
}
.hidden-offer .wrapper {
    padding-top:6px;
    padding-bottom:6px;
}
.hidden-offer a {
    color:#e85224;
    text-decoration:none;
}
.hidden-offer p {
    display:inline-block;
    vertical-align:baseline;
    margin:1px 14px 2px 0;
}
.hidden-offer .link-hide {
    position:relative;
    top:1px;
    display:inline-block;
    vertical-align:baseline;
    float:right;
    padding:0 24px 0 0;
    margin-left:20px;
    background:url(/bitrix/templates/eshop_bootstrap_blue/css/../images/close.png) 100% 3px no-repeat;
}
.hidden-offer .link {
    display:inline-block;
    vertical-align:baseline;
    border:1px solid #e85224;
    color:#e85224;
    font-size:11px;
    padding:1px 20px 0;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:12px;
}
.hidden-offer .link:hover {
    color:#fff;
    background:#e85224;
}
header .hhead {
    /*margin-left:200px;*/
    padding:13px 0 6px;
    border-bottom:1px solid #f8e1d4;
    font-size:1px;
    text-align:justify;
    text-justify:newspaper;
    /*text-align-last:justify;*/
}
header .hhead:after {
    content:'';
    display:inline-block;
    height:0;
    overflow:hidden;
    visibility:hidden;
    width:100%;
    line-height:0;
}
header .hhead .left,
header .hhead .right {
    display:inline-block;
    vertical-align:baseline;
    font-size:13px;
}
header .hhead .left {
    margin-right:15px;
}
header .hhead p {
    display:inline-block;
    vertical-align:middle;
    margin-bottom:0;
    text-align:left;
}
header .hhead .callback .link-icon img {
    top:3px;
}
header .hhead .title {
    position:relative;
    top:-2px;
    font-size:13px;
    margin-right:41px;
}
header .hhead .phone {
    font-size:22px;
    margin-right:20px;
}
header .hhead .phone.list-p{
    font-size: inherit;
}
header .hhead .phone a {
    cursor:default;
    text-decoration:none;
}
header .hhead .phone.list-p a{
    cursor: pointer;
}

header .hhead .right .callback {
    display:none;
    margin-right:19px;
}
header .name {
    font-size:15px;
    font-family: Roboto,Arial,Helvetica,sans-serif;
    margin-right:11px;
}
header .name a {
    text-decoration:none;
}
header .hfoot .name {
    display:none;
}
.link-icon {
    position:relative;
    display:inline-block;
    height:21px;
    text-decoration:none;
    color:#221f1f;
    font-size:15px;
    white-space:nowrap;
}
.link-icon img {
    position:absolute;
    left:0;
    top:5px;
    -webkit-transition:all 0.4s ease;
    -moz-transition:all 0.4s ease;
    -o-transition:all 0.4s ease;
    transition:all 0.4s ease;
}
.link-icon img.hover {
    -webkit-opacity:0;
    -moz-opacity:0;
    opacity:0;
    filter:alpha(opacity=0);
    -webkit-transition:all 0.6s ease;
    -moz-transition:all 0.6s ease;
    -o-transition:all 0.6s ease;
    transition:all 0.6s ease;
}
.link-icon:hover {
    color:#e85224;
}
.link-icon:hover img {
    -webkit-opacity:0;
    -moz-opacity:0;
    opacity:0;
    filter:alpha(opacity=0);
    -webkit-transition:all 0.6s ease;
    -moz-transition:all 0.6s ease;
    -o-transition:all 0.6s ease;
    transition:all 0.6s ease;
}
.link-icon:hover img.hover {
    -webkit-opacity:1;
    -moz-opacity:1;
    opacity:1;
    filter:alpha(opacity=100);
    -webkit-transition:all 0.4s ease;
    -moz-transition:all 0.4s ease;
    -o-transition:all 0.4s ease;
    transition:all 0.4s ease;
}
.link-icon.hover-style {
    padding:16px 11px 17px 37px;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
}
.link-icon.hover-style img,
.link-icon.hover-style:hover img {
    -webkit-opacity:1;
    -moz-opacity:1;
    opacity:1;
    filter:alpha(opacity=100);
}
.link-icon.hover-style:hover {
    color:#000;
    background:#eaeaea;
}
.link-icon.hover-style img {
    left:8px;
    top:18px;
}
.login .link-icon {
    height:auto;
    padding-left:0;
    padding-right:36px;
}
.login .link-icon span {
        display: inline-block;
    line-height: 1.1;
    border-color: #e5e5e5;
    color: #000;
    font-weight: 400;
    border: 1px solid #e5e5e5;
    border-radius: 3px;
    padding: 5px 15px;
}
.login .link-icon img {
    left:auto;
    right:0;
    top:-2px;
}
/*.lc-link-icon{
    background: red;
    padding: 5px 7px;
    border-radius: 50%;
    position: absolute;
    right: 0;
}*/
header .hfoot {
    /*margin-left:200px;*/
    font-size:1px;
    line-height:1;
    min-height: 60px;
    text-align:justify;
    text-justify:newspaper;
    /*text-align-last:justify;*/
    cursor:default;
}
header .hfoot:after {
    content:'';
    display:inline-block;
    height:0;
    overflow:hidden;
    visibility:hidden;
    width:100%;
    line-height:0;
}
header .hfoot .left,
header .hfoot .right {
    display:inline-block;
    vertical-align:baseline;
    font-size:13px;
    line-height:1.66;
}
header .hfoot .left {
    white-space:nowrap;
    padding:12px 0 8px;
    text-align-last:left;
}
header .hfoot .right {
    white-space:nowrap;
    text-align:right;
    /*text-align-last:right;*/
    padding:14px 0 12px;
}

#bx_basketFKauiI > p.basket_fixed {
    position: fixed;
    right: 14px;
    transform: translateY(80px);
    top: -70px;
    transition: .4s;
}
header .hfoot .logo {
    /*   position:absolute;
        left:32px;
        top:13px;
        display:inline-block;
        vertical-align:middle;*/
}
header .hfoot .logo img {
    display:block;
}
header .hfoot .menu {
    display:inline-block;
    vertical-align:baseline;
    font-size:18px;
    font-family: Roboto,Arial,Helvetica,sans-serif;
    white-space:nowrap;
}
header .hfoot .menu a {
    text-decoration:none;
    color:#221f1f;
}
header .hfoot .menu a:hover {
    color:#e85224;
}
header .hfoot .menu li {
    display:inline-block;
    vertical-align:baseline;
    margin-left:20px;
}
header .hfoot .menu li:first-child {
    margin-left:0;
}
header .hfoot .login {
    display:none;
}
header .hfoot p {
    display:inline-block;
    vertical-align:baseline;
    margin-bottom:0;
    text-align:left;
}
header .hhead p.price {
    display:none;
}
header p.price .link-icon {
    font-size:18px;
    font-family: Roboto,Arial,Helvetica,sans-serif;
}
header p.price .link-icon img {
    width:26px;
}
header p.price .link-icon.hover-style:hover,
header p.price .link-icon.hover-style {
    height:auto;
    padding:2px 10px;
    color: #E85224;
    background:#FCEAE5;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
}
header p.price .link-icon.hover-style:hover img,
header p.price .link-icon.hover-style img {
    left:15px;
    top:7px;
}
header p.price .link-icon .ruble {
    margin-left:3px;
}
header .price-float {
    position:fixed;
    z-index:900;
    height:30px;
    top:-61px;
    right:16px;
    text-decoration:none;
    text-align: left;
    color: white;
    font-size:18px;
    font-family: Roboto,Arial,Helvetica,sans-serif;
    padding: 8px 10px;
    min-width: 80px;
    background:#fff;
    background: #e85224;
    -webkit-box-shadow:0 0 10px rgba(0, 0, 0, 0.1);
    -moz-box-shadow:0 0 10px rgba(0, 0, 0, 0.1);
    box-shadow:0 0 10px rgba(0, 0, 0, 0.1);
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    -webkit-transition:color 0.4s ease, background-color 0.4s ease, border-color 0.4s ease, top 0.4s ease;
    -moz-transition:color 0.4s ease, background-color 0.4s ease, border-color 0.4s ease, top 0.4s ease;
    -o-transition:color 0.4s ease, background-color 0.4s ease, border-color 0.4s ease, top 0.4s ease;
    transition:color 0.4s ease, background-color 0.4s ease, border-color 0.4s ease, top 0.4s ease;
}
header .price-float .ruble {
    margin-left:3px;
}
header .price-float.visible {
    top:16px;
}
header .price-float:hover {
    opacity: 0.8;
}
header .price-float img {
    position:absolute;
    left:13px;
    top:13px;
    width:26px;
}
.link-dropmenu {
    display:none;
    position:relative;
    top:2px;
    margin-left:-1px;
    vertical-align:middle;
}
.link-dropmenu i {
    display:block;
    width:28px;
    height:3px;
    margin-bottom:5px;
    background:#e85224;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    -webkit-transition:background-color 0.4s ease;
    -moz-transition:background-color 0.4s ease;
    -o-transition:background-color 0.4s ease;
    transition:background-color 0.4s ease;
}
.link-dropmenu:hover i {
    background:#221f1f;
}
header .hfoot .right .jointly {
    margin-right:20px;
}
.jointly .link-icon {
    height:auto;
    font-size:18px;
    padding-left:34px;
    font-family: Roboto,Arial,Helvetica,sans-serif;
}
.jointly .link-icon img {
    left:0;
    top:7px;
}
.dropmenu {
    display:none;
    position:absolute;
    left:0;
    top:0;
    z-index:100;
    width:100%;
    padding-top:24px;
    background:rgba(255, 255, 255, 0.96);
    -webkit-box-shadow:3px 3px 4px rgba(0, 0, 0, 0.16);
    -moz-box-shadow:3px 3px 4px rgba(0, 0, 0, 0.16);
    box-shadow:3px 3px 4px rgba(0, 0, 0, 0.16);
}
.dropmenu ul li {
    position:relative;
    border-top:1px solid #f8e1d4;
}
.dropmenu ul li ul li {
    margin-left:-19px;
}
.dropmenu ul li ul li a {
    padding-left:38px;
}
.dropmenu ul li ul li ul li a {
    padding-left:57px;
}
.dropmenu ul li ul li ul li ul li a {
    padding-left:76px;
}
.dropmenu ul li:first-child {
    border-top:none;
}
.dropmenu ul {
    clear:both;
    list-style-type:none;
    margin:0 19px;
    padding:0 0 13px;
    font-size:15px;
    font-family: Roboto,Arial,Helvetica,sans-serif;
}
.dropmenu ul a {
    display:block;
    color:#e85224;
    text-decoration:none;
    margin:0 -19px 0 -19px;
    padding:6px 52px 7px 19px;
}
.dropmenu ul a:hover {
    background:#fbefe7;
}
.dropmenu ul ul {
    display:none;
    margin-right:0;
    margin-left:0;
    padding-bottom:0;
    padding-left:20px;
    border-top:1px solid #f8e1d4;
}
.dropmenu li.drop:after {
    content:'\f107';
    font-family: FontAwesome;
    cursor:pointer;
    font-size: 2em;
    position:absolute;
    right:8px;
    top:-5px;
    -webkit-transform:rotate(0);
    -moz-transform:rotate(0);
    -o-transform:rotate(0);
    transform:rotate(0);
    -webkit-pointer-events:none;
    -moz-pointer-events:none;
    -o-pointer-events:none;
    pointer-events:none;
}
.dropmenu li.drop.visible:after {
    -webkit-transform:rotate(180deg);
    -moz-transform:rotate(180deg);
    -o-transform:rotate(180deg);
    transform:rotate(180deg);
}
.dropmenu .mobile-login {
    display:none;
}
.dropmenu .link-close {
    position:relative;
    float:right;
    padding-right:28px;
    color:#e85224;
    text-decoration:none;
    margin-bottom:12px;
}
.dropmenu .link-close i{
    font-size: 2em;
}
.dropmenu .link-close img {
    position:absolute;
    right:0;
    top:2px;
}
/* header - End */

/* .main-slider - Begin */
#main-slider {
    width:100%;
    min-height:360px;
    -webkit-box-shadow: 0 5px 15px rgba(0,0,0,0.3);
    -moz-box-shadow: 0 5px 15px rgba(0,0,0,0.3);
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
}
#main-slider .bg-shadow {
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    color:#fff;
    background:url(/bitrix/templates/eshop_bootstrap_blue/css/../images/bg_shadow.png) 0 0 repeat;
}
#main-slider .rsABlock {
    position:relative;
    height:100%;
    text-align:center;
    padding-top:31px;
}
#main-slider .rsABlock .subtitle {
    font-size:22px;
    color:#e85224;
    font-family: Roboto,Arial,Helvetica,sans-serif;
}
#main-slider .rsABlock .title {
    font-size:75px;
    padding:40px 18% 0;
    margin-bottom:0;
    line-height:1.02;
    white-space:nowrap;
    text-transform:uppercase;
    font-family: "MyriadProCondBold", sans-serif;
}
#main-slider .rsABlock .title small {
    display:block;
    font-size:45px;
    text-transform:none;
    line-height:1;
}
#main-slider .rsABlock .title span {
    display:inline-block;
    vertical-align:middle;
    white-space:normal;
}
#main-slider .rsABlock .title:after {
    content:'';
    width:1px;
    height:200px;
    margin-left:-1px;
    display:inline-block;
    vertical-align:middle;
}
#main-slider .rsABlock .text-center {
    padding-top:15px;
}
.bt_link {
    display:inline-block;
    vertical-align:middle;
    text-align:center;
    color:#221f1f;
    line-height:1.2;
    text-decoration:none;
    font-size:15px;
    padding:9px 38px 11px;
    background:#e85224;
    font-family: Roboto,Arial,Helvetica,sans-serif;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
}
.bt_link.black.big {
    font-size:18px;
    padding:17px 44px;
}
.bt_link.white {
    font-size:18px;
    color:white;
    background:none;
    border:1px solid white;
    text-shadow:0 0 6px rgba(121, 28, 26, 0.55);
    -webkit-box-shadow:0 0 6px rgba(121, 28, 26, 0.25), 0 0 6px rgba(121, 28, 26, 0.25) inset;
    -moz-box-shadow:0 0 6px rgba(121, 28, 26, 0.25), 0 0 6px rgba(121, 28, 26, 0.25) inset;
    box-shadow:0 0 6px rgba(121, 28, 26, 0.25), 0 0 6px rgba(121, 28, 26, 0.25) inset;
}
.bt_link.black {
    border:none;
    color:#e85224;
    font-size:18px;
    padding:13px 48px 15px;
    background:#e85224;
    color: white;
}
.bt_link:hover {
    color:#e85224;
    background:#221f1f;
}
.bt_link.white:hover {
    color:white;
    border-color:#e85224;
    background:#e85224;
    text-shadow:none;
    -webkit-box-shadow:none;
    -moz-box-shadow:none;
    box-shadow:none;
}
.bt_link.black:hover {
    color:#e85224;
    background:#FCEAE5;
}
.bt_link.disabled, .bt_link[disabled] {
    cursor:default;
    color:#DCC7C1;
    background:#FCEAE5;
}
#main-slider .scroll-down {
    position:absolute;
    height:0;
    bottom:0;
    left:0;
    width:100%;
    text-align:center;
    font-size:13px;
}
#main-slider .scroll-down span {
    display:inline-block;
    position:relative;
    top:-53px;
}
#main-slider .bt_link.white {
      font-size: 18px;
    text-transform: none;
        background: rgba(228,35,41,0.8);
    border-color: rgba(228,35,41,1);
    border-radius: 20px;
    box-shadow: none;
}
/*
#main-slider .rsArrow {
display:none !important;
}
*/
/* .main-slider - End */

/* .bg_gray - Begin */
.bg_gray {
    padding:25px 0 13px;
    margin-bottom:24px;
    background:#fff !important;
    background-size: 300px;
}
/* .bg_gray - End */

/* .item - Begin */
.item {
    position:relative;
    padding-bottom:13px;
    background:#fff;
    -webkit-box-shadow:0 1px 4px rgba(121, 28, 26, 0.15);
    -moz-box-shadow:0 1px 4px rgba(121, 28, 26, 0.15);
    box-shadow:0 1px 4px rgba(121, 28, 26, 0.15);
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.tile-item li:hover .item {
    /*    -webkit-box-shadow:0 4px 4px rgba(121, 28, 26, 0.30);
        -moz-box-shadow:0 4px 4px rgba(121, 28, 26, 0.30);
        box-shadow:0 4px 4px rgba(121, 28, 26, 0.30);*/
}
.bg_gray .tile-item li:hover .item {
    -webkit-box-shadow:0 4px 4px rgba(121, 28, 26, 0.30);
    -moz-box-shadow:0 4px 4px rgba(121, 28, 26, 0.30);
    box-shadow:0 4px 4px rgba(121, 28, 26, 0.30);
}
.item .img,
.special-offer .img {
    position:relative;
    min-height:120px;
    margin-bottom:9px;
}
.special-offer .img img{
    max-width: 220px;
}
.item .img .ov-hidd,
.special-offer .img .ov-hidd {
    position:relative;
    min-height:120px;
    /*background:#32231c;*/
    background: transparent;
}
.item .img > img:first-child,
.special-offer .img a > img:first-child,
.item .img .ov-hidd img ,
.special-offer .img a .ov-hidd img {
    position:relative;
    /* vertical-align:top; */
    display:block;
    -webkit-transition:all 0.8s ease-in-out;
    -moz-transition:all 0.8s ease-in-out;
    -o-transition:all 0.8s ease-in-out;
    transition:all 0.8s ease-in-out;
}
.special-offer .img img {
    display:block;
    position:relative;
}
.item .img .flag,
.special-offer .img .flag,
.dish .img .flag {
    position:absolute;
    right:10px;
    top:10px;
    width:35px;
}
.item .img .action,
.special-offer .img .action,
.dish .img .action {
    position:absolute;
    left:-3px;
    top:-3px;
    width:76px;
}
.action-label-menu{
    z-index: 25;
}
.item .prop,
.special-offer .prop,
.dish .prop {
    position:absolute;
    z-index:5;
    right:14px;
    top:-7px;
}
.dish .prop {
    position:absolute;
    z-index:5;
    width:65%;
    left:-20px;
    top:-7px;
    text-align:right;
    height:0;
    -webkit-pointer-events:none;
    -moz-pointer-events:none;
    -o-pointer-events:none;
    pointer-events:none;
}
.dish .img .action {
    -webkit-pointer-events:none;
    -moz-pointer-events:none;
    -o-pointer-events:none;
    pointer-events:none;
}
.item .prop img,
.special-offer .prop img,
.dish .prop img {
    width:44px;
    background:#a98280;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    border-radius:50%;
}
.item a:hover .img > img:first-child,
.item a.hover .img > img:first-child,
.special-offer .img a:hover > img:first-child,
.item a:hover .img .ov-hidd img,
.item a.hover .img .ov-hidd img,
.special-offer .img a:hover .ov-hidd img {
    /*
    -webkit-opacity:0.8;
    -moz-opacity:0.8;
    opacity:0.8;
    filter:alpha(opacity=80);
    -webkit-transform:scale(1.2);
    -moz-transform:scale(1.2);
    -o-transform:scale(1.2);
    transform:scale(1.2);
    */
}
.item .title {
    min-height:56px;
    padding:0 13px;
    font-size:18px;
    font-family: Roboto,Arial,Helvetica,sans-serif;
    line-height:1.1;
    letter-spacing:normal;
    -webkit-hyphens:auto;
    -moz-hyphens:auto;
    -ms-hyphens:auto;
    hyphens:auto;
	    font-weight: 700;
    font-size: 25px;
    line-height: 25px;
}
.item .summary {
    /*    overflow:hidden;*/
    margin:0 10px;
}
.item a {
    text-decoration:none;
}
.item .weight {
    color:#e85224;
    font-size:13px;
    margin-bottom:1px;
}
.item .price {
    float:left;
    font-size:25px;
    color:#221f1f;
    font-family: Roboto,Arial,Helvetica,sans-serif;
    margin-bottom:0;
    padding-top:2px;
    line-height:1;
}
.item .add-cart {
    float:right;
    display:block;
    margin-left:5px;
    margin-top:-4px;
    -webkit-transition:opacity 0.4s ease;
    -moz-transition:opacity 0.4s ease;
    -o-transition:opacity 0.4s ease;
    transition:opacity 0.4s ease;
}
.item .add-cart:hover {
    -webkit-opacity:0.7;
    -moz-opacity:0.7;
    opacity:0.7;
    filter:alpha(opacity=70);
}
.item .add-cart img {
    display:block;
}
.item .summary.news_diz{
	margin: 0 15px;
}
.item .summary.news_diz .title{

}
.sostav_teaser.desctop{
	padding:0px;
}
.addtocart-icon{
    background: transparent !important;
    padding: 9px 2px 8px 6px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-size: 1.3em;
    color: white;
    -webkit-transition:all 0.4s ease;
    -moz-transition:all 0.4s ease;
    -o-transition:all 0.4s ease;
    transition:all 0.4s ease;
}
.item .count-item {
    margin-top:-4px;
}
.item .bt_link {
    display:none;
    clear:both;
    position:relative;
    top:8px;
    margin-bottom:8px;
    padding-left:5px;
    padding-right:5px;
}
.item.small .title {
    min-height:60px;
}
.item.small .bt_link {
    display:block;
}
.item.small .add-cart {
    display:none;
}
.item.small .price {
    font-size:22px;
    padding-top:3px;
}
.item.super-small .title {
    min-height:46px;
    font-size:14px;
    margin-bottom:7px;
}
.item.small .prop img {
    width:38px;
}
.item.small .img .action {
    width:68px;
}
.item.super-small .prop {
    right:7px;
}
.item.super-small .img .action {
    width:62px;
}
.item.super-small .prop img {
    width:30px;
}
.item.super-small .bt_link {
    display:none;
    padding-top:9px;
    padding-bottom:9px;
}
.item.super-small .add-cart {
    display:block;
    clear:left;
    margin-top:1px;
}
.item.super-small .count-item {
    float:left;
    clear:left;
    padding-top:0;
    margin-top:0;
}
.item.super-small .weight {
    margin-bottom:1px;
}
.item.super-small .price {
    float:none;
    padding-top:0;
    margin-bottom:8px;
}
.flag {
    display:none !important;
}
/* .item - End */

/* .tile-item - Begin */
.tile-item {
    list-style-type:none;
    margin-left:-20px;
	display: flex;
	flex-wrap: wrap;
}
.tile-item li {
    display:inline-block;
    vertical-align:top;
    width:25%;
    margin-bottom:22px;
}
.tile-item li .item {
    margin-left:20px;
}
.tile-item.menu-main li {
    margin-bottom:20px;
}
.tile-item.menu-main .item{
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    -webkit-box-shadow: 0 5px 15px rgba(0,0,0,0.4);
    -moz-box-shadow: 0 5px 15px rgba(0,0,0,0.4);
    box-shadow: 0 5px 15px rgba(0,0,0,0.4);
}
.tile-item.menu-main img{
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}
.tile-item.menu-main .item{
    background: transparent;
}
.tile-item.menu-main .item:hover{
    -webkit-transform: none;
    -moz-transform: none;
    transform: none;
}
.menu-main .item {
    min-height:inherit;
    padding-bottom:0;
    background:#f6f6f6;
}
.menu-main .item .title {
    position:absolute;
    left:0;
    top:0;
    right:0;
    bottom:25px;
    padding:0 10px;
    line-height:0.9;
    min-height:inherit;
    font-size:25px;
    color:#9b4787;
    font-weight:normal;
    text-align:center;
    margin-bottom:0;
    white-space:nowrap;
    font-family: Roboto,Arial,Helvetica,sans-serif;
    /*    -webkit-box-shadow:0 -90px 50px -50px rgba(79, 28, 0, 0.4) inset;
        -moz-box-shadow:0 -90px 50px -50px rgba(79, 28, 0, 0.4) inset;
        box-shadow:0 -90px 50px -50px rgba(79, 28, 0, 0.4) inset;*/
    -webkit-hyphens:none;
    -moz-hyphens:none;
    -ms-hyphens:none;
    hyphens:none;
    text-shadow: 0px -10px 15px white, 0 10px 15px white, -10px 0 15px white, 10px 0 15px white;
    /*height: 100%;*/
    -webkit-transition:all 0.2s ease;
    -moz-transition:all 0.2s ease;
    -o-transition:all 0.2s ease;
    transition:all 0.2s ease;
}
.menu-main .item:hover img{

}
/*.menu-main .item .title span {
    display: block;
    white-space: normal;
    top: 50%;
    position: relative;
    margin-top: -9px;
}*/
.menu-main .item .title:after {
    content:'';
    display:inline-block;
    vertical-align:bottom;
    width:1px;
    height:100%;
    margin-left:-1px;
}
.menu-main .item .img {
    margin-bottom:0;
}
.menu-main .item p {
    margin-bottom:0;
}
/* .tile-item - End */

/* .tabs-link - Begin */
.tabs-container {
    margin-bottom:5px;
}
.tabs-link {
    font-size:15px;
    font-family: Roboto,Arial,Helvetica,sans-serif;
    margin-bottom:13px;
    margin-left:-1px;
}
.tabs-link a {
    display:inline-block;
    vertical-align:baseline;
    color:#e85224;
    text-align:center;
    text-decoration:none;
    line-height:1.1;
    padding:11px 4% 12px;
    margin-bottom:11px;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    -o-box-sizing:border-box;
    box-sizing:border-box;
    -webkit-transition:all 0.4s ease;
    -moz-transition:all 0.4s ease;
    -o-transition:all 0.4s ease;
    transition:all 0.4s ease;
}
.tabs-link.padding-fix {
    padding-top:13px;
    font-size:18px;
}
.tabs-link.padding-fix a {
    position:relative;
    padding-left:20px;
    padding-right:20px;
    padding-top:9px;
    padding-bottom:11px;
    color:#221f1f;
}
.tabs-link.padding-fix a.active {
    color: white;
    background: #e85224;
}
.callback a{
    padding: 5px 0px;
    font-weight: 400;
    color: #9b9b9b;
    font-size: 16px;
    border-bottom: 1px dashed;
    margin-top: -5px;
}
.callback a i{
	color: #333 !important;
}
#addedToCart .icon-good{
	color:#d91e26;
}
header .hfoot .menu a{
	font-weight: 400 !important;
    font-size: 16px;
    color: #000;
    text-decoration: none;
    border-bottom: 1px dashed;
    white-space: nowrap;
}
.tabs-link.no-tabs.padding-fix a {
        margin-bottom: 5px;
    font-weight: 400;
    font-size: 16px;
    color: #000;
    text-decoration: none;
    border-bottom: 1px dashed;
    white-space: nowrap;
    border-radius: 0px;
    padding: 2px;
    margin-right: 5px;
}
.tabs-link.no-tabs.additionally.menu-pc.fixblock.fixed a{
	border-bottom: 1px dashed;
    border-radius: 0px;
    padding: 0px;
    margin: 0px 15px;
    font-weight: 400;
    font-size: 17px;
}
.tabs-link.no-tabs.additionally.menu-pc.fixblock.fixed a.active{
	font-weight:600;
	border-bottom: 1px solid;
}
.tabs-link a:hover {
    color:#e85224;
    background:#FCEAE5;
}
.tabs-link a.active {
    cursor:default;
    color:white;
    background:#e85224;
}
.tabs-link a.link {
    color:#221f1f;
    background:#e85224;
}
.tabs-link a.link:hover {
    color:#e85224;
    background:#221f1f;
}
.link-back {
    display:none;
}
.tabs-link .link-back,
.link-back {
    position:relative;
    float:right;
    padding:0 0 0 17px;
    font-size:13px;
    text-decoration:none;
    text-transform:none;
    font-weight:normal;
    letter-spacing:normal;
    text-align:right;
    border:none;
    margin:16px 0 16px;
}
.tabs-link .link-back {
    display:block;
}
.tabs-link .link-back img,
.link-back img {
    position:absolute;
    left:0;
    top:1px;
    -webkit-transition:all 0.4s ease;
    -moz-transition:all 0.4s ease;
    -o-transition:all 0.4s ease;
    transition:all 0.4s ease;
}
.tabs-link .link-back:hover,
.link-back:hover {
    background:none;
}
.tabs-link .link-back img.hover,
.link-back img.hover {
    -webkit-opacity:0;
    -moz-opacity:0;
    opacity:0;
    filter:alpha(opacity=0);
    -webkit-transition:all 0.6s ease;
    -moz-transition:all 0.6s ease;
    -o-transition:all 0.6s ease;
    transition:all 0.6s ease;
}
.tabs-link .link-back:hover img,
.link-back:hover img {
    -webkit-opacity:0;
    -moz-opacity:0;
    opacity:0;
    filter:alpha(opacity=0);
    -webkit-transition:all 0.6s ease;
    -moz-transition:all 0.6s ease;
    -o-transition:all 0.6s ease;
    transition:all 0.6s ease;
}
.tabs-link .link-back:hover img.hover,
.link-back:hover img.hover {
    -webkit-opacity:1;
    -moz-opacity:1;
    opacity:1;
    filter:alpha(opacity=100);
    -webkit-transition:all 0.4s ease;
    -moz-transition:all 0.4s ease;
    -o-transition:all 0.4s ease;
    transition:all 0.4s ease;
}
/* .tabs-link - End */

/* .second-restaurant - Begin */
.second-restaurant {
    margin-bottom:38px;
    padding-top:15px;
    text-align:center;
    border-top:1px solid #f8e1d4;
}
.second-restaurant .subtitle {
    font-size:18px;
    margin-bottom:4px;
}
.second-restaurant .img {
    position:relative;
    height:292px;
    overflow:hidden;
    background:#491110;
}
.second-restaurant .img > img {
    position:absolute;
    max-width:none;
    display:block;
    left:50%;
    top:0;
    margin-left:-590px;
}
.second-restaurant .img .bg_shadow {
    position:absolute;
    left:0;
    top:0;
    width:90%;
    height:100%;
    padding:0 5%;
    color:#fff;
    text-align:center;
    white-space:nowrap;
    /*	background:url(/bitrix/templates/eshop_bootstrap_blue/css/../images/bg_shadow2.png) 0 0 repeat;*/
}
.second-restaurant .img .middle {
    display:inline-block;
    vertical-align:middle;
    white-space:normal;
}
.second-restaurant .img .bg_shadow:after {
    content:'';
    display:inline-block;
    vertical-align:middle;
    position:relative;
    width:1px;
    height:100%;
    margin-left:-1px;
}
.second-restaurant h2,
.second-restaurant .h2 {
    font-size:25px;
    margin-bottom:28px;
    line-height:1.1;
}
.second-restaurant .logo-mario {
    width:388px;
    margin:0 auto 5px;
}
.second-restaurant .img h2,
.second-restaurant .img .h2 {
    font-size: 65px;
    line-height: 1;
    margin-bottom: 0;
    font-weight: normal;
    text-transform: none;
    letter-spacing: normal;
    font-family: Roboto,Arial,Helvetica,sans-serif;
    /* margin-bottom: 10px; */
}
.second-restaurant .img .subtitle {
    margin-bottom: 15px;
}
/* .second-restaurant - End */

/* .two-columns - Begin */
.two-columns {
    list-style-type:none;
    margin-left:-20px;
}
.two-columns li {
    display:inline-block;
    vertical-align:top;
    width:50%;
    margin-bottom:34px;
}
.two-columns li .narrow {
    padding-left:20px;
}
.two-columns .bt_link {
    display:block;
    max-width:240px;
    margin-top:31px;
    padding-left:4%;
    padding-right:4%;
}
/* .two-columns - End */

/* .select - Begin */
/*
.select {
position:relative;
display:inline-block;
vertical-align:middle;
margin-bottom:7px;
}
.select select {
position:absolute;
z-index:4;
width:100%;
height:33px;
left:0;
top:0;
padding:0;
margin:0;
border:none;
cursor:pointer;
}
.select .arrow {
display:block;
position:absolute;
right:1px;
top:1px;
width:25px;
height:32px;
z-index:3;
background:#fff url(/bitrix/templates/eshop_bootstrap_blue/css/../images/bg_select.png) 33% 50% no-repeat;
-webkit-border-radius:10px;
-moz-border-radius:10px;
border-radius:10px;
-webkit-box-shadow:-12px 1px 6px -6px #fff;
-moz-box-shadow:-12px 1px 6px -6px #fff;
box-shadow:-12px 1px 6px -6px #fff;
-webkit-transition:opacity 0.4s ease;
-moz-transition:opacity 0.4s ease;
-o-transition:opacity 0.4s ease;
transition:opacity 0.4s ease;
}
.select.error .arrow {
background-color:transparent;
}
.select.disabled .arrow {
-webkit-opacity:0.5;
-moz-opacity:0.5;
opacity:0.5;
filter:alpha(opacirty=50);
}
.select input[type="text"] {
position:relative;
z-index:2;
width:100%;
margin:0 !important;
background:#fff;
}
.select.focus input[type="text"] {
border-color:#e85224;
}
.count-item .select select {
height:37px;
}
.select input[type="text"]:disabled + select {
display:none;
}
.count-item .select .arrow {
width:20px;
height:35px;
right:1px;
top:1px;
background:#fff url(/bitrix/templates/eshop_bootstrap_blue/css/../images/bg_select.png) 33% 50% no-repeat;
-webkit-border-radius:9px;
-moz-border-radius:9px;
border-radius:9px;
}
.count-item .select input[type="text"] {
height:37px;
text-align:center;
color:#221f1f;
font-family: Roboto,Arial,Helvetica,sans-serif;
border:1px solid #ebcccc !important;
padding:8px 26px 9px 9px !important;
-webkit-border-radius:9px;
-moz-border-radius:9px;
border-radius:9px;
}
.count-item {
float:right;
width:55px;
}
.count-item .select {
width:100%;
margin-bottom:0;
}
.note .count-item {
float:left;
margin-top:0;
margin-right:15px;
}
.note .select input[type="text"] {
border-color:#e85224 !important;
background:#FCEAE5 !important;
}
.note .count-item .select .arrow {
background-color:#FCEAE5;
-webkit-box-shadow:-12px 1px 6px -6px #FCEAE5;
-moz-box-shadow:-12px 1px 6px -6px #FCEAE5;
box-shadow:-12px 1px 6px -6px #FCEAE5;
}
*/
/* .select - End */

/* .select - Begin */
.select {
    position:relative;
    display:inline-block;
    width:100%;
    margin-bottom:7px;
    -webkit-border-radius:9px;
    -moz-border-radius:9px;
    border-radius:9px;
}
#cart-bottom .select{
    width: 220px;
}
.item .select,
.dish .select {
    width:auto;
    margin:0;
}
.select.succinit{
    box-shadow: none;
    background-size:10px;
}
.select select {
    background: transparent;
    color: #221f1f;
    width:100%;
    height:33px;
    left:0;
    top:0;
    margin:0;
    border: 1px solid #e85224;
    cursor:pointer;
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
    padding: 0px 19px 0px 9px;
    -webkit-appearance: none;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
}

select[disabled]{
    background: #F0F0F0;
    cursor: default;
}
.select input[type="text"]:disabled + select {
    display:none;
}
.count-item .select {
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
}
.count-item .select:after,
.select.succinit:after{
    content: '\f107';
    font-family: FontAwesome;
    position: absolute;
    right: 8px;
    top: 50%;
    font-size: 22px;
    line-height: 1;
    pointer-events:none;
    margin-top: -11px;
}
.count-item .select select{
    height:37px;
    text-align:center;
    border:1px solid #E85224;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    font-family: Roboto,Arial,Helvetica,sans-serif;
}
.count-item {
    float:right;
    width:54px;
}
.count-item .select {
    width:100%;
    margin-bottom:0;
}
.note .count-item {
    float:left;
    margin-top: 1px;
    margin-right:15px;
}
.note .select select {
    border-color:#e85224 !important;
    background: transparent !important;
}
/* .select - End */

/* footer - Begin */
footer {
    overflow:hidden;
    padding:14px 0 18px;
    -webkit-box-shadow: inset 0 7px 13px rgba(0,0,0,.3);
    -moz-box-shadow: inset 0 7px 13px rgba(0,0,0,.3);
    box-shadow: inset 0 7px 13px rgba(0,0,0,.3);
}
footer ul {
    float:left;
    list-style-type:none;
    width:125px;
    margin-right:5%;
    padding-top:10px;
    font-size:18px;
    font-family: Roboto,Arial,Helvetica,sans-serif;
}
footer ul:first-child {
    width:100px;
    margin-right:20px;
}
footer ul li {
    margin-bottom:10px;
}
footer ul a {
    text-decoration:none;
    color:#e85224;
}
footer ul a:hover {
    color:#221f1f;
}
footer .narrow {
    position:relative;
    overflow:hidden;
    font-size:13px;
    padding-top:10px;
}
footer .copyright {
    line-height:1.35;
    padding-top:2px;
    overflow:hidden;
}
footer .copyright img {
    float:left;
    margin-right:16px;
}
footer .copyright .summary {
    display:block;
    overflow:hidden;
    padding-top:3px;
}
footer dl {
    overflow:hidden;
}
footer dl dt {
    display:inline-block;
    vertical-align:middle;
    margin-bottom:8px;
    margin-right:7px;
}
footer dl dd {
    display:inline-block;
    vertical-align:middle;
    cursor:default;
}
footer dl dd img {
    display:inline-block;
    vertical-align:middle;
    margin-right:5px;
    margin-bottom:8px;
}
footer dl.left {
    padding-top:5px;
    margin-right:120px;
    margin-bottom:75px;
}
footer dl.right {
    float:right;
    text-align:right;
    padding-left:20px;
}
footer dl.right dd img {
    margin-right:0;
    margin-left:2px;
}
footer dl.right dt {
    margin-right:5px;
}
footer dl dd a {
    position:relative;
    display:inline-block;
}
footer dl dd a img.hover {
    position:absolute;
    left:0;
    top:0;
    -webkit-opacity:0;
    -moz-opacity:0;
    opacity:0;
    filter:alpha(opacity=0);
    -webkit-transition:all 0.6s ease;
    -moz-transition:all 0.6s ease;
    -o-transition:all 0.6s ease;
    transition:all 0.6s ease;
}
footer dl dd a:hover img {
    -webkit-opacity:0;
    -moz-opacity:0;
    opacity:0;
    filter:alpha(opacity=0);
    -webkit-transition:all 0.6s ease;
    -moz-transition:all 0.6s ease;
    -o-transition:all 0.6s ease;
    transition:all 0.6s ease;
}
footer dl dd a:hover img.hover {
    -webkit-opacity:1;
    -moz-opacity:1;
    opacity:1;
    filter:alpha(opacity=100);
    -webkit-transition:all 0.4s ease;
    -moz-transition:all 0.4s ease;
    -o-transition:all 0.4s ease;
    transition:all 0.4s ease;
}


footer .link-top {
    position:absolute;
    right:0;
    top:16px;
    text-decoration:none;
    color:#e85224;
}
footer .link-top:hover {
    color:#221f1f;
}
footer .link-top img,
footer .link-top span {
    display:inline-block;
    vertical-align:middle;
}
footer .link-top img {
    position:absolute;
    right:0;
    top:-5px;
    width:37px;
    -webkit-transition:all 0.4s ease;
    -moz-transition:all 0.4s ease;
    -o-transition:all 0.4s ease;
    transition:all 0.4s ease;
}
footer .link-top span {
    margin-right:45px;
}
footer .link-top img.hover {
    -webkit-opacity:0;
    -moz-opacity:0;
    opacity:0;
    filter:alpha(opacity=0);
    -webkit-transition:all 0.6s ease;
    -moz-transition:all 0.6s ease;
    -o-transition:all 0.6s ease;
    transition:all 0.6s ease;
}
footer .link-top:hover img {
    -webkit-opacity:0;
    -moz-opacity:0;
    opacity:0;
    filter:alpha(opacity=0);
    -webkit-transition:all 0.6s ease;
    -moz-transition:all 0.6s ease;
    -o-transition:all 0.6s ease;
    transition:all 0.6s ease;
}
footer .link-top:hover img.hover {
    -webkit-opacity:1;
    -moz-opacity:1;
    opacity:1;
    filter:alpha(opacity=100);
    -webkit-transition:all 0.4s ease;
    -moz-transition:all 0.4s ease;
    -o-transition:all 0.4s ease;
    transition:all 0.4s ease;
}
/* footer - End */

/* .lightbox - Begin */
.lightbox {
    position:relative;
    max-width:302px;
    margin:52px auto 10px;
    padding:24px 38px 8px;
    text-align:center;
    background:#fff;
    -webkit-border-radius:18px;
    -moz-border-radius:18px;
    border-radius:18px;
    -webkit-box-shadow:0 0 25px rgba(3,3,3,0.25);
    -moz-box-shadow:0 0 25px rgba(3,3,3,0.25);
    box-shadow:0 0 25px rgba(3,3,3,0.25);
}
.lightbox.phone-numbers {
    max-width: 300px;
}
.lightbox.notification {
    max-width:222px;
    padding:27px 35px 9px;
}
.lightbox.notification .mfp-close {
    display:none !important;
}
.link-close-lightbox {
    padding-bottom:15px;
    margin-top:-5px;
}
.link-close-lightbox a {
    text-decoration:none;
    border-bottom:1px dashed;
}
.icon-good {
    display:block;
    text-align:center;
    margin-bottom:10px;
    font-size: 100px;
}
.lightbox.delivery-light {
    max-width:560px;
}
.lightbox.condition-light {
    max-width:1100px;
    text-align:left;
}
.lightbox.condition-light p {
    margin-bottom:7px;
}
.lightbox.condition-light ul {
    list-style-type:none;
    padding-top:28px;
}
.lightbox.condition-light ul li {
    width: 100%;
    margin-bottom:14px;
}
.lightbox.condition-light ul li:first-child {
    width: 100%;
}
.lightbox.condition-light h3,
.lightbox.condition-light .h3 {
    margin-bottom:10px;
}
.lightbox.delivery-light button {
    width:auto;
    padding-left:43px;
    padding-right:43px;
    margin-top:5px;
}
.lightbox small,
.lightbox .small {
    display:block;
    font-size:13px;
    line-height:1.36;
}
.lightbox .title {
    font-size:20px;
    font-family: Roboto,Arial,Helvetica,sans-serif;
    line-height:1.2;
    margin-bottom:15px;
}
.lightbox .title + button {
    margin-top:11px;
}
.lightbox p + button {
    margin-top:8px;
}
.lightbox input[type="text"],
.lightbox input[type="tel"],
.lightbox input[type="password"],
.lightbox input[type="email"],
.lightbox textarea,
.lightbox .select {
    width:100%;
    padding:9px 18px 10px;
}
.lightbox .select {
    padding:0;
}
.lightbox p {
    margin-bottom:21px;
}
.lightbox h2,
.lightbox .h2 {
    font-size:20px;
    line-height:1.2;
}
.lightbox .button,
.lightbox button {
    width:100%;
    margin-bottom:21px;
    margin-top:12px;
}
#callback input[type="text"],
#callback input[type="tel"],
#callback input[type="password"],
#callback input[type="email"],
#callback textarea {
    text-align: left;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
}
#callback input{
    text-align: left;
}
/* .lightbox - End */

/* input[type="text"] - Begin */
input[type="text"],
input[type="tel"],
input[type="email"],
input[type="password"],
textarea {
    height:34px;
    padding:6px 18px 7px;
    margin-bottom:7px;
    color:#221f1f;
    font-size:15px;
    font-family: "MyriadProRegular", sans-serif;
    border:1px solid #ebcccc;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    -o-box-sizing:border-box;
    box-sizing:border-box;
}
input[type="text"]:disabled,
input[type="tel"]:disabled,
input[type="password"]:disabled,
input[type="email"]:disabled,
textarea:disabled {
    -webkit-opacity:0.5;
    -moz-opacity:0.5;
    opacity:0.5;
    filter:alpha(opacity=50);
}
textarea {
    height:102px;
    resize:none;
    overflow:auto;
}
.lightbox textarea {
    height:137px;
}
#leave-comment.lightbox textarea {
    height:102px;
}
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
textarea:focus {
    border-color:#e85224;
}
input.error[type="text"],
input.error[type="tel"],
input.error[type="email"],
input.error[type="password"],
textarea.error {
    border-color:#d2a2a2;
    -webkit-box-shadow:0 0 10px rgba(255, 0, 0, 0.21) inset;
    -moz-box-shadow:0 0 10px rgba(255, 0, 0, 0.21) inset;
    box-shadow:0 0 10px rgba(255, 0, 0, 0.21) inset;
}
/* input[type="text"] - End */

/* button - Begin */
button,
.button {
    display:inline-block;
    border:none;
    font-size:18px;
    color:white;
    font-family: Roboto,Arial,Helvetica,sans-serif;
    text-align:center;
    padding:10px 23px 11px;
    cursor:pointer;
    background:#9b4787;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    -o-box-sizing:border-box;
    box-sizing:border-box;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    -webkit-transition:all ease 0.4s;
    -moz-transition:all ease 0.4s;
    -o-transition:all ease 0.4s;
    transition:all ease 0.4s;
}
button:hover,
.button:hover {
    color:#9b4787;
    background:#CA9CBF;
}
button.disabled,
.button.disabled,
button.disabled:hover,
.button.disabled:hover {
    cursor:default;
    color:#c4c4c4;
    background:#eee;
}
button.preloader,
.button.preloader,
button.preloader:hover,
.button.preloader:hover {
    cursor:default;
    color:transparent;
    background:#eee url(/bitrix/templates/eshop_bootstrap_blue/css/../images/preloader.gif) 50% 50% no-repeat;
    -webkit-transition:none;
    -moz-transition:none;
    -o-transition:none;
    transition:none;
}
button.bt_link {
    display:inline-block;
    vertical-align:middle;
    text-align:center;
    color:white;
    line-height:1.2;
    text-decoration:none;
    font-size:15px;
    padding:9px 38px 11px;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
}
button.bt_link.disabled {
    cursor:default;
    color:#EFD3CB;
    background:#FCEAE5;
}
button.bt_link.preloader,
.button.bt_link.preloader,
button.bt_link.preloader:hover,
.button.bt_link.preloader:hover {
    cursor:default;
    color:transparent;
    background:#fff url(/bitrix/templates/eshop_bootstrap_blue/css/../images/preloader2.gif) 50% 50% no-repeat;
    -webkit-transition:none;
    -moz-transition:none;
    -o-transition:none;
    transition:none;
}
input.bt_link{
    border: none;
    cursor: pointer;
}
/* button - End */

/* .error404 - Begin */
.error404 {
    padding:9% 0 12%;
    text-align:center;
}
.error404 h1,
.error404 .h1 {
    margin-bottom:22px;
}
.error404 .bt_link {
    margin-top:14px;
}
.error404 img {
    margin-bottom:15px;
}
/* .error404 - End */

/* .login-page - Begin */
.login-page {
    max-width:400px;
    margin:0 auto;
    padding:6% 0 12%;
    text-align:center;
}
.login-page p {
    margin-bottom:13px;
}
.login-page .hide {
    display:none;
}
.login-page .hide.visible {
    display:block;
}
.login-page input[type="text"],
.login-page input[type="tel"],
.login-page input[type="email"],
.login-page input[type="password"] {
    width:215px;
    text-align:center;
    margin-bottom:16px;
}
.login-page .button,
.login-page button {
    width:215px;
    margin-bottom:22px;
}
.login-page .color-orange {
    padding-bottom:3px;
}
.social-login p {
    margin-bottom:12px;
}
.social-login .soc-button {
    display:inline-block;
    vertical-align:top;
    width:48px;
    height:48px;
    padding:9px 0;
    text-decoration:none;
    font-family: Roboto,Arial,Helvetica,sans-serif;
    font-size:18px;
    letter-spacing:0.08em;
    text-align:center;
    margin:0 1px;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    -o-box-sizing:border-box;
    box-sizing:border-box;
    -webkit-border-radius:50$;
    -moz-border-radius:50%;
    border-radius:50%;
}
.social-login .fb {
    color:#fff;
    background:#3b5998;
}
.social-login .fb:hover {
    background:#4162a7;
    cursor: pointer;
}
.social-login .vk {
    color:#fff;
    background:#4c75a3;
}
.social-login .vk:hover {
    background:#527eb0;
    cursor: pointer;
}
.login-page h1,
.login-page .h1 {
    margin-bottom:18px;
}
/* .login-page - End */

/* article - Begin */
article {
    padding-bottom:6%;
}
article p {
    margin-bottom:25px
}
article h3,
article .h3 {
    margin-bottom:14px;
}
.tabs-link.no-tabs {
    padding-top:12px;
    padding-bottom:6px;
    margin-bottom:26px;
    border-bottom:1px solid #f8e1d4;
}
.tabs-link.no-tabs a {
    margin-bottom:6px;
}
.tabs-link.additionally {
    padding-bottom:11px;

    font-size:15px;
    background:#fff;
}
.tabs-link.additionally a {
    padding:12px 20px 12px;
    margin-bottom:3px;
    color:#221f1f;
}
.tabs-link.additionally a:hover {
    color:#000;
}
.tabs-link.additionally a.active {
    color:#000;
}
article .small {
    font-size:13px;
    line-height:1.38;
}
article .small p {
    margin-bottom:18px;
}
/* article - End */

/* .action-box - Begin */
.action-box {
    overflow:hidden;
    border-bottom:1px solid #f8e1d4;
    padding-top:6px;
    padding-bottom:24px;
    margin-bottom:20px;
}
.action-box:first-child {
    padding-top:0;
    margin-top:-4px;
}
.action-box.last {
    margin-bottom:0;
    padding-bottom:0;
    border-bottom:0;
}
.action-box .img {
    position:relative;
    overflow:hidden;
    float:left;
    margin-right:20px;
    background:#32231c;
}
.action-box .img img {
    display:block;
    position:relative;
    -webkit-transition:all 0.8s ease-in-out;
    -moz-transition:all 0.8s ease-in-out;
    -o-transition:all 0.8s ease-in-out;
    transition:all 0.8s ease-in-out;
}
.action-box .img a:hover img {
    /*
    -webkit-opacity:0.8;
    -moz-opacity:0.8;
    opacity:0.8;
    filter:alpha(opacity=80);
    -webkit-transform:scale(1.2);
    -moz-transform:scale(1.2);
    -o-transform:scale(1.2);
    transform:scale(1.2);
    */
}
.action-box .summary {
    overflow:hidden;
}
.action-box .narrow {
    overflow:hidden;
    min-height:149px;
}
.action-box p {
    margin-bottom:13px;
}
.action-box .title {
    font-family: Roboto,Arial,Helvetica,sans-serif;
    margin-bottom:0;
    font-size:25px;
    line-height:1;
    margin-bottom:5px;
}
.action-box .validity {
    margin-bottom:15px;
}
.action-box .attitude {
    float:right;
    font-size:13px;
    padding-top:28px;
    margin-bottom:0;
    margin-left: 10px;
}
/* .action-box - End */

/* .action-open - Begin */
.action-open {
    position:relative;
    overflow:hidden;
    clear:both;
    padding-top:30px;
}
.action-open h1,
.action-open .h1 {
    line-height:1;
}
.action-open .img {
    position:relative;
    overflow:hidden;
    float:left;
    width:35%;
    max-width:220px;
    margin-right:20px;
    margin-bottom:10px;
    margin-top:3px;
    background:#32231c;
}
.action-open .img img {
    display:block;
    width:100%;
    max-width:none;
    position:relative;
}
.action-open .summary {
    padding-bottom:34px;
}
.action-open .summary h1,
.action-open .summary .h1 {
    margin-bottom:5px;
}
.action-open .narrow {
    overflow:hidden;
}
.action-open p {
    margin-bottom:13px;
}
.action-open .validity {
    margin-bottom:15px;
}
.action-open .attitude {
    position:absolute;
    right:0;
    bottom:3px;
    font-size:13px;
    margin-bottom:0;
}
/* .action-box - End */

/* .title-link - Begin */
.title-link {
    margin-top:-4px;
    border-bottom:1px solid #f8e1d4;
    padding-bottom:8px;
}
.title-link h1,
.title-link .h1,
.title-link h2,
.title-link .h2 {
    display:inline-block;
    margin-right:20px;
    margin-bottom:10px;
    margin-top:2px;
}
.title-link .bt_link {
    float:right;
    max-width:170px;
}
/* .title-link - End */

/* .comment - Begin */
.comment {
    padding:22px 0 15px;
    border-bottom:1px solid #f8e1d4;
}
.comment .assessment {
    float:right;
    font-size:15px;
    margin-left:20px;
    margin-top:-2px;
}
.comment .assessment img {
    display:inline-block;
    vertical-align:middle;
    width:23px;
}
.comment .assessment span {
    display:inline-block;
    vertical-align:middle;
    margin-right:5px;
}
.comment .title {
    overflow:hidden;
    font-size:18px;
    font-family: Roboto,Arial,Helvetica,sans-serif;
    margin-bottom:9px;
    line-height:1.2;
}
.comment .date {
    color:#e85224;
    font-size:13px;
    margin-bottom:13px;
}
.comment .admin {
    position:relative;
    padding:22px 28px 20px;
    margin:28px 0 5px;
    background:#fbede6;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
    border-radius:10px;
}
.comment .admin:after {
    content:'';
    position:absolute;
    width:0;
    height:0;
    left:30px;
    top:-41px;
    border:23px solid transparent;
    border-bottom-color:#fbede6;
}
.comment .admin .title {
    position:relative;
    overflow:visible;
    margin-bottom:14px;
    padding-left:37px;
}
.comment .admin .title:after {
    content:url(/bitrix/templates/eshop_bootstrap_blue/css/../images/icon-quote.png);
    position:absolute;
    left:-2px;
    top:1px;
}
.comment.last {
    border-bottom:none;
}
/* .comment - End */

/* .pagenav - Begin */
.pagenav {
    border-top:1px solid #f8e1d4;
    padding-top:17px;
    margin-top:15px;
}
.pagenav a {
    text-decoration:none;
    margin:0 3px;
}
.pagenav a.active {
    font-family: Roboto,Arial,Helvetica,sans-serif;
    cursor:default;
}
/* .pagenav - End */

/* .leave-comment - Begin */
.leave-comment {
    display:none;
    position:relative;
    max-width:500px;
}
.leave-comment .narrow {
    padding-top:16px;
    padding-bottom:38px;
}
.leave-comment input[type="text"],
.leave-comment input[type="tel"],
.leave-comment input[type="email"],
.leave-comment input[type="password"],
.leave-comment textarea,
.leave-comment .select {
    width:100%;
}
.leave-comment button,
.leave-comment .button {
    padding-left:28px;
    padding-right:28px;
}
.leave-comment .close {
    position:absolute;
    right:0;
    top:22px;
}
.leave-comment .close img {
    display:block;
    width:18px;
    -webkit-transition:all 0.4s ease;
    -moz-transition:all 0.4s ease;
    -o-transition:all 0.4s ease;
    transition:all 0.4s ease;
}
.leave-comment .close img.hover {
    position:absolute;
    left:0;
    top:0;
    -webkit-opacity:0;
    -moz-opacity:0;
    opacity:0;
    filter:alpha(opacity=0);
    -webkit-transition:all 0.6s ease;
    -moz-transition:all 0.6s ease;
    -o-transition:all 0.6s ease;
    transition:all 0.6s ease;
}
.leave-comment .close:hover img {
    -webkit-opacity:0;
    -moz-opacity:0;
    opacity:0;
    filter:alpha(opacity=0);
    -webkit-transition:all 0.6s ease;
    -moz-transition:all 0.6s ease;
    -o-transition:all 0.6s ease;
    transition:all 0.6s ease;
}
.leave-comment .close:hover img.hover {
    -webkit-opacity:1;
    -moz-opacity:1;
    opacity:1;
    filter:alpha(opacity=100);
    -webkit-transition:all 0.4s ease;
    -moz-transition:all 0.4s ease;
    -o-transition:all 0.4s ease;
    transition:all 0.4s ease;
}
.leave-comment .title {
    font-size:25px;
    font-family: Roboto,Arial,Helvetica,sans-serif;
    line-height:1.1;
    margin-right:30px;
    margin-bottom:24px;
}
.your-rating {
    margin-bottom:17px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.your-rating span {
    display:inline-block;
    vertical-align:middle;
    margin-right:5px;
}
.your-rating label {
    position:relative;
    display:inline-block;
    vertical-align:middle;
    padding:4px;
    margin: 0;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    border-radius:50%;
}
.your-rating input:checked + label {
    background:#e4edd4;
}
.your-rating input + label + input:checked + label {
    background:#fde6cc;
}
.your-rating input + label + input + label + input:checked + label{
    background:#fcdad0;
}
.your-rating input + label + input + label + input + label + input:checked + label {
    background:#ffcccd;
}
.your-rating input:checked + label:after {
    content:url(/bitrix/templates/eshop_bootstrap_blue/css/../images/rating-smile/1-active.png);
    position:absolute;
    right:0;
    bottom:-1px;
    width:20px;
    height:17px;
}
.your-rating input + label + input:checked + label:after {
    content:url(/bitrix/templates/eshop_bootstrap_blue/css/../images/rating-smile/2-active.png);
    position:absolute;
    right:0;
    bottom:-1px;
    width:20px;
    height:17px;
}
.your-rating input + label + input + label + input:checked + label:after {
    content:url(/bitrix/templates/eshop_bootstrap_blue/css/../images/rating-smile/3-active.png);
    position:absolute;
    right:0;
    bottom:-1px;
    width:20px;
    height:17px;
}
.your-rating input + label + input + label + input + label + input:checked + label:after {
    content:url(/bitrix/templates/eshop_bootstrap_blue/css/../images/rating-smile/4-active.png);
    position:absolute;
    right:0;
    bottom:-1px;
    width:20px;
    height:17px;
}
.your-rating img {
    display:block;
    width:23px;
}
.your-rating input[type="radio"] {
    position:absolute;
    visibility:hidden;
}
.your-rating.rating.has-error{
    background-color: #FFF3F5;
}
.your-rating.rating.has-error .help-block {
    margin-top: 0px;
}
/* .leave-comment - End */

/* .no-comments - Begin */
.no-comments {
    padding-top:19px;
}
.no-comments .img {
    padding:8% 0 6%;
    text-align:center;
}
/* .no-comments - End */

/* .contacts - Begin */
.contacts {
    position:relative;
    padding-bottom:5px;
}
.contacts figure {
    display:inline-block;
    position:relative;
    /* padding-left:45px;*/
    margin:10px 33px 0 0;
}
.contacts figure img {
    position:absolute;
    left:-10px;
    top:-4px;
}
.contacts figure i {
    margin-right: 10px;
    font-size: 54px;
    color: #e85224;
    display: inline-block;
}
.contacts figcaption{
    display: inline-block;
}
.contacts h2,
.contacts .h2 {
    margin-bottom:8px;
}
.contacts:after {
    content:'';
    position:absolute;
    left:20px;
    top:100%;
    margin-top:10px;
    z-index:100;
    width:0;
    height:0;
    border:25px solid transparent;
    border-top-color:#fff;
}
hr {
    height:1px;
    color:#f8e1d4;
    border:none;
    line-height:0;
    font-size:0;
    margin:15px 0 22px;
    background:#f8e1d4;
}
.wrapper + .map {
    margin-top:16px;
}
.wrapper + .map:last-child {
    margin-bottom:-20px;
}
/* .contacts - End */

/* .map - Begin */
#map_canvas,
#map_canvas2,
#map_canvas3,
#map_canvas4,
#map_canvas5{
    width:100%;
    height:519px;
}
.map-delivery #map_canvas,
.map-delivery #map_canvas2,
.map-delivery #map_canvas3,
.map-delivery #map_canvas4,
.map-delivery #map_canvas5{
    height:583px;
}
#map_canvas img,
#map_canvas2 img,
#map_canvas3 img,
#map_canvas4 img,
#map_canvas5 img{
    max-width:none;
}
#map_canvas .baloon,
#map_canvas2 .baloon,
#map_canvas3 .baloon,
#map_canvas4 .baloon,
#map_canvas5 .baloon{
    min-width:140px;
    font-size:13px;
    color:#222;
    white-space:nowrap;
}
#map_canvas .baloon b,
#map_canvas2 .baloon b,
#map_canvas3 .baloon b,
#map_canvas4 .baloon b,
#map_canvas5 .baloon b{
    font-weight:400;
    font-size:16px;
}
#map_canvas .baloon div,
#map_canvas2 .baloon div,
#map_canvas3 .baloon div,
#map_canvas4 .baloon div,
#map_canvas5 .baloon div{
    padding-top:2px;
}
.map {
    position:relative;
}
.map .blank-map {
    position:absolute;
    z-index:100;
    left:0;
    top:0;
    width:100%;
    height:100%;
}
.arrow-map {
    content:'';
    position:absolute;
    left:20px;
    top:100%;
    margin-top:12px;
    z-index:100;
    width:0;
    height:0;
    border:25px solid transparent;
    border-top-color:#fff;
}
/* .map - End */

/* .article-image - Begin */
.article-image {
    overflow:hidden;
    padding-bottom:25px;
}
.article-image p {
    margin-bottom:25px;
}
.article-image p:last-child {
    margin-bottom:0;
}
.article-image .img {
    float:left;
    width:40%;
    max-width:237px;
    margin-right:16px;
    margin-bottom:30px;
}
.article-image .img img {
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    border-radius:50%;
}
/* .article-image - End */

/* .hidden-box - Begin */
.hidden-box {
    overflow:hidden;
    border-top:1px solid #f8e1d4;
    padding-top:24px;
    margin-bottom:16px;
}
.hidden-box .bt_link {
    float:right;
    margin-top:20px;
}
.hidden-box h3,
.hidden-box .h3 {
    margin-bottom:14px;
}
.hidden-box .read-more {
    margin-top:27px;
}
.hidden-box .hide {
    display:none;
    position:relative;
    overflow:hidden;
}
.hidden-box .hide .narrow {
    padding:15px 0 0;
}
.read-more {
    display:inline-block;
    position:relative;
    color:#221f1f;
    font-size:15px;
    text-decoration:none;
    padding-right:23px;
    font-family: Roboto,Arial,Helvetica,sans-serif;
}
.read-more:hover {
    color:#e85224;
}
.read-more span {
    border-bottom:1px dashed;
    -webkit-transition:all 0.4s ease;
    -moz-transition:all 0.4s ease;
    -o-transition:all 0.4s ease;
    transition:all 0.4s ease;
}
.read-more:hover span {
    border-bottom-color:#939393;
}
.read-more img {
    position:absolute;
    right:0;
    top:9px;
    width:14px;
    -webkit-transition:all 0.4s ease;
    -moz-transition:all 0.4s ease;
    -o-transition:all 0.4s ease;
    transition:all 0.4s ease;
}
/*
.read-more img.hover {
-webkit-opacity:0;
-moz-opacity:0;
opacity:0;
filter:alpha(opacity=0);
-webkit-transition:all 0.6s ease;
-moz-transition:all 0.6s ease;
-o-transition:all 0.6s ease;
transition:all 0.6s ease;
}
.read-more:hover img {
-webkit-opacity:0;
-moz-opacity:0;
opacity:0;
filter:alpha(opacity=0);
-webkit-transition:all 0.6s ease;
-moz-transition:all 0.6s ease;
-o-transition:all 0.6s ease;
transition:all 0.6s ease;
}
.read-more:hover img.hover {
-webkit-opacity:1;
-moz-opacity:1;
opacity:1;
filter:alpha(opacity=100);
-webkit-transition:all 0.4s ease;
-moz-transition:all 0.4s ease;
-o-transition:all 0.4s ease;
transition:all 0.4s ease;
}
*/
.read-more.active img {
    -webkit-transform:rotate(180deg);
    -moz-transform:rotate(180deg);
    -o-transform:rotate(180deg);
    transform:rotate(180deg);
}
/* .hidden-box - End */

/* .area-delivery - Begin */
.area-delivery {
    list-style-type:none;
    margin-left:-18px;
    font-size:15px;
    line-height:1.4;
    padding-top:24px;
}
.area-delivery li {
    display:inline-block;
    vertical-align:top;
    width:20%;
    margin-bottom:27px;
}
.area-delivery li .narrow {
    margin-left:18px;
}
.area-delivery li .narrow:before {
    content:'';
    display:block;
    width:54px;
    height:54px;
    margin-bottom:17px;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    border-radius:50%;
}
.area-delivery li:first-child .narrow:before {
    background:#E5B6AB;
}
.area-delivery li:first-child + li .narrow:before{
    background:#CDB6CD;
}
.area-delivery li:first-child + li + li .narrow:before{
    background:#C6DAB6;
}
.area-delivery li:first-child + li + li + li .narrow:before{
    background:#DDD2CA;
}
.area-delivery li:first-child + li + li + li + li .narrow:before{
    background:#A4D0B4;
}
.area-delivery li:first-child + li + li + li + li + li .narrow:before{
    background:#EDCEA3;
}
.area-delivery li:first-child + li + li + li + li + li + li .narrow:before{
    background:#ECE7AB;
}
.area-delivery p {
    margin-bottom:18px;
}
.area-delivery h3,
.area-delivery .h3 {
    margin-bottom:12px;
}
/* .area-delivery - End */

/* .warning - Begin */
.warning {
    padding:5px 0 1px;
}
.warning h3,
.warning .h3 {
    margin-bottom:10px;
}
/* .warning - End */

/* .means - Begin */
.means {
    list-style-type:none;
    margin-left:-50px;
    padding-top:11px;
    font-size:15px;
}
.means li {
    display:inline-block;
    vertical-align:top;
    width:50%;
    margin:13px 0;
}
.means li .narrow {
    margin-left:50px;
}
.means .img {
    float:left;
    max-width:127px;
    width:34%;
    padding-right:7%;
}
.means .summary {
    overflow:hidden;
}
.means p {
    margin-bottom:15px;
}
.means .title {
    font-size:13px;
    color:#e85224;
    line-height:1.1;
    margin-bottom:13px;
}
.means .title strong {
    font-size:18px;
    color:#221f1f;
}
/* .means - End */

/* .button-horizontal - Begin */
.button-horizontal {
    padding-top:8px;
}
.button-horizontal .bt_link {
    margin-right:8px;
}
/* .button-horizontal - End */

/* .breadcrumbs - Begin */
.breadcrumbs {
    overflow:hidden;
    font-size:13px;
    color:#9b9b9b;
    border-bottom:1px solid #f8e1d4;
    padding:16px 0 15px;
}
.breadcrumbs a {
    text-decoration:none;
}
.breadcrumbs .link-back {
    display:block;
    float:right;
    margin:1px 0;
    color:#E85224;
    line-height: 19px;
}
.breadcrumbs .link-back:hover{
    color:#221f1f;
}
/* .breadcrumbs - End */

/* .special-offer - Begin */
.special-offer {
    display:inline-block;
    vertical-align:top;
    width:100%;
    min-height:196px;
    position:relative;
    color:#221f1f;
    line-height:1.3;
    margin-bottom:26px;
    background:#edd0b2;
}
.special-offer .img {
    float:left;
    margin-bottom:0;
}
.special-offer .summary {
    overflow:hidden;
    padding:15px 325px 16px 17px;
}
.special-offer p {
    margin-bottom:6px;
}
.special-offer h2,
.special-offer .h2 {
    color:#e85224;
    font-size:25px;
    margin-bottom:9px;
    line-height:1;
}
.special-offer .h2 a,
.special-offer h2 a {
    color:#e85224;
    text-decoration:none;
}
.special-offer .title {
    font-size:18px;
    font-family: Roboto,Arial,Helvetica,sans-serif;
    margin-bottom:1px;
}
.special-offer .title a {
    text-decoration:none;
}
.special-offer .weight {
    font-size:13px;
    color:#fab15d;
    margin-bottom:9px;
}
.special-offer .size {
    font-size:12px;
    color:#e85224;
    margin-bottom:4px;
}
.special-offer .price {
    display:inline-block;
    vertical-align:baseline;
    font-family: Roboto,Arial,Helvetica,sans-serif;
    font-size:30px;
    margin-bottom:0;
}
.special-offer .price span.ruble {
    font-weight:normal;
}
.special-offer .price.old {
    position:relative;
    font-size:25px;
    font-family: "MyriadProRegular", sans-serif;
    margin-right:12px;
}
.special-offer .price.old:before {
    content:'';
    position:absolute;
    width:100%;
    height:3px;
    left:0;
    top:50%;
    background:rgba(220, 105, 39, 0.45);
    -webkit-transform:rotate(23deg);
    -moz-transform:rotate(23deg);
    -o-transform:rotate(23deg);
    transform:rotate(23deg);
}
.special-offer .price.old:after {
    content:'';
    position:absolute;
    width:100%;
    height:3px;
    left:0;
    top:50%;
    background:rgba(220, 105, 39, 0.45);
    -webkit-transform:rotate(-23deg);
    -moz-transform:rotate(-23deg);
    -o-transform:rotate(-23deg);
    transform:rotate(-23deg);
}
.special-offer .note {
    position:absolute;
    right:0;
    top:0;
    width:300px;
    padding-top:16px;
}
.special-offer .note p {
    margin-bottom:9px;
}
.special-offer .note #countdown {
    margin-left:-1px;
}
.countdownHolder{
    padding: 1px 0;
}
.special-offer .note .bt_link {
    display:block;
    height:22px;
    overflow:hidden;
    padding: 8px 10px 8px 10px;
    margin-right:19px;
    background-position:50px 7px;
    background-repeat:no-repeat;
}
.special-offer .note .box {
    overflow:hidden;
    margin-top:9px;
}
.special-offer .note .box p {
    margin-right:10px;
    margin-left:1px;
}
.special-offer .note .box:first-child {
    float:left;
    width:167px;
    border-right:1px dotted #995b41;
}
.special-offer .note .box:first-child + .box {
    width:115px;
    padding-left:14px;
}
.special-offer .note .box:first-child + .box + .box {
    clear:both;
    padding-top:25px;
    margin-top:0;
}
/* .special-offer - End */

/* .recently-viewed - Begin */
.recently-viewed {
    clear:both;
    border-top:1px solid #f8e1d4;
    margin-top:4px;
    padding-top:21px;
    padding-bottom:8px;
}
.recently-viewed h3,
.recently-viewed .h3 {
    margin-bottom:20px;
}
/* .recently-viewed - End */

/* .description-page - Begin */
.description-page {
    border-top:1px solid #eaeaea;
    padding-top:28px;
    margin-top:4px;
}
.description-page p {
    margin-bottom:26px;
}
/* .description-page - End */

/* .cart-preview - Begin */
.cart-preview {
    visibility:hidden;
    position:absolute;
    right:16px;
    top:100%;
    width:100%;
    margin-top: -58px;
    max-width:362px;
    background:#fff;
    z-index:201;
    text-align:left;
    white-space:normal;
    opacity:0;
    -webkit-box-shadow:0 0 6px rgba(121, 28, 26, 0.35);
    -moz-box-shadow:0 0 6px rgba(121, 28, 26, 0.35);
    box-shadow:0 0 6px rgba(121, 28, 26, 0.35);
    -webkit-transition:all 0.4s ease;
    -moz-transition:all 0.4s ease;
    -o-transition:all 0.4s ease;
    transition:all 0.4s ease;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
}
.cart-preview.basket_fixed {
    position: fixed;
    top: 67px;
    right: 14px;
}
.cart-preview a{
    text-decoration: none;
}
.cart-preview.visible {
    visibility:visible;
    opacity:1;
}
.cart-preview .link-close-lightbox {
    font-size:13px;
    text-align:center;
    margin:0;
    padding:10px 0 0;
    font-weight:normal;
}
.no-touch .cart-preview .link-close-lightbox {
    display:none;
}
.cart-preview .narrow {
    padding:12px 17px 24px 17px;
}
.cart-preview .title {
    font-size:18px;
    margin-left:3px;
    margin-right:4px;
    padding:2px 0;
    font-family: Roboto,Arial,Helvetica,sans-serif;
}
.cart-preview .price {
    float:right;
    position:relative;
    min-width: 97px;
    padding: 2px 10px;
    font-size:18px;
    font-family: Roboto,Arial,Helvetica,sans-serif;
    vertical-align:baseline !important;
    background:#FCEAE5;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
}
.cart-preview .price img {
    position:absolute;
    left:15px;
    top:7px;
    width:26px;
}
.cart-preview .price .ruble {
    margin-left:3px;
}
.cart-preview .box {
    position:relative;
    overflow:hidden;
    font-size:15px;
    line-height:1.1;
    border-top:1px solid #eaeaea;
    margin-bottom:9px;
    padding-top:14px;
    padding-right:80px;
    font-size:13px;
    font-family: Roboto,Arial,Helvetica,sans-serif;
}
.cart-preview .box .count {
    font-family: "MyriadProRegular", sans-serif;
}
.cart-preview hr + .box {
    border-top:none;
    margin-top:-6px;
}
.cart-preview .box img {
    float:left;
    margin-right:15px;
    margin-top:1px;
}
.cart-preview .box p {
    display:inherit;
}
.cart-preview .box a {
    text-decoration:none;
}
.cart-preview .box .cost {
    display:block;
    font-family: Roboto,Arial,Helvetica,sans-serif;
    font-size:20px;
    margin-top:2px;
}
.remove {
    position:absolute;
    right:0;
    bottom:50%;
    margin-bottom:-16px;
    cursor:pointer;
}
.remove img {
    display:block;
    margin:0 !important;
    -webkit-transition:all 0.4s ease;
    -moz-transition:all 0.4s ease;
    -o-transition:all 0.4s ease;
    transition:all 0.4s ease;
}
.remove img.hover {
    position:absolute;
    left:0;
    top:0;
    -webkit-opacity:0;
    -moz-opacity:0;
    opacity:0;
    filter:alpha(opacity=0);
    -webkit-transition:all 0.6s ease;
    -moz-transition:all 0.6s ease;
    -o-transition:all 0.6s ease;
    transition:all 0.6s ease;
}
.remove:hover img {
    -webkit-opacity:0;
    -moz-opacity:0;
    opacity:0;
    filter:alpha(opacity=0);
    -webkit-transition:all 0.6s ease;
    -moz-transition:all 0.6s ease;
    -o-transition:all 0.6s ease;
    transition:all 0.6s ease;
}
.remove:hover img.hover {
    -webkit-opacity:1;
    -moz-opacity:1;
    opacity:1;
    filter:alpha(opacity=100);
    -webkit-transition:all 0.4s ease;
    -moz-transition:all 0.4s ease;
    -o-transition:all 0.4s ease;
    transition:all 0.4s ease;
}
.remove-icon{
    -webkit-transition:all 0.4s ease;
    -moz-transition:all 0.4s ease;
    -o-transition:all 0.4s ease;
    transition:all 0.4s ease;
    font-size: 1.6em;
}
.cart-preview hr {
    margin-top:10px;
    margin-bottom:6px;
}
.cart-preview .bt_link {
    display:block;
    margin-top:19px;
}
/* .cart-preview - End */

/* .owl-slider - Begin */
.owl-slider.one {
    margin:0 -25px;
}
.owl-slider .item-img {
    overflow:hidden;
    position:relative;
    margin:0 10px;
    line-height:0;
    font-size:0;
}
.owl-slider.one .item-img a {
    cursor:default;
}
.owl-slider .item-img .blank {
    display:block;
    width:100%;
    height:auto;
}
.owl-slider.one .item-img .blank {
    display:none;
}
.owl-slider .item-img .owl-img {
    position:absolute;
    max-width:none;
    z-index:2;
    left:50%;
    top:50%;
    margin: -136px 0 0 -234px;
    width: 375px;
    height: 250px;
}
.owl-slider.one .item-img .owl-img {
    position:static;
    left:0;
    top:0;
    width:100%;
    margin:0;
}
.owl-slider .owl-prev {
    position:absolute;
    left:-12px;
    top:50%;
    width:37px;
    height:57px;
    font-size:0;
    color:trnsparent;
    margin-top:-28px;
    background:url(/bitrix/templates/eshop_bootstrap_blue/css/../images/bt_slider.png) 0 0 no-repeat;
    -webkit-transition:all 0.4s ease;
    -moz-transition:all 0.4s ease;
    -o-transition:all 0.4s ease;
    transition:all 0.4s ease;
}
.owl-slider .owl-next {
    position:absolute;
    right:-12px;
    top:50%;
    width:37px;
    height:57px;
    font-size:0;
    color:trnsparent;
    margin-top:-28px;
    background:url(/bitrix/templates/eshop_bootstrap_blue/css/../images/bt_slider.png) 100% 0 no-repeat;
    -webkit-transition:all 0.4s ease;
    -moz-transition:all 0.4s ease;
    -o-transition:all 0.4s ease;
    transition:all 0.4s ease;
}
.owl-slider .owl-prev:hover,
.owl-slider .owl-next:hover {
    -webkit-opacity:0.8;
    -moz-opacity:0.8;
    opacity:0.8;
    filter:alpha(opacity=0);
}
.owl-slider.one .owl-prev {
    left:12px;
}
.owl-slider.one .owl-next {
    right:12px;
}
.owl-slider .total-slides {
    display:none;
}
.owl-slider.one .total-slides {
    display:block;
    text-align:center;
    font-size:13px;
    padding-top:12px;
}
.owl-slider.one {
    margin-bottom:13px !important;
}
.owl-slider.one .owl-prev,
.owl-slider.one .owl-next {
    margin-top:-43px;
}
/* .owl-slider - End */

/* .one-more - Begin */
.one-more {
    border-top:1px solid #f8e1d4;
    padding:18px 0;
}
.one-more .autor {
    text-align:right;
    font-family: "MyriadProBoldItalic", sans-serif;
    font-size:15px;
    margin-bottom:0;
}
.one-more + .second-restaurant {
    margin-bottom:0;
    padding-bottom:0;
    border-bottom:none;
}
/* .one-more - End */

/* .dish - Begin */
.dish {
    display:inline-block;
    vertical-align:top;
    width:100%;
    position:relative;
    margin:24px 0;
}
.dish .img {
    position:relative;
    float:left;
    width:65%;
    max-width:763px;
    /*    -webkit-box-shadow:0 0 13px rgba(220, 105, 39, 0.14);
        -moz-box-shadow:0 0 13px rgba(220, 105, 39, 0.14);
        box-shadow:0 0 13px rgba(220, 105, 39, 0.14);*/
    -webkit-border-radius: 18px 0 0 18px;
    -moz-border-radius: 18px 0 0 18px;
    border-radius: 18px 0 0 18px;
}
.dish .img img {
    display:block;
}
.dish .summary {
    float:right;
    width:35%;
    font-size:15px;
    line-height:1.4;
}
.dish .summary .narrow {
    padding-left:20px;
    padding-bottom:140px;
}
.dish .summary p {
    margin-bottom:19px;
}
.color-orange {
    color:#e85224;
}
.dish .summary h2,
.dish .summary .h2,
.dish .summary h1,
.dish .summary .h1 {
    font-family: Roboto,Arial,Helvetica,sans-serif;
    line-height:1;
    font-size:25px;
    letter-spacing:normal;
    text-transform:none;
    font-weight:normal;
    margin-bottom:15px;
    -webkit-hyphens:auto;
    -moz-hyphens:auto;
    -ms-hyphens:auto;
    hyphens:auto;
}
.dish .foot {
    position:absolute;
    width:35%;
    right:0;
    bottom:0;
}
.dish .summary .foot {
	position: relative;
	width:100%;
}
.dish .foot .price {
    font-size:35px;
    font-family: Roboto,Arial,Helvetica,sans-serif;
    margin-bottom:9px;
    margin-left:20px;
    padding-bottom:2px;
    border-bottom:1px solid #f8e1d4;
}
.dish .foot .count-item {
    float:left;
    margin-right:7px;
    margin-top:2px;
    margin-left:20px;
}
.dish .foot .bt_link {
    display:block;
    /*max-width:208px;*/
    overflow:hidden;
    padding:8px;
    position: relative;
    top: 2px;
    background-position:18px 9px !important;
    background-repeat:no-repeat !important;
}
.dish .foot .count-item + .price {
    display:none;
}
.dish .foot.no-count hr {
    margin:0 0 15px 20px;
}
.dish .foot.no-count .price {
    display:block !important;
    float:left;
    margin-right:10px;
    max-width:138px;
    min-width:90px;
    width:35%;
    border-top:none;
    margin-bottom:0;
}
/* .dish - End */

/* .vk-comments - Begin */
.vk-comments {
    padding-top:22px;
    border-top:1px solid #f8e1d4;
}
.vk-comments h3,
.vk-comments .h3 {
    margin-bottom:20px;
}
/* .vk-comments - End */

/* .dish-offer - Begin */
.dish-offer {
    position:absolute;
    left:0;
    bottom:0;
    width:100%;
    color:#1D1D1F;
    line-height:1.3;
    padding:14px 14px 21px;
    background:rgba(255, 255, 255, 0.8);
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    -o-box-sizing:border-box;
    box-sizing:border-box;
}
.dish-offer .box {
    display:inline-block;
    vertical-align:top;
    margin-right:11px;
}
.dish-offer .box:first-child {
    width:165px;
    border-right:1px dotted #1D1D1F;
}
.dish-offer .box:first-child + .box {
    width:150px;
    margin-right:0;
}
/* .dish-offer - End */

/* .steps - Begin */
.steps {
    display:table;
    width:100%;
    text-align:center;
    margin-top:30px;
    margin-bottom:18px;
    border-bottom:1px solid #f8e1d4;
}
.steps li {
    display:table-cell;
    vertical-align:top;
    font-family: Roboto,Arial,Helvetica,sans-serif;
    color:#CA9CBF;
    font-size:18px;
    padding-bottom:24px;
}
.steps li:first-child {
    width:99px;
}
.steps li:first-child + li {
    padding-left:20px;
    padding-right:20px;
}
.steps li:first-child + li + li {
    width:99px;
}
.steps li span {
    position:relative;
    display:inline-block;
    width:50px;
    height:50px;
    font-size:35px;
    line-height:1.35;
    border:5px solid #CA9CBF;
    margin-bottom:8px;
    background:#fff;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    border-radius:50%;
}
.steps li:first-child + li + li span {
    z-index:1;
}
.steps li:first-child + li span {
    z-index:2;
}
.steps li:first-child span {
    z-index:3;
}
.steps li span:after {
    content:'';
    display:block;
    position:absolute;
    right:100%;
    top:50%;
    width:500px;
    height:5px;
    margin-top:-3px;
    margin-right:5px;
    background:#CA9CBF;
}
.steps li:first-child span:after {
    background:#fff;
}
.steps li p {
    margin-bottom:0;
    line-height:1.12;
}
.steps li.active {
    color:#9A4786;
}
.steps li.active span {
    border-color:#9A4786;
}
.steps li.active span:after {
    background:#9A4786;
}
.steps li.active:first-child span:after {
    background:#fff;
}
/* .steps - End */

/* .item-cart - Begin */
.item-cart {
    clear:both;
    display:table;
    width:100%;
    border-bottom:1px solid #f8e1d4;
    margin-bottom:20px;
    padding-bottom:16px;
}
.item-cart .img {
    display:table-cell;
    vertical-align:top;
    width:68px;
    padding-right:18px;
    padding-top:3px;
}
.item-cart .img img {
    display:block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.item-cart .summary {
    display:table-cell;
    vertical-align:top;
    font-size:15px;
    line-height:1.28;
}
.item-cart .data {
    display:table-cell;
    vertical-align:top;
    width:320px;
    padding-left:30px;
    padding-top:37px;
    text-align:right;
}
.item-cart p {
    margin-bottom:5px;
}
.item-cart .title {
    font-family: Roboto,Arial,Helvetica,sans-serif;
    font-size:18px;
    margin-bottom:8px;
    line-height:1.1;
}
.item-cart .title a {
    text-decoration:none;
}
.item-cart .data .price {
    display:inline-block;
    vertical-align:middle;
    min-width:88px;
    font-size:25px;
    font-family: Roboto,Arial,Helvetica,sans-serif;
    margin-right:4px;
    text-align:left;
}
.item-cart .data p {
    margin-bottom:0;
}
.item-cart .count-item {
    display:inline-block;
    vertical-align:middle;
    float:none;
    margin-right:22px;
    font-size: 20px;
}
.item-cart .remove {
    position:relative;
    display:inline-block;
    vertical-align:middle;
    right:0;
    bottom:0;
    /*margin-left:13px;*/
    margin-bottom:0;
}
.total-price {
    float:right;
    font-size:25px;
    font-family: Roboto,Arial,Helvetica,sans-serif;
    line-height:1;
    margin-bottom:0;
}
.total-price > span {
    font-size:35px;
    margin-left:2px;
}
/* .item-cart - End */

/* .item-cart-legend - Begin */
.item-cart-legend {
    float:right;
    width:320px;
    text-align:right;
    font-size:13px;
    color:#e85224;
    margin-bottom:1px;
}
.item-cart-legend p {
    display:inline-block;
    vertical-align:top;
    margin-bottom:0;
    text-align:left;
}
.item-cart-legend p:first-child {
    width: 93px;
}
.item-cart-legend p:first-child + p {
    width: 76px;
}
.item-cart-legend p:first-child + p + p {
    width: 92px;
}
.item-cart-legend.no-sel-remove p:first-child {
    width:92px;
}
.item-cart-legend.no-sel-remove p:first-child + p {
    width:90px;
}
/* .item-cart-legend - End */

/* .inp-small - Begin */
input.inp-small[type="text"],
input.inp-small[type="tel"],
input.inp-small[type="email"],
input.inp-small[type="password"],
textarea.inp-small {
    padding-left:12px;
    padding-right:12px;
}
.select input.inp-small[type="text"] {
    padding-left:12px !important;
    padding-right:12px !important;
}
.bt_link.block-right + .bt_link.block-right {
    margin-right:5px;
}
.item-cart-buttons {
    overflow:hidden;
    clear:both;
    margin-bottom:26px;
    padding-top:19px;
}
.item-cart-buttons a{
    background: none;
    color: #E85224;
}
.complete-buttons a{
    font-family: Roboto,Arial,Helvetica,sans-serif;
    color: #e85224;
    float: left;
    text-decoration: none;
}
.complete-buttons a:hover{
    color: #FF845E;
}
/* .inp-small - End */

/* .inp-cover - Begin */
.inp-cover {
    position:relative;
    display:inline-block;
    vertical-align:middle;
    margin-right:6px;
    padding-top:18px;
}
#cart-bottom .inp-cover{
    padding-top: 0;
}
.inp-cover input,
.inp-cover .select {
    position:relative;
    z-index:5;
    width:100%;
}
.inp-cover .subtitle {
    position:absolute;
    left:15px;
    top:-2px;
    font-size:11px;
    color:#a3a3a3;
    margin-bottom:0;
    margin-top:20px;
    font-style:italic
}
.inp-cover .subtitle.visible {
    margin-top:0;
}
.inp-cover.width395 {
    width:395px;
}
.inp-cover.width263 {
    width:263px;
}
.inp-cover.width229 {
    width:229px;
}
.inp-cover.width218 {
    width:218px;
}
.inp-cover.width208 {
    width:208px;
}
.inp-cover.width202 {
    width:202px;
}
.inp-cover.width202 textarea {
    width:100%;
}
.inp-cover.width160 {
    width:160px;
}
.inp-cover.width156 {
    width:156px;
}
.inp-cover.width143 {
    width:143px;
}
.inp-cover.width139 {
    width:156px;
}
.inp-cover.width125 {
    width:125px;
}
.inp-cover.width118 {
    width:118px;
}
.inp-cover.width117 {
    width:117px;
}
.inp-cover.width112 {
    width:112px;
}
.inp-cover.width102 {
    width:102px;
}
.inp-cover.width97 {
    width:97px;
}
.inp-cover.width90 {
    width:90px;
}
.inp-cover.width82 {
    width:82px;
}
.inp-cover.width70 {
    width:70px;
}
.inp-cover.width68 {
    width:68px;
}
.inp-cover.width65 {
    width:65px;
}
.inp-cover.width53 {
    width:53px;
}
.inp-width128 {
    width:128px;
}
.inp-cover.txt textarea {
    height:117px;
}
/* .inp-cover - End */

/* input[type="radio"], input[type="checkbox"] - Begin */
label {
    position:relative;
    display:inline-block;
    vertical-align:middle;
    min-height:17px;
    font-size:15px;
    padding-left:24px;
    margin-right:28px;
    line-height:15px;
    cursor:pointer;
    margin-bottom:15px;
}
label.address-label{
    padding-left: 0;
}
input[type="radio"],
input[type="checkbox"] {
    position:absolute;
    left:0px;
    top:1px;
    margin:0;
    padding:0;
    cursor:pointer;
}
input[type="radio"]:enabled,
input[type="checkbox"]:enabled,
input[type="radio"]:disabled,
input[type="checkbox"]:disabled {
    position:absolute;
    opacity:0;
}
input[type="radio"]:enabled + i,
input[type="checkbox"]:enabled + i,
input[type="radio"]:disabled + i,
input[type="checkbox"]:disabled + i {
    position:absolute;
    left:0;
    margin-top:0px;
    width:12px;
    height:12px;
    cursor:pointer;
    border:1px solid #eccfcf;
    background:url(/bitrix/templates/eshop_bootstrap_blue/css/../images/bg_checkbox.gif) 19px 0 no-repeat;
    -moz-border-radius:2px;
    -webkit-border-radius:2px;
    border-radius:2px;
    -moz-transition:border-color 0.3s ease;
    -webkit-transition:border-color 0.3s ease;
    -o-transition:border-color 0.3s ease;
    transition:border-color 0.3s ease;
}
input[type="radio"]:enabled + i,
input[type="radio"]:disabled + i {
    margin-top:1px;
    -moz-border-radius:50%;
    -webkit-border-radius:50%;
    border-radius:50%;
    behavior:url(/bitrix/templates/eshop_bootstrap_blue/css/./pie/PIE.htc);
}
input[type="radio"]:enabled + i:after,
input[type="radio"]:disabled + i:after{
    width: 10px;
    height: 10px;
    background: white;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50%;
    border: 1px solid white;
}
input[type="radio"]:checked + i:after {
    background: #ccc;
}
input[type="checkbox"]:checked + i {
    background-position:0 0;
}
label:hover input[type="checkbox"]:enabled + i,
label:hover input[type="radio"]:enabled + i {
    border-color:#e85224;
}
input[type="radio"]:disabled + i,
input[type="checkbox"]:disabled + i {
    -webkit-opacity:0.5;
    -moz-opacity:0.5;
    opacity:0.5;
    filter:alpha(opacity=50);
}
input[type="radio"]:disabled + i,
input[type="checkbox"]:disabled + i,
input[type="radio"]:disabled,
input[type="checkbox"]:disabled {
    cursor:default;
}
label.disabled,
label.disabled {
    cursor:default;
    color:#d0bbbb;
}
.check-cover {
    padding-top:1px;
}
.note-text {
    font-size:13px;
    color:#e85224;
    font-family: "MyriadProItalic", sans-serif;
    padding-top:1px;
    margin-bottom:25px;
    line-height:1.35;
}
.note-text.last {
    margin-bottom:6px;
    text-align:right;
    margin-top:-21px;
}
/* input[type="radio"], input[type="checkbox"] - End */

/* .inp-row - Begin */
.inp-row .inp-cover {
    position:relative;
    top:-2px;
    padding-top:0;
}
.inp-row label,
.inp-row p {
    display:inline-block;
    vertical-align:middle;
    width:86px;
    min-height:17px;
    margin-right:9px;
    margin-bottom:11px;
    line-height:15px;
}
.inp-row label {
    width:100%;
}
.inp-row p {
    width:110px;
    margin-right:9px;
    padding-left:0;
}
/* .inp-row - End */

/* .cart-form - Begin */
.cart-form hr {
    margin:15px 0 24px;
}
.cart-form .item-cart-buttons {
    border-top:1px solid #f8e1d4;
    margin-top:15px;
}
.cart-form h3,
.cart-form .h3 {
    margin-bottom:19px;
}
.cart-form .item-cart-buttons .note-text.last {
    float:left;
    margin-top:0;
    padding:9px 0 11px;
    color:#221f1f;
    font-size:15px;
    font-family: "MyriadProRegular", sans-serif;
    line-height:1.2;
}
/* .cart-form - End */

/* .inp-title-cover - Begin */
.inp-title-cover {
    padding-top:5px;
}
.inp-title-cover input[type="text"] {
    margin-bottom:0;
}
.inp-title-cover p {
    position:relative;
    top:-1px;
    display:inline-block;
    vertical-align:middle;
    margin-right:10px;
    margin-bottom:0;
}
/* .inp-title-cover - End */

/* .bt_print - Begin */
.bt_print {
    display:none;
    float:right;
    margin-top:41px;
}
/* .bt_print - End */

/* .thanks-order - Begin */
.thanks-order {
    padding-top:7px;
    padding-bottom:13px;
    border-bottom:1px solid #e3e3e3;
    margin-bottom:25px;
}
.thanks-order h1,
.thanks-order .h1 {
    margin-bottom:9px;
}
/* .thanks-order - End */

/* .info-order - Begin */
.info-order {
    list-style-type:none;
    line-height:1.2;
    padding-top:9px;
    /*	padding-bottom:15px;*/
}
.info-order li {
    padding:7px 0 4px;
}
/* .info-order - End */

/* .lc-histrory - Begin */
.lc-histrory table {
    width:100%;
}
.lc-histrory td {
    padding:14px 16px;
    line-height:1;
}
.lc-histrory td:first-child {
    padding-left:0;
}
.lc-histrory thead td {
    color:#e85224;
    font-size:13px;
    white-space:nowrap;
}
.lc-histrory thead td:first-child {
    width:52px;
}
.lc-histrory thead td:first-child + td + td {
    width:68px;
}
.lc-histrory tbody td:first-child + td + td {
    white-space:nowrap;
}
.lc-histrory thead td:first-child + td + td + td {
    width:160px;
}
.lc-histrory thead td:first-child + td + td + td + td {
    width:154px;
}
.lc-histrory tr.hide {
    display:none;
}
.lc-histrory tr.hide td {
    padding:0;
}
.lc-histrory tbody td {
    border-bottom:1px solid #f8e1d4;
}
.lc-histrory a {
    text-decoration:none;
    font-family: Roboto,Arial,Helvetica,sans-serif;
    border-bottom:1px dashed;
    line-height:1.1;
    font-size:18px;
}
.data-order {
    display:none;
    position:relative;
    font-size:15px;
    line-height:1.9;
}
.data-order p {
    margin-bottom:0;
}
.data-order dl {
    overflow:hidden;
    line-height:1;
    margin-bottom:12px;
}
.data-order dl dt {
    float:right;
}
.data-order dl dd {
    overflow:hidden;
    padding-right:15px;
    background:url(/bitrix/templates/eshop_bootstrap_blue/css/../images/dott.gif) 0 11px repeat-x;
}
.data-order dl dd p {
    display:inline;
    margin-bottom:0;
    padding-bottom:2px;
    background:#fff;
}
.data-order .narrow {
    padding:17px 60px 6px 0
}
.data-order .remove {
    top:1px;
    right:1px;
    bottom:auto;
}
.cover-data-order {
    position:relative;
}
.lc-histrory tr.hide .data-order {
    margin:15px 21px;
    padding-right:3px;
    margin-right:18px;
}
.lc-histrory tr.hide .data-order .remove {
    bottom: auto;
    right:1px;
    top:3px;
}
.cover-data-order .data-order {
    position:absolute;
    width:530px;
    z-index:800;
    left:-30px;
    top:39px;
    padding:20px 30px 25px;
    background:#fff;
    -webkit-box-shadow:0 0 8px rgba(121, 28, 26, 0.35);
    -moz-box-shadow:0 0 8px rgba(121, 28, 26, 0.35);
    box-shadow:0 0 8px rgba(121, 28, 26, 0.35);
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
}
.cover-data-order .data-order:after {
    content:'';
    position:absolute;
    bottom:100%;
    left:39px;
    width:0;
    height:0;
    border:15px solid transparent;
    border-bottom-color:#fff;
}
.cover-data-order .data-order:before {
    content:'';
    position:absolute;
    bottom:100%;
    margin-bottom:-10px;
    left:39px;
    width:30px;
    height:10px;
    background:#fff;
    -webkit-box-shadow:0 -7px 7px -3px rgba(121, 28, 26, 0.8), 0 -15px 10px -4px rgba(121, 28, 26, 1);
    -moz-box-shadow:0 -7px 7px -3px rgba(121, 28, 26, 0.8), 0 -15px 10px -4px rgba(121, 28, 26, 1);
    box-shadow:0 -7px 7px -3px rgba(121, 28, 26, 0.8), 0 -15px 10px -4px rgba(121, 28, 26, 1);
}
.cover-data-order .data-order .remove {
    right:21px;
    top:17px;
}
.cover-data-order .data-order .remove + p {
    font-size:18px;
    font-family: Roboto,Arial,Helvetica,sans-serif;
}
/* .lc-histrory - End */

/* .profile - Begin */
.profile .info-order {
    margin-bottom:2px;
    padding-top:0;
}
.profile .info-order li:first-child {
    padding-top:0;
}
.profile .bt_link {
    min-width:125px;
    margin-top:17px;
}
.profile .ov-hidd {
    padding:3px 0 0;
}
.profile .ov-hidd a.disabled{
    color:#a3a3a3;
}
.profile .ov-hidd .ov-hidd {
    position:relative;
}
.profile .ov-hidd .ov-hidd label {
    margin-bottom:5px;
    margin-top:3px;
}
.profile .ov-hidd .block-right {
    position:relative;
    font-size:13px;
}
.profile .ov-hidd .block-right .hidden {
    position:absolute;
    left:0;
    top:-1px;
    width:100%;
    height:100%;
    background:#fff;
    -webkit-opacity:0.75;
    -moz-opacity:0.75;
    opacity:0.75;
    filter:alpha(opacity=75);
}
.profile .ov-hidd .block-right a {
    text-decoration:none;
}
.profile h3 {
    margin-bottom:20px;
}
.profile h3 + .ov-hidd {
    margin-top:-6px;
}
.profile hr {
    margin-top:16px;
}
.profile select{
    border-color: #ebcccc;
}
.links-icon {
    display:none;
    top:-1px;
    position:relative;
}
.links-icon i{
    font-size: 17px;
    width: 35px;
    text-align: center;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    background: #ccc;
    padding: 9px 0;
    border-radius: 50%;
    position: relative;
    top: -1px;
}
.links-icon i:hover{
    color: #ccc;
}
.links-icon .remove {
    display:inline-block;
    vertical-align:bottom;
    position:relative;
    bottom:0;
    right:0;
    margin-bottom:0;
}
.icon-write {
    position:relative;
    display:inline-block;
    vertical-align:bottom;
    cursor:pointer;
}
.icon-write img {
    display:block;
    margin:0 !important;
    -webkit-transition:all 0.4s ease;
    -moz-transition:all 0.4s ease;
    -o-transition:all 0.4s ease;
    transition:all 0.4s ease;
}
.icon-write img.hover {
    position:absolute;
    left:0;
    top:0;
    -webkit-opacity:0;
    -moz-opacity:0;
    opacity:0;
    filter:alpha(opacity=0);
    -webkit-transition:all 0.6s ease;
    -moz-transition:all 0.6s ease;
    -o-transition:all 0.6s ease;
    transition:all 0.6s ease;
}
.icon-write:hover img {
    -webkit-opacity:0;
    -moz-opacity:0;
    opacity:0;
    filter:alpha(opacity=0);
    -webkit-transition:all 0.6s ease;
    -moz-transition:all 0.6s ease;
    -o-transition:all 0.6s ease;
    transition:all 0.6s ease;
}
.icon-write:hover img.hover {
    -webkit-opacity:1;
    -moz-opacity:1;
    opacity:1;
    filter:alpha(opacity=100);
    -webkit-transition:all 0.4s ease;
    -moz-transition:all 0.4s ease;
    -o-transition:all 0.4s ease;
    transition:all 0.4s ease;
}
.street-tooltip {
    position:relative;
    display:inline-block;
    vertical-align:bottom;
    cursor:pointer;
    line-height: 34px;
}
.street-tooltip img {
    margin:0 !important;
    -webkit-transition:all 0.4s ease;
    -moz-transition:all 0.4s ease;
    -o-transition:all 0.4s ease;
    transition:all 0.4s ease;
}
.street-tooltip img.hover {
    position:absolute;
    left:0;
    top:0;
    -webkit-opacity:0;
    -moz-opacity:0;
    opacity:0;
    filter:alpha(opacity=0);
    -webkit-transition:all 0.6s ease;
    -moz-transition:all 0.6s ease;
    -o-transition:all 0.6s ease;
    transition:all 0.6s ease;
}
.street-tooltip:hover img {
    -webkit-opacity:0;
    -moz-opacity:0;
    opacity:0;
    filter:alpha(opacity=0);
    -webkit-transition:all 0.6s ease;
    -moz-transition:all 0.6s ease;
    -o-transition:all 0.6s ease;
    transition:all 0.6s ease;
}
.street-tooltip:hover img.hover {
    -webkit-opacity:1;
    -moz-opacity:1;
    opacity:1;
    filter:alpha(opacity=100);
    -webkit-transition:all 0.4s ease;
    -moz-transition:all 0.4s ease;
    -o-transition:all 0.4s ease;
    transition:all 0.4s ease;
}
/* .profile - End */

/* .form-user-data - Begin */
.form-user-data {
    display:none;
    padding-top:26px;
    padding-left:10px;
    margin-right:-10px;
    padding-right:10px;
    padding-bottom:10px;
}
.form-user-data .narrow {
    position:relative;
    max-width:409px;
    padding:25px 25px 27px;
    background:#fff;
    border: 1px solid #EEB594;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
}
.form-user-data .narrow .inp-row {
    padding-right:15px;
}
.form-user-data .narrow .inp-row div.check-subscribe {
    margin-top: 10px;
}
.form-user-data .narrow:after {
    content: '';
    position: absolute;
    bottom: 100%;
    left: 40px;
    width: 0;
    height: 0;
    border: 14px solid transparent;
    border-bottom-color: #fff;
}
.form-user-data .narrow:before {
    content:'';
    position:absolute;
    bottom:100%;
    left:39px;
    width:0;
    height:0;
    border:15px solid transparent;
    border-bottom-color:#EEB594;
}
.form-user-data h3 {
    margin-bottom:13px;
}
.form-user-data button {
    width:100%;
}
.form-user-data .remove {
    position:absolute;
    right:16px;
    bottom:auto;
    top:19px;
}
.form-user-data h3 {
    margin-right:30px;
}
.icon-date {
    position:relative;
    top:1px;
    display:inline-block;
    vertical-align:middle;
    cursor:pointer;
    margin-top:3px;
    margin-right:15px;
}
.icon-change-phone {
    position:relative;
    top:-6px;
    display:inline-block;
    vertical-align:middle;
    cursor:pointer;
    margin-right:15px;
}
.icon-date img, .icon-change-phone img {
    display:block;
    width: 31px;
    margin:0 !important;
    -webkit-transition:all 0.4s ease;
    -moz-transition:all 0.4s ease;
    -o-transition:all 0.4s ease;
    transition:all 0.4s ease;
}
.icon-change-phone i{
    -webkit-transition:all 0.4s ease;
    -moz-transition:all 0.4s ease;
    -o-transition:all 0.4s ease;
    transition:all 0.4s ease;
    color: #e85224;
    font-size: 20px;
    padding-top: 5px;
}
.icon-date img.hover, .icon-change-phone img.hover {
    position:absolute;
    left:0;
    top:0;
    -webkit-opacity:0;
    -moz-opacity:0;
    opacity:0;
    filter:alpha(opacity=0);
    -webkit-transition:all 0.6s ease;
    -moz-transition:all 0.6s ease;
    -o-transition:all 0.6s ease;
    transition:all 0.6s ease;
}
.icon-date:hover img, .icon-change-phone:hover img {
    -webkit-opacity:0;
    -moz-opacity:0;
    opacity:0;
    filter:alpha(opacity=0);
    -webkit-transition:all 0.6s ease;
    -moz-transition:all 0.6s ease;
    -o-transition:all 0.6s ease;
    transition:all 0.6s ease;
}
.icon-date:hover img.hover, .icon-change-phone:hover img.hover{
    -webkit-opacity:1;
    -moz-opacity:1;
    opacity:1;
    filter:alpha(opacity=100);
    -webkit-transition:all 0.4s ease;
    -moz-transition:all 0.4s ease;
    -o-transition:all 0.4s ease;
    transition:all 0.4s ease;
}
.icon-date img {
    display:block;
    margin:0 !important;
    -webkit-transition:all 0.4s ease;
    -moz-transition:all 0.4s ease;
    -o-transition:all 0.4s ease;
    transition:all 0.4s ease;
}
.icon-date img.hover {
    position:absolute;
    left:0;
    top:0;
    -webkit-opacity:0;
    -moz-opacity:0;
    opacity:0;
    filter:alpha(opacity=0);
    -webkit-transition:all 0.6s ease;
    -moz-transition:all 0.6s ease;
    -o-transition:all 0.6s ease;
    transition:all 0.6s ease;
}
.icon-date:hover img {
    -webkit-opacity:0;
    -moz-opacity:0;
    opacity:0;
    filter:alpha(opacity=0);
    -webkit-transition:all 0.6s ease;
    -moz-transition:all 0.6s ease;
    -o-transition:all 0.6s ease;
    transition:all 0.6s ease;
}
.icon-date:hover img.hover {
    -webkit-opacity:1;
    -moz-opacity:1;
    opacity:1;
    filter:alpha(opacity=100);
    -webkit-transition:all 0.4s ease;
    -moz-transition:all 0.4s ease;
    -o-transition:all 0.4s ease;
    transition:all 0.4s ease;
}
.form-user-data .note-text.last {
    margin:2px 0 0;
    padding:0;
    text-align:center;
    margin-top:15px;
    margin-bottom:-3px;
    font-size:15px;
    color:#221f1f;
}
p.mb0 {
    margin-bottom:0;
}
/* .form-user-data - End */

/* .menu-mobile - Begin */
.menu-mobile {
    display:none;
    padding-top:7px;
}
.menu-mobile .summary {
    display:none;
    padding:2px 0;
    border-bottom:1px solid #e9e9e9;
}
.menu-mobile hr {
    margin:12px 0 0;
}
.menu-mobile .arrow {
    position:relative;
    float:left;
    cursor:pointer;
    margin-top:0;
    margin-right:10px;
    margin-bottom:0;
    -webkit-transition:all 0.4s ease;
    -moz-transition:all 0.4s ease;
    -o-transition:all 0.4s ease;
    transition:all 0.4s ease;
    font-size: 1.3em;
    color: #ccc;
}
.menu-mobile .arrow img {
    display:block;
    margin:0 !important;
    -webkit-transition:all 0.4s ease;
    -moz-transition:all 0.4s ease;
    -o-transition:all 0.4s ease;
    transition:all 0.4s ease;
}
.menu-mobile .arrow img.hover {
    position:absolute;
    left:0;
    top:0;
    -webkit-opacity:0;
    -moz-opacity:0;
    opacity:0;
    filter:alpha(opacity=0);
    -webkit-transition:all 0.6s ease;
    -moz-transition:all 0.6s ease;
    -o-transition:all 0.6s ease;
    transition:all 0.6s ease;
}
.menu-mobile p:hover .arrow img {
    -webkit-opacity:0;
    -moz-opacity:0;
    opacity:0;
    filter:alpha(opacity=0);
    -webkit-transition:all 0.6s ease;
    -moz-transition:all 0.6s ease;
    -o-transition:all 0.6s ease;
    transition:all 0.6s ease;
}
.menu-mobile p:hover .arrow img.hover {
    -webkit-opacity:1;
    -moz-opacity:1;
    opacity:1;
    filter:alpha(opacity=100);
    -webkit-transition:all 0.4s ease;
    -moz-transition:all 0.4s ease;
    -o-transition:all 0.4s ease;
    transition:all 0.4s ease;
}
.menu-mobile.visible .arrow {
    -webkit-transform:rotate(-180deg);
    -moz-transform:rotate(-180deg);
    -o-transform:rotate(-180deg);
    transform:rotate(-180deg);
}
.menu-mobile span {
    float: right;
    font-size: 13px;
    line-height: 24px;
    font-family: "MyriadProRegular", sans-serif
}
.menu-mobile p {
    overflow:hidden;
    font-size:18px;
    font-family: Roboto,Arial,Helvetica,sans-serif;
    margin-bottom:0;
    padding-top:3px;
    line-height:1.2;
    cursor:pointer;
    -webkit-transition:color 0.4s ease;
    -moz-transition:color 0.4s ease;
    -o-transition:color 0.4s ease;
    transition:color 0.4s ease;
}
.menu-mobile p:hover {
    color:#e85224;
}
.menu-mobile .summary a {
    display:block;
    font-size:15px;
    font-family: Roboto,Arial,Helvetica,sans-serif;
    padding:3px 27px 3px;
    margin:2px 0;
    text-decoration:none;
    -webkit-border-radius:15px;
    -moz-border-radius:15px;
    border-radius:15px;
}
.menu-mobile .summary a.active {
    background:#FCEAE5;
}
.dish-menu-main {
    margin-top:1px;
}
.dish-menu-second {
    margin-bottom:13px;
}
.dish-menu-second p {
    font-size:15px;
    padding-top:4px;
    font-family: "MyriadProRegular", sans-serif;
}
.dish-menu-second span {
    font-size:11px;
    padding-top:4px;
    line-height: 13px;
}
.dish-menu-second .summary a {
    font-size:13px;
    font-family: "MyriadProRegular", sans-serif;
}
/* .menu-mobile - End */

/* item-drop - Begin */
#item-drop {
    max-width:1180px;
    padding:0;
    border:none;
}
#item-drop .dish {
    text-align:left;
    margin:0;
}
#item-drop .dish .summary .narrow .h1,
#item-drop .dish .summary .narrow h1,
#item-drop .dish .summary .narrow .h2,
#item-drop .dish .summary .narrow h2 {
    margin-right:20px;
}
#item-drop .digit {
    background:white;
}
#item-drop .dish-offer .box p {
    padding-right:15px;
}
#item-drop .dish .foot {
    bottom:20px;
    padding-right:17px;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    -o-box-sizing:border-box;
    box-sizing:border-box;
}
#item-drop .dish .summary .narrow {
    padding-bottom:113px;
    padding-right:17px;
    padding-top:15px;
    padding-left:17px;
}
#item-drop .dish .foot .price,
#item-drop .dish .foot .count-item {
    margin-left:20px;
}
.item .lightbox-ajax-open {
    position:absolute;
    z-index:20;
    left:0;
    width:100%;
}
.item .lightbox-ajax-open img {
    display:block;
    visibility:hidden;
}
/* item-drop - End */

/* .zoom - Begin */
.zoom {
    position:relative;
    display:block;
    overflow:hidden;
}
.zoom img {
    cursor:crosshair;
}
.lightbox .dish-offer{
    -webkit-border-radius: 0 0 0 18px;
    -moz-border-radius: 0 0 0 18px;
    border-radius: 0 0 0 18px;
}
.lightbox .zoom{
    -webkit-border-radius: 18px 0 0 18px;
    -moz-border-radius: 18px 0 0 18px;
    border-radius: 18px 0 0 18px;
}
/* .zoom - End */

/* .back-cart - Begin */
.back-cart {
    margin-right:16px;
    line-height:1.2;
    padding:9px 0 11px;
}
.back-cart.block-left {
    padding-top:15px;
}
.pt0 {
    padding-top:0;
}
/* .back-cart - End */

/* .links-text - Begin */
.links-text {
    font-size:14px;
    padding-top:2px;
}
.links-text a {
    /*	font-family: Roboto,Arial,Helvetica,sans-serif;*/
    border-bottom:1px dashed;
}
/* .links-text - End */

/* .inp-date - Begin */
.inp-date {
    background-image:url(/bitrix/templates/eshop_bootstrap_blue/css/../images/icon-date.png);
    background-position:100% 50%;
    background-repeat:no-repeat;
}
/* .inp-date - End */

/* .slider-help - Begin */
.slider-help {
    font-size:13px;
    text-align:center;
    color:#e85224;
    margin-top:-26px;
    margin-bottom:10px;
}
/* .slider-help - End */
.subscr {
    margin-top: 18px;
}
.subscr p {
    margin-bottom:8px;
}
.main-block{
    background: white;
}
footer{
    background: #E85224 url(/bitrix/templates/eshop_bootstrap_blue/css/../images/footer-bg-theme-pizzapub.jpg) 50% 0 repeat;
    /*background-size: 500px;*/
}

/*Covered by Maxim Grigoryev*/
a.title{
    text-decoration: none;
}
p.structure{
    margin-top: 4px;
}
@media print{
    header, ul.steps, .br_link, footer{
        display: none;
    }
}
.ov-hidd:hover .address-label, .ov-hidd:hover .block-right{
    font-weight: bold;
}
/*Оформление старой цены на странице с товаром*/
.discount-old-price{
    display: inline-block;
    position: relative;
    font-size: 24px;
    color: #221f1f;
}
.discount-old-price:after{
    content:'';
    position:absolute;
    width: 100%;
    height: 2px;
    left: -4%;
    top: 50%;
    background: rgba(220, 105, 39, 0.45);
    -webkit-transform:rotate(-14deg);
    -moz-transform:rotate(-14deg);
    -o-transform:rotate(-14deg);
    transform:rotate(-14deg);
}
.discount-old-price:before{
    content:'';
    position:absolute;
    width: 100%;
    height: 2px;
    left: -4%;
    top: 50%;
    background: rgba(220, 105, 39, 0.45);
    -webkit-transform:rotate(14deg);
    -moz-transform:rotate(14deg);
    -o-transform:rotate(14deg);
    transform:rotate(14deg);
}
/*Флаги*/
.productFlag_hot, .productFlag_new, .productFlag_pop, .productFlag_veg, .productFlag_chld{
    width: 44px;
    height: 44px;
    display: block;
    float: right;
    margin-right: -15px;
    margin-top: -8px;
}
.flags-pos{
    position: absolute;
    z-index: 25;
    top: 0; left: 0; bottom: 0; right: 0;
    height: 0px;
    padding-right: 25px;
}
.productFlag_hot{
    /*    left: 5px;*/
    background: url(/bitrix/templates/eshop_bootstrap_blue/css/../images/theme-pizzapub/stickers/hot.png) no-repeat;
    background-size: 44px;
}
.productFlag_new{
    /*    left: 30px;*/
    background: url(/bitrix/templates/eshop_bootstrap_blue/css/../images/theme-pizzapub/stickers/new.png) no-repeat;
    background-size: 44px;
}
.productFlag_pop{
    /*    left: 55px;*/
    background: url(/bitrix/templates/eshop_bootstrap_blue/css/../images/theme-pizzapub/stickers/pop.png) no-repeat;
    background-size: 44px;
}
.productFlag_veg{
    /*    left: 80px;*/
    background: url(/bitrix/templates/eshop_bootstrap_blue/css/../images/theme-pizzapub/stickers/veg.png) no-repeat;
    background-size: 44px;
}
.productFlag_chld{
    /*    left: 80px;*/
    background: url(/bitrix/templates/eshop_bootstrap_blue/css/../images/theme-pizzapub/stickers/chld.png) no-repeat;
    background-size: 44px;
}
/*Оформление загрузочной кнопки*/
.loading-button{
    position: relative;
}
#sendOrderHidden{
    visibility: hidden;
}
.loading-button.disabled:after{
    content: '';
    position: absolute;
    left:0; right:0; top:0; bottom:0;
    background: #fff url(/bitrix/templates/eshop_bootstrap_blue/css/../images/theme-pizzapub/loading.gif) no-repeat 50% 50%;
    background-size: 35px;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
}
button[disabled]{
    background: #eee;
    color: #BEBEBE;
}
button[disabled]:hover{
    cursor: default;
    background: #eee;
    color: #BEBEBE;
}
#cabinet-history-holder .dummy-body{
    text-align: center;
    margin-top: 100px;
    margin-bottom: 100px;
}
#cabinet-history-holder .dummy-body h2{
    margin-top: 30px;
}
.history{
    min-height: 400px;
}
/*Отображение тега акций*/
.action-box .attitude{
    display: none;
}
.action-box .attitude.tag_action_restaurant, .action-box .attitude.tag_action_delivery{
    display: block;
}
/*Оформление рейтинга в отзывах*/
.rating-smile{
    display: inline-block;
    vertical-align: middle;
    width: 23px;
    height: 23px;
}
.rating-smile.excellent{
    background: url(/bitrix/templates/eshop_bootstrap_blue/css/../images/rating-smile/1.png) no-repeat;
    background-size: 23px;
}
.rating-smile.good{
    background: url(/bitrix/templates/eshop_bootstrap_blue/css/../images/rating-smile/2.png) no-repeat;
    background-size: 23px;
}
.rating-smile.normal{
    background: url(/bitrix/templates/eshop_bootstrap_blue/css/../images/rating-smile/3.png) no-repeat;
    background-size: 23px;
}
.rating-smile.bad{
    background: url(/bitrix/templates/eshop_bootstrap_blue/css/../images/rating-smile/4.png) no-repeat;
    background-size: 23px;
}
/*Таблица на странице оферты*/
.payment-details td {
    border:1px solid #e4e4e4;
    padding:14px 16px;
    line-height:1;
    width:50%;
}
.payment-details tr.hide {
    display:none;
}
.payment-details tr.hide td {
    padding:0;
}
.payment-details a {
    text-decoration:none;
    font-weight:bold;
}
/*Оформление ошибок валидатора*/
.help-block{
    visibility: hidden;
    min-width: 200px;
    max-width: 500px;
    padding: 10px 10px;
    margin-top: 10px;
    position: absolute;
    bottom: 60px;
    color: white;
    background: #ee3a1f;
    height: auto;
    text-align: center;
    border-radius: 3px;
    z-index: 9999999;
    left: 0;
}
.help-block:after, .help-block:after{
    content: '';
    position: absolute;
    top: 100%;
    left: 10%;
    margin-left: -8px;
    width: 0;
    height: 0;
    border-top: 12px solid #ee3a1f;
    border-right: 12px solid transparent;
    border-left: 12px solid transparent;
}
label.has-error .help-block{
    visibility: visible;
    position: relative;
    bottom: 0;
    color: #ee3a1f;
    background: none;
    padding-left: 0;
    margin: 0;
    -webkit-animation: none;
    animation: none
}
#no-shipment-form .help-block{
    visibility: visible;
    -webkit-animation: none;
    animation: none
}
label.has-error .help-block:before{
    content: '('
}
label.has-error .help-block:after{
    content: ')';
    position: relative;
    left: 0;
    top: 0;
    margin-left: 0;
    width: 0;
    height: 0;
    border: none;
}

select + p.help-block{
    visibility: visible;
    bottom: 49px;
}

@keyframes showTooltip {
    0% {
        bottom: 90px;
        opacity: 0;
    }
    100% {
        bottom: 60px;
        opacity: 1;
    }
}

@keyframes hideTooltip {
    0% {
        bottom: 60px;
        opacity: 1;
    }
    100% {
        bottom: 90px;
        opacity: 0;
    }
}
.lightbox .help-block{
    position: relative;
    visibility: visible;
    color: #F06C6C;
    margin: -5px 0 10px 0;
    display: block;
    background: none;
    bottom: 0;
    padding: 0;
    border-radius: 0;
}
.lightbox .help-block:after{
    content: none;
}
.lightbox textarea{
    margin-bottom: 0;
}
/* Убираем оформление селектов в IE */
select::-ms-expand {
    display: none;
}
/* Оформление 404ой страницы */
.works-wrap{
    width: 100%;
    text-align: center;
    margin-bottom: 150px;
}
.works-img{
    margin-top: 150px;
}
.works-logo{
    margin-top: 150px;
}
.works-wrap h1{
    margin: 40px 0 10px 0;
}
/*.two-columns .fixed-height{
    min-height: 220px;
}*/
/* Опции */
.options{
    height: 34px;
    margin-top: 10px;
}
.options-full{
    margin-top: 3px;
    margin-left: 20px;
    margin-bottom: 10px;
}
.options-none{
    height: 44px;
}
.options-select{
    background: white;
    border: 1px solid #ccc;
    background-size: 14px 9px;
    background-position: right 10px center;
    position: relative;
    -webkit-border-radius:2px;
    -moz-border-radius:2px;
    border-radius:2px;
}

.options-select:after{
    content: '\f107';
    font-family: FontAwesome;
    position: absolute;
    right: 8px;
    top: 50%;
    font-size: 22px;
    line-height: 1;
    pointer-events: none;
    margin-top: -10px;
}
.options-select a{
    text-decoration: none;
}
.options-select .options-list{
    background: #009a97;
    display:none;
    position:absolute;
    width: auto;
    list-style:none;
    z-index: 999999999;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-box-shadow: 0 0px 5px rgba(0,0,0,.7);
    -moz-box-shadow: 0 0px 5px rgba(0,0,0,.7);
    box-shadow: 0 0px 5px rgba(0,0,0,.7);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: 100%;
}
.option-container label{
    margin: 0;
    padding: 9px 0;
    min-height: 16px;
    width: 100%;
}
.options-select .options-list li{
    margin: 0;
    float: left;
    width: 100%;
    color: white;
    font-size: 13px;
    position: relative;
    text-align: center;
    cursor: pointer;
}
.options-select .options-list .option-container:before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: transparent;
}
.options-select .options-list li:hover .option-container.option-checked:before,
.options-select .options-list li:hover .option-container:before{
    background: rgba(255,255,255,.10);
}
.news_diz .options-select .options-list li:hover .option-container{
	color:#000 !important;
}
.news_diz .options-select .options-list li:hover{
	background: rgba(255,255,255,.10) !important;
}
.options-select .options-list .option-container.option-checked:before{
    background: rgba(0,0,0,.10);
}
.options-select .options-list .option-container.option-checked:after{
    content: '\f00c';
    font-family: FontAwesome;
    position: absolute;
    background-color: rgba(0,0,0,.1);
    padding: 0 3px;
    left: 10px;
    top: 50%;
    margin-top: -9px;
    font-size: 12px;
}
.options-full .options-select .options-list .option-container.option-checked:after{
    font-size: 14px;
}
.option-selected{
    display: block;
    padding: 5px 0;
    width: 100%;
    text-align: center;
    color: white;
}
.options-full .option-selected{
    padding: 8px 0 7px;
}
.mobile_button_add{
	display:none;
}
.mobile_header{
	display:none;
}
.panel_mobile{
	display:none;
}
.restaurant-select-block-ajax.mobile .link-close i{
	display:block;
	color:#000;
}
@media screen and (max-width: 680px) and (min-width: 0px){
    .option-selected{
        font-size: 16px;
        padding: 8px 0px 7px 0;
    }
	.options{
		display: inline-block;
		width: 100%;
	}
	.restaurant-select-block-ajax .dropmenu>ul{
		height:100vh;
		overflow: auto;
	}
	.restaurant-select-block-ajax .dropmenu{
		position: fixed;
	}
    .options-full .option-selected{
        padding: 10px 0;
    }
    .option-container label{
        font-size: 12px;
    }
	.tabs-content .tile-item>li,.main-block .tile-item>li {
		width:100%;
	}
	.main-block .bg_gray .tile-item>li{
		width:50%;
	}
	.tabs-content .tile-item>li .item,.main-block .tile-item>li .item{
		max-width:100%;
	}
	.tabs-content .tile-item>li .item .add-cart,.main-block .tile-item>li .item .add-cart{
		display:none;
	}
	.mobile_button_add{
		
	}
	.mobile_button_add .add-cart{
		display:block !important;
		background: #8dc63f;
		border-radius: 20px;
		border-radius: 20px;
		text-transform: uppercase;
		font-size: 20px;
		font-weight: 700;
		color: white;
		-webkit-transition: all 0.4s ease;
		-moz-transition: all 0.4s ease;
		-o-transition: all 0.4s ease;
		transition: all 0.4s ease;
		width: 100%;
		text-align: center;
	}
	.wrapper .theme-logo-wrapper{
		float: none;
		position: static;
		top: 0px;
		margin-top: -40px;
		width: 100%;
		text-align: center;
		display: inline-block;
	}
	.menu_open a{
		color:#fff;
		padding-top: 4px;
	}
	.menu_open a i{
		background: #fff;
		    height: 4px;
	}
	.menu_open{
		display: inline-block;
		padding: 2px 10px;
	}
	.cal_number a,.lk_cabinet a{
		color: #fff;
		font-size: 30px;
		width: 40px;
		padding-top:5px;
		display: inline-block;
		text-align: center;
	}
	.panel_mobile>div{
		float:left;
		width:33%;
		text-align:center;
		transition:0.5s;
		line-height:45px;
	}
	.right .dropmenu{
		height:100vh;
		position: fixed;
	}
	.theme-logo-wrapper .theme-logo{
		width:160px;
		display:inline-block;
	}
	header .hhead .left,header .theme-header-wrapper .hhead,header .theme-header-wrapper .hhead{
		display:none;
	}
	header .theme-header-wrapper .hfoot{
		position:absolute;
	}
	header .hhead .right{
		width:100%;
	}
	.menu_vipod{
		
	}
	header .hhead .login{
		display:none !important
	}
	.login .link-icon span{
		
	}
	.login .link-icon{
		text-indent:initial !important;
		width:auto !important;
	}
	.menu_vipod{
		float:right;
	}
	.mobile_header{
		display: inline-block;
		width: 100%;
		margin-bottom: 10px;
	}
	.mobile_header>p{
		display: inline-block !important;
		width: 100%;
	}
	.mobile_header>p a{
		width:50%;
		float:left;
		text-align:center;
		font-size: 17px;
		font-weight: 600;
	}
	.panel_mobile{
		display:inline-block;
		width:100%;
		position: fixed;
		width: 100%;
		z-index: 98;
		bottom: 0px;
		color: white;
		background: #8dc63f;
		left: 0px;
	}
	#bx_basketFKauiI > p.basket_fixed{
		 top: inherit;
		bottom: 92px;
		z-index: 100;
	}
	.restaurant-select-block-ajax.mobile .dropmenu ul li>ul{
		padding:0px;
	}
	.restaurant-select-block-ajax.mobile .dropmenu ul li>ul li a{
		font-weight:400;
		    font-family: Roboto,Arial,Helvetica,sans-serif;
	}
	.menu-mobile.dish-menu-main,.breadcrumbs{
		display:none;
	}
	.cart-preview.smallBasketContent{
		display:none;
	}
	header .hfoot .panel_mobile .right{
		padding:0px;
	}
	header .panel_mobile p.price .link-icon.hover-style{
		padding:0px;
	}
}
@media screen and (max-width: 1124px) and (min-width: 714px){
	.tile-item li {
		width: 33.33% !important;
	}
}
.sostav_teaser{
	    margin-bottom: 10px;
    font-size: 14px;
    line-height: 17px;
    font-weight: 400;
    color: #9b9b9b;
    display: inline-block;
    padding: 0 15px;
    white-space: normal;
    overflow-wrap: break-word;
    line-break: auto;
    text-align: left;
    word-wrap: break-word;
    word-break: break-all;
	margin-top:15px;
	height: 52px;
    overflow: hidden;
}

@media screen and (max-width: 840px) and (min-width: 480px){
    .option-selected{
        font-size: 11px;
        padding: 8px 0;
    }
	.tile-item li {
		width: 50% !important;
	}
	
    .options-full .option-selected{
        padding: 11px 0 10px;
    }
    .option-container label{
        font-size: 11px;
    }
}
@media screen and (max-width: 780px) and (min-width: 713px){
    .option-selected{
        font-size: 13px;
        padding: 9px 0;
    }
    .option-container label{
        font-size: 13px;
    }
}
@media screen and (max-width: 860px) and (min-width: 714px){
    .option-selected{
        font-size: 11px;
        padding: 8px 0;
    }
    .options-full{
        width: 100%;
        margin-bottom: 20px;
    }
    .options-full .option-selected{
        padding: 11px 0 10px;
    }
    .option-container label{
        font-size: 11px;
    }
}

/* SEO */
.dish h1{
    font-family: Roboto,Arial,Helvetica,sans-serif;
    line-height: 1;
    font-size: 25px;
    letter-spacing: normal;
    text-transform: none;
    font-weight: normal;
    margin-bottom: 15px;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}
/* Карточка в стоп-листе */
li.in-stop-list .item{
    position: relative;
}
.tile-item li.in-stop-list:hover .item{
    transform: none;
    -webkit-box-shadow: 0 1px 4px rgba(121, 28, 26, 0.15);
    -moz-box-shadow: 0 1px 4px rgba(121, 28, 26, 0.15);
    box-shadow: 0 1px 4px rgba(121, 28, 26, 0.15);
}
li.in-stop-list .item:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: white;
    opacity: 0.90;
    z-index: 21;
}
li.in-stop-list .item:after{
    content: "Временно \a не доступно";
    white-space: pre;
    text-transform: uppercase;
    background: ;
    position: absolute;
    top: 50%;
    margin-top: -24px;
    width: 100%;
    text-align: center;
    z-index: 22;
    font-weight: bold;
    font-size: 1.6em;
    line-height: 1em;
}
p.bt_link.black.in-stop-list{
    background: none;
    color: red;
}
p.bt_link.black.in-stop-list:hover{
    cursor: text;
    background: none;
}

/* Theme - Kabuki */
.color-orange{
    color: #e85224 !important;
}
.login .link-icon{
    padding-right: 0;
}
.bt_link, .tabs-link a.link{
    color: white;
}
.bt_link:hover, .tabs-link a.link:hover{
    background: #FCEAE5;

}
/*#main-slider .bt_link.white{
    color: #221f1f;
    border-color: #221f1f;
    box-shadow: none;
    text-shadow: none;
}
#main-slider .bt_link.white:hover{
    background: #221f1f;
    color: white;
}*/
header .hfoot .price, .price-float{
    text-align: right !important;
}
.cart-price-icon{
    float: left;
    line-height: 29px;
}

.cart-preview .box img{
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.mfp-content button.mfp-close, button.mfp-close{
    background: none !important;
}
.mfp-content button.mfp-close:after, button.mfp-close:after{
    font-family: FontAwesome;
    content: '\f00d';
    color: #9b4787;
    font-size: 22px;
    position: relative;
    /*top: -15px;*/
    -webkit-transition: all ease 0.4s;
    -moz-transition: all ease 0.4s;
    -o-transition: all ease 0.4s;
    transition: all ease 0.4s;
}
.rsDefault .rsBullet span{
    background: white !important;
    opacity: 0.4;
}
.rsDefault .rsBullet.rsNavSelected span{
    opacity: 0.9;
    background: white !important;
}
.tile-item li a.product-link-short:after{
    font-family: FontAwesome;
    content: '\f00e';
    color: white;
    font-size: 60px;
    position: absolute;
    top: 50%;
    margin-top: -50px;
    left: 50%;
    margin-left: -28px;
    opacity: 0;
}
.tile-item li a.product-link-short:before{
    content: '';
    width: 100%;
    height: 100%;
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    background: black;
    -webkit-transition:all 0.4s ease;
    -moz-transition:all 0.4s ease;
    -o-transition:all 0.4s ease;
    transition:all 0.4s ease;
    text-align: center;
}
.tile-item li a.product-link-short:hover:after{
    -webkit-animation: 0.3s fadeInUp both;
    animation: 0.3s fadeInUp both;
}
.tile-item li a.product-link-short:hover:before{
    opacity: 0.4;
}
@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 60%, 0);
        transform: translate3d(0, 60%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 60%, 0);
        transform: translate3d(0, 60%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

#order-form-wrapper select, .lightbox select{
    border-color: #ebcccc;
}
ul.items-centred{
    text-align: center;
}
footer dl.left i{
    margin-right: 5px;
    font-size: 2.5em;
}
footer dl.right i{
    font-size: 1.6em;
    margin-right: 5px;
    -webkit-transition:all 0.4s ease;
    -moz-transition:all 0.4s ease;
    -o-transition:all 0.4s ease;
    transition:all 0.4s ease;
}
footer dl dt{
    margin-bottom: 0;
}
footer .fa-arrow-circle-up{
    font-size: 3em;
    -webkit-transition:all 0.4s ease;
    -moz-transition:all 0.4s ease;
    -o-transition:all 0.4s ease;
    transition:all 0.4s ease;
}
footer .fa-arrow-circle-up:hover{
    -webkit-transform: translateY(-4px);
    -moz-transform: none;
    transform: translateY(-4px);
}
footer .link-top{
    text-align: center;
}
@media screen and (max-width: 860px) and (min-width: 714px){
    header .hhead .left .callback{
        display: inline-block !important;
        margin-left: 5px;
    }
}
@media screen and (max-width: 479px) and (min-width: 0px){
    .total-price{
        margin-top: 30px;
        float: none;
        text-align: center;
    }
}
.hidden-change {
    height: 40px;
}
.popup-phone-city{
    font-size: 28px;
    font-weight: normal;
    font-family: Roboto,Arial,Helvetica,sans-serif;
    line-height: 1.2;
    margin-bottom: 10px !important;
    margin-top: 30px;
}
.popup-phone-num{
    font-size: 25px;
    font-weight: normal;
    font-family: Roboto,Arial,Helvetica,sans-serif;
    line-height: 1.4;
    margin-bottom: 16px;
}
.popup-phone-num a{
    text-decoration: none;
}

.cart-option{
    font-size: 13px;
    font-family: 'MyriadPro' sans-serif;
}

/* Modifiers */
.tile-item .item .have-no-ingredients{
    height: 22px;
}

.tile-item .item .add-ingridients{
    display: block;
    position: relative;
    width: 100%;
    text-align: center;
    margin: 13px -10px -13px -10px;
    padding: 5px 10px;
    background-color: #EFEFEF;
    color: #AFAFAF;
    font-size: 0.8em;
    line-height: 1;
}

.item.small .add-ingridients{
    margin-top: 21px;
}

.item.super-small .add-ingridients{
    margin-top: 13px;
}

.add-ingridients-wrapper{
    position: absolute;
    background-color: rgba(255,255,255,.95);
    top: 0;
    left: 0;
    width: 100%;
    max-width: 763px;
    height: 100%;
    display: none;
    -webkit-border-radius: 17px 0 0 17px;
    -moz-border-radius: 17px 0 0 17px;
    border-radius: 17px 0 0 17px;
}

.add-ingridients-wrapper .select{
    width: 100%;
}

.add-ingridients-wrapper .ingridients-wrapper{
    overflow-y: auto;
    height: 80%;
}

.add-ingridients-wrapper .column{
    width: 33%;
    display: inline-block;
}

.add-ingridients-wrapper .column-inner{
    padding: 15px 0;
    margin: 5px;
    /*background-color: #ccc;*/
}

.add-ingridients-wrapper .styled-select,
.add-ingridients-wrapper .styled-label{
    display: inline-block;
    vertical-align: middle;
}

.add-ingridients-wrapper .styled-select{
    width: 22%;
}

.add-ingridients-wrapper .styled-label{
    width: 78%;
    line-height: 1.3;
}

.add-ingridients-wrapper .styled-label > div{
    padding-left: 10px;
}

.add-ingridients-wrapper .ingridients-footer{
    text-transform: uppercase;
    text-align: center;
    border-top: 1px dotted #ccc;
    margin: 20px 60px 20px 40px;
    padding: 20px;
    font-size: 1.1em;
}
.add-ingridients-wrapper .mobile-ingridients-total{
    border-top: 1px dotted #ccc;
    margin-top: 20px;
    padding-top: 20px;
}
.add-ingridients-wrapper .ingridients-footer strong,
.add-ingridients-wrapper .ingridients-footer span.ruble{
    font-size: 1.3em;
}
.add-ingridients-wrapper-fix{
    padding: 20px;
    padding-right: 0px;
}
.add-ingridients-wrapper-fix,
.add-ingridients-wrapper-fix > form{
    height: 100%;
}
.dish .mobile-ingridients-wrapper,
.tile-item .item .mobile-ingridient-link,
.mobile-ingridients-total{
    display: none;
}
.dish .desktop-ingridients-wrapper,
.tile-item .item .desktop-ingridient-link{
    display: block;
}

.mobile-ingridients-wrapper .add-ingridients-wrapper{
    position: relative;
}
.mobile-ingridients-wrapper .add-ingridients-wrapper .column{
    width: 50%;
}

.dish .add-ingridients{
    text-decoration: none;
}

.dish .add-ingridients > span{
    color: #000;
    border: 1px solid #000;
    padding: 7px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-decoration: none;
    -webkit-transition:all 0.4s ease;
    -moz-transition:all 0.4s ease;
    transition:all 0.4s ease;
}

.dish .add-ingridients > span.remove-modifier-text{
    color: red;
    border-color: red;
}
.cart-modifiers{
    margin: 10px 0 20px;
    padding-left: 20px;
    list-style: none;
}
.cart-modifiers li{
    font-size: 0.9em;
    color: #717171;
    margin: 7px 0;
}
.constructor *{
    box-sizing: border-box;
}
.constructor .form-control{
    width: 100%;
    margin: 0;
}
.constructor .cat-link.no-valid span{
    line-height: 26px;
    position: absolute;
    z-index: 21;
    top: -8px;
    right: -6px;
    display: block;
    width: 25px;
    height: 25px;
    color: white;
    border: 3px solid white;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #d35043 url(/bitrix/templates/eshop_bootstrap_blue/css/../images/error-war.png) no-repeat 50% 50%;
    background-size: 15px;
}
.constructor .constructor-imgs{
    position: relative;
    margin-bottom: 30px;
}
.constructor .constructor-imgs .mod-main-img,
.constructor .constructor-imgs .option-main-img{
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
}
.constructor .constructor-imgs .mod-main-img{
    padding-right: 15px;
    padding-left: 15px;
}
.constructor .option.selected .option-img{
    padding: 5px;
    border: 1px solid #b0ceb9;
    -webkit-border-radius: 100%;
    border-radius: 100%;
}
.constructor .mod{
    position: relative;
    margin-bottom: 30px;
}
.constructor .panel{
    position: relative;
}
.constructor .mod .mod-img{
    -moz-user-select: none;
    user-select: none;

    -khtml-user-select: none;
}
.constructor .mod .mod-add{
    position: relative;
    display: block;
    overflow: hidden;
    cursor: pointer;
    transition: all .1s linear;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.constructor .mod .mod-add:hover{
    -webkit-transform: scale(.95);
    -moz-transform: scale(.95);
    -ms-transform: scale(.95);
    -o-transform: scale(.95);
    transform: scale(.95);
}
.constructor .mod .mod-add:hover .mod-plus{
    opacity: 1;
}
.constructor .mod .mod-add:hover .mod-count{
    opacity: 0;
}
.constructor .mod .mod-add:after{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: -10px;
    content: '';
    transition: all .1s linear;
    opacity: 0;
    border: 4px solid #ffffff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.constructor .mod .mod-add:hover:after{
    margin: 3px;
    opacity: 1;
}
.constructor .mod .mod-add .mod-count,
.constructor .mod .mod-add .mod-plus{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transition: opacity .2s linear;
    opacity: 0;
    color: rgba(255, 255, 255, .6);
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, .4);
}
.constructor .mod .mod-add .mod-count-visible,
.constructor .mod .mod-add:hover .mod-count-visible,
.constructor .mod.selected .mod-count{
    opacity: 1;
}
.constructor .mod .mod-add:hover .mod-count-visible + .mod-plus{
    opacity: 0;
}

.constructor .mod .mod-add .mod-count-holder,
.constructor .mod .mod-add .mod-plus-holder{
    display: table;
    width: 100%;
    height: 100%;
}
.constructor .mod .mod-add .mod-count-inner,
.constructor .mod .mod-add .mod-plus-inner{
    font-size: 4em;
    font-weight: bold;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.constructor .mod .mod-delete{
    font-size: 20px;
    line-height: 34px;
    position: absolute;
    top: 10px;
    right: 25px;
    display: none;
    width: 40px;
    height: 40px;
    text-align: center;
    color: #ffffff;
    border: 3px solid #ffffff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #d35043;
}
.constructor .mod.selected .mod-delete{
    display: block;
}
.constructor .mod .mod-desc .mod-price-inner{
    font-weight: bold;
    position: relative;
    z-index: 99999;
    top: -20px;
    display: inline-block;
    padding: 5px 10px;
    transition: all .1s linear;
    color: #ffffff;
    border: 3px solid #ffffff;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    background-color: #000000;
}
.constructor .mod .mod-img:hover + .mod-desc .mod-price-inner{
    top: -28px;
}
.constructor .mod .mod-desc .mod-name{
    overflow: hidden;
    height: 35px;
}
.constructor .mod .mod-desc .mod-name h4{
    margin: 0;
}
.constructor .total-mods,
.constructor .c-base-list{
    margin-bottom: 15px;
}
.constructor .total-mods .total-mod,
.constructor .c-base-list .total-mod{
    padding: 10px 0;
}
.constructor .total-mods .total-mod:nth-child(odd),
.constructor .c-base-list .total-mod:nth-child(odd){
    background-color: #f9f9f9;
}
.constructor .total-mod-counter{
    position: relative;
}
.constructor .total-mod-count{
    font-weight: bold;
}
.constructor .total-mod-count-minus,
.constructor .total-mod-count-plus{
    font-size: 1.4em;
    font-weight: bold;
    position: absolute;
    top: 50%;
    left: 5px;
    margin-top: -13px;
    padding: 0 2px 0 7px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -webkit-transition: color .4s ease;
    -moz-transition: color .4s ease;
    -o-transition: color .4s ease;
    transition: color .4s ease;
    color: #cccccc;

    -khtml-user-select: none;
}
.constructor .total-mod-count-plus{
    right: 5px;
    left: inherit;
    padding: 0 5px 0 2px;
}
.constructor .total-mods-end{
    font-size: 30px;
    margin-bottom: 30px;
}
/* ## Nav Pills and Tabs */
.nav > li > a{
    padding: 9px 20px 11px;
    color: #902d16;
    line-height: 1.1;

}
.nav-tabs{
    margin-bottom: 30px;
    border: none;
}
.nav-pills > li > a,
.nav-tabs > li > a{
    margin: 3px;
    border: none;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-color: transparent;
    font-size: 18px;
    font-family: Roboto,Arial,Helvetica,sans-serif;
    display: inline-block;
    vertical-align: baseline;
    text-align: center;
    text-decoration: none;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:focus,
.nav-pills > li.active > a:hover,
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover{
    border: none;
    color: #902d16;
    background-color: #fccd76;
}
/* ## Nav Pills - END */

/* ## Panel */
.panel-default{
    border: none;
}
.panel-default > .panel-heading{
    background-color: transparent;
}
/* ## Panel - END */
@media screen and (max-width: 1080px) and (min-width: 0px){
    .desktop-ingridients-wrapper .add-ingridients-wrapper .column{
        width: 50%;
    }
}
.breadcrumbs{
	display:none;
}
@media screen and (max-width: 713px) and (min-width: 0px){
    .dish .mobile-ingridients-wrapper,
    .tile-item .item .mobile-ingridient-link,
    .mobile-ingridients-total{
        display: block;
    }
    .dish .desktop-ingridients-wrapper,
    .tile-item .item .desktop-ingridient-link{
        display: none;
    }
    #bx_basketFKauiI.basket_fixed {
        right: 25px;
        top: -40px;
    }
}

@media screen and (max-width: 479px) and (min-width: 0px){
    .mobile-ingridients-wrapper .add-ingridients-wrapper .column{
        width: 100%;
    }
    .item-cart-buttons .bt_link{
        width: 100%;
    }
    .menu-main .item .title span{
        font-size: 0.8em;
    }
}
.main-page-seo ul{
    margin-left: 40px;
}
/* End */


/* Start:/bitrix/templates/eshop_bootstrap_blue/css/media-queries.css?162331229830886*/
@media screen and (max-width:999px) {

	.special-offer .img {
		display:none;
		}
	.special-offer .summary {
		padding-left:24px;
		}
		
	}

@media screen and (min-width:714px) and (max-width: 1024px) {
	.tile-item li {
		width:25%;
		}
	}

/* iPad - vertical orientation */
@media screen and (min-width:714px) and (max-width: 860px) {

	header .hhead .title,
	header .hhead .left .callback,
	header .hfoot .menu {
		display:none;
		}
	.link-dropmenu {
		display:inline-block;
		}
	header .hhead .left .phone {
		margin-right:0;
		}
	#main-slider .rsABlock .title {
		padding:40px 8% 0;
		}
	header .hhead .login,
	header .hhead .name {
		display:none;
		}
	header .hfoot .login,
	header .hfoot .name {
		display:inline-block;
		}
	.tile-item li {
		width:25%;
		}
	.tabs-link a {
		padding:11px 6% 12px;
		}
	.main-tile li:first-child + li + li + li + li,
	.recently-viewed .tile-item li:first-child + li + li + li + li {
		display:none;
		}
	footer ul:first-child + ul {
		display:none;
		}
	.area-delivery li {
		width:33.33%;
		}
	.means li {
		width:50%;
		}
	.lightbox.condition-light ul li {
		width:36%;
		}
	.lightbox.condition-light ul li:first-child {
		width:60%;
		padding-right:4%;
		}
	.special-offer .img {
		display:none;
		}
	.special-offer .summary {
		padding-left:24px;
		}
	.tabs-link.additionally {
		margin-bottom:17px;
		}
	.item-cart .count-item {
		margin-right:17px;
		}
	.item-cart .data {
		width:250px;
		padding-left:20px;
		}
	.item-cart .data .price {
		min-width:68px;
		font-size:20px;
		}
	.item-cart .remove {
		margin-left:4px;
		}
	.item-cart .remove img {
		width:15px;
		}
	.item-cart-legend p:first-child + p + p {
		width:93px;
		}
	.item-cart-legend p:first-child + p {
		width:72px;
		}
	.item-cart-legend p:first-child {
		width:73px;
		}
	.item-cart-legend.no-sel-remove p:first-child {
		width:74px;
		}
	.item-cart-legend.no-sel-remove p:first-child + p {
		width:70px;
		}
	.steps {
		margin-top:26px;
		}
	#item-drop,
	.item .lightbox-ajax-open {
		display:none;
		}
	.dish .foot .bt_link {
		background-position:8px 9px !important;
		}
	.cart-form .item-cart-buttons .note-text.last {
		float:right;
		padding-top:0;
		}
	.cart-form .item-cart-buttons .note-text.last + button.bt_link {
		clear:right;
		}

	}


/* iPhone - horizontal orientation. And mini tablet device */
@media screen and (min-width: 480px) and (max-width: 713px) {
    #cart-bottom .select{
        display: block;
        width: 100%;
    }
	.wrapper {
		padding:0 20px;
		}	
	header .hhead .title,
	header .hhead .left .callback,
	header .hfoot .menu,
	header .hfoot p.jointly {
		display:none;
		}
	.hidden-offer {
		display:block !important;
		
		}
	.hidden-offer .wrapper{
		padding: 0;
	}
	.hidden-offer p,
	.hidden-offer a.link-hide{
		display: none;
	}
	.hidden-offer .link{
		display: block;
		width: 100%;
		padding: 10px 0;
		text-align: center;
		border-radius: 0;
		text-transform: uppercase;
	}
	.hidden-offer .link:hover{
		background: #A74C18;
		border-color: #A74C18;
		color: #fff;
	}
	.link-dropmenu {
		display:inline-block;
		}
	header .hfoot .logo {
		left:20px;
		}
	header .hhead .login,
	header .hhead .name {
		display:none;
		}
	header .hfoot .login,
	header .hfoot .name {
		display:inline-block;
		}
	header .hfoot .left, 
	header .hfoot .right,
	header .hfoot p.price {
		vertical-align:middle;
		}
	header .hfoot .right {
		width:auto;
		max-width:inherit;
		min-width:inherit;
		border-left:none;
		}
	header .hhead .left .phone {
		margin-right:0;
		}
	#main-slider {
		min-height:445px;
		}
	#main-slider .rsABlock {
		padding-top:51px;
		}
	#main-slider .rsABlock .title {
		padding:30px 8% 0;
		font-size:55px;
		line-height:1.2;
		}
	#main-slider .rsABlock .title small {
		font-size:35px;
		}
	#main-slider .rsABlock .title:after {
		height:149px;
		}
	#main-slider .rsBullet {
		top:-33px;
		}
	#main-slider .rsABlock .text-center {
		bottom:167px;
		}
	#main-slider .rsArrow {
		display:block !important;
		}
	.tile-item li {
		width:33.33%;
		}
	.tabs-link a {
		padding:11px 7% 12px;
		}
	.tabs-link.two-col a {
		width:49%;
		}
	.second-restaurant .img {
		margin:0 -20px;
		}
	.second-restaurant {
		margin-bottom:28px;
		}
	.two-columns li {
		width:100%;
		}
	.two-columns .bt_link {
		margin:30px auto 5px;
		}
	footer ul:first-child + ul {
		display:none;
		}
	footer {
		padding-top:13px;
		padding-bottom:15px;
		}
	footer .link-top {
		width:37px;
		height:37px;
		top:10px;
		}
	footer .link-top span {
		display:none;
		}
	footer .link-top img {
		position:absolute;
		right:0;
		top:0;
		}
	footer dl.right dt {
		display:none;
		}
	footer .copyright {
		margin-right:60px;
		}
	footer .copyright .summary {
		overflow:visible;
		float:left;
		}
	footer .copyright .hide {
		display:none;
		}
	.dropmenu .mobile-jointly {
		display:block;
		}
	.action-box .img {
		display:none;
		}
	.action-box .narrow {
		min-height:inherit;
		}
	.title-link .bt_link {
		display:block;
		float:none;
		margin-bottom:8px;
		margin-top:7px;
        max-width: 100%;
		}
	.title-link h2, 
	.title-link .h2 {
		margin-right:0;
		}
	.area-delivery li {
		width:50%;
		}
	.area-delivery {
		margin-left:-36px;
		}
	.area-delivery li .narrow {
		margin-left:36px;
		}
	.means li {
		width:100%;
		margin-bottom:5px;
		}
	.button-horizontal .bt_link {
		display:block;
		margin-bottom:13px;
		}
	.lightbox.condition-light ul {
		padding-top:15px;
		}
	.lightbox.condition-light ul li,
	.lightbox.condition-light ul li:first-child {
		width:100%;
		padding-right:0;
		}
	.tabs-link.additionally a,
	.tabs-link.padding-fix a {
		width:auto;
		}
	.tabs-link.additionally {
		margin-bottom:17px;
		}
	.recently-viewed .tile-item li:first-child + li + li + li,
	.recently-viewed .tile-item li:first-child + li + li + li + li {
		display:none;
		}
	.owl-slider.one {
		margin:0 -30px;
		}
	.owl-carousel {
		padding-top:4px !important;
		margin-bottom:35px !important;
		}
	.one-more + .second-restaurant {
		margin-bottom:-6%;
		position:relative;
		top:20px;
		margin-top:-20px;
		}
	.one-more {
		padding-bottom:20px;
		}
	.one-more p {
		margin-bottom:25px;
		}
	article h1,
	article .h1 {
		margin-bottom:17px;
		}
	.dish .img {
		float:none;
		width:auto;
		margin-bottom:22px;
		margin-left:-20px;
		margin-right:-20px;
		}
	.dish .summary {
		float:none;
		width:auto;
		font-size:15px;
		}
	.dish .summary p {
		margin-bottom:17px;
		}
	.dish .summary h2, 
	.dish .summary .h2 {
		margin-bottom:14px;
		}
	.dish .summary .narrow {
		margin-left:0;
		padding-left:0;
		padding-bottom:0;
		}
	.dish .foot {
		position:relative;
		width:auto;
		margin-left:-20px;
		padding-top:0;
		}
	.steps {
		margin-bottom:13px;
		margin-top:26px;
		}
	.item-cart {
		display:block;
		}
	.item-cart .img {
		display:block;
		float:left;
		}
	.item-cart .summary {
		display:block;
		overflow:hidden;
		font-size:15px;
		line-height:1.33;
		}
	.item-cart .title {
		font-size:20px;
		line-height:1;
		margin-bottom:8px;
		}
	.item-cart .data {
		display:block;
		width:auto;
		padding-left:86px;
		padding-top:10px;
		padding-bottom:5px;
		}
	.item-cart .data .price:first-child {
		float:left;
		}
	.item-cart-legend {
		font-size:13px;
		margin-bottom:8px;
		}
	.item-cart-legend {
		width:auto;
		float:none;
		padding-left:86px;
		}
	.item-cart-legend p:first-child {
		float:left;
		}
	.inp-width208 {
		float:none;
		width:100%;
		margin-right:0;
		}
	.inp-width208 + .select {
		float:none;
		width:100%;
		}
	.bt_link.block-right + .bt_link.block-right {
		margin-right:0;
		}
	.item-cart-buttons {
		margin-bottom:13px;
		}
	.item-cart-buttons .bt_link {
		float:none;
		display:block;
		margin-bottom:7px;
		padding-left:10px;
		padding-right:10px;
        width: 100%;
		}
	.item-cart-buttons button.bt_link {
		width:100%;
		}
	.note-text {
		font-size:15px;
		margin-bottom:23px;
		}
	.note-text.last {
		margin-top:0;
		text-align:left;
		padding-top:15px;
		margin-bottom:0;
		}
	.info-order {
		padding-bottom:6px;
		}
	.lc-histrory td {
		font-size:13px;
		padding:12px 12px;
		}
	.cover-data-order .data-order {
		display:none !important
		}
	.links-icon {
		display:block;
		}
	.links-text {
		display:none;
		}
	.form-user-data .note-text.last {
		position:relative;
		bottom:0;
		right:0;
		text-align:left;
		margin-bottom:-7px;
		margin-top:20px;
		}
	.special-offer {
		min-height:151px;
		font-size:11px;
		}
	.special-offer .img {
		display:none;
		}
	.special-offer .summary {
		padding-right:255px;
		}
	.special-offer p {
		margin-bottom:10px;
		}
	.special-offer h2, 
	.special-offer .h2 {
		font-size:18px;
		margin-bottom:7px;
		}
	.special-offer .title {
		font-size:13px;
		margin-bottom:6px;
		}
	.special-offer .size {
		display:none;
		}
	.special-offer .price {
		font-size:30px;
		}
	.special-offer .note {
		width:235px;
		padding-top:11px;
		}
	.special-offer .note p {
		margin-bottom:7px;
		}
	.special-offer .note .box:first-child {
		width:123px;
		}
	.special-offer .note .box:first-child + .box {
		width:87px;
		}
	.special-offer .note .box:first-child + .box + .box {
		padding-top:15px;
		}
	.special-offer .note .bt_link {
		margin-right:22px;
		background-position:25px 7px;
		}
	.special-offer .note .count-item {
		margin-right:2px;
		margin-top:3px;
		-webkit-transform-origin:0 0;
		   -moz-transform-origin:0 0;
		     -o-transform-origin:0 0;
		        transform-origin:0 0;
		-webkit-transform:scale(0.8);
		   -moz-transform:scale(0.8);
		     -o-transform:scale(0.8);
		        transform:scale(0.8);
		}
	.special-offer .price {
		line-height:1;
		font-size:25px;
		}
	.special-offer .price.old {
		line-height:1.3;
		font-size:20px;
		}
	#item-drop,
	.item .lightbox-ajax-open {
		display:none;
		}
	.cart-preview {
		right:3px;
		}
	.cart-form .item-cart-buttons .note-text.last {
		padding-top:0;
		margin-bottom:6px;
		}
	.back-cart {
		float:none;
		text-align:center;
		margin-right:0;
		margin-bottom:0;
		padding-bottom:0;
		}
	.back-cart.block-left {
		float:left;
		}
	.back-cart span {
		display:none;
		}
	.dish .prop {
		width:100%;
		left:0;
		}
	.special-offer .countdownHolder {
		margin:0 -1px;
		}
	.special-offer .position {
		width:21px;
		height:28px;
		font-size:25px;
		border-radius:7px;
		margin:0 1px;
		}
	.special-offer .digit {
		width:21px;
		height:28px;
		line-height:28px;
		}
	.special-offer .countDiv {
		height:30px;
		}
	.special-offer .countDiv:before,
	.special-offer .countDiv:after{
		width:4px;
		height:4px;
		margin-left:-2px;
		margin-top:-6px;
		}
	.special-offer .countDiv:after{
		margin-top:3px;
		}
	header .hfoot .name {
		display:none;
		}	

	
	}
	
/* iPhone - vertical orientation */
@media screen and (min-width: 0px) and (max-width: 479px) {
    .item .options{
        text-align: center;
    }
    .item .options .option-container:nth-child(3):after{
        content: '';
        display: block;
        width: 30px;
    }
    .productFlag_hot, .productFlag_new, .productFlag_pop, .productFlag_veg, .productFlag_chld{
        width: 33px;
        height: 33px;
        margin-right: -10px;
        margin-top: -8px;
    }
    .flags-pos{
        padding-right: 15px;
    }
    .productFlag_hot{
        /*    left: 5px;*/
        background: url(/bitrix/templates/eshop_bootstrap_blue/css/../images/stickers/hot.png) no-repeat;
        background-size: 33px;
    }
    .productFlag_new{
        /*    left: 30px;*/
        background: url(/bitrix/templates/eshop_bootstrap_blue/css/../images/stickers/new.png) no-repeat;
        background-size: 33px;
    }
    .productFlag_pop{
        /*    left: 55px;*/
        background: url(/bitrix/templates/eshop_bootstrap_blue/css/../images/stickers/pop.png) no-repeat;
        background-size: 33px;
    }
    .productFlag_veg{
        /*    left: 80px;*/
        background: url(/bitrix/templates/eshop_bootstrap_blue/css/../images/stickers/veg.png) no-repeat;
        background-size: 33px;
    }
    .productFlag_chld{
        /*    left: 80px;*/
        background: url(/bitrix/templates/eshop_bootstrap_blue/css/../images/stickers/chld.png) no-repeat;
        background-size: 33px;
    }
    #cart-bottom .select{
        display: block;
        width: 100%;
    }
	html {
		-webkit-text-size-adjust: none;
		}
	body {
		min-width:320px;
		}
	.wrapper {
		padding:0 15px;
		}	
	header .hhead .title,
	header .hhead .left .callback,
	header .hhead .login,
	header .hfoot .menu,
	header .hfoot .right .jointly {
		display:none;
		}
	.hidden-offer {
		display:block !important;
		
		}
	.hidden-offer .wrapper{
		padding: 0;
	}
	.hidden-offer p,
	.hidden-offer a.link-hide{
		display: none;
	}
	.hidden-offer .link{
		display: block;
		width: 100%;
		padding: 10px 0;
		text-align: center;
		border-radius: 0;
		text-transform: uppercase;
	}
	.hidden-offer .link:hover{
		background: #A74C18;
		border-color: #A74C18;
		color: #fff;
	}
	header .hfoot .logo {
		left:15px;
		}
	header .hhead .left {
		margin-right:0;
		}
	header .hfoot .right {
		width:auto;
		min-width:inherit;
		max-height:inherit;
		border-left:none;
		}
	.link-dropmenu,
	header .hhead p.price {
		display:inline-block;
		}
	header p.price .link-icon {
		padding-top:5px;
		padding-bottom:14px;
		}
	p.price .link-icon.hover-style img {
		top:10px;
		}
	header .hhead .left .phone {
		margin-right:0;
		}
	header .hfoot .login {
		display:inline-block;
		}
	#main-slider {
		min-height:400px;
		}
	#main-slider .rsABlock {
		padding-top:25px;
		}
	#main-slider .rsABlock .text-center {
		padding-top:25px;
		}
	#main-slider .rsABlock .title {
		padding:10px 11% 0;
		font-size:30px;
		line-height:1;
		}
	#main-slider .rsABlock .title small {
		font-size:20px;
		margin-top:8px;
		}
	#main-slider .rsABlock .title:after {
		height:185px;
		}
	#main-slider .rsBullet {
		top:-33px;
		}
	#main-slider .rsABlock .text-center {
		bottom:130px;
		}
	#main-slider .rsArrow {
		display:block !important;
		}
	.tile-item {
		margin-left:-10px;
		}
	.tile-item li {
		width:50%;
		margin-bottom:15px;
		}
	.tile-item.menu-main li {
		margin-bottom:10px;
		}
	.bg_gray {
		padding-top:15px;
		margin-bottom:20px;
		}
	.tile-item li .item {
		margin-left:10px;
		}
	.tabs-link {
		font-size:13px;
		}
	.tabs-link.additionally {
		font-size:11px;
		}
	.tabs-link a {
		width:100%;
		margin-bottom:6px;
		}
	.tabs-link.two-col a {
		width:49%;
		}
	.menu-main .item .title {
		font-size:22px;
		}
	.second-restaurant .img {
		margin:0 -20px;
		}
	.second-restaurant {
		margin-bottom:28px;
		}
	.two-columns li {
		width:100%;
		}
	.two-columns .bt_link {
		max-width:400px;
		}
	footer ul:first-child + ul {
		display:none;
		}
	footer {
		padding-bottom:10px;
		padding-top:16px;
		}
	footer .link-top {
		width:45px;
		height:37px;
		top:0;
		}
	footer .link-top span {
		display:none;
		}
	footer .link-top img {
		position:absolute;
		right:0;
		top:0;
		}
	footer dl.right dt {
		display:none;
		}
	footer ul {
		font-size:15px;
		}
	footer dl.right dd img {
		margin-left:0;
		}
	footer .copyright {
		margin-right:60px;
		margin-bottom:16px;
		}
	footer .copyright .summary {
		overflow:visible;
		float:left;
		}
	footer .copyright .hide {
		display:none;
		}
	footer ul:first-child {
		width:80px;
		margin-right:10px;
		}
	footer ul li {
		margin-bottom:5px;
		}
	footer .narrow {
		padding-top:5px;
		}
	footer dl.left {
		margin-right:50px;
		margin-bottom:26px;
		}
	.dropmenu .mobile-jointly,
	.dropmenu .mobile-login {
		display:block;
		}
	.lightbox {
		padding:24px 18px 14px;
		}
	.lightbox.confirmation {
		padding:24px 18px 25px;
		}
	.lightbox .title {
		font-size:19px;
		}
	.lightbox button, 
	.lightbox .button {
		font-size:16px;
		padding-left:10px;
		padding-right:10px;
		}
	header .price-float {
		right:13px;
		}
	.error404 .bt_link {
		margin-top:10px;
		}
	.login-page input[type="text"],
	.login-page input[type="tel"],
	.login-page input[type="email"],
	.login-page input[type="password"],
	.login-page .button,
	.login-page button {
		width:100%;
		}
	.action-box .img {
		display:none;
		}
	.action-box .narrow {
		min-height:inherit;
		}
	.action-box .attitude {
		padding-top:0;
		padding-bottom:17px;
		}
	.action-box .bt_link {
		display:block;
		clear:both;
		}
	.tabs-link.no-tabs.mobile-none {
		overflow:hidden;
		height:0;
		padding-top:0;
		padding-bottom:0;
		margin-bottom:28px;
		border-bottom:none;
		}
	.action-open {
		overflow:visible;
		padding-top:0;
		margin-top:-1px;
		}
	.action-open .img {
		float:none;
		width:auto;
		max-width:inherit;
		margin:0 -15px 25px;
		}
	.action-open h1, 
	.action-open .h1 {
		margin-bottom:18px;
		}
	.second-restaurant .img h2 br, 
	.second-restaurant .img .h2 br,
	.comment .assessment span {
		display:none;
		}
	.title-link .bt_link {
		display:block;
		float:none;
		margin-bottom:8px;
		margin-top:7px;
        max-width: 100%;
		}
	.title-link h2, 
	.title-link .h2 {
		margin-right:0;
		}
	.comment {
		padding-top:18px;
		padding-bottom:12px;
		}
	.pagenav {
		margin-top:5px;
		}
	.leave-comment button,
	.leave-comment .button {
		width:100%;
		}
	.leave-comment .title {
		text-align:center;
		margin:0 30px 24px;
		}
	.your-rating {
		text-align:center;
		}
	.no-comments {
		padding-top:16px;
		}
	.no-comments .img {
		padding-top:12%;
		}
	#map_canvas,
	#map_canvas2 {
		height:300px !important;
		}
	.article-image .img {
		float:none;
		width:auto;
		max-width:none;
		margin-right:0;
		margin-bottom:20px;
		}
	.hidden-box {
		margin-bottom:21px;
		padding-top:22px;
		}
	.hidden-box .bt_link {
		display:none;
		}
	.hidden-box .read-more {
		margin-top:10px;
		}
	.area-delivery {
		padding-top:30px;
		}
	.area-delivery li {
		width:100%;
		}
	.means li {
		width:100%;
		margin-bottom:0;
		}
	.button-horizontal {
		padding-top:0;
		}
	.button-horizontal .bt_link {
		display:block;
		margin-bottom:13px;
		}
	.lightbox.condition-light ul li,
	.lightbox.condition-light ul li:first-child {
		width:100%;
		padding-right:0;
		}
	.lightbox.condition-light ul {
		padding-top:15px;
		}
	.tabs-link.padding-fix a {
		left:0;
		}
	.tabs-link.additionally {
		margin-bottom:17px;
		}
	.recently-viewed .tile-item li:first-child + li + li,
	.recently-viewed .tile-item li:first-child + li + li + li,
	.recently-viewed .tile-item li:first-child + li + li + li + li {
		display:none;
		}
	.recently-viewed,
	.vk-comments {
		padding-top:13px;
		}
	.recently-viewed h3,
	.recently-viewed .h3,
	.vk-comments h3,
	.vk-comments .h3 {
		margin-bottom:15px;
		}
	.description-page {
		padding-top:20px;
		}
	.description-page p {
		margin-bottom:20px;
		}
	.description-page h2,
	.description-page .h2 {
		margin-bottom:14px;
		}
	.cart-preview {
		width:auto;
		max-width:none;
		right:6px;
		left:6px;
		margin-top:-57px
		}	
	.cart-preview .price {
		float:none;
		}
	.cart-preview .title {
		margin-right:25px;
		}
	.owl-carousel {
		padding-top:4px !important;
		margin-bottom:35px !important;
		}
	.one-more + .second-restaurant {
		margin-bottom:-6%;
		position:relative;
		top:20px;
		margin-top:-20px;
		}
	.one-more {
		padding-bottom:15px;
		}
	.one-more p {
		margin-bottom:25px;
		}
	article h1,
	article .h1 {
		margin-bottom:17px;
		}
	.error404 img + p {
		display:none;
		}
	.dish {
		margin-top:7px;
		margin-bottom:12px;
		}
	.dish .img {
		float:none;
		width:auto;
		margin-bottom:22px;
		margin-left:-15px;
		margin-right:-15px;
		}
	.dish .summary {
		float:none;
		width:auto;
		font-size:15px;
		}
	.dish .summary p {
		margin-bottom:17px;
		}
	.dish .summary h2, 
	.dish .summary .h2 {
		margin-bottom:14px;
		}
	.dish .summary .narrow {
		margin-left:0;
		padding-left:0;
		padding-bottom:0;
		}
	.dish .foot {
		position:relative;
		width:auto;
		margin-left:-20px;
		padding-top:0;
		}
	.vk-comments {
		margin-bottom:10px;
		}
	.dish-offer {
		position:relative;
		}
	.dish .foot.no-count hr {
		display:none;
		}
	.dish .foot.no-count {
		padding-bottom:6px;
		}
	.steps li {
		font-size:12px;
		}
	.steps li span {
		width:40px;
		height:40px;
		font-size:27px;
		border-width:4px;
		margin-bottom:5px;
		}
	.steps li span::after {
		height:4px;
		margin-right:4px;
		margin-top:-2px;
		}
	.steps li:first-child {
		width:66px;
		}
	.steps li:first-child + li + li {
		width:75px;
		}
	.steps {
		margin-bottom:13px;
		margin-top:26px;
		}
	.item-cart {
		display:block;
		}
	.item-cart .img {
		display:block;
		float:left;
		}
	.item-cart .summary {
		display:block;
		overflow:hidden;
		font-size:15px;
		line-height:1.33;
		}
	.item-cart .title {
		font-size:20px;
		line-height:1;
		margin-bottom:8px;
		}
	.item-cart .data {
		display:block;
		width:auto;
		padding-left:0;
		padding-top:10px;
		padding-bottom:5px;
		}
	.item-cart .data .price:first-child {
		float:left;
		}
	.item-cart-legend {
		font-size:13px;
		margin-bottom:8px;
		}
	.item-cart-legend {
		width:auto;
		float:none;
		padding-left:0;
		}
	.item-cart-legend p:first-child {
		float:left;
		width:80px;
		}
	.item-cart-legend p:first-child + p {
		width:79px;
		}
	.item-cart-legend p:first-child + p + p {
		width:117px;
		}
	.item-cart .data .price {
		min-width:80px;
		font-size:22px;
		}
	.item-cart .remove {
		width:18px;
		}
	.inp-width208 {
		float:none;
		width:100%;
		margin-right:0;
		}
	.inp-width208 + .select {
		float:none;
		width:100%;
		}
	.bt_link.block-right + .bt_link.block-right {
		margin-right:0;
		}
	.item-cart-buttons {
		margin-bottom:13px;
		}
	.item-cart-buttons .bt_link {
		float:none;
		display:block;
		margin-bottom:7px;
		padding-left:10px;
		padding-right:10px;
		}
	.item-cart-buttons button.bt_link {
		width:100%;
		}
	.inp-cover .subtitle {
		font-size:13px;
		top:-5px;
		}
	.main-block input[type="text"], 
	.main-block input[type="tel"], 
	.main-block input[type="email"], 
	.main-block input[type="password"], 
	.main-block textarea, 
	.lightbox input[type="text"], 
	.lightbox input[type="tel"], 
	.lightbox input[type="email"], 
	.lightbox input[type="password"], 
	.lightbox textarea {
		margin-bottom:10px;
		}
	.steps li {
		padding-bottom:16px;
		}
	.inp-cover.width395 {
		width:100%;
		}
	.note-text {
		font-size:15px;
		margin-bottom:23px;
		}
	.note-text.last {
		margin-top:0;
		text-align:left;
		padding-top:15px;
		margin-bottom:0;
		}
	.info-order {
		padding-bottom:6px;
		}
	.lc-histrory {
		margin:0 -15px;
		}
	.lc-histrory td {
		font-size:11px;
		padding:11px 5px;
		}
	.lc-histrory a {
		font-size:13px;
		}
	.lc-histrory thead td {
		font-size:11px;
		}
	.lc-histrory .link-repeat-order {
		font-size:13px;
		}
	.lc-histrory td:first-child {
		padding-left:11px;
		}
	.data-order {
		font-size:13px;
		margin:5px 10px;
		}
	.data-order dl dd {
		background-position:0 10px;
		}
	.cover-data-order .data-order {
		display:none !important
		}
	.profile .bt_link {
		display:block;
		max-width:239px;
		margin:17px auto 0;
		}
	.links-icon {
		display:block;
		}
	.links-text {
		display:none;
		}
	.form-user-data .inp-cover.width263,
	.form-user-data button {
		width:100%;
		}
	.form-user-data .note-text.last {
		position:relative;
		bottom:0;
		right:0;
		text-align:left;
		margin-bottom:-7px;
		margin-top:20px;
		}
	.area-delivery p {
		margin-bottom:10px;
		}
	.dish-offer {
		font-size:11px;
		padding:12px 14px 14px;
		background:#fdecb2;
		}
	.dish-offer .countdownHolder {
		margin:0 -1px;
		}
	.dish-offer .position {
		width:21px;
		height:28px;
		font-size:25px;
		border-radius:7px;
		margin:0 1px;
		}
	.dish-offer .digit {
		width:21px;
		height:28px;
		line-height:28px;
		}
	.dish-offer .box:first-child {
		width:119px;
		}
	.dish-offer .box:first-child + .box {
		width:110px;
		}
	.dish-offer .countDiv {
		height:30px;
		}
	.dish-offer .countDiv:before,
	.dish-offer .countDiv:after{
		width:4px;
		height:4px;
		margin-left:-2px;
		margin-top:-6px;
		}
	.dish-offer .countDiv:after{
		margin-top:3px;
		}
	.menu-pc {
		display:none;
		}
	.menu-mobile {
		display:block;
		}
	.special-offer {
		min-height:inherit;
		font-size:11px;
		margin-bottom:15px;
		}
	.special-offer .img {
		display:none;
		}
	.special-offer .summary {
		padding:12px 19px 13px 20px;
		}
	.special-offer h2, 
	.special-offer .h2 {
		font-size:18px;
		margin-bottom:7px;
		}
	.special-offer p {
		margin-bottom:11px;
		}
	.special-offer .title {
		font-size:13px;
		margin-bottom:4px;
		}
	.special-offer .note {
		position:relative;
		width:auto;
		padding:0 19px 8px 21px;
		}
	.special-offer .size {
		display:none;
		}
	.special-offer .note .box {
		margin-top:0;
		}
	.special-offer .note .box p {
		margin-bottom:6px;
		margin-right:0;
		font-size:11px;
		}
	.special-offer .note .box:first-child {
		width:126px;
		}
	.special-offer .note .box:first-child + .box {
		width:auto;
		}
	.special-offer .note .box:first-child + .box + .box {
		padding-top:10px;
		}
	.special-offer .note .bt_link {
		margin-right:0;
		background-position:27% 7px;
		}
	.special-offer .note .count-item {
		margin-right:2px;
		margin-top:3px;
		-webkit-transform-origin:0 0;
		   -moz-transform-origin:0 0;
		     -o-transform-origin:0 0;
		        transform-origin:0 0;
		-webkit-transform:scale(0.8);
		   -moz-transform:scale(0.8);
		     -o-transform:scale(0.8);
		        transform:scale(0.8);
		}
	.special-offer .price {
		line-height:1;
		font-size:25px;
		}
	.special-offer .price.old {
		line-height:1.3;
		font-size:20px;
		}
	.special-offer .price.old:after {
		width:116%;
		left:-4%;
		}
	.cart-preview .price {
		margin-right:0;
		}
	.cart-preview .narrow {
		padding-top:9px;
		}
	#item-drop,
	.item .lightbox-ajax-open {
		display:none;
		}
	header .hfoot .left, header .hfoot .right, header .hfoot p.price {
		vertical-align:middle;
		}
	header .hfoot .left,
	header .hfoot .login {
		width:29px;
		height:29px;
		}
	.login .link-icon {
		width:29px;
		height:29px;
		padding-right:0;
		overflow:hidden;
		text-indent:40px;
		}
	.login .link-icon img {
		right:0;
		top:0;		
		white-space:nowrap;
		}
	header .hhead .phone {
		font-size:19px;
		}
	header .hfoot .logo {
		top:12px;
		left:11px;
		}
	header .hfoot .logo img {
		width:95px;
		}
	header .hhead,
	header .hfoot {
		margin-left:104px;
		}
	.second-restaurant .logo-mario {
		width:280px;
		}
	.dish {
		margin-top:-1px;
		}
	.dish .foot .bt_link {
		max-width:none;
		}
	.cart-form .item-cart-buttons .note-text.last {
		padding-top:0;
		margin-bottom:6px;
		}
	.back-cart {
		float:none;
		text-align:center;
		margin-right:0;
		margin-bottom:0;
		padding-bottom:0;
		}
	.back-cart.block-left {
		float:right;
		clear:right;
		}
	.back-cart span {
		display:none;
		}
	.inp-cover.width202 {
		width:165px;
		margin-right:0;
		}
	.inp-cover.txt {
		width:100%;
		}
	.slider-help {
		display:none;
		}
	.contacts figure {
		margin-right:0;
		}
	.contacts figure img {
		top:4px;
		left:-7px;
		width:38px;
		}
	.contacts {
		padding-bottom:1px;
		}
	.dish .prop {
		width:100%;
		left:0;
		}
	.special-offer .countdownHolder {
		margin:0 -1px;
		}
	.special-offer .position {
		width:21px;
		height:28px;
		font-size:25px;
		border-radius:7px;
		margin:0 1px;
		}
	.special-offer .digit {
		width:21px;
		height:28px;
		line-height:28px;
		}
	.special-offer .countDiv {
		height:30px;
		}
	.special-offer .countDiv:before,
	.special-offer .countDiv:after{
		width:4px;
		height:4px;
		margin-left:-2px;
		margin-top:-6px;
		}
	.special-offer .countDiv:after{
		margin-top:3px;
		}
	.article-image .img {
		display:none;
		}
	.warning {
		font-size:13px;
		line-height:1.4;
		}
	header .hhead .name {
		display:none;
		}
	.error404 img {
		display:block;
		width:130px;
		margin:-12px auto 15px;
		}
		
	}

/* Other sizes */
@media screen and (min-width: 480px) and (max-width: 520px) {
	html {
		-webkit-text-size-adjust: none;
		}	
	.tile-item li {
		width:50%;
		margin-bottom:15px;
		}
	.action-open {
		overflow:visible;
		}
	.action-open .img {
		float:none;
		width:auto;
		max-width:inherit;
		margin:0 -20px 25px;
		}
	.action-open h1, 
	.action-open .h1 {
		margin-bottom:18px;
		}
	.comment .assessment span {
		display:none;
		}
	.comment {
		padding-top:18px;
		padding-bottom:12px;
		}
	.pagenav {
		margin-top:5px;
		}
	.leave-comment button,
	.leave-comment .button {
		width:100%;
		}
	.leave-comment .title {
		text-align:center;
		margin:0 30px 24px;
		}
	.your-rating {
		text-align:center;
		}
	.no-comments {
		padding-top:16px;
		}
	.no-comments .img {
		padding-top:12%;
		}
	#map_canvas,
	#map_canvas2 {
		height:300px !important;
		}
	.article-image .img {
		float:none;
		width:auto;
		max-width:none;
		margin-right:0;
		margin-bottom:20px;
		}
	.hidden-box {
		margin-bottom:21px;
		padding-top:22px;
		}
	.hidden-box .bt_link {
		display:none;
		}
	.hidden-box .read-more {
		margin-top:10px;
		}
	.area-delivery {
		padding-top:30px;
		}
	.recently-viewed .tile-item li:first-child + li + li,
	.recently-viewed .tile-item li:first-child + li + li + li,
	.recently-viewed .tile-item li:first-child + li + li + li + li {
		display:none;
		}
	.tabs-link.no-tabs.mobile-none {
		overflow:hidden;
		height:0;
		padding-top:0;
		padding-bottom:0;
		margin-bottom:28px;
		border-bottom:none;
		}
	.error404 img + p {
		display:none;
		}
	.error404 .bt_link {
		margin-top:10px;
		}
	.dish {
		margin-top:-1px;
		}
	.form-user-data .note-text.last {
		position:relative;
		bottom:0;
		right:0;
		text-align:left;
		margin-bottom:-7px;
		margin-top:20px;
		}
	.area-delivery p {
		margin-bottom:10px;
		}
	.menu-pc {
		display:none;
		}
	.menu-mobile {
		display:block;
		}
	footer ul {
		font-size:15px;
		}
	footer ul:first-child {
		width:80px;
		margin-right:10px;
		}
	footer ul li {
		margin-bottom:5px;
		}
	footer .narrow {
		padding-top:5px;
		}
	footer .copyright {
		margin-bottom:21px;
		}
	.slider-help {
		display:none;
		}
	.contacts figure {
		margin-right:0;
		}
	.contacts figure img {
		top:4px;
		left:-7px;
		width:38px;
		}
	.contacts {
		padding-bottom:1px;
		}
	footer dl.left {
		margin-bottom:26px;
		}
	.article-image .img {
		display:none;
		}
	.warning {
		font-size:13px;
		line-height:1.4;
		}
	.error404 img {
		display:block;
		width:130px;
		margin:-12px auto 15px;
		}
	
	}
	
@media screen and (min-width:713px) and (max-width: 780px) {

	.main-tile li:first-child + li + li + li + li {
		display:inline-block;
		}
	.recently-viewed .tile-item li:first-child + li + li + li,
	.recently-viewed .tile-item li:first-child + li + li + li + li {
		display:none;
		}
	.tile-item li {
		width:33.33%;
		}
	.second-restaurant .img {
		margin:0 -32px;
		}
	.area-delivery li {
		width:33.33%;
		}
	.area-delivery {
		margin-left:-36px;
		}
	.area-delivery li .narrow {
		margin-left:36px;
		}
	.lightbox.condition-light ul {
		padding-top:15px;
		}
	.lightbox.condition-light ul li,
	.lightbox.condition-light ul li:first-child {
		width:100%;
		padding-right:0;
		}
	.one-more + .second-restaurant {
		margin-bottom:-6%;
		position:relative;
		top:20px;
		margin-top:-20px;
		}
	.one-more {
		padding-bottom:20px;
		}
	.one-more p {
		margin-bottom:25px;
		}
	.cover-data-order .data-order {
		width:500px;
		}
		
	}

@media screen and (min-width:1025px) {

	.dropmenu {
		display:none !important;
		}
	.bt_print {
		display:block;
		}
		
	}
/* End */


/* Start:/bitrix/templates/eshop_bootstrap_blue/css/autocomplete.css?16233122982246*/
.autocomplete-suggestions {
    border: 1px solid #c7c7c7;
    background: #FFF;
    width: 300px;
    background: white;
    color: rgb(153, 153, 153);
    cursor: default;
    overflow: auto;
    -webkit-box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.20);
    -moz-box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.20);
    box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.20);
    top: -8px;
    width: 345px;
}

.autocomplete-suggestion {
    padding: 2px 5px;
    white-space: nowrap;
    overflow: hidden;
    display: block !important;
}

.autocomplete-no-suggestion {
    padding: 2px 5px;
}

.autocomplete-selected {
    color: black;
}

.autocomplete-suggestions strong {
    font-weight: bold;
    color: #000;
    margin-top: -3px;
}

.autocomplete-group {
    padding: 2px 5px;
}

.autocomplete-group strong {
    font-weight: bold;
    font-size: 16px;
    color: #000;
    display: block;
    border-bottom: 1px solid #000;
}

.mobile_street_input_wrapper #suggestions-container {
    margin: -7px -9px 10px;
}

.mobile_street_input_wrapper .autocomplete-suggestions {
    position: relative !important;
    width: auto !important;
    background: #f5f5f7;
    cursor: #000;
    overflow: auto;
    padding: 5px 6px;
    -webkit-box-shadow: 0 2px 2px -2px rgba(0, 0, 0, 0.3) inset, 0 -2px 2px -2px rgba(0, 0, 0, 0.3) inset;
    -moz-box-shadow: 0 2px 2px -2px rgba(0, 0, 0, 0.3) inset, 0 -2px 2px -2px rgba(0, 0, 0, 0.3) inset;
    box-shadow: 0 2px 2px -2px rgba(0, 0, 0, 0.3) inset, 0 -2px 2px -2px rgba(0, 0, 0, 0.3) inset;
}

.mobile_street_input_wrapper .autocomplete-suggestion {
    padding: 5px 5px 4px;
    margin: 4px 0;
    white-space: nowrap;
    overflow: hidden;
    display: block !important;
    cursor: pointer;
}

.mobile_street_input_wrapper .autocomplete-no-suggestion {
    padding: 2px 5px;
}

.mobile_street_input_wrapper .autocomplete-selected {
    color: #fff;
    background: #d35043;
}

.mobile_street_input_wrapper .autocomplete-suggestions strong {
    font-weight: bold;
}

.mobile_street_input_wrapper .autocomplete-group {
    padding: 2px 5px;
}

.mobile_street_input_wrapper .autocomplete-group strong {
    font-weight: bold;
    font-size: 16px;
    color: #000;
    display: block;
    border-bottom: 1px solid #000;
}
/* End */


/* Start:/bitrix/templates/eshop_bootstrap_blue/css/tooltipster.css?162331229810913*/
/* This is the default Tooltipster theme (feel free to modify or duplicate and create multiple themes!): */
.tooltipster-default {
	border-radius: 5px; 
	border: 2px solid #000;
	background: #4c4c4c;
	color: #fff;
}

/* Use this next selector to style things like font-size and line-height: */
.tooltipster-default .tooltipster-content {
	font-family: Arial, sans-serif;
	font-size: 14px;
	line-height: 16px;
	padding: 8px 10px;
	overflow: hidden;
}

/* This next selector defines the color of the border on the outside of the arrow. This will automatically match the color and size of the border set on the main tooltip styles. Set display: none; if you would like a border around the tooltip but no border around the arrow */
.tooltipster-default .tooltipster-arrow .tooltipster-arrow-border {
	/* border-color: ... !important; */
}


/* If you're using the icon option, use this next selector to style them */
.tooltipster-icon {
	cursor: help;
	margin-left: 4px;
}








/* This is the base styling required to make all Tooltipsters work */
.tooltipster-base {
	padding: 0;
	font-size: 0;
	line-height: 0;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 9999999;
	pointer-events: none;
	width: auto;
	overflow: visible;
}
.tooltipster-base .tooltipster-content {
	overflow: hidden;
}


/* These next classes handle the styles for the little arrow attached to the tooltip. By default, the arrow will inherit the same colors and border as what is set on the main tooltip itself. */
.tooltipster-arrow {
	display: block;
	text-align: center;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
.tooltipster-arrow span, .tooltipster-arrow-border {
	display: block;
	width: 0; 
	height: 0;
	position: absolute;
}
.tooltipster-arrow-top span, .tooltipster-arrow-top-right span, .tooltipster-arrow-top-left span {
	border-left: 8px solid transparent !important;
	border-right: 8px solid transparent !important;
	border-top: 8px solid;
	bottom: -7px;
}
.tooltipster-arrow-top .tooltipster-arrow-border, .tooltipster-arrow-top-right .tooltipster-arrow-border, .tooltipster-arrow-top-left .tooltipster-arrow-border {
	border-left: 9px solid transparent !important;
	border-right: 9px solid transparent !important;
	border-top: 9px solid;
	bottom: -7px;
}

.tooltipster-arrow-bottom span, .tooltipster-arrow-bottom-right span, .tooltipster-arrow-bottom-left span {
	border-left: 8px solid transparent !important;
	border-right: 8px solid transparent !important;
	border-bottom: 8px solid;
	top: -7px;
}
.tooltipster-arrow-bottom .tooltipster-arrow-border, .tooltipster-arrow-bottom-right .tooltipster-arrow-border, .tooltipster-arrow-bottom-left .tooltipster-arrow-border {
	border-left: 9px solid transparent !important;
	border-right: 9px solid transparent !important;
	border-bottom: 9px solid;
	top: -7px;
}
.tooltipster-arrow-top span, .tooltipster-arrow-top .tooltipster-arrow-border, .tooltipster-arrow-bottom span, .tooltipster-arrow-bottom .tooltipster-arrow-border {
	left: 0;
	right: 0;
	margin: 0 auto;
}
.tooltipster-arrow-top-left span, .tooltipster-arrow-bottom-left span {
	left: 6px;
}
.tooltipster-arrow-top-left .tooltipster-arrow-border, .tooltipster-arrow-bottom-left .tooltipster-arrow-border {
	left: 5px;
}
.tooltipster-arrow-top-right span,  .tooltipster-arrow-bottom-right span {
	right: 6px;
}
.tooltipster-arrow-top-right .tooltipster-arrow-border, .tooltipster-arrow-bottom-right .tooltipster-arrow-border {
	right: 5px;
}
.tooltipster-arrow-left span, .tooltipster-arrow-left .tooltipster-arrow-border {
	border-top: 8px solid transparent !important;
	border-bottom: 8px solid transparent !important; 
	border-left: 8px solid;
	top: 50%;
	margin-top: -7px;
	right: -7px;
}
.tooltipster-arrow-left .tooltipster-arrow-border {
	border-top: 9px solid transparent !important;
	border-bottom: 9px solid transparent !important; 
	border-left: 9px solid;
	margin-top: -8px;
}
.tooltipster-arrow-right span, .tooltipster-arrow-right .tooltipster-arrow-border {
	border-top: 8px solid transparent !important;
	border-bottom: 8px solid transparent !important; 
	border-right: 8px solid;
	top: 50%;
	margin-top: -7px;
	left: -7px;
}
.tooltipster-arrow-right .tooltipster-arrow-border {
	border-top: 9px solid transparent !important;
	border-bottom: 9px solid transparent !important; 
	border-right: 9px solid;
	margin-top: -8px;
}


/* Some CSS magic for the awesome animations - feel free to make your own custom animations and reference it in your Tooltipster settings! */

.tooltipster-fade {
	opacity: 0;
	-webkit-transition-property: opacity;
	-moz-transition-property: opacity;
	-o-transition-property: opacity;
	-ms-transition-property: opacity;
	transition-property: opacity;
}
.tooltipster-fade-show {
	opacity: 1;
}

.tooltipster-grow {
	-webkit-transform: scale(0,0);
	-moz-transform: scale(0,0);
	-o-transform: scale(0,0);
	-ms-transform: scale(0,0);
	transform: scale(0,0);
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-ms-transition-property: -ms-transform;
	transition-property: transform;
	-webkit-backface-visibility: hidden;
}
.tooltipster-grow-show {
	-webkit-transform: scale(1,1);
	-moz-transform: scale(1,1);
	-o-transform: scale(1,1);
	-ms-transform: scale(1,1);
	transform: scale(1,1);
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	-moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	-ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	-o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
}

.tooltipster-swing {
	opacity: 0;
	-webkit-transform: rotateZ(4deg);
	-moz-transform: rotateZ(4deg);
	-o-transform: rotateZ(4deg);
	-ms-transform: rotateZ(4deg);
	transform: rotateZ(4deg);
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-ms-transition-property: -ms-transform;
	transition-property: transform;
}
.tooltipster-swing-show {
	opacity: 1;
	-webkit-transform: rotateZ(0deg);
	-moz-transform: rotateZ(0deg);
	-o-transform: rotateZ(0deg);
	-ms-transform: rotateZ(0deg);
	transform: rotateZ(0deg);
	-webkit-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 1);
	-webkit-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4); 
	-moz-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4); 
	-ms-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4); 
	-o-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4); 
	transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
}

.tooltipster-fall {
	top: 0;
	-webkit-transition-property: top;
	-moz-transition-property: top;
	-o-transition-property: top;
	-ms-transition-property: top;
	transition-property: top;
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	-moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	-ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	-o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
}
.tooltipster-fall-show {
}
.tooltipster-fall.tooltipster-dying {
	-webkit-transition-property: all;
	-moz-transition-property: all;
	-o-transition-property: all;
	-ms-transition-property: all;
	transition-property: all;
	top: 0px !important;
	opacity: 0;
}

.tooltipster-slide {
	left: -40px;
	-webkit-transition-property: left;
	-moz-transition-property: left;
	-o-transition-property: left;
	-ms-transition-property: left;
	transition-property: left;
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	-moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	-ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	-o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
}
.tooltipster-slide.tooltipster-slide-show {
}
.tooltipster-slide.tooltipster-dying {
	-webkit-transition-property: all;
	-moz-transition-property: all;
	-o-transition-property: all;
	-ms-transition-property: all;
	transition-property: all;
	left: 0px !important;
	opacity: 0;
}


/* CSS transition for when contenting is changing in a tooltip that is still open. The only properties that will NOT transition are: width, height, top, and left */
.tooltipster-content-changing {
	opacity: 0.5;
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}
.modaler_sgb{
	position:fixed;
	width:100%;
	height:100vh;
	left:0px;
	top:0px;
	z-index: 9999;
	transition: 0.5s;
    visibility: hidden;
    opacity: 0;
}
.modaler_sgb.active{
	opacity:1;
	visibility:visible;
}
.modaler_sgb .overlay{
	position: absolute;
    width: 100%;
    height: 100vh;
    background: rgba(0,0,0,0.3);
    z-index: 1;
}
.modaler_sgb .cont_modaler_pop{
	position: absolute;
    width: 350px;
    background: #fff;
    z-index: 2;
    left: calc(50% - 175px);
    top: 50px;
    border-radius: 10px;
	overflow: hidden;
}
.modaler_sgb .close_modaler{
	position: absolute;
    right: 0px;
    color: red;
    font-weight: 600;
    font-size: 20px;
    top: 0px;
    cursor: pointer;
    width: 30px;
    height: 30px;
    background: #fff;
    text-align: center;
    line-height: 30px;
    -webkit-border-top-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-topright: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
}
.modaler_sgb .text_modalers{
	
}
.error_code{
	display: none;
}
.error_code.active{
	color: red;
    display: inline-block;
}
.name_akcii{
	margin: 10px 0 20px;
    font-weight: 700;
    font-size: 21px;
    color: #000;
    text-align: center;
    padding: 0px 20px;
    line-height: 22px;
}
.desc_acc{
	margin: 20px auto 0;
    font-weight: 400;
    font-size: 16px;
    padding: 0 20px 20px;
}
@media screen and (max-width: 500px){
	.modaler_sgb .cont_modaler_pop{
		width: 100%;
		z-index: 2;
		left:0;
		top:0px;
		border-radius:0px;
		overflow: hidden;
	}
	.modaler_sgb .close_modaler{
		-webkit-border-top-right-radius: 0px;
		-webkit-border-bottom-left-radius: 10px;
		-moz-border-radius-topright: 0px;
		-moz-border-radius-bottomleft: 10px;
		border-top-right-radius: 0px;
		border-bottom-left-radius: 10px;
	}
}
/* End */


/* Start:/bitrix/templates/eshop_bootstrap_blue/css/tooltipster-light.css?1623312298246*/
.tooltipster-light {
	border-radius: 5px; 
	border: 1px solid #cccccc;
	background: #ededed;
	color: #666666;
}
.tooltipster-light .tooltipster-content {
	font-family: Arial, sans-serif;
	font-size: 14px;
	line-height: 16px;
	padding: 8px 10px;
}
/* End */


/* Start:/bitrix/templates/eshop_bootstrap_blue/css/owl.carousel.css?16233122981623*/
/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */

/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel{
	display: none;
	position: relative;
	margin:0 -10px 43px;
	padding-top:7px;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
	
.owl-carousel .owl-item{
	float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing { 
    cursor:url(/bitrix/templates/eshop_bootstrap_blue/css/grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}

/* preloading images */
.owl-item.loading{
	min-height: 170px;
	background: url(/bitrix/templates/eshop_bootstrap_blue/css/AjaxLoader.gif) no-repeat center center
}
/* End */


/* Start:/bitrix/templates/eshop_bootstrap_blue/css/royalslider.css?16233122984151*/
/* v1.0.5 */
/* Core RS CSS file. 95% of time you shouldn't change anything here. */
.royalSlider {
	width: 600px;
	height: 400px;
	position: relative;
	direction: ltr;
}
.royalSlider > * {
	float: left;
}

.rsWebkit3d .rsSlide {
	-webkit-transform: translateZ(0);
}

.rsWebkit3d .rsSlide,
.rsWebkit3d .rsContainer,
.rsWebkit3d .rsThumbs,
.rsWebkit3d .rsPreloader,
.rsWebkit3d img,
.rsWebkit3d .rsOverflow,
.rsWebkit3d .rsBtnCenterer,
.rsWebkit3d .rsAbsoluteEl,
.rsWebkit3d .rsABlock,
.rsWebkit3d .rsLink {
	-webkit-backface-visibility: hidden;
}
.rsFade.rsWebkit3d .rsSlide,
.rsFade.rsWebkit3d img,
.rsFade.rsWebkit3d .rsContainer {
    -webkit-transform: none;
}
.rsOverflow {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
	float: left;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}
.rsVisibleNearbyWrap {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
	left: 0;
	top: 0;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}
.rsVisibleNearbyWrap .rsOverflow {
	position: absolute;
	left: 0;
	top: 0;

}
.rsContainer {
	position: relative;
	width: 100%;
	height: 100%;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}

.rsArrow,
.rsThumbsArrow {
	cursor: pointer;
}

.rsThumb {
	float: left;
	position: relative;
}


.rsArrow,
.rsNav,
.rsThumbsArrow {
	opacity: 1;
	-webkit-transition:opacity 0.3s linear;
	-moz-transition:opacity 0.3s linear;
	-o-transition:opacity 0.3s linear;
	transition:opacity 0.3s linear;
}
.rsHidden {
	opacity: 0;
	visibility: hidden;
	-webkit-transition:visibility 0s linear 0.3s,opacity 0.3s linear;
	-moz-transition:visibility 0s linear 0.3s,opacity 0.3s linear;
	-o-transition:visibility 0s linear 0.3s,opacity 0.3s linear;
	transition:visibility 0s linear 0.3s,opacity 0.3s linear;
}


.rsGCaption {
	width: 100%;
	float: left;
	text-align: center;
}

/* Fullscreen options, very important ^^ */
.royalSlider.rsFullscreen {
	position: fixed !important;
	height: auto !important;
	width: auto !important;
	margin: 0 !important;
	padding: 0 !important;
	z-index: 2147483647 !important;
	top: 0 !important;
	left: 0 !important;
	bottom: 0 !important;
	right: 0 !important;
}

.royalSlider .rsSlide.rsFakePreloader {
	opacity: 1 !important;
	-webkit-transition: 0s;
	-moz-transition: 0s;
	-o-transition:  0s;
	transition:  0s;
	display: none;
}

.rsSlide {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	overflow: hidden;
	
	height: 100%;
	width: 100%;
}

.royalSlider.rsAutoHeight,
.rsAutoHeight .rsSlide {
	height: auto;
}

.rsContent {
	width: 100%;
	height: 100%;
	position: relative;
}

.rsPreloader {
	position:absolute;
	z-index: 0;	
}

.rsNav {
	-moz-user-select: -moz-none;
	-webkit-user-select: none;
	user-select: none;
}
.rsNavItem {
	-webkit-tap-highlight-color:rgba(0,0,0,0.25);
}

.rsThumbs {
	cursor: pointer;
	position: relative;
	overflow: hidden;
	float: left;
	z-index: 22;
}
.rsTabs {
	float: left;
	background: none !important;
}
.rsTabs,
.rsThumbs {
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}


.rsVideoContainer {
	width: auto;
	height: auto;
	line-height: 0;
	position: relative;
}
.rsVideoFrameHolder {
	position: absolute;
	left: 0;
	top: 0;
	background: #141414;
	opacity: 0;
	-webkit-transition: .3s;
}
.rsVideoFrameHolder.rsVideoActive {
	opacity: 1;
}
.rsVideoContainer iframe,
.rsVideoContainer video,
.rsVideoContainer embed,
.rsVideoContainer .rsVideoObj {
	position: absolute;
	z-index: 50;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
/* ios controls over video bug, shifting video */
.rsVideoContainer.rsIOSVideo iframe,
.rsVideoContainer.rsIOSVideo video,
.rsVideoContainer.rsIOSVideo embed {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-right: 44px;
}

.rsABlock {
	left: 0;
	top: 0;
	position: absolute;
	z-index: 15;
	
}

img.rsImg {
	max-width: none;
}

.grab-cursor {
	cursor:url(/bitrix/templates/eshop_bootstrap_blue/css/grab.png) 8 8, move; 
}

.grabbing-cursor{ 
	cursor:url(/bitrix/templates/eshop_bootstrap_blue/css/grabbing.png) 8 8, move;
}

.rsNoDrag {
	cursor: auto;
}

.rsLink {
	left:0;
	top:0;
	position:absolute;
	width:100%;
	height:100%;
	display:block;	
	z-index: 20;
	background: url(/bitrix/templates/eshop_bootstrap_blue/css/blank.gif);
}

/* End */


/* Start:/bitrix/templates/eshop_bootstrap_blue/css/rs-default.css?16233122989361*/
/******************************
*
*  RoyalSlider Default Skin 
*
*    1. Arrows 
*    2. Bullets
*    3. Thumbnails
*    4. Tabs
*    5. Fullscreen button
*    6. Play/close video button
*    7. Preloader
*    8. Caption
*    
*  Sprite: 'rs-default.png'
*  Feel free to edit anything
*  If you don't some part - just delete it
* 
******************************/


/* Background */
.rsDefault,
.rsDefault .rsOverflow,
.rsDefault .rsSlide,
.rsDefault .rsVideoFrameHolder,
.rsDefault .rsThumbs {
	background: #555;
	color: #FFF;
}


/***************
*
*  1. Arrows
*
****************/

.rsDefault .rsArrow {
	height: 46px;
	width: 26px;
	position: absolute;
	display: block;
	cursor: pointer;
	z-index: 21;
}
.rsDefault.rsVer .rsArrow {
	width: 100%;
	height: 44px;
	
}
.rsDefault.rsVer .rsArrowLeft { top: 0; left: 0; }
.rsDefault.rsVer .rsArrowRight { bottom: 0;  left: 0; }

.rsDefault.rsHor .rsArrowLeft { left: 16px; top: 50%; margin-top:-24px;}
.rsDefault.rsHor .rsArrowRight { right: 16px; top:50%; margin-top:-24px;}

.rsDefault .rsArrowIcn {		
	height: 46px;
	width: 26px;

	cursor: pointer;	
	background: url(/bitrix/templates/eshop_bootstrap_blue/css/../images/bt_slider.png);
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	-o-transition:all 0.4s ease;
	transition:all 0.4s ease;
}
.rsDefault .rsArrowIcn:hover {
	
}

.rsDefault.rsHor .rsArrowLeft .rsArrowIcn { background-position: 0 0; }
.rsDefault.rsHor .rsArrowRight .rsArrowIcn { background-position: -30px 0; }

.rsDefault.rsVer .rsArrowLeft .rsArrowIcn { background-position: -96px -32px; }
.rsDefault.rsVer .rsArrowRight .rsArrowIcn { background-position: -96px -64px; }

.rsDefault .rsArrowDisabled .rsArrowIcn { opacity: .2; filter: alpha(opacity=20);  *display: none; }


/***************
*
*  2. Bullets
*
****************/

.rsDefault .rsBullets {
	position: absolute;
	z-index: 35;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 0;
	margin: 0 auto;

	text-align: center;
	line-height: 8px;
}
.rsDefault .rsBullet {
	position:relative;
	top:-36px;
	width: 11px;
	height: 11px;
	display: inline-block;
	*display:inline; 
	*zoom:1;
	padding: 6px 5px 6px;
	margin: 0 2px;
}
.rsDefault .rsBullet span {
	display: block;
	width: 11px;
	height: 11px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	cursor:pointer;
	background:rgba(254, 211, 64, 0.3);
	-webkit-transition:background-color 0.4s ease;
	-moz-transition:background-color 0.4s ease;
	-o-transition:background-color 0.4s ease;
	transition:background-color 0.4s ease;
}
.rsDefault .rsBullet span:hover {
	background:rgba(254, 211, 64, 0.7);
	}
.rsDefault .rsBullet.rsNavSelected span {
	background:#fed340;
	cursor:default;
}





/***************
*
*  3. Thumbnails
*
****************/

.rsDefault .rsThumbsHor {
	width: 100%;
	height: 72px;
}
.rsDefault .rsThumbsVer {
	width: 96px;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
}
.rsDefault.rsWithThumbsHor .rsThumbsContainer {
	position: relative;
	height: 100%;
}
.rsDefault.rsWithThumbsVer .rsThumbsContainer {
	position: relative;
	width: 100%;
}
.rsDefault .rsThumb {
	float: left;
	overflow: hidden;
	width: 96px;
	height: 72px;
}
.rsDefault .rsThumb img {
	width: 100%;
	height: 100%;
}
.rsDefault .rsThumb.rsNavSelected {
	background: #02874a;
}
.rsDefault .rsThumb.rsNavSelected img {
	opacity: 0.3;
	filter: alpha(opacity=30);
}
.rsDefault .rsTmb {
	display: block;
}

/* Thumbnails with text */
.rsDefault .rsTmb h5 {
	font-size: 16px;
	margin: 0;
	padding: 0;
	line-height: 20px;
	color: #FFF;
}
.rsDefault .rsTmb span {
	color: #DDD;
	margin: 0;
	padding: 0;
	font-size: 13px;
	line-height: 18px;
}



/* Thumbnails arrow icons */
.rsDefault .rsThumbsArrow {
	height: 100%;
	width: 20px;
	position: absolute;
	display: block;
	cursor: pointer;	
	z-index: 21;	
	background: #000;
	background: rgba(0,0,0,0.75);
}
.rsDefault .rsThumbsArrow:hover {
	background: rgba(0,0,0,0.9);
}
.rsDefault.rsWithThumbsVer .rsThumbsArrow {
	width: 100%;
	height: 20px;
}
.rsDefault.rsWithThumbsVer .rsThumbsArrowLeft { top: 0; left: 0; }
.rsDefault.rsWithThumbsVer .rsThumbsArrowRight { bottom: 0;  left: 0; }

.rsDefault.rsWithThumbsHor .rsThumbsArrowLeft { left: 0; top: 0; }
.rsDefault.rsWithThumbsHor .rsThumbsArrowRight { right: 0; top:0; }

.rsDefault .rsThumbsArrowIcn {		
	width: 16px;
	height: 16px;
	top: 50%;
	left: 50%;
	margin-top:-8px;	
	margin-left: -8px;
	position: absolute;	
	cursor: pointer;	
	background: url('/bitrix/templates/eshop_bootstrap_blue/css/../images/rs-default.png');
}

.rsDefault.rsWithThumbsHor .rsThumbsArrowLeft .rsThumbsArrowIcn { background-position: -128px -32px; }
.rsDefault.rsWithThumbsHor .rsThumbsArrowRight .rsThumbsArrowIcn { background-position: -128px -48px; }

.rsDefault.rsWithThumbsVer .rsThumbsArrowLeft .rsThumbsArrowIcn { background-position: -144px -32px; }
.rsDefault.rsWithThumbsVer .rsThumbsArrowRight .rsThumbsArrowIcn { background-position: -144px -48px; }

.rsDefault .rsThumbsArrowDisabled { display: none !important; }

/* Thumbnails resizing on smaller screens */
@media screen and (min-width: 0px) and (max-width: 800px) {
	.rsDefault .rsThumb {
		width: 59px;
		height: 44px;
	}
	.rsDefault .rsThumbsHor {
		height: 44px;
	}
	.rsDefault .rsThumbsVer {
		width: 59px;
	}
}




/***************
*
*  4. Tabs
*
****************/

.rsDefault .rsTabs {
	width: 100%;
	height: auto;
	margin: 0 auto;
	text-align:center;
	overflow: hidden; padding-top: 12px; position: relative;
}
.rsDefault .rsTab {
	display: inline-block;
	cursor: pointer;
	text-align: center;
	height: auto;
	width: auto;
	color: #333;
	padding: 5px 13px 6px;
	min-width: 72px;
	border: 1px solid #D9D9DD;
	border-right: 1px solid #f5f5f5;
	text-decoration: none;

	background-color: #FFF;
	background-image: -webkit-linear-gradient(top, #fefefe, #f4f4f4); 
	background-image:    -moz-linear-gradient(top, #fefefe, #f4f4f4);
	background-image:         linear-gradient(to bottom, #fefefe, #f4f4f4);

	-webkit-box-shadow: inset 1px 0 0 #fff;
	box-shadow: inset 1px 0 0 #fff;

	*display:inline; 
	*zoom:1;
}
.rsDefault .rsTab:first-child {
	-webkit-border-top-left-radius: 4px;
	border-top-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	border-bottom-left-radius: 4px;
}
.rsDefault .rsTab:last-child { 
	-webkit-border-top-right-radius: 4px;
	border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	border-bottom-right-radius: 4px;

	border-right:  1px solid #cfcfcf;
}
.rsDefault .rsTab:active { 
	border: 1px solid #D9D9DD;   
	background-color: #f4f4f4;
	box-shadow:  0 1px 4px rgba(0, 0, 0, 0.2) inset;
}
.rsDefault .rsTab.rsNavSelected { 
	color: #FFF;
	border: 1px solid #999;
	text-shadow: 1px 1px #838383;
	box-shadow: 0 1px 9px rgba(102, 102, 102, 0.65) inset;
	background: #ACACAC;
	background-image: -webkit-linear-gradient(top, #ACACAC, #BBB);
	background-image: -moz-llinear-gradient(top, #ACACAC, #BBB);
	background-image: linear-gradient(to bottom, #ACACAC, #BBB);
}





/***************
*
*  5. Fullscreen button
*
****************/

.rsDefault .rsFullscreenBtn {
	right: 0;
	top: 0;
	width: 44px;
	height: 44px;
	z-index: 22;
	display: block;
	position: absolute;
	cursor: pointer;
	
}
.rsDefault .rsFullscreenIcn {
	display: block;
	margin: 6px;
	width: 32px;
	height: 32px;

	background: url('/bitrix/templates/eshop_bootstrap_blue/css/../images/rs-default.png') 0 0;
	background-color: #000;
	background-color: rgba(0,0,0,0.75);
	*background-color: #000;
	border-radius: 2px;

}
.rsDefault .rsFullscreenIcn:hover {
	background-color: rgba(0,0,0,0.9);
}
.rsDefault.rsFullscreen .rsFullscreenIcn {
	background-position: -32px 0;
}





/***************
*
*  6. Play/close video button
*
****************/

.rsDefault .rsPlayBtn {
	-webkit-tap-highlight-color:rgba(0,0,0,0.3);
	width:64px;
	height:64px;
	margin-left:-32px;
	margin-top:-32px;
	cursor: pointer;
}
.rsDefault .rsPlayBtnIcon {
	width:64px;
	display:block;
	height:64px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	
	-webkit-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;

	background:url(/bitrix/templates/eshop_bootstrap_blue/css/../images/rs-default.png) no-repeat 0 -32px;
	background-color: #000;
	background-color: rgba(0,0,0,0.75);
	*background-color: #000;
}
.rsDefault .rsPlayBtn:hover .rsPlayBtnIcon {
	background-color: rgba(0,0,0,0.9);
}
.rsDefault .rsBtnCenterer {
	position:absolute;
	left:50%;
	top:50%;
}
.rsDefault .rsCloseVideoBtn {
	right: 0;
	top: 0;
	width: 44px;
	height: 44px;
	z-index: 500;
	position: absolute;
	cursor: pointer;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateZ(0);
	
}
.rsDefault .rsCloseVideoBtn.rsiOSBtn {
	top: -38px;
	right: -6px;
}

.rsDefault .rsCloseVideoIcn {
	margin: 6px;
	width: 32px;
	height: 32px;
	background: url('/bitrix/templates/eshop_bootstrap_blue/css/../images/rs-default.png') -64px 0;
	background-color: #000;
	background-color: rgba(0,0,0,0.75);
	*background-color: #000;
}
.rsDefault .rsCloseVideoIcn:hover {
	background-color: rgba(0,0,0,0.9);
}



/***************
*
*  7. Preloader
*
****************/

.rsDefault .rsPreloader {
	width:20px;
	height:20px;
	background-image:url(/bitrix/templates/eshop_bootstrap_blue/css/../images/preloader-white.gif);

	left:50%;
	top:50%;
	margin-left:-10px;
	margin-top:-10px;	
}




/***************
*
*  8. Global caption
*
****************/
.rsDefault .rsGCaption {
	position: absolute;
	float: none;
	bottom: 6px;
	left: 6px;
	text-align: left;

	background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.75);

	color: #FFF;
	padding: 2px 8px;
	width: auto;
	font-size: 12px;
	border-radius: 2px;
}
/* End */


/* Start:/bitrix/templates/eshop_bootstrap_blue/css/magnific-popup.css?16233122989347*/
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.7;
  filter: alpha(opacity=70); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }
/*
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }
*/
/*
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }
 */

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #cccccc; }
    .mfp-preloader a:hover {
      color: white; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

.mfp-content button.mfp-close, 
.mfp-content button.mfp-arrow,
button.mfp-close, 
button.mfp-arrow {
  width:17px;
  height:17px;
  overflow: visible;
  cursor: pointer;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none; 
  font-family:Tahoma, Geneva, sans-serif;
  color:#333;
  font-size:0;
  color:transparent;
  margin-bottom:0;
  -webkit-border-radius:0;
  -moz-border-radius:0;
  border-radius:0;
  }
.mfp-content button.mfp-close, 
button.mfp-close {
  background:url("/bitrix/templates/eshop_bootstrap_blue/css/../images/close.png") 50% 50% no-repeat;
  background:none;
}
.mfp-content button.mfp-arrow,
button.mfp-arrow {
	width:37px;
	height:57px;
	margin-top:-7px;
	background:url("/bitrix/templates/eshop_bootstrap_blue/css/../images/bt_slider.png") 0 0 no-repeat;
	}
.mfp-content button.mfp-arrow.mfp-arrow-right,
button.mfp-arrow.mfp-arrow-right {
	background-position:100% 0;
	}
button::-moz-focus-inner {
  padding: 0;
  border: 0; }

button.mfp-close, .mfp-close {
	margin:0;
  width: 50px;
  height: 48px;
  /*line-height: 17px;*/
  position: absolute;
  right: 14px;
  top: 17px;
  text-decoration: none;
  text-align: center;
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 22px;
  font-family: Tahoma, Geneva, sans-serif;
  -moz-transition:all 0.4s ease;
  -webkit-transition:all 0.4s ease;
  -o-transition:all 0.4s ease;
  transition:all 0.4s ease;
  }


.mfp-content .mfp-close-btn-in .mfp-close {
  color: #333333; }

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: white;
  text-align: right;
  width: 100%;
  height:41px;
  padding:0; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px; }

.mfp-arrow {
  position: absolute;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); 
  -moz-transition:all 0.4s ease;
  -webkit-transition:all 0.4s ease;
  -o-transition:all 0.4s ease;
  transition:all 0.4s ease;
  }
  .mfp-arrow:hover {
    opacity: 0.8;
    filter: alpha(opacity=80); }
  

.mfp-arrow-left {
  left: 15px; }

.mfp-arrow-right {
  right: 15px; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: black; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
.mfp-figure .mfp-close {
	top:20px;
	right:0;
	cursor:pointer !important;
	background-image:url(/bitrix/templates/eshop_bootstrap_blue/css/../images/close-white.png) !important;
	}
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 52px;
    bottom: 10px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
	-moz-box-shadow:0 0 40px rgba(0,0,0,0.4);
	-webkit-box-shadow:0 0 40px rgba(0,0,0,0.4);
	box-shadow:0 0 40px rgba(0,0,0,0.4);
    background: #444444; }
  .mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 52px 0 10px; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-container {
    padding-left: 10px;
    padding-right: 10px; } }

.mfp-ie7 .mfp-img {
  padding: 0; }
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }
.mfp-ie7 .mfp-container {
  padding: 0; }
.mfp-ie7 .mfp-content {
  padding-top: 44px; }
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }





.image-source-link {
	color: #98C3D1;
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
	opacity: 0.001;
	-webkit-backface-visibility: hidden;
	/* ideally, transition speed should match zoom duration */
	-webkit-transition: all 0.3s ease-out; 
	-moz-transition: all 0.3s ease-out; 
	-o-transition: all 0.3s ease-out; 
	transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
		opacity: 1;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
		opacity: 0.7;
}

.mfp-with-zoom.mfp-removing .mfp-container, 
.mfp-with-zoom.mfp-removing.mfp-bg {
	opacity: 0;
}




/**
 * Fade-zoom animation for first dialog
 */

/* start state */
.my-mfp-zoom-in .lightbox {
	opacity: 0;

	-webkit-transition: all 0.2s ease-in-out; 
	-moz-transition: all 0.2s ease-in-out; 
	-o-transition: all 0.2s ease-in-out; 
	transition: all 0.2s ease-in-out; 

	-webkit-transform: scale(0.7); 
	-moz-transform: scale(0.7); 
	-ms-transform: scale(0.7); 
	-o-transform: scale(0.7); 
	transform: scale(0.7); 
}

/* animate in */
.my-mfp-zoom-in.mfp-ready .lightbox {
	opacity: 1;

	-webkit-transform: scale(1); 
	-moz-transform: scale(1); 
	-ms-transform: scale(1); 
	-o-transform: scale(1); 
	transform: scale(1); 
}

/* animate out */
.my-mfp-zoom-in.mfp-removing .lightbox {
	-webkit-transform: scale(0.7); 
	-moz-transform: scale(0.7); 
	-ms-transform: scale(0.7); 
	-o-transform: scale(0.7); 
	transform: scale(0.7); 

	opacity: 0;
}

/* Dark overlay, start state */
.my-mfp-zoom-in.mfp-bg {
	opacity: 0.001; /* Chrome opacity transition bug */
	-webkit-transition: opacity 0.3s ease-out; 
	-moz-transition: opacity 0.3s ease-out; 
	-o-transition: opacity 0.3s ease-out; 
	transition: opacity 0.3s ease-out;
}
/* animate in */
.my-mfp-zoom-in.mfp-ready.mfp-bg {
	opacity: 0.3;
}
/* animate out */
.my-mfp-zoom-in.mfp-removing.mfp-bg {
	opacity: 0;
}



/* End */


/* Start:/bitrix/templates/eshop_bootstrap_blue/css/jquery-ui-1.10.3.custom.min.css?162331229821740*/
/*! jQuery UI - v1.10.3 - 2014-01-15
* http://jqueryui.com
* Includes: jquery.ui.core.css, jquery.ui.datepicker.css, jquery.ui.theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana%2CArial%2Csans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=cccccc&bgTextureHeader=highlight_soft&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=flat&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=glass&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=glass&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=glass&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=glass&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
* Copyright 2014 jQuery Foundation and other contributors; Licensed MIT */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-clearfix {
	min-height: 0; /* support: IE7 */
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0);
}

.ui-front {
	z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
}


/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ui-datepicker {
	width: 17em;
	padding: .2em .2em 0;
	display: none;
}
.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
	left: 2px;
}
.ui-datepicker .ui-datepicker-next {
	right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
	left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
	right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month-year {
	width: 100%;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 49%;
}
.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em;
}
.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	border: 0;
}
.ui-datepicker td {
	border: 0;
	padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
	width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
	float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left;
}
.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
	direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}

/* Component containers
----------------------------------*/
.ui-widget {
	font-family: Verdana,Arial,sans-serif;
	font-size: 1.1em;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Verdana,Arial,sans-serif;
	font-size: 1em;
}
.ui-widget-content {
	border: 1px solid #aaaaaa;
	background: #ffffff url(/bitrix/templates/eshop_bootstrap_blue/css/images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x;
	color: #222222;
}
.ui-widget-content a {
	color: #222222;
}
.ui-widget-header {
	border: 1px solid #aaaaaa;
	background: #cccccc url(/bitrix/templates/eshop_bootstrap_blue/css/images/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x;
	color: #222222;
	font-weight: bold;
}
.ui-widget-header a {
	color: #222222;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
	border: 1px solid #d3d3d3;
	background: #e6e6e6 url(/bitrix/templates/eshop_bootstrap_blue/css/images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x;
	font-weight: normal;
	color: #555555;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
	color: #555555;
	text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
	border: 1px solid #999999;
	background: #dadada url(/bitrix/templates/eshop_bootstrap_blue/css/images/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x;
	font-weight: normal;
	color: #212121;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited {
	color: #212121;
	text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
	border: 1px solid #aaaaaa;
	background: #ffffff url(/bitrix/templates/eshop_bootstrap_blue/css/images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x;
	font-weight: normal;
	color: #212121;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #212121;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #fcefa1;
	background: #fbf9ee url(/bitrix/templates/eshop_bootstrap_blue/css/images/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x;
	color: #363636;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #363636;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #cd0a0a;
	background: #fef1ec url(/bitrix/templates/eshop_bootstrap_blue/css/images/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x;
	color: #cd0a0a;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #cd0a0a;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #cd0a0a;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	filter:Alpha(Opacity=70);
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter:Alpha(Opacity=35);
	background-image: none;
}
.ui-state-disabled .ui-icon {
	filter:Alpha(Opacity=35); /* For IE8 - See #6059 */
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url(/bitrix/templates/eshop_bootstrap_blue/css/images/ui-icons_222222_256x240.png);
}
.ui-widget-header .ui-icon {
	background-image: url(/bitrix/templates/eshop_bootstrap_blue/css/images/ui-icons_222222_256x240.png);
}
.ui-state-default .ui-icon {
	background-image: url(/bitrix/templates/eshop_bootstrap_blue/css/images/ui-icons_888888_256x240.png);
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
	background-image: url(/bitrix/templates/eshop_bootstrap_blue/css/images/ui-icons_454545_256x240.png);
}
.ui-state-active .ui-icon {
	background-image: url(/bitrix/templates/eshop_bootstrap_blue/css/images/ui-icons_454545_256x240.png);
}
.ui-state-highlight .ui-icon {
	background-image: url(/bitrix/templates/eshop_bootstrap_blue/css/images/ui-icons_2e83ff_256x240.png);
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url(/bitrix/templates/eshop_bootstrap_blue/css/images/ui-icons_cd0a0a_256x240.png);
}

/* positioning */
.ui-icon-blank { background-position: 16px 16px; }
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-on { background-position: -96px -144px; }
.ui-icon-radio-off { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 4px;
}

/* Overlays */
.ui-widget-overlay {
	background: #aaaaaa url(/bitrix/templates/eshop_bootstrap_blue/css/images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;
	opacity: .3;
	filter: Alpha(Opacity=30);
}
.ui-widget-shadow {
	margin: -8px 0 0 -8px;
	padding: 8px;
	background: #aaaaaa url(/bitrix/templates/eshop_bootstrap_blue/css/images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;
	opacity: .3;
	filter: Alpha(Opacity=30);
	border-radius: 8px;
}

/* End */


/* Start:/bitrix/templates/eshop_bootstrap_blue/css/jquery.countdown.css?16233122981180*/
.countdownHolder{
	font-size: 0;
	margin-left:-2px;
	margin-right:-2px;
}

.position{
	display: inline-block;
	height: 39px;
	overflow: hidden;
	position: relative;
	width: 30px;
	font-size:35px;
	margin:0 2px;
	font-family: "MyriadProCondBold", sans-serif;
	border:1px solid #ccc;
	-webkit-border-radius:9px;
	-moz-border-radius:9px;
	border-radius:9px;
}

.digit{
	position:absolute;
	display:block;
	width:30px;
	height:39px;
	line-height:38px;
	text-align:center;
	color:#221f1f;
	letter-spacing:-1px;
}

/**
 * You can use these classes to hide parts
 * of the countdown that you don't need.
 */

.countDays{  display:none !important; }
.countDiv0{ display:none !important; }
.countHours{ display:none !important; }
.countDiv1{ display:none !important; }
.countMinutes{}
.countDiv2{}
.countSeconds{}


.countDiv{
	display:inline-block;
	width:12px;
	height:35px;
	position:relative;
}

.countDiv:before,
.countDiv:after{
	position:absolute;
	width:5px;
	height:5px;
	background-color:#221f1f;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
	left:50%;
	margin-left:-3px;
	top:50%;
	margin-top:-10px;
	content:'';
}

.countDiv:after{
	margin-top:1px
}
/* End */


/* Start:/bitrix/templates/eshop_bootstrap_blue/css/theme.css?162331229836337*/
/***
type=auto
name=RestaurantID
desc=ID of current restaurant
***/
/***
type=auto
name=RestaurantAlias
desc=Alias of current restaurant
***/
/***
type=color
name=ID организации
desc=Укажите ID организации
***/
/***
type=color
name=Основной цвет
desc=Окрашивает основной текст и ссылки в шапке сайта
***/
/***
type=color
name=Опорный цвет
desc=Окрашивает основные элементы сайта, например кнопки
***/
/***
type=color
name=Цвет табов
desc=Окрашивает дополнительную навигацию сайта
***/
/***
type=size
name=Цвета фона Спецпредложения
desc=Определяет цвет фона блока спецпредложений
***/
/***
type=color
name=Цвет фона футера
desc=Окрашивает фон футера прикинь
***/
/***
type=color
name=Цвет ссылок футера
desc=Окрашивает ссылки футера прикинь
***/
/***
type=size
name=Ширина логотипа
desc=Определяет размер логотипа в шапке и футере
***/
/***
type=size
name=Высота логотипа
desc=Определяет размер логотипа в шапке и футере
***/
/***
type=size
name=Радиус скругления кнопок
desc=Определяет скругления кнопок =)
***/
body {
  background: #221f1f;
}
.phone .link-icon {
  font-size: 30px;
}
.wrapper ul {
  list-style: none;
}
.main-page-seo ul {
  list-style: disc;
}
::selection {
  color: white;
  background: #d91e26;
}
::-moz-selection {
  color: white;
  background: #d91e26;
}
.theme-logo {
  width: 180px;
  display: block;
}
.theme-logo-wrapper {
  float: left;
  position: absolute;
  top: 50%;
  margin-top: -90px;
}
.theme-logo-wrapper .logo {
  margin: 0;
}
.theme-header-wrapper {
  padding-left: 200px;
}
header {
  -webkit-box-shadow: 0 -5px 16px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 -5px 16px rgba(0, 0, 0, 0.25);
  box-shadow: 0 -5px 16px rgba(0, 0, 0, 0.25);
}
.dropmenu ul a:hover {
  color: #221f1f;
  background: transparent;
}
.rsDefault .rsBullet span {
  background: rgba(0, 154, 151, 0.3);
}
.dropmenu ul a:hover {
  color: #000;
  background: transparent;
}
a,
body,
.link-icon,
.item .price,
header .hfoot .menu a,
header .hhead .phone a,
.select select,
input[type='text'],
input[type='tel'],
input[type='email'],
input[type='password'],
textarea,
.tabs-link.additionally a,
.tabs-link.additionally a.active {
  color: #000;
  font-weight:600;
}
a:hover,
.item .weight,
.link-icon:hover,
header .hfoot .menu a:hover,
#main-slider .rsABlock .subtitle,
.item-cart-legend,
.steps li.active,
.color-orange,
.note-text,
.means .title strong,
.form-user-data .note-text.last,
.lc-histrory thead td,
.dropmenu ul a,
.dropmenu .link-close,
.mfp-content button.mfp-close:after,
button.mfp-close:after,
.dropmenu li.drop:after,
.count-item .select:after,
.select.succinit:after,
.remove-icon,
.icon-change-phone i,
.contacts figure i,
.item-cart-buttons a,
.icon-good,
.hhead a i,
.option-selected,
.options-select:after,
.menu-mobile .arrow,
.comment .date,
header .hhead .phone a:hover,
.menu-mobile p:hover,
.error404 .error-code,
footer a i,
.rest-c .c-item i {
  color: #000;
}
footer a,
footer .link-top,
footer ul a {
  color: white;
}
.bt_link:hover,
button:hover,
.button:hover,
.tabs-link a.link:hover,
.complete-buttons a:hover,
.links-icon i:hover,
.cart-preview .price,
.bt_link.black:hover {
  color: #000;
  background: #ffcb1f;
}

.tabs-link a.link,
.bt_link,
.rsDefault .rsBullet.rsNavSelected span,
.rsDefault .rsBullet span:hover,
.bt_link.black,
button,
.button,
.steps li.active span:after,
.link-dropmenu i,
header .price-float,

input[type='radio']:checked + i:after,

.links-icon i,
.hidden-offer {
  color: #000;
  background: #ffcb1f;
}
header p.price .link-icon.hover-style:hover,
header p.price .link-icon.hover-style{
	color:#fff;
	background:transparent;
}
header p.price .link-icon.hover-style i{
	    font-size: 30px;
		    padding-right: 10px;
			
}
header p.price .link-icon.hover-style .cart-price-wrap{
	color:#333;
}
.options-select .options-list{
	
	background:#fff;
}
.options-select .options-list li{
	color:#000 !important;
}
.addtocart-icon{
	color: #fff;
  background: #ffcb1f;
}
.steps li,
.mfp-content button.mfp-close:hover:after,
button.mfp-close:hover:after,
.remove-icon:hover,
.icon-change-phone i:hover {
  color: #ffcb1f;
}
.steps li span {
  background: white;
}
.steps li span:after,
.item .add-cart:hover .addtocart-icon {
  background: #ffcb1f;
}
.steps li span {
  border-color: #ffcb1f;
}
.rsDefault .rsBullet span {
  background: rgba(0, 154, 151, 0.3);
}
.bt_link.disabled,
.bt_link[disabled] {
  color: #cecece;
  background: #ececec;
}
.tabs-link a.active,
.tabs-link.padding-fix a.active,
.tabs-link a:hover,
.tabs-link.padding-fix a:hover,
.tabs-link.additionally a:hover,
.link-dropmenu:hover i {
  color: #000;
font-weight:600;
background:transparent;
}
button.bt_link,
header .price-float:hover,
.options-select .options-list li:hover .option-container,
.options-select .options-list li:hover .option-container.option-checked,
.menu-main .item .title,
.hidden-offer .link-hide {
  color: white;
}
.tabs-link a,
.tabs-link.padding-fix a,
.means .title {
  color: #221f1f;
  background: transparent;
}
.bt_link.white,
.hidden-offer .link {
  color: white;
  border: 1px solid white;
  text-shadow: none;
}
.bt_link.white:hover,
.rsDefault .rsOverflow,
.hidden-offer .link:hover {
  color: #221f1f;
  border-color: white;
  background: white;
}
.bg_gray {
  background: white url("/bitrix/templates/eshop_bootstrap_blue/css/../images/menu-bg.png") 50% 0 repeat;
  background-size: contain;
}
footer {
  color: #d5d1d1;
  background: #221f1f;
  box-shadow: none;
}
hr {
  background: #e7e8e9;
}
footer ul a:hover {
  color: #d9d9d9;
}
footer a:hover i,
footer .link-top:hover {
  color: #d9d9d9;
}
.menu-main .item .title {
  font-size: 1.4em;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  text-transform: uppercase;
  box-shadow: none;
  text-shadow: 0 -4px 15px rgba(0, 0, 0, 0.25), 0 4px 15px rgba(0, 0, 0, 0.25), -4px 0 15px rgba(0, 0, 0, 0.25), 4px 0 15px rgba(0, 0, 0, 0.25);
}
.bg_gray .tile-item li:hover .item {
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.3);
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.3);
}
.menu-main .item .title span {
  position: relative;
  top: 50%;
  display: block;
  margin-top: -9px;
  white-space: normal;
}
.item,
.cover-data-order .data-order {
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
}
.tile-item li:hover .item {
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
}
.cover-data-order .data-order:before {
  -webkit-box-shadow: 0 -7px 7px -3px rgba(0, 0, 0, 0.3), 0 -15px 10px -4px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 -7px 7px -3px rgba(0, 0, 0, 0.3), 0 -15px 10px -4px rgba(0, 0, 0, 0.3);
  box-shadow: 0 -7px 7px -3px rgba(0, 0, 0, 0.3), 0 -15px 10px -4px rgba(0, 0, 0, 0.3);
}
.cart-preview .cart-item-container img,
.item-cart .img img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
/* Border Color Super Light Grey */

.dish .foot .price,
.second-restaurant,
input[type='text'],
input[type='tel'],
input[type='email'],
input[type='password'],
textarea,
.tabs-link.no-tabs,
.breadcrumbs,
.recently-viewed,
.vk-comments,
header .hhead,
.steps,
.item-cart,
.select select,
input[type='radio']:enabled + i,
input[type='checkbox']:enabled + i,
input[type='radio']:disabled + i,
input[type='checkbox']:disabled + i,
.cart-form .item-cart-buttons,
.lc-histrory tbody td,
.dropmenu ul li,
.dropmenu ul ul,
#order-form-wrapper select,
.lightbox select,
.count-item .select select,
.title-link {
  border-color: #e7e8e9;
}
/* Border Color Green */

input[type='text']:focus,
input[type='tel']:focus,
input[type='email']:focus,
input[type='password']:focus,
textarea:focus,
.steps li.active span,
label:hover input[type='checkbox']:enabled + i,
label:hover input[type='radio']:enabled + i,
.form-user-data .narrow,
.options-select {
  border-color: #ffcb1f;
}
.form-user-data .narrow:before {
  border-bottom-color: #d91e26;
}
input[type='text'],
input[type='tel'],
input[type='email'],
input[type='password'],
textarea {
  color: #221f1f;
}
/* Stickers */

.productFlag_hot,
.productFlag_new,
.productFlag_pop,
.productFlag_veg,
.productFlag_chld {
  display: block;
  float: right;
  width: 44px;
  height: 44px;
  margin-top: -8px;
  margin-right: -15px;
}
.flags-pos {
  position: absolute;
  z-index: 25;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 0;
  padding-right: 25px;
}
.productFlag_hot {
  /*    left: 5px;*/
  background: url("/upload/53444cd8-225c-48fd-8c36-6aa20327f41c/file_manager/theme/hot.png") no-repeat;
  background-size: 44px;
}
.productFlag_new {
  /*    left: 30px;*/
  background: url("/upload/53444cd8-225c-48fd-8c36-6aa20327f41c/file_manager/theme/new.png") no-repeat;
  background-size: 44px;
}
.productFlag_pop {
  /*    left: 55px;*/
  background: url("/upload/53444cd8-225c-48fd-8c36-6aa20327f41c/file_manager/theme/pop.png") no-repeat;
  background-size: 44px;
}
.productFlag_veg {
  /*    left: 80px;*/
  background: url("/upload/53444cd8-225c-48fd-8c36-6aa20327f41c/file_manager/theme/veg.png") no-repeat;
  background-size: 44px;
}
.productFlag_chld {
  /*    left: 80px;*/
  background: url("/upload/53444cd8-225c-48fd-8c36-6aa20327f41c/file_manager/theme/chld.png") no-repeat;
  background-size: 44px;
}
.dish .img {
  box-shadow: none;
}
.inp-date {
  background-image: none;
}
.loading-button.disabled:after {
  background: white url("/upload/53444cd8-225c-48fd-8c36-6aa20327f41c/file_manager/theme/loading.gif") no-repeat 50% 50%;
  background-size: 35px;
}
.data-order dl dd {
  background: url(/file/tpl_banana/images/dott.png) 0 11px repeat-x;
}
.second-restaurant .subtitle {
  font-size: 17px;
}
/* Delivery Zone Colors */

.area-delivery li:first-child .narrow:before {
  background: #db4436;
}
.area-delivery li:first-child + li .narrow:before {
  background: #93d7e8;
}
.area-delivery li:first-child + li + li .narrow:before {
  background: #f5ed4f;
}
.area-delivery li:first-child + li + li + li .narrow:before {
  background: #f89d28;
}
.area-delivery li:first-child + li + li + li + li .narrow:before {
  background: #009d57;
}
.area-delivery li:first-child + li + li + li + li + li .narrow:before {
  background: #7c3592;
}
.area-delivery li:first-child + li + li + li + li + li + li .narrow:before {
  background: #4186f0;
}
.area-delivery li:first-child + li + li + li + li + li + li + li .narrow:before {
  background: #b7978f;
}
.area-delivery li:first-child + li + li + li + li + li + li + li + li .narrow:before {
  background: #dbe484;
}
.area-delivery li:first-child + li + li + li + li + li + li + li + li + li .narrow:before {
  background: #c6a4cf;
}
/* Discount Time */

.special-offer {
  background: #ffe8d4;
}
.special-offer .count-item .select select,
.position {
  border-color: #ffcda1 !important;
}
.digit,
.special-offer {
  color: #221f1f;
}
.countDiv:before,
.countDiv:after {
  background-color: #221f1f;
}
.special-offer h2,
.special-offer .h2 {
  color: #d91e26;
}
.special-offer .price.old:before,
.special-offer .price.old:after {
  background: rgba(208, 0, 9, 0.6);
}
.discount-old-price:before,
.discount-old-price:after {
  background: rgba(208, 0, 9, 0.5);
}
/* Mobile App Banner */

.appbanner {
  background: #363636 url('/upload/53444cd8-225c-48fd-8c36-6aa20327f41c/file_manager/theme/appbanner.jpg');
  padding: 15px;
  width: 100%;
  box-sizing: border-box;
}
.appbanner * {
  box-sizing: border-box;
}
.appbanner .app-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center !important;
  align-items: center !important;
  margin: 0 -7px;
}
.appbanner .app-col {
  min-height: 1px;
  padding: 0 7px;
}
.appbanner .app-col.app-close {
  -ms-flex: 0 0 9%;
  flex: 0 0 9%;
  max-width: 9%;
}
.appbanner .app-col.app-close .btn-appbanner-close {
  background: none;
  border: 0;
  padding: 0;
  height: auto;
  outline: none;
  width: 20px;
  height: 20px;
  overflow: hidden;
  vertical-align: middle;
}
.appbanner .app-col.app-close .btn-appbanner-close svg {
  position: relative;
  width: 14px;
  height: 13px;
  vertical-align: text-top;
}
.appbanner .app-col.app-icon {
  -ms-flex: 0 0 23%;
  flex: 0 0 23%;
  max-width: 23%;
}
.appbanner .app-col.app-icon .inner {
  border-radius: 10px;
  overflow: hidden;
  display: block;
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.4);
}
.appbanner .app-col.app-icon .inner img {
  display: block;
  width: 100%;
  height: auto;
}
.appbanner .app-col.app-text {
  -ms-flex: 0 0 38%;
  flex: 0 0 38%;
  max-width: 38%;
  font-size: 12px;
  color: white;
}
.appbanner .app-col.app-link {
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
  max-width: 30%;
}
.appbanner .app-col.app-link .btn-appbanner-download {
  padding: 10px 0;
  margin: 0;
  display: block;
  border-radius: 4px;
  background: #d91e26;
  color: white;
  text-align: center;
  font-size: 12px;
  border: 0;
  width: 100%;
}
/* END Mobile App Banner */

/* Border Radius */

header p.price .link-icon.hover-style:hover,
header p.price .link-icon.hover-style,
.cart-preview .price,
button.bt_link,
.tabs-link a,
.bt_link,
button,
.button,
header .price-float {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
/* Border Radius Groups */

.tile-item.menu-main img,
.tile-item.menu-main .item {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
/* 404 */

.error404 h2 {
  margin-bottom: 0;
}
.error404 .error-code {
  font-family: 'MyriadProBold', sans-serif;
  font-size: 110px;
  line-height: 1;
  margin-bottom: 20px;
}
.pos-static {
  border-color: #e7e8e9 !important;
}
/* Media Fix */

@media screen and (max-width: 479px) and (min-width: 0) {
  .dish-offer {
    background: rgba(255, 255, 255, 0.8);
  }
  header .hhead,
  header .hfoot {
    margin-left: 0px;
  }
  header .hfoot .logo img {
    position: relative;
    top: 11px;
    width: 150px;
  }
  .theme-logo {
    width: 180px;
    display: block;
  }
  .theme-logo-wrapper {
    float: left;
    position: absolute;
    top: 50%;
    margin-top: -90px;
  }
  .theme-header-wrapper {
    padding-left: 200px;
  }
}
@media screen and (max-width: 580px) and (min-width: 0) {
  header .hfoot .login {
    display: none;
  }
  .dropmenu .mobile-login {
    display: block;
  }
}
/* Contacts */

.rest-contacts .contacts-item ul {
  list-style: none;
}
.rest-contacts .contacts-item ul li {
  width: 25%;
  float: left;
  font-size: 1.1em;
  text-align: center;
}
.rest-contacts .contacts-item ul li i {
  width: 100%;
  font-size: 4.5em;
  margin-bottom: 20px;
}
.rest-contacts .contacts-item .phone-numbers .phone-number {
  display: inline-block;
  white-space: nowrap;
}
/* END Contacts */

/* PROMO FLY */

.promo-fly {
  position: fixed;
  height: 52px;
  top: 50%;
  margin-top: -40px;
  right: 0;
  padding: 14px 0;
  z-index: 1000;
}
.promo-fly.active .act-promo {
  display: block;
}
.promo-fly.active .not-act-promo {
  display: none;
}
.promo-fly .act-promo {
  display: none;
}
.promo-fly .not-act-promo {
  display: block;
}
.promo-fly .open-promo-fly {
  display: block;
  background: white;
  border: 0;
  outline: 0;
  -webkit-box-shadow: -2px 0px 2px 0px rgba(50, 50, 50, 0.6);
  -moz-box-shadow: -2px 0px 2px 0px rgba(50, 50, 50, 0.6);
  box-shadow: -2px 0px 2px 0px rgba(50, 50, 50, 0.6);
  padding: 0;
  margin: 0;
  width: 52px;
  height: 52px;
  -webkit-border-top-left-radius: 100%;
  -webkit-border-bottom-left-radius: 100%;
  -moz-border-radius-topleft: 100%;
  -moz-border-radius-bottomleft: 100%;
  border-top-left-radius: 100%;
  border-bottom-left-radius: 100%;
  cursor: pointer;
  color: #221f1f;
  font-size: 24px;
}
.promo-fly .open-promo-fly:hover {
  opacity: 1;
  background: #d91e26;
}
.promo-fly .promo-fly-cont {
  background: white;
  padding: 0;
  -webkit-box-shadow: -2px 0px 2px 0px rgba(50, 50, 50, 0.6);
  -moz-box-shadow: -2px 0px 2px 0px rgba(50, 50, 50, 0.6);
  box-shadow: -2px 0px 2px 0px rgba(50, 50, 50, 0.6);
  margin: 0;
  width: 52px;
  height: 52px;
  -webkit-border-top-left-radius: 50px;
  -webkit-border-bottom-left-radius: 50px;
  -moz-border-radius-topleft: 50px;
  -moz-border-radius-bottomleft: 50px;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
}
.promo-fly .promo-fly-cont .promo-fly-cont-in {
  padding: 8px;
  overflow: hidden;
}
.promo-fly .promo-fly-cont .promo-fly-cont-in .promo-fly-btn {
  background: #d91e26;
  border-radius: 50px;
  height: 36px;
  color: white;
  cursor: pointer;
  border: 0;
  outline: none;
  float: right;
}
.promo-fly .promo-fly-cont .promo-fly-cont-in .promo-fly-btn:hover {
  opacity: .7;
}
.promo-fly .promo-fly-cont .promo-fly-cont-in .promo-submit,
.promo-fly .promo-fly-cont .promo-fly-cont-in .promo-disable {
  padding: 0 15px;
  font-weight: bold;
  margin-right: 8px;
  font-size: 14px;
}
.promo-fly .promo-fly-cont .promo-fly-cont-in .promo-code {
  height: 36px;
  width: 140px;
  float: left;
  margin-right: 8px;
  border-radius: 50px;
  padding: 0;
  border: 0;
  outline: none;
}
.promo-fly .promo-fly-cont .promo-fly-cont-in .promo-code:disabled {
  opacity: 1;
  background: none;
}
.promo-fly .promo-fly-cont .promo-fly-cont-in .close-promo-fly {
  width: 36px;
  font-size: 16px;
  padding: 0;
  max-width: 36px;
}
/* END PROMO FLY */
/* User RANK */
.colorize {
  color: #d91e26;
}
.user-info-points {
  font-size: 22px;
  margin-bottom: 15px;
}
.user-info-points.bg {
  background: rgba(255, 255, 255, 0.4);
  padding: 10px !important;
  -webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.3);
}
.user-info-points span {
  font-weight: bold;
  font-size: 26px;
}
.narrow {
  margin-top: 20px;
}
.cabinet .progress-wrapper {
  padding: 40px;
  background-color: rgba(255, 255, 255, 0.4);
  margin-bottom: 30px;
  -webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.3);
}
.cabinet .progress-wrapper h3 {
  margin-top: 0;
}
.cabinet .progress-steps {
  font-size: 1.5em;
  display: table;
  width: 100%;
  margin: 0;
  padding: 0;
  table-layout: fixed;
  list-style: none;
  color: #849397;
}
.cabinet .progress-steps > li {
  font-size: .8em;
  position: relative;
  display: table-cell;
  text-align: center;
}
.cabinet .progress-steps > li:before {
  font-weight: bold;
  line-height: 3.5em;
  position: relative;
  z-index: 100;
  display: block;
  width: 3.5em;
  height: 3.5em;
  margin: 0 auto;
  margin-bottom: .25em;
  content: attr(data-step);
  text-align: center;
  border-radius: 100%;
  background: #e1e1e1;
}
.cabinet .progress-steps > li:after {
  position: absolute;
  top: 1.50em;
  left: 50%;
  display: block;
  width: 100%;
  height: .5em;
  margin-left: 1.5em\9;
  content: '';
  background: #e1e1e1;
}
.cabinet .progress-steps > li:last-child:after {
  display: none;
}
.cabinet .progress-steps > li.is-complete {
  color: #2ecc71;
}
.cabinet .progress-steps > li.is-complete:before,
.cabinet .progress-steps > li.is-complete:after {
  color: white;
  background: #2ecc71;
}
.cabinet .progress-steps > li.is-active {
  color: #d91e26;
}
.cabinet .progress-steps > li.is-active:before {
  color: white;
  background: #d91e26;
}
.cabinet .progress-steps__last:after {
  display: none !important;
}
.cabinet .progress-steps-desc {
  list-style: none;
}
.cabinet .progress-steps-desc > li {
  margin: 10px 0;
  background: rgba(255, 255, 255, 0.5);
  padding: 10px;
  border-radius: 4px;
}
/* END User RANK */

/* Select restaurant */

.restaurant-select-block-ajax {
  font-size: 15px;
  margin-left: 15px;
}
.restaurant-select-block-ajax .fa {
  color: #d41e34;
}
.restaurant-select-block-ajax:not(.mobile) .top-rest-select {
  position: relative;
}
.restaurant-select-block-ajax:not(.mobile) .top-rest-select > span > a {
  color: #d41e34;
  text-decoration: none;
  border-bottom: 1px dashed #d41e34;
}
.restaurant-select-block-ajax:not(.mobile) .top-rest-select > span > a:hover {
  color: black;
  border-color: black;
}
.restaurant-select-block-ajax .dropdown {
      background-color: #fff;
    padding: 10px;
    position: fixed;
    list-style: none;
    z-index: 999;
    top: 0px !important;
    left: 0px !important;
    width: 100%;
    height: 100%;
    color: #000;
}
.restaurant-select-block-ajax:not(.mobile) .dropdown {
  min-width: 200px;
  left: 60%;
  text-align: left;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.4);
}
.restaurant-select-block-ajax:not(.mobile) .dropdown:after {
  content: '';
  position: absolute;
  display:none;
  top: -9px;
  left: 10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #d41e34 transparent;
}
.restaurant-select-block-ajax .dropdown > li > a {
  color: white;
  display: block;
  text-decoration: none;
  padding: 10px 15px;
}
.restaurant-select-block-ajax .dropdown > li:not(:last-child) > a {
  border-bottom: 1px solid #b7172b;
}
.restaurant-select-block-ajax .dropdown > li > a:hover {
  background-color: #c52034;
}
/* Restaurant select Mobile */

.restaurant-select-block-ajax.mobile {
  background-color: #8dc63f;
  width: 100%;
  text-align: center;
  color: white;
  margin: 0;
  display: none;
}
.restaurant-select-block-ajax.mobile .fa {
  display: none;
}
.restaurant-select-block-ajax.mobile .current-rest {
  width: 100%;
  display: block;
  padding: 15px 0;
  cursor: pointer;
}
.restaurant-select-block-ajax.mobile .top-rest-select > span > a {
  color: white;
  position: relative;
  text-decoration: none;
}
.restaurant-select-block-ajax.mobile .top-rest-select > span > a:after {
  content: '\f107';
  font-family: FontAwesome;
  cursor: pointer;
  font-size: 1.5em;
  position: absolute;
  -moz-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
  top: 50%;
  margin-top: -18px;
  margin-left: 5px;
}
.restaurant-select-block-ajax.mobile .dropdown > li:first-child > a {
  border-top: 1px solid #b7172b;
}
.restaurant-select-block-ajax.mobile .dropdown {
  margin: 0;
  width: 100%;
  padding: 0;
  left: 0;
  top: 54px;
}
@media screen and (max-width: 713px) and (min-width: 0px) {
  header .hhead p.restaurant-select-block-ajax {
    display: none;
  }
  .restaurant-select-block-ajax.mobile {
    display: block;
  }
}
/* Constructor */

.constructor-wok .constructor {
  margin-bottom: 20px;
}
.constructor-wok .constructor .mod-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.constructor-wok .constructor .mod-list > li {
  background: #f5f5f2;
  border-radius: 4px;
  margin-bottom: 3px;
  padding: 9px 15px;
}
.constructor-wok .constructor .mod-list > li:hover {
  background: #fac020;
}
.constructor-wok .constructor .mod-list .selected {
  background: #fac020;
}
.constructor-wok .constructor .mod-list .text-right {
  float: right;
}
.constructor-wok .constructor .mod-list .mod-desc {
  float: left;
}
.constructor-wok .constructor .mod-list .mod-right {
  float: right;
}
.constructor-wok .constructor .mod-list .mod-delete {
  float: right;
  margin-left: 15px;
}
.constructor-wok .constructor .mobile-list {
  margin-left: 15px;
  margin-right: 15px;
}
.constructor-wok .constructor .total-mods-end {
  font-size: 30px;
}
.constructor-wok .constructor .cat-link.no-valid span {
  line-height: 20px;
  display: inline-block;
  position: absolute;
  right: 15px;
  width: 20px;
  height: 20px;
  color: white;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #d35043 url(/bitrix/templates/eshop_bootstrap_blue/css/../images/error-war.png) no-repeat 50% 50%;
  background-size: 10px;
}
.constructor-wok .constructor .cat-link span,
.constructor-wok .constructor .cat-link.valid span {
  display: none;
}
.constructor-wok .constructor .mod .mod-right {
  display: none;
}
.constructor-wok .constructor .mod.selected .mod-right {
  display: block;
}
.constructor-wok .constructor .mod .mod-delete {
  display: none;
}
.constructor-wok .constructor .mod.selected .mod-delete {
  display: block;
}
.constructor-wok .constructor .mod .mod-delete {
  cursor: pointer;
}
.constructor-wok .constructor .total .total-list .c-cl-option-info {
  display: none;
}
.constructor-wok .tabs-left {
  border-bottom: none;
  border-right: 1px solid #dddddd;
  margin-bottom: 20px;
}
.constructor-wok .tabs-left > li {
  float: none;
  margin-bottom: 2px;
  margin-right: -1px;
}
.constructor-wok .tabs-left > li > a {
  border-radius: 4px 0 0 4px;
  margin-right: 0;
  display: block;
}
.constructor-wok .tabs-left > li > a:hover {
  border-bottom-color: transparent;
}
.constructor-wok .tabs-left > li:last-child {
  margin-bottom: 0;
}
.constructor-wok .tabs-left > li.active > a,
.constructor-wok .tabs-left > li.active > a:hover,
.constructor-wok .tabs-left > li.active > a:focus {
  border-bottom-color: #dddddd;
  border-right-color: transparent;
}
.constructor-wok #options-panel .option {
  background: #f5f5f2;
  border-radius: 4px;
  margin-bottom: 3px;
  padding: 9px 15px;
}
.constructor-wok #options-panel .option:hover {
  background: #fac020;
}
.constructor-wok #options-panel .panel-body .row {
  margin-left: 0px;
  margin-right: 0px;
}
.constructor-pizza .constructor * {
  box-sizing: border-box;
}
.constructor-pizza .constructor .form-control {
  width: 100%;
  margin: 0;
}
.constructor-pizza .constructor .cat-link.no-valid span {
  line-height: 26px;
  position: absolute;
  z-index: 21;
  top: -8px;
  right: -6px;
  display: block;
  width: 25px;
  height: 25px;
  color: white;
  border: 3px solid white;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #d35043 url(/bitrix/templates/eshop_bootstrap_blue/css/../images/error-war.png) no-repeat 50% 50%;
  background-size: 15px;
}
.constructor-pizza .constructor .constructor-imgs {
  position: relative;
  margin-bottom: 30px;
}
.constructor-pizza .constructor .constructor-imgs .mod-main-img,
.constructor-pizza .constructor .constructor-imgs .option-main-img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
}
.constructor-pizza .constructor .constructor-imgs .mod-main-img {
  padding-right: 15px;
  padding-left: 15px;
}
.constructor-pizza .constructor .option.selected .option-img {
  padding: 5px;
  border: 1px solid #b0ceb9;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.constructor-pizza .constructor .mod {
  position: relative;
  margin-bottom: 30px;
}
.constructor-pizza .constructor .panel {
  position: relative;
}
.constructor-pizza .constructor .mod .mod-img {
  -moz-user-select: none;
  user-select: none;
  -khtml-user-select: none;
}
.constructor-pizza .constructor .mod .mod-add {
  position: relative;
  display: block;
  overflow: hidden;
  cursor: pointer;
  transition: all .1s linear;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.constructor-pizza .constructor .mod .mod-add:hover {
  -webkit-transform: scale(0.95);
  -moz-transform: scale(0.95);
  -ms-transform: scale(0.95);
  -o-transform: scale(0.95);
  transform: scale(0.95);
}
.constructor-pizza .constructor .mod .mod-add:hover .mod-plus {
  opacity: 1;
}
.constructor-pizza .constructor .mod .mod-add:hover .mod-count {
  opacity: 0;
}
.constructor-pizza .constructor .mod .mod-add:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: -10px;
  content: '';
  transition: all .1s linear;
  opacity: 0;
  border: 4px solid white;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.constructor-pizza .constructor .mod .mod-add:hover:after {
  margin: 3px;
  opacity: 1;
}
.constructor-pizza .constructor .mod .mod-add .mod-count,
.constructor-pizza .constructor .mod .mod-add .mod-plus {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: opacity .2s linear;
  opacity: 0;
  color: rgba(255, 255, 255, 0.6);
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.4);
}
.constructor-pizza .constructor .mod .mod-add .mod-count-visible,
.constructor-pizza .constructor .mod .mod-add:hover .mod-count-visible,
.constructor-pizza .constructor .mod.selected .mod-count {
  opacity: 1;
}
.constructor-pizza .constructor .mod .mod-add:hover .mod-count-visible + .mod-plus {
  opacity: 0;
}
.constructor-pizza .constructor .mod .mod-add .mod-count-holder,
.constructor-pizza .constructor .mod .mod-add .mod-plus-holder {
  display: table;
  width: 100%;
  height: 100%;
}
.constructor-pizza .constructor .mod .mod-add .mod-count-inner,
.constructor-pizza .constructor .mod .mod-add .mod-plus-inner {
  font-size: 4em;
  font-weight: bold;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.constructor-pizza .constructor .mod .mod-delete {
  font-size: 20px;
  line-height: 34px;
  position: absolute;
  top: 10px;
  right: 25px;
  display: none;
  width: 40px;
  height: 40px;
  text-align: center;
  color: white;
  border: 3px solid white;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #d35043;
}
.constructor-pizza .constructor .mod.selected .mod-delete {
  display: block;
}
.constructor-pizza .constructor .mod .mod-desc .mod-price-inner {
  font-weight: bold;
  position: relative;
  z-index: 199;
  top: -20px;
  display: inline-block;
  padding: 5px 10px;
  transition: all .1s linear;
  color: white;
  border: 3px solid white;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  background-color: black;
}
.constructor-pizza .constructor .mod .mod-img:hover + .mod-desc .mod-price-inner {
  top: -28px;
}
.constructor-pizza .constructor .mod .mod-desc .mod-name {
  height: 35px;
}
.constructor-pizza .constructor .mod .mod-desc .mod-name h4 {
  margin: 0;
}
.constructor-pizza .constructor .total-mods,
.constructor-pizza .constructor .c-base-list {
  margin-bottom: 15px;
}
.constructor-pizza .constructor .total-mods .total-mod,
.constructor-pizza .constructor .c-base-list .total-mod {
  padding: 10px 0;
  overflow: hidden;
}
.constructor-pizza .constructor .total-mods .total-mod:nth-child(odd),
.constructor-pizza .constructor .c-base-list .total-mod:nth-child(odd) {
  background-color: #f9f9f9;
}
.constructor-pizza .constructor .total-mod-counter {
  position: relative;
}
.constructor-pizza .constructor .total-mod-count {
  font-weight: bold;
}
.constructor-pizza .constructor .total-mod-count-minus,
.constructor-pizza .constructor .total-mod-count-plus {
  font-size: 1.4em;
  font-weight: bold;
  position: absolute;
  top: 50%;
  left: 5px;
  margin-top: -13px;
  padding: 0 2px 0 7px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-transition: color .4s ease;
  -moz-transition: color .4s ease;
  -o-transition: color .4s ease;
  transition: color .4s ease;
  color: #cccccc;
  -khtml-user-select: none;
}
.constructor-pizza .constructor .total-mod-count-plus {
  right: 5px;
  left: inherit;
  padding: 0 5px 0 2px;
}
.constructor-pizza .constructor .total-mods-end {
  font-size: 30px;
  margin-bottom: 30px;
}
.constructor-pizza .nav > li > a {
  padding: 9px 20px 11px;
  color: #902d16;
  line-height: 1.1;
}
.constructor-pizza .nav-tabs {
  margin-bottom: 30px;
  border: none;
}
.constructor-pizza .nav-pills > li > a,
.constructor-pizza .nav-tabs > li > a {
  margin: 3px;
  border: none;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-color: transparent;
  font-size: 18px;
  font-family: "MyriadProBold", sans-serif;
  display: inline-block;
  vertical-align: baseline;
  text-align: center;
  text-decoration: none;
}
.constructor-pizza .nav-pills > li.active > a,
.constructor-pizza .nav-pills > li.active > a:focus,
.constructor-pizza .nav-pills > li.active > a:hover,
.constructor-pizza .nav-tabs > li.active > a,
.constructor-pizza .nav-tabs > li.active > a:focus,
.constructor-pizza .nav-tabs > li.active > a:hover {
  border: none;
  color: #902d16;
  background-color: #fccd76;
}
/* END Constructor */

@media screen and (max-width: 479px) and (min-width: 0px) {
  .total-mods-end {
    text-align: center !important;
  }
  .c-total-buttons {
    text-align: center;
  }
  .c-total-buttons .text-right {
    text-align: center !important;
    padding-top: 10px;
  }
}
.rest-contacts .rest-contacts-inner {
  margin-left: -10px;
  margin-right: -10px;
}
.rest-contacts .contacts-item-inner {
  padding: 10px;
}
.rest-contacts .contacts-item ul {
  list-style: none;
}
.rest-contacts .contacts-item ul li {
  width: 25%;
  float: left;
  font-size: 1.1em;
  text-align: center;
}
.rest-contacts .contacts-item ul li i {
  width: 100%;
  font-size: 4.5em;
  margin-bottom: 20px;
}
.rest-contacts .contacts-item .phone-numbers .phone-number {
  display: inline-block;
  white-space: nowrap;
}
.rest-contacts .contacts-item-more {
  width: 33.3333333%;
  float: left;
}
.rest-contacts .contacts-item-more ul li {
  width: 100%;
  float: none;
  font-size: 1em;
  text-align: left;
  margin-bottom: 5px;
}
.rest-contacts .contacts-item-more ul li i {
  width: 1.28571429em;
  text-align: center;
  font-size: 1.3em;
  margin-bottom: 0;
}
.rest-contacts .contacts-item-more .phone-numbers {
  display: inline;
}
@media only screen and (max-width: 1024px) {
  .rest-contacts .contacts-item ul li {
    margin-bottom: 40px;
  }
  .rest-contacts .contacts-item-more ul li {
    margin-bottom: 5px;
  }
  .rest-contacts .contacts-item ul li,
  .rest-contacts .contacts-item-more {
    width: 50%;
  }
  .rest-contacts .contacts-item-more ul li {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .rest-contacts .contacts-item ul li {
    width: 100%;
    float: none;
    font-size: 1em;
    text-align: left;
    margin-bottom: 5px;
  }
  .rest-contacts .contacts-item ul li i {
    width: 1.28571429em;
    text-align: center;
    font-size: 1.3em;
    margin-bottom: 0;
  }
  .rest-contacts .contacts-item-more {
    width: 100%;
    margin-bottom: 20px;
  }
  .rest-contacts .contacts-item .phone-numbers {
    display: inline;
  }
}
#recaptcha_div > div {
  margin: 10px auto;
}
/* New Select Restaurant */

.restaurant-select-block-ajax:not(.mobile) .dropdown {
  border-radius: 4px;
  min-width: 468px;
  left: -50%;
  margin-left: 0;
}
.restaurant-select-block-ajax:not(.mobile) .dropdown .title {
  display: block;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  padding: 5px 0;
  color: #000;
  margin-right: 0;
}
.restaurant-select-block-ajax:not(.mobile) .dropdown:after {
  left: 50%;
  margin-left: -5px;
}
.restaurant-select-block-ajax:not(.mobile) .dropdown > li > a {
  color: #000;
  display: block;
  text-decoration: none;
  padding: 6px 15px;
  border: 1px solid white;
  float: left;
  border-radius: 4px;
  margin-right: 10px;
}
.restaurant-select-block-ajax:not(.mobile) .dropdown > li > a.active {
  background: white;
  color: black;
}
.restaurant-select-block-ajax:not(.mobile) .dropdown > li:last-child > a {
  margin-right: 0;
}
.restaurant-select-block-ajax:not(.mobile) .dropdown > li:not(:last-child) > a {
  border-color: white;
}
.store-icon {
  width: 100px;
  max-height: 26px;
  display: inline-block;
}
.store-icon img {
  width: auto;
}
.store-icon:hover img {
  opacity: .45;
}
.through-price {
  text-decoration: line-through;
  opacity: .7;
  font-size: 14px !important;
  font-weight: normal;
}
.old-price {
  font-size: 14px;
  text-decoration: line-through;
  color: gray;
  font-family: "MyriadProRegular", sans-serif;
  display: block;
}
.new-price {
  display: block;
  margin-top: -6px;
  font-size: 22px;
}
header .hhead a {
  text-decoration: none;
}
.inp-date,
.form-control {
  height: 30px;
  border-radius: 5px;
  width: 95% !important;
  border: 1px solid #e8dcc8;
  margin-bottom: 7px;
  padding-left: 8px;
}

/* End */


/* Start:/bitrix/templates/eshop_bootstrap_blue/css/custom.css?163938983638351*/
.v-align-top{
    float: left;
}
.discount-old-price.teaserprod{
	display:none;
}
.title_podrazd{
    display: inline-block;
    width: 100%;
    margin: 0px 0 20px;
    font-weight: 400;
    font-size: 35px;
    color: #000;	
}
.rec_poc {
    font-size: 24px;
    border-bottom: 2px solid red;
    padding-bottom: 0px;
    margin-bottom: 15px;
}
.fixblock.fixed,.fixblockm.fixed{
	position: fixed;
    top: 0px;
    z-index: 99;
    border: 1px solid #e7e8e9;
}
.yacor{
	padding-top: 0px;
    transition: 0.5s;
}
.menu-mobile.fixblockm{
	width: 100% !important;
    display:none;
    margin-top: 0px;
	flex-wrap: nowrap;
    overflow-x: auto;
}
.menu-mobile.fixblock.fixed,.menu-mobile.fixblockm.fixed{
	top:0px;
	left:0px;
}
.menu-mobile.fixblockm a{
	float: left;
    display: inline-block;
    width: auto;
	flex: 0 0 auto;
	text-transform: uppercase;
    font-weight: 400;
    font-size: 16px;
    color: #9b9b9b;
    line-height: 0px;
	margin:0px;
}
.scrolpage .yacor{
    transition: 0.5s;
}
.news_prods{
	position: absolute;
    left: 0px;
    top: 0px;
    z-index: 97;
    background: #d91e26;
    width: 40px;
    height: 40px;
    color: #fff;
    text-align: center;
    line-height: 40px;
    font-weight: 600;
    -webkit-border-bottom-right-radius: 20px;
    -moz-border-radius-bottomright: 20px;
    border-bottom-right-radius: 20px;
}
.page_otziv{
	max-width: 750px;
    margin: auto;
}
.form_otziv{
	display:inline-table;
	width:100%;
}
.block_input{
	width:100%;
	float:left;
}
.block_input input{
	width:50%;
}
.form_otziv textarea{
	width:100%;
}
.glmenu .item .img .ov-hidd img{
	min-height: 216px;
    min-width: 220px;
}
.submit_revs{
	border:none;
	color: white;
    background: #d91e26;
	-webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
	display: inline-block;
    vertical-align: baseline;
	text-align: center;
    text-decoration: none;
    line-height: 1.1;
    padding: 11px 4% 12px;
    margin-bottom: 11px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.submit_revs:hover{
	color: white;
	cursor:pointer;
    background: #e85b61;
}
.pripisob{
	font-weight: 100;
    font-style: italic;
    font-size: 13px;
    margin-bottom: 15px;
}
.page_otziv .wrapper{
	padding: 0px;
}
.dateotziv{
	
}
.name_otziv{
	font-weight: 600;
    font-size: 20px;
    text-shadow: none;
    font-style: italic;
}
.sam_otziv{
	font-size: 17px;
    line-height: 19px;
    margin-top: 10px;
    font-style: italic;
}
.news-item-otziv{
	padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-bottom: 15px;	
}
.news_otziv{
	font-size: 20px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 15px;
}
.error_send{
	    color: white;
    background: #d91e26;
    margin-bottom: 20px;
    padding: 10px;
    text-align: center;
    text-transform: uppercase;
    border-radius: 5px;
}
.login_out{
	margin-left: 10px;
}
.bx-authform{
	margin:auto;
}
.bx-authform h3,.bx-authform .bx-authform-social,.bx-authform .bxe-light,.bx-authform .checkbox{
	display:none;
}
.bx-authform  form{
	margin-top:50px;
}
.form_autch{
	width:350px;
	margin:20px auto;
}
.form_autch h3{
	text-align:center;
	    margin: 20px;
}
.butlogin{
	text-align:center;
}
.error_login{
	color: white;
    background: #d91e26;
    width: 350px;
    text-align: center;
    margin: 20px auto;
    border-radius: 5px;
}
.reglink{
	
}
.reglink a{
	color: blue;
    border-bottom: 1px dashed;
    text-decoration: none;
}
.block_send_two{
	display:none;
}
.error_login{
	display:none;
}
.all_order{
	max-width:750px;
	 margin: 20px auto;
}
.all_order h3{
	text-align:center;
	    margin: 20px;
}
.all_order table{
	width:100%;
}
.all_order table tr th{
    text-align: left;
    line-height: 40px;
    border: 1px solid #ccc;
    padding: 0 10px;	
}
.all_order table tr td{
	text-align: left;
    line-height: 40px;
    border: 1px solid #ccc;
    padding: 0 10px;
}
.all_order.detail{
	max-width:1024px;
	color:#000 !important;
}
.all_order.detail table tr td{
	color: #000;
    font-size: 15px;
}
.all_order.detail h2{
	color: #000 !important;
    font-size: 18px !important;
}
.all_order_bek a{
	text-transform:uppercase;
	text-decoration:none;
	color:#fff;
}
.akcii{
	width:25%;
}
.akcii .action-box .img{
	width: 100%;
    margin-right: 0px;
}
.akcii .action-box .img img{
	width: 100%;
}
.akcii .action-box .summary{
	display: inline-block;
    width: 100%;
    text-align: center;
}
.akcii .action-box .summary .title{
	display:none;
}
.akcii .action-box .narrow{
	min-height:auto;
}
@media screen and (max-width: 1000px) and (min-width: 500px){
	.akcii{
		width:50%;
	}
	
	.akcii .action-box .img{
		display:block !important;
	}
	.discount-old-price.teaserprod{
		bottom: 145px;	
	}
}
.discount-old-price.teaserprod{
    position: absolute;
    bottom: 90px;	
}
.error_message {
    background-color: #d41e34;
    text-align: center;
    color: white;
    text-transform: uppercase;
    width: auto;
    margin: auto;
    max-width: 350px;
    padding: 10px 0px;
    margin-top: 15px;
    margin-bottom: 15px;
	border-radius:10px;
}
.menu-main.news_min .item .title {
    position: absolute;
    right: auto;
    bottom: 0;
    top: auto;
    left: 0;
    text-transform: uppercase;
    background: #fff;
    text-align: left;
    width: auto;
    display: inline-block;
    font-size: 18px;
    color: #000;
    line-height: 40px;
    box-shadow: none;
    text-shadow: none;
    height: 40px;
    font-weight: 600;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topright: 10px;
    border-top-right-radius: 10px;
}
.glmenu.tile-item li{
	width:25%;
}
.glmenu.tile-item .item .img .ov-hidd img{
	margin-top:0px;
	max-width:100%;
}
.logo_sel_city{
	width:100%;
	text-align:center;
	margin-top:20px;
}
.logo_sel_city img{
	max-width: 180px;
    float: none;
    display: inline-block;
}
.sellistgo{
	max-width:350px;
	margin:auto;
	text-align: center;
}
.sellistgo li{
	margin-bottom:15px;
}
.sellistgo li a{
	text-decoration:none !important;
}
.sgb_men_mob{
	float:left;
	margin-left: 15px;
    margin-top: 15px;
}
.sgb_men_mob i{
	background: #fff;
}
.sellistgo li.title{
	font-size:20px;
	font-weight:600;
}
.sellistgo li a.active{
	    background: #8dc63f;
    border-radius: 20px;
    color: #fff;
    padding: 10px 25px;
}
.menu-main.news_min .item .title span {
    position: relative;
    top: auto;
    display: contents;
    margin-top: 0;
    white-space: normal;
}
.left_menu a.active{
	color: #ff7f00 !important;
	font-weight:400 !important;
}
.sostav_teaser.desctop{
		display:none;
	}
@media screen and (min-width: 682px){
	#bx_basketFKauiI > p.basket_fixed, #bx_basketFKauiI > p.nal_basket{
		background-color: #ffcb1f;
		border-radius: 5px;
	}
	.item .foto_prod_teaser .img{
		width: 290px;
		height: 290px;
		display:flex;
	}
	.phone_top{
		font-family: Roboto,Arial,Helvetica,sans-serif;
		font-weight: 700;
		font-size: 35px;
		margin-right:10px;
	}
	.phone_top b{
		font-weight: 700;
	}
	header p.price .link-icon.hover-style i{
		color:#333;
	}
	.item .title{
		min-height:auto;
	}
	.tabs-link.fixed_menu{
		position: fixed;
		top: 60px;
		background:#fff;
		z-index:9;
	}
	.item .summary.news_diz .title{
		height: 50px;
		padding-left:0px;
		vertical-align: middle;
		display: flex;
		align-items: center;
		margin:0px;
	}
	.foto_prod_teaser{
		height:auto;
	}
	.sostav_teaser{
		display:none;
	}
	.sostav_teaser.desctop{
		display:inline-block;
	}
}
@media screen and (max-width: 500px){
	
	.cart-price-icon{
		display:none;
	}
	header p.price .link-icon.hover-style .cart-price-wrap{
		color:#fff;
	}
	.right_block .wrapper{
		padding:0px;
	}
	.teaser_item{
		margin-bottom:0px;
	}
	.teaser_item .item .img{
		margin-bottom:0px;
	}
	.teaser_item .item{
		box-shadow:none;
		border:none;
		margin:0px;
		padding-bottom:0px;
	}
	.foto_prod_teaser .ov-hidd{
		width: 100%;
		height: auto;
		position: relative;
		overflow: hidden;
	}
	.foto_prod_teaser img.product-img{
		width: 100%;
		bottom: 0;
		max-width: 98% !important;
		margin: 0;
	}
	.scrolpage .yacor{
		padding-top: 60px;
	}
	.akcii{
		width:100%;
	}
	.menu-main.news_min .item .title{
		font-size: 110%;
	}
	.menu-mobile.fixblockm{
		display: flex;
	}
	.akcii .action-box .img{
		display:block !important;
	}
	.discount-old-price.teaserprod{
		bottom: 145px;	
	}
	img.rsImg{
		max-width:100% !important;
		width:100% !important;
		    height: 100% !important;
		margin-left: 0px !important;
	}
	#main-slider {
		min-height: 150px !important;
	}
	.bg-shadow p.title{
		display:none !important;
	}
}
.item .add-cart.block_desc_add{
	display: block !important;
    background: #8dc63f;
    border-radius: 20px;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 700;
    color: white;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    width: auto;
    text-align: center;
    margin-top: 0px;
    margin-left: 0px;
    line-height: 43px;
    float: right;
    padding: 0px 5px;
}
.item .news_diz .price{
	line-height:43px;
}
.item .news_diz .weight{
	color:#000;
	font-weight:400;
}
.desc_cats {
    font-weight: 400;
    font-size: 16px;
	margin-bottom:20px;
}
.desc_cats p{
	    margin: 10px 0px;
}
.desc_cats ul{
	margin-left: 40px;
    display: inline-block;
    width: 100%;
}
.desc_cats strong{
	font-weight:600;
}
.desc_cats ul li{
	list-style: disc;
    width: 100%;
}
.promokod{
	text-align:center;
	margin-top:15px;
}
.text_promo{
	font-family: Roboto,Arial,Helvetica,sans-serif;
	font-weight: 400;
    font-size: 16px;
    color: #9b9b9b;
    border-bottom: 1px dashed;
	display:inline-block;
	cursor:pointer;
}
.text_promo.active{
	display:none;
}
.form_promo_cod{
	width: 220px;
    margin: auto;
    opacity: 0;
    visibility: hidden;
    position: absolute;
	transition:0.5s;
}
.form_promo_cod.active{
	opacity:1;
	visibility:visible;
	position:relative;
}
.form_promo_cod input{
	border: 1px solid #d8d8d8;
    border-radius: 15px;
    height: 30px;
    width: 100%;
}
.send_promo{
	background: rgba(228,35,41,1);
    border-color: rgba(228,35,41,1);
    color: #fff;
    position: absolute;
    width: 60px;
    border-radius: 15px;
    right: -30px;
    top: 0px;
    height: 30px;
    font-size: 20px;
    text-align: center;
    line-height: 30px;
    cursor: pointer;
}
.send_promo.none{
	background-color: #d8d8d8;
    border-color: #d8d8d8;
	cursor: not-allowed;
}
.item .img .ov-hidd img{
	margin-top:5px;
	max-width:96%;
}
.woks .tabs-link{
	z-index:99;
	background:#fff;
	top:0px !important;
}


.product-item-container { position: relative; }

.product-item-container.hover { z-index: 17; }

.product-item {
	display: block;
	box-sizing: border-box;
	padding: 15px 0 5px;
	width: 100%;
	border: 1px solid transparent;
	border-radius: 2px;
}

.product-item-line-card .product-item {
	width: auto !important;
	border-bottom: 1px solid #dadada;
}

@media (max-width: 991px) {
	.product-item-line-card .product-item .col-sm-6:nth-child(2n) { clear: both; }
}
.foto_prod_teaser {
    height: 200px;
	text-align:center;
	display: inline-block;
	width:100%;
}
.foto_prod_teaser a{
	display: inline-block;
	width:100%;
}
.foto_prod_teaser img.product-img{
	
	height:auto;
	width:auto;
	float: left;
    margin: auto;
}
@media (min-width: 800px) {
	.block_content{
			display: flex;
	}
	.left_menu{
		width: 15%;
		float: left;
		    margin-top: 15px;
	}
	.left_menu .title{
		font-family: Roboto,Arial,Helvetica,sans-serif;
		font-weight: 700;
		font-size: 25px;
		color: #000;
		margin: 0;
	}
	.left_menu .tabs-link{
		padding: 20px;
		border: 1px solid #ededed;
		border-radius: 5px;
		margin-bottom: 40px;
		box-sizing: border-box;
		overflow-y: auto;
		overflow-style: none;
		scrollbar-width: none;
	}
	.left_menu .tabs-link.no-tabs.padding-fix a{
		width:100%;
		text-align:left;
		text-decoration:none;
		border-bottom:none;
			display: flex;
		align-items: center;
		justify-content: flex-start;
		height: 35px;
		border-top: 1px solid #ededed;
	}
	.right_block{
		float: left;
		width: 85%;
	}
	.right_block .tile-item li{
		width:33%;
	}
	
}
@media (max-width: 500px) {
	.wrapper.block_content{
		    padding: 0px;
	}
	.item .summary.news_diz{
		margin:0px;
	}
	.foto_prod_teaser{
		float:left;
		width:45%;
		height:auto;
	}
	.summary.news_diz{
		float:left;
		width:48%;
	}
	.item.productBox{
		display:inline-block;
	}
	.item .summary.news_diz .title{
		padding: 5px 0;
		font-size: 18px;
		min-height: auto;
		margin-bottom: -7px;
		line-height: 17px;
	}
	.item .summary.news_diz .option-selected{
		padding:0px;
	}
	.item .summary.news_diz .add-cart.block_desc_add{
		font-size: 15px;
		line-height: 30px;
	}
	.item .summary.news_diz .add-cart.block_desc_add{
		line-height: 30px;
		padding:0 9px;
		    margin-top: 8px;
	}
	.wrapper .tile-item li.teaser_item {
		width: 100% !important;
	}
	.item .foto_prod_teaser .img .ov-hidd, .item .foto_prod_teaser .img{
		min-height:auto !important;
	}
	.sostav_teaser{
		    height: auto !important;
		margin: 0px !important;
		padding: 0px !important;
		margin-top: 7px !important;
	}
	.item .summary.news_diz .addtocart-icon{
		display:none;
	}
	.item .summary.news_diz .price{
		font-size:19px;
	}
}
.bx-retina .product-item { border-width: .5px; }

.product-item * { transition: opacity 300ms ease; }

@media (max-width: 767px) {
	.product-item { padding: 15px 5px 5px }

	.product-item-line-card .product-item .col-xs-12:nth-child(2n) { clear: both; }
}

.bx-no-touch .product-item-container.hover .product-item {
	position: absolute;
	right: -15px;
	left: -15px;
	padding: 15px 15px 0;
	width: auto;
	border: 1px solid transparent;
	background: #fff;
	box-shadow: 0 7px 15px 0 rgba(0, 0, 0, .19);
}

.bx-touch .product-item {
	padding: 15px 0 0;
	width: auto;
	background: #fff;
}

.bx-no-touch .product-item-container.hover .product-item { -webkit-animation: product-item-hover 300ms 1 ease; }

@-webkit-keyframes product-item-hover {
	0% {
		position: absolute;
		left: -15px;
		right: -15px;
		border: 1px solid transparent;
		box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
	}
	100% {
		border: 1px solid transparent;
		box-shadow: 0 7px 15px 0 rgba(0, 0, 0, .19);
	}
}

/*Image*/
.product-item-image-wrapper {
	position: relative;
	display: block;
	margin-bottom: 15px;
	padding-top: 116%;
	width: 100%;
	transition: all 300ms ease;
}

.product-item-image-wrapper:hover { }

.product-item-container.hover.product-item-scalable-card .product-item-image-wrapper { padding-top: 54%; }

.product-item-image-original,
.product-item-image-alternative {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	transition: opacity 300ms linear;
}

.product-item-image-original { z-index: 11; }

.product-item-image-alternative {
	z-index: 13;
	opacity: 0;
}

.bx-no-touch .product-item-container.hover .product-item-image-original { opacity: 0; }

.bx-no-touch .product-item-container.hover .product-item-image-alternative { opacity: 1; }

.product-item-big-card .product-item-image-wrapper { margin-bottom: 25px; }

/*Image Slider*/
.product-item-image-slider-slide-container {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	overflow: hidden;
	width: 100%;
	height: 100%;
	transition: opacity 300ms ease;
}

.product-item-image-slide {
	position: relative;
	display: none;
	height: 100%;
	background-color: #fff;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	transition: .6s ease-in-out left;
}

@media all and (transform-3d), (-webkit-transform-3d) {
	.product-item-image-slide {
		transition: transform .6s ease-in-out;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		-webkit-perspective: 1000px;
		perspective: 1000px;
	}

	.product-item-image-slide.next,
	.product-item-image-slide.active.right {
		left: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}

	.product-item-image-slide.prev,
	.product-item-image-slide.active.left {
		left: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}

	.product-item-image-slide.next.left,
	.product-item-image-slide.prev.right,
	.product-item-image-slide.active {
		left: 0;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

.product-item-image-slider-slide-container > .active,
.product-item-image-slider-slide-container > .next,
.product-item-image-slider-slide-container > .prev { display: block; }

.product-item-image-slider-slide-container > .active { left: 0; }

.product-item-image-slider-slide-container > .next,
.product-item-image-slider-slide-container > .prev {
	position: absolute;
	top: 0;
	width: 100%;
}

.product-item-image-slider-slide-container > .next { left: 100%; }

.product-item-image-slider-slide-container > .prev { left: -100%; }

.product-item-image-slider-slide-container > .next.left,
.product-item-image-slider-slide-container > .prev.right { left: 0; }

.product-item-image-slider-progress-bar-container {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
}

.product-item-image-slider-progress-bar {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	height: 1px;
	background-color: #f42c2c;
	opacity: .8;
}

.product-item-image-slider-control-container {
	position: absolute;
	right: 0;
	bottom: 10px;
	left: 0;
	z-index: 15;
	padding: 0;
	text-align: center;
	opacity: 0;
	transition: opacity 300ms ease;
}

.product-item-container.hover .product-item-image-slider-control-container,
.product-item-line-card:hover .product-item-image-slider-control-container { opacity: 1; }

.product-item-image-slider-control,
.product-item-image-slider-control.active {
	display: inline-block;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background-color: rgba(128, 128, 128, .8);
	opacity: .6;
	cursor: pointer;
	transition: all 300ms ease;
}

.product-item-image-slider-control:hover,
.product-item-image-slider-control.active:hover { cursor: pointer; }

/*Label*/
.product-item-label-text,
.product-item-label-ring {
	position: absolute;
	z-index: 15;
}

.product-item-label-text span,
.product-item-label-ring {
	display: inline-block;
	clear: both;
	margin-bottom: 2px;
	background: #f42c2c;
	color: #fff;
	vertical-align: middle;
	text-align: center;
	transition: all 250ms ease;
}

.bx-red .product-item-label-text span,
.bx-red .product-item-label-ring { background-color: #fba90c; }

.product-item-label-text > div,
.product-item-label-ring > div { line-height: 0; }

/* TEXT */
.product-item-label-text span {
	padding: 2px 5px;
	vertical-align: middle;
	font-weight: bold;
}

/*SMALL*/
.product-item-label-text.product-item-label-small span,
.product-item-scalable-card.hover .product-item-label-text.product-item-label-small span {
	margin-bottom: 1px;
	padding: 2px 7px;
	font-weight: normal;
	font-size: 13px;
	line-height: 14px;
}

.product-item-big-card .product-item-label-text.product-item-label-small span {
	padding: 5px 12px;
	font-size: 16px;
	line-height: 21px;
}

/* BIG */
.product-item-label-text.product-item-label-big span,
.product-item-scalable-card.hover .product-item-label-text.product-item-label-big span {
	padding: 4px 10px;
	font-size: 13px;
	line-height: 17px;
}

.product-item-big-card .product-item-label-text.product-item-label-big span {
	padding: 5px 17px;
	font-size: 22px;
	line-height: 33px;
}

@media (max-width: 767px) {
	.product-item-label-text > div { line-height: 0; }

	.product-item-label-text.product-item-label-small span,
	.product-item-scalable-card.hover .product-item-label-text.product-item-label-small span {
		margin-bottom: 1px;
		padding: 2px 7px;
		font-size: 10px;
		line-height: 14px;
	}

	.product-item-big-card .product-item-label-text.product-item-label-small span,
	.product-item-label-text.product-item-label-big span,
	.product-item-scalable-card.hover .product-item-label-text.product-item-label-big span {
		margin-bottom: 1px;
		padding: 3px 12px;
		font-size: 14px;
		line-height: 16px;
	}

	.product-item-big-card .product-item-label-text.product-item-label-big span {
		padding: 3px 12px;
		font-size: 20px;
		line-height: 25px;
	}
}

/*RING*/
.product-item-label-ring {
	box-sizing: border-box;
	border-radius: 50%;
	font-weight: bold;
}

.product-item-label-ring.product-item-label-small,
.product-item-scalable-card.hover .product-item-label-ring.product-item-label-small {
	width: 40px;
	height: 40px;
	font-size: 14px;
	line-height: 40px;
}

.product-item-big-card .product-item-label-ring.product-item-label-small {
	width: 100px;
	height: 100px;
	font-size: 30px;
	line-height: 100px;
}

.product-item-label-ring.product-item-label-big,
.product-item-scalable-card.hover .product-item-label-ring.product-item-label-big {
	width: 50px;
	height: 50px;
	font-size: 18px;
	line-height: 50px;
}

.product-item-big-card .product-item-label-ring.product-item-label-big {
	width: 120px;
	height: 120px;
	font-size: 42px;
	line-height: 120px;
}

@media (max-width: 767px) {
	.product-item-label-ring.product-item-label-small,
	.product-item-scalable-card.hover .product-item-label-ring.product-item-label-small {
		width: 35px;
		height: 35px;
		font-size: 12px;
		line-height: 35px;
	}

	.product-item-big-card .product-item-label-ring.product-item-label-small,
	.product-item-label-ring.product-item-label-big,
	.product-item-scalable-card.hover .product-item-label-ring.product-item-label-big {
		width: 35px;
		height: 35px;
		font-size: 12px;
		line-height: 35px;
	}

	.product-item-big-card .product-item-label-ring.product-item-label-big {
		width: 70px;
		height: 70px;
		font-size: 24px;
		line-height: 70px;
	}
}

.product-item-label-top { top: -5px; }

.product-item-label-center {
	left: 50%;
	transform: translateX(-50%);
}

.product-item-label-center > div { text-align: center; }

.product-item-label-left { left: -5px; }

.product-item-label-left > div { text-align: left; }

.product-item-label-bottom { bottom: -5px; }

.product-item-label-middle { top: 50%;
	transform: translateY(-50%);
}

.product-item-label-right { right: -5px; }

.product-item-label-right > div { text-align: right; }

.product-item-label-center.product-item-label-middle {
	transform: translateY(-50%) translateX(-50%);
}

/*Title*/
.product-item-title {
	overflow: hidden;
	margin-bottom: 15px;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.bx-touch .product-item-title,
.product-item-container.hover .product-item-title {
	overflow: auto;
	white-space: normal;
}

.product-item-title a {
	color: #3f3f3f;
	text-decoration: none;
	font-size: 13px;
}

.product-item-big-card .product-item-title a { font-size: 21px; }

.product-item-line-card .product-item-title a { font-size: 20px; }

/*Price*/
.product-item-price-container { margin: 5px 0 10px; }

.product-item-price-current {
	color: #3f3f3f;
	white-space: nowrap;
	font-weight: bold;
	font-size: 13px;
}

.product-item-price-old {
	color: #a5a5a5;
	text-decoration: line-through;
	white-space: nowrap;
	font-size: 12px;
}

.product-item-big-card .product-item-price-current,
.product-item-big-card .product-item-price-old {
	vertical-align: middle;
	line-height: 20px;
}

.product-item-big-card .product-item-price-container { margin: 0 0 10px; }

.product-item-big-card .product-item-price-current { font-size: 18px; }

.product-item-big-card .product-item-price-old { font-size: 15px; }

/*Info*/
.product-item-line-card .product-item-info-container { text-align: center; }

.product-item-info-container { margin-bottom: 8px; }

.product-item-info-container-title {
	color: #000;
	font-weight: bold;
	font-size: 13px;
}

.bx-no-touch .product-item-container .product-item-info-container.product-item-hidden {
	display: none;
	opacity: 0;
	transition: opacity 300ms ease;
}

.bx-touch .product-item-info-container.product-item-touch-hidden { display: none !important }

.bx-touch .product-item-info-container.product-item-hidden,
.bx-no-touch .product-item-container.hover .product-item-info-container.product-item-hidden,
.product-item-line-card .product-item-container .product-item-info-container.product-item-hidden {
	display: block;
	opacity: 1;
}

/*Amount*/
.product-item-amount {
	padding: 0 0 2px;
	text-align: center;
}

.product-item-amount-field-container { }

.product-item-amount-field-btn-plus,
.product-item-amount-field-btn-minus {
	position: relative;
	display: inline-block;
	min-width: 22px;
	height: 22px;
	border-radius: 2px;
	background-color: #f2f2f2;
	color: #fff;
	vertical-align: middle;
	text-align: center;
	cursor: pointer;
	transition: background 300ms ease, opacity 300ms ease;
}

.bx-retina .product-item-amount-field-btn-plus,
.bx-retina .product-item-amount-field-btn-minus { border-width: .5px; }

.product-item-amount-field-btn-plus:hover,
.product-item-amount-field-btn-minus:hover { background: #d3d3d3; }

.product-item-amount-field-btn-plus:after,
.product-item-amount-field-btn-minus:after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: "";
	opacity: .8;
	transition: opacity 300ms ease, background 300ms ease;
}

.product-item-amount-field-btn-disabled.product-item-amount-field-btn-plus:after,
.product-item-amount-field-btn-disabled.product-item-amount-field-btn-minus:after {
	opacity: .3 !important;
	cursor: default;
}

.product-item-amount-field-btn-disabled.product-item-amount-field-btn-plus:hover,
.product-item-amount-field-btn-disabled.product-item-amount-field-btn-minus:hover {
	background-color: #f2f2f2;
}

.product-item-amount-field-btn-plus:after {
	background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIgdmlld0JveD0iMCAwIDMwIDMwIj4gIDxwYXRoIGZpbGw9IiM1MjVDNjgiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTE4LDEyIEwxOCwwIEwxMiwwIEwxMiwxMiBMMCwxMiBMMCwxOCBMMTIsMTggTDEyLDMwIEwxOCwzMCBMMTgsMTggTDMwLDE4IEwzMCwxMiBMMTgsMTIgWiIvPjwvc3ZnPg==) no-repeat center;
	background-size: 10px;
}

.product-item-amount-field-btn-minus:after {
	background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIgdmlld0JveD0iMCAwIDMwIDMwIj4gIDxyZWN0IHdpZHRoPSIzMCIgaGVpZ2h0PSI2IiB5PSIxMiIgZmlsbD0iIzUyNUM2OCIgZmlsbC1ydWxlPSJldmVub2RkIi8+PC9zdmc+) no-repeat center;
	background-size: 10px;
}

.product-item-amount-field-btn-plus:hover:after,
.product-item-amount-field-btn-minus:hover:after { opacity: 1; }

.product-item-amount-field {
	display: inline-block;
	padding: 0;
	max-width: 50px;
	width: auto;
	height: 22px;
	border: 1px solid transparent;
	border-radius: 2px;
	background: transparent !important;
	color: #000;
	vertical-align: middle;
	text-align: center;
	font-weight: bold;
	line-height: 22px;
	transition: border 300ms ease;
}

.bx-retina .product-item-amount-field { border-width: .5px; }

.product-item-amount-field:focus { outline: none !important; }

.bx-no-touch input.product-item-amount-field::-webkit-outer-spin-button,
.bx-no-touch input.product-item-amount-field::-webkit-inner-spin-button {
	margin: 0;
	-webkit-appearance: none;
	appearance: none
}

.product-item-amount-description-container {
	color: #a5a5a5;
	white-space: nowrap;
	font-size: 12px;
	display: block;
}

.product-item-big-card .product-item-amount-field-container { text-align: left; }

.product-item-amount-description-container strong {
	color: #333;
	white-space: nowrap;
}

.product-item-amount-label-container {
	margin: 5px 0;
	color: #a5a5a5;
	font-weight: bold;
	font-size: 12px;
}

/**/
.product-item-quantity {
	color: #333;
	font-weight: normal;
	font-size: 12px;
}

/*Properties */
.product-item-properties {
	display: block;
	overflow: hidden;
	margin: 0;
	color: #a5a5a5;
	font-size: 12px;
}

.product-item-properties dl { clear: both; }

.product-item-properties dt {
	float: left;
	clear: both;
	font-weight: normal;
}

.product-item-properties dd {
	float: right;
	margin-bottom: 3px;
	margin-left: 5px;
	color: #000;
}

/*Compare*/
.product-item-compare-container {
	position: relative;
	display: none;
	margin: 0 -15px;
	padding: 4px 15px;
	min-height: 30px;
	border-top: 1px solid #e6e6e6;
	background: #f3f3f3;
	box-shadow: inset 0 1px 1px 0 #eee;
	vertical-align: middle;
	font-size: 12px;
	line-height: 20px;
}

.product-item-line-card .product-item-compare-container {
	margin: 0;
	border: none;
	background-color: transparent;
	box-shadow: none;
	text-align: center;
}

.bx-touch .product-item-compare-container { display: none; }

.product-item-line-card .product-item-compare-container,
.product-item-container.hover .product-item-compare-container { display: block; }

.product-item-compare .checkbox {
	margin: 0;
	padding: 0;
}

/* SCU */
.product-item-scu-container { padding: 0 0 2px; }

.product-item-scu-container-title {
	color: #333;
	font-size: 12px;
}

.product-item-scu-block { }

.product-item-scu-list { margin: 0; }

.product-item-scu-item-list {
	overflow: hidden;
	margin: 0 0 0 -2px;
	padding: 0;
	list-style: none;
}

.product-item-scu-item-color-container,
.product-item-scu-item-text-container {
	/* float: left; */
	display: inline-block;
	box-sizing: border-box;
	padding: 5px 3px;
	max-width: 100%;
}

.product-item-scu-item-text-container { min-width: 32px; }

.product-item-scu-item-color-container {
	max-width: 38px;
	width: 25%;
}

.product-item-scu-item-color-block {
	position: relative;
	padding-top: 100%;
	outline: 1px solid #c0cfda;
	cursor: pointer;
}

.bx-no-touch .product-item-scu-item-color-block {
	transition: outline 200ms ease;
}

.bx-retina .product-item-scu-item-color-block { outline-width: .5px; }

.product-item-scu-item-color-container.selected .product-item-scu-item-color-block { outline-width: 2px; }

.bx-retina .product-item-scu-item.selected .product-item-scu-item-color-block { outline-width: 1px; }

.product-item-scu-item-color {
	position: absolute;
	top: 2px;
	right: 2px;
	bottom: 2px;
	left: 2px;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}

.product-item-scu-item-text-block {
	position: relative;
	padding: 0 5px;
	outline: 1px solid #c0cfda;
	cursor: pointer;
}

.bx-no-touch .product-item-scu-item-text-block {
	transition: outline 300ms ease;
}

.bx-retina .product-item-scu-item-text-block { outline-width: .5px; }

.product-item-scu-item-text-container.selected .product-item-scu-item-text-block { outline-width: 2px; }

.bx-retina .product-item-scu-item.selected .product-item-scu-item-text-block { outline-width: 1px; }

.product-item-scu-item-text {
	overflow: hidden;
	max-width: 100%;
	vertical-align: middle;
	text-align: center;
	text-transform: uppercase;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 11px;
	line-height: 18px;
}

.product-item-scu-item-color-container.notallowed .product-item-scu-item-color-block,
.product-item-scu-item-text-container.notallowed .product-item-scu-item-text-block {
	position: relative;
	outline-color: #a9adb4 !important;
}

.product-item-scu-item-color-container.notallowed .product-item-scu-item-color-block:after,
.product-item-scu-item-text-container.notallowed .product-item-scu-item-text-block:after {
	position: absolute;
	top: -2px;
	right: -2px;
	bottom: -2px;
	left: -2px;
	background: rgba(255, 255, 255, 0.75) url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNiIgaGVpZ2h0PSIyNiIgdmlld0JveD0iMCAwIDI2IDI2Ij4gIDxwYXRoIGZpbGw9IiNBOUFEQjQiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTE0LjM5MjEyNjgsMTMuMjMyMzAyOSBMMjUuOTkyLDEuNDE4IEwyNC42LDAgTDEyLjk5OTk5NTYsMTEuODE0NDM2NCBMMS40LDAgTDAuMDA5LDEuNDE5IEwxMS42MDc4Njg3LDEzLjIzMjI5NzUgTDAuNDczLDI0LjU3MyBMMS44NjUsMjUuOTkxIEwxMi45OTk5OTkzLDE0LjY1MDE2NDUgTDI0LjEzNCwyNS45OSBMMjUuNTI2LDI0LjU3MiBMMTQuMzkyMTI2OCwxMy4yMzIzMDI5IFoiLz48L3N2Zz4=) no-repeat center;
	background-size: 80% 80%;
	content: "";
}

@media (max-width: 991px) {
	.product-item-line-card .product-item-scu-container-title { text-align: center; }

	.product-item-line-card .product-item-scu-item-list { text-align: center; }

	.product-item-line-card .product-item-scu-item-color-container,
	.product-item-line-card .product-item-scu-item-text-container {
		display: inline-block;
		float: none;
	}
}

/*Description*/
.product-item-description-container { }

.product-item-description-container p {
	color: #575757;
	font-size: 13px;
}

/*Buttons*/
.product-item-button-container { text-align: center; }

.product-item-button-container .btn { margin-bottom: 2px; }

/*Stickers*/
.product-item-sticker,
.product-item-sticker-round { display: none; }

/*More*/
.product-item-more-container {
	position: relative;
	display: block;
	box-sizing: border-box;
	padding: 15px 15px 5px;
	width: 100%;
	border: 1px solid transparent;
	border-radius: 2px;
	transition: all 300ms ease;
}

.product-item-more-wrapper {
	position: relative;
	display: block;
	margin-bottom: 15px;
	padding-top: 116%;
	width: 100%;
}

.product-item-more {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background: #f3f3f3 url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMjk3LjYxMyAyOTcuNjEzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjxjaXJjbGUgY3g9IjE1LjI3OSIgY3k9IjE0LjgzIiByPSIxNC44MyIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjU5LjMyIiBjeT0iNTkuNzY5IiByPSIxNC44MyIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjU5LjMyIiBjeT0iMTQuODMiIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTA0LjI2MSIgY3k9IjU5Ljc2OSIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxMDQuMjYxIiBjeT0iMTAzLjgxIiByPSIxNC44MyIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjEwNC4yNjEiIGN5PSIxNC44MyIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxNDguMzAyIiBjeT0iNTkuNzY5IiByPSIxNC44MyIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjE0OC4zMDIiIGN5PSIxMDMuODEiIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTQ4LjMwMiIgY3k9IjE0LjgzIiByPSIxNC44MyIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjE5Mi4zNDMiIGN5PSI1OS43NjkiIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTkyLjM0MyIgY3k9IjEwMy44MSIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxNDguMzAyIiBjeT0iMTQ3Ljg1MiIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxOTIuMzQzIiBjeT0iMTQ3Ljg1MiIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxMDQuMjYxIiBjeT0iMTkyLjc5IiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxNDguMzAyIiBjeT0iMTkyLjc5IiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxOTIuMzQzIiBjeT0iMTkyLjc5IiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSI1OS4zMiIgY3k9IjIzNi44ODciIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTA0LjI2MSIgY3k9IjIzNi44ODciIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTQ4LjMwMiIgY3k9IjIzNi44ODciIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTkyLjM0MyIgY3k9IjIzNi44ODciIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMjM4LjIzOCIgY3k9IjEwMy44MSIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIyMzguMjM4IiBjeT0iMTQ3Ljg1MiIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIyMzguMjM4IiBjeT0iMTkyLjc5IiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxNS4yNzkiIGN5PSIyODIuNzgyIiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSI1OS4zMiIgY3k9IjI4Mi43ODIiIHI9IjE0LjgzMSIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjEwNC4yNjEiIGN5PSIyODIuNzgyIiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxNDguMzAyIiBjeT0iMjgyLjc4MiIgcj0iMTQuODMxIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMjgyLjMzNCIgY3k9IjE0Ny44NTIiIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PC9nPjxnIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2c+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvZz48ZyBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9nPjxnIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2c+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvZz48ZyBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9nPjxnIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2c+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvZz48ZyBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9nPjxnIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2c+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvZz48ZyBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9nPjxnIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2c+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvZz48ZyBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9nPjwvc3ZnPg==) no-repeat center;
	background-size: 50%;
	opacity: .7;
	transition: opacity 300ms ease;
}

.bx-touch .product-item-more,
.product-item-container.hover .product-item-more { opacity: 1; }

.product-item-more-title {
	overflow: hidden;
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.no-select {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

input[type='number'] {
	-moz-appearance: textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
}
/* End */


/* Start:/bitrix/templates/eshop_bootstrap_blue/css/font-myriadpro.min.css?16233122984850*/
/* font-family: "MyriadProRegular"; */
@font-face {
    font-family: "MyriadProRegular";
    src: url("/bitrix/templates/eshop_bootstrap_blue/css/../fonts/MyriadProRegular/MyriadProRegular.eot");
    src: url("/bitrix/templates/eshop_bootstrap_blue/css/../fonts/MyriadProRegular/MyriadProRegular.eot?#iefix")format("embedded-opentype"),
        url("/bitrix/templates/eshop_bootstrap_blue/css/../fonts/MyriadProRegular/MyriadProRegular.woff") format("woff"),
        url("/bitrix/templates/eshop_bootstrap_blue/css/../fonts/MyriadProRegular/MyriadProRegular.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
/* font-family: "MyriadProBold"; */
@font-face {
    font-family: "MyriadProBold";
    src: url("/bitrix/templates/eshop_bootstrap_blue/css/../fonts/MyriadProBold/MyriadProBold.eot");
    src: url("/bitrix/templates/eshop_bootstrap_blue/css/../fonts/MyriadProBold/MyriadProBold.eot?#iefix")format("embedded-opentype"),
        url("/bitrix/templates/eshop_bootstrap_blue/css/../fonts/MyriadProBold/MyriadProBold.woff") format("woff"),
        url("/bitrix/templates/eshop_bootstrap_blue/css/../fonts/MyriadProBold/MyriadProBold.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
/* font-family: "MyriadProItalic"; */
@font-face {
    font-family: "MyriadProItalic";
    src: url("/bitrix/templates/eshop_bootstrap_blue/css/../fonts/MyriadProItalic/MyriadProItalic.eot");
    src: url("/bitrix/templates/eshop_bootstrap_blue/css/../fonts/MyriadProItalic/MyriadProItalic.eot?#iefix")format("embedded-opentype"),
        url("/bitrix/templates/eshop_bootstrap_blue/css/../fonts/MyriadProItalic/MyriadProItalic.woff") format("woff"),
        url("/bitrix/templates/eshop_bootstrap_blue/css/../fonts/MyriadProItalic/MyriadProItalic.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
/* font-family: "MyriadProSemiBold"; */
@font-face {
    font-family: "MyriadProSemiBold";
    src: url("/bitrix/templates/eshop_bootstrap_blue/css/../fonts/MyriadProSemiBold/MyriadProSemiBold.eot");
    src: url("/bitrix/templates/eshop_bootstrap_blue/css/../fonts/MyriadProSemiBold/MyriadProSemiBold.eot?#iefix")format("embedded-opentype"),
        url("/bitrix/templates/eshop_bootstrap_blue/css/../fonts/MyriadProSemiBold/MyriadProSemiBold.woff") format("woff"),
        url("/bitrix/templates/eshop_bootstrap_blue/css/../fonts/MyriadProSemiBold/MyriadProSemiBold.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
/* font-family: "MyriadProBoldItalic"; */
@font-face {
    font-family: "MyriadProBoldItalic";
    src: url("/bitrix/templates/eshop_bootstrap_blue/css/../fonts/MyriadProBoldItalic/MyriadProBoldItalic.eot");
    src: url("/bitrix/templates/eshop_bootstrap_blue/css/../fonts/MyriadProBoldItalic/MyriadProBoldItalic.eot?#iefix")format("embedded-opentype"),
        url("/bitrix/templates/eshop_bootstrap_blue/css/../fonts/MyriadProBoldItalic/MyriadProBoldItalic.woff") format("woff"),
        url("/bitrix/templates/eshop_bootstrap_blue/css/../fonts/MyriadProBoldItalic/MyriadProBoldItalic.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
/* font-family: "MyriadProSemiBoldItalic"; */
@font-face {
    font-family: "MyriadProSemiBoldItalic";
    src: url("/bitrix/templates/eshop_bootstrap_blue/css/../fonts/MyriadProSemiBoldItalic/MyriadProSemiBoldItalic.eot");
    src: url("/bitrix/templates/eshop_bootstrap_blue/css/../fonts/MyriadProSemiBoldItalic/MyriadProSemiBoldItalic.eot?#iefix")format("embedded-opentype"),
        url("/bitrix/templates/eshop_bootstrap_blue/css/../fonts/MyriadProSemiBoldItalic/MyriadProSemiBoldItalic.woff") format("woff"),
        url("/bitrix/templates/eshop_bootstrap_blue/css/../fonts/MyriadProSemiBoldItalic/MyriadProSemiBoldItalic.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

/* font-family: "MyriadProCondRegular"; */
@font-face {
    font-family: "MyriadProCondRegular";
    src: url("/bitrix/templates/eshop_bootstrap_blue/css/../fonts/MyriadProCondRegular/MyriadProCondRegular.eot");
    src: url("/bitrix/templates/eshop_bootstrap_blue/css/../fonts/MyriadProCondRegular/MyriadProCondRegular.eot?#iefix")format("embedded-opentype"),
        url("/bitrix/templates/eshop_bootstrap_blue/css/../fonts/MyriadProCondRegular/MyriadProCondRegular.woff") format("woff"),
        url("/bitrix/templates/eshop_bootstrap_blue/css/../fonts/MyriadProCondRegular/MyriadProCondRegular.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
/* font-family: "MyriadProCondBold"; */
@font-face {
    font-family: "MyriadProCondBold";
    src: url("/bitrix/templates/eshop_bootstrap_blue/css/../fonts/MyriadProCondBold/MyriadProCondBold.eot");
    src: url("/bitrix/templates/eshop_bootstrap_blue/css/../fonts/MyriadProCondBold/MyriadProCondBold.eot?#iefix")format("embedded-opentype"),
        url("/bitrix/templates/eshop_bootstrap_blue/css/../fonts/MyriadProCondBold/MyriadProCondBold.woff") format("woff"),
        url("/bitrix/templates/eshop_bootstrap_blue/css/../fonts/MyriadProCondBold/MyriadProCondBold.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
/* font-family: "MyriadProCondItalic"; */
@font-face {
    font-family: "MyriadProCondItalic";
    src: url("/bitrix/templates/eshop_bootstrap_blue/css/../fonts/MyriadProCondItalic/MyriadProCondItalic.eot");
    src: url("/bitrix/templates/eshop_bootstrap_blue/css/../fonts/MyriadProCondItalic/MyriadProCondItalic.eot?#iefix")format("embedded-opentype"),
        url("/bitrix/templates/eshop_bootstrap_blue/css/../fonts/MyriadProCondItalic/MyriadProCondItalic.woff") format("woff"),
        url("/bitrix/templates/eshop_bootstrap_blue/css/../fonts/MyriadProCondItalic/MyriadProCondItalic.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
/* font-family: "MyriadProCondBoldItalic"; */
@font-face {
    font-family: "MyriadProCondBoldItalic";
    src: url("/bitrix/templates/eshop_bootstrap_blue/css/../fonts/MyriadProCondBoldItalic/MyriadProCondBoldItalic.eot");
    src: url("/bitrix/templates/eshop_bootstrap_blue/css/../fonts/MyriadProCondBoldItalic/MyriadProCondBoldItalic.eot?#iefix")format("embedded-opentype"),
        url("/bitrix/templates/eshop_bootstrap_blue/css/../fonts/MyriadProCondBoldItalic/MyriadProCondBoldItalic.woff") format("woff"),
        url("/bitrix/templates/eshop_bootstrap_blue/css/../fonts/MyriadProCondBoldItalic/MyriadProCondBoldItalic.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
/* End */


/* Start:/bitrix/templates/eshop_bootstrap_blue/css/font-alsrubl.min.css?1623312298397*/
@font-face {
	font-family: 'als_rublregular';
	src: url('/bitrix/templates/eshop_bootstrap_blue/css/../fonts/alsrubl-webfont.eot');
	src: url('/bitrix/templates/eshop_bootstrap_blue/css/../fonts/alsrubl-webfont.eot?#iefix') format('embedded-opentype'),
		 url('/bitrix/templates/eshop_bootstrap_blue/css/../fonts/alsrubl-webfont.woff') format('woff'),
		 url('/bitrix/templates/eshop_bootstrap_blue/css/../fonts/alsrubl-webfont.ttf') format('truetype'),
		 url('/bitrix/templates/eshop_bootstrap_blue/css/../fonts/alsrubl-webfont.svg#als_rublregular') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* End */


/* Start:/bitrix/templates/eshop_bootstrap_blue/components/bitrix/sale.basket.basket.line/basket.line/style.min.css?16233123013712*/
.bx-basket-block{position:relative;padding-bottom:5px;padding-left:20px;white-space:nowrap;font-size:12px}.bx-basket-block>.fa{position:absolute;top:3px;left:0;width:12px;color:#97a1ab}.bx-basket-block a{margin-right:10px}@media(min-width:768px){.bx-basket-fixed{position:fixed;z-index:998;overflow:hidden;padding-top:10px;width:200px;border:1px solid #f0f0f0;border-radius:1px;background:#fff;box-shadow:0 7px 10px rgba(0,0,0,0.15)}.bx-basket-fixed.top{top:10px}.bx-basket-fixed.right{right:10px}.bx-basket-fixed.bottom{bottom:10px}.bx-basket-fixed.left{left:10px}.bx-basket-fixed.bx-max-height{top:10px;bottom:10px}}@media(max-width:767px){.bx-basket-fixed{position:fixed;right:0;bottom:0;left:0;z-index:998;overflow:hidden;padding-top:10px;border:1px solid #f0f0f0;border-radius:1px;background:#fff;box-shadow:0 7px 10px rgba(0,0,0,0.15)}.bx-basket-item-list{display:none}}.bx-basket-fixed .bx-basket-block{margin-left:10px}.bx-basket-item-list{position:relative;overflow:hidden;padding-bottom:20px;border-top:1px solid #f7f7f7}.bx-opener .bx-basket-item-list{padding-bottom:75px}.bx-max-height .bx-basket-item-list{position:absolute;right:0;bottom:0;left:0}.bx-closed .bx-basket-item-list{overflow:hidden;height:20px}.bx-basket-item-list-action{position:absolute;right:0;bottom:0;left:0;z-index:120;padding:3px 0;height:20px;background:#f7f7f7;color:#4f4f4f;vertical-align:middle;text-align:center;font-size:12px;line-height:14px;cursor:pointer}.bx-basket-item-list-button-container{position:absolute;right:0;bottom:20px;left:0;padding:10px 0;border-top:1px solid #f7f7f7;background:#fff;text-align:center}.bx-basket-item-list-container{overflow-y:auto;max-height:100%}.bx-basket-item-list-item{position:relative;margin-bottom:15px;padding-top:15px;padding-right:10px;padding-left:10px;border-bottom:1px solid #f7f7f7}.bx-basket-item-list-container .bx-basket-item-list-item:last-child{margin-bottom:0;border-bottom:0}.bx-basket-item-list-item-status{margin:0 10px 20px;padding:3px;border-radius:3px;background:#ebebeb;text-align:center;white-space:normal;font-weight:bold;font-size:12px;line-height:16px}.bx-basket-item-list-item-img{position:relative;padding-bottom:5px;text-align:center}.bx-basket-item-list-item-img img{max-width:90px;height:auto;border:1px solid #e6e6e6}.bx-basket-item-list-item-name{padding-bottom:5px}.bx-basket-item-list-item-name a{font-size:13px;line-height:16px}.bx-basket-item-list-item-remove{position:absolute;top:-7px;right:10px;width:20px;height:20px;opacity:.5;cursor:pointer;transition:250ms linear all}.bx-basket-item-list-item-remove:after,.bx-basket-item-list-item-remove:before{position:absolute;top:50%;left:50%;display:block;width:10px;height:2px;border-radius:1px;background-color:#333;content:'';transform:translate(-50%,-50%)}.bx-basket-item-list-item-remove:after{-webkit-transform:translate(-50%,-50%) rotate(45deg);-moz-transform:translate(-50%,-50%) rotate(45deg);-ms-transform:translate(-50%,-50%) rotate(45deg);-o-transform:translate(-50%,-50%) rotate(45deg);transform:translate(-50%,-50%) rotate(45deg)}.bx-basket-item-list-item-remove:before{-webkit-transform:translate(-50%,-50%) rotate(135deg);-moz-transform:translate(-50%,-50%) rotate(135deg);-ms-transform:translate(-50%,-50%) rotate(135deg);-o-transform:translate(-50%,-50%) rotate(135deg);transform:translate(-50%,-50%) rotate(135deg)}.bx-basket-item-list-item-remove:hover{opacity:.7}.bx-basket-item-list-item-price-block{padding-bottom:5px;font-size:12px}.bx-basket-item-list-item-price{display:inline-block;margin-right:5px}.bx-basket-item-list-item-price-old{display:inline-block;margin-right:5px;color:#b0b0b0;text-decoration:line-through}.bx_cart_login_top .bx-hdr-profile{line-height:1.44em}
/* End */


/* Start:/bitrix/templates/eshop_bootstrap_blue/components/bitrix/news.list/slider/style.css?1623312301150*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

/* End */
/* /bitrix/templates/eshop_bootstrap_blue/css/font-awesome.min.css?162331229835128 */
/* /bitrix/templates/eshop_bootstrap_blue/css/r_govno_bootstrap.css?162331229834438 */
/* /bitrix/templates/eshop_bootstrap_blue/css/base.css?1623312298134289 */
/* /bitrix/templates/eshop_bootstrap_blue/css/media-queries.css?162331229830886 */
/* /bitrix/templates/eshop_bootstrap_blue/css/autocomplete.css?16233122982246 */
/* /bitrix/templates/eshop_bootstrap_blue/css/tooltipster.css?162331229810913 */
/* /bitrix/templates/eshop_bootstrap_blue/css/tooltipster-light.css?1623312298246 */
/* /bitrix/templates/eshop_bootstrap_blue/css/owl.carousel.css?16233122981623 */
/* /bitrix/templates/eshop_bootstrap_blue/css/royalslider.css?16233122984151 */
/* /bitrix/templates/eshop_bootstrap_blue/css/rs-default.css?16233122989361 */
/* /bitrix/templates/eshop_bootstrap_blue/css/magnific-popup.css?16233122989347 */
/* /bitrix/templates/eshop_bootstrap_blue/css/jquery-ui-1.10.3.custom.min.css?162331229821740 */
/* /bitrix/templates/eshop_bootstrap_blue/css/jquery.countdown.css?16233122981180 */
/* /bitrix/templates/eshop_bootstrap_blue/css/theme.css?162331229836337 */
/* /bitrix/templates/eshop_bootstrap_blue/css/custom.css?163938983638351 */
/* /bitrix/templates/eshop_bootstrap_blue/css/font-myriadpro.min.css?16233122984850 */
/* /bitrix/templates/eshop_bootstrap_blue/css/font-alsrubl.min.css?1623312298397 */
/* /bitrix/templates/eshop_bootstrap_blue/components/bitrix/sale.basket.basket.line/basket.line/style.min.css?16233123013712 */
/* /bitrix/templates/eshop_bootstrap_blue/components/bitrix/news.list/slider/style.css?1623312301150 */
