@import url(../css/libs/slick.css);
@import url(../css/libs/fancybox/jquery.fancybox.css);

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, strike, strong, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent
}

table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: top
}

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

blockquote, q {
  quotes: none
}

input:focus, textarea:focus, a:focus, button:focus, select:focus {
  outline: 0
}

ins {
  text-decoration: none
}

del, s, strike {
  text-decoration: line-through
}

html {
  height: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%
}

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

body {
  width: 100%;
  height: 100%
}

.clear {
  clear: both
}

.clearfix:after, .container:after, .container-fluid:after, .row:after {
  content: '';
  clear: both;
  display: table;
  width: 100%
}

.webkitFlickerFix {
  -webkit-backface-visibility: hidden
}

.pa {
  position: absolute
}

.pr {
  position: relative
}

.fl {
  float: left
}

.fr {
  float: right
}

a, a *, a:before, a:after {
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease
}

body, input, button, select, textarea {
  font-family: OpenSans-Regular, Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 14px;
  color: #1c1c1b
}

body {
  line-height: 1
}

a {
  color: #1e90ff;
  outline: none;
  text-decoration: underline
}

a:hover {
  text-decoration: none
}

img {
  border: none;
  vertical-align: top;
  max-width: 100%;
  height: auto
}

h1, h2, h3, h4, h4, h5, h6 {
  font-weight: 400
}

ul.unstyled, ol.unstyled {
  list-style: none
}

.text-left {
  text-align: left
}

.text-center {
  text-align: center
}

.text-right {
  text-align: right
}

.text-justify {
  text-align: justify
}

pre, code {
  font-family: monospace
}

.button {
  display: inline-block;
  margin: 0;
  padding: 0;
  border: none;
  position: relative;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 3px 12px 0 rgba(55, 4, 4, 0.5);
  box-shadow: 0 3px 12px 0 rgba(55, 4, 4, 0.5);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #f52b2b;
  color: #fff;
  text-decoration: none
}

.button:hover {
  background-color: #e20b0b
}

.button.buy {
  padding: 15px 0 13px;
  width: 100%;
  text-align: center;
  font-size: 21px
}

.button.buy:before {
  content: '';
  display: inline-block;
  background-image: url(../images/spritesheet.png);
  background-position: -367px -207px;
  width: 22px;
  height: 16px;
  margin-right: 9px
}

.button input {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  position: absolute
}

input {
  vertical-align: middle
}

input[type=text], input[type=password], input[type=email], input[type=search], input[type=tel], input[type=url], textarea, input[type=date], input[type=datetime], input[type=datetime-local], input[type=month], input[type=time], input[type=week], input[type=number], input[type=range], input[type=color] {
  display: block;
  margin: 0;
  width: 100%;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  border: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 11px 10px 9px
}

.property {
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  text-indent: 0
}

.property:focus {
  text-indent: 500px
}

.placeholder-properties::-webkit-input-placeholder {
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  text-indent: 0
}

.placeholder-properties::-webkit-input-placeholder:focus {
  text-indent: 500px
}

.placeholder-properties::-moz-placeholder {
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  text-indent: 0
}

.placeholder-properties::-moz-placeholder:focus {
  text-indent: 500px
}

.placeholder-properties:-moz-placeholder {
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  text-indent: 0
}

.placeholder-properties:-moz-placeholder:focus {
  text-indent: 500px
}

.placeholder-properties:-ms-input-placeholder {
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  text-indent: 0
}

.placeholder-properties:-ms-input-placeholder:focus {
  text-indent: 500px
}

input[type=text]::-webkit-input-placeholder, input[type=password]::-webkit-input-placeholder, input[type=email]::-webkit-input-placeholder, input[type=search]::-webkit-input-placeholder, input[type=tel]::-webkit-input-placeholder, input[type=url]::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #a1a1a1
}

input[type=text]::-moz-placeholder, input[type=password]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=search]::-moz-placeholder, input[type=tel]::-moz-placeholder, input[type=url]::-moz-placeholder, textarea::-moz-placeholder {
  color: #a1a1a1
}

input[type=text]:-moz-placeholder, input[type=password]:-moz-placeholder, input[type=email]:-moz-placeholder, input[type=search]:-moz-placeholder, input[type=tel]:-moz-placeholder, input[type=url]:-moz-placeholder, textarea:-moz-placeholder {
  color: #a1a1a1
}

input[type=text]:-ms-input-placeholder, input[type=password]:-ms-input-placeholder, input[type=email]:-ms-input-placeholder, input[type=search]:-ms-input-placeholder, input[type=tel]:-ms-input-placeholder, input[type=url]:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #a1a1a1
}

input[type=text]::-webkit-input-placeholder, input[type=password]::-webkit-input-placeholder, input[type=email]::-webkit-input-placeholder, input[type=search]::-webkit-input-placeholder, input[type=tel]::-webkit-input-placeholder, input[type=url]::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  text-indent: 0
}

input[type=text]::-webkit-input-placeholder:focus, input[type=password]::-webkit-input-placeholder:focus, input[type=email]::-webkit-input-placeholder:focus, input[type=search]::-webkit-input-placeholder:focus, input[type=tel]::-webkit-input-placeholder:focus, input[type=url]::-webkit-input-placeholder:focus, textarea::-webkit-input-placeholder:focus {
  text-indent: 500px
}

input[type=text]::-moz-placeholder, input[type=password]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=search]::-moz-placeholder, input[type=tel]::-moz-placeholder, input[type=url]::-moz-placeholder, textarea::-moz-placeholder {
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  text-indent: 0
}

input[type=text]::-moz-placeholder:focus, input[type=password]::-moz-placeholder:focus, input[type=email]::-moz-placeholder:focus, input[type=search]::-moz-placeholder:focus, input[type=tel]::-moz-placeholder:focus, input[type=url]::-moz-placeholder:focus, textarea::-moz-placeholder:focus {
  text-indent: 500px
}

input[type=text]:-moz-placeholder, input[type=password]:-moz-placeholder, input[type=email]:-moz-placeholder, input[type=search]:-moz-placeholder, input[type=tel]:-moz-placeholder, input[type=url]:-moz-placeholder, textarea:-moz-placeholder {
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  text-indent: 0
}

input[type=text]:-moz-placeholder:focus, input[type=password]:-moz-placeholder:focus, input[type=email]:-moz-placeholder:focus, input[type=search]:-moz-placeholder:focus, input[type=tel]:-moz-placeholder:focus, input[type=url]:-moz-placeholder:focus, textarea:-moz-placeholder:focus {
  text-indent: 500px
}

input[type=text]:-ms-input-placeholder, input[type=password]:-ms-input-placeholder, input[type=email]:-ms-input-placeholder, input[type=search]:-ms-input-placeholder, input[type=tel]:-ms-input-placeholder, input[type=url]:-ms-input-placeholder, textarea:-ms-input-placeholder {
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  text-indent: 0
}

input[type=text]:-ms-input-placeholder:focus, input[type=password]:-ms-input-placeholder:focus, input[type=email]:-ms-input-placeholder:focus, input[type=search]:-ms-input-placeholder:focus, input[type=tel]:-ms-input-placeholder:focus, input[type=url]:-ms-input-placeholder:focus, textarea:-ms-input-placeholder:focus {
  text-indent: 500px
}

input[type=button], input[type=reset], input[type=submit], button {
  -webkit-appearance: button;
  cursor: pointer
}

input[type=button]::-moz-focus-inner, input[type=reset]::-moz-focus-inner, input[type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border: 0;
  padding: 0
}

.jq-selectbox {
  display: block;
  width: 100%
}

.jq-selectbox.dropup .jq-selectbox__dropdown {
  bottom: 100% !important;
  top: auto !important;
  padding-top: 0;
  padding-bottom: 30px;
  margin-top: 0;
  margin-bottom: -30px
}

.jq-selectbox__select {
  z-index: 4;
  height: 34px;
  line-height: 34px;
  padding: 0 30px 0 12px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: #fff;
  font-size: 19px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px
}

.jq-selectbox__trigger {
  width: 20px;
  position: absolute;
  right: 5px;
  top: 0;
  height: 100%
}

.jq-selectbox__trigger:before {
  content: '';
  display: block;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  background-image: url(../images/spritesheet.png);
  background-position: -348px -221px;
  width: 10px;
  height: 6px
}

.jq-selectbox__dropdown {
  width: 100%;
  background: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 30px;
  margin-top: -30px;
  font-size: 18px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  z-index: 2;
  overflow: hidden
}

.jq-selectbox__dropdown li {
  padding: 10px 14px;
  cursor: pointer
}

.jq-selectbox__dropdown li:hover {
  background: #fbfbfb
}

.jq-selectbox__dropdown li.sel {
  background: #f2f2f2
}

.page__wrapper {
  max-width: none;
  min-width: 320px;
  margin: 0 auto;
  min-height: 100%;
  height: auto !important;
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden
}

.container {
  position: relative
}

.wrapper {
  position: relative
}

.workarea {
  min-height: 100%;
  height: 100%
}

.footer {
  max-width: none;
  min-width: 320px;
  overflow: hidden;
  margin: 0 auto
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

@media (min-width: 768px) {
  .container {
    width: 740px
  }
}

@media (min-width: 992px) {
  .container {
    width: 980px
  }
}

@media (min-width: 1280px) {
  .container {
    width: 1080px
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

.row {
  margin-left: -10px;
  margin-right: -10px
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left
}

.col-xs-12 {
  width: 100%
}

.col-xs-11 {
  width: 91.66666667%
}

.col-xs-10 {
  width: 83.33333333%
}

.col-xs-9 {
  width: 75%
}

.col-xs-8 {
  width: 66.66666667%
}

.col-xs-7 {
  width: 58.33333333%
}

.col-xs-6 {
  width: 50%
}

.col-xs-5 {
  width: 41.66666667%
}

.col-xs-4 {
  width: 33.33333333%
}

.col-xs-3 {
  width: 25%
}

.col-xs-2 {
  width: 16.66666667%
}

.col-xs-1 {
  width: 8.33333333%
}

.col-xs-pull-12 {
  right: 100%
}

.col-xs-pull-11 {
  right: 91.66666667%
}

.col-xs-pull-10 {
  right: 83.33333333%
}

.col-xs-pull-9 {
  right: 75%
}

.col-xs-pull-8 {
  right: 66.66666667%
}

.col-xs-pull-7 {
  right: 58.33333333%
}

.col-xs-pull-6 {
  right: 50%
}

.col-xs-pull-5 {
  right: 41.66666667%
}

.col-xs-pull-4 {
  right: 33.33333333%
}

.col-xs-pull-3 {
  right: 25%
}

.col-xs-pull-2 {
  right: 16.66666667%
}

.col-xs-pull-1 {
  right: 8.33333333%
}

.col-xs-pull-0 {
  right: 0
}

.col-xs-push-12 {
  left: 100%
}

.col-xs-push-11 {
  left: 91.66666667%
}

.col-xs-push-10 {
  left: 83.33333333%
}

.col-xs-push-9 {
  left: 75%
}

.col-xs-push-8 {
  left: 66.66666667%
}

.col-xs-push-7 {
  left: 58.33333333%
}

.col-xs-push-6 {
  left: 50%
}

.col-xs-push-5 {
  left: 41.66666667%
}

.col-xs-push-4 {
  left: 33.33333333%
}

.col-xs-push-3 {
  left: 25%
}

.col-xs-push-2 {
  left: 16.66666667%
}

.col-xs-push-1 {
  left: 8.33333333%
}

.col-xs-push-0 {
  left: 0
}

.col-xs-offset-12 {
  margin-left: 100%
}

.col-xs-offset-11 {
  margin-left: 91.66666667%
}

.col-xs-offset-10 {
  margin-left: 83.33333333%
}

.col-xs-offset-9 {
  margin-left: 75%
}

.col-xs-offset-8 {
  margin-left: 66.66666667%
}

.col-xs-offset-7 {
  margin-left: 58.33333333%
}

.col-xs-offset-6 {
  margin-left: 50%
}

.col-xs-offset-5 {
  margin-left: 41.66666667%
}

.col-xs-offset-4 {
  margin-left: 33.33333333%
}

.col-xs-offset-3 {
  margin-left: 25%
}

.col-xs-offset-2 {
  margin-left: 16.66666667%
}

.col-xs-offset-1 {
  margin-left: 8.33333333%
}

.col-xs-offset-0 {
  margin-left: 0
}

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left
  }

  .col-sm-12 {
    width: 100%
  }

  .col-sm-11 {
    width: 91.66666667%
  }

  .col-sm-10 {
    width: 83.33333333%
  }

  .col-sm-9 {
    width: 75%
  }

  .col-sm-8 {
    width: 66.66666667%
  }

  .col-sm-7 {
    width: 58.33333333%
  }

  .col-sm-6 {
    width: 50%
  }

  .col-sm-5 {
    width: 41.66666667%
  }

  .col-sm-4 {
    width: 33.33333333%
  }

  .col-sm-3 {
    width: 25%
  }

  .col-sm-2 {
    width: 16.66666667%
  }

  .col-sm-1 {
    width: 8.33333333%
  }

  .col-sm-pull-12 {
    right: 100%
  }

  .col-sm-pull-11 {
    right: 91.66666667%
  }

  .col-sm-pull-10 {
    right: 83.33333333%
  }

  .col-sm-pull-9 {
    right: 75%
  }

  .col-sm-pull-8 {
    right: 66.66666667%
  }

  .col-sm-pull-7 {
    right: 58.33333333%
  }

  .col-sm-pull-6 {
    right: 50%
  }

  .col-sm-pull-5 {
    right: 41.66666667%
  }

  .col-sm-pull-4 {
    right: 33.33333333%
  }

  .col-sm-pull-3 {
    right: 25%
  }

  .col-sm-pull-2 {
    right: 16.66666667%
  }

  .col-sm-pull-1 {
    right: 8.33333333%
  }

  .col-sm-pull-0 {
    right: 0
  }

  .col-sm-push-12 {
    left: 100%
  }

  .col-sm-push-11 {
    left: 91.66666667%
  }

  .col-sm-push-10 {
    left: 83.33333333%
  }

  .col-sm-push-9 {
    left: 75%
  }

  .col-sm-push-8 {
    left: 66.66666667%
  }

  .col-sm-push-7 {
    left: 58.33333333%
  }

  .col-sm-push-6 {
    left: 50%
  }

  .col-sm-push-5 {
    left: 41.66666667%
  }

  .col-sm-push-4 {
    left: 33.33333333%
  }

  .col-sm-push-3 {
    left: 25%
  }

  .col-sm-push-2 {
    left: 16.66666667%
  }

  .col-sm-push-1 {
    left: 8.33333333%
  }

  .col-sm-push-0 {
    left: 0
  }

  .col-sm-offset-12 {
    margin-left: 100%
  }

  .col-sm-offset-11 {
    margin-left: 91.66666667%
  }

  .col-sm-offset-10 {
    margin-left: 83.33333333%
  }

  .col-sm-offset-9 {
    margin-left: 75%
  }

  .col-sm-offset-8 {
    margin-left: 66.66666667%
  }

  .col-sm-offset-7 {
    margin-left: 58.33333333%
  }

  .col-sm-offset-6 {
    margin-left: 50%
  }

  .col-sm-offset-5 {
    margin-left: 41.66666667%
  }

  .col-sm-offset-4 {
    margin-left: 33.33333333%
  }

  .col-sm-offset-3 {
    margin-left: 25%
  }

  .col-sm-offset-2 {
    margin-left: 16.66666667%
  }

  .col-sm-offset-1 {
    margin-left: 8.33333333%
  }

  .col-sm-offset-0 {
    margin-left: 0
  }
}

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left
  }

  .col-md-12 {
    width: 100%
  }

  .col-md-11 {
    width: 91.66666667%
  }

  .col-md-10 {
    width: 83.33333333%
  }

  .col-md-9 {
    width: 75%
  }

  .col-md-8 {
    width: 66.66666667%
  }

  .col-md-7 {
    width: 58.33333333%
  }

  .col-md-6 {
    width: 50%
  }

  .col-md-5 {
    width: 41.66666667%
  }

  .col-md-4 {
    width: 33.33333333%
  }

  .col-md-3 {
    width: 25%
  }

  .col-md-2 {
    width: 16.66666667%
  }

  .col-md-1 {
    width: 8.33333333%
  }

  .col-md-pull-12 {
    right: 100%
  }

  .col-md-pull-11 {
    right: 91.66666667%
  }

  .col-md-pull-10 {
    right: 83.33333333%
  }

  .col-md-pull-9 {
    right: 75%
  }

  .col-md-pull-8 {
    right: 66.66666667%
  }

  .col-md-pull-7 {
    right: 58.33333333%
  }

  .col-md-pull-6 {
    right: 50%
  }

  .col-md-pull-5 {
    right: 41.66666667%
  }

  .col-md-pull-4 {
    right: 33.33333333%
  }

  .col-md-pull-3 {
    right: 25%
  }

  .col-md-pull-2 {
    right: 16.66666667%
  }

  .col-md-pull-1 {
    right: 8.33333333%
  }

  .col-md-pull-0 {
    right: 0
  }

  .col-md-push-12 {
    left: 100%
  }

  .col-md-push-11 {
    left: 91.66666667%
  }

  .col-md-push-10 {
    left: 83.33333333%
  }

  .col-md-push-9 {
    left: 75%
  }

  .col-md-push-8 {
    left: 66.66666667%
  }

  .col-md-push-7 {
    left: 58.33333333%
  }

  .col-md-push-6 {
    left: 50%
  }

  .col-md-push-5 {
    left: 41.66666667%
  }

  .col-md-push-4 {
    left: 33.33333333%
  }

  .col-md-push-3 {
    left: 25%
  }

  .col-md-push-2 {
    left: 16.66666667%
  }

  .col-md-push-1 {
    left: 8.33333333%
  }

  .col-md-push-0 {
    left: 0
  }

  .col-md-offset-12 {
    margin-left: 100%
  }

  .col-md-offset-11 {
    margin-left: 91.66666667%
  }

  .col-md-offset-10 {
    margin-left: 83.33333333%
  }

  .col-md-offset-9 {
    margin-left: 75%
  }

  .col-md-offset-8 {
    margin-left: 66.66666667%
  }

  .col-md-offset-7 {
    margin-left: 58.33333333%
  }

  .col-md-offset-6 {
    margin-left: 50%
  }

  .col-md-offset-5 {
    margin-left: 41.66666667%
  }

  .col-md-offset-4 {
    margin-left: 33.33333333%
  }

  .col-md-offset-3 {
    margin-left: 25%
  }

  .col-md-offset-2 {
    margin-left: 16.66666667%
  }

  .col-md-offset-1 {
    margin-left: 8.33333333%
  }

  .col-md-offset-0 {
    margin-left: 0
  }
}

@media (min-width: 1280px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left
  }

  .col-lg-12 {
    width: 100%
  }

  .col-lg-11 {
    width: 91.66666667%
  }

  .col-lg-10 {
    width: 83.33333333%
  }

  .col-lg-9 {
    width: 75%
  }

  .col-lg-8 {
    width: 66.66666667%
  }

  .col-lg-7 {
    width: 58.33333333%
  }

  .col-lg-6 {
    width: 50%
  }

  .col-lg-5 {
    width: 41.66666667%
  }

  .col-lg-4 {
    width: 33.33333333%
  }

  .col-lg-3 {
    width: 25%
  }

  .col-lg-2 {
    width: 16.66666667%
  }

  .col-lg-1 {
    width: 8.33333333%
  }

  .col-lg-pull-12 {
    right: 100%
  }

  .col-lg-pull-11 {
    right: 91.66666667%
  }

  .col-lg-pull-10 {
    right: 83.33333333%
  }

  .col-lg-pull-9 {
    right: 75%
  }

  .col-lg-pull-8 {
    right: 66.66666667%
  }

  .col-lg-pull-7 {
    right: 58.33333333%
  }

  .col-lg-pull-6 {
    right: 50%
  }

  .col-lg-pull-5 {
    right: 41.66666667%
  }

  .col-lg-pull-4 {
    right: 33.33333333%
  }

  .col-lg-pull-3 {
    right: 25%
  }

  .col-lg-pull-2 {
    right: 16.66666667%
  }

  .col-lg-pull-1 {
    right: 8.33333333%
  }

  .col-lg-pull-0 {
    right: 0
  }

  .col-lg-push-12 {
    left: 100%
  }

  .col-lg-push-11 {
    left: 91.66666667%
  }

  .col-lg-push-10 {
    left: 83.33333333%
  }

  .col-lg-push-9 {
    left: 75%
  }

  .col-lg-push-8 {
    left: 66.66666667%
  }

  .col-lg-push-7 {
    left: 58.33333333%
  }

  .col-lg-push-6 {
    left: 50%
  }

  .col-lg-push-5 {
    left: 41.66666667%
  }

  .col-lg-push-4 {
    left: 33.33333333%
  }

  .col-lg-push-3 {
    left: 25%
  }

  .col-lg-push-2 {
    left: 16.66666667%
  }

  .col-lg-push-1 {
    left: 8.33333333%
  }

  .col-lg-push-0 {
    left: 0
  }

  .col-lg-offset-12 {
    margin-left: 100%
  }

  .col-lg-offset-11 {
    margin-left: 91.66666667%
  }

  .col-lg-offset-10 {
    margin-left: 83.33333333%
  }

  .col-lg-offset-9 {
    margin-left: 75%
  }

  .col-lg-offset-8 {
    margin-left: 66.66666667%
  }

  .col-lg-offset-7 {
    margin-left: 58.33333333%
  }

  .col-lg-offset-6 {
    margin-left: 50%
  }

  .col-lg-offset-5 {
    margin-left: 41.66666667%
  }

  .col-lg-offset-4 {
    margin-left: 33.33333333%
  }

  .col-lg-offset-3 {
    margin-left: 25%
  }

  .col-lg-offset-2 {
    margin-left: 16.66666667%
  }

  .col-lg-offset-1 {
    margin-left: 8.33333333%
  }

  .col-lg-offset-0 {
    margin-left: 0
  }
}

@-ms-viewport {
  width: device-width
}

.visible-xs, .visible-sm, .visible-md, .visible-lg {
  display: none !important
}

.visible-xs-block, .visible-xs-inline, .visible-xs-inline-block, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-lg-block, .visible-lg-inline, .visible-lg-inline-block {
  display: none !important
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important
  }

  table.visible-xs {
    display: table !important
  }

  tr.visible-xs {
    display: table-row !important
  }

  th.visible-xs, td.visible-xs {
    display: table-cell !important
  }
}

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important
  }
}

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important
  }
}

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important
  }

  table.visible-sm {
    display: table !important
  }

  tr.visible-sm {
    display: table-row !important
  }

  th.visible-sm, td.visible-sm {
    display: table-cell !important
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important
  }
}

@media (min-width: 992px) and (max-width: 1279px) {
  .visible-md {
    display: block !important
  }

  table.visible-md {
    display: table !important
  }

  tr.visible-md {
    display: table-row !important
  }

  th.visible-md, td.visible-md {
    display: table-cell !important
  }
}

@media (min-width: 992px) and (max-width: 1279px) {
  .visible-md-block {
    display: block !important
  }
}

@media (min-width: 992px) and (max-width: 1279px) {
  .visible-md-inline {
    display: inline !important
  }
}

@media (min-width: 992px) and (max-width: 1279px) {
  .visible-md-inline-block {
    display: inline-block !important
  }
}

@media (min-width: 1280px) {
  .visible-lg {
    display: block !important
  }

  table.visible-lg {
    display: table !important
  }

  tr.visible-lg {
    display: table-row !important
  }

  th.visible-lg, td.visible-lg {
    display: table-cell !important
  }
}

@media (min-width: 1280px) {
  .visible-lg-block {
    display: block !important
  }
}

@media (min-width: 1280px) {
  .visible-lg-inline {
    display: inline !important
  }
}

@media (min-width: 1280px) {
  .visible-lg-inline-block {
    display: inline-block !important
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important
  }
}

@media (min-width: 992px) and (max-width: 1279px) {
  .hidden-md {
    display: none !important
  }
}

@media (min-width: 1280px) {
  .hidden-lg {
    display: none !important
  }
}

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

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

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

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

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

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

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

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

.cursive {
  font-family: BadScript-Regular, cursive
}

.serif {
  font-family: PlayfairDisplay-Regular, serif
}

.bold {
  font-weight: 400;
  font-family: OpenSans-Bold, sans-serif
}

.semibold {
  font-weight: 400;
  font-family: OpenSans-Semibold, sans-serif
}

.italic {
  font-family: OpenSans-SemiboldItalic, sans-serif
}

.light-italic {
  font-family: OpenSansLight-Italic, sans-serif
}

.header{
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  background: #fff;
}
.header .logo-wrap{
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.header .logo-wrap img{
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.header.fixed{
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  z-index: 999;
  border-bottom: 1px solid #c1c1c1;
}
.header.fixed .nav{
  margin-top: 17px;
}
.header.fixed .logo-wrap{
  width: 85px;
}
.header.fixed .top{
  display: none;
}
.header.fixed .nav-trigger{
  margin-top: 5px;
}
.header .top {
  background: #558d53
}





.header .top .container {
  padding-top: 12px;
  padding-bottom: 8px
}

.header .city-wrap {
  position: relative;
  color: #fff;
  padding-left: 15px;
  z-index: 5
}

.header .city-wrap:before {
  content: '';
  left: 0;
  bottom: 2px;
  background-image: url(../images/spritesheet.png);
  background-position: -235px -121px;
  width: 9px;
  height: 13px;
  position: absolute
}

/*
.header .city-wrap:after {
  content: '';
  position: absolute;
  z-index: -10;
  left: -10px;
  right: -10px;
  top: -5px;
  bottom: 0;
  background: #f52b2b;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -ms-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 100% 100%;
  -moz-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  -o-transform-origin: 100% 100%;
  transform-origin: 100% 100%
}

.header .city-wrap.active:after {
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1)
}
*/

.header .city-wrap.active .change-number:after {
  -webkit-transform: rotate(180deg) translateY(4px);
  -moz-transform: rotate(180deg) translateY(4px);
  -ms-transform: rotate(180deg) translateY(4px);
  -o-transform: rotate(180deg) translateY(4px);
  transform: rotate(180deg) translateY(4px)
}

.header .city-wrap .change-number {
  font-weight: 400;
  font-family: OpenSans-Semibold, sans-serif;
  color: #fff;
  text-decoration: none;
  position: relative;
  z-index: 20
}

/*.header .city-wrap .change-number:after {
  content: '';
  position: absolute;
  border: 4px solid transparent;
  border-top-color: #fff;
  right: -12px;
  top: 9px
}*/

.header .city-wrap .city-list {
  position: absolute;
  display: none;
  top: 100%;
  margin-top: 8px;
  left: -10px;
  right: -10px;
  background: #f3f7f2;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px
}

.header .city-wrap .city-list ul {
  list-style: none
}

.header .city-wrap .city-list li {
  margin-bottom: 8px
}

.header .city-wrap .city-list li:last-child {
  margin-bottom: 0
}

.header .city-wrap .city-list a {
  color: #1c1c1b;
  text-decoration: none;
  display: block;
  padding: 10px 14px;
}
.header .city-wrap .city-list a:hover {
  background: #558d53;
  color: #fff;
}

.header .tel-wrap ul {
  list-style: none
}

.header .tel-wrap li {
  display: inline-block;
  color: #fff;
  margin-right: 50px
}

.header .tel-wrap li:last-child {
  margin-right: 0
}

.header .tel-wrap .tel {
  font-weight: 400;
  font-family: OpenSans-Bold, sans-serif;
  padding-left: 15px;
  position: relative;
  color: #fff;

}

.header .tel-wrap .tel:before {
  content: '';
  background-image: url(../images/spritesheet.png);
  background-position: -230px -291px;
  width: 14px;
  height: 14px;
  position: absolute;
  left: 0;
  bottom: 0
}

.header .tel-wrap .callback a {
  color: #fff;
  text-decoration: none;
  border-bottom: 1px dashed;
  position: relative
}

.header .tel-wrap .callback a:hover {
  border-bottom-width: 0
}

.header .tel-wrap .callback a:before {
  content: '';
  background-image: url(../images/spritesheet.png);
  background-position: -224px -191px;
  width: 15px;
  height: 15px;
  position: absolute;
  left: -20px;
  bottom: 3px
}

.header .account {
  text-align: right
}

.header .account ul {
  list-style: none
}

.header .account li {
  display: inline-block;
  margin-right: 45px
}

.header .account li:last-child {
  margin-right: 0
}

.header .account .login a {
  text-decoration: none;
  color: #294527;
  position: relative;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none
}

.header .account .login a:before {
  content: '';
  background-image: url(../images/spritesheet.png);
  background-position: -212px -291px;
  width: 14px;
  height: 14px;
  position: absolute;
  bottom: 3px;
  left: -19px;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none
}

.header .account .login a:hover {
  color: #fff
}

.header .account .login a:hover:before {
  background-image: url(../images/spritesheet.png);
  background-position: -194px -291px;
  width: 14px;
  height: 14px
}

.header .account .cart a {
  color: #fff;
  position: relative;
  text-decoration: none
}

.header .account .cart a:before {
  content: '';
  background-image: url(../images/spritesheet.png);
  background-position: -154px -291px;
  width: 16px;
  height: 14px;
  position: absolute;
  left: -30px;
  bottom: 2px
}

.header .account .cart a:hover {
  text-decoration: underline
}

.header .account .cart .count {
  position: absolute;
  width: 19px;
  height: 19px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #c32006;
  text-align: center;
  line-height: 19px;
  color: #fff;
  font-weight: 400;
  font-family: OpenSans-Semibold, sans-serif;
  left: -19px;
  top: -5px;
  font-size: 11px
}

.header .bottom .container {
  padding-top: 7px;
  padding-bottom: 6px
}
/*
.header .logo {
  display: inline-block
}

.header .logo:before {
  content: '';
  background-image: url(../images/spritesheet.png);
  background-position: 0 0;
  width: 155px;
  height: 97px;
  display: block
}*/

.header .nav {
  text-align: right;
  margin-top: 44px;
-webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.header .nav ul {
  list-style: none;
  font-size: 0
}

.header .nav li {
  display: inline-block;
  font-size: 14px;
  margin-left: 40px
}

.header .nav li:first-child {
  margin-left: 0
}

.header .nav a {
  font-size: 20px;
  color: #1c1c1b;
  text-decoration: none
}

.header .nav a:hover {
  color: #f52b2b
}

.nav-trigger {
  display: none;
  text-align: right;
  margin-top: 17px
}

.nav-trigger a {
  display: inline-block;
  position: relative;
  width: 40px;
  height: 40px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 2px solid #f52b2b
}

.nav-trigger a:before {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-image: url(../images/spritesheet.png);
  background-position: -96px -274px;
  width: 23px;
  height: 12px
}

.mob-nav-holder {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1001;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -ms-transition: .4s;
  -o-transition: .4s;
  transition: .4s
}

.mob-nav-holder.active {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0)
}

.mob-nav-holder .mob-nav-wrap {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 75%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px;
  background: #f52b2b;
  color: #fff;
  overflow-y: auto;
}

.mob-nav-holder .mob-nav-wrap a {
  color: #fff;
  text-decoration: none
}

.mob-nav-holder .callback-wrap {
  margin-bottom: 35px
}

.mob-nav-holder .callback {
  font-size: 16px
}

.mob-nav-holder .callback:before {
  content: '';
  display: inline-block;
  background-image: url(../images/spritesheet.png);
  background-position: -224px -191px;
  width: 15px;
  height: 15px;
  margin-right: 5px
}

.mob-nav-holder .mob-logo-wrap {
  text-align: left;
  margin-bottom: 20px
}

.mob-nav-holder .mob-logo {
  display: inline-block;
  background-image: url(../images/spritesheet.png);
  background-position: 0 -171px;
  width: 84px;
  height: 52px
}

.mob-nav-holder .mob-nav ul {
  list-style: none
}

.mob-nav-holder .mob-nav li {
  margin-bottom: 25px
}

.mob-nav-holder .mob-nav a {
  font-weight: 400;
  font-family: OpenSans-Semibold, sans-serif;
  font-size: 18px
}

.mob-nav-holder .nav-close {
  display: inline-block;
  width: 40px;
  height: 40px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 2px solid #fff;
  position: absolute;
  right: 20px;
  top: 20px
}

.mob-nav-holder .nav-close:before {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-image: url(../images/spritesheet.png);
  background-position: -342px -232px;
  width: 17px;
  height: 17px
}

body.nav-active {
  overflow: hidden
}

.main-section-01 {
  background: url("../images/anything.jpeg/bg-main-01.jpg") bottom center;
  -webkit-background-size: cover;
  background-size: cover;
  position: relative;
}

.main-section-01 .row {
  height: 100%
}

.main-section-01 .container {
  height: 100%
}

.main-section-01 div[class*="col-"] {
  height: 100%
}

.main-section-01 .text-wrap {
  height: 100%;
  font-size: 0;
  text-align: center
}

.main-section-01 .text-wrap:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle
}

.main-section-01 .text-wrap .inner {
  display: inline-block;
  vertical-align: middle
}

.main-section-01 .line-01 {
  font-family: PlayfairDisplay-Regular, serif;
  font-size: 45px;
  text-transform: uppercase;
  margin-bottom: 13px
}

.main-section-01 .line-02 {
  font-size: 30px;
  font-family: BadScript-Regular, cursive;
  margin-bottom: 10px
}

.main-section-01 .line-02 span {
  position: relative
}

.main-section-01 .line-02 span:before, .main-section-01 .line-02 span:after {
  content: '';
  width: 24px;
  position: absolute;
  top: 50%;
  margin-top: -1px;
  height: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background: #1c1c1b
}

.main-section-01 .line-02 span:before {
  right: 100%;
  margin-right: 10px
}

.main-section-01 .line-02 span:after {
  left: 100%;
  margin-left: 10px
}

.main-section-01 .line-03 {
  font-size: 30px;
  margin-bottom: 15px
}

.main-section-01 .line-04 {
  font-size: 30px;
  color: #fff;
  background: #1c1c1b;
  margin: 0 -33px;
  padding: 6px 23px 10px
}

.main-section-01 .line-04 span {
  display: inline-block;
  position: relative
}

.main-section-01 .line-04 span:before, .main-section-01 .line-04 span:after {
  content: '';
  position: absolute;
  width: 6px;
  height: 6px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #fff;
  top: 50%;
  margin-top: -3px
}

.main-section-01 .line-04 span:before {
  right: 100%;
  margin-right: 10px
}

.main-section-01 .line-04 span:after {
  left: 100%;
  margin-left: 10px
}

.main-section-01 .stars {
  margin-top: 17px;
  margin-bottom: 33px
}

.main-section-01 .stars ul {
  list-style: none;
  font-size: 0
}

.main-section-01 .stars li {
  display: inline-block;
  margin: 0 2px
}

.main-section-01 .stars li:before {
  content: '';
  background-image: url(../images/spritesheet.png);
  background-position: -248px -291px;
  width: 14px;
  height: 13px;
  display: block
}

.main-section-01 .button {
  font-size: 22px;
  padding: 17px 40px
}

.main-section-01 .scrollDown {
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 20px
}

.main-section-01 .scrollDown:before {
  content: '';
  display: block;
  background-image: url(../images/spritesheet.png);
  background-position: -318px -268px;
  width: 28px;
  height: 18px
}

.main-section-02 .container {
  padding-top: 120px;
  padding-bottom: 135px
}

.main-section-02 h2 {
  text-align: center;
  font-size: 30px;
  margin-bottom: 75px
}

.main-section-02 .how-item{
  padding: 0 18px;
}

.main-section-02 .img-wrap {
  text-align: center;
  font-size: 0
}

.main-section-02 .img-wrap:before {
  content: '';
  height: 100%;
  vertical-align: middle;
  display: inline-block
}

.main-section-02 .img-wrap img {
  vertical-align: middle
}

.main-section-02 .text {
  font-size: 20px;
  line-height: 33px;
  text-align: center
}

.main-section-03 {
  background: url("../images/anything.jpeg/bg-main-02.jpg") bottom center no-repeat;
  -webkit-background-size: cover;
  background-size: cover
}

.main-section-03 .container {
  padding-top: 240px;
  padding-bottom: 160px
}

.main-section-03 .text-wrap {
  text-align: center;
  color: #fff
}

.main-section-03 h2 {
  font-size: 37px;
  margin-bottom: 40px
}

.main-section-03 p {
  font-size: 20px;
  line-height: 33px;
  margin-bottom: 60px
}

.main-section-03 .button {
  font-size: 21px;
  padding: 14px 20px;
  background-color: #3c9611
}

.main-section-03 .button:hover {
  background-color: #337f0e
}

.main-section-04 .container {
  padding-top: 105px;
  padding-bottom: 100px
}

.main-section-04 .text-wrap {
  text-align: center
}

.main-section-04 h2 {
  font-size: 29px;
  margin-bottom: 62px
}

.main-section-04 h2 span {
  color: #f52b2b
}

.main-section-04 p {
  font-size: 20px;
  line-height: 33px;
  margin-bottom: 50px
}

.main-section-04 .button {
  font-size: 21px;
  position: relative;
  padding: 16px 26px
}

.main-section-04 .button span {
  position: absolute;
  font-size: 17px;
  line-height: 19px;
  text-transform: uppercase;
  text-align: center;
  width: 70px;
  z-index: 2;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 100%;
  margin-left: -8px
}

.main-section-04 .button span:before {
  content: '';
  z-index: -1;
  position: absolute;
  width: 84px;
  height: 84px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #7fc75b;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%
}

.main-section-04 .scheme-holder {
  text-align: center
}

.main-section-04 .scheme-holder .scheme-block {
  display: inline-block;
  position: relative
}

.main-section-04 .item {
  width: 140px;
  position: absolute;
  text-align: center
}

.main-section-04 .item-01 {
  left: 68px;
  top: -35px
}

.main-section-04 .item-02 {
  right: -69px;
  top: 65px
}

.main-section-04 .item-03 {
  left: 68px;
  bottom: -67px
}

.main-section-04 .item-04 {
  left: -61px;
  top: 76px
}

.main-section-04 .ico {
  margin-bottom: 9px
}

.main-section-04 .ico:before {
  content: '';
  display: inline-block
}

.main-section-04 .ico-01:before {
  background-image: url(../images/spritesheet.png);
  background-position: -318px 0;
  width: 45px;
  height: 71px
}

.main-section-04 .ico-02:before {
  background-image: url(../images/spritesheet.png);
  background-position: -159px 0;
  width: 87px;
  height: 65px
}

.main-section-04 .ico-03:before {
  background-image: url(../images/spritesheet.png);
  background-position: 0 -101px;
  width: 76px;
  height: 66px
}

.main-section-04 .ico-04:before {
  background-image: url(../images/spritesheet.png);
  background-position: -80px -101px;
  width: 83px;
  height: 53px
}

.main-section-04 .text {
  font-family: BadScript-Regular, cursive;
  font-size: 18px;
  line-height: 18px;
  padding: 0 12px
}

.main-section-05 {
  background: url("../images/anything.jpeg/bg-main-03.jpg") bottom center no-repeat;
  -webkit-background-size: cover;
  background-size: cover
}

.main-section-05 .container {
  padding-top: 235px;
  padding-bottom: 180px
}

.main-section-05 .text-wrap {
  text-align: center;
  color: #fff
}

.main-section-05 h2 {
  font-size: 37px;
  margin-bottom: 25px
}

.main-section-05 p {
  font-size: 20px;
  line-height: 33px;
  margin-bottom: 45px
}

.main-section-05 .button {
  font-size: 21px;
  padding: 15px 28px;
  background-color: #ff5617
}

.main-section-05 .button:hover {
  background-color: #fc4500
}

.main-section-06 .container {
  padding-top: 40px;
  padding-bottom: 50px
}

.main-section-06 .item {
  text-align: center
}

.main-section-06 .number {
  font-size: 70px;
  color: #5eb45d
}

.main-section-06 .number:before {
  content: '';
  display: inline-block;
  margin-right: 15px;
  font-size: 0;
  vertical-align: bottom;
  line-height: 0
}

.main-section-06 .number-01:before {
  background-image: url(../images/spritesheet.png);
  background-position: -250px -136px;
  width: 62px;
  height: 64px
}

.main-section-06 .number-02:before {
  background-image: url(../images/spritesheet.png);
  background-position: 0 -227px;
  width: 64px;
  height: 60px
}

.main-section-06 .number-03:before {
  background-image: url(../images/spritesheet.png);
  background-position: -167px -101px;
  width: 64px;
  height: 48px
}

.main-section-06 .text {
  font-size: 20px;
  line-height: 33px
}

.main-section-07 {
  background: url("../images/anything.jpeg/bg-main-04.jpg") bottom center no-repeat;
  -webkit-background-size: cover;
  background-size: cover
}

.main-section-07 .container {
  padding-top: 240px;
  padding-bottom: 160px
}

.main-section-07 .text-wrap {
  text-align: center;
  color: #fff
}

.main-section-07 h2 {
  font-size: 37px;
  margin-bottom: 25px;
  text-shadow: 0 0 2px #008aba
}

.main-section-07 p {
  font-size: 20px;
  line-height: 33px;
  margin-bottom: 45px;
  text-shadow: 0 0 2px #008aba
}

.main-section-07 .button {
  padding: 15px 65px;
  font-size: 21px;
  background-color: #fcb300
}

.main-section-07 .button:hover {
  background-color: #e3a100
}

.main-section-08 .container {
  padding-top: 25px;
  padding-bottom: 40px
}

.main-section-08 .img-wrap {
  display: block;
  margin-bottom: 26px
}

.main-section-08 .img-wrap img {
  display: inline-block;
  width: 100%;
  height: auto
}

.main-section-08 .news-slider {
  margin: 0 -10px
}

.main-section-08 .slide {
  text-align: center;
  padding: 0 10px
}

.main-section-08 .slick-prev, .main-section-08 .slick-next {
  position: absolute;
  display: block;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: transparent
}

.main-section-08 .slick-prev:before, .main-section-08 .slick-next:before {
  content: '';
  display: block;
  background-image: url(../images/spritesheet.png);
  background-position: -250px -68px;
  width: 64px;
  height: 64px
}

.main-section-08 .slick-prev:hover:before, .main-section-08 .slick-next:hover:before {
  background-image: url(../images/spritesheet.png);
  background-position: -250px 0;
  width: 64px;
  height: 64px
}

.main-section-08 .slick-prev {
  left: -85px
}

.main-section-08 .slick-prev:before {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg)
}

.main-section-08 .slick-next {
  right: -85px
}

.main-section-08 .slick-dots {
  position: absolute;
  text-align: center;
  bottom: -2px
}

.main-section-08 .slick-dots button {
  width: 12px;
  height: 12px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #3c9611
}

.main-section-08 .slick-dots li {
  margin: 0 4px
}

.main-section-08 .slick-dots .slick-active button {
  background: #f52b2b
}

@media (min-width: 768px) {
  .main-section-08 .slick-dots {
    display: none !important
  }
}

.main-section-08 .title {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 400;
  font-family: OpenSans-Bold, sans-serif;
  margin-bottom: 40px;
  position: relative
}

.main-section-08 .title:after {
  content: '';
  position: absolute;
  background-image: url(../images/spritesheet.png);
  background-position: -80px -158px;
  width: 29px;
  height: 7px;
  bottom: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%)
}

.main-section-08 .tags {
  margin-bottom: 40px;
  white-space: nowrap
}

.main-section-08 .tags ul {
  list-style: none;
  font-size: 0
}

.main-section-08 .tags li {
  display: inline-block;
  font-size: 12px;
  color: #8b8b8b;
  margin: 0 15px;
  position: relative
}

.main-section-08 .tags li:after {
  content: '/';
  position: absolute;
  bottom: 0;
  right: -14px
}

.main-section-08 .tags a {
  color: #8b8b8b;
  text-decoration: none
}

.main-section-08 .tags a:hover {
  text-decoration: underline
}

.main-section-08 .text {
  font-size: 13px;
  line-height: 20px;
  color: #5a5a5a;
  max-height: 80px;
  height: 80px
}

.main-section-09 {
  padding-top: 40px;
  padding-bottom: 45px;
  background: #e8e8e8
}

.main-section-09 .instagram-holder {
  margin: 0 20px
}

.main-section-09 .item {
  margin-bottom: 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 18px;
}

.main-section-09 .photo-wrap img {
  width: 100%;
  height: auto
}

.main-section-09 .text-wrap {
  text-align: center;
  color: #666665;
  padding-top: 45px;
  padding-bottom: 45px
}

.main-section-09 .text-wrap h2 {
  font-size: 37px;
  margin-bottom: 45px
}

.main-section-09 .text-wrap p {
  font-size: 20px;
  line-height: 33px;
  margin-bottom: 60px
}

.main-section-09 .text-wrap .hashtag {
  color: #00558a;
  text-decoration: none
}

.main-section-09 .text-wrap .button {
  background-color: #00558a;
  font-size: 21px;
  padding: 15px 25px
}

.main-section-09 .text-wrap .button:hover {
  background-color: #004571
}

.main-section-09 .instagram-post {
  background: #fff
}

.main-section-09 .info {
  border: 8px solid #fff;
  height: 92px;
  overflow: hidden
}

.main-section-09 .info .author {
  margin-right: 5px;
}


.main-section-09 .info a {
  text-decoration: none;
  font-weight: 400;
  font-family: OpenSans-Semibold, sans-serif;
  line-height: 1;
  color: #125688
}

.main-section-09 .controls-panel {
  padding: 6px 0;
  margin-bottom: 8px;
  border-bottom: 1px solid #eeefef
}

.main-section-09 .controls-panel ul {
  list-style: none;
  font-size: 0
}

.main-section-09 .controls-panel li {
  display: inline-block;
  margin: 0 7px
}

.main-section-09 .controls-panel a {
  display: block;
  height: 20px;
  line-height: 20px
}

.main-section-09 .controls-panel a:before {
  content: '';
  display: inline-block
}

.main-section-09 .controls-panel .like:before {
  background-image: url(../images/spritesheet.png);
  background-position: -367px -163px;
  width: 21px;
  height: 18px
}

.main-section-09 .controls-panel .comment:before {
  background-image: url(../images/spritesheet.png);
  background-position: -367px -185px;
  width: 20px;
  height: 18px
}

.main-section-09 .controls-panel .repost:before {
  background-image: url(../images/spritesheet.png);
  background-position: -229px -69px;
  width: 16px;
  height: 18px
}

.main-section-09 .controls-panel .more:before {
  background-image: url(../images/spritesheet.png);
  background-position: -342px -253px;
  width: 18px;
  height: 5px
}

.main-section-09 .controls-panel:after {
  content: '';
  clear: both;
  display: table;
  width: 100%
}

.main-section-09 .controls-panel .left {
  float: left
}

.main-section-09 .controls-panel .right {
  float: right
}

.main-section-09 .likes {
  margin-bottom: 8px
}

.main-section-09 .likes a {
  text-decoration: none
}

.catalog-section-01 {
  background: #eceae4
}

.catalog-section-01 .container {
  padding-bottom: 60px
}

.categories-list {
  padding: 30px 0
}

.categories-list.fixed {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  background: #eceae4;
  z-index: 1000;
  border-bottom: 1px solid #c1c1c1
}

.categories-list.fixed ul {
  width: 1080px;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 25px;
  padding-right: 25px
}

.categories-list ul {
  list-style: none;
  margin: 0 15px;
  text-align: justify;
  -ms-text-justify: newspaper;
  text-justify: newspaper;
  font-size: 0
}

.categories-list ul:after {
  content: '';
  width: 100%;
  display: inline-block
}

.categories-list li {
  display: inline-block;
  font-weight: 400;
  font-family: OpenSans-Semibold, sans-serif;
  font-size: 19px
}

.categories-list a {
  position: relative;
  z-index: 2
}

.categories-list a:before {
  content: '';
  position: absolute;
  z-index: -1;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  padding: 7px 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

.categories-list a {
  text-decoration: none;
  color: #1c1c1b
}

.categories-list a:hover {
  color: #f52b2b
}

.categories-list a:before {
  background: #fff
}

.categories-list a.active {
  color: #2a722c
}

.categories-list a.active:before {
  background: #a3e59f
}

.category-holder .vegetarian-anchor{
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  top: -156px;
}
.category-holder{
  position: relative;
}

.category-holder .category-title {
  padding-top: 6px;
  padding-bottom: 6px;
  margin-bottom: 10px;
  font-size: 0
}

.category-holder .category-title .ico, .category-holder .category-title .text {
  display: inline-block;
  vertical-align: middle
}

.category-holder .category-title .text {
  font-size: 19px;
  margin-left: 10px
}

.dish-item {
  background: #fff;
  padding: 13px;
  margin-bottom: 20px;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.23);
  -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.23);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.23)
}

.dish-item .img-wrap {
  position: relative
}

.dish-item .slick-prev, .dish-item .slick-next {
  position: absolute;
  display: block;
  top: 50%;
  z-index: 10;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: .57;
  background-color: transparent
}

.dish-item .slick-prev:hover, .dish-item .slick-next:hover {
  opacity: 1
}

.dish-item .slick-prev:before, .dish-item .slick-next:before {
  content: '';
  display: block;
  background-image: url(../images/spritesheet.png);
  background-position: -318px -232px;
  width: 20px;
  height: 32px
}

.dish-item .slick-prev {
  left: 15px
}

.dish-item .slick-prev:before {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg)
}

.dish-item .slick-next {
  right: 15px
}

.dish-item .time {
  position: absolute;
  left: 0;
  top: 0;
  background: #c4c2bc;
  font-size: 15px;
  color: #fff;
  padding: 5px 7px
}

.dish-item .time:before {
  content: '';
  display: inline-block;
  background-image: url(../images/spritesheet.png);
  background-position: -96px -291px;
  width: 15px;
  height: 15px;
  margin-right: 6px
}

.dish-item .dish-title {
  margin-bottom: 10px;
  font-size: 19px;
  font-weight: 400;
  font-family: OpenSans-Semibold, sans-serif
}

.dish-item .controls-panel {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(236, 234, 228, 0.7);
  padding: 15px 18px
}

.dish-item .count-wrap {
  white-space: nowrap;
  font-size: 0;
  margin-top: 8px
}

.dish-item .price {
  font-size: 19px;
  display: inline-block;
  vertical-align: middle;
  font-weight: 400;
  font-family: OpenSans-Bold, sans-serif;
  color: #276328
}

.dish-item .price .rouble {
  color: #1c1c1b
}

.dish-item .count {
  display: inline-block;
  vertical-align: middle;
  margin-left: 6px;
  font-size: 19px;
  font-weight: 400;
  font-family: OpenSans-Semibold, sans-serif
}

.dish-item .jq-selectbox__select-text {
  width: auto !important
}

.dish-item .jq-selectbox__select-text:before {
  content: ' ';
  display: inline-block;
  color: #a09f9f;
  margin-right: 3px
}

.rouble {
  font-family: PTRoubleSans, sans-serif;
  color: #100f0d
}

.dinners-form-section {
  background: url("../images/anything.jpeg/bg-catalog-01.jpg") left top no-repeat;
  -webkit-background-size: cover;
  background-size: cover
}

.dinners-form-section .container {
  padding-top: 115px;
  padding-bottom: 135px
}

.dinners-form-section .benefits-list {
  font-size: 19px;
  margin-top: 100px;
  font-weight: 400;
  font-family: OpenSans-Bold, sans-serif
}

.dinners-form-section .benefits-list ul {
  list-style: none
}

.dinners-form-section .benefits-list li {
  margin-left: 55px;
  position: relative;
  margin-bottom: 20px
}

.dinners-form-section .benefits-list li:before {
  content: '';
  position: absolute;
  background-image: url(../images/spritesheet.png);
  background-position: -318px -172px;
  width: 26px;
  height: 26px;
  left: -55px;
  top: -2px
}

.dinners-form-section .benefits-list li:last-child {
  margin-bottom: 0
}

.dinners-form-section .benefits-list li:last-child:before {
  background-image: url(../images/spritesheet.png);
  background-position: -318px -202px;
  width: 26px;
  height: 26px
}

.dinners-form-section .order-form {
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  background: #fff
}

.dinners-form-section .order-form h4 {
  font-family: OpenSans-SemiboldItalic, sans-serif;
  font-size: 19px;
  margin-bottom: 20px
}

.dinners-form-section .top, .dinners-form-section .bottom {
  padding: 23px;
  padding-bottom: 40px;
}

.dinners-form-section .top {
  border-bottom: 1px solid #e8e8e8
}

.dinners-form-section .total {
  font-size: 19px;
  font-family: OpenSans-SemiboldItalic, sans-serif;
  margin-bottom: 25px
}

.dinners-form-section .total .sum {
  font-size: 23px;
  font-weight: 400;
  font-family: OpenSans-Bold, sans-serif;
  color: #2c8e32
}

.dinners-form-section .total .rouble {
  color: #1c1c1b
}

.dinners-form-section .total .nds {
  color: #787779;
  font-family: OpenSans-Regular, sans-serif;
  font-size: 15px
}

.dinners-form-section .button-wrap .button {
  width: 100%;
  font-size: 21px;
  padding: 15px 0 12px
}

.dinners-form-section .scrollDown {
  width: 130px;
  height: 122px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.8);
  position: absolute;
  left: 50%;
  bottom: 65px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  text-decoration: none;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  font-family: OpenSans-Bold, sans-serif;
  color: #1c1c1b;
  padding-top: 38px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

.dinners-form-section.dinners-top .scrollDown:after {
  content: '';
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 5px;
  background-image: url(../images/spritesheet.png);
  background-position: -60px -291px;
  width: 32px;
  height: 20px
}

.dinners-form-section.dinners-bottom .scrollDown:before {
  content: '';
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 5px;
  background-image: url(../images/spritesheet.png);
  background-position: -60px -291px;
  width: 32px;
  height: 20px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  margin-bottom: 7px
}

.dinners-form-section.smoothie-form {
  background-image: url("../images/anything.jpeg/bg-catalog-02.jpg")
}

.dinners-form-section.smoothie-form .container {
  padding-bottom: 220px;
  padding-top: 135px
}

.smoothie-title .container {
  padding-top: 40px;
  padding-bottom: 40px
}

.smoothie-title h2 {
  font-size: 29px;
  text-align: center
}

.radio-button {
  display: block;
  margin-left: 32px;
  margin-bottom: 18px;
  cursor: pointer
}

.radio-button:last-child {
  margin-bottom: 0
}

.radio-button input {
  display: none
}

.radio-button input:checked + span:before {
  border-color: #568d53
}

.radio-button input:checked + span:after {
  content: '';
  position: absolute;
  left: -27px;
  width: 10px;
  height: 10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #568d53;
  top: 5px
}

.radio-button span {
  position: relative;
  font-size: 15px;
  color: #8d8d8a
}

.radio-button span:before {
  content: '';
  position: absolute;
  left: -32px;
  top: 0;
  width: 20px;
  height: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 2px solid #8d8d8a
}

.checkbox {
  display: block;
  margin-left: 32px;
  margin-bottom: 18px;
  cursor: pointer
}

.checkbox:last-child {
  margin-bottom: 0
}

.checkbox input {
  display: none
}

.checkbox input:checked + span:before {
  border: none;
  background-image: url(../images/spritesheet.png);
  background-position: -367px -139px;
  width: 20px;
  height: 20px
}

.checkbox span {
  position: relative;
  font-size: 15px;
  color: #8d8d8a
}

.checkbox span:before {
  content: '';
  position: absolute;
  left: -32px;
  top: 0;
  width: 20px;
  height: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 2px solid #8d8d8a
}

.dinners-group:nth-child(2n) {
  background: #e8e8e8
}

.dinners-group .container {
  padding-top: 55px
}

.dinners-group h2 {
  margin-bottom: 55px;
  text-align: center;
  font-size: 29px
}

.dinners-group h3 {
  font-size: 19px;
  color: #fff;
  margin-bottom: 35px
}

.dinners-group h3 span {
  position: relative;
  z-index: 2
}

.dinners-group h3 span:before {
  content: '';
  z-index: -1;
  width: 100%;
  padding-right: 30px;
  border: 16px solid #558d53;
  border-right-color: transparent;
  position: absolute;
  left: -13px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%)
}

.dinners-group h4 {
  font-size: 29px;
  line-height: 33px;
  margin-bottom: 45px
}

.dinners-group h6 {
  font-size: 19px;
  margin-bottom: 5px
}

.dinners-group p {
  font-size: 15px;
  line-height: 20px;
  margin-bottom: 12px
}

.dinners-group p:last-child {
  margin-bottom: 0
}

.dinners-group .img-wrap {
  text-align: center;
  margin-bottom: -65px;
  width: 100%
}

.dinners-group .img-wrap img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0 30px 27px 0 rgba(1, 1, 1, 0.09);
  -moz-box-shadow: 0 30px 27px 0 rgba(1, 1, 1, 0.09);
  box-shadow: 0 30px 27px 0 rgba(1, 1, 1, 0.09)
}

.dinners-group .button-wrap {
  text-align: center
}

.dinners-group .button-wrap .button {
  font-size: 21px;
  color: #1c1c1b;
  padding: 7px 12px 9px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  border: 2px solid #f52b2b;
  background: #fff;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none
}

.dinners-group .button-wrap .button:hover {
  color: #f52b2b
}

.dinners-group .dish-info{
  margin-bottom: -15px;
  width: 100%;
}

.dinners-group .dish-info ul {
  margin-left: 65px;
  margin-bottom: 70px
}

.dinners-group .dinner-dish {
  margin-bottom: 150px;
}

.dinner-dish .col-wrap {
  font-size: 0
}

.dinner-dish .col-wrap:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: bottom
}

.dinner-dish .col-wrap .col-content {
  font-size: 14px;
  display: inline-block;
  vertical-align: bottom
}

.dish-info ul {
  margin-left: 35px;
  list-style: none
}

.dish-info li {
  position: relative;
  font-size: 15px;
  margin-bottom: 20px
}

.dish-info li span {
  color: #787779
}

.dish-info li:before {
  content: '';
  position: absolute;
  left: -20px;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

.dish-info li:last-child {
  margin-bottom: 0
}

.dish-info .info-01:before {
  background-image: url(../images/spritesheet.png);
  background-position: -367px -115px;
  width: 24px;
  height: 20px
}

.dish-info .info-02:before {
  background-image: url(../images/spritesheet.png);
  background-position: -134px -291px;
  width: 16px;
  height: 14px
}

.dish-info .info-03:before {
  background-image: url(../images/spritesheet.png);
  background-position: -115px -291px;
  width: 15px;
  height: 15px
}

.dish-info .info-04:before {
  background-image: url(../images/spritesheet.png);
  background-position: -250px -204px;
  width: 24px;
  height: 12px
}

.dish-info .info-05:before {
  background-image: url(../images/spritesheet.png);
  background-position: -350px -268px;
  width: 10px;
  height: 16px
}

.smoothie-section {
  position: relative;
  z-index: 2;
  overflow: hidden
}

.smoothie-section .container {
  position: static;
  padding-top: 200px;
  padding-bottom: 350px
}

.smoothie-section div[class*="col-"] {
  position: static
}

.smoothie-section .bg-img {
  position: absolute;
  width: 100%;
  height: auto;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
  min-height: 100%
}

.smoothie-section .item-description .title, .smoothie-section .item-description .description {
  padding: 18px 22px
}

.smoothie-section .item-description .title {
  background: rgba(255, 255, 255, 0.64);
  font-size: 29px;
  line-height: 33px
}

.smoothie-section .item-description .description {
  background: rgba(255, 255, 255, 0.93)
}

.smoothie-section .item-description h5 {
  font-size: 19px;
  margin-bottom: 5px;
  margin-top: 30px
}

.smoothie-section .item-description h5:first-child {
  margin-top: 0
}

.smoothie-section .item-description p {
  font-size: 15px;
  line-height: 20px;
  margin-bottom: 10px
}

.smoothie-section .item-description p:last-child {
  margin-bottom: 0
}

.smoothie-section .dish-info {
  width: 100%
}

.smoothie-section .dish-info ul {
  margin-left: 0;
  background: rgba(0, 0, 0, 0.54);
  padding: 24px 20px;
  padding-left: 55px
}

.smoothie-section .dish-info li {
  color: #fff
}

.smoothie-section .dish-info li span {
  color: #d4d1d1
}

.smoothie-section .dish-info .button-wrap {
  text-align: center;
  margin-top: 43px
}

.smoothie-section .dish-info .button {
  background-color: #000;
  font-size: 21px;
  padding: 10px 15px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px
}

.smoothie-section .dish-info .button:hover {
  background-color: #1a1a1a
}

.smoothie-section .dish-info .info-02:before {
  background-image: url(../images/spritesheet.png);
  background-position: -174px -291px;
  width: 16px;
  height: 14px
}

.smoothie-section .dish-info .info-03:before {
  background-image: url(../images/spritesheet.png);
  background-position: -348px -202px;
  width: 15px;
  height: 15px
}

.smoothie-section .dish-info .info-04:before {
  background-image: url(../images/spritesheet.png);
  background-position: -68px -274px;
  width: 24px;
  height: 12px
}

.smoothie-section .dish-info .info-05:before {
  background-image: url(../images/spritesheet.png);
  background-position: -235px -101px;
  width: 10px;
  height: 16px
}

.back {
  margin-bottom: 20px
}

.back a {
  font-size: 17px;
  color: #777678;
  text-decoration: none
}

.back a:hover {
  text-decoration: underline
}

.cart-holder:before {
  content: '';
  background: #eceae4;
  position: absolute;
  height: 2000px;
  left: 0;
  right: 0;
  top: 100%;
}
.cart-holder {
  background: #eceae4;
  color: #777678;
  position: relative;
}

.cart-holder .container {
  padding-top: 30px;
  padding-bottom: 60px
}

.cart-holder .back {
  margin-bottom: 40px
}

.cart-holder .cart-title {
  font-size: 33px;
  padding-bottom: 22px;
  border-bottom: 1px solid #d0ceca;
  margin-bottom: 30px
}

.cart-holder .status-bar {
  margin-bottom: 25px
}

.cart-holder .status-bar ul {
  list-style: none;
  font-size: 0;
  text-align: justify;
  position: relative;
  z-index: 2
}

.cart-holder .status-bar ul:before {
  content: '';
  top: 50%;
  left: 0;
  right: 0;
  position: absolute;
  z-index: -1;
  border-bottom: 1px dashed #b2b2b1
}

.cart-holder .status-bar ul:after {
  content: '';
  display: inline-block;
  width: 100%
}

.cart-holder .status-bar li {
  display: inline-block;
  background: #eceae4;
  padding: 0 30px
}

.cart-holder .status-bar li:first-child {
  padding-left: 0
}

.cart-holder .status-bar li:last-child {
  padding-right: 0
}

.cart-holder .status-bar .text {
  font-size: 17px;
  line-height: 20px;
  font-weight: 400;
  font-family: OpenSans-Bold, sans-serif;
  color: #9f9f9e;
  display: inline-block;
  vertical-align: middle;
  width: 105px
}

.cart-holder .status-bar .ico {
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
  width: 28px;
  height: 28px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #8d8d8a;
  position: relative
}

.cart-holder .status-bar .ico:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

.cart-holder .status-bar .ico-01:before {
  background-image: url(../images/spritesheet.png);
  background-position: -367px -207px;
  width: 22px;
  height: 16px
}

.cart-holder .status-bar .ico-02:before {
  background-image: url(../images/spritesheet.png);
  background-position: -367px -227px;
  width: 21px;
  height: 16px
}

.cart-holder .status-bar .ico-03:before {
  background-image: url(../images/spritesheet.png);
  background-position: -348px -172px;
  width: 15px;
  height: 17px
}

.cart-holder .status-bar .active .text {
  color: #716e6c
}

.cart-holder .status-bar .active .ico {
  background: #568d53
}

.cart-holder .order-info {
  border: 1px solid #bcccb5;
  background: #fff;
  font-size: 15px;
  color: #9f9f9e;
  -webkit-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.12);
  font-weight: 400;
  font-family: OpenSans-Bold, sans-serif
}

.cart-holder .order-info .part {
  padding: 10px 20px;
  border-bottom: 1px solid #dfdedf
}

.cart-holder .order-info .part:last-child {
  border-bottom-width: 0
}

.cart-holder .order-info table {
  width: 100%
}

.cart-holder .order-info th {
  font-weight: 400;
  text-align: left
}

.cart-holder .order-info td {
  text-align: right
}

.cart-holder .order-info td, .cart-holder .order-info th {
  padding: 7px 0 8px;
  vertical-align: bottom
}

.cart-holder .order-info tr:first-child td, .cart-holder .order-info tr:first-child th {
  padding-top: 0
}

.cart-holder .order-info tr:last-child td, .cart-holder .order-info tr:last-child th {
  padding-bottom: 0
}

.cart-holder .order-info .button {
  width: 100%;
  font-size: 21px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font-family: OpenSans-Regular, sans-serif;
  text-align: center;
  padding: 12px 0;
  margin: 10px 0
}

.cart-holder .order-info .total {
  font-weight: 400;
  font-family: OpenSans-Bold, sans-serif;
  font-size: 23px;
  color: #2c8e32
}

.cart-holder .order-info .total .rouble {
  color: #000
}

.cart-item {
  border: 1px solid #bcccb5;
  background: #fff;
  margin-bottom: 16px;
  -webkit-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.12)
}



.cart-item .img-wrap a{
  display: block;
}
.cart-item .img-wrap {
  border-right: 1px solid #dfdedf;
  overflow: hidden
}

.cart-item .img-wrap img {
  min-width: 100%;
  min-height: 0;
  height: auto;
  width: auto
}

.cart-item .title-wrap {
  vertical-align: middle;
  display: inline-block
}

.cart-item .title-wrap h5 {
  font-family: OpenSans-SemiboldItalic, sans-serif;
  font-size: 17px;
  color: #000;
  min-height: 55px
}

.cart-item .title-wrap .remove {
  font-size: 13px;
  display: inline-block;
  font-weight: 400;
  font-family: OpenSans-Semibold, sans-serif;
  color: #716e6c
}

.cart-item .cart-col {
  vertical-align: middle;
  height: 100% !important;
}

.cart-item .jq-selectbox {
  width: auto
}

.cart-item .jq-selectbox.dropdown.opened .jq-selectbox__select {
  -webkit-border-radius: 15px 15px 0 0;
  -moz-border-radius: 15px 15px 0 0;
  border-radius: 15px 15px 0 0;
  border-bottom-color: transparent
}

.cart-item .jq-selectbox__select {
  border: 1px solid #cfd0cf
}

.cart-item .jq-selectbox__select-text {
  width: auto !important;
  font-weight: 400;
  font-family: OpenSans-Semibold, sans-serif
}

.cart-item .jq-selectbox__select-text:before {
  content: 'X';
  display: inline-block;
  color: #a09f9f;
  margin-right: 3px
}

.cart-item .jq-selectbox__select-text:after {
  content: '';
  display: inline-block;
  background-image: url(../images/spritesheet.png);
  background-position: -278px -204px;
  width: 24px;
  height: 12px;
  margin-left: 5px
}

.cart-item .jq-selectbox__dropdown {
  border: 1px solid #cfd0cf
}

.cart-item .price-cell, .cart-item .title-cell, .cart-item .count-cell {
  font-size: 0;
  padding: 15px 0;
}

.cart-item .price-cell > *, .cart-item .title-cell > *, .cart-item .count-cell > * {
  font-size: 14px
}

.cart-item .price-cell:before, .cart-item .title-cell:before, .cart-item .count-cell:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%
}

.cart-item .price-cell {
  text-align: center
}

.cart-item .count-wrap, .cart-item .price-wrap {
  vertical-align: middle;
  display: inline-block
}

.cart-item .price-cell {
  border-left: 1px solid #dfdedf
}

.cart-item .price-wrap {
  text-align: center;
  color: #2c8e32;
  font-size: 23px;
  font-weight: 400;
  font-family: OpenSans-Bold, sans-serif
}

.cart-item .price-wrap .rouble {
  color: #100f0d
}

.personal-form {
  border: 1px solid #bcccb5;
  margin-bottom: 20px;
  background: #fff;
  -webkit-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.12)
}

.personal-form h3 {
  font-size: 25px;
  margin-bottom: 32px
}

.personal-form input {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 1px solid #c9dac8;
  margin-bottom: 11px
}

.personal-form input.valid {
  border-color: #568d53;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAARCAYAAADQWvz5AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NThFMjU3NjNERkE2MTFFNUIzM0JFNDEyRjkwQzQzMjEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NThFMjU3NjRERkE2MTFFNUIzM0JFNDEyRjkwQzQzMjEiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo1OEUyNTc2MURGQTYxMUU1QjMzQkU0MTJGOTBDNDMyMSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo1OEUyNTc2MkRGQTYxMUU1QjMzQkU0MTJGOTBDNDMyMSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PjGk+sMAAAGcSURBVHjalJPNK4RBHMf3eWwbF5sLiZSy4eCiPchb2lKKONgWhSVvKS4OTqKUI/+AkL0pLzm4CbG7ilCSnMjFgZKLl4R8R9/Rz/Qs61efZp555ved38x8xwpNN7scogF0gDqQzrFbsAO6wZOeuDSy/NW6DYFCMA/K+f0OzjivCNyBV6eVbdH3gwuKrIEKCpSAYmCBIfAmckZbZoI+WVEG2Gc/DCKuv2MRdIJ8MKgrWqVoT5IiCxTZA5MuUXoNOOb5JFtJHFTrw7ZZhYqxf1QS5xn+OOwA+7tsW5ngJNIFoqaI3loe+49sG0EbyAT1HIvQVzFQJfJTcGvqWB7cNJdX/GwHHqCcOgvuKaK2U2kUkgs2VZVK6ARk8xqvwAcIgnXQy4SoUYkOH9sDdUYr/OgzJjWBQ3CZQETFsLaPhbeWis4zB9LAizHZk+BZKLefgxtYIMdmot7CtkOCk4hXzA3JtzbHmykDp6D0Fy/VcrtZYALVxMzXH2Z1/eAIbPFGrrlgAe3gFwaekj6SMQA2+H4Cwqwy1ALj9NR3fAowADq1WrUXx5InAAAAAElFTkSuQmCC") right 13px center no-repeat
}

.personal-form .wrap {
  width: 420px;
  padding: 35px 45px 20px
}

.personal-form .choose-time {
  margin-top: 25px
}

.personal-form .choose-time h6 {
  margin-left: 15px;
  font-weight: 400;
  font-family: OpenSans-Bold, sans-serif;
  margin-bottom: 10px
}

.personal-form .choose-time ul {
  list-style: none
}

.personal-form .choose-time li {
  padding: 20px 0;
  border-bottom: 1px solid #dfdedf
}

.personal-form .choose-time li:after {
  content: '';
  clear: both;
  display: table;
  width: 100%
}

.personal-form .choose-time li:last-child {
  border-bottom: none
}

.personal-form .choose-time li label {
  float: left;
  width: 50%;
  margin-left: 0;
  padding-left: 32px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 0
}

.personal-form .choose-time li .time {
  float: left;
  width: 50%;
  text-align: right
}

.personal-form .bottom {
  padding: 15px 45px 30px;
  border-top: 1px solid #dfdedf
}

.personal-form .bottom .mark {
  font-size: 13px;
  margin-bottom: 20px;
  color: #8d8d8a;
}

.personal-form .bottom .button {
  padding: 12px 42px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font-size: 22px
}

.personal-form .date-wrap {
  position: relative
}

.personal-form .date-wrap .ui-datepicker-trigger {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  position: absolute;
  border: 1px solid #c9dac8;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 49px;
  height: 100%;
  left: 100%;
  margin-left: 9px;
  bottom: 0
}

.personal-form .date-wrap:after {
  content: ''
}

.ui-datepicker {
  background: #fff
}

.ui-datepicker a {
  cursor: pointer
}

.ui-datepicker .ui-datepicker-header {
  border: 1px solid #e8e8e8;
  border-bottom-width: 0;
  border-top-width: 0;
  text-align: center;
  position: relative;
  padding: 0 36px;
  font-size: 18px;
  line-height: 36px
}

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 36px;
  font-size: 0
}

.ui-datepicker .ui-datepicker-prev:hover, .ui-datepicker .ui-datepicker-next:hover {
  background-color: #e8e8e8
}

.ui-datepicker .ui-datepicker-prev:before, .ui-datepicker .ui-datepicker-next:before {
  content: '';
  background-image: url(../images/spritesheet.png);
  background-position: -348px -221px;
  width: 10px;
  height: 6px;
  left: 50%;
  top: 50%;
  position: absolute
}

.ui-datepicker .ui-datepicker-next {
  right: 0
}

.ui-datepicker .ui-datepicker-next:before {
  -webkit-transform: translate(-50%, -50%) rotate(-90deg);
  -moz-transform: translate(-50%, -50%) rotate(-90deg);
  -ms-transform: translate(-50%, -50%) rotate(-90deg);
  -o-transform: translate(-50%, -50%) rotate(-90deg);
  transform: translate(-50%, -50%) rotate(-90deg)
}

.ui-datepicker .ui-datepicker-prev {
  left: 0
}

.ui-datepicker .ui-datepicker-prev:before {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  -moz-transform: translate(-50%, -50%) rotate(90deg);
  -ms-transform: translate(-50%, -50%) rotate(90deg);
  -o-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg)
}

.ui-datepicker .ui-datepicker-calendar th, .ui-datepicker .ui-datepicker-calendar td {
  font-size: 16px;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #e8e8e8
}

.ui-datepicker .ui-datepicker-calendar td span {
  display: block;
  padding: 5px;
  color: #c9dac8;
}
.ui-datepicker .ui-datepicker-calendar th a, .ui-datepicker .ui-datepicker-calendar td a {
  color: #000;
  text-decoration: none;
  padding: 5px;
  display: block
}

.ui-datepicker .ui-datepicker-calendar th a:hover, .ui-datepicker .ui-datepicker-calendar td a:hover, .ui-datepicker .ui-datepicker-calendar th a.ui-state-active, .ui-datepicker .ui-datepicker-calendar td a.ui-state-active {
  background: #f52b2b;
  color: #fff
}

.ui-datepicker .ui-datepicker-calendar th {
  padding: 5px;
  border-color: #008D09;
  color: #fff;
  font-weight: 400;
  background: #568d53
}

.pay-form {
  margin-bottom: 20px;
  background: #fff;
  border: 1px solid #bcccb5;
  -webkit-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.12)
}

.pay-form h3 {
  padding: 35px 45px;
  font-size: 25px
}

.pay-form ul {
  list-style: none
}

.pay-form label {
  padding: 20px 0
}

.pay-form .ico {
  display: inline-block;
  vertical-align: middle;
  width: 100px;
  text-align: center
}

.pay-form li {
  border-bottom: 1px solid #dfdedf;
  padding-left: 45px
}

.pay-form .button {
  margin: 40px 45px;
  font-size: 21px;
  padding: 12px 40px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0
}

.order-accepted {
  background: #568d53 url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADgAAAAtCAYAAAD7nag2AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NkM0QjkzRjBERkFGMTFFNUFBQTZGODBCMzE0NkE5NEYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NkM0QjkzRjFERkFGMTFFNUFBQTZGODBCMzE0NkE5NEYiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo2QzRCOTNFRURGQUYxMUU1QUFBNkY4MEIzMTQ2QTk0RiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo2QzRCOTNFRkRGQUYxMUU1QUFBNkY4MEIzMTQ2QTk0RiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pou1esAAAAI7SURBVHja3JpNLwNBGMdbFxIvF9z0Mzg7CnVpq1XKNxDpqRRFQsQHUEcXvoADCUJ6dFEXUTdnkUhI0E2rSKz/SJs0m32mu+12Z2Y3+U3a2d2Z+eWZndmX8eu67vPYFgPz4AHs+D0muAh26/5feEkwBbKGvEqHhyKXNcl/9kIEN9m1ZpKvgbiPCSrMlm6+FcHEf/A8KKfV5FQWzBByXyBcf6yKcmlCrgKmjcd7RY5FLm52jkpyS4RcySxyqgkuE3If9QOKqoJpjtx4o/NVldOsyMkuuE3IvYOg1XJklVsl5D7BpJ2yVBpQ2Dw3Zbc8T8vJJsjrlrFmy5VFboUTuVgrZcsspzXbLWUSpJ4K3sCYE3XIGrlRp+oRJZdyap6TUZA3Wkadrs9tuTVCrux05EQIZtzqliIEM5zIRdtZt8huyZ7EI+2unyV9YB9cgT3Q5dLbr4gbvYclB4bKj0GnA4UviOqWRsGiSSNalUxy5CJujtwsOSIa06xkknPNhd2ed1kyAG4ckkxzIhcWcddU+zEI8i1KrsvSLalpgid5Bno5BW1wumVI5BOLMYMnmQM9NuTKouWoiZ5J3hKNvjTMk9Q7lG9R15zVO5khUCAafwK6q/PcLyGXkOVdD29nANwTknfgh7hDkUaO0egbfQCcgmEL38rLYA6cyfQBv9Eqi0cQAgULcrOyyVkRZNsTCII8sb8EZsC5jEswrK6TeQERcG0SuQRbUSTrGhO762T6wSEYAa/V1UU5mRfR/AkwAJFAOsLPcpvrAAAAAElFTkSuQmCC") 40px center no-repeat;
  border: 1px solid #bcccb5;
  -webkit-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.12);
  margin-bottom: 30px
}

.order-accepted .text {
  background: #fff;
  margin-left: 130px;
  padding: 20px 65px
}

.order-accepted h4 {
  font-weight: 400;
  font-family: OpenSans-Bold, sans-serif;
  font-size: 33px;
  color: #000
}

.order-accepted p {
  font-size: 25px
}

.cart-accepted h4 {
  font-size: 25px;
  color: #716e6c;
  margin-bottom: 25px
}

.cart-accepted .title-wrap h5 {
  height: auto;
  color: #9f9f9e
}

.cart-accepted .img-wrap {
  position: relative
}

.cart-accepted .img-wrap:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(141, 141, 138, 0.5)
}

.cart-accepted .price-wrap {
  color: #9f9f9e
}

.cart-accepted .price-wrap .rouble {
  color: #9f9f9e
}

.cart-accepted .count {
  height: 34px;
  line-height: 34px;
  padding: 0 30px 0 12px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  color: #a09f9f;
  display: inline-block;
  border: 1px solid #cfd0cf;
  font-weight: 400;
  font-family: OpenSans-Semibold, sans-serif;
  font-size: 19px;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAGCAYAAAD68A/GAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MEI5MTEwNkZERkIxMTFFNUFBOEFFNDI1OTY2NUI1RjQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MEI5MTEwNzBERkIxMTFFNUFBOEFFNDI1OTY2NUI1RjQiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDowQjkxMTA2RERGQjExMUU1QUE4QUU0MjU5NjY1QjVGNCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDowQjkxMTA2RURGQjExMUU1QUE4QUU0MjU5NjY1QjVGNCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pgx4issAAACFSURBVHjaXM6xCoJQFIDhK9wEH6pZEIegQYLAVRFtyqk3aGxqSRoFEVp8MgepRP8DR7AufHc45x+OU1WPozEmQIyP+X0bPNFZvi0O8BDhrZGLGjv0EiYYkaLFXsMGIe6yk3BChi9yvDT0ccNJGqtDiQsMOOvsinI51v4dX65uvKwXswADAJZpGY3roNA7AAAAAElFTkSuQmCC") right 14px center no-repeat
}

.cart-accepted .count:before {
  content: 'X';
  display: inline-block;
  color: #a09f9f;
  margin-right: 3px
}

.cart-accepted .count:after {
  content: '';
  display: inline-block;
  background-image: url(../images/spritesheet.png);
  background-position: -278px -204px;
  width: 24px;
  height: 12px;
  margin-left: 5px
}

.detail-holder {
  background: #eceae4
}

.detail-holder .container {
  padding-top: 30px;
  padding-bottom: 35px
}

.detail-holder .jq-selectbox {
  width: auto
}

.detail-holder .jq-selectbox.dropdown.dropdown .jq-selectbox__select {
  -webkit-border-radius: 15px 15px 0 0;
  -moz-border-radius: 15px 15px 0 0;
  border-radius: 15px 15px 0 0;
  border-bottom-color: transparent
}

.detail-holder .jq-selectbox.dropup .jq-selectbox__select {
  -webkit-border-radius: 0 0 15px 15px;
  -moz-border-radius: 0 0 15px 15px;
  border-radius: 0 0 15px 15px;
  border-top-color: transparent
}

.detail-holder .jq-selectbox__select {
  border: 1px solid #cfd0cf
}

.detail-holder .jq-selectbox__select-text {
  width: auto !important;
  font-weight: 400;
  font-family: OpenSans-Semibold, sans-serif
}

.detail-holder .jq-selectbox__select-text:before {
  content: 'X';
  display: inline-block;
  color: #a09f9f;
  margin-right: 3px
}

.detail-holder .jq-selectbox__select-text:after {
  content: '';
  display: inline-block;
  background-image: url(../images/spritesheet.png);
  background-position: -278px -204px;
  width: 24px;
  height: 12px;
  margin-left: 5px
}

.detail-holder .jq-selectbox__dropdown {
  border: 1px solid #cfd0cf
}

.detail-holder .img-wrap {
  -webkit-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.12);
  border: 12px solid #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: 5px;
}

.detail-holder .img-wrap img {
  min-width: 100%;
  // min-height: 100%;
  width: 100%;
  height: auto
}

.detail-holder .info-wrap {
  border: 1px solid #becdb7;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  padding: 20px;
  margin-left: 5px;
}

.detail-holder .info-wrap h4 {
  font-size: 19px;
  line-height: 27px;
  font-family: OpenSans-SemiboldItalic, sans-serif;
  margin-bottom: 35px
}

.detail-holder .info-wrap .dish-info {
  margin-bottom: 20px
}

.detail-holder .price-wrap {
  font-size: 0;
  white-space: nowrap;
  margin-bottom: 20px
}

.detail-holder .price {
  font-size: 19px;
  display: inline-block;
  vertical-align: middle;
  font-weight: 400;
  font-family: OpenSans-Bold, sans-serif;
  color: #8d8d8a
}

.detail-holder .count {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px
}

.detail-holder .total {
  display: inline-block;
  vertical-align: middle;
  font-size: 23px;
  font-weight: 400;
  font-family: OpenSans-Bold, sans-serif;
  color: #2c8e32
}

.detail-holder .total:before {
  content: '=';
  font-size: 22px;
  font-weight: 400;
  font-family: OpenSans-Semibold, sans-serif;
  color: #8d8d8a;
  margin: 0 9px;
  display: inline-block
}

.detail-holder .button-wrap {
  margin-bottom: 25px
}

.detail-holder .button-wrap .button {
  text-align: center;
  padding: 15px 0 12px;
  width: 100%;
  font-size: 21px;
  -webkit-border-radius: 2;
  -moz-border-radius: 2;
  border-radius: 2
}

.detail-holder .likes-wrap {
  color: #787779;
  font-size: 17px
}

.detail-holder .likes-wrap .likes {
  font-weight: 400;
  font-family: OpenSans-Semibold, sans-serif;
  font-size: 20px;
  color: #568d53;
  text-decoration: none;
  margin-right: 5px
}

.detail-holder .likes-wrap .likes:before {
  content: '';
  display: inline-block;
  background-image: url(../images/spritesheet.png);
  background-position: -367px -247px;
  width: 18px;
  height: 18px;
  margin-right: 5px;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none
}

.detail-holder .likes-wrap .likes.active:before {
  background-image: url(../images/spritesheet.png);
  background-position: -367px -291px;
  width: 18px;
  height: 18px
}

.recipe-holder .container {
  padding-top: 20px;
  padding-bottom: 35px
}

.recipe-holder h4 {
  font-size: 19px;
  margin-bottom: 15px
}

.recipe-holder .photo-block .img-wrap {
  border: 12px solid #fff;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.23);
  -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.23);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.23)
}

.recipe-holder .ingredients-block {
  position: relative;
  padding: 0 30px;
  padding-bottom: 40px
}

.recipe-holder .ingredients-block table {
  width: 100%
}

.recipe-holder .ingredients-block tr:last-child th, .recipe-holder .ingredients-block tr:last-child td {
  border-bottom-width: 0
}

.recipe-holder .ingredients-block td, .recipe-holder .ingredients-block th {
  padding: 5px 0;
  border-bottom: 1px solid #dddedf
}

.recipe-holder .ingredients-block th {
  font-weight: 400;
  text-align: left
}

.recipe-holder .ingredients-block td {
  white-space: nowrap;
  text-align: right;
  color: #787779
}

.recipe-holder .watch-inventory {
  position: absolute;
  left: 30px;
  bottom: 0
}

.recipe-holder .watch-inventory a {
  margin-left: 30px;
  position: relative;
  border-bottom: 1px dashed #60945d;
  text-decoration: none;
  color: #1c1c1b;
  font-size: 19px
}

.recipe-holder .watch-inventory a:hover {
  border-bottom-color: transparent
}

.recipe-holder .watch-inventory a:before {
  content: '';
  position: absolute;
  left: -30px;
  bottom: -2px;
  background-image: url(../images/spritesheet.png);
  background-position: -367px -87px;
  width: 22px;
  height: 24px
}

.recipe-holder .tab {
  /*border: 1px solid #f52b2b;*/
  padding: 15px
}

.recipe-holder .tabs {
  margin-bottom: -1px;
  position: relative;
  z-index: 2
}

.recipe-holder .tabs ul {
  list-style: none
}

.recipe-holder .tabs ul:after {
  content: '';
  clear: both;
  display: table;
  width: 100%
}

.recipe-holder .tabs li {
  float: left;
  width: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

.recipe-holder .tabs a {
  display: block;
  text-align: center;
  text-decoration: none;
  background: #fcbdbd;
  color: #fff;
  padding: 8px 0;
  /*border: 1px solid transparent;
  border-bottom-color: #f52b2b*/
}

.recipe-holder .tabs .active a {
  background: #fff;
  color: #1c1c1b;
  /*border-color: #f52b2b;
  border-bottom-color: #fff*/
}

.stages-holder {
  margin-top: 35px;
  counter-reset: list 0
}

.bon-apetit {
  overflow: hidden;
  text-align: center;
  font-family: OpenSans-SemiboldItalic, sans-serif;
  font-size: 25px;
  color: #f52b2b
}

.bon-apetit span {
  padding: 0 27px;
  position: relative
}

.bon-apetit span:after {
  content: '';
  width: 100%;
  position: absolute;
  height: 1px;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  border-left: 1000px solid;
  border-right: 1000px solid
}

.stage-item {
  margin-bottom: 35px
}

.stage-item .img-wrap {
  position: relative;
  border: 12px solid #fff;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.23);
  -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.23);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.23);
  margin-bottom: 40px
}

.stage-item .img-wrap:before {
  counter-increment: list;
  content: counter(list);
  position: absolute;
  width: 33px;
  height: 33px;
  text-align: center;
  line-height: 33px;
  background: #f52b2b;
  color: #fff;
  font-size: 21px;
  font-weight: 400;
  font-family: OpenSans-Semibold, sans-serif;
  bottom: -12px;
  left: -12px
}

.stage-item .img-wrap img {
  width: 100%;
  height: auto;
  min-width: 100%;
  min-height: 0
}

.stage-item .text-wrap {
  font-size: 17px;
  line-height: 29px;
  text-align: center
}

.offers-holder {
  background: #eceae4
}

.offers-holder .container {
  padding-top: 40px;
  padding-bottom: 30px
}

.offers-holder h5 {
  margin-bottom: 25px;
  font-size: 19px
}

.offers-slider {
  margin-left: -20px;
  margin-right: -20px;
  padding-bottom: 30px
}

.offers-slider .slide {
  padding: 1px 20px 4px
}

.offers-slider .slide img {
  display: inline-block;
  width: 100%;
  height: auto
}

.offers-slider .button {
  padding: 9px 0 11px;
  font-size: 16px
}

.offers-slider .dish-item {
  margin-bottom: 0
}

.offers-slider .dish-item .button-wrap{
  margin: 0 -10px;
}

.offers-slider .dish-item .count-wrap {
  margin-top: 3px
}

.offers-slider .slick-prev, .offers-slider .slick-next {
  position: absolute;
  display: block;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: transparent
}

.offers-slider .slick-prev:before, .offers-slider .slick-next:before {
  content: '';
  display: block;
  background-image: url(../images/spritesheet.png);
  background-position: -250px -68px;
  width: 64px;
  height: 64px
}

.offers-slider .slick-prev:hover:before, .offers-slider .slick-next:hover:before {
  background-image: url(../images/spritesheet.png);
  background-position: -250px 0;
  width: 64px;
  height: 64px
}

.offers-slider .slick-prev {
  left: -85px
}

.offers-slider .slick-prev:before {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg)
}

.offers-slider .slick-next {
  right: -85px
}

.offers-slider .slick-dots {
  position: absolute;
  text-align: center;
  bottom: 0
}

.offers-slider .slick-dots button {
  width: 12px;
  height: 12px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #3c9611
}

.offers-slider .slick-dots li {
  margin: 0 4px
}

.offers-slider .slick-dots .slick-active button {
  background: #f52b2b
}

@media (min-width: 1280px) {
  .offers-slider .slick-dots {
    display: none !important
  }
}

.offers-slider .jq-selectbox__dropdown {
  bottom: 100% !important;
  top: auto !important;
  padding-top: 0;
  padding-bottom: 30px;
  margin-top: 0;
  margin-bottom: -30px
}

.equal-height div[class*="col-"] {
  height: 100%
}

.equal-height .img-wrap, .equal-height .info-wrap {
  height: 100%
}

.delivery-section {
  text-align: center;
  color: #716e6c
}

.delivery-section .container {
  padding-top: 35px;
  padding-bottom: 60px
}

.delivery-section h1 {
  color: #1c1c1b;
  font-size: 33px;
  margin-bottom: 15px
}

.delivery-section h2 {
  font-size: 20px;
  color: #9f9f9e;
  margin-bottom: 35px
}

.delivery-section .green {
  color: #568d53
}

.delivery-section .red {
  color: #f52b2b
}

.delivery-section .delivery-time {
  border-bottom: 2px dashed #babab9;
  padding-bottom: 35px;
  margin-bottom: 20px;
  position: relative
}

.delivery-section .delivery-time:before, .delivery-section .delivery-time:after {
  content: '';
  position: absolute;
  bottom: 30px
}

.delivery-section .delivery-time:before {
  left: 0;
  background-image: url(../images/spritesheet.png);
  background-position: -68px -227px;
  width: 67px;
  height: 43px
}

.delivery-section .delivery-time:after {
  right: 0;
  background-image: url(../images/spritesheet.png);
  background-position: -318px -75px;
  width: 37px;
  height: 58px
}

.delivery-section .delivery-time ul {
  margin: 0 185px;
  text-align: justify;
  -ms-text-justify: newspaper;
  text-justify: newspaper;
  font-size: 0
}

.delivery-section .delivery-time ul:after {
  content: '';
  display: inline-block;
  width: 100%
}

.delivery-section .delivery-time li {
  display: inline-block;
  font-size: 15px;
  color: #588d3c;
  border-bottom: 2px solid #e8e8e8;
  padding-bottom: 12px
}

.delivery-section p span{
  color: #010100;
}
.delivery-section p {
  font-size: 15px;
  line-height: 18px
}

.delivery-section .prices {
  margin: 0 35px;
  margin-top: 25px;
  margin-bottom: 28px;
  border: 1px solid #dfdedf
}

.delivery-section .prices:after {
  content: '';
  clear: both;
  display: table;
  width: 100%
}

.delivery-section .item {
  padding: 0 35px;
  padding-top: 30px;
  padding-bottom: 35px;
  border-right: 1px solid #dfdedf;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 33.33%
}

.delivery-section .item:last-child {
  border-right-width: 0
}

.delivery-section .item h5 {
  font-size: 33px;
  color: #568d53;
  margin-bottom: 22px
}

.tab {
  display: none
}

.tab.active {
  display: block
}

.how-work-section {
  background: url("../images/anything.jpeg/bg-parallax.png") top center no-repeat;
  border-top: 3px solid #ece9e3;
  counter-reset: items 0;
}

.how-work-section .container {
  padding-top: 45px
}

.how-work-section h1 {
  font-size: 33px;
  text-align: center;
  margin-bottom: 20px
}

.how-work-section .col-wrap {
  font-size: 0
}

.how-work-section .col-wrap:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle
}

.how-work-section .img-wrap:before {
  content: counter(items);
  counter-increment: items;
  position: absolute;
  width: 33px;
  height: 33px;
  background: #f52b2b;
  text-align: center;
  line-height: 33px;
  color: #fff;
  font-size: 20px;
}
/*.how-work-section .item-01 .col-wrap{
  text-align: right;
}*/
/*.how-work-section .item-03 .col-wrap{
  text-align: center;
}*/
.how-work-section .item-02 .text-wrap{
  padding-right: 90px;
}


.how-work-section .item-01 .img-wrap:before {
  top: 25px;
  left: -10px;
}
.how-work-section .item-02 .img-wrap:before {
  top: -40px;
  right: 240px;
}
.how-work-section .item-03 .img-wrap:before {
  top: -45px;
  left: 15px;
}
.how-work-section .item-04 .img-wrap:before {
  top: 0;
  right: 295px;
}
.how-work-section .img-wrap {
  position: relative;
  display: inline-block;
  vertical-align: middle
}

.how-work-section .text-wrap {
  font-size: 33px;
  line-height: 39px;
  text-align: center;
  display: inline-block;
  vertical-align: middle
}

.how-work-section .item {
  margin-bottom: 200px
}
.how-work-section .item:last-child {
  margin-bottom: 30px;
}

.how-work-section .item.green .text-wrap {
  color: #568d53
}

.how-work-section .button-wrap {
  margin-top: 95px
}

.how-work-section .button {
  font-size: 21px;
  padding: 16px;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  line-height: 1
}

.how-work-section .item-01 .img-wrap {
  text-align: right
}

.how-work-section .item-02 .img-wrap {
  margin-right: -160px;
  margin-left: -80px;
  left: 90px;
}

.how-work-section .item-03 .img-wrap {
  text-align: center
}

.how-work-section .item-04 .img-wrap {
  margin-right: -215px;
  margin-left: 35px;
  left: 90px;
}

.news-top-section {
  background: url("../images/anything.jpeg/bg-news-01.jpg") top center no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  color: #fff;
  text-align: center
}

.news-top-section .scrollDown {
  display: block;
  position: absolute;
  left: 50%;
  font-size: 17px;
  text-decoration: none;
  color: #fff;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 60px;
  padding-bottom: 15px
}

.news-top-section .scrollDown:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 100%;
  margin-left: -33px;
  background-image: url(../images/spritesheet.png);
  background-position: -159px -69px;
  width: 66px;
  height: 24px
}

.news-top-section h2 {
  font-size: 50px;
  line-height: 60px;
  font-weight: 400;
  font-family: OpenSans-Bold, sans-serif;
  margin-bottom: 45px
}

.news-top-section p {
  font-size: 20px;
  line-height: 33px
}

.news-top-section .row {
  height: 100%
}

.news-top-section .container {
  height: 100%
}

.news-top-section div[class*="col-"] {
  height: 100%
}

.news-top-section .text-wrap {
  height: 100%;
  font-size: 0;
  text-align: center
}

.news-top-section .text-wrap:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle
}

.news-top-section .text-wrap .inner {
  display: inline-block;
  vertical-align: middle
}

.news-content-section .content-block {
  text-align: center;
  padding-top: 30px
}

.news-content-section .content-block p {
  color: #716e6c;
  font-size: 17px;
  line-height: 25px;
  margin-bottom: 25px
}

.news-content-section .content-block blockquote {
  margin-bottom: 25px;
  font-size: 38px;
  line-height: 45px;
  text-align: left;
  font-family: OpenSansLight-Italic, sans-serif;
  padding-left: 90px;
  position: relative
}

.news-content-section .content-block blockquote:before {
  content: '';
  position: absolute;
  background-image: url(../images/spritesheet.png);
  background-position: -318px -137px;
  width: 33px;
  height: 31px;
  left: 0;
  top: 10px
}

.news-content-section .content-slider {
  max-width: 710px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 70px
}

.news-content-section .content-slider .slick-dots {
  bottom: 30px;
  position: absolute
}

.news-content-section .content-slider .slick-dots li {
  margin: 0 4px
}

.news-content-section .content-slider .slick-dots button {
  width: 10px;
  height: 10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #dddcdc
}

.news-content-section .content-slider .slick-dots button:hover {
  background: #b3b2b1
}

.news-content-section .content-slider .slick-active button {
  background: #b3b2b1
}

.news-content-section .content-bottom {
  border-top: 1px solid #dfdedf;
  padding-top: 28px;
  padding-bottom: 60px
}

.news-content-section .content-bottom .tags {
  margin-bottom: 40px;
  white-space: nowrap;
  text-align: center;
  margin-bottom: 30px
}

.news-content-section .content-bottom .tags ul {
  list-style: none;
  font-size: 0
}

.news-content-section .content-bottom .tags li {
  display: inline-block;
  font-size: 12px;
  color: #8b8b8b;
  margin: 0 15px;
  position: relative
}

.news-content-section .content-bottom .tags li:after {
  content: '/';
  position: absolute;
  bottom: 0;
  right: -14px
}

.news-content-section .content-bottom .tags a {
  color: #8b8b8b;
  text-decoration: none
}

.news-content-section .content-bottom .tags a:hover {
  text-decoration: underline
}

.news-content-section .content-bottom h4 {
  font-size: 21px;
  margin-bottom: 25px
}

.news-content-section .content-bottom .comments-wrap {
  padding-bottom: 25px;
  border-bottom: 1px solid #dfdedf;
  margin-bottom: 40px
}

.news-content-section .content-bottom .comment-item {
  width: 490px;
  margin-right: auto
}

.news-content-section .content-bottom .comment-item .text {
  margin-left: 40px;
  font-size: 17px;
  color: #716e6c
}

.news-content-section .content-bottom .user {
  margin-bottom: 4px
}

.news-content-section .content-bottom .user:after {
  content: '';
  clear: both;
  display: table;
  width: 100%
}

.news-content-section .content-bottom .user .img {
  width: 25px;
  height: 25px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  display: inline-block;
  margin-right: 12px;
  vertical-align: middle
}

.news-content-section .content-bottom .user h5 {
  display: inline-block;
  vertical-align: middle;
  font-size: 17px
}

.news-content-section .content-bottom .write-comment {
  width: 490px;
  margin-right: auto
}

.news-content-section .content-bottom .write-comment form {
  text-align: left
}

.news-content-section .content-bottom .write-comment textarea {
  border: 1px solid #dfdfe0;
  font-size: 17px;
  resize: none;
  height: 90px;
  margin-bottom: 20px
}

.news-content-section .content-bottom .write-comment .button {
  font-size: 21px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 12px 55px
}

.footer {
  background: #161616;
  font-size: 16px;
  line-height: 20px;
  color: #fff
}

.footer .container {
  padding-top: 50px;
  padding-bottom: 45px
}

.footer .copyright-wrap {
  margin-bottom: 25px;
  padding-left: 105px
}

.footer .copyright-wrap:after {
  content: '';
  clear: both;
  display: table;
  width: 100%
}

.footer .copyright-wrap a {
  color: #fff;
  text-decoration: none
}

.footer .copyright-wrap a:hover {
  text-decoration: underline
}

.footer .copyright-wrap ul {
  list-style: none
}

.footer .copyright-wrap li:first-child {
  margin-left: -18px
}

.footer .logo-wrap {
  float: left;
  margin-left: -105px
}

.footer .logo {
  display: block
}

.footer .logo:before {
  content: '';
  display: block;
  background-image: url(../images/spritesheet.png);
  background-position: 0 -171px;
  width: 84px;
  height: 52px
}

.footer .subscribe-form {
  margin-right: 50px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #fff;
  padding: 25px 40px;
  color: #fff
}

.footer .subscribe-form h4 {
  font-weight: 400;
  font-family: OpenSans-Bold, sans-serif;
  margin-bottom: 20px
}

.footer .subscribe-form .button {
  margin-top: 15px;
  width: 100%;
  text-align: center;
  padding: 10px 10px 11px;
  background-color: #3c9611
}

.footer .subscribe-form .button:hover {
  background-color: #337f0e
}

.footer .contacts-block h4 {
  margin-bottom: 22px;
  font-weight: 400;
  font-family: OpenSans-Bold, sans-serif;
  margin-top: 30px
}

.footer .contacts-block h4:first-child {
  margin-top: 0
}

.footer .share-block {
  text-align: right
}

.footer .share-block h4 {
  font-weight: 400;
  font-family: OpenSans-Bold, sans-serif;
  margin-bottom: 20px
}

.popup {
  display: none;
  border: 2px solid #c8cdc1;
  background: #fff;
  padding: 35px 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 390px;
  width: 380px
}

.popup input {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #ebebeb;
  background: #f8f8f8;
  margin-bottom: 17px;
  font-size: 15px
}

.popup input:focus {
  background: #fcfdff;
  border: 2px solid #cdddcd
}

.popup form {
  margin-bottom: 20px
}

.popup form:last-child {
  margin-bottom: 0
}

.popup .button {
  width: 100%;
  font-size: 21px;
  color: #fff;
  text-align: center;
  padding: 11px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0
}

.popup .button.green {
  background-color: #3c9611
}

.popup .button.green:hover {
  background-color: #337f0e
}

.popup .button.orange {
  background-color: #ff5617
}

.popup .button.orange:hover {
  background-color: #fc4500
}

.popup .text {
  color: #9f9f9f;
  font-size: 14px
}

.popup .text a {
  color: #3a7939
}

.popup .tab {
  display: none
}

.popup .tab.active {
  display: block
}

.popup .tabs {
  margin-bottom: 30px
}

.popup .tabs ul {
  list-style: none
}

.popup .tabs ul:after {
  content: '';
  clear: both;
  display: table;
  width: 100%
}

.popup .tabs li {
  float: left;
  width: 50%
}

.popup .tabs a {
  font-size: 17px;
  color: #bebebe;
  text-decoration: none;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none
}

.popup .tabs a:hover {
  color: #505b71
}

.popup .tabs a:before {
  content: '';
  display: inline-block;
  margin-right: 12px;
  vertical-align: middle;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none
}

.popup .tabs .login:before {
  background-image: url(../images/spritesheet.png);
  background-position: -367px -29px;
  width: 25px;
  height: 25px
}

.popup .tabs .login:hover:before {
  background-image: url(../images/spritesheet.png);
  background-position: -367px -58px;
  width: 25px;
  height: 25px
}

.popup .tabs .registration:before {
  background-image: url(../images/spritesheet.png);
  background-position: -283px -227px;
  width: 25px;
  height: 25px
}

.popup .tabs .registration:hover:before {
  background-image: url(../images/spritesheet.png);
  background-position: -367px 0;
  width: 25px;
  height: 25px
}

.popup .tabs .active a {
  color: #505b71
}

.popup .tabs .active .login:before {
  background-image: url(../images/spritesheet.png);
  background-position: -367px -58px;
  width: 25px;
  height: 25px
}

.popup .tabs .active .registration:before {
  background-image: url(../images/spritesheet.png);
  background-position: -367px 0;
  width: 25px;
  height: 25px
}

.fancybox-close, .popup-window-close-icon {
  position: absolute;
  display: block;
  top: 12px;
  right: 12px;
  width: auto;
  height: auto;
  background: none !important;
}

.fancybox-close:before, .popup-window-close-icon:before {
  content: '';
  display: block;
  background-image: url(../images/spritesheet.png);
  background-position: -367px -269px;
  width: 18px;
  height: 18px
}

.btn-to-top:after{
  content: '';
  display: block;
  margin-left: auto;
  margin-right: auto;
  background-image: url(../images/spritesheet.png);
  background-position: -60px -291px;
  width: 32px;
  height: 20px;
  left: 50%;
  top: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
  -moz-transform: translate(-50%, -50%) rotate(180deg);
  -ms-transform: translate(-50%, -50%) rotate(180deg);
  -o-transform: translate(-50%, -50%) rotate(180deg);
  transform: translate(-50%, -50%) rotate(180deg);
}
.btn-to-top.vis{
  opacity: 1;
}
.btn-to-top{
  position: fixed;
  opacity: 0;
  z-index: 2000;
  bottom: 50px;
  right: 80px;
  width: 60px;
  height: 60px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #fff;
}

.bx-ui-slst-input-block input{
  margin-bottom: 0;
  line-height: 39px;
  height: 39px !important;
}
.bx-slst .dropdown-icon{
  top: 13px;
}

.bx-slst .dropdown-block{
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 1px solid #c9dac8;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.personal-form .button{
  border: none !important;
}

.errortext {
  display: block;
  line-height: 22px;
  margin-bottom: 15px;
}




div.dish-title a:hover{
  color: #2c8e32;
}

.dish-slider .slick-slide{
  height: auto;
}

.ya-share2__item{
  display: block !important;
  margin-left: auto !important;
  margin-bottom: 5px !important;
}


@media (max-width: 1279px) {
  .main-section-08 .news-slider {
    margin: 0 40px
  }

  .main-section-08 .tags li {
    margin: 0 10px
  }

  .footer .subscribe-form {
    margin-right: 0
  }

  .dish-item .hide {
    display: none
  }

  .dish-item .controls-panel {
    padding: 10px 15px
  }

  .dish-item .dish-title {
    margin-bottom: 5px
  }

  .categories-list.fixed ul {
    width: 980px
  }

  .recipe-holder .watch-inventory {
    left: 0
  }

  .recipe-holder .ingredients-block {
    padding: 0
  }

  .smoothie-section .container {
    padding-top: 120px;
    padding-bottom: 120px
  }
}

@media (max-width: 991px) {
  .header .tel-wrap {
    text-align: center
  }

  .header .tel-wrap li {
    margin-right: 0
  }

  .header .tel-wrap .callback {
    display: none
  }

  .header .nav {
    display: none
  }

  .header .logo {
    zoom: .8
  }

  .nav-trigger {
    display: block
  }

  .main-section-02 .container {
    padding-top: 50px;
    padding-bottom: 40px
  }

  .main-section-02 h2 {
    margin-bottom: 25px
  }

  .main-section-02 .text {
    font-size: 14px;
    line-height: 24px
  }

  .main-section-03 {
    background-position: bottom right;
    -webkit-background-size: auto;
    background-size: auto
  }

  .main-section-03 .container {
    padding-top: 80px;
    padding-bottom: 100px
  }

  .main-section-04 .container {
    padding-top: 55px
  }

  .main-section-04 h2 {
    margin-bottom: 20px
  }

  .main-section-04 p {
    margin-bottom: 30px
  }

  .main-section-04 .scheme-holder {
    margin-top: 70px
  }

  .main-section-05 {
    background-position: left bottom;
    -webkit-background-size: auto;
    background-size: auto
  }

  .main-section-05 .container {
    padding-top: 85px;
    padding-bottom: 85px
  }

  .main-section-06 .number {
    font-size: 60px;
    vertical-align: bottom
  }

  .main-section-06 .number:after {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: bottom
  }

  .main-section-07 {
    background-position: right bottom;
    -webkit-background-size: auto;
    background-size: auto
  }

  .main-section-07 .container {
    padding-top: 100px;
    padding-bottom: 110px
  }

  .footer .subscribe-form {
    margin-bottom: 25px
  }

  .button.buy {
    padding: 8px 0 8px;
    font-size: 16px
  }

  .dish-item .dish-title {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
  }

  .dish-item .count-wrap {
    margin-top: 0
  }

  .categories-list li {
    font-size: 16px
  }

  .categories-list a:before, .categories-list span:before {
    padding: 3px 5px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px
  }

  .dinners-group .dinner-dish{
    margin-bottom: 0;
    padding-bottom: 30px;
    padding-top: 25px;
  }

  .dinners-form-section {
    background-position: top right
  }

  .dinners-form-section .container {
    padding-top: 50px !important;
    padding-bottom: 80px !important
  }

  .dinners-form-section .benefits-list {
    margin-top: 20px
  }

  .dinners-form-section .scrollDown {
    left: 0;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none
  }

  .dinners-group .dish-info ul {
    margin-left: 35px;
    margin-bottom: 20px
  }

  .dinners-group .img-wrap {
    height: auto !important;
    margin-bottom: 40px;
    margin-top: 40px
  }

  .dinner-dish {
    margin-bottom: 40px;
    border-bottom: 1px solid rgba(90, 90, 90, 0.3)
  }

  .dinner-dish:last-child {
    margin-bottom: 0;
    border-bottom-width: 0
  }

  .dinner-dish .col-wrap {
    height: auto !important
  }

  .categories-list {
    padding: 14px 0
  }

  .categories-list.fixed ul {
    width: 740px
  }

  .cart-item .img-wrap {
    border: none
  }

  .cart-item .cart-col {
    height: auto !important
  }

  .cart-item div[class*='col-']:nth-child(2n+1) {
    clear: both
  }

  .cart-item .title-wrap {
    margin-top: 20px
  }

  .cart-item .title-wrap h5 {
    margin-bottom: 15px
  }

  .cart-item .count-cell, .cart-item .price-cell {
    padding: 12px 15px;
    border: none;
    text-align: center
  }

  .personal-form .wrap {
    width: auto;
    padding: 20px 22px
  }

  .personal-form .bottom {
    padding: 20px 22px
  }

  .personal-form .date-wrap{
    margin-right: 58px;
  }

  .personal-form .date-wrap:after {
    display: none
  }

  .pay-form h3 {
    padding: 20px 25px
  }

  .pay-form li {
    padding-left: 25px
  }

  .pay-form .button {
    margin: 20px 25px
  }

  .detail-holder .detail-column {
    height: auto !important;
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
  }

  .recipe-holder .recipe-column {
    height: auto !important
  }

  .recipe-holder .watch-inventory {
    position: static;
    margin-top: 15px
  }

  .smoothie-section {
    margin-bottom: 0
  }

  .smoothie-section .container {
    padding-top: 20px;
    padding-bottom: 30px
  }

  .smoothie-section .item-description .title, .smoothie-section .item-description .description {
    padding-left: 0
  }

  .smoothie-section .bg-img {
    position: static;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    min-height: 0;
  }

  .parallax-mirror {
    display: none !important
  }

  .how-work-section {
    background: none;
  }
  .how-work-section .col-wrap {
    height: auto !important
  }

  .how-work-section .col-wrap:before {
    display: none
  }

  .how-work-section .item {
    margin-bottom: 100px
  }

  .how-work-section .img-wrap {
    text-align: center !important;
    display: block;
    margin-right: 0 !important;
    margin-left: 0 !important;
    margin-bottom: 20px;
    left: 0 !important;
  }

  .how-work-section .text-wrap {
    display: block
  }

  .how-work-section .img-wrap:before{
    top: 0 !important;
    left: 0 !important;
  }
  .how-work-section .item-02 .text-wrap{
    padding-right: 0;
  }

  .news-top-section {
    height: auto !important
  }

  .news-top-section .container {
    padding-top: 50px;
    padding-bottom: 120px
  }

  .btn-to-top{
    bottom: 15px;
    right: 15px;
  }
}

@media (max-width: 767px) {
  .header .city-wrap {
    text-align: center;
    margin-bottom: 10px
  }

  .header .city-wrap:before {
    position: static;
    display: inline-block
  }

  .header .tel-wrap {
    margin-bottom: 14px
  }

  .header .account {
    text-align: center
  }

  .header .account .login {
    margin-left: 19px
  }

  .main-section-02 .how-item {
    margin-bottom: 20px
  }

  .main-section-04 .button {
    margin-left: -60px
  }

  .main-section-04 .scheme-block {
    zoom: .75
  }

  .main-section-04 .item-02 .text{
    margin-left: -15px;
    margin-right: 15px;
  }

  .main-section-06 .item {
    margin-bottom: 20px
  }

  .main-section-08 .news-slider {
    margin: 0;
    padding-bottom: 20px
  }

  .main-section-08 .img-wrap {
    height: auto !important
  }

  .main-section-09 .text-wrap {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
  }

  .main-section-09 .text-wrap h2 {
    font-size: 32px !important;
    margin-bottom: 15px
  }

  .main-section-09 .text-wrap p {
    font-size: 17px !important;
    line-height: 22px !important;
    margin-bottom: 25px
  }

  .main-section-09 .text-wrap .button {
    font-size: 14px
  }

  .main-section-09 .block-item {
    margin: 15px 5px
  }

  .main-section-09 .item{
    padding: 0;
  }

  .footer .subscribe-form {
    margin-top: 20px
  }

  .footer .share-block {
    text-align: left;
    margin-top: 20px
  }

  .popup {
    width: 300px
  }

  .popup .tabs li {
    float: none;
    margin-bottom: 10px;
    width: 100%
  }

  .dish-item .dish-title {
    overflow: visible;
    white-space: normal
  }

  .dish-item .count-wrap {
    margin-bottom: 10px
  }

  .dish-item .controls-panel {
    position: static
  }

  .categories-list ul {
    margin: -9px -6px;
    -ms-text-align-last: left;
    text-align-last: left
  }

  .categories-list ul:after {
    display: none
  }

  .categories-list li {
    margin: 9px 11px
  }

  .dinners-form-section .container {
    padding-bottom: 20px !important
  }

  .dinners-form-section .benefits-list {
    margin-bottom: 20px;
    padding: 10px;
    background: rgba(255, 255, 255, 0.6)
  }

  .dinners-form-section .scrollDown {
    position: static;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px
  }

  .dinners-group h3 {
    text-align: left
  }

  .dinners-group h6 {
    margin-top: 30px;
  }
  .dinners-group h4 {
    margin-bottom: 5px
  }

  .dinners-group .dish-info {
    margin-top: 22px;
    margin-bottom: 0;
  }

  .dinners-group .button-wrap{
    margin-top: 40px;
  }

  .dinners-group .dinner-dish {
    margin-bottom: 0;
  }

  .categories-list {
    padding: 14px 0
  }

  .categories-list.fixed ul {
    min-width: 320px;
    padding-left: 5px;
    padding-right: 5px;
    width: 100%
  }

  .cart-holder .status-bar .text {
    display: none
  }

  .cart-holder .status-bar .ico {
    margin-right: 0
  }

  .cart-holder .order-info {
    margin-top: 20px
  }

  .cart-item .title-wrap {
    padding: 0 15px
  }

  .cart-item .title-wrap h5 {
    height: auto
  }

  .cart-item .count-cell {
    text-align: left
  }

  .cart-item .price-cell {
    text-align: right
  }

  .pay-form .ico {
    display: none
  }

  .pay-form li {
    padding-right: 10px
  }

  .order-accepted {
    background-position: 10px center
  }

  .order-accepted .text {
    margin-left: 80px;
    padding: 15px 25px
  }

  .order-accepted h4 {
    font-size: 24px;
    margin-bottom: 10px
  }

  .order-accepted p {
    font-size: 14px
  }

  .recipe-holder .ingredients-block {
    margin-top: 25px
  }

  .stage-item .img-wrap {
    height: auto !important;
    margin-bottom: 15px
  }

  .stage-item .text-wrap {
    height: auto !important
  }

  .bon-apetit span {
    padding: 0 6px
  }

  .delivery-section .prices {
    margin-left: 0;
    margin-right: 0
  }

  .delivery-section .prices .item {
    float: none;
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #dfdedf
  }

  .delivery-section .prices .item:last-child {
    border-bottom-width: 0
  }

  .delivery-section .delivery-time ul {
    margin: 0 60px 0 90px
  }

  .news-top-section h2 {
    font-size: 33px;
    line-height: 38px
  }

  .news-top-section p {
    font-size: 16px;
    line-height: 24px
  }

  .news-content-section .content-block blockquote {
    font-size: 24px;
    line-height: 32px;
    padding-left: 60px
  }

  .news-content-section .content-bottom .comment-item {
    width: 100%
  }

  .news-content-section .content-bottom .write-comment {
    width: 100%
  }

  .cart-item .img-wrap img{
    min-height: 0;
  }
  .detail-holder .img-wrap img{
    min-height: 0;
  }


}

@media (max-width: 479px) {
  .delivery-section .delivery-time li {
    display: block;
    text-align: center;
    margin-bottom: 20px
  }

  .delivery-section .delivery-time li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0
  }
}

@media (min-width: 992px){

  section[class*="main-section-"]{
    background-attachment: fixed;
  }

  section[class*="dinners-form-section"]{
    background-attachment: fixed;
  }


}
.dish-item a img{
  width: 100%;
}



.header .nav{
  margin-top: 17px;
}
.header .logo-wrap{
  width: 85px;
}
.header.fixed .top{
  display: none;
}
.header .nav-trigger{
  margin-top: 5px;
}


@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape)
and (-webkit-min-device-pixel-ratio: 1)  { 
  .main-section-01, .main-section-02, .main-section-03, .main-section-04, .main-section-05, .main-section-06, .main-section-07, .main-section-08, .main-section-09 {
    background-size: auto 100%;
    background-position: center;
    background-attachment: inherit;
  }

  section[class*="main-section-"]{
    background-size: auto 100%;
    background-position: center;
    background-attachment: inherit;
  }  

}