/*! normalize.css v1.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
 

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


article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none;
}
/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}
/**
 * Address margins handled incorrectly in IE 6/7.
 */
body {
  margin: 0;
  overflow-x:hidden;
  width:100%;
}
/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}
/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}
h3 {
  font-size: 1.17em;
  margin: 1em 0;
}
h4 {
  font-size: 1em;
  margin: 1.33em 0;
}
h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}
h6 {
  font-size: 0.67em;
  margin: 2.33em 0;
}
/**
 * Address styling not present in IE 7/8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
blockquote {
  margin: 1em 40px;
}
/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
/**
 * Address styling not present in IE 6/7/8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Address margins set differently in IE 6/7.
 */
p,
pre {
  margin: 1em 0;
}
/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}
/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
/**
 * Address CSS quotes not supported in IE 6/7.
 */
q {
  quotes: none;
}
/**
 * Address `quotes` property not supported in Safari 4.
 */
q:before,
q:after {
  content: '';
  content: none;
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* ==========================================================================
   Lists
   ========================================================================== */
/**
 * Address margins set differently in IE 6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0;
}
dd {
  margin: 0 0 0 40px;
}
/**
 * Address paddings set differently in IE 6/7.
 */
menu,
ol,
ul {
  padding: 0 0 0 40px;
}
/**
 * Correct list images handled incorrectly in IE 7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}
/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}
/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}
/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0;
}
/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0;
}
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}
/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}
/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}
/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}
/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/*!
 *  Font Awesome 4.0.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('../fonts/fontawesome-webfont.eot?v=4.0.3');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.0.3') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff?v=4.0.3') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.0.3') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.0.3#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

.fa {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -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 #eeeeee;
  border-radius: .1em;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: spin 2s infinite linear;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}
@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1);
}
.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: #ffffff;
}
/* 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-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-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 {
  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:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.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-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-asc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-desc: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-reply-all:before {
  content: "\f122";
}
.fa-mail-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 {
  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";
}
/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html,
button
{
  color: #222;
}
input,textarea,select {
    color:black;
}
html {
  font-size: 1em;
  line-height: 1.4;
}
/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */
audio,
canvas,
img,
video {
  vertical-align: middle;
}
/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical;
}
/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */
.browsehappy {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}
/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Image replacement
 */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px;
}
.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}
/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
.hidden {
  display: none !important;
  visibility: hidden;
}
/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
/*
 * Hide visually and from screenreaders, but maintain layout
 */
.invisible {
  visibility: hidden;
}
/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.clearfix:after {
  clear: both;
}
/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.clearfix {
  *zoom: 1;
}
/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}
@media print, (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}
/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /*
     * Don't show links for images, or javascript/internal links
     */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
@font-face {
  font-family: 'PTSans-Regular';
  src: url('../fonts/PTSans-Regular.eot');
  src: url('../fonts/PTSans-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/PTSans-Regular.woff') format('woff'), url('../fonts/PTSans-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'PTSans-Bold';
  src: url('../fonts/PTSans-Bold.eot');
  src: url('../fonts/PTSans-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/PTSans-Bold.woff') format('woff'), url('../fonts/PTSans-Bold.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
input,
button,
select,
textarea {
  outline: none;
}
@font-face{font-family:Raleway;src:url(../fonts/Raleway-ExtraLight.ttf)}
body {
  font-family: 'Raleway', sans-serif;/*edit 30.11.2016 - PTSans-Regular*/
  color: #f5f5f5;/*edit 30.11.2016 #173431*/
background: url("/newbg3.png");
    
}
.wrapper {
  margin: 144px auto 0;
  max-width: 1920px;
}
.site-test-mode .wrapper {
  margin: 152px auto 0;
}
.main-container {
  padding: 0 35px 120px;
margin-top:20px;
}
h1 {
  font-family: 'PTSans-Bold';
  font-size: 30px;
  margin: 0;
  padding: 20px 0 10px;
  font-weight: normal;
}
b {
  font-family: 'PTSans-Bold';
  font-weight: normal;
}
a:hover {
  text-decoration: none;
}
.yellowLink {
  color: #faab49;
  text-decoration: underline;
  cursor: pointer;
}
.yellowLink:hover {
  color: #e09941;
  text-decoration: none;
}
.yellowButton {
  background: #faab49;
}
.yellowButton:hover {
  background: #99d841;
}
.blueLink {
  color: #2ba8db;
  text-decoration: underline;
  cursor: pointer;
}
.blueLink:hover {
  color: #2796c2;
  text-decoration: none;
}
.button {
  transition: background 300ms ease;
}
.blueButton {
  background: #2ba8db;
}
.blueButton:hover {
  background: #2796c2;
}
.disabledButton,
.disabledButton:hover {
  background: #adadad;
}
.pizza-radio {
  display: none;
}
.pizza-radio + label:before {
  height: 15px;
  width: 15px;
  display: block;
  background: url('../img/sprite.png') -15px 0 no-repeat;
  font-size: 12px;
  cursor: pointer;
  position: absolute;
  content: "";
  left: 0;
  top: 4px;
}
.pizza-radio:checked + label:before {
  background-position: 0 0;
}
.pizza-radio + label {
  padding-left: 22px;
  position: relative;
}
/* ==========================================================================
   Header styles
   ========================================================================== */
.header {
  position: fixed;

  z-index: 300;
  top: 0;
  left: 0;
  width: 100%;
  height: 105px;
  color: #ccc;/*edit 30.11.2016 #747162;*/
}
.header a {
  color: #f5f5f5;;
}
.header-cont {
  background: url("https://www.torchyn.ua/img/back.jpg");/*edit 30.11.2016*/

  padding-bottom:10px;
}
.header_top {
  max-width: 1920px;
  margin: 0 auto;
  padding: 0 35px;
  box-sizing: border-box;
}
.header_bot_cont {
  background: #F36F21;/*edit 30.11.2016*/
}
.header_bot {

  text-align:center;
  box-sizing: border-box;
}
.logo {
  float: left;
  height: 81px;
  margin-top: 5px;
}
.logo a img {
  max-height: 100%;
}
.logo-roll{
  float: left;
  height: 81px;
  margin-top: 12px;
  padding-left:30px;
  text-align:center;
}
.logo a img {
  max-height: 100%;
}
.logo-roll a img {
  max-height: 100%;
}
.delivery-time-top {
  float: left;
  white-space: nowrap;
  font-size: 18px;
  margin-right:20px;
  padding: 0.4em 0 0 4%;
  font-family: 'Raleway';/*edit 30.11.2016 'PTSans-Bold'*/
  position: relative;
}
.delivery-time-top .time-free {
  background: #d81d2e;
  border-radius: 5px;
  position: absolute;
  text-align: center;
  width: 162px;
  color: #fefefe;
  margin-top: 10px;  
  padding: 8px 0;
  cursor: pointer;
}
.delivery-time-top .time-free:before {
  content: "";
  border-style: solid;
  border-width: 0 7.5px 8px 7.5px;
  border-color: transparent transparent #d81d2e transparent;
  position: absolute;
  top: -8px;
  left: 50%;
  margin-left: -8px;
}
.delivery-time-top .time-free p {
  line-height: 36px;white-space: nowrap;
  margin: 0;
}
.delivery-time-top .time-free .time-free-block {
  display: none;white-space: nowrap;
}
.delivery-time-top .time-free .time-free-text {
  line-height: 36px;white-space: nowrap;
  font-size: 24px;
}
.delivery-time-top .time-free:hover .time-free-none {
  display: none;
}
.delivery-time-top .time-free:hover .time-free-block {
  display: block;white-space: nowrap;
}
.delivery-time,
.phone_top a {
  font-family: 'PTSans-Bold';
  font-size: 36px;
  display: block;white-space: nowrap;
  color: #faab49;
  line-height: 50px;
}
.phoneblock_top {

  font-size: 18px;
  padding: 0.4em 0 0 0;
  font-family: 'PTSans-Bold';
}
.phone_top a {
  word-spacing: 5px;
  letter-spacing: 1px;
}
.small_phone_top {
  margin: 0;
  white-space:nowrap;
}
.small_phone_top span:first-child {
  margin-right: 20px;
}
.phoneblock_top a {
  text-decoration: none;
}
.button {
  border: 0;
  text-align: center;
  text-decoration: none;
  font-family: 'PTSans-Bold';
  font-size: 24px;
  height: 42px;
  line-height: 42px;
  border-radius: 3px;
  box-shadow: inset rgba(0, 0, 0, 0.15) 0px -3px;
  color: #fff;
  display: inline-block;
  cursor: pointer;
}
#free-goods-added .button{
border: 0;
text-align: center;
text-decoration: none;
font-family: 'PTSans-Bold';
font-size: 19px;
height: 33px;
line-height: 33px;
border-radius: 3px;
box-shadow: inset rgba(0, 0, 0, 0.15) 0px -3px;
color: #fff;
display: inline-block;
cursor: pointer;
padding: 0 2%;
}

#choose-free-goods-auto-label{
    cursor:pointer;
    border-bottom: 1px dashed #000;
}
#choose-free-goods-auto{margin-left: 2%;}

a.button {
  height: 50px;
  line-height: 50px;
}
.header_bot_cont .cart_top,
.header_bot_cont .delivery-time-top,
.header_bot_cont .phoneblock_top {
  display: none;
}
.cart_top {
  width: 340px;
  float: right;
  z-index:1;
  position: relative;
  padding-top: 30px;
}
.cart_price {
  font-family: 'PTSans-Bold';
  /*color: #747162;
  float: right;
  margin: 0 12px;*/
  font-size: 30px;
  text-align: center;
  line-height: 50px;
}
.cart-price-value {
  display: inline-block;
}
header .button_cart {
  float: right;
  width: 140px;
  color: #fff;
}
a.cart_price_block {
  float: left;
  padding: 16px 0 0 14px;
  color: #747162;
  text-decoration: none;
  width: 136px;
  text-align: right;
}
.modal-enter-btn .fa-user {
  padding-right: 6px;
}
.menu-icon {
  display: none;
}
.main-menu ul {
  padding: 0;
  margin: 0px 0 0;
}
.main-menu ul li {
  display: inline-block;
  line-height: 36px;
  margin: 0 0 0 3%;
}
.main-menu_padd ul li {
  margin: 0 0 0 1%;
}
.main-menu ul li:first-child {
  margin: 0;
}
.main-menu .adress-in-menu {
  margin: 0;
}
.main-menu .adress-in-menu .adress-in {
  margin-left: 24px;
}
.main-menu-link {
  text-align:center;
  font-size: 18px;
  width: 40%;
}
.main-menu-link a {
  text-decoration: none;
  font-family: 'Helvetica';
  color:#fff;
}
.main-menu-link a:hover {
  color: #000;
}
.other-menu-link {
 
  font-size: 18px;
  text-align: center;
  width: 100%;
}
.other-menu-link a:hover,
.other-menu-link span:hover {
  text-decoration: none;
}
.other-menu-link span {
  text-decoration: underline;
  cursor: pointer;
}
/* ==========================================================================
   Delivery condition styles
   ========================================================================== */
.delivery-condition {
  float: left;
  width: 44%;
}
.delivery-condition h2,
.delivery-condition .h2 {
  font-family: 'PTSans-Bold';
  font-size: 24px;
  margin: 0 0 20px;
  font-weight: normal;
}
.delivery-condition p {
  margin: 0;
  font-size: 18px;
  line-height: 24px;
}
.delivery-condition .delivery-text {
  margin-bottom: 30px;
}
.delivery-condition .delivery-text p {
  font-size: 14px;
  line-height: 24px;
}
.delivery-condition .contact-information p {
  font-size: 14px;
}
.delivery-map {
  float: left;
  width: 56%;
}
.delivery-map .button {
  width: 256px;
}
.delivery-map-img {
  height: 400px;
  margin: -72px -16px 28px 0;
}
.delivery-text-min {
  min-height: 96px;
}
.delivery-left {
  float: left;
  width: 45%;
  margin-right: 15%;
}
.delivery-right {
  float: left;
  width: 30%;
  margin-right: 10%;
}
.delivery-item {
  color: #d81d2e;
  position: relative;
}
.delivery-item b {
  padding-left: 22px;
  display: inline-block;
}
.delivery-item i {
  position: absolute;
  top: 3px;
}
/* ==========================================================================
   Main page styles
   ========================================================================== */
.main-page .main-banner {
  margin: 0 -35px;
}
.main-page .main-banner .flex-direction-nav a {
  display: none;
}
.main-page .catalog-cont {
  position: relative;
}
.prod-cont {
  margin-left: 0;
  -webkit-transition: margin-left 0.5s ease-out;
  transition: margin-left 0.5s ease-out;
}
.prod-cont .prod-block {
  width: 21%;
  margin: 0 2% 35px 2%;
  float: left;
  height: auto;
  background: rgba(255, 255, 255, 0);
  border-radius:10px;
}
#pizzas .prod-block{
    height:550px;
}
#rollyi .prod-block{
    height:380px;
}

#pizzas .prod-block:hover{
    box-shadow: 0px 0px 10px 1px #030303;
    transition-duration:.6s;
}
#rollyi .prod-block:hover{
    /*background: rgba(13, 13, 13, 0.6);*/
    box-shadow: 0px 0px 10px 1px #030303;
    transition-duration:.6s;
}

#snacks .prod-block{
    height:380px;
}

.prod-cont .separator {
  display: none;
}
.prod-cont .separator:nth-of-type(4n) {
  display: block;
}
#drinks.prod-cont .prod-block {
  width: 11%;
  min-height: 375px;/*edit 03.12.2016 - 340px*/
}
#seti.prod-cont .prod-block {
  min-height: 390px;/*edit 03.12.2016 - 340px*/
}
#nigiri.prod-cont .prod-block {
  min-height: 410px;/*edit 03.12.2016 - 340px*/
}
#hotrolls.prod-cont .prod-block{
  min-height: 390px;/*edit 03.12.2016 - 340px*/
}

#zakuskisalaty.prod-cont .prod-block,
#soups.prod-cont .prod-block,
#wok.prod-cont .prod-block,
#handrolls.prod-cont .prod-block
{
  min-height: 420px;/*edit 03.12.2016 - 340px*/
}


#gunkanyi.prod-cont .prod-block {
  min-height: 340px;/*edit 03.12.2016 - 340px*/
}
#drinks.prod-cont .prod-block .prod-block-link .h3 {
  font-size: 20px;
}
.prod-block.with-popup .prod-block-link {
  cursor: pointer;
}
.prod-block .prod-block-link .prod-block-img {
  max-width: 100%;
  max-height: 260px;/*edit 30.11.2016 - 192px*/
  display: block;
/* border-radius:10px;edit 30.11.2016*/
}
.prod-block .prod-block-link h3,
.prod-block .prod-block-link .h3 {
  font-family: PTSans-Bold;
  font-weight: normal;
  font-size: 24px;
  margin: 10px 0 0;
}
.prod-block .prod-block-text {
  font-size: 14px;
  line-height: 24px;
 /* min-height: 72px;*/
}
.prod-block .prod-block-form {
  min-height: 28px;
}

.prod-block .prod-block-form p {
  color: #e09941;
  margin: 0;
}
.prod-block .prod-block-form .col-1 {
  float: left;
  width: 33%;
  min-width: 68px;
  margin-bottom: 10px;
}
.prod-block .prod-block-form .col-2 {
  float: left;
  width: 62%;
  min-width: 130px;
  margin-bottom: 10px;
}
.prod-block .prod-block-form label {
  display: block;
  font-family: PTSans-Bold;
  font-weight: normal;
}
.prod-block .prod-block-bay .prod-block-price {
  font-family: PTSans-Bold;
  font-size: 25px;
  width:100px;
  float:left;
}
.prod-block .prod-block-bay .button {
  width: 100%;
  max-width: 150px;
  height: 35px;
  line-height: 35px;
  font-size:20px;
}
#drinks .prod-block .prod-block-bay .button{
    max-width:100px;
}
.prod-block .prod-block-bay .change-quantity {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding-left: 5px;
}
.prod-block .prod-block-bay .change-quantity input {
  border: solid 1px #faab47;
  /* padding: 2px 10px; */
  margin: 6px 2px;
  color: #fff;
}
.prod-block .prod-block-bay .change-quantity .minus-quantity {
  padding: 8px 5px;
}
.prod-block .prod-block-bay .change-quantity .plus-quantity {
  padding: 8px 4px;
}
.prod-block .prod-block-bay .change-quantity .in-basket {
  margin-left: 10px;
}
/*.main-page .prod-cont-left {
  margin-left: 300px;
}*/
.main-page .filter_block {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -35px;
  z-index: 20;
  -webkit-transition: left 0.5s ease-out;
  transition: left 0.5s ease-out;
}
.main-page .filter_block .filter_close {
  width: 84px;
  padding: 10px 0;
  position: absolute;
  text-align: center;
  top: 30px;
  right: -84px;
  z-index: 100;
  background: #181818;/*edit 30.11.2016*/
  border-radius: 0 5px 5px 0;
  box-shadow: 1px 2px 0px 0px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  -webkit-transition: background 0.5s ease-out;
  transition: background 0.5s ease-out;
}
.main-page .filter_block .filter_close .fa-cutlery {
  display: none;
}
.main-page .filter_block .filter_close > p {
  margin: 0;
}
.main-page .filter_block .filter-body {
  height: 100%;
  overflow: auto;
  box-sizing: border-box;
  width: 200px;
  padding: 10px 24px 35px;
  background: #181818;/*edit 30.11.2016 #f0f0f0*/
  box-shadow: 1px 2px 0px 0px rgba(0, 0, 0, 0.5);
}
.main-page .filter_block .filter-body .filter-header {
  font-family: 'PTSans-Bold';
  font-size: 24px;
  font-weight: normal;
  margin: 20px 0 0;
  line-height: 24px;
}
.main-page .filter_block .filter-body .filter-reset {
  color: #faab49;/*edit 31.11.2016 #2ba8db*/
  display: inline-block;
  margin-bottom: 2px;
  cursor: pointer;
}
.main-page .filter_block .filter-body .filter-reset:hover {
  text-decoration: underline;
}
.main-page .filter_block .filter-body label {
  display: inline-block;
  width: 100%;
  float: none;
  line-height: 24px;
}
.main-page .filter_block.filter_hidden {
  left: -247px;
}
.main-page .filter_block.filter_hidden .filter_close {
  background: #a4e026;
}
.main-page .filter_block.filter_hidden .filter_close .fa-cutlery {
  display: inline-block;
}
.main-page .filter_block.filter_hidden .filter_close .fa-arrow-left {
  display: none;
}
.main-page .filter_fixed {
  position: fixed;
  top: 144px;
  margin-left: 35px;
}
.prod-block-bay .prod-block-price {
  font-family: PTSans-Bold;
  font-size: 25px;
}
.prod-block-bay .button {
  width: 100%;
  max-width: 164px;
}
/* ==========================================================================
   Modal styles
   ========================================================================== */
body.with-shade {
  overflow: hidden;
}
.modal-container {
  background: rgba(0,0,0,0.94);
  bottom: 0;
  display: none;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 500;
  overflow: auto;
}
.modal-container .close-modal {
  padding: 10px;
  border-radius: 5px;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
}
.modal-container .close-modal:hover {
  background: #faab49;
}
.modal-container .close-modal:before {
  content: "";
  background: url("../img/sprite.png") -30px 0 no-repeat;
  width: 9px;
  height: 9px;
  display: block;
}
.modal-container .modal {
  border-radius: 5px;
  background: #fff;
  margin: 10% auto;
  padding: 0 66px 32px;
  position: relative;
  width: 432px;
  height: 378px;
}
.modal-container .modal .modal-body {
  height: 328px;
}
.modal-container .modal .modal-title {
  font-family: Hevletica;
  font-weight: normal;
  font-size: 30px;
  margin: 0;
  padding: 20px 0 16px;
  color:#000;
}
.modal-container .modal .modal-text {
  margin: 0 0 10px;
}
.modal-container .modal label {
  display: inline-block;
  font-family: Helvetica;
  margin: 10px 0;
  width: 66%;
  color:#000;
}
.modal-container .modal input {
  width: 66%;
  box-sizing: border-box;
  vertical-align: top;
  color:black;
}
.modal-container .modal .first-col-modal {
  display: inline-block;
  width: 66%;
}
.modal-container .modal .sec-col-modal {
  display: inline-block;
  width: 27%;
  margin-left: 24px;
}
.modal-container .modal .modal-norm-input {
  width: 100%;
}
.modal-container .modal .user-agreement {
  font-family: PTSans-Regular;
}
.modal-container .modal input[type='checkbox'] {
  width: auto;
  vertical-align: baseline;
}
.modal-container .modal button {
  width: 200px;
  height: 50px;
  line-height: 50px;
}
.modal-container .modal .button-left {
  float: left;
}
.modal-container .modal .button-right {
  float: right;
  width: 164px;
}
.modal-container .modal .modal-prompt {
  font-size: 14px;
  margin: 10px 0;
  color: #888;
}
.modal-container .modal .image-cod {
  display: inline-block;
  width: 124px;
  text-align: right;
  margin-top: -16px;
}
.modal-container .modal .image-cod img {
  margin-bottom: 8px;
}
.modal-container .modal .reset-pas-block {
  margin-top: 24px;
}
/*.modal-container*/ .delivery-auto-cont {
  vertical-align: top;
}
/*.modal-container*/ .delivery-auto-cont .delivery-auto-list {
  position: relative;
  z-index: 20;
  margin: 0 0 10px;
  padding: 0;
  background: #fff;
  border: 1px solid #9a9a9a;
  list-style: none;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 3px 5px;
}
/*.modal-container*/ .delivery-auto-cont .delivery-auto-list li {
  cursor: pointer;
}
/*.modal-container*/ .delivery-auto-cont .delivery-auto-list li a {
  color: #444;
  display: block;
  text-decoration: none;
  padding: 2px 6px;
}
/*.modal-container*/ .delivery-auto-cont .delivery-auto-list li a:hover {
  background: #e2e2e2;
}
#modal-registration .modal,
#modal-enter .modal,
#modal-reset .modal {
  height: auto;
  text-align: center;
}
#modal-registration .modal .modal-button,
#modal-enter .modal .modal-button,
#modal-reset .modal .modal-button {
  margin-top: 30px;
  text-align: center;
}
#modal-registration .modal .modal-body,
#modal-enter .modal .modal-body,
#modal-reset .modal .modal-body {
  height: auto;
}
#modal-registration .modal .modal-body .errors-field,
#modal-enter .modal .modal-body .errors-field,
#modal-reset .modal .modal-body .errors-field {
  margin-bottom: 15px;
}
#modal-enter .errors-field {
  margin-top: 15px;
}
.modal-product {
    box-shadow: 0px 0px 10px 1px #FF5722;/*edit 01.12.2016*/
  border-radius: 15px;
  background: rgba(2, 2, 2, 0);
  margin: 10% auto;
  box-sizing: border-box;
  padding: 24px 50px;
  position: relative;
  width: 700px;
  color:#fdfdfd;
}
.modal-product h3,
.modal-product .h3 {
  font-weight: bold;
  font-family: Helvetica;
  font-size: 30px;
  margin: 0;
  z-index: 1000;
}
.modal-product .modal-product-text {
  margin: 0;
  font-size: 14px;
  margin-bottom:80px;
}
.modal-product .nutritional-value {
  float: right;
  width: 36%;
  margin: 24px 5% 0 0;
}
.modal-product .prod-block {
  float: right;
  width: 54%;
  margin: 24px 5% 0 0;
}
.modal-product .prod-block button {
  margin-left: 16px;
  height: 50px;
  line-height: 50px;
}
.modal-product .prod-block .prod-block-form {
  margin-bottom: 70px;
}
.modal-product .nutritional-value > p {
  color: #e09941;
}
.modal-product .nutritional-value p {
  margin: 0;
  line-height: 24px;
}
.modal-product .nutritional-value .nutritional-elem {
  float: left;
  width: 80px;
}
.modal-product .nutritional-value .elem-value {
  margin-left: 90px;
  text-align: right;
  font-weight: bold;
}
.modal-product .flexslider .slides {
  max-height: 300px;
}
.modal-product .flexslider .slides img {
  max-width: 450px;
  margin: 0 auto;
  max-height: 300px;
  border-radius: 3px;
}
.modal-product .flex-direction-nav a:before {
  font-family: FontAwesome;
  font-size: 24px;
  display: inline-block;
  content: '\f060';
}
.modal-product .flex-direction-nav a.flex-next:before {
  content: '\f061';
}
/* ==========================================================================
   Cart-2 page styles
   ========================================================================== */
input,
textarea,
select {
  border: solid 1px #faab49;/**/
  border-radius: 5px;
  font-size: 16px;
  padding: 7px 8px;
  color: #fff;
  background:rgba(255, 255, 255, 0.35);
}
.select-outer {
  border: solid 1px #faab49;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.1);
  color:#fff;
  overflow: hidden;
  display: inline-block;
  position: relative;
}
.select-outer select {
  border: none;
  background: rgba(255, 255, 255, 0.1);
  z-index: 100;
  position: relative;
  height: 34px;
  color:#999;
}
.select-button {
  position: absolute;
  right: 8px;
  top: 6px;
  z-index: 50;
}
.product-block {
  margin-top: 24px;
  padding-bottom: 10px;
  display: inline-block;

}

.product-block div {
  display: inline-block;
  vertical-align: top;
  margin-right: 2%;
  margin-bottom: 10px;
}
.product-block p {
  margin: 0;
}
.product-block .product-img {
  max-height: 160px;
  max-width: 170px;
  overflow: hidden;
  /*margin-top: -20px;*/
  float: left;
}
.product-block .product-img img {
  max-width: 100%;
  border-radius:5px;
}
.product-block .product-name-block {
  min-width: 170px;
}
.product-block .product-name {
  font-size: 24px;
}
.product-block .stock {
  font-size: 14px;
}
.product-block .select-outer {
  border: none;
  padding: 0;
}
.product-block .select-outer select {
  color: #999;
  font-family: Helvetica;
  padding: 4px;
}
.product-block .select-outer.product-dough {
  width: 140px;
  border: 1px solid #faab47;
  display: none; /**/
}
.product-block .select-outer.product-dough select {
  width: 156px;
}
.product-block .select-outer.product-size {
  width: 74px;
  border: 1px solid #faab47;
}
.product-block .select-outer.product-size select {
  width: 90px;
}
.product-block .change-quantity {
  margin-left: 10px;
  line-height: 34px;
}
.product-block .product-price {
  min-width: 120px;
  text-align: right;
}
.product-block .product-block-price {
  font-size: 24px;
}
.product-block .product-close {
  font-size: 18px;
  /*padding: 4px 6px;*/
  cursor: pointer;
}

.product-block .product-close:hover{
    color:#bd0d22;
}
.change-quantity {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.change-quantity input {
  padding: 4px;
  text-align: center;
  width: 20px;
  border: none;
  /*color: #6b9238;*/
  color:#31AE72;
  font-family: Open sans, Helvetica;
}
.change-quantity .quantity-pcs {
  color: #31AE72;
}
.change-quantity .minus-quantity {
  cursor: pointer;
  padding: 6px 5px;
}
.change-quantity .plus-quantity {
  cursor: pointer;
  padding: 6px 4px;
}
.cart-2 .prod-cont-snacks .product-block .select-outer.product-dough,
.cart-2 .prod-cont-snacks .product-block .select-outer.product-size {
  display: none;
}
.cart-2 .prod-cont-snacks .product-block .change-quantity {
  margin-left: 0;
}
.cart-2 .sauces-block {
  overflow: visible;
}
.cart-2 .sauces-block .change-quantity,
.cart-2 .sauces-block .change-quantity input,
.cart-2 .sauces-block .quantity-pcs {
  color: #6b9238;
}
.cart-2 .prod-img-sauces {
  max-width: 100%;
  height: 50px;
}
.cart-2 .drink-block .change-quantity {
  color: #faab49;
}
.cart-2 .sauces-block .sauces-cont,
.cart-2 .drink-block {
  position: relative;
  background: #fff;
  padding: 8px 0;
  text-align: center;
  transition: box-shadow 200ms ease;
}
.cart-2 .sauces-block .sauces-cont img,
.cart-2 .drink-block img {
  max-width: 100%;
}
.cart-2 .sauces-block .sauces-cont:hover,
.cart-2 .drink-block:hover {
  box-shadow: 0 0 10px #000;
  z-index: 100;
}
.cart-2 .sauces-block .sauces-cont .prod-block-text,
.cart-2 .drink-block .prod-block-text {
  margin: 0;
  line-height: 20px;
  padding: 4px 10px 0;
  font-size: 16px;
}
.cart-2 .sauces-block .sauces-cont .sauces-info-text,
.cart-2 .drink-block .sauces-info-text {
  font-size: 14px;
}
.cart-2 .sauces-block .sauces-cont .prod-sauces-info,
.cart-2 .drink-block .prod-sauces-info {
  height: 24px;
  overflow: hidden;
}
.cart-2 .sauces-block .sauces-cont .prod-sauces-info p,
.cart-2 .drink-block .prod-sauces-info p {
  margin: 0;
}
.cart-2 .sauces-block .sauces-cont .prod-sauces-info.open-sauces,
.cart-2 .drink-block .prod-sauces-info.open-sauces {
  height: 100%;
  overflow: hidden;
}
.cart-2 .your-order {
  float: right;
  width: 70%;
  margin: 0 0 0 8%;
}
.cart-2 .your-order .product-name-block {
  display: block;
  margin: 0;
}
.cart-2 .your-order .like-label {
  font-family: PTSans-Bold;
  margin: 20px 0 14px;
}
.cart-2 .your-order-button {
  text-align: center;
}
.cart-2 .your-order-button a.button {
  display: inline-block;
  width: 202px;
  font-size: 18px;
  height: 40px;
  line-height: 40px;
}
.cart-2 .delivery-data-form {
  float: left;
  width: 30%;
}
.cart-2 .delivery-data-form label {
  display: block;
  font-family: Open sans, Helvetica;
  margin: 10px 0 5px;
}
.cart-2 .delivery-data {
  float: left;
  width: 100%;
  max-width: 550px;
}
.cart-2 .delivery-data .form-prompt {
  margin: 0;
  font-size: 14px;
}
.cart-2 .delivery-data .form-address {
  font-size: 0;
}
.cart-2 .delivery-data .form-address .data-form-block {
  display: inline-block;
  font-size: 16px;
  vertical-align: top;
  padding-right: 9%;
  width: 16%;
}
.cart-2 .delivery-data .form-address .data-form-block:first-child {
  width: 66%;
}
.cart-2 .delivery-data .form-address input {
  width: 100%;
}
.cart-2 .delivery-data .form-delivery-time .select-outer.select-day {
  width: 110px;
  margin-right: 3%;
}
.cart-2 .delivery-data .form-delivery-time .select-outer.select-day select {
  width: 130px;
}
.cart-2 .delivery-data .form-delivery-time .select-outer.select-time {
  width: 62px;
  margin-right: 3%;
}
.cart-2 .delivery-data .form-delivery-time .select-outer.select-time select {
  width: 82px;
}
.cart-2 .delivery-data .form-number-persons .select-outer.select-persons {
  width: 54px;
}
.cart-2 .delivery-data .form-number-persons .select-outer.select-persons select {
  width: 74px;
}
.cart-2 .delivery-data .form-change input {
  width: 100px;
}
.cart-2 .contact-details {
  float: left;
  width: 100%;
}
.cart-2 .contact-details .form-contact-details input {
  margin-bottom: 8px;
  width: 100%;
  max-width: 350px;
  box-sizing: border-box;
}
.cart-2 .contact-details .form-comment textarea {
  resize: none;
  height: 132px;
  width: 100%;
  max-width: 350px;
  box-sizing: border-box;
}
.cart-2 .contact-details .form-total label {
  font-family: PTSans-Regular;
  font-size: 14px;
}
.button.ladda-button {
  background: #faab49;
  border: 0;
  padding: 0;
  font-size: 24px;
  border-radius: 3px;
  min-width:230px;
}
.button.ladda-button:hover {
  background: #e09941;
}
.button.ladda-button[data-style=zoom-out] .ladda-spinner {
  margin: 0;
}
.button.ladda-button[disabled]:hover,
.button.ladda-button[data-loading]:hover {
  background: #2796c2;
}
.button.ladda-button[disabled],
.button.ladda-button[data-loading] {
  background: #2796c2;
}
/* ==========================================================================
   Cart page styles
   ========================================================================== */
.change-quantity:hover .minus-quantity,
.sauces-block .sauces-cont:hover .minus-quantity,
.drink-block:hover .minus-quantity,
.main-page .change-quantity .minus-quantity,
.modal-product .change-quantity .minus-quantity,
.change-quantity:hover .plus-quantity,
.sauces-block .sauces-cont:hover .plus-quantity,
.drink-block:hover .plus-quantity,
.main-page .change-quantity .plus-quantity,
.modal-product .change-quantity .plus-quantity {
  background: #faab49;
  border-radius: 5px;
  color: #fff;
  box-shadow: inset rgba(0, 0, 0, 0.15) 0px -3px;
  position: relative;
}
.change-quantity:hover .minus-quantity:hover,
.sauces-block .sauces-cont:hover .minus-quantity:hover,
.drink-block:hover .minus-quantity:hover,
.main-page .change-quantity .minus-quantity:hover,
.modal-product .change-quantity .minus-quantity:hover,
.change-quantity:hover .plus-quantity:hover,
.sauces-block .sauces-cont:hover .plus-quantity:hover,
.drink-block:hover .plus-quantity:hover,
.main-page .change-quantity .plus-quantity:hover,
.modal-product .change-quantity .plus-quantity:hover {
  background: #e09941;
}
.change-quantity:hover .minus-quantity,
.sauces-block .sauces-cont:hover .minus-quantity,
.drink-block:hover .minus-quantity,
.main-page .change-quantity .minus-quantity,
.modal-product .change-quantity .minus-quantity {
  padding: 6px 5px;
}
.change-quantity:hover .plus-quantity,
.sauces-block .sauces-cont:hover .plus-quantity,
.drink-block:hover .plus-quantity,
.main-page .change-quantity .plus-quantity,
.modal-product .change-quantity .plus-quantity {
  padding: 6px 4px;
}
.sauces-block .sauces-cont:hover .minus-quantity,
.sauces-block .sauces-cont:hover .plus-quantity {
  z-index: 120;
}
.cart h2,
.cart .h2 {
  font-size: 24px;
  font-weight: normal;
  font-family: Helvetica;
  margin: 0 0 16px;
}
.cart .your-order {
  margin: 1px 0;
}
.cart .product-block {
  margin: 10px 0;
}
.cart .main-cart {
  float: left;
  width: 75%;
  border-right: solid 1px #d9d9d9;
  margin-right: -1px;
}
.cart .main-cart .product-img {
  display: block;
}
.cart .more-order {
  float: left;
  width: 25%;
  border-left: solid 1px #d9d9d9;
  margin-right: -1px;
}
.cart .more-order h2,
.cart .more-order .h2 {
  margin: -40px 0 56px;
}
.cart .more-order .prod-block .prod-block-bay .prod-block-price {
  margin-right: 16px;
  float: left;
}
.cart .more-order .prod-block .prod-block-bay .change-quantity {
  float: left;
}
.cart .main-cart .prod-cont .sauces-block {
  overflow: visible;
  max-height: 146px;
}
.cart .main-cart .prod-cont .sauces-block .change-quantity,
.cart .main-cart .prod-cont .sauces-block .change-quantity input,
.cart .main-cart .prod-cont .sauces-block .quantity-pcs {
  color: #6b9238;
}
.cart .main-cart .prod-cont .drink-block .change-quantity {
  color: #faab49;
}
.cart .main-cart .prod-cont .sauces-block .sauces-cont,
.cart .main-cart .prod-cont .drink-block {
  position: relative;
  background: #fff;
  padding: 8px 0;
}
.cart .main-cart .prod-cont .sauces-block .sauces-cont:hover,
.cart .main-cart .prod-cont .drink-block:hover {
  box-shadow: 0 0 10px #000;
  z-index: 100;
}
.cart .main-cart .prod-cont .prod-block {
  width: 13%;
  margin: 0 0.64% 35px 0.64%;
  text-align: center;
    min-height: 240px;
    background: rgba(255, 255, 255, 0.02);
}
.incart-block{
    background:rgba(222, 222, 222, 0.1);
}
.cart .main-cart .prod-cont .prod-block p {
  padding: 0 10px;
}
.cart .main-cart .prod-cont .prod-block .prod-block-img {
  max-width: 100%;
}
.cart .main-cart .prod-cont .prod-block .prod-img-sauces {
  max-width: 100%;
  height: 50px;
}
.souces-cont .prod-img .prod-img-souces {
  max-width: 100%;
  height: 50px;
}
.cart .main-cart .prod-cont .prod-block .prod-block-text {
  margin: 0;
  line-height: 20px;
  padding: 4px 10px 0;
  font-size: 16px;
}
.cart .main-cart .prod-cont .prod-block .sauces-info-text {
  font-size: 14px;
}
.cart .main-cart .prod-cont .separator {
  display: none !important;
}
.cart .main-cart .prod-cont .separator:nth-of-type(7n) {
  display: block;
}
.cart .main-cart .prod-cont .prod-sauces-info {
  height: 24px;
  overflow: hidden;
}
.cart .main-cart .prod-cont .prod-sauces-info p {
  margin: 0;
}
.cart .main-cart .prod-cont .prod-sauces-info.open-sauces {
  height: 100%;
  overflow: hidden;
}
.cart .main-cart .prod-head-sauces {
  font-size: 30px;
  /*color: #173431;*/
  color: #f5f5f5;
}

.cart .main-cart .prod-head-sauces #free-goods-added,.cart .main-cart .prod-head-sauces #free-goods-avible-amount, .js-price , .js-free-price{
   /*color: #173431;*/
   color:#faab49;
}
.cart .main-cart .prod-head-sauces small {
  font-size: 16px;
}
.cart .more-order .prod-cont .prod-block {
  width: 90%;
  margin: 0 0 35px 10%;
}
.cart .more-order .prod-cont .prod-block .prod-block-img {
  max-width: 100%;
}
.cart .more-order .prod-cont .separator {
  display: none !important;
}
.cart .more-order .prod-cont .separator:nth-of-type(2n) {
  display: block;
}
.cart .more-order .prod-cont h3,
.cart .more-order .prod-cont .h3 {
  font-family: PTSans-Bold;
  font-weight: normal;
  font-size: 24px;
  margin: 10px 0 4px;
}
.cart .more-order .prod-cont .prod-block-text {
  margin: 0 0 10px;
}
.cart .more-order .prod-cont .button {
  width: 146px;
  margin-top: -4px;
}
.cart .checkout {
  text-align: right;
  margin: 60px 30px 0 0;
  width: 100%;/*70%*/
  float: right;
}
.cart .checkout .checkout-promo {
  width: 230px;
  box-sizing: border-box;
  padding: 15px 20px;
}
.cart .checkout .form-total {
  margin-top: -50px;
  min-height: 125px;
  min-width: 250px;
}
.cart .checkout-block div {
  float: right;
}
.cart .form-total .checkout-block div {
  float: none;
  margin-top:7px;
}


.cart .checkout-block .checkout-button {
  width: 230px;
}
.cart .checkout-block .checkout-button button {
  height: 60px;
  list-style: 60px;
  width: 100%;
  margin-top: 10px;
  background: #faab49;
  -webkit-transition: background 500ms ease;
  transition: background 500ms ease;
}
.cart .checkout-block .checkout-button button.add-free-goods {
  background: #ccc;

}
.cart .checkout-block .checkout-button button.add-free-goods:hover {
  background: #cca;
  cursor: default;
}

.cart .checkout-block .checkout-button button:hover {
  background: #e09941;
}
.cart .checkout-block .cart_price {
  color: #31ae72;
  min-width: 226px;
  white-space: nowrap;
  float: none;
}
.cart .checkout-block .min-amount {
  background: #fa4949;
  color: #fff;
  border-radius: 5px;
  padding: 10px 10px 20px 14px;
  width: 286px;
  text-align: left;
  opacity: 0;
  -webkit-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
  float: none;
}
.cart .checkout.disabled .min-amount {
  opacity: 1;
}
.cart .checkout.disabled .checkout-button button {
  background: #adadad;
  cursor: default;
}
.cart .checkout.disabled .checkout-button button:hover {
  background: #adadad;
}
.cart .main-cart .prod-cont .drink-block img,
.cart-2 .main-cart .prod-cont .drink-block img,
.cart .your-order .prod-cont .drink-block img,
.cart-2 .your-order .prod-cont .drink-block img,
.cart .main-cart .prod-cont .sauces-block img,
.cart-2 .main-cart .prod-cont .sauces-block img,
.cart .your-order .prod-cont .sauces-block img,
.cart-2 .your-order .prod-cont .sauces-block img,
.cart .main-cart .prod-cont .drink-block .change-quantity,
.cart-2 .main-cart .prod-cont .drink-block .change-quantity,
.cart .your-order .prod-cont .drink-block .change-quantity,
.cart-2 .your-order .prod-cont .drink-block .change-quantity,
.cart .main-cart .prod-cont .sauces-block .change-quantity,
.cart-2 .main-cart .prod-cont .sauces-block .change-quantity,
.cart .your-order .prod-cont .sauces-block .change-quantity,
.cart-2 .your-order .prod-cont .sauces-block .change-quantity,
.cart .main-cart .prod-cont .drink-block .prod-block-text,
.cart-2 .main-cart .prod-cont .drink-block .prod-block-text,
.cart .your-order .prod-cont .drink-block .prod-block-text,
.cart-2 .your-order .prod-cont .drink-block .prod-block-text,
.cart .main-cart .prod-cont .sauces-block .prod-block-text,
.cart-2 .main-cart .prod-cont .sauces-block .prod-block-text,
.cart .your-order .prod-cont .sauces-block .prod-block-text,
.cart-2 .your-order .prod-cont .sauces-block .prod-block-text,
.cart .main-cart .prod-cont .drink-block .prod-sauces-info,
.cart-2 .main-cart .prod-cont .drink-block .prod-sauces-info,
.cart .your-order .prod-cont .drink-block .prod-sauces-info,
.cart-2 .your-order .prod-cont .drink-block .prod-sauces-info,
.cart .main-cart .prod-cont .sauces-block .prod-sauces-info,
.cart-2 .main-cart .prod-cont .sauces-block .prod-sauces-info,
.cart .your-order .prod-cont .sauces-block .prod-sauces-info,
.cart-2 .your-order .prod-cont .sauces-block .prod-sauces-info {
  transition: opacity 200ms ease;
  opacity: 0.3;
  margin-top:20px;
}
.cart .main-cart .prod-cont .drink-block:hover img,
.cart-2 .main-cart .prod-cont .drink-block:hover img,
.cart .your-order .prod-cont .drink-block:hover img,
.cart-2 .your-order .prod-cont .drink-block:hover img,
.cart .main-cart .prod-cont .sauces-block:hover img,
.cart-2 .main-cart .prod-cont .sauces-block:hover img,
.cart .your-order .prod-cont .sauces-block:hover img,
.cart-2 .your-order .prod-cont .sauces-block:hover img,
.cart .main-cart .prod-cont .drink-block.incart-block img,
.cart-2 .main-cart .prod-cont .drink-block.incart-block img,
.cart .your-order .prod-cont .drink-block.incart-block img,
.cart-2 .your-order .prod-cont .drink-block.incart-block img,
.cart .main-cart .prod-cont .sauces-block.incart-block img,
.cart-2 .main-cart .prod-cont .sauces-block.incart-block img,
.cart .your-order .prod-cont .sauces-block.incart-block img,
.cart-2 .your-order .prod-cont .sauces-block.incart-block img,
.cart .main-cart .prod-cont .drink-block:hover .change-quantity,
.cart-2 .main-cart .prod-cont .drink-block:hover .change-quantity,
.cart .your-order .prod-cont .drink-block:hover .change-quantity,
.cart-2 .your-order .prod-cont .drink-block:hover .change-quantity,
.cart .main-cart .prod-cont .sauces-block:hover .change-quantity,
.cart-2 .main-cart .prod-cont .sauces-block:hover .change-quantity,
.cart .your-order .prod-cont .sauces-block:hover .change-quantity,
.cart-2 .your-order .prod-cont .sauces-block:hover .change-quantity,
.cart .main-cart .prod-cont .drink-block.incart-block .change-quantity,
.cart-2 .main-cart .prod-cont .drink-block.incart-block .change-quantity,
.cart .your-order .prod-cont .drink-block.incart-block .change-quantity,
.cart-2 .your-order .prod-cont .drink-block.incart-block .change-quantity,
.cart .main-cart .prod-cont .sauces-block.incart-block .change-quantity,
.cart-2 .main-cart .prod-cont .sauces-block.incart-block .change-quantity,
.cart .your-order .prod-cont .sauces-block.incart-block .change-quantity,
.cart-2 .your-order .prod-cont .sauces-block.incart-block .change-quantity,
.cart .main-cart .prod-cont .drink-block:hover .prod-block-text,
.cart-2 .main-cart .prod-cont .drink-block:hover .prod-block-text,
.cart .your-order .prod-cont .drink-block:hover .prod-block-text,
.cart-2 .your-order .prod-cont .drink-block:hover .prod-block-text,
.cart .main-cart .prod-cont .sauces-block:hover .prod-block-text,
.cart-2 .main-cart .prod-cont .sauces-block:hover .prod-block-text,
.cart .your-order .prod-cont .sauces-block:hover .prod-block-text,
.cart-2 .your-order .prod-cont .sauces-block:hover .prod-block-text,
.cart .main-cart .prod-cont .drink-block.incart-block .prod-block-text,
.cart-2 .main-cart .prod-cont .drink-block.incart-block .prod-block-text,
.cart .your-order .prod-cont .drink-block.incart-block .prod-block-text,
.cart-2 .your-order .prod-cont .drink-block.incart-block .prod-block-text,
.cart .main-cart .prod-cont .sauces-block.incart-block .prod-block-text,
.cart-2 .main-cart .prod-cont .sauces-block.incart-block .prod-block-text,
.cart .your-order .prod-cont .sauces-block.incart-block .prod-block-text,
.cart-2 .your-order .prod-cont .sauces-block.incart-block .prod-block-text,
.cart .main-cart .prod-cont .drink-block:hover .prod-sauces-info,
.cart-2 .main-cart .prod-cont .drink-block:hover .prod-sauces-info,
.cart .your-order .prod-cont .drink-block:hover .prod-sauces-info,
.cart-2 .your-order .prod-cont .drink-block:hover .prod-sauces-info,
.cart .main-cart .prod-cont .sauces-block:hover .prod-sauces-info,
.cart-2 .main-cart .prod-cont .sauces-block:hover .prod-sauces-info,
.cart .your-order .prod-cont .sauces-block:hover .prod-sauces-info,
.cart-2 .your-order .prod-cont .sauces-block:hover .prod-sauces-info,
.cart .main-cart .prod-cont .drink-block.incart-block .prod-sauces-info,
.cart-2 .main-cart .prod-cont .drink-block.incart-block .prod-sauces-info,
.cart .your-order .prod-cont .drink-block.incart-block .prod-sauces-info,
.cart-2 .your-order .prod-cont .drink-block.incart-block .prod-sauces-info,
.cart .main-cart .prod-cont .sauces-block.incart-block .prod-sauces-info,
.cart-2 .main-cart .prod-cont .sauces-block.incart-block .prod-sauces-info,
.cart .your-order .prod-cont .sauces-block.incart-block .prod-sauces-info,
.cart-2 .your-order .prod-cont .sauces-block.incart-block .prod-sauces-info {
  opacity: 1;
  margin-top:20px;
}
/* ==========================================================================
   Order confirmation styles
   ========================================================================== */
.order-confirmation {
  width: 100%;
  margin: 0 auto;
  max-width: 654px;
}
.order-confirmation .your-order {
  margin: 0 0 16px 20px;
  text-align:center;
}
.order-confirmation .order-conf {
  border-radius: 5px;
  border: solid 1px #faab49;
  color: #faab49;
  padding: 10px 16px;
  margin-bottom: 62px;
  text-align: center;
}
.order-confirmation .logo-big {
  text-align: center;
}
.order-confirmation .logo-big img {
  width: 100%;
  max-width: 435px;
}
.order-confirmation .order-conf-text {
  float: left;
  width: 80px;
  text-align: left;
}
.order-confirmation .order-conf-text > b {
  line-height: 26px;
}
.order-confirmation .order-visual {
  float: left;
}
.order-confirmation .order-visual .visual-text {
  text-align: center;
  width: 100%;
  max-width: 360px;
  margin: 0 auto;
}
.order-confirmation .order-visual .visual-left {
  float: left;
}
.order-confirmation .order-visual .visual-right {
  float: right;
}
.order-confirmation .order-conf-visual {
  background: #d1d1d1;
  margin: 10px 40px 0 54px;
}
.order-confirmation .order-conf-visual .conf-visual-bg {
  background: url("../img/OK.png") no-repeat;
  width: 292px;
  height: 15px;
}
.order-confirmation .order-conf-visual .conf-visual-bg-active {
  background: #faab49;
  width: 0%;
  -webkit-transition: width 1s linear;
  transition: width 1s linear;
}
.order-confirmation .order-conf-timer {
  font-size: 36px;
}
.order-confirmation .order-timer-end {
  text-align: center;
  display: none;
}
.order-confirmation .time-end-visible {
  display: block;
}
/* ==========================================================================
   Action styles
   ========================================================================== */
.action-page .action-block {
  width: 20%;
  margin: 0 2.5% 35px 2.5%;
  float: left;
}
.action-page .action-block .action-img {
  width: 100%;
}
.action-page .action-block h2 {
  font-family: PTSans-Bold;
  font-weight: normal;
  font-size: 24px;
  margin: 20px 0 0;
}
.action-page .action-block p {
  margin: 0;
}
.action-page .separator {
  display: none;
}
.action-page .separator:nth-of-type(4n) {
  display: block;
}
/* ==========================================================================
   Footer styles
   ========================================================================== */
footer {

  margin: 0 auto;
}
.wrap {
  max-width: 1070px;
  margin: 0 auto;
}
.footer-top {
  background: url("https://www.torchyn.ua/img/back.jpg");
  margin: 0 0px;
  padding: 0 10%;
  border-radius: 4px;
  color: #fff;
}
.footer-top ul {
  float: left;
  margin: 30px 0 18px;
  padding: 0;
  list-style: none;
  width: 70%;
}
.footer-top ul li {
  line-height: 24px;
}
.footer-top ul li:before {
  content: "— ";
}
.footer-top ul li a {
  font-family: 'PTSans-Bold';
  color: #fff;
}
.footer-top .social {
  float: left;
  margin-left: 4%;
  width: 26%;
}
.footer-top .social p {
  margin: 30px 0 6px;
}
.footer-top .social .social-icon {
  font-size: 56px;
  padding-bottom:0;
}
.footer-top .social .social-icon a {
  color: white;
  opacity: 1;
  -webkit-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
}
.footer-top .social .social-icon a:hover {
  opacity: 0.7;
}
.footer-bottom {
    background-color:white;
    color:#faab49;
    display:none;
    padding:30px;
    padding-bottom:10px;
    padding-top:10px;
}
.footer-bottom p {
  margin: 0;
  padding-top: 30px;
}
.footer-bottom a {
  color: #173431;
  font-family: 'PTSans-Bold';
}
.errors-field,
.message-field {
  padding: 4px 10px;
  border-radius: 5px;
  background: #fff1f1;
  color: red;
  display: none;
}
.message-field {
  color: green;
  background: #f1fff1;
}
#modal-delivery .errors-field {
  margin: 20px;
}
.with-input-mask {
  color: red;
}
.with-input-mask.valid {
  color: #8bc34a;
}
#modal-logout .modal,
#modal-remove-product .modal {
  height: inherit;
}
#modal-logout .modal .modal-body,
#modal-remove-product .modal .modal-body {
  height: inherit;
}
#modal-logout .modal .modal-button,
#modal-remove-product .modal .modal-button {
  text-align: center;
}
.coupon-error {
  padding: 5px;
  min-height: 30px;
  color: red;
  display:none;
}


.free-goods-informer{
    display:none;
    background:#ff6f0f;    
    width: 360px;
    font-size: 24px;
    height: 42px;
    line-height: 42px;
    border-radius: 3px;
    padding:0 1%;
    color:#fff;
}

@media only screen and (max-width: 1400px) {
  .delivery-time-top {
    padding: 0.4em 0 0 2.2%;
  }
  .delivery-time-top .time-free {
    left: 50%;
  }
  .phoneblock_top {
    padding: 0.4em 0 0 9%;
    
  }
  .delivery-left {
    width: 55%;
    margin-right: 5%;
  }
  .delivery-right {
    width: 35%;
    margin-right: 5%;
  }
  .cart-2 .your-order {
    width: 60%;
    margin: 0 0 0 10%;
  }
  .prod-cont .prod-block {
    width: 23%;
    margin: 0 1% 35px 1%;
  }
  #drinks.prod-cont .prod-block {
    width: 20%;
  }
  .cart .main-cart .prod-cont .prod-block {
    width: 15%;
    margin: 0 .8% 35px .8%;
  }
  .cart .main-cart .prod-cont .separator {
    display: none;
  }
  .cart .main-cart .prod-cont .separator:nth-of-type(6n) {
    display: block;
  }
  .action-page .action-block {
    width: 29%;
    margin: 0 2.15% 35px 2.15%;
  }
  .action-page .separator:nth-of-type(4n) {
    display: none;
  }
  .action-page .separator:nth-of-type(3n) {
    display: block;
  }
}
@media only screen and (max-width: 1200px) {
  /* ==========================================================================
   Header styles
   ========================================================================== */
  .delivery-time-top {
    padding: 0.4em 0 0 2.2%;
  }
  .delivery-time-top .time-free {
    left: 75%;
  }
  .delivery-time-top .time-free:before {
    left: 18px;
  }
  .phoneblock_top {
    padding: 0.4em 0 0 2%; 
  }
  .main-menu ul li {
    line-height: 20px;
  }
  .main-menu .other-menu-link {
    margin-top: -2px;
    width: 100%;/*400px*/
  }
  /* ==========================================================================
     Main page styles
     ========================================================================== */
  .prod-cont .prod-block {
    width: 30%;
    margin: 0 1.6% 35px 1.6%;
  }
  .prod-cont .separator:nth-of-type(4n) {
    display: none;
  }
  .prod-cont .separator:nth-of-type(3n) {
    display: block;
  }
  #drinks.prod-cont .prod-block {
    width: 20%;
  }
  /* ==========================================================================
     Cart-2 page styles
     ========================================================================== */
  .cart-2 .delivery-data .form-address .data-form-block {
    padding-right: 9%;
    width: 24.3%;
  }
  .cart-2 .delivery-data .form-address .data-form-block:first-child {
    width: 91%;
  }
  .cart .main-cart .prod-cont .prod-block {
    width: 18%;
    margin: 0 1% 35px 1%;
  }
  .cart .main-cart .prod-cont .separator {
    display: none;
  }
  .cart .main-cart .prod-cont .separator:nth-of-type(5n) {
    display: block;
  }
}
@media only screen and (max-width: 1024px) {
  /* ==========================================================================
     Header styles
     ========================================================================== */
  .delivery-time-top {
    padding: 0.4em 0 0 2%;
  }
  .delivery-time-top .time-free {
    display: none;
  }
  .cart_top{
      text-align:right;
  }
  .delivery-time{
      font-size:20px;
  }
  .phoneblock_top {
    padding: 0.4em 0 0 2%;
  }
  .delivery-time,
  .phone_top a {
    font-size: 26px;
  }
  .cart_top {
    width: 200px;
    padding-top: 10px;
  }
  .main-menu .other-menu-link {
    margin-top: -8px;
  }
  .phone_top a {
    word-spacing: 0;
    letter-spacing: 0;
    line-height: 38px;
  }
  .small_phone_top {
    text-align: center;
  }
  .small_phone_top span {
    display: block;
    line-height: 16px;
  }
  .small_phone_top span:first-child {
    margin-right: 0;
  }
  /* ==========================================================================
     Delivery condition styles
     ========================================================================== */
  .delivery-condition,
  .delivery-map {
    width: 100%;
  }
  .delivery-map-img {
    margin: 0 0 28px;
  }
  .delivery-left {
    width: 50%;
    margin-right: 15%;
  }
  .delivery-right {
    width: 25%;
    margin-right: 10%;
  }
  /* ==========================================================================
     Main page styles
     ========================================================================== */
  .prod-cont .prod-block {
    width: 30%;
    margin: 0 1.6% 35px 1.6%;
  }
  #drinks.prod-cont .prod-block {
    width: 30%;
  }
  /* ==========================================================================
   Cart-2 page styles
   ========================================================================== */
  .cart-2 .your-order {
    width: 100%;
    margin: 0;
  }
  .cart-2 .delivery-data-form {
    width: 100%;
  }
  .cart-2 .delivery-data .form-address .data-form-block {
    padding-right: 9%;
    width: 16%;
  }
  .cart-2 .delivery-data .form-address .data-form-block:first-child {
    width: 66%;
  }
  .cart .main-cart {
    width: 100%;
    border: none;
    margin: 0;
  }
  .cart .checkout {
    text-align: right;
    /*margin: 60px 0 0 0;*//**/
  }
  .cart .more-order {
    display: none;
  }
  .cart .main-cart .prod-cont .separator {
    display: none;
  }
  .cart .main-cart .prod-cont .separator:nth-of-type(5n) {
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  .wrapper {
    margin: 0 auto;
  }
  .delivery-time-top{
      white-space:normal;

      float:none;
  }
  .site-test-mode .wrapper {
    margin: 35px auto;/**/
  }
  .header {
    position: static;
    height: auto; 
  }
  .header a {
    color: #173431;
  }
  .logo {
    width: 100px;
    margin-top: 5px;
    height: 38px;
  }
.logo-roll {
    width: 100px;
    margin-top: 5px;
    height: 38px;
    padding-left:0;
    padding-right:0;
    
  }
  .menu-icon {
    display: block;
    position: absolute;
    right: 0px;
    top: 0px;
    padding: 0px 10px;
    font-size: 24px;
    cursor: pointer;
    color:#fff;
  }
  .main-menu{
  
  }
  .main-menu ul {
    width: 100%;
    text-align: center;
    margin: 0 0 16px;
  }
  .main-menu ul li {
    display: block;
    margin: 0 -35px;
    line-height: 36px;
  }
  .main-menu ul li:first-child {
    margin: 0 -35px;
  }
  .main-menu ul li a,
  .main-menu ul li span {
    display: block;
    padding: 0 35px;
    text-decoration: none;
  }
  .main-menu ul li a:hover,
  .main-menu ul li span:hover {
    background: #faab49;
  }
  .main-menu .other-menu-link {
    margin-top: 0;
    width: 100%;
  }
  .main-menu .other-menu-link li a,
  .main-menu .other-menu-link li span {
    line-height: 28px;
    color: #fff;/*edit 03.12.2016 - #173431;*/
    background: #141414;
  }
  .main-menu .adress-in-menu {
    margin: 0 -35px;
  }
  .main-menu .adress-in-menu .adress-in {
    margin-left: 0px;
  }
  .cart_top,
  .delivery-time-top,
  .phoneblock_top,
  .modal-enter-btn .fa-user {
    display: none;
  }
  .header_bot_cont .cart_top,
  .header_bot_cont .delivery-time-top,
  .header_bot_cont .phoneblock_top {
    display: block;
    width: 100%;
    padding: 0;
    font-family: PTSans-Bold;
    margin-top: 8px;
  }
  .header_bot_cont .phoneblock_top {
    margin-bottom: 20px;
  }
  .header_bot_cont .cart_top a {
    float: left;
    padding: 3px 0;
    color: #fff;
  }
  .header-cont {
    background: #F36E21;
    height: 48px;
    z-index:99995599;


  }
  .header_bot {
    height: 100%;
    display: none;

  }
    .header_bot_cont{
         height:auto; 
         overflow-y:scroll;
-webkit-box-shadow: inset 0px 7px 17px -10px rgba(0,0,0,1);
-moz-box-shadow: inset 0px 7px 17px -10px rgba(0,0,0,1);
box-shadow: inset 0px 7px 17px -10px rgba(0,0,0,1);

    }
  .header_bot.menu_hidden {
        display: block;

  }

  .cabinet_login .fa-user {
    display: none;
  }
  .cart_price {
    margin: 0;
  }
  .delivery-time,
  .phone_top a {
    line-height: 32px;
    color: #faab49;
  }
  .small_phone_top {
    text-align: left;
  }
  .delivery-left {
    width: 55%;
    margin-right: 5%;
  }
  .delivery-right {
    width: 35%;
    margin-right: 5%;
  }
  /* ==========================================================================
     Modal styles
     ========================================================================== */
  .modal-container .modal {
    width: 316px;
    height: initial;
  }
  .modal-container .modal .modal-body {
    height: auto;
  }
  .modal-container .modal .data-form-block label,
  .modal-container .modal .data-form-block input {
    width: 100%;
  }
  .modal-container .modal .data-form-block label[name=user-agreement],
  .modal-container .modal .data-form-block input[name=user-agreement] {
    width: initial;
  }
  .modal-container .modal .user-agreement {
    margin-top: 0;
  }
  .modal-container .modal .form-cod {
    width: 58%;
  }
  .modal-container .modal .sec-col-modal {
    width: 24%;
  }
  .modal-container .modal .button-left {
    width: 160px;
  }
  .modal-container .modal .button-right {
    width: 150px;
  }
  .modal-container .modal #registration-cod {
    margin-top: 40px;
  }
  .modal-container .modal .image-cod {
    display: block;
    width: 100%;
    text-align: left;
    margin-top: -75px;
    margin-bottom: 60px;
  }
  .modal-product {
    width: 448px;
  }
  .modal-product .nutritional-value,
  .modal-product .prod-block {
    width: 100%;
    margin: 24px 0 0;
  }
  .cart-2 .delivery-data {
    width: 100%;
    margin-right: 0;
  }
  .cart-2 .contact-details {
    width: 100%;
  }
  .main-page .main-banner {
    display: none;
  }
  .main-page .filter_block {
    display: none;
  }
  .main-page .prod-cont-left {
    margin-left: 0;
    margin-top: 50px;/**/
  }
  .prod-cont {
    margin-left: 0;
  }
  .prod-cont .prod-block {
    width: 45%;
    margin: 0 2.5% 35px 2.5%;
  }
  .prod-cont .separator:nth-of-type(3n) {
    display: none;
  }
  .prod-cont .separator:nth-of-type(2n) {
    display: block;
  }
  #drinks.prod-cont .prod-block {
    width: 45%;
  }
  .action-page .action-block {
    width: 45%;
    margin: 0 2.5% 35px 2.5%;
  }
  .action-page .separator:nth-of-type(3n) {
    display: none;
  }
  .action-page .separator:nth-of-type(2n) {
    display: block;
  }
  .cart .main-cart .prod-cont .prod-block {
    width: 23%;
    margin: 0 1% 35px 1%;
  }
  .cart .main-cart .prod-cont .separator {
    display: none;
  }
  .cart .main-cart .prod-cont .separator:nth-of-type(4n) {
    display: block;
  }
  .cart .checkout .form-total {
    margin-top: 0;
    float: right;/*none*/
    clear: both;
  }
  .order-confirmation .order-conf div > div {
    width: 100%;
    text-align: center;
    float: none;
  }
  .order-confirmation .order-conf .order-conf-visual {
    margin: 0 auto;
    width: 292px;
  }
  .footer-top {
    padding: 0 4%;
  }

  .footer-top ul {
    width: 65%;
  }
  .footer-top .social {
    margin-left: 4%;
    width: 31%;
  }
  
}
@media only screen and (max-width: 480px) {
  .delivery-left,
  .delivery-right {
    width: 100%;
  }
  .main-menu-link {
    font-size: 18px;
  }
  .other-menu-link {
    font-size: 14px;
  }
  .main-menu .other-menu-link li a,
  .main-menu .other-menu-link li span {
    line-height: 23px;
  }
  
  
  
  .main-menu, .test-mode{
      text-align:center;
      width:100%;
  }
  .other-menu-link{
      text-align:center;
 
     
  }
  /*.other-menu-link li{
      float:left; 
      padding:4px;
  }*/
  
  
    .phone_top{
      white-space:normal;
  }
  
  
  
  
  
  
  
  .header_bot_cont .cart_top a {
    font-size: 18px;
    width: 122px;
  }
  .delivery-time-top,
  .phoneblock_top {
    font-size: 14px;
  }
  .delivery-time,
  .phone_top a {
    font-size: 18px;
    line-height: 26px;
  }
  .header_bot_cont .cart_top {
    margin-top: 2px;
  }
  .header_bot_cont .delivery-time-top {
    margin-top: 8px;
  }
  .header_bot_cont .phoneblock_top {
    margin: 4px 0 16px;
  }
  /* ==========================================================================
     Modal styles
     ========================================================================== */
  .modal-container .modal {
    width: 268px;
    padding: 0 10px 10px;
  }
  .modal-container .modal .modal-title {
    font-size: 24px;
    padding: 20px 0 6px;
  }
  .modal-container .modal .form-cod {
    width: 52%;
  }
  .modal-container .modal .sec-col-modal {
    margin-left: 22px;
  }
  .modal-container .modal .delivery-modal-button {
    margin-top: 10px;
  }
  .modal-container .modal .button-left,
  .modal-container .modal .button-right {
    width: 100%;
    float: none;
    margin-top: 10px;
  }
  .modal-product {
    width: 288px;
    padding: 24px 40px;
  }
  .modal-product .nutritional-value,
  .modal-product .prod-block {
    width: 100%;
    margin: 104px 0 0;
  }
  .modal-product .flex-direction-nav .flex-prev {
    left: -40px;
  }
  .modal-product .flex-direction-nav .flex-next {
    right: -40px;
  }
  .modal-product .prod-block-price {
    text-align: center;
  }
  .prod-cont .prod-block {
    width: 100%;
    margin: 0 0 35px 0;
  }
  .prod-cont .separator:nth-of-type(n) {
    display: block;
  }
  #drinks.prod-cont .prod-block {
    width: 100%;
  }
  .cart .main-cart .prod-cont .prod-block {
    width: 45%;
    margin: 0 2.5% 35px 2.5%;
  }
  .cart .main-cart .prod-cont .separator {
    display: none;
  }
  .cart .main-cart .prod-cont .separator:nth-of-type(2n) {
    display: block;
  }
  .cart .checkout-block .min-amount {
    width: 225px;
    float:left;
  }
  .cart-2 .delivery-data-form label {
    font-size: 15px;
  }
  .action-page .action-block {
    width: 100%;
    margin: 0 0 35px;
  }
  .action-page .separator:nth-of-type(n) {
    display: block;
  }
  .order-confirmation .order-conf {
    padding: 10px 0;
    margin: 0 -27px 62px;
  }
  .order-confirmation .order-visual .visual-text {
    font-size: 13px;
    padding: 0 2px;
    box-sizing: border-box;
  }
  .footer-top ul {
    width: 100%;
  }
  .footer-top .social {
    width: 100%;
  }

}
@media only screen and (max-width: 320px) {
  .wrapper,
  footer,
  header,
  .wrap {
    min-width: 320px;
  }
}
select {
  -webkit-appearance: none;
}
#rememberMeIframe {
  display: none;
}
.test-mode {
  text-align: center;
  font-weight: bold;
  height:35px;
  line-height: 28px;
  background: #141414;
  color: #FFFFFF;
}
.test-mode a {
  color: #FFFFFF;
}
.in-basket {
  text-decoration: underline;
  cursor: pointer;
}
.in-basket:hover {
  text-decoration: none;
}
.pizzas-not-found {
  color: #d81d2e;
  font-weight: bold;
  font-size: 24px;
}
.h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
  font-weight: bold;
}
.h3 {
  font-size: 1.17em;
  margin: 1em 0;
  font-weight: bold;
}
.h4 {
  font-size: 1em;
  margin: 1.33em 0;
  font-weight: bold;
}
.vk-logo-top{
    width: 190px;
    height: 50px;
    float: left;
    margin: 30px 20px 0px 20px; 
}
.vk-logo-top a{
    width: 100%;
    height: 100%;
    display: inline-block;
    background:url("/assets/img/vk_top.png");
    background-position: 0 -50px;
}

.vk-logo-top a:hover{
    background-position: 0 0;
}

@media (max-width: 1460px) {
    .vk-logo-top{
        display:none;
    }
    }
    
    #tooltip_white {
    z-index: 9999;
    position: absolute;
    display: none;
    top:0px;
    left:0px;
    background-color: #000;
    padding: 5px 10px 5px 10px;
    color: white;
    opacity: 0.8;
    border-radius: 5px;
}
#tooltip_red {
    z-index: 9999;
    position: absolute;
    display: none;
    top:0px;
    left:0px;
    background-color: #fff;
    padding: 5px 10px 5px 10px;
    color: red;
    opacity: 1;
    border-radius: 5px;
}

#free-goods-added{
    display:none;
    font-size: 12px;
border: 2px solid #FF6F0F;
border-left: 0;
border-right: 0;
padding: 2% 3%;
width: 50%;
}

#free-goods-added span{
    font-size: 15px;
}

#free-goods-added .list{
    padding-bottom:1%;
}

.free_for_size{display:none;}
#free-goods-added .js-remove-free-btn{display:none;width: 150px;}

.drink-block {
  min-height: 180px;
}


.cd-top {
    display:block;
    z-index:9;
  visibility: hidden;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}

.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  visibility: visible;
  opacity: 0.8;
}
.cd-top.cd-fade-out {
  opacity: .8;
}
.cd-top:hover {

  opacity: 1;
   -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;


}
.up_arrow{
    position:fixed;
    right:3%;
    bottom:8%;
    z-index:9;
}

.header_bot_1{
    text-align:center;

}
.main-menu-link {
    width:100%;

}
.main-menu_padd{
    padding:5px;
}

.small_phone_top{
    text-align:center;
}

.phone_top{
    text-align:center;
}
.js-buy-btn{
    float:right;
}
.prod-block{
    position:relative;
}

.prod-block-form{
    position:absolute ;
    bottom:0;
  width:100%;
} 
#pizzas .prod-block-bay{
    position:absolute ;
    bottom:0;
    width:100%;    
}
#pizzas .prod-block-form{
    position:relative ;

  width:100%;
    
}
#pizzas .prod-block{
    max-height:500px;
}
#js-recommended-snacks .prod-block{
    height:370px;
}
.wrap_new{
    min-height: 298px;
    padding-top:20px;
}

/*выбор теста*/

.js-pizza-dough{
    display:none;
}

#phone{
    color:#fff;
}
.disp-none{
    display:none;
}
.incart-block{
    display:inline-block;
}




.basket_abs {
    display:block;
    z-index:9;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}

.basket_abs:hover {
  opacity: 1;
   -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.basket_ico{
    position:fixed;
    right:10px;
    bottom:90px;
    z-index:10;
}
.price_b{
    position:absolute;

    text-align:right;
    font-weight:bold;
}
.price_b_ico{
    position:absolute;
    right:-10px;
    background-color:white;
    padding:5px;
    border-radius:20px;
    color:#F36F21;
    width:auto;
}
.inl-bl{
    display:inline-block;
}

.lbl {
	display: inline-block;
	cursor: pointer;
	position: relative;
	padding-left: 25px;
	margin-right: 15px;
	font-size: 13px;
}
input[type=radio] {
	display: none;
}
.lbl:before {
	content: "";
	display: inline-block;

	width: 16px;
	height: 16px;

	margin-right: 10px;
	position: absolute;
	left: 0;
	bottom: 1px;
	background-color: #FAAB49;
	box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, .3), 0px 1px 0px 0px rgba(255, 255, 255, .8);
}
.radio .lbl:before {
	border-radius: 8px;
}
input[type=radio]:checked + .lbl:before {
    content: "\2022";
    color: #141414;
    font-size: 30px;
    text-align: center;
    line-height: 13px;
}




.review-link{
	-o-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	background-color: #63C1BE;
	color: white;
	position: fixed;
	left: -77px;
	top:55%;
	padding: 0px;
	padding-top: 10px;
	z-index: 55;
	padding-right: 10px;
	padding-left: 10px;
	cursor: pointer;
    font-size:15px;
		-webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
	-moz-transition: -moz-transform 0.2s, opacity 0.2s;
	transition: transform 0.2s, opacity 0.2s;
}
.review-link:hover{
	left: -74px;
		background-color: #4a918f;

		-webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
	-moz-transition: -moz-transform 0.2s, opacity 0.2s;
	transition: transform 0.2s, opacity 0.2s;
}
.weight-value{
    color: #e09941;
}
.hover-zoom{
    width:64px;
    display:none;
    position:absolute;
    top:calc(7vw - 10px);
    left: calc(50% - 32px);
}
.prod-link{
    color:white;
    text-decoration:underline;
}
.prod-link:hover{
    text-decoration:none;
}
  .pizza-ico,.cart_top1,.main-menu2{
      display:none;
  }
.main-menu3 ul li a,.main-menu3 ul li span{
    text-decoration:none;
}
.main-menu3 ul li a:hover,.main-menu3 ul li span:hover{
    text-decoration:underline;
}




.icon-heart:before {
	content: "\e009";
}
.icon-heart:after,
.icon-heart-2:before {
	content: "\e00a";
}

.icon-cart:before {
	content: "\e007";
}

.icon-cart-2:before {
	content: "\e008";
}




.icon { font-family: 'icomoon'; font-size: inherit; font-weight: normal; font-style: normal; line-height: inherit; position: relative; display: inline-block; transform: translate(0, 0); vertical-align: middle; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
.icon::before { display: inline-block; width: 100%; }




/* Common button styles */
.buttonx {
    width:50%;


	padding: 1em 2em;
	border: none;
	background: none;
	color: inherit;
	vertical-align: middle;
	position: absolute;
    
	z-index: 1;
	-webkit-backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	 display: inline-block;
	 right:0;
	 bottom:0;
      cursor: pointer;


}
.buttonx:focus {
	outline: none;
}
.buttonx > span {
	vertical-align: middle;
}







/* Shikoba */
.buttonx.button--shikoba {
	padding: 13px 30px 13px 50px;
	overflow: hidden;
	background: #FAAB49;
	color: white;
	border-color: #37474f;
	-webkit-transition: background-color 0.3s, border-color 0.3s, color 0.3s;
	transition: background-color 0.3s, border-color 0.3s, color 0.3s;
}
.button--shikoba.button--inverted {
	color: #fff;
	background: #7986cb;
}
.button--shikoba > span {
	display: inline-block;
	-webkit-transform: translate3d(-10px, 0, 0);
	transform: translate3d(-10px, 0, 0);
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	-webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
	transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.button--shikoba .button__icon {
	position: absolute;
	left: 20px;
	font-size: 18px;
	-webkit-transform: translate3d(-40px, 2.5em, 0);
	transform: translate3d(-40px, 2.5em, 0);
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	-webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
	transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.button--shikoba:hover .button__icon,
.button--shikoba:hover > span {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.button--shikoba:hover {
	background: #99D841;
	border-color: #3f51b5;
	color: #fff;
}



.button--round-s {
	border-radius: 5px;
}


.button--border-thin {
	border: 1px solid;
}














.buttonr {
  display: inline-block;
  font-family:arial;
  background-color: #F36F21;
  width: 180px;
  height: 60px;
  line-height: 60px;
position:relative;
  color: #fff;
margin:0;
bottom:10px;
float:right;
  cursor: pointer;
  overflow: hidden;
  border-radius: 5px;


  -webkit-transition: all 0.25s cubic-bezier(0.31, -0.105, 0.43, 1.4);
  transition: all 0.25s cubic-bezier(0.31, -0.105, 0.43, 1.4);
}
.buttonr span,
.buttonr .icon {
  display: block;
  height: 100%;
  text-align: center;
  position: absolute;
  top: 0;
}
.buttonr span {
  width: 72%;
  line-height: inherit;
  font-size: 18px;
  text-transform: uppercase;
  left: 0;
  -webkit-transition: all 0.25s cubic-bezier(0.31, -0.105, 0.43, 1.4);
  transition: all 0.25s cubic-bezier(0.31, -0.105, 0.43, 1.4);
}
.buttonr span:after {
  content: '';
  background-color: #fff;
  width: 2px;
  height: 70%;
  position: absolute;
  top: 15%;
  right: -1px;
}
.buttonr .icon {
  width: 28%;  
  font-size: 20px;
  right: 0px;
  margin-top:0px;
  margin-right:10px;
  -webkit-transition: all 0.25s cubic-bezier(0.31, -0.105, 0.43, 1.4);
  transition: all 0.25s cubic-bezier(0.31, -0.105, 0.43, 1.4);
}
.buttonr .icon .fa {
  font-size: 30px;
  vertical-align: middle;
  -webkit-transition: all 0.25s cubic-bezier(0.31, -0.105, 0.43, 1.4), height 0.25s ease;
  transition: all 0.25s cubic-bezier(0.31, -0.105, 0.43, 1.4), height 0.25s ease;
}
.buttonr .icon .fa-remove {
  height: 36px;
}
.buttonr .icon .fa-check {
  display: none;
}
.buttonr:hover span {
  left: -72%;
  opacity: 0;
}
 .buttonr:hover .icon {
  width: 100%;margin-right:-0px;
}
 .buttonr:hover .icon .fa {
  font-size: 45px;
}
.buttonr:hover {
  opacity: .9;
}
.buttonr:hover .icon .fa-remove {
  height: 46px;  
}
.buttonr:active {
  opacity: 1;
}



.buttonr2{
    margin-top:20px;
    width: 210px;
    height: 50px;
    line-height: 50px;
    background-color:#FAAB49;
}
.buttonr2 .icon {
  width: 28%;  
  font-size: 20px;
  right: 0px;
  margin-top:-7px;
  margin-right:10px;
  -webkit-transition: all 0.25s cubic-bezier(0.31, -0.105, 0.43, 1.4);
  transition: all 0.25s cubic-bezier(0.31, -0.105, 0.43, 1.4);
}

.zakaz-warp{
    display:none;
    position:fixed;
    background-color:rgba(0,0,0,0.93);
    top:0;
    left:0;
    z-index:99999999;
    width:100%;
    height:100%;
}
.zakaz-warp-load{

	height:100%;
	display: flex;
  	justify-content: center;
  	flex-direction: column;
}
.zak-load{
    width:100%;
	display: flex;
  	justify-content: center;
  	flex-direction: row;    
}

.pacman>div:first-of-type, .pacman>div:nth-child(2) {
    width: 0;
    height: 0;
    border-right: 25px solid transparent;
    border-top: 25px solid #F36F21;
    border-left: 25px solid #F36F21;
    border-bottom: 25px solid #F36F21;
    border-radius: 25px;
    position: relative;
    left: -30px;
}
@-webkit-keyframes rotate_pacman_half_up {
    0%, 100% {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
}
50% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}
}@keyframes rotate_pacman_half_up {
    0%, 100% {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
}
50% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}
}@-webkit-keyframes rotate_pacman_half_down {
    0%, 100% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
50% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
}
}@keyframes rotate_pacman_half_down {
    0%, 100% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
50% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
}
}@-webkit-keyframes pacman-balls {
    75% {
    opacity: .7;
}
100% {
    -webkit-transform: translate(-100px, -6.25px);
    transform: translate(-100px, -6.25px);
}
}@keyframes pacman-balls {
    75% {
    opacity: .7;
}
100% {
    -webkit-transform: translate(-100px, -6.25px);
    transform: translate(-100px, -6.25px);
}
}.pacman {
    position: relative;
}
.pacman>div:nth-child(3) {
    -webkit-animation: pacman-balls 1s -.66s infinite linear;
    animation: pacman-balls 1s -.66s infinite linear;
}
.pacman>div:nth-child(4) {
    -webkit-animation: pacman-balls 1s -.33s infinite linear;
    animation: pacman-balls 1s -.33s infinite linear;
}
.pacman>div:nth-child(5) {
    -webkit-animation: pacman-balls 1s 0s infinite linear;
    animation: pacman-balls 1s 0s infinite linear;
}
.pacman>div:first-of-type {
    -webkit-animation: rotate_pacman_half_up .5s 0s infinite;
    animation: rotate_pacman_half_up .5s 0s infinite;
}
.pacman>div:nth-child(2) {
    -webkit-animation: rotate_pacman_half_down .5s 0s infinite;
    animation: rotate_pacman_half_down .5s 0s infinite;
    margin-top: -50px;
}
.pacman>div:nth-child(3), .pacman>div:nth-child(4), .pacman>div:nth-child(5), .pacman>div:nth-child(6) {
    background-color: #F36F21;
    border-radius: 100%;
    margin: 2px;
    width: 10px;
    height: 10px;
    position: absolute;
    -webkit-transform: translate(0, -6.25px);
    transform: translate(0, -6.25px);
    top: 25px;
    left: 70px;
}
.social-icon-o{
    width:100%;
}
.social-icon-o a{
    float:left;
    width:130px;
    padding:5px;
}
.social-icon-o a img{
    width:100%;
}
.mg-0{
    margin-top:10px;
}


.action-page .action-block-new {
  width: 100%;

  padding-left:20px;
  float: left;
  border-bottom:1px solid rgba(255,255,255,0.1);
  padding-bottom:25px;
}
.action-page .action-block-new .action-img {
  width: 100%;
}
.action-page .action-block-new h2 {
  font-family: PTSans-Bold;
  font-weight: normal;
  font-size: 24px;

  margin-bottom:10px;
}
.action-page .action-block-new p {
  margin: 0;
}
.pizza_sec_title{
    margin-bottom:0px;
}
.pizza_name_main{
    margin:0;
    font-size:16px;
    padding:0;
    color:grey;
}






.img-prod,.product-info{
    position: relative;
    width:45%;
    display:inline-block;
    vertical-align: top;
}
.img-prod img{
    width:100%;
}
.product-info{
    padding-left:20px;

    height: 100%;
}


.product-info p.price{
  color:#FAAB49;
  font-size: 25px;
}


.prod-block-bayx{
  position: absolute;
  bottom: 0;
  right:-170px;
  display: block;

}

.button-buy-page{
  position:relative;
  width: 150px;
}


.prod-block a{
    color:white;
}
.hidden{
    display:none!important;
}

.button-back {
    display: block;
    position: absolute;
    left: 191px;
    top: 0px;
    color: #fff;
    text-decoration: none;
    border: 1px solid #fff;
    width: 100px;
    text-align: center;
    height: 43px;
    line-height: 43px;
    font-weight: 700;
    transition: 0.3s;
}
.button-back:hover {
    background-color: #fff;
    color: #000;
}

/*product-page*/
.product-img {
  max-width: 100%;
  height: auto;
}
.nopadding-left {
  padding-left: 0;
}
.nopadding-right {
  padding-right: 0;
}
.product-title {
  margin-top: 0;
}
/*end product-page*/

/*pizza page*/
.pizza-buttons-wrap {
  margin-top: 226px;
}
.button-back-pizza {
  position: relative;
  left: 25px;
  top: 2px;
  display: inline-block;
}
/*end pizza page*/

/*category-page*/
.category-page .prod-block-bay {
  position: absolute;
  bottom: 0;
  width: 100%;    
}
.category-page .prod-block-form {
  position: relative;
  width: 100%;
}
.category-page .prod-block {
  height: 550px;
  max-height: 500px;
  margin-bottom: 35px;
}
.category-page .prod-block:hover{
  box-shadow: 0px 0px 10px 1px #030303;
  transition-duration:.6s;
}
.category-page .h3.pizza_sec_title {
  display: block;
  margin-top: 16px;
}
/*end category-page*/