.call_me_btn {
  position: fixed;
  z-index: 100;
  right: 20px;
  bottom: 20px;
}
.no_discount {
  position: absolute;
  top: 0;
  left: 0;
  z-index:5;
  width: 100%;
}
.no_discount_holder {
  position: relative;
}
.no_discount_text {
  font-size: 90%;
}
.no_discount_star {
  position: absolute;
  font-size: 24px;
  padding-top: 4px;
  padding-right: 6px;
  top: 0;
  left: 0;
  z-index:5;
  text-align: right;
  width: 100%;
}

pre.pre_no_discount {
  padding: 10px;
  font-size: 14px;
  line-height: 20px;
  border-radius: 3px;
  position: relative;
  margin: 0;
  z-index: 6;
}
pre:after {
  content: '';
  position: absolute;
  z-index: 6;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 50px 50px 0;
  border-color: transparent #AA2732 transparent transparent;
}
img {
  border : none;
}
img a {
  outline : none;
}
.text-coupon {
  width: 100%;
  text-align: center;
  font-size: 16px;
  line-height: 26px;
  color: #272b2f;
  flex-grow: 0;
  margin-top: 20px;
}
/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
.owl-carousel,
.owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}
.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  -moz-backface-visibility: hidden;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: none;
}
.no-js .owl-carousel,
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

.promotions_image {
  overflow:hidden;
}
.promotions_image img {
  -moz-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  -webkit-transition: all 1s ease-out;
}
.promotions_image img:hover{
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  transition: height 0.5s ease-in-out;
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 0.4s ease;
}
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 0.1s ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 0.4s ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  -o-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
}
.row {
  margin-left: -20px;
  margin-right: -20px;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-xs-12,
.col-sm-12,
.col-md-12 {
  position: relative;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 800px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
@media (max-width: 799px) {
  .visible-xs {
    display: block !important;
  }
}
@media (min-width: 800px) and (max-width: 1199px) {
  .visible-sm {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-md {
    display: block !important;
  }
}
@media (max-width: 799px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 800px) and (max-width: 1199px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-md {
    display: none !important;
  }
}
/*! jQuery UI - v1.12.1 - 2017-11-29
* http://jqueryui.com
* Includes: core.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, menu.css, selectmenu.css, spinner.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?scope=&folderName=base&cornerRadiusShadow=8px&offsetLeftShadow=0px&offsetTopShadow=0px&thicknessShadow=5px&opacityShadow=30&bgImgOpacityShadow=0&bgTextureShadow=flat&bgColorShadow=666666&opacityOverlay=30&bgImgOpacityOverlay=0&bgTextureOverlay=flat&bgColorOverlay=aaaaaa&iconColorError=cc0000&fcError=5f3f3f&borderColorError=f1a899&bgTextureError=flat&bgColorError=fddfdf&iconColorHighlight=777620&fcHighlight=777620&borderColorHighlight=dad55e&bgTextureHighlight=flat&bgColorHighlight=fffa90&iconColorActive=ffffff&fcActive=ffffff&borderColorActive=003eff&bgTextureActive=flat&bgColorActive=007fff&iconColorHover=555555&fcHover=2b2b2b&borderColorHover=cccccc&bgTextureHover=flat&bgColorHover=ededed&iconColorDefault=777777&fcDefault=454545&borderColorDefault=c5c5c5&bgTextureDefault=flat&bgColorDefault=f6f6f6&iconColorContent=444444&fcContent=333333&borderColorContent=dddddd&bgTextureContent=flat&bgColorContent=ffffff&iconColorHeader=444444&fcHeader=333333&borderColorHeader=dddddd&bgTextureHeader=flat&bgColorHeader=e9e9e9&cornerRadius=3px&fwDefault=normal&fsDefault=1em&ffDefault=Arial%2CHelvetica%2Csans-serif
* Copyright jQuery Foundation and other contributors; Licensed MIT */
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none;
}
.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}
.ui-helper-clearfix:after {
  clear: both;
}
.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
  /* support: IE8 */
}
.ui-front {
  z-index: 100;
}
/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important;
  pointer-events: none;
}
/* Icons
----------------------------------*/
.ui-icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: -0.25em;
  position: relative;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}
.ui-widget-icon-block {
  left: 50%;
  margin-left: -8px;
  display: block;
}
/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ui-button {
  padding: .4em 1em;
  display: inline-block;
  position: relative;
  line-height: normal;
  margin-right: .1em;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /* Support: IE <= 11 */
  overflow: visible;
}
.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
  text-decoration: none;
}
/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
  width: 2em;
  box-sizing: border-box;
  text-indent: -9999px;
  white-space: nowrap;
}
/* no icon support for input elements */
input.ui-button.ui-button-icon-only {
  text-indent: 0;
}
/* button icon element(s) */
.ui-button-icon-only .ui-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -8px;
}
.ui-button.ui-icon-notext .ui-icon {
  padding: 0;
  width: 2.1em;
  height: 2.1em;
  text-indent: -9999px;
  white-space: nowrap;
}
input.ui-button.ui-icon-notext .ui-icon {
  width: auto;
  height: auto;
  text-indent: 0;
  white-space: normal;
  padding: .4em 1em;
}
/* workarounds */
/* Support: Firefox 5 - 40 */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.ui-controlgroup {
  vertical-align: middle;
  display: inline-block;
}
.ui-controlgroup > .ui-controlgroup-item {
  float: left;
  margin-left: 0;
  margin-right: 0;
}
.ui-controlgroup > .ui-controlgroup-item:focus,
.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus {
  z-index: 9999;
}
.ui-controlgroup-vertical > .ui-controlgroup-item {
  display: block;
  float: none;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  text-align: left;
}
.ui-controlgroup-vertical .ui-controlgroup-item {
  box-sizing: border-box;
}
.ui-controlgroup .ui-controlgroup-label {
  padding: .4em 1em;
}
.ui-controlgroup .ui-controlgroup-label span {
  font-size: 80%;
}
.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
  border-left: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
  border-top: none;
}
.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
  border-right: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
  border-bottom: none;
}
/* Spinner specific style fixes */
.ui-controlgroup-vertical .ui-spinner-input {
  /* Support: IE8 only, Android < 4.4 only */
  width: 75%;
  width: calc(97.6%);
}
.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
  border-top-style: solid;
}
.ui-checkboxradio-label .ui-icon-background {
  box-shadow: inset 1px 1px 1px #ccc;
  border-radius: .12em;
  border: none;
}
.ui-checkboxradio-radio-label .ui-icon-background {
  width: 16px;
  height: 16px;
  border-radius: 1em;
  overflow: visible;
  border: none;
}
.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
  background-image: none;
  width: 8px;
  height: 8px;
  border-width: 4px;
  border-style: solid;
}
.ui-checkboxradio-disabled {
  pointer-events: none;
}
.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0;
  display: none;
}
.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}
.ui-datepicker .ui-datepicker-next {
  right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 45%;
}
.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em;
}
.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}
.ui-datepicker td {
  border: 0;
  padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}
/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
  width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}
.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}
/* RTL support */
.ui-datepicker-rtl {
  direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}
/* Icons */
.ui-datepicker .ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
  left: .5em;
  top: .3em;
}
.ui-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  outline: 0;
}
.ui-menu .ui-menu {
  position: absolute;
}
.ui-menu .ui-menu-item {
  margin: 0;
  cursor: pointer;
  /* support: IE10, see #8844 */
  list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}
.ui-menu .ui-menu-item-wrapper {
  position: relative;
  padding: 3px 1em 3px .4em;
}
.ui-menu .ui-menu-divider {
  margin: 5px 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0;
}
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
  margin: -1px;
}
/* icon support */
.ui-menu-icons {
  position: relative;
}
.ui-menu-icons .ui-menu-item-wrapper {
  padding-left: 2em;
}
/* left-aligned */
.ui-menu .ui-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: .2em;
  margin: auto 0;
}
/* right-aligned */
.ui-menu .ui-menu-icon {
  left: auto;
  right: 0;
}
.ui-selectmenu-menu {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}
.ui-selectmenu-menu .ui-menu {
  overflow: auto;
  overflow-x: hidden;
  padding-bottom: 1px;
}
.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
  font-size: 1em;
  font-weight: bold;
  line-height: 1.5;
  padding: 2px 0.4em;
  margin: 0.5em 0 0 0;
  height: auto;
  border: 0;
}
.ui-selectmenu-open {
  display: block;
}
.ui-selectmenu-text {
  display: block;
  margin-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ui-selectmenu-button.ui-button {
  text-align: left;
  white-space: nowrap;
  width: 14em;
}
.ui-selectmenu-icon.ui-icon {
  float: right;
  margin-top: 0;
}
.ui-spinner {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0;
  vertical-align: middle;
}
.ui-spinner-input {
  border: none;
  background: none;
  color: inherit;
  padding: .222em 0;
  margin: .2em 0;
  vertical-align: middle;
  margin-left: .4em;
  margin-right: 2em;
}
.ui-spinner-button {
  width: 1.6em;
  height: 50%;
  font-size: .5em;
  padding: 0;
  margin: 0;
  text-align: center;
  position: absolute;
  cursor: default;
  display: block;
  overflow: hidden;
  right: 0;
}
/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
  border-top-style: none;
  border-bottom-style: none;
  border-right-style: none;
}
.ui-spinner-up {
  top: 0;
}
.ui-spinner-down {
  bottom: 0;
}
/* Component containers
----------------------------------*/
.ui-widget {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
}
.ui-widget .ui-widget {
  font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
}
.ui-widget.ui-widget-content {
  border: 1px solid #c5c5c5;
}
.ui-widget-content {
  border: 1px solid #dddddd;
  background: #ffffff;
  color: #333333;
}
.ui-widget-content a {
  color: #333333;
}
.ui-widget-header {
  border: 1px solid #dddddd;
  background: #e9e9e9;
  color: #333333;
  font-weight: bold;
}
.ui-widget-header a {
  color: #333333;
}
/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  border: 1px solid #c5c5c5;
  background: #f6f6f6;
  font-weight: normal;
  color: #454545;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
  color: #454545;
  text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
  border: 1px solid #cccccc;
  background: #ededed;
  font-weight: normal;
  color: #2b2b2b;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
  color: #2b2b2b;
  text-decoration: none;
}
.ui-visual-focus {
  box-shadow: 0 0 3px 1px #5e9ed6;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  border: 1px solid #003eff;
  background: #007fff;
  font-weight: normal;
  color: #ffffff;
}
.ui-icon-background,
.ui-state-active .ui-icon-background {
  border: #003eff;
  background-color: #ffffff;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #ffffff;
  text-decoration: none;
}
/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #dad55e;
  background: #fffa90;
  color: #777620;
}
.ui-state-checked {
  border: 1px solid #dad55e;
  background: #fffa90;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #777620;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #f1a899;
  background: #fddfdf;
  color: #5f3f3f;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #5f3f3f;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #5f3f3f;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: alpha(opacity=70);
  /* support: IE8 */
  font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: alpha(opacity=35);
  /* support: IE8 */
  background-image: none;
}
.ui-state-disabled .ui-icon {
  filter: alpha(opacity=35);
  /* support: IE8 - See #6059 */
}
/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  width: 16px;
  height: 16px;
}
/* positioning */
/* Misc visuals
----------------------------------*/
/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 3px;
}
/* Overlays */
.ui-widget-overlay {
  background: #aaaaaa;
  opacity: .3;
  filter: alpha(opacity=30);
  /* support: IE8 */
}
.ui-widget-shadow {
  -webkit-box-shadow: 0px 0px 5px #666666;
  box-shadow: 0px 0px 5px #666666;
}
@font-face {
  font-family: 'VerbenaC-Bold';
  src: url('../fonts/VerbenaC/VerbenaC-Bold.eot');
  src: local('☺'), url('../fonts/VerbenaC/VerbenaC-Bold.woff') format('woff'), url('../fonts/VerbenaC/VerbenaC-Bold.ttf') format('truetype'), url('../fonts/VerbenaC/VerbenaC-Bold.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'PosterizerKGRough';
  src: url('../fonts/PosterizerKG/PosterizerKGRough.eot');
  src: local('☺'), url('../fonts/PosterizerKG/PosterizerKGRough.woff') format('woff'), url('../fonts/PosterizerKG/PosterizerKGRough.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'PFStampsPro-Paint';
  src: url('../fonts/PFStampsPro/PFStampsPro-Paint.eot');
  src: local('☺'), url('../fonts/PFStampsPro/PFStampsPro-Paint.woff') format('woff'), url('../fonts/PFStampsPro/PFStampsPro-Paint.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'SouthbankLT';
  src: url('../fonts/SouthbankLT/SouthbankLT.eot');
  src: local('☺'), url('../fonts/SouthbankLT/SouthbankLT.woff') format('woff'), url('../fonts/SouthbankLT/SouthbankLT.ttf') format('truetype'), url('../fonts/SouthbankLT/SouthbankLT.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Rouble';
  src: url('../fonts/Rouble/rouble.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Rouble';
  src: url('../fonts/Rouble/rouble.woff') format('woff'), url('../fonts/Rouble/rouble.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
/* base */
/* colors */
/* size */
/* common */
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}
/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}
/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}
/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}
/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}
/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}
/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}
/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}
/**
 * Add the correct display in IE.
 */
template {
  display: none;
}
/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  min-width: 400px;
  font-family: Verdana, Arial, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 1.4;
  background: #272b2f;
}
img {
  max-width: 100%;
}
.column {
  padding-left: 20px;
  padding-right: 20px;
  float: left;
}
h1,
h2 {
  color: #272b2f;
  text-transform: uppercase;
  font-family: 'Roboto Slab', sans-serif;
  line-height: 1;
}
.like_h1 {
  font-size: 38px;
  color: #272b2f;
  text-transform: uppercase;
  font-family: 'Roboto Slab', sans-serif;
  line-height: 1;
  font-weight: bold;
  margin: 30px 0 35px;
}
.about-us__text > h1 {
  color: #ac7c4a;
}

h1 {
  font-size: 38px;
  margin: 30px 0 35px;
}
h2 {
  font-size: 22px;
  letter-spacing: 0.04em;
  margin: 35px 0 40px;
}
.row-fluid:before,
.row:before,
.row-fluid:after,
.row:after {
  content: " ";
  display: table;
  clear: both;
}
.row {
  margin-left: -20px;
  margin-right: -20px;
}
.container {
  max-width: 1200px;
  width: 100%;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
.wrapper {
  padding-bottom: 1px;
  padding-top: 1px;
  overflow: hidden;
}
.wrapper--bg-sand {
  background: #ab7c4d url("../img/bg-sand.jpg") center 0 repeat-y;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
}
.wrapper--bg-titles {
  background: #272b2f url("../img/bg-titles.jpg") center 0 repeat-y;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
}
.wrapper--bg-white {
  background: #f6eee2;
}
.wrapper--bg-white + .wrapper--border:before {
  background: url(../img/border-white.png) 0 0 repeat-x;
}
.wrapper--indent {
  padding-top: 25px;
}
.wrapper--border {
  position: relative;
}
.wrapper--border:before,
.wrapper--border:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 3px;
  background: url(../img/border.png) 0 0 repeat-x;
}
.wrapper--border:after {
  top: auto;
  bottom: 0;
  transform: rotate(180deg);
}
.rouble {
  font-family: 'Rouble', sans-serif;
}
.title {
  text-align: center;
  overflow: hidden;
}
.title span {
  position: relative;
}
.title span:before,
.title span:after {
  content: '';
  position: absolute;
  left: -181px;
  top: 50%;
  margin-top: 1px;
  width: 148px;
  height: 6px;
  background: url("../img/waves.png") 0 0 no-repeat;
}
.title span:after {
  right: -181px;
  left: auto;
}
.title-h2 {
  position: relative;
  padding-bottom: 24px;
}
.title-h2:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 4000px;
  margin-left: -2000px;
  border-bottom: 4px dotted #272b2f;
}
.content {
  padding-top: 20px;
  padding-bottom: 35px;
  color: #272b2f;
  font-family: 'Roboto', sans-serif;
}
.content h1 {
  font-size: 24px;
  line-height: 1.25;
  text-transform: none;
  margin-bottom: 28px;
}
.content .like_h1 {
  font-size: 24px;
  line-height: 1.25;
  text-transform: none;
  margin: 30px 0 35px;
  margin-bottom: 28px;
  color: #272b2f;
  font-family: 'Roboto Slab', sans-serif;
}

.content h2 {
  font-family: 'Roboto', sans-serif;
  text-transform: uppercase;
  font-size: 16px;
  margin: 38px 0 16px;
  line-height: 1.4;
}
.content p {
  margin: 16px 0;
  line-height: 1.3;
}
hr {
  border: 0;
  border-bottom: 1px solid #e5d8c7;
  margin: 12px 0;
}
/* buttons, icons */
.btn {
  display: inline-block;
  vertical-align: middle;
  padding: 17px 34px;
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  line-height: 1.3;
  text-decoration: none;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  cursor: pointer;
  border: 0;
  outline: none;
  background-color: #9f2927;
  transition: 0.3s all ease-in-out;
}
.btn:focus {
  text-decoration: none;
  color: #fff;
  outline: none !important;
}
.btn:hover {
  text-decoration: none;
  color: #fff;
  background-color: #bf2927;
}
.btn--dark {
  background: #272b2f;
}
.btn--dark:hover {
  background-color: #c4051c;
}

.btn--red {
  background: #c4051c;
}
.btn--red:hover {
  background-color: #272b2f;
}

.icon {
  display: inline-block;
  vertical-align: middle;
}
.icon-vk {
  width: 38px;
  height: 38px;
}
.icon-facebook {
  width: 38px;
  height: 38px;
}
.icon-instagram {
  width: 38px;
  height: 38px;
}
.icon-basket {
  width: 33px;
  height: 28px;
}
.icon-parking {
  fill: #baa06e;
  width: 36px;
  height: 37px;
}
.icon-wifi {
  fill: #baa06e;
  width: 36px;
  height: 28px;
}
.icon-cake {
  fill: #baa06e;
  width: 36px;
  height: 39px;
}
.icon-ball {
  fill: #baa06e;
  width: 36px;
  height: 39px;
}
.icon-microphone {
  fill: #baa06e;
  width: 36px;
  height: 32px;
}
.icon-cocktail {
  fill: #baa06e;
  width: 36px;
  height: 37px;
}
.icon-eye {
  fill: #272b2f;
  width: 54px;
  height: 32px;
}
.icon-note {
  width: 36px;
  height: 38px;
  fill: #272b2f;
}
.icon-down-arrow {
  width: 10px;
  height: 10px;
  fill: #272b2f;
}
.icon-knife {
  width: 34px;
  height: 36px;
  fill: #7c644b;
}
.icon-cup {
  width: 38px;
  height: 43px;
  fill: #7c644b;
  position: relative;
  top: -1px;
}
/* elements form */
/* form elements */
.checkbox, .radio {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
.checkbox + label, .radio + label {
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  position: relative;
  display: block;
  margin: 0;
  padding: 5px 0 5px 35px;
  cursor: pointer;
  color: #272b2f;
}
.checkbox + label:before, .radio + label:before {
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -13px;
  left: 0;
  width: 26px;
  height: 26px;
  background: #ffffff;
  border: 2px solid #181716;
}
.radio + label:before {
    border-radius: 13px;
}
.checkbox + label:after, .radio + label:after {
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -7px;
  left: 6px;
  width: 15px;
  height: 14px;
  opacity: 0;
  background: url("../img/icons/check.png") 0 0 no-repeat;
  transform: scale(0);
  transition: 0.3s all ease-in-out;
}
.checkbox:checked + label:after, .radio:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
.checkbox:disabled + label, .radio:disabled + label {
  color: #272b2f;
}
.checkbox:disabled + label:after, .radio:disabled + label:after {
  display: none;
}
.checkbox:disabled + label:before, .radio:disabled + label:before {
  opacity: 0.6;
}
.form-group {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  width: 100%;
  margin-bottom: 25px;
  padding-left: 8px;
  padding-right: 8px;
}
.form-group--last {
  margin-bottom: 15px;
}
.form-group--block {
  display: block;
  padding-left: 0;
  padding-right: 0;
}
.form-group--block .form-group__title {
  padding-left: 0;
  padding-right: 0;
  display: block;
}
.form-group__title {
  padding-right: 7px;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 5px;
  display: inline-block;
  text-align: left;
  color: #272b2f;
  font-family: 'Roboto', sans-serif;
  -webkit-flex-grow: 0;
  -ms-flex-grow: 0;
  flex-grow: 0;
}
.form-group__title--size-1 {
  min-width: 35px;
  padding-right: 3px;
}
.form-group__title--size-2 {
  min-width: 76px;
  padding-right: 4px;
}
.form-group__title--size-3 {
  min-width: 87px;
  padding-right: 4px;
}
.form-group__title--select span {
  position: relative;
  padding-right: 30px;
}
.form-group__title--select span:after {
  content: '';
  position: absolute;
  right: 16px;
  margin-top: -4px;
  top: 50%;
  background: url("../img/icons/arrow-down.png") 0 0 no-repeat;
  width: 11px;
  height: 8px;
}
.form-group__input {
  -webkit-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
}
.form-group__input--count {
  text-align: right;
  font-family: 'Roboto', sans-serif;
}
.form-group__input--count span {
  color: #272b2f;
  display: inline-block;
  vertical-align: middle;
}
.form-group__input--count .ui-spinner {
  margin-left: 5px;
  margin-right: -7.5px;
}
.form-group__input--date {
  -webkit-flex-grow: 0;
  -ms-flex-grow: 0;
  flex-grow: 0;
}
.form-group__input--date .ui-selectmenu-text:after {
  content: ',';
  display: inline-block;
}
.form-group__input--date .ui-selectmenu-button.ui-button {
  width: auto;
  min-width: auto;
}
.form-group__input--time {
  width: 59px;
  -webkit-flex-grow: 0;
  -ms-flex-grow: 0;
  flex-grow: 0;
}
.form-group__input--phone {
  /*max-width: 155px;*/
}
.form-group__text {
  padding-left: 15px;
  width: 88%;
}
.form-text {
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  text-align: left;
  line-height: 1.2;
  color: #8a857f;
}
.form-control {
  display: block;
  width: 100%;
  background: #ffffff;
  border: 0;
  outline: none;
  height: 26px;
  line-height: 1.5;
  padding: 3px 9px;
  font-weight: bold;
  font-family: 'Roboto', sans-serif;
}
.form-control + .error {
  display: none !important;
}
textarea.form-control {
  resize: none;
  height: auto;
  padding-top: 5px;
  padding-bottom: 5px;
}
.form-inline {
  margin-left: -8px;
  margin-right: -8px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
.form-inline .form-group__title {
  margin-bottom: 0;
}
.form-inline .form-group__street {
  width: 52.6%;
}
.form-inline .form-group__home {
  width: 47.4%;
}
.form-inline .form-group__apartment {
  width: 28%;
}
.form-inline .form-group__entrance {
  padding-left: 0;
  width: 24.6%;
}
.form-inline .form-group__code {
  width: 20.5%;
}
.form-inline .form-group__level {
  padding-left: 5px;
  width: 26.9%;
}
.form-inline .form-group + hr {
  margin-top: -11px;
}
.form-inline .form-control {
  width: 30px;
  min-width: 100%;
}
.form-inline + hr {
  margin-top: -11px;
}
.form-agreement {
  margin: 15px 0;
  text-align: left;
}
.form-agreement .checkbox + label {
  font-size: 12px;
  font-family: 'Roboto', sans-serif;
  color: #8a857f;
}
.form-agreement .checkbox + label a {
  display: inline-block;
  color: inherit;
}
.form-agreement .checkbox + label a:hover {
  text-decoration: none;
}
/* header */
.logo {
  display: block;
  width: 159px;
  font-size: 0;
}
.logo__img {
  width: 100%;
}
.social {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
  font-size: 0;
}
.social__item {
  display: inline-block;
  vertical-align: middle;
  margin: 0 14px;
}
.social__link {
  display: block;
}
.social__link .icon {
  fill: #ab7c4d;
  transition: 0.3s all ease-in-out;
}
.social__link:hover .icon {
  fill: #fff;
}
.btn-toggle {
  display: none;
  margin-right: 20px;
  margin-left: -20px;
  float: left;
  width: 71px;
  height: 67px;
  border: 0;
  outline: none;
  cursor: pointer;
  position: relative;
  background: none;
  transition: 0.3s all ease-in-out;
}
.btn-toggle__line {
  position: absolute;
  height: 5px;
  width: 23px;
  right: 20px;
  top: 34px;
  background: #000;
  transition: 0.3s all ease-in-out;
  border-radius: 8px;
}
.btn-toggle__line:before {
  content: '';
  position: absolute;
  left: -8px;
  top: 0;
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background: #000;
  transition: 0.3s all ease-in-out;
}
.btn-toggle__line:first-child {
  top: 24px;
}
.btn-toggle__line:last-child {
  top: 44px;
}
.btn-toggle.open {
  background: #ffffff;
}
.btn-toggle.open .btn-toggle__line {
  background: #ac7c4a;
}
.btn-toggle.open .btn-toggle__line:before {
  background: #ac7c4a;
}
.menu {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 0;
}
.menu__item {
  display: inline-block;
  vertical-align: middle;
  margin-left: 20px;
}
.menu__item:first-child {
  margin-left: 0;
}
.menu__item:nth-child(6) {
  margin-right: 20px;
}
.menu__item--visible-xs {
  display: none;
}
.menu__link {
  display: block;
  font-family: 'Roboto Slab', sans-serif;
  font-size: 14px;
  line-height: 1.2;
  color: #272b2f;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 600;
  letter-spacing: 0.095em;
}
.menu__link span {
  border-bottom: 1px solid transparent;
  transition: 0.3s all ease-in-out;
}
.menu__link:hover span {
  border-bottom-color: #272b2f;
}
.menu__link:active span {
  color: #ffffff;
  border-bottom-color: #fff;
}
.active span {
  color: #ffffff;
}
@media (max-width: 1024px) {
 .active span {
   color: #272b2f;
 }
 .active:hover span {
   border-bottom-color: #272b2f;
 }
}
.active:hover span {
  border-bottom-color: #fff;
}
.header {
  margin-top: 67px;
}
.header__top {
  background: #ab7c4d url("../img/bg-sand.jpg") center 0 no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  position: fixed;
  z-index: 500;
  left: 0;
  right: 0;
  top: 0;
  height: 67px;
}
.header__top:before,
.header__top:after {
  content: " ";
  display: table;
  clear: both;
}
.header__top-inner {
  padding-right: 217px;
  position: relative;
}
.header__logo {
  float: left;
}
.header__language {
    float: left;
    font-family: 'Roboto Slab', sans-serif;
    font-size: 13px;
    line-height: 1.2;
    padding-top: 26px;
    width: 58px;
    height: 61px;
    display: block;
    background: url(../img/lang.png) top left no-repeat;
}
.language__link {
    /*color: #272b2f;*/
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 600;
    padding-top: 20px;
    padding-left: 18px;
    padding-bottom: 20px;
    padding-right: 18px;
}
.language__link:hover {
    color: #fff;
}
.language__link_active {
    color: #fff;
}
.header__logo .logo {
  height: 67px;
  width: 168px;
  padding-top: 28px;
  padding-right: 13px;
}
.header__menu {
  height: 67px;
  float: left;
  /*padding-left: 26px;*/
  padding-top: 40px;
  border-right: 4px dotted #272b2f;
}
.header__basket {
  float: right;
  /*padding-right: 25px;*/
  position: relative;
}
.header__basket-link {
  position: relative;
  height: 67px;
  /*padding: 0 10px;*/
  line-height: 67px;
  font-family: 'Roboto Slab', sans-serif;
  color: #272b2f;
  font-weight: 600;
  display: inline-block;
  text-decoration: none;
  outline: none;
}
.header__basket-link span {
  position: relative;
  top: 7px;
  line-height: 1;
}
.header__basket-link span:nth-child(2) {
  margin-left: 6px;
  position: relative;
  top: 7px;
  line-height: 1;
}
.header__basket-add-count {
  overflow: hidden;
  color: #ffffff;
  text-align: center;
  font-weight: bold;
  font-family: 'Roboto Slab', sans-serif;
  position: absolute;
  left: -5px;
  right: 30px;
  bottom: -72px;
  height: 0;
  font-size: 42px;
  letter-spacing: 0.03em;
}
.header__basket-add-count > div {
  position: absolute;
  height: 81px;
  bottom: 0;
  left: 0;
  right: 0;
}
.header__basket-add-count > div:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -9px;
  border: 9px solid transparent;
  border-top-width: 0;
  border-bottom-color: #c3031c;
}
.header__basket-add-count span {
  display: block;
  background: #c3031c;
  line-height: 72px;
  position: relative;
  top: 9px;
}
.header__basket-add-count.active {
  top: 58px;
  bottom: auto;
}
.header__basket-add-count.active > div {
  bottom: auto;
  top: 0;
}
.header__delivery {
  position: absolute;
  right: 0;
  top: 0;
}
.header__delivery:after {
  content: '';
  position: absolute;
  top: 0;
  left: 8px;
  right: 8px;
  height: 10px;
  background: url("../img/hatching.png") -5px 0 repeat-x;
}
.header__delivery-link {
  display: block;
  width: 217px;
  height: 269px;
  padding: 155px 24px 10px;
  background: url("../img/delivery-banner.png") 0 bottom no-repeat;
  transition: 0.3s all ease-in-out;
}
.header__content {
  padding-bottom: 44px;
  padding-top: 60px;
  height: 1198px;
  position: relative;
  background: #272b2f;
}
.header__content .container {
  height: 100%;
}
.header__booking {
  position: absolute;
  z-index: 2;
  left: 20px;
  top: 0;
  max-width: 148px;
}
.header__booking-link {
  display: block;
}
.header__banner {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.header__banner > div {
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.header__social {
  position: absolute;
  z-index: 2;
  left: 40px;
  right: 40px;
  bottom: 0;
  
}

.header__content-text {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 90px;
  text-align: center;
  color: #ffffff;
  font-weight: bold;
  font-family: 'Roboto', sans-serif;
  font-size: 24px;
  line-height: 1.54166667;
  text-transform: uppercase;
}
.header__content-text span {
  display: block;
}
.header__about {
  height: 1058px;
}
.header__actions {
  height: 586px;
  text-align: center;
}
.header__img-bounses {
  margin-top: 105px;
}
.header__img-afisha {
  margin-top: 124px;
}
.header__map {
  height: 580px;
  padding-bottom: 25px;
}
.header__map .header__booking-link {
  background: #282b2f;
  font-size: 0;
  border-radius: 50%;
}
.header__map .map {
  position: relative;
  z-index: 1;
}
.header__map .social__link {
  border-radius: 50%;
  background: #272b2f;
  border: 5px solid #272b2f;
}
.header__map .social__link--instagram {
  border-radius: 30%;
}
.header__slider {
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
}
.header__slider .container {
  padding-left: 0;
  padding-right: 0;
}
.header__afisha {
  height: 588px;
  text-align: center;
}
.header__list-menu {
  height: 1196px;
  padding-top: 0;
  background: none;
  overflow: hidden;
}
.header__list-menu .header__booking {
  top: 60px;
}
.header__delivery-content {
  height: 568px;
  text-align: center;
}
.header__delivery-area {
  max-width: 540px;
  margin-top: 49px;
  padding: 21px 7% 16px;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  line-height: 1.05;
  font-family: 'Roboto Slab', sans-serif;
  color: #272b2f;
  background: #aa7b4a url("../img/bg-sand.jpg") center 0 no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
.header__delivery-area a {
  color: #ffffff;
  display: inline-block;
  font-size: 22px;
  text-transform: uppercase;
  text-decoration-color: transparent;
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: 0.3s all ease-in-out;
}
.header__delivery-area a:hover {
  border-bottom-color: #ffffff;
}
.header__delivery-area p {
  margin: 5px 0;
}
.header__dop-info {
  background: #94693e;
  text-align: left;
  padding: 18px 0;
}
.header__dop-info .container {
  padding-left: 0;
  padding-right: 0;
}
.header__dop-info-link {
  color: #272b2f;
  text-transform: uppercase;
  font-size: 14px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 34px;
  letter-spacing: 0.04em;
}
.header__dop-info-link:hover {
  text-decoration: none;
}
.header__dop-info-phone {
  display: inline-block;
  vertical-align: middle;
}
.header__content-404 {
  background: none;
  height: auto;
  padding-bottom: 120px;
}
.header__text-404 {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 398px;
  max-width: 440px;
  font-family: 'Roboto Slab', sans-serif;
  font-size: 14px;
}
.header__text-404 p {
  margin-top: 2px;
}
.header__text-404 a {
  color: #fff;
  text-decoration: none;
  border-bottom: 1px solid #fff;
  transition: 0.3s all ease-in-out;
}
.header__text-404 a:hover {
  border-bottom-color: transparent;
}
.header__text-404-title {
  font-size: 24px;
  font-weight: bold;
}
.header__home {
  height: 830px;
  background: #262a2d;
}
.header__home #video {
  display: block;
  height: 85.2%;
  width: 85%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.header__home .header__banner {
  overflow: hidden;
}
.nav {
  transform: translate3d(0, 0, 0);
}
.nav.scroll .header__delivery-link {
  margin-top: -139px;
  padding-top: 154px;
}
.page-poster .header__delivery-link,
.page-addresses .header__delivery-link,
.page-policy .header__delivery-link,
.page-catalog .header__delivery-link {
  margin-top: -139px;
  padding-top: 154px;
}
.page-actions .header__booking,
.page-catalog .header__booking {
  left: 20px;
}
.page-actions .header__banner > div {
  -webkit-background-size: auto 100%;
  background-size: auto 100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .header__logo .logo {
    padding-top: 17px;
  }
  .calendar__icon-trait::after {
    top: auto !important;
  }
}
/* content */
/* owl-carousel */
.owl-dots {
  font-size: 0;
}
.owl-dot {
  width: 36px;
  height: 36px;
  position: relative;
  display: inline-block;
}
.owl-dot span {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -8px;
  margin-top: -8px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  transition: 0.3s all ease-in-out;
}
.owl-dot span:before,
.owl-dot span:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  -webkit-background-size: 100%;
  background-size: 100%;
  border-radius: 50%;
}
.owl-dot span:before {
  background-image: url("../img/icons/dots-brown.png");
}
.owl-dot span:after {
  background-image: url("../img/icons/dots-white.png");
  opacity: 0;
}
.owl-dot.active span:before {
  opacity: 0;
}
.owl-dot.active span:after {
  opacity: 1;
}
.owl-prev,
.owl-next {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 150px;
}
.owl-prev:before,
.owl-next:before {
  content: '';
  position: absolute;
  left: 20px;
  top: 50%;
  margin-top: -50px;
  width: 28px;
  height: 100px;
  background: url("../img/icons/nav.svg") 0 0 no-repeat;
  -webkit-background-size: 100%;
  background-size: 100%;
}
.owl-prev {
  left: 0;
}
.owl-next {
  right: 0;
}
.owl-next:before {
  left: auto;
  right: 20px;
  transform: rotate(180deg);
}
/* actions */
.wrapper-actions {
  margin-bottom: 40px;
  margin-top: 44px;
}
.actions-slider {
  position: relative;
  padding-left: 108px;
  margin-top: 17px;
  height: 450px;
}
.actions-slider__header {
  position: absolute;
  left: 0;
  bottom: -96px;
  height: 96px;
  width: 450px;
  padding-left: 20px;
  font-family: 'PosterizerKGRough', sans-serif;
  font-size: 53px;
  line-height: 1.25;
  letter-spacing: 0.12em;
  color: #9f7b50;
  text-transform: uppercase;
  background: url("../img/bg-strip.svg") 0 0 no-repeat;
  -webkit-background-size: 100%;
  background-size: 100%;
  transform-origin: 0 0;
  transform: rotate(-90deg);
}
.actions-slider__header:first-letter {
  color: #ffffff;
}
.actions-slider__content {
  max-height: 100%;
  overflow: hidden;
}
/* action block */
.action-block__link {
  display: block;
  font-size: 0;
  height: 100%;
}
.action-block__image {
  overflow: hidden;
  position: relative;
}
.carousel-actions {
  position: static;
}
.carousel-actions .owl-dots {
  position: absolute;
  left: 4px;
  top: 15px;
  width: 36px;
}
/* affiche */
.affiche__link {
  display: block;
  text-decoration: none;
}
.affiche__title {
  display: block;
  margin-bottom: 23px;
  padding-bottom: 17px;
  padding-left: 5px;
  color: #ffffff;
  font-family: 'SouthbankLT', sans-serif;
  font-size: 50px;
  line-height: 1.25;
  text-transform: uppercase;
  background: url("../img/hand.png") right -9px bottom no-repeat;
}
.affiche__title span {
  color: #2c2f32;
}
/* calendar */
.calendar {
  margin-bottom: 66px;
  padding-top: 35px;
}
.calendar__content {
  position: relative;
  background: url("../img/bg-calendar.svg") center 0 no-repeat;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  height: 253px;
  padding: 12px 20px 0 100px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
.calendar__content:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: -35px;
  border-top: 4px dotted #272b2f;
}
.calendar__content:after {
  content: '';
  position: absolute;
  right: 15px;
  bottom: 19px;
  background: url("../img/cups.svg") 0 0 no-repeat;
  width: 100px;
  height: 39px;
}
.calendar__column-title {
  width: 35%;
  padding-top: 21px;
}
.calendar__column-title > span:first-child {
  color: #ffffff;
  font-size: 37px;
  line-height: 1.15;
  font-family: 'VerbenaC-Bold', serif;
  letter-spacing: 0.03em;
}
.calendar__feast {
  font-family: 'PFStampsPro-Paint', sans-serif;
  color: #b19e70;
  font-size: 57px;
  line-height: 1;
}
.calendar__feast:first-line {
  font-size: 63px;
}
.calendar__feast span {
  font-size: 98px;
  vertical-align: top;
  display: inline-block;
  margin-left: -5px;
  margin-top: -9px;
}
.calendar__feast small {
  transform: rotate(-90deg);
  position: relative;
  top: -1px;
  display: inline-block;
  margin-left: -33px;
  font-size: 60%;
  vertical-align: middle;
}
.calendar__icon-trait {
  position: relative;
  font-style: normal;
}
.calendar__icon-trait:after {
  content: '';
  position: absolute;
  right: 4px;
  top: 3px;
  width: 20px;
  height: 5px;
  background: #b19e70;
  border-radius: 1px;
}
.calendar__column-count {
  width: 22%;
  padding-top: 22px;
  text-align: center;
  padding-right: 10px;
}
.calendar__count {
  margin-bottom: 12px;
}
.calendar__count .icon {
  width: 100%;
}
.calendar__column-post {
  padding-top: 21px;
  width: 43%;
}
.calendar__post-desc {
  position: relative;
  padding: 10px 11px 15px;
  color: #ffffff;
  font-family: 'Roboto Slab', sans-serif;
  font-weight: 600;
  letter-spacing: 0.02em;
  font-size: 24px;
  margin-bottom: 20px;
  line-height: 1.15;
}
.calendar__post-desc span {
  color: #b19e70;
}
.calendar__post-desc:before,
.calendar__post-desc:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  height: 5px;
  background: url("../img/border-line.svg") center 0 no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  border-radius: 10px;
}
.calendar__post-desc:before {
  top: 0;
}
.calendar__post-desc:after {
  bottom: 0;
}
.calendar__post-tagline {
  padding-right: 50px;
  padding-left: 10px;
  color: #ffffff;
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 27px;
  line-height: 1.5;
}
.calendar__link {
  color: #ffffff;
  font-size: 15px;
}
.calendar__date {
  display: none;
  color: #ffffff;
  font-size: 26px;
  font-family: 'Roboto Slab', sans-serif;
  font-weight: bold;
}
.calendar__datepicker {
  padding-right: 37px;
  margin-top: 35px;
  margin-bottom: 15px;
}
.calendar--size-sm {
  padding-top: 4px;
  margin-left: -9px;
}
.calendar--size-sm .calendar__content {
  display: block;
  height: 1020px;
  padding-left: 17px;
  padding-top: 0;
  padding-right: 0;
  background: url("../img/bg-calendar-sm-2.svg") 0 0 no-repeat;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
}

.calendar--size-sm .calendar__content:before {
  display: none;
}
.calendar--size-sm .calendar__content:after {
  right: 24px;
  bottom: 34px;
}
.calendar--size-sm .calendar__column-title {
  width: 100%;
  padding-top: 5px;
}
.calendar--size-sm .calendar__column-title > span:first-child {
  padding-left: 6px;
  letter-spacing: .015em;
}
.calendar--size-sm .calendar__feast {
  line-height: 0.92;
  letter-spacing: -0.025em;
}
.calendar--size-sm .calendar__feast:first-line {
  letter-spacing: -0.05em;
}
.calendar--size-sm .calendar__feast span {
  font-size: 94px;
  margin-left: -1px;
  margin-top: -6px;
}
.calendar--size-sm .calendar__feast small {
  margin-left: -43px;
  font-size: 56%;
  position: relative;
  left: 10px;
}
.calendar--size-sm .calendar__column-post {
  width: 100%;
  padding-left: 0;
  float: none;
  position: static;
}
.calendar--size-sm .calendar__date {
  display: block;
  padding-left: 5px;
  margin-top: 0;
}
.calendar--size-sm .calendar__column-post {
  padding-top: 11px;
  padding-right: 21px;
  margin-top: 0;
}
.calendar--size-sm .calendar__post-desc {
  letter-spacing: 0.05em;
  padding: 14px 6px 18px;
  margin-bottom: 5px;
  line-height: 1.15;
  margin-left: 0;
}
.calendar--size-sm .calendar__post-desc:before,
.calendar--size-sm .calendar__post-desc:after {
  left: -5px;
}
.calendar--size-sm .calendar__post-tagline {
  line-height: 1.3;
  padding-left: 3px;
  padding-right: 70px;
  letter-spacing: 0.03em;
}
/* datapicker */
.ui-datepicker-year {
  display: none;
}
.ui-datepicker-title {
  font-size: 0;
}
.ui-datepicker-month {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 35px;
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  display: block;
  line-height: normal;
}
.ui-datepicker {
  background: none;
  margin-left: -13px;
  border: 0 !important;
  width: auto;
}
.ui-datepicker .ui-datepicker-header {
  background: none;
  padding-bottom: 18px;
  margin-bottom: 15px;
  margin-left: 13px;
  border: 0;
  border-bottom: 1px solid #b1996a;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  width: 25px;
  height: 31px;
  left: 0;
  top: 50%;
  margin-top: -24px;
  cursor: pointer;
  background: url("../img/icons/arrow.svg") 0 0 no-repeat;
  -webkit-background-size: 100%;
  background-size: 100%;
  border: 0;
}
.ui-datepicker .ui-datepicker-prev:hover,
.ui-datepicker .ui-datepicker-next:hover {
  border: 0;
}
.ui-datepicker .ui-datepicker-next {
  right: -13px;
  left: auto;
  transform: rotate(180deg);
}
.ui-datepicker th {
  color: #ffffff;
  font-weight: bold;
  font-family: 'Roboto', sans-serif;
  text-transform: uppercase;
  font-size: 12px;
  position: relative;
  top: 8px;
}
.ui-datepicker td {
  padding-left: 0;
  padding-bottom: 14px;
}
.ui-datepicker td .ui-state-default,
.ui-datepicker td span {
  color: #ffffff;
  padding: 0;
  text-align: center;
  background: none;
  border-radius: 50%;
  width: 47px;
  height: 47px;
  line-height: 38px;
  font-size: 21px;
  font-weight: bold;
  border: 5px solid transparent;
  font-family: 'Roboto', sans-serif;
}
.ui-datepicker td .ui-state-active {
  background: #ffffff;
  color: #272b2f;
  border-color: #a12626;
}
.ui-datepicker .ui-datepicker-week-end .ui-state-default {
  color: #a12628;
}
.ui-datepicker .ui-datepicker-week-end .ui-state-active {
  color: #272b2f;
}
/* excessive */
.excessive {
  text-align: center;
  margin-bottom: 40px;
  margin-top: 64px;
}
.excessive__img {
  font-size: 0;
}
/* club */
.join-club {
  margin-top: 21px;
  margin-bottom: 53px;
  min-height: 241px;
}
.join-club__inner {
  position: relative;
  padding-left: 325px;
  padding-right: 130px;
}
.join-club__info {
  padding-top: 37px;
  padding-right: 19px;
}
.join-club__card {
  position: absolute;
  left: 0;
  top: 20px;
  width: 307px;
  height: 221px;
  line-height: 141px;
  padding: 40px;
  text-align: center;
  background: url("../img/frame.png") 0 0 no-repeat;
}
.join-club__right-block {
  width: 130px;
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
}
.join-club__title {
  margin-bottom: 5px;
}
.join-club__subtitle {
  padding-left: 23px;
}
.join-club__subtitle img {
  width: 312px;
  vertical-align: middle;
}
.join-club__subtitle img:first-child {
  margin-right: 10px;
}
.join-club__more-link {
  font-size: 15px;
  color: #ffffff;
}
.join-club__img-coin {
  margin-right: 20px;
}
/* addresses */
.addresses {
  margin-bottom: 64px;
}
.addresses__inner {
  position: relative;
  padding-right: 298px;
  height: 450px;
}
.addresses__header {
  position: absolute;
  left: 0;
  bottom: -96px;
  height: 96px;
  width: 450px;
  padding-left: 20px;
  font-family: 'PosterizerKGRough', sans-serif;
  font-size: 53px;
  line-height: 1.25;
  letter-spacing: 0.12em;
  color: #2c2f32;
  text-transform: uppercase;
  background: url("../img/bg-address.svg") center center no-repeat;
  -webkit-background-size: 100%;
  background-size: 100%;
  transform-origin: 0 0;
  transform: rotate(-90deg);
}
.addresses__header:first-letter {
  color: #ffffff;
}
.addresses__map {
  padding-top: 8px;
  padding-bottom: 9px;
  padding-left: 108px;
}
.addresses__map .map {
  height: 433px;
}
.addresses__info {
  position: absolute;
  width: 298px;
  padding-left: 22px;
  padding-top: 12px;
  right: 0;
  top: 0;
}
.addresses__title {
  margin-bottom: 30px;
  font-family: 'SouthbankLT', sans-serif;
  color: #9e8c6c;
  font-size: 31px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.015em;
}
.addresses__title:first-line {
  letter-spacing: 0.06em;
}
.addresses__title span {
  color: #ffffff;
}
.addresses__text {
  padding-left: 61px;
  letter-spacing: 0.02em;
  line-height: 1.86;
  color: #ffffff;
  position: relative;
  min-height: 161px;
}
.addresses__text:before {
  content: '';
  position: absolute;
  top: 14px;
  left: 9px;
  background: #ffffff;
  height: 1px;
  width: 42px;
  letter-spacing: 0.1em;
}
/* about us */
.about-us {
  text-align: center;
  padding-top: 430px;
  margin-bottom: 40px;
  background: url("../img/content/bg-about.jpg") center -20px no-repeat;
}
.about-us__title {
  margin-bottom: 50px;
}
.about-us__subtitle {
  margin-bottom: 40px;
  color: #ffffff;
  font-size: 25px;
  line-height: 1.48;
  font-weight: bold;
  text-transform: uppercase;
  font-family: 'Roboto', sans-serif;
}
.about-us__subtitle span {
  display: block;
}
.about-us__text {
  font-family: 'Roboto Slab', sans-serif;
  font-weight: 300;
  color: #ac7c4a;
  font-size: 21px;
  line-height: 1.42857143;
}
.about-us__text span {
  display: block;
}
/* advantages */
.advantages {
  padding: 60px 0 10px;
  background: url("../img/bg-sand.jpg") center 0 repeat-y;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
}
.advantages__inner {
  font-size: 0;
}
.advantage-item {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 50px;
  font-size: 16px;
}
.advantage-item__content {
  background: #272b2f;
}
.advantage-item__title {
  color: #ffffff;
  font-size: 0;
}
.advantage-item__title span {
  display: inline-block;
  vertical-align: middle;
  font-family: 'PFStampsPro-Paint', sans-serif;
  font-size: 26px;
  line-height: 1.1;
}
.advantage-item__title span:first-child {
  position: relative;
  top: -2px;
  font-size: 60px;
  line-height: 1.05;
  margin-right: 10px;
}
.advantage-item__title > div {
  position: relative;
  top: -12px;
  left: -20px;
}
.advantage-item__text {
  position: relative;
  min-height: 275px;
  padding: 4px 37px 15px;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  color: #baa06e;
  line-height: 1.5;
}
.advantage-item__text p {
  margin-top: 0;
}
.advantage-item__text:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: -48px;
  height: 48px;
  background: url(../img/bg-image-overlay.png) 0 0 no-repeat;
  background-size: 100%;
}
.advantage-item__image {
  font-size: 0;
  overflow: hidden;
}
.advantage-item__image img {
  width: 100%;
  max-height: 446px;
  -o-object-fit: cover;
  object-fit: cover;
}
/* actions */
.actions {
  padding-top: 40px;
  background: #fff url("../img/bg-sand.jpg") center 0 repeat-y;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
}
.actions__inner {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
.action-item {
  background: #272b2f;
  margin-bottom: 40px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
.action-item__title {
  margin-bottom: 27px;
  color: #ffffff;
  font-size: 24px;
  line-height: 1.25;
  font-weight: bold;
  font-family: 'Roboto', sans-serif;
  text-transform: uppercase;
}
.action-item__title span {
  display: block;
}
.action-item__text {
  color: #ac7c4a;
  font-family: 'Roboto Slab', sans-serif;
  line-height: 1.3125;
}
.action-item__left {
  padding-left: 0;
}
.action-item__right {
  padding-right: 30px;
  padding-top: 13px;
  padding-bottom: 85px;
  position: relative;
}
.action-item__btn {
  position: absolute;
  bottom: 20px;
  left: 30px;
  right: 30px;
}
/* block info */
.block-info {
  text-align: center;
  padding: 70px 0 25px;
}
.block-info__title {
  margin-bottom: 25px;
  font-size: 21px;
  text-transform: uppercase;
  font-weight: bold;
  font-family: 'Roboto', sans-serif;
  line-height: 1.76190476;
  color: #bfbfbf;
  max-width: 70%;
  margin-left: auto;
  margin-right: auto;
}
.block-info__title span {
  display: block;
}
.block-info__text {
  padding: 0 8px;
  font-size: 18px;
  font-family: 'Roboto Slab', sans-serif;
  line-height: 1.66666667;
  color: #ac7c4a;
}
/* addresses items */
.addresses-items {
  padding-top: 60px;
  
}
.addresses-items__inner {
  font-size: 0;
}
.block-address {
  position: relative;
  padding: 9px 0 4px 44px;
  min-height: 73px;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  line-height: 1.28;
  color: #ffffff;
  text-transform: uppercase;
  background: #272b2f;
}
.block-address:before {
  content: '';
  position: absolute;
  left: -6px;
  top: -26px;
  width: 35px;
  height: 63px;
  background: url("../img/icons/pointer.svg") 0 0 no-repeat;
  -webkit-background-size: 100%;
  background-size: 100%;
}
.block-address__link {
  text-decoration: none;
  color: #ffffff;
  font-weight: bold;
  display: inline-block;
  min-height: 34px;
}
.block-address__link:after {
  content: '';
  display: inline;
  margin-left: 5px;
  vertical-align: middle;
  font-size: 0;
  border: 6px solid transparent;
  border-left-color: #9f2927;
}
.block-address__link:hover {
  text-decoration: underline;
}
.block-address__metro {
  position: relative;
  padding-left: 21px;
  margin-top: 5px;
}
.block-address__metro:before {
  content: '';
  position: absolute;
  left: 0;
  top: 2px;
  width: 18px;
  height: 12px;
  background: url("../img/icons/metro.svg") 0 0 no-repeat;
}
.address-item {
  height: 755px;
  font-size: 16px;
  margin-bottom: 48px;
  float: none;
  display: inline-block;
  vertical-align: top;
}
.address-item__content {
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
  background: #272b2f;
}
.address-item__slider {
  margin-left: -20px;
  margin-right: -20px;
}
.address-item__time {
  padding-top: 26px;
  padding-bottom: 29px;
  margin-bottom: 10px;
  text-align: center;
  color: #baa06e;
  line-height: 1;
  font-weight: 300;
  font-family: 'Roboto', sans-serif;
}
.address-item__time span {
  display: block;
  margin-bottom: 32px;
}
.address-item__time span:last-child {
  margin-bottom: 0;
}
.address-item__time b {
  font-weight: bold;
  font-size: 24px;
  font-family: 'Roboto Slab', sans-serif;
}
.address-item__time--weekend {
  padding: 17px 0 10px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  min-height: 68px;
  margin-bottom: 0;
}
.address-item__btn {
  width: 100%;
  font-size: 18px;
  padding: 21px 20px 18px;
}
.carousel-product .owl-dots {
  padding: 10px 12px;
  height: 36px;
  background: #7c644b;
}
.carousel-product .owl-dot {
  width: 18px;
  height: 18px;
}
.carousel-product .owl-dot span {
  width: 8px;
  height: 8px;
  margin-left: -4px;
  margin-top: -4px;
}
.carousel-product .owl-dot span:before,
.carousel-product .owl-dot span:after {
  background: #ffffff;
}
.carousel-product__item {
  position: relative;
}
.carousel-product__link {
  height: 318px;
  display: block;
  overflow: hidden;
}
.carousel-product__link img {
  width: 100%;
  min-height: 100%;
  max-height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: 0.6s all ease-in-out;
  transform: translate3d(0, 0, 0);
}
.carousel-product__link img:hover {
  transform: translate3d(0, 0, 0) scale(1.1);
}
/* single carousel */
.carousel-single-restaurant .owl-dots {
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 13px;
}
.carousel-single-restaurant .owl-dot {
  width: 18px;
  height: 18px;
}
.carousel-single-restaurant .owl-dot span {
  width: 15px;
  height: 15px;
  margin-left: -7.5px;
  margin-top: -7.5px;
  border: 4px solid transparent;
  transition: 0.3s all ease-in-out;
  border-radius: 50%;
}
.carousel-single-restaurant .owl-dot span:before {
  background: #ffffff;
}
.carousel-single-restaurant .owl-dot span:after {
  background: #a02822;
}
.carousel-single-restaurant .owl-dot.active span {
  border-color: #ffffff;
}
/* address info */
.address-info {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 18px;
}
.address-info__inner {
  padding: 20px;
  margin-left: -20px;
  margin-right: -20px;
  background: #7c644b;
}
.address-info span {
  position: relative;
  display: block;
  padding-left: 30px;
}
.address-info span:before {
  content: '';
  position: absolute;
  left: 0;
  top: -4px;
  width: 20px;
  height: 35px;
  background: url(../img/icons/pointer.svg) 0 0 no-repeat;
  -webkit-background-size: 100%;
  background-size: 100%;
}
/* single address */
.single-address {
  margin-bottom: 50px;
  padding-top: 10px;
}
.single-address__title {
  line-height: 1.3125;
  max-width: 50%;
  margin-bottom: 25px;
  font-family: 'Roboto Slab', sans-serif;
}
.single-address__text {
  font-family: 'Roboto Slab', sans-serif;
  color: #996b3b;
  line-height: 1.1875;
  margin-bottom: 45px;
}
.single-address__options {
  font-size: 0;
  list-style: none;
  padding: 0;
  margin: 0 0 25px;
  font-family: 'Roboto Slab', sans-serif;
}
.single-address__options li {
  position: relative;
  margin-bottom: 25px;
  width: 186px;
  display: inline-block;
  vertical-align: top;
  padding-left: 46px;
  line-height: 1;
  font-size: 16px;
  color: #baa06e;
}
.single-address__options li .icon {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}
.single-address__metro {
  list-style: none;
  padding: 0;
  margin: 0 0 13px;
}
.single-address__metro li {
  display: block;
  padding-left: 30px;
  position: relative;
  font-family: 'Roboto', sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 18px;
  margin-top: 3px;
}
.single-address__metro li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 3px;
  width: 24px;
  height: 16px;
  background: url("../img/icons/metro.svg") 0 0 no-repeat;
  -webkit-background-size: 100%;
  background-size: 100%;
}
.single-address__time {
  background: #7c644b;
  font-family: 'Roboto Slab', sans-serif;
  font-weight: bold;
  text-align: center;
  line-height: 1.3;
  font-size: 18px;
  padding: 8px 20px;
}
.single-address__weekend {
  text-align: center;
  line-height: 1.1;
  font-size: 18px;
  font-family: 'Roboto Slab', sans-serif;
  font-weight: 300;
  padding: 7px 20px;
}
.single-address__map {
  height: 244px;
}
.single-address__btn {
  width: 100%;
  max-width: 320px;
}
/* afisha */
.content-afisha {
  padding-top: 29px;
}
.poster-date {
  margin-bottom: 41px;
}
.poster-date__today {
  position: relative;
  font-family: 'VerbenaC-Bold', serif;
  font-size: 60px;
  line-height: 1;
  margin-bottom: 8px;
}
.poster-date__today:before {
  content: '';
  position: absolute;
  left: -11px;
  top: 2px;
  width: 213px;
  height: 67px;
  background: url("../img/today-bg.png") 0 0 no-repeat;
}
.poster-date__today span {
  position: relative;
}
.poster-date__number {
  display: inline-block;
  vertical-align: middle;
  margin-right: 28px;
  font-size: 54px;
  text-transform: uppercase;
  letter-spacing: 0.005em;
  font-weight: bold;
  line-height: 1.11111111;
  font-family: 'Roboto Slab', sans-serif;
}
.poster-filters {
   margin-bottom: 50px;
    clear: both;
    overflow: hidden;
}
.poster-filters__btn {
  background: none;
  display: inline-block;
  vertical-align: middle;
  outline: none;
  border: 0;
  cursor: pointer;
}
.poster-filters__tab {
    position: relative;
    background: url(../img/afisha-btn-bg.png) right -305px no-repeat;
    display: inline-block;
    border: 0;
    cursor: pointer;
    font-size: 1.2em;
    font-family: 'Roboto Slab', sans-serif;
    font-weight: bold;
    overflow: hidden;
    color: #baa06e;
    padding-right: 10px;
    float: left;
}
.poster-filters__tab span {
    display: block;
    background: url(../img/afisha-btn-bg.png) left -244px repeat-x;
    padding: 15px 10px 15px 20px;
    vertical-align: middle;
    outline: none;
}

.poster-filters__tab-active {
    background: url(../img/afisha-btn-bg.png) right -61px no-repeat;
    color: #fff !important;
}
.poster-filters__tab-active span {
    background: url(../img/afisha-btn-bg.png) left 0 no-repeat;
    color: #fff !important;
}

.poster-filters__tab:hover {
    text-decoration: underline;
    color: #fff !important;
    background: url(../img/afisha-btn-bg.png) right -183px no-repeat;
}
.poster-filters__tab:hover span {
    text-decoration: underline;
    color: #fff !important;
    background: url(../img/afisha-btn-bg.png) left -122px no-repeat;
}

.posters-intro {
    font-family: 'Roboto Slab', sans-serif;
    color: #fff;
    font-size: 0.9em;
    text-transform: uppercase;
    margin-top: 40px;
   margin-bottom: 50px; 
	
}
.posters {
  font-size: 0;
  padding-bottom: 8px;
}
.poster-item {
  float: none;
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  margin-bottom: 42px;
}
.poster-item__content {
  min-height: 562px;
  padding: 0 20px 20px;
  position: relative;
  background: #272b2f;
}
.poster-item__address {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  right: 0;
  padding-left: 65px;
}
.poster-item__address:before {
  left: 13px;
}
.poster-item__image {
  margin-left: -20px;
  margin-right: -20px;
  height: 348px;
  overflow: hidden;
}
.poster-item__image a {
  display: block;
  height: 100%;
}
.poster-item__image img {
  display: block;
  width: 100%;
  min-height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: 0.6s all ease-in-out;
  transform: translate3d(0, 0, 0);
}
.poster-item__image img:hover {
  transform: translate3d(0, 0, 0) scale(1.1);
}
.poster-item__title {
  margin-bottom: 20px;
  margin-top: 17px;
  text-transform: uppercase;
  display: table;
  width: 100%;
  text-align: center;
  color: #baa06e;
  line-height: 1.5;
  font-family: 'Roboto', sans-serif;
  height: 48px;
}
.poster-item__title span {
  display: table-cell;
  vertical-align: bottom;
}
.poster-item__time {
  margin-bottom: 23px;
  text-align: center;
  font-size: 24px;
  line-height: 1;
  font-weight: bold;
  font-family: 'Roboto Slab', sans-serif;
}
.poster-item__btn {
  width: 100%;
}

@media screen and (max-width: 1199px) {
    .poster-filters__tab {
        font-size:0.7em;
    }
    .poster-filters__tab.tab0 {
        width: 40%;
    }
    .poster-filters__tab.tab1 {
        width: 30%;
    }
    .poster-filters__tab.tab2 {
        width: 30%;
    }
    .poster-filters__tab span {
        padding: 15px 0 15px 10px;
        width: 100%;
        text-align: center;
    }
    .posters-intro {
        padding-bottom: 40px;
        text-transform: none;
    }
    .calendar--size-sm .calendar__column-post {
        float: left;
    }
}
/* page menu */
.page-menu {
  background: url("../img/bg-titles.jpg") center 67px repeat-y;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
}
.block-menu {
  margin-left: -20px;
  margin-right: -20px;
  height: 567px;
  padding-top: 181px;
  position: relative;
}
.block-menu:before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -600px;
  width: 1200px;
  height: 567px;
  background: url("../img/frame-menu.png") center 0 no-repeat;
}
.block-menu__item {
  /*margin: 0 auto 14px;*/
  margin: 0 auto 0;
  max-width: 183px;
}
.block-menu__link {
  display: block;
  padding-left: 38px;
  position: relative;
  text-decoration: none;
  font-size: 14px;
  color: #ab7c4d;
  font-family: 'Roboto Slab', sans-serif;
}
.block-menu__link:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -16px;
  width: 27px;
  height: 33px;
  background: url("../img/icons/pdf.svg") 0 0 no-repeat;
  -webkit-background-size: 100%;
  background-size: 100%;
}
.block-menu__link span {
  font-weight: bold;
  font-size: 16px;
  color: #272b2f;
  border-bottom: 1px solid #272b2f;
  transition: 0.3s all ease-in-out;
}
.block-menu__link:hover span {
  border-bottom-color: transparent;
}
/* coupon */
/* catalog*/
.catalog {
  font-size: 0;
  padding-top: 40px;
}
.catalog-item {
  float: none;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 40px;
}
.catalog-item__title {
  height: 72px;
  padding: 10px 20px;
  display: table;
  width: 100%;
  background: #272b2f;
}
.catalog-item__title > div {
  display: table-cell;
  vertical-align: bottom;
}
.catalog-item__link {
  font-size: 24px;
  color: #ad9465;
  text-transform: uppercase;
  line-height: 1.04166667;
  display: inline-block;
  font-weight: bold;
  font-family: 'Roboto', sans-serif;
  -moz-text-decoration-color: transparent;
  text-decoration-color: transparent;
  transition: 0.3s all ease-in-out;
}
.catalog-item__link:hover {
  -moz-text-decoration-color: #ad9465;
  text-decoration-color: #ad9465;
}
.catalog-item__slider .owl-dots {
  padding: 6px;
  height: 30px;
  background: #272b2f;
}
/* menu delivery */
.menu-delivery {
  position: relative;
  z-index: 100;
  height: 70px;
}
.menu-delivery .container {
  position: static;
}
.menu-delivery__inner {
  background: #ede4da;
}
.menu-delivery__inner.fixed {
  position: fixed;
  top: 67px;
  left: 0;
  right: 0;
  transform: translate3d(0, 0, 0);
}
.menu-delivery__main-menu {
  float: left;
  height: 70px;
}
.menu-delivery__main-menu:hover .menu-delivery__list-wrapper {
  opacity: 1;
  top: auto;
}
.menu-delivery__main-menu:hover .menu-delivery__btn {
  background: #272b2f;
  color: #fff;
}
.menu-delivery__main-menu:hover .menu-delivery__btn:before {
  opacity: 1;
}
.menu-delivery__main-menu:hover .menu-delivery__btn .icon {
  fill: #fff;
}
.menu-delivery__btn,
.menu-delivery__more-link {
  position: relative;
  display: inline-block;
  padding: 5px 14px 0 20px;
  height: 70px;
  line-height: 50px;
  font-size: 0;
  background: none;
  border: none;
  outline: none;
  cursor: pointer;
  color: #272b2f;
  text-transform: uppercase;
  font-family: 'Roboto Slab', sans-serif;
  font-weight: bold;
  text-decoration: none;
  border-radius: 0;
  transition: 0.3s all ease-in-out;
}
.menu-delivery__btn .icon,
.menu-delivery__more-link .icon {
  transition: 0.3s all ease-in-out;
}
.menu-delivery__btn span,
.menu-delivery__more-link span {
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
  margin-right: 5px;
  letter-spacing: 0.04em;
}
.menu-delivery__btn:before,
.menu-delivery__more-link:before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -6px;
  border: 6px solid transparent;
  border-bottom-color: #ffffff;
  opacity: 0;
  transition: 0.3s all ease-in-out;
}
.menu-delivery__list-wrapper {
  position: absolute;
  top: -999999px;
  left: 0;
  right: 0;
  background: #ffffff;
  opacity: 0;
  transition: 0.3s opacity ease-in-out;
}
.menu-delivery__list {
  list-style: none;
  padding: 8px 0 14px;
  margin: 0;
  font-size: 0;
}
.menu-delivery__item {
  display: inline-block;
  vertical-align: top;
  margin: 4px;
}
.menu-delivery__link {
  display: block;
  text-transform: uppercase;
  color: #a87949;
  font-family: 'Roboto Slab', sans-serif;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.04em;
  text-decoration: none;
  transition: 0.3s all ease-in-out;
  padding: 4px;
}
.menu-delivery__link:hover {
  color: #272b2f;
}
.menu-delivery__more-list {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 0;
}
.menu-delivery__more-list li {
  display: inline-block;
  vertical-align: middle;
}
.menu-delivery__more-link {
  display: block;
  font-size: 20px;
  padding: 13px 40px;
}
.menu-delivery__more-link:before {
  display: none;
}
.menu-delivery__more-link:hover {
  color: #ffffff;
  background: #272b2f;
}
/* actual action */
.actual-action {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 220px;
    text-align: center;
    font-size: 0;
    color: #ffffff;
    background: #aa7b4a url("../img/bg-sand.jpg") center 0 no-repeat;
}
.actual-action a {
    color: #fff;
    text-decoration: none;
}
.actual-action__top {
    background: #272b2f;
    padding-top: 10px;
    padding-bottom: 5px;
}
.actual-action__top-text {
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 3px;
}
.actual-action__counter {
  line-height: 1.2;
  font-family: 'Roboto Slab', sans-serif;
  font-size: 50px;
  font-weight: bold;
  background: #272b2f;
  text-align: center;
}
.actual-action__img {
  background: #ffffff;
  overflow: hidden;
}
.actual-action__img a {
  display: block;
  height: 100%;
}
.actual-action__img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: 0.6s all ease-in-out;
  transform: translate3d(0, 0, 0);
}
.actual-action__img img:hover {
  transform: translate3d(0, 0, 0) scale(1.1);
}
.actual-action__title {
  text-transform: uppercase;
  font-size: 20px;
  line-height: 1.5;
  font-weight: bold;
  font-family: 'Roboto', sans-serif;
  padding: 10px 10px 0 10px;
}
.actual-action__link {
  color: #ffffff;
  text-decoration: none;
  line-height: 1;
  display: inline-block;
  transition: 0.3s all ease-in-out;
}
.actual-action__link:hover {
  border-bottom-color: transparent;
}
.actual-action__price {
  color: #ffffff;
  font-size: 32px;
  font-family: 'Roboto', sans-serif;
  padding: 0 10px 10px 10px;
}
.actual-action__price-inner {
    background: #AA2732;
    width: 100%;
    margin-top: 10px;
}
.actual-action__price .rouble {
  font-weight: normal;
}
.actual-action__price > div > div > span {
  position: relative;
  display: inline-block;
}
.actual-action__price-old {
  /*display: block;*/
  position: relative;
}
.actual-action__price-old > span:after {
    content: '';
    position: absolute;
    width: 80px;
    left: 50%;
    margin-left: -44px;
    top: 40%;
    height: 3px;
    background: #000;
    opacity: 1;
    border-radius: 1px;
    transform: rotate(-15deg);
}
.actual-action__price-new {
  position: relative;
  display: inline-block;
  background: #AA2732;
  line-height: 1.35;
  font-size: 40px;
  font-weight: bold;
}

.actual-action__price-new .rouble {
    font-weight: bold;
}
.actual-action__price-new > span {
  z-index: 1;
  display: block;
  color: #fff;
}
.actual-action__price-new .rouble {
  /*font-size: 25px;*/
  /*vertical-align: top;*/
}
/* page delivery */
.page-delivery .header__delivery-link {
  margin-top: -139px;
  padding-top: 154px;
}
/* spinner */
.ui-spinner {
  width: 110px;
  border: 0 !important;
  background: none;
  position: relative;
  text-align: center;
}
.ui-spinner input {
  font-family: 'Roboto', sans-serif;
  font-size: 24px;
  color: #272b2f;
  font-weight: bold;
}
.ui-spinner-input {
  height: 40px;
  line-height: 32px;
  text-align: center;
  width: 42px;
  margin: 0;
  background: none;
  border: 4px solid #272b2f;
  padding: 0 3px;
}
.ui-spinner-button {
  position: absolute;
  left: 0;
  height: 40px;
  background: none;
  border: 0;
  width: 35px;
  cursor: pointer;
}
.ui-spinner-button span {
  display: none;
}
.ui-spinner-button:hover {
  background: none;
  border: none;
}
.ui-spinner-button:before,
.ui-spinner-button:after {
  content: '';
  position: absolute;
  width: 15px;
  height: 3px;
  top: 50%;
  left: 50%;
  margin-left: -7.5px;
  margin-top: -1.5px;
  background: #272b2f;
}
.ui-spinner-button:after {
  transform: rotate(90deg);
}
.ui-spinner-button:active {
  background: none !important;
  border: 0 !important;
}
.ui-spinner-up {
  left: auto;
  right: 0;
}
.ui-spinner-down:after {
  display: none;
}
/* products */
.products {
  font-size: 0;
  padding-bottom: 30px;
}
.product-item {
  float: none;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 45px;
  font-size: 16px;
 
}
.product-item__img {
  position: relative;
  overflow: hidden;
  height: 320px;
}
.product-item__img a {
  display: block;
  height: 100%;
}
.product-item__img img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  width: 100%;
  transition: 0.6s all ease-in-out;
  transform: translate3d(0, 0, 0);
}
.product-item__img img:hover {
  transform: translate3d(0, 0, 0) scale(1.1);
}
.product-item__info {
  font-family: 'Roboto Slab', sans-serif;
  padding: 20px 24px 23px;
  background: #272b2f;
}
.product-item__title {
  min-height: 66px;
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  color: #baa06e;
  text-transform: uppercase;
  font-size: 24px;
  margin-bottom: 7px;
}
.product-item__link {
  color: #baa06e;
  -moz-text-decoration-color: transparent;
  text-decoration-color: transparent;
  transition: 0.3s all ease-in-out;
}
.product-item__link:hover {
  -moz-text-decoration-color: #baa06e;
  text-decoration-color: #baa06e;
}
.product-item__text {
  color: #aa7b4a;
  line-height: 1.3125;
}
.product-item__text p {
  margin-top: 0;
  margin-bottom: 21px;
}
.product-item__weight {
  font-size: 14px;
  color: #b99f71;
}
.product-item__purchase {
  padding: 9px 20px;
  background: #7c644b;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
.product-item__price {
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  font-size: 28px;
  line-height: 1;
  position: relative;
  top: -3px;
}
.product-item__price .rouble {
  font-weight: normal;
  color: #272b2f;
}

.product-item__btn-buy {
  display: inline-block;
  padding: 2px 5px 4px;
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  font-size: 20px;
  text-decoration: none;
  min-width: 80px;
  text-align: center;
  color: #ffffff;
  background: #AA2732;
  transition: 0.3s all ease-in-out;
}
.product-item__btn-buy:hover {
  color: #272b2f;
  background: #ffffff;
}
.product-item__btn-buy--took {
  color: #272b2f;
  background: #ffffff;
}
.product-item__spinner {
  padding-left: 4px;
}
/* recommend */
.recommend {
  padding-bottom: 10px;
}
.recommend__items {
  font-size: 0;
}
/* product card */
.product-card {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  margin-bottom: 22px;
}
.product-card__img {
  width: 65.51724138%;
  font-size: 0;
}
.product-card__img img {
  width: 100%;
}
.product-card__info {
  width: 34.48275862%;
}
.product-card .product-item {
  height: 100%;
  position: relative;
  background: #272b2f;
  padding-bottom: 150px;
  margin-bottom: 0;
}
.product-card .product-item__info {
  padding: 40px 40px 0;
}
.product-card .product-item__purchase {
  iheight: 58px;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
}
.product-card .product-item__weight {
  position: absolute;
  left: 0;
  bottom: 90px;
  right: 0;
  padding: 0 40px;
  min-height: 40px;
}
.view-all {
  text-align: center;
  margin: 22px 0 35px;
}
.view-all__link {
  font-family: 'Roboto Slab', sans-serif;
  font-weight: bold;
  color: #272b2f;
  border-bottom: 1px solid #272b2f;
  line-height: 1.2;
  text-decoration: none;
  transition: 0.3s all ease-in-out;
}
.view-all__link:hover {
  border-bottom-color: transparent;
}
/* page 404 */
.page-404 {
  background: #edcfb5 url("../img/content/bg-404.jpg") center 0 no-repeat;
}
/* page content */
.page-content .header__delivery-link {
  margin-top: -139px;
  padding-top: 154px;
}
/* page rest */
.page-rest .header__delivery-link {
  margin-top: -139px;
  padding-top: 154px;
}
/* modal */
.modal-backdrop {
  background: #212529;
}
.modal-backdrop.in {
  opacity: 0.92;
}
.modal {
  font-size: 0;
  text-align: center;
}
.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.modal .ui-spinner {
  width: 87px;
}
.modal .ui-spinner input {
  font-size: 16px;
  width: 35px;
  height: 26px;
  line-height: 22px;
  padding-top: 1px;
  border: 2px solid #181716;
}
.modal .ui-spinner-button {
  width: 26px;
  height: 26px;
}
.modal .ui-spinner-button:before,
.modal .ui-spinner-button:after {
  width: 13px;
  background: #8a857f;
  margin-left: -6.5px;
}
.modal-dialog {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  max-width: 540px;
  margin: 15px auto;
  font-size: 16px;
}
.modal-header {
  border: 0;
  background: #272b2f;
  text-align: left;
  padding: 17px 70px 11px 17px;
}
.modal-header .close {
  position: absolute;
  top: 0;
  right: 0;
  border: 0;
  font-size: 0;
  margin: 0;
  width: 80px;
  height: 76px;
  cursor: pointer;
  outline: none;
  background: none;
  border-radius: 10px;
}
.modal-header .close:before,
.modal-header .close:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 40px;
  height: 2px;
  margin-left: -20px;
  margin-top: -1px;
  background: #fff;
  transform: rotate(45deg);
}
.close_dark:before,
.close_dark:after {
  background: #272b2f !important;
}
.modal-header .close:after {
  transform: rotate(-45deg);
}
.modal-header .modal-title {
  color: #ffffff;
  text-transform: uppercase;
  font-weight: normal;
  font-family: 'PFStampsPro-Paint', sans-serif;
  font-size: 0;
  letter-spacing: 0.025em;
}
.modal-header .modal-title .icon {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -1px;
}
.modal-header .modal-title span {
  display: inline-block;
  vertical-align: middle;
  font-size: 48px;
  margin-left: 10px;
  line-height: 1;
}
.modal-content {
  border: 0;
  border-radius: 0;
  box-shadow: none;
  background: #fdf4e8;
}
.modal-body {
  padding: 24px;
}
.modal-btn {
  font-weight: normal;
  letter-spacing: 0.04em;
  text-transform: none;
  font-size: 24px;
  padding: 15px 35px;
}
.modal-btn--active {
  background: #c4051c;
}
.modal-enter-18 {
  color: #272b2f;
}
.modal-enter-18:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 1374px;
  height: 1022px;
  margin-left: -687px;
  margin-top: -511px;
  background: url("../img/bg-back-enter-18.png") center center no-repeat;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  transform: scale(0);
  transition: .5s all ease-in-out;
}
.modal-enter-18.enter-yes {
  overflow: hidden;
}
.modal-enter-18.enter-yes:after {
  transform: scale(1);
}
@media (max-width: 1100px) {
  .modal-enter-18.enter-yes:after {
    transform: scale(0);
  }
}

.modal-enter-18.enter-yes .modal-content:before {
  opacity: 1;
}
.modal-enter-18.enter-yes .modal-content:after {
  display: block;
}
.modal-enter-18.enter-no {
  overflow: hidden;
}
.modal-enter-18.enter-no .modal-content:after {
  display: block;
}
.modal-enter-18 .modal-dialog {
  max-width: 908px;
  height: 570px;
  z-index: 100;
}
.modal-enter-18 .modal-content {
  display: table;
  height: 100%;
  width: 100%;
  transition: 1.5s all ease-in-out;
  background: url("../img/bg-only18.png") center 0 no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
.modal-enter-18 .modal-content:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  transition: .5s all ease-in-out;
  background: url("../img/bg-only18-normal.jpg") center 0 no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
.modal-enter-18 .modal-content:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: none;
}
.modal-enter-18 .modal-body {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  padding: 15px 15px 40px;
}
.modal-enter-18 .modal-title {
  font-size: 46px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-family: 'Roboto', sans-serif;
  transition: 0.3s all ease-in-out;
}
.modal-enter-18 .modal-text {
  text-transform: uppercase;
  margin-bottom: 30px;
  letter-spacing: -0.01em;
}
.modal-enter-18 .modal-btn {
  margin-left: 15px;
  margin-right: 15px;
}
.modal-basket .modal-dialog {
  max-width: 905px;
}
.modal-basket .form-group {
  margin-bottom: 15px;
}
.modal-basket .form-inline + hr {
  margin-top: 0;
}
.modal-reservation .modal-body {
  padding-top: 10px;
}
/* basket */
.basket {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  text-align: left;
  min-height: 446px;
}
.basket__left {
  width: 100%;
  position: relative;
  padding-bottom: 60px;
}
.basket__right {
  padding-left: 37px;
  min-width: 372px;
}
.basket__right-inner {
  background: #7c644b;
  padding: 9px 7px 8px;
  min-height: 446px;
}
.basket__right-content {
  position: relative;
  min-height: 429px;
  padding: 8px 18px 80px;
  border: 2px solid #fdf4e8;
}
.basket__right .checkbox + label {
  margin-bottom: 9px;
  color: #ffffff;
}
.basket__clear {
  text-align: right;
  padding-top: 14px;
}
.basket__clear-link,
.basket__return-link {
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  color: #8a857f;
  display: inline-block;
  transition: 0.3s all ease-in-out;
}
.basket__clear-link:hover,
.basket__return-link:hover {
  text-decoration: none;
}
.basket__return-link {
  color: #272b2f;
}
.basket__return {
  padding-top: 5px;
  margin-bottom: -8px;
  text-align: center;
}
.basket__total {
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  line-height: 1.2;
  font-family: 'Roboto Slab', sans-serif;
  margin-bottom: 16px;
}
.basket__total-price {
  font-size: 52px;
}
.basket__total-new-price {
  font-size: 52px;
}

.basket__coupon {
    padding: 15px 0 8px;
    border-top: 1px solid #8c6d4c;
}

.form-group__title--nocoupon {
    /*text-align: center;*/
}
.form-group__title--nocoupon a {
    color: #272b2f;
}

.basket__btn--coupon {
    padding: 2px 28px;
    font-size: 18px;
    margin-left: 10px;
}

.coupon_error {
}

.coupon_code_input {
   border: 2px solid #000;
}

.basket__total__new {
  font-size: 16px;
  color: #fff;
  font-weight: normal;
}
.basket__total .rouble {
  font-size: 34px;
  font-weight: normal;
}
.basket__total__new .rouble {
  font-size: 32px;
  font-weight: normal;
}

.basket__get-order {
  padding: 15px 0 8px;
  border-top: 1px solid #8c6d4c;
  border-bottom: 1px solid #8c6d4c;
  margin-bottom: 22px;
}
.basket__buttons {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 16px;
}
.basket__btn {
  display: block;
  width: 100%;
  text-transform: none;
  font-size: 16px;
  padding-left: 15px;
  padding-right: 15px;
}
.basket__btn:disabled {
  background: #272b2f;
  color: rgba(255, 255, 255, 0.2);
  cursor: default;
}
.basket__info {
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  line-height: 1.08333333;
  height: 30px;
  display: table;
  margin-bottom: 20px;
  width: 100%;
  color: #272b2f;
  padding-left: 34px;
  position: relative;
}
.basket__info > div {
  display: table-cell;
  vertical-align: middle;
}
.basket__info:before {
  content: '';
  position: absolute;
  left: 0;
  top: 2px;
  width: 26px;
  height: 26px;
  background: url("../img/icons/check-ok.png") 0 0 no-repeat;
}
.basket__info a {
  color: inherit;
  display: inline-block;
  transition: 0.3s all ease-in-out;
}
.basket__info a:hover {
  text-decoration: none;
}
.basket__info--warning:before {
  background-image: url("../img/icons/warning.png");
}
.basket__info--time:before {
  top: 3px;
  width: 24px;
  height: 24px;
  background-image: url("../img/icons/time.png");
}
.basket__info--preparetime {
}
.basket__info--preparetime:before {
  top: 3px;
  width: 24px;
  height: 24px;
  background-image: url("../img/icons/time.png");
}
.basket__info-title {
  position: relative;
  min-height: 30px;
  line-height: 30px;
  padding-right: 7px;
  font-size: 16px;
  margin-bottom: 6px;
}
.basket__info-title:before {
  content: '';
  position: absolute;
  right: -5px;
  top: 12px;
  background: url("../img/icons/arrow-down.png") 0 0 no-repeat;
  width: 11px;
  height: 8px;
}
.basket .checkbox:disabled + label {
  color: #272b2f;
  cursor: default;
}
.basket__message {
  text-align: center;
  width: 100%;
  padding-top: 40px;
}
.basket__message-title {
  font-family: 'Roboto Slab', sans-serif;
  font-size: 24px;
  line-height: 1.54166667;
  color: #272b2f;
  font-weight: bold;
}
.basket__message-text {
  color: #272b2f;
}
.basket__message-text a {
  color: #272b2f;
}
.basket__message-text a:hover {
  text-decoration: none;
}
.basket-product {
  display: table;
  width: 100%;
  border-bottom: 1px solid #e5d8c7;
  position: relative;
  padding: 10px 0 10px 36px;
  height: 72px;
}
.basket-garnish,
.basket-mustard,
.basket-sauce {
  display: table;
  width: 100%;
  border-bottom: 1px solid #e5d8c7;
  position: relative;
  padding: 10px 0 10px 0;
  height: 72px;
}
.basket-product:first-child,
.basket-garnish:first-child,
.basket-mustard:first-child,
.basket-sauce:first-child {
  border-top: 1px solid #e5d8c7;
}
.basket-product__btn-remove {
  font-size: 0;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -13px;
  border: 2px solid #8a857f;
  transition: 0.3s all ease-in-out;
  width: 26px;
  height: 26px;
  cursor: pointer;
  outline: none;
  background: none;
}
.basket-product__btn-remove:before,
.basket-product__btn-remove:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 12px;
  height: 3px;
  margin-left: -6px;
  margin-top: -1.5px;
  background: #8a857f;
  transform: rotate(45deg);
}
.basket-product__btn-remove:after {
  transform: rotate(-45deg);
}
.basket-product__btn-remove:before,
.basket-product__btn-remove:after {
  transition: 0.3s all ease-in-out;
}
.basket-product__btn-remove:hover {
  border-color: #272b2f;
}
.basket-product__btn-remove:hover:before,
.basket-product__btn-remove:hover:after {
  background: #272b2f;
}
.basket-product__title,
.basket-garnish__title,
.basket-mustard__title,
.basket-sauce__title {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  padding-right: 15px;
}
.basket-product__link {
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  color: #272b2f;
  text-decoration: none;
}
.basket-garnish__title,
.basket-mustard__title,
.basket-sauce__title {
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  color: #272b2f;
}
.basket-product__link:hover {
  text-decoration: underline;
}
.basket-product__count,
.basket-garnish__count,
.basket-mustard__count,
.basket-sauce__count {
  display: table-cell;
  vertical-align: middle;
  min-width: 87px;
}
.basket-product__price,
.basket-product__total,
.basket-garnish__price,
.basket-mustard__price,
.basket-sauce__price {
  display: table-cell;
  vertical-align: middle;
  min-width: 70px;
  padding-left: 5px;
  text-align: right;
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  font-size: 12px;
  letter-spacing: 0.08em;
  color: #8a857f;
  line-height: 0.9;
}
.basket-product__price > span:last-child,
.basket-garnish__price > span:last-child,
.basket-mustard__price > span:last-child,
.basket-sauce__price > span:last-child,
.basket-product__total > span:last-child,
.basket-garnish__total > span:last-child,
.basket-mustard__total > span:last-child,
.basket-sauce__total > span:last-child {
  display: block;
  font-size: 15px;
  color: #272b2f;
  letter-spacing: 0;
}
.basket-product__price .rouble,
.basket-garnish__price .rouble,
.basket-mustard__price .rouble,
.basket-sauce__price .rouble,
.basket-product__total .rouble,
.basket-garnish__total .rouble,
.basket-mustard__total .rouble,
.basket-sauce__total .rouble {
  font-weight: normal;
}
.basket-product__price_old,
.basket-product__total_old {
    text-decoration: line-through;
}


/* modal message */
.modal-message {
  text-align: center;
  width: 100%;
  padding-top: 17px;
  min-height: 446px;
}
.modal-message__img--pay {
  margin-bottom: 10px;
}
.modal-message__img--love {
  margin-top: 95px;
  margin-bottom: 13px;
}
.modal-message__title {
  font-family: 'Roboto Slab', sans-serif;
  font-size: 24px;
  line-height: 1.54166667;
  color: #272b2f;
  font-weight: bold;
}
.modal-message__text {
  color: #272b2f;
  font-family: 'Roboto', sans-serif;
}
.modal-message__text a {
  color: #272b2f;
}
.modal-message__text a:hover {
  text-decoration: none;
}
.modal-message__text--size-sm {
  padding-top: 10px;
  margin-left: auto;
  margin-right: auto;
  /*max-width: 257px;*/
}
/* block-form */
.block-form {
  padding-left: 10px;
}
.block-form__title {
  font-family: 'Roboto', sans-serif;
  color: #272b2f;
  line-height: 1.05;
  font-weight: bold;
  margin-bottom: 14px;
}
.block-form--reservation {
  padding-right: 10px;
  padding-bottom: 5px;
}
.block-form--reservation .ui-selectmenu-button.ui-button {
  background: none;
}
.block-form--reservation .ui-selectmenu-button.ui-button.ui-selectmenu-button-open {
  background: #ffffff;
}
.block-form__buttons {
  text-align: center;
  margin-top: 35px;
}
.block-form__btn {
  font-size: 16px;
  text-transform: none;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  max-width: 285px;
}
.block-form__btn:disabled {
  cursor: default;
  background: #272b2f;
  color: rgba(255, 255, 255, 0.2);
}
/* selectmenu */
.ui-selectmenu-menu {
  z-index: 3000;
}
.ui-selectmenu-menu .ui-menu {
  border: 0;
  padding-top: 10px;
  max-height: 350px;
}
.ui-selectmenu-menu .ui-menu .ui-menu-item {
  font-size: 16px;
}
.ui-selectmenu-menu .ui-menu .ui-state-focus,
.ui-selectmenu-menu .ui-menu .ui-state-active {
  background: #272b2f;
  border: 0;
  margin: 0;
}
.ui-selectmenu-menu .ui-menu .ui-menu-item-wrapper {
  padding: 6px 7px;
  outline: none;
  border: 0;
  transition: 0.3s all ease-in-out;
}
.ui-selectmenu-menu.sm .ui-menu {
  padding-top: 0;
}
.ui-selectmenu-menu.sm .ui-menu .ui-menu-item {
  font-size: 12px;
}
.ui-selectmenu-menu.sm .ui-menu .ui-menu-item-wrapper {
  padding: 4px 7px;
}
.ui-selectmenu-button.ui-button {
  display: block;
  min-width: 100%;
  width: 30px;
  padding: 3px 7px;
  line-height: 20px;
  height: 26px;
  border: 0;
  background: #ffffff;
  outline: none;
  border-radius: 0;
}
.ui-selectmenu-text {
  font-family: 'Roboto', sans-serif;
  color: #272b2f;
  font-weight: bold;
  margin-right: 0;
}
.ui-selectmenu-icon.ui-icon {
  display: none;
}
/* footer */
.footer {
  padding: 57px 0;
  background: #ab7c4d url("../img/bg-sand.jpg") center 0 no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
.footer__email {
    font-size: 10px !important;
    text-decoration: none;
    width: 185px;
    text-align: center;
    min-width: 185px;
    margin-top: 5px;
}
.footer__inner {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end;
  padding-left: 8px;
}
.footer__left {
  -webkit-order: -1;
  -ms-order: -1;
  order: -1;
  min-width: 242px;
}
.footer__right {
  width: 100%;
}
.footer__logo {
  width: 185px;
}
.footer__social {
  text-align: left;
  margin-bottom: 20px;
}
.footer__social .social__item {
  margin-left: 0;
  margin-right: 30px;
}
.footer__social .icon {
  fill: #202024;
}
.footer__text {
  text-transform: uppercase;
  font-size: 15px;
  color: #1f2024;
}
.footer--page-404 {
  text-align: center;
  background: none;
}
.footer--page-404 .footer__inner {
  display: block;
  padding-left: 0;
}
.footer--page-404 .footer__social {
  text-align: center;
}
.footer--page-404 .social__item {
  margin-left: 15px;
  margin-right: 15px;
}
.has-error input,
.has-error textarea,
.has-error label:before {
    border: 2px red solid !important;
}
.form-group__address select {
    max-width: 300px;
}

.zones-items {
    padding-top: 20px;
    padding-bottom: 50px;
}
.zones-items__inner {
    /*font-size: 0;*/
    padding-top: 20px;
}
.zones-item__content {
    height: 100%;
    /*padding-left: 20px;*/
    /*padding-right: 20px;*/
    /*background: #272b2f;*/
}
.zones-item__header {
    background: #7C644B;
    color: #282B2F;
    text-transform: uppercase;
}
.zones-item__text {
    padding: 14px 10px 20px 50px;
    font-family: 'Roboto Slab', sans-serif;
}
.block-zone {
    position: relative;
    padding: 10px 0 6px 50px;
    /* min-height: 73px; */
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    line-height: 1.28;
    /* color: #ffffff; */
    text-transform: uppercase;
    /* background: #272b2f; */
    font-weight: bolder;
}
.block-zone:before {
    content: '';
    position: absolute;
    left: 10px;
    top: -26px;
    width: 35px;
    height: 63px;
    background: url(../img/icons/pointer-man.png) 0 0 no-repeat;
    -webkit-background-size: 100%;
    background-size: 100%;
}
.zones-item-1 .zones-item__content {
    background: #92362A;
}
.zones-item-2 .zones-item__content {
    background: #552526;
}
.zones-item__option {
    padding: 2px 0 16px 0;
    font-size: 18px;
}
.zones-item__option:before {
    width: 29px;
    height: 29px;
    display: block;
    content: '';
    position: absolute;
    left: 30px;
}
.zones-item__option-price:before {
    background: url(../img/icons/option-price.png) top left no-repeat;
}
.zones-item__option-time:before {
    background: url(../img/icons/option-time.png) top left no-repeat;
}
.zones-item__option-days:before {
    background: url(../img/icons/option-days.png) top left no-repeat;
}
.loyalty-table {
    border-collapse: collapse;
    width: 100%;
}
.loyalty-table td, .loyalty-table th {
    border: 1px solid #272c2f;
    text-align: center;
    font-weight: normal;
    padding: 10px;
}
.loyalty-table th {
    background: #a77849;
}

.loyalty-how {
    list-style: none;
    padding-left: 60px;
}
.loyalty-how li {
    height: 100px;
    text-transform: uppercase;
    font-weight: bolder;
}
.loyalty-how li:before {
    width: 45px;
    height: 53px;
    display: block;
    content: '';
    position: absolute;
    left: 20px;
}
.loyalty-how__1:before {
    background: url(../img/icons/list-1.png) top left no-repeat;
}
.loyalty-how__2:before {
    background: url(../img/icons/list-2.png) top left no-repeat;
}
.loyalty-how__3:before {
    background: url(../img/icons/list-3.png) top left no-repeat;
}
.select2-results__option[aria-selected] {
    color: #000;
    font-size: .9em;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #7c644b;
    color: white;
}
#streets, #streetsZ {
    width: 100px;
}
.top {
    text-align: center;
}
.top__phone {
    font-family: 'Roboto Slab', sans-serif;
    font-weight: 600;
    color: #1f2024;
    font-size: 1.5em;
    text-decoration: none;
    padding: 10px 0;
}
.fixed__phone {
    background: #9f2927;/* url(../img/bg-sand.jpg) center 0 repeat-y;*/
    border-radius: 40px;
    padding: 20px;
    width: 80px;
    height: 80px;

    position: fixed;
    bottom: 15px;
    right: 15px;
    z-index: 999;
}
.fixed__phone img {
    width: 100%;
    height: 100%;
}

.fixed__phone {
  cursor: pointer;
  box-shadow: 0 0 0 rgba(236, 32, 49, 0.40);
  animation: pulse 3s infinite;
}
.fixed__phone:hover {
  animation: none;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgb(236, 32, 49);
        width: 80px;
        height: 80px;
        border-radius: 40px;
        bottom: 15px;
        right: 15px;
    }
    70% {
        -webkit-box-shadow: 0 0 0 80px rgba(204, 169, 44, 0);
        width: 70px;
        height: 70px;
        border-radius: 35px;
        bottom: 20px;
        right: 20px;
    }
    100% {
        -webkit-box-shadow: 0 0 0 40px rgba(204, 169, 44, 0);
        width: 60px;
        height: 60px;
        border-radius: 30px;
        bottom: 25px;
        right: 25px;
    }
}

@keyframes pulse {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(236, 32, 49, 0.60);
        box-shadow: 0 0 0 0 rgba(236, 32, 49, 0.40);
        width: 80px;
        height: 80px;
        border-radius: 40px;
        bottom: 15px;
        right: 15px;
    }
    70% {
        -moz-box-shadow: 0 0 0 80px rgba(204, 169, 44, 0);
        box-shadow: 0 0 0 80px rgba(204, 169, 44, 0);
        width: 70px;
        height: 70px;
        border-radius: 35px;
        bottom: 20px;
        right: 20px;
    }
    100% {
        -moz-box-shadow: 0 0 0 40px rgba(204, 169, 44, 0);
        box-shadow: 0 0 0 40px rgba(204, 169, 44, 0);
        width: 60px;
        height: 60px;
        border-radius: 30px;
        bottom: 25px;
        right: 25px;
    }
}

.header__letsplay {
    position: absolute;
    right: 0;
    top: 300px;
}

.header__oktoberfest {
    position: absolute;
    right: -20px;
    top: 615px;
    transition: 0.3s all ease-in-out;
}
.nav.scroll .header__oktoberfest {
    top: 135px;
}
/* Media */
/*==========  Desktop First  ==========*/
/* Large Devices, Wide Screens */
@media only screen and (max-width: 1199px) {
  .container {
    max-width: 800px;
  }
  .page-home .container {
    max-width: 820px;
  }
  .header__top-inner {
    position: static;
  }
  .header__content {
    height: 885px;
    padding-top: 55px;
  }
  .header__content .header__booking {
    top: 5px;
  }
  .header__booking {
    left: 20px;
  }
  .header__banner > div {
    -webkit-background-size: auto 100%;
    background-size: auto 100%;
  }
  .header__home {
    height: 600px;
  }
  .header__home .header__banner {
    bottom: 60px;
  }
  .header__content-text {
    padding-left: 20px;
    padding-right: 20px;
  }
  .header__content-text span {
    display: inline;
  }
  .header__about {
    height: 880px;
  }
  .header__about .header__banner > div {
    -webkit-background-size: auto 85%;
    background-size: auto 85%;
    background-position: center 35%;
  }
  .header__actions {
    height: 500px;
  }
  .header__map {
    height: 500px;
  }
  .header__slider {
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
  }
  .header__afisha {
    height: 580px;
  }
  .header__list-menu {
    height: 800px;
    padding-bottom: 10px;
    padding-top: 30px;
    margin-bottom: 30px;
  }
  .header__list-menu .header__booking {
    top: 30px;
  }
  .header__delivery-content {
    height: auto;
    padding-top: 0;
    background: #ac7c4a;
    padding-bottom: 30px;
  }
  .header__delivery-content .header__banner > div {
    background: none !important;
  }
  .header__content-404 {
    height: auto;
    padding-bottom: 90px;
  }
  .header__text-404 {
    padding-top: 232px;
    max-width: 350px;
  }
  .menu {
    background: #ffffff;
    position: absolute;
    left: 0;
    max-width: 100%;
    min-width: 218px;
    top: 67px;
    padding: 11px 0 12px;
    display: none;
  }
  .menu__item {
    display: block;
    margin-left: 0;
  }
  .menu__item:last-child {
    margin-bottom: 0;
  }
  .menu__link {
    padding: 9px 20px;
  }
  .menu__link:active,
  .menu__link--active {
    background: #272b2f;
  }
  .btn-toggle {
    display: block;
  }
  .actions-slider {
    margin-top: 0;
    margin-bottom: 40px;
  }
  .calendar {
    margin-bottom: 50px;
  }
  .calendar__content {
    display: block;
    height: 360px;
    padding: 0 0 0 61px;
    background-image: url("../img/bg-calendar_sm.svg");
  }
  .calendar__content:after {
    right: 15px;
    bottom: 19px;
    width: 107px;
    height: 42px;
  }
  .calendar__column-title {
    width: 100%;
    padding-top: 9px;
    padding-left: 14px;
  }
  .calendar__column-count {
    float: left;
    width: 30%;
    padding-top: 0;
    position: relative;
    top: -19px;
    padding-right: 10px;
  }
  .calendar__count {
    height: 163px;
    margin-bottom: 16px;
  }
  .calendar__column-post {
    float: left;
    width: 70%;
    padding-right: 20px;
    padding-top: 0;
    padding-left: 18px;
    position: relative;
    top: -21px;
  }
  .calendar__feast {
    letter-spacing: -0.025em;
    padding-top: 4px;
  }
  .calendar__feast span {
    margin-top: -5px;
  }
  .calendar__feast small {
    margin-left: -36px;
  }
  .calendar__icon-trait:after {
    right: 50%;
    margin-right: -10px;
  }
  .calendar__link {
    font-size: 16px;
  }
  .calendar__post-desc {
    margin-bottom: 18px;
    line-height: 1.2;
    padding-bottom: 19px;
    letter-spacing: 0.055em;
  }
  .calendar__post-tagline {
    line-height: 1.6;
    letter-spacing: 0.04em;
  }
  .wrapper-actions {
    margin-bottom: 28px;
  }
  .affiche {
    border-top: 4px dotted #272b2f;
    padding-top: 30px;
  }
  .affiche__link:before,
  .affiche__link:after {
    content: " ";
    display: table;
    clear: both;
  }
  .affiche__title {
    width: 50%;
    padding-left: 30px;
    float: right;
    padding-top: 15px;
  }
  .affiche__img {
    float: left;
    padding-right: 20px;
    width: 50%;
  }
  .join-club {
    margin-bottom: 45px;
    min-height: 221px;
  }
  .join-club__icons {
    display: none;
  }
  .join-club__card {
    top: 2px;
    left: 25px;
  }
  .join-club__info {
    padding-top: 0;
    padding-right: 0;
    margin-bottom: 20px;
  }
  .join-club__inner {
    padding-right: 0;
    padding-left: 390px;
  }
  .join-club__right-block {
    position: static;
    width: auto;
    text-align: right;
  }
  .join-club__title {
    margin-bottom: 0;
  }
  .join-club__subtitle {
    padding-left: 10px;
    padding-right: 5px;
  }
  .join-club__subtitle img {
    width: auto;
  }
  .join-club__subtitle img:first-child {
    margin-right: 7px;
  }
  .join-club__more-link {
    font-size: 13px;
  }
  .addresses {
    margin-bottom: 34px;
  }
  .addresses__header {
    bottom: auto;
    top: 450px;
  }
  .addresses__inner {
    padding-right: 0;
    height: auto;
  }
  .addresses__info {
    width: auto;
    min-height: 184px;
    margin-top: 15px;
    padding-top: 8px;
    padding-left: 233px;
    padding-right: 0;
    position: relative;
    left: auto;
    right: auto;
    top: auto;
  }
  .addresses__icon {
    position: absolute;
    left: 0;
    top: 0;
  }
  .addresses__title {
    letter-spacing: 0.01em;
    margin-bottom: 5px;
  }
  .addresses__text {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    letter-spacing: 0.05em;
    line-height: 2.3;
    padding-left: 0;
    min-height: 100px;
  }
  .addresses__text:before {
    left: -52px;
    top: 16px;
  }
  .excessive {
    margin-bottom: 20px;
  }
  .footer__left {
    min-width: 250px;
    max-width: 250px;
  }
  .footer__right {
    max-width: 400px;
  }
  .about-us {
    padding-top: 268px;
    -webkit-background-size: 110% auto;
    background-size: 110% auto;
  }
  .about-us__title {
    margin-bottom: 60px;
  }
  .about-us__title img {
    width: 448px;
  }
  .about-us__subtitle {
    margin-bottom: 30px;
  }
  .about-us__subtitle span {
    display: inline;
  }
  .action-item {
    display: block;
  }
  .action-item__right {
    padding-bottom: 20px;
    padding-right: 20px;
    text-align: center;
  }
  .action-item__left {
    padding-right: 0;
  }
  .action-item__text {
    margin-bottom: 30px;
    text-align: left;
  }
  .action-item__title {
    text-align: left;
  }
  .action-item__btn {
    position: static;
  }
  .block-info__title {
    max-width: none;
  }
  .single-address__title {
    max-width: none;
  }
  .single-address__options li {
    width: 50%;
  }
  .single-address__btn {
    max-width: 100%;
  }
  .poster-date__number {
    margin-right: 0;
    margin-bottom: 25px;
    font-size: 48px;
  }
  .block-menu {
    margin-top: -30px;
  }
  .menu-delivery__list {
    padding-bottom: 8px;
  }
  .actual-action {
    position: static;
    width: 100%;
    text-align: left;
    background: #272b2f;
  }
  .actual-action__counter {
    margin: 0;
    padding: 0 18px 2px;
    border-radius: 0;
  }
  .actual-action__img {
    border-radius: 0;
    padding: 0;
    height: 418px;
    margin-bottom: 0;
  }
  .actual-action__top-text {
    padding-top: 8px;
    margin-bottom: 0;
    padding-left: 18px;
    padding-bottom: 5px;
    text-align: center;
  }
  .actual-action__title {
    display: inline-block;
    vertical-align: bottom;
    position: relative;
    top: 5px;
    width: 50%;
    padding: 10px 18px 15px;
  }
  .actual-action__title > span {
    display: block;
  }
  .actual-action__price {
    display: inline-block;
    width: 50%;
    padding: 5px 28px 15px;
    vertical-align: bottom;
    text-align: right;
  }
  .actual-action__price > div {
    display: inline-block;
    text-align: center;
  }
  .product-card {
    display: block;
    margin-bottom: 16px;
  }
  .product-card__img {
    width: 100%;
  }
  .product-card__info {
    width: 100%;
    padding: 0;
  }
  .product-card .product-item {
    padding-bottom: 0;
  }
  .product-card .product-item__info {
    padding: 20px;
  }
  .product-card .product-item__purchase {
    position: static;
    text-align: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
  }
  .product-card .product-item__spinner {
    padding-left: 7px;
    padding-right: 17px;
  }
  .product-card .product-item__price {
    top: 0;
  }
  .product-card .product-item__weight {
    padding-top: 13px;
    position: static;
    padding-left: 0;
    padding-right: 0;
    min-height: auto;
  }
  .view-all {
    margin-top: 16px;
  }
  .page-404 {
    -webkit-background-size: 1600px auto;
    background-size: 1600px auto;
    background-position: center -80px;
  }
  .footer--page-404 .footer__right {
    max-width: 100%;
  }
  .modal-enter-18:after {
    width: 800px;
    height: 595px;
    margin-left: -400px;
    margin-top: -297.5px;
  }
  .modal-enter-18 .modal-dialog {
    max-width: 760px;
    height: 460px;
  }
}
/* Medium Devices, Desktops */
@media only screen and (max-width: 900px) {
  .form-inline .form-group__apartment,
  .form-inline .form-group__entrance,
  .form-inline .form-group__code,
  .form-inline .form-group__level {
    width: 50%;
  }
  .form-inline--address-info {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 799px) {
  .container {
    max-width: 400px;
  }
  .page-home .container {
    max-width: 400px;
  }
  .menu--item--visible-xs {
    display: block;
  }
  .btn {
    padding-left: 20px;
    padding-right: 20px;
  }
  .header__delivery {
    display: none;
  }
  .header__top-inner {
    padding-right: 0;
  }
  .header__menu {
    padding: 0;
  }
  .header__basket {
    /*margin-right: -20px;*/
    padding-right: 0;
  }
  .header__basket-link {
    padding-right: 20px;
    padding-left: 20px;
  }
  .header__logo .logo {
      padding-right: 10px;
      width: 128px;
  }
  .header__home {
    display: none;
  }
  .header__booking {
    display: none;
  }
  .header__about {
    height: auto;
    padding-top: 320px;
    padding-bottom: 38px;
  }
  .header__about .header__banner > div {
    background-position: center 0;
    -webkit-background-size: auto 60%;
    background-size: auto 60%;
  }
  .header__content-text {
    position: static;
    padding-left: 0;
    margin-bottom: 70px;
    padding-right: 0;
  }
  .header__img-bounses {
    margin-top: 35px;
  }
  .header__actions {
    height: 340px;
  }
  .header__map {
    height: 350px;
  }
  .header__afisha {
    height: 400px;
  }
  .header__img-afisha {
    margin-top: 40px;
  }
  .header__list-menu {
    height: 700px;
    padding-bottom: 0;
    margin-bottom: -45px;
  }
  .header__list-menu .social {
    display: none;
  }
  .header__text-404 {
    padding-top: 198px;
  }
  .header__content-404 {
    padding-bottom: 110px;
  }
  .wrapper-actions {
    margin-top: 0;
    margin-bottom: 0;
    overflow: hidden;
  }
  .actions-slider-wrapper {
    position: relative;
    background: #272b2f;
    padding-bottom: 36px;
  }
  .actions-slider-wrapper:before,
  .actions-slider-wrapper:after {
    content: '';
    position: absolute;
    left: -500px;
    top: 0;
    bottom: 0;
    width: 500px;
    background: #272b2f;
    display: block;
  }
  .actions-slider-wrapper:after {
    left: 100%;
  }
  .actions-slider {
    height: auto;
    padding-left: 0;
    margin-bottom: 0;
  }
  .actions-slider__header {
    transform: rotate(0);
    background-color: #272b2f;
    position: static;
    letter-spacing: 0.05em;
    width: auto;
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
    height: 88px;
    padding-top: 10px;
    font-size: 50px;
  }
  .actions-slider__content {
    position: relative;
    background: #ac7c4a;
    margin-left: -20px;
    margin-right: -20px;
    padding: 10px 20px 65px;
  }
  .carousel-actions .owl-dots {
    width: auto;
    top: auto;
    bottom: 29px;
    text-align: center;
    left: 0;
    right: 0;
  }
  .carousel-actions .owl-dot {
    width: 30px;
  }
  .carousel-actions .owl-dot span {
    width: 14px;
    height: 14px;
    margin-left: -7px;
    margin-top: -7px;
  }
  .carousel-actions .owl-dot span:before {
    background-image: url("../img/icons/dots-black.png");
  }
  .affiche {
    border-top: 0;
    padding-top: 0;
  }
  .affiche__link {
    margin-right: -5px;
  }
  .affiche__title {
    float: none;
    width: 100%;
    padding-left: 0;
    padding-top: 0;
    margin-bottom: 5px;
  }
  .affiche__img {
    float: none;
    width: 100%;
    padding-right: 0;
  }
  .calendar__content {
    height: 485px;
    padding-left: 16px;
    padding-right: 0;
    background-image: url("../img/bg-calendar_xs.svg");
  }
  .calendar__content:before {
    display: none;
  }
  .calendar__content:after {
    bottom: 16px;
  }
  .calendar__date {
    display: block;
    margin-top: -28px;
    padding-left: 5px;
  }
  .calendar__column-title {
    padding-left: 0;
    padding-top: 6px;
  }
  .calendar__column-title > span:first-child {
    padding-left: 4px;
    letter-spacing: .015em;
    line-height: 1.1;
  }
  .calendar__feast {
    padding-top: 0;
    line-height: 0.92;
  }
  .calendar__feast:first-line {
    letter-spacing: -0.05em;
  }
  .calendar__feast span {
    font-size: 94px;
    margin-left: -2px;
  }
  .calendar__feast small {
    margin-left: -43px;
    font-size: 56%;
    position: relative;
    left: 10px;
  }
  .calendar__count {
    display: none;
  }
  .calendar__column-count {
    width: 100%;
    position: static;
  }
  .calendar__column-post {
    padding-left: 0;
    margin-top: 9px;
    padding-right: 14px;
    position: static;
    width: 100%;
  }
  .calendar__post-desc {
    margin-bottom: 11px;
    margin-left: -5px;
    padding: 14px 10px;
    letter-spacing: .04em;
  }
  .calendar__post-tagline {
    line-height: 1.3;
    padding-left: 3px;
  }
  .calendar__link {
    position: absolute;
    left: 18px;
    bottom: 20px;
    font-size: 12px;
  }
  .join-club {
    margin-top: 13px;
    text-align: center;
    margin-bottom: 40px;
  }
  .join-club__card {
    position: static;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
  }
  .join-club__inner {
    padding-left: 0;
  }
  .join-club__info {
    margin-bottom: 0;
  }
  .join-club__title {
    margin-bottom: 10px;
  }
  .join-club__subtitle {
    margin-top: 15px;
    padding-left: 4px;
    padding-right: 4px;
  }
  .join-club__subtitle img:first-child {
    margin-right: 0;
  }
  .wrapper--bg-titles {
    background: #272b2f;
  }
  .addresses {
    margin-bottom: 28px;
  }
  .addresses__map {
    padding-left: 0;
    padding-top: 0;
    margin-top: -10px;
  }
  .addresses__inner {
    margin-left: -20px;
    margin-right: -20px;
    overflow: hidden;
  }
  .addresses__header {
    transform: rotate(0);
    position: relative;
    z-index: 1;
    bottom: auto;
    top: auto;
    left: auto;
  }
  .addresses__info {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 0;
    margin-top: 3px;
    min-height: auto;
  }
  .addresses__text:before {
    display: none;
  }
  .footer {
    padding-top: 32px;
    padding-bottom: 22px;
  }
  .footer__inner {
    padding-left: 0;
    display: block;
  }
  .footer__social {
    text-align: center;
    margin-bottom: 28px;
  }
  .footer__social .social__item {
    margin-left: 15px;
    margin-right: 15px;
  }
  .footer__left {
    max-width: 100%;
    text-align: center;
  }
  .footer__email {
    max-width: 100%;
    width: 100%;
    text-align: center;
  }

  .footer__right {
    margin-bottom: 30px;
    max-width: 100%;
  }
  .footer__logo {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    height: 50px;
  }
  .footer__logo .logo__img {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
  }
  .advantages {
    padding-bottom: 0;
  }
  .about-us {
    padding-top: 195px;
    margin-bottom: 15px;
    -webkit-background-size: auto 400px;
    background-size: auto 400px;
    background-position: center 0;
  }
  .about-us__title {
    margin-bottom: 30px;
  }
  .action-item__btn {
    width: 100%;
  }
  .address-item {
    display: block;
    height: auto;
  }
  .address-item__content {
    padding-bottom: 20px;
  }
  .block-info {
    padding-top: 30px;
  }
  .owl-next,
  .owl-prev {
    width: 80px;
  }
  .single-address__btn {
    margin-top: 30px;
  }
  .address-info {
    font-size: 16px;
  }
  .catalog-item {
    display: block;
    margin-bottom: 30px;
    float: left;
  }
  .catalog {
    padding-top: 30px;
  }
  .menu-delivery__list {
    margin-right: -8px;
  }
  .actual-action {
    margin-left: -20px;
    margin-right: -20px;
    width: auto;
  }
  .actual-action:before,
  .actual-action:after {
    content: " ";
    display: table;
    clear: both;
  }
  .actual-action__img {
    height: 313px;
  }
  .actual-action__title {
    font-size: 20px;
    line-height: 1.3;
    width: 100%;
    padding-left: 20px;
    padding-top: 1px;
    padding-bottom: 20px;
    font-weight: 500;
    text-align: center;
  }
  .actual-action__price {
    width: 100%;
      text-align: center;
  }
  .actual-action__price-old {
    line-height: 1.3;
  }
  .title span:after,
  .title span:before {
    display: none;
  }
  .product-item {
    display: block;
    margin-bottom: 30px;
    float: left;
  }
  .product-item__price, .product-item__spinner {
    text-align: center;
  }
  .products {
    padding-bottom: 0;
  }
  .product-card .product-item__purchase {
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
  }
  .product-card .product-item__spinner {
    padding-left: 0;
    padding-right: 0;
  }
  .page-404 {
    -webkit-background-size: 1500px auto;
    background-size: 1500px auto;
  }
  .content {
    padding-top: 5px;
    padding-bottom: 10px;
  }
  .modal-enter-18 .modal-dialog {
    max-width: 95%;
    height: 360px;
  }
  .modal-enter-18 .modal-btn {
    margin-left: 3px;
    margin-right: 3px;
    font-size: 20px;
  }
  .modal-enter-18 .modal-title {
    font-size: 28px;
  }
  .modal-enter-18:after {
    display: none;
  }
  .modal-reservation .modal-dialog {
    max-width: 400px;
    margin-top: 0;
    margin-bottom: 0;
  }
  .form-group {
    display: block;
    text-align: left;
  }
  .form-group__title {
    display: inline-block;
  }
  .ui-selectmenu-button.ui-button {
    padding-left: 0;
    padding-right: 0;
  }
  .form-group__input--date,
  .form-group__input--time {
    display: inline-block;
    vertical-align: middle;
  }
  .form-group__title--select {
    display: block;
  }
  .block-form--reservation {
    padding-left: 0;
    padding-right: 0;
  }
  .form-group__text {
    width: 126%;
    padding: 24px 0 0;
  }
  .selectmenu-sm,
  .selectmenu {
    background: none;
    border: 0;
    display: inline-block;
  }
  .form-group__count {
    width: auto;
  }
  .modal-basket .modal-dialog {
    max-width: 400px;
    margin-top: 0;
    margin-bottom: 0;
  }
  .basket {
    display: block;
  }
  .basket__right {
    margin-top: 35px;
    padding-left: 0;
    width: 100%;
    min-width: auto;
  }
  .block-form {
    padding-left: 0;
    padding-right: 0;
  }
  .form-agreement .checkbox + label {
    padding-left: 31px;
  }
    .carousel-product__link {
        height: inherit;
        font-size: 16px;
    }
    .product-item__link {
        height: inherit;
        font-size: 12px;
    }
    .product-item__img {
        height: inherit;
    }
    .product-item__price {
        /*font-size: 16px;*/
    }
    .product-item__btn-buy {
        clear: both;
        width: 100%;
        display: block;
        margin-top: 4px;
    }
    .product-item__purchase {
        display: block;
    }
    .header__letsplay {
        display: block;
        width: 100%;
        clear: both;
    }
    .header__letsplay2 {
        text-align: center;
    }

    .header__language {
        float: left;
        width: auto;
        background: none;
    }
    .language__link {
        color: #272b2f;
        padding-top: 20px;
        padding-left: 0;
        padding-bottom: 20px;
        padding-right: 10px;
    }
	.product-item__title {
		line-height: .7em;
	}
}
@media only screen and (max-width: 414px) {
  .col-xs-6, .col-sm-6, .col-md-6, .col-md-12, .col-sm-12 {
    padding-left: 5px;
    padding-right: 5px;
        margin-bottom: 10px;
  }
  .row {
    margin-left: -5px;
    margin-right: -5px;

  }


}
@media only screen and (max-width: 375px) {
  body {
    min-width: 375px;
  }
  .container {
    max-width: 355px;
    padding-right: 5px;
    padding-left: 5px;
  }
  .page-home .container {
    max-width: 355px;
  }
  .btn-toggle{
    margin: 0;
  }
  .header__dop-info-link {
    margin-left:0;
  }
  .header__delivery-content {
    padding-bottom: 0;
  }
  .product-item__solo {
    width: 100%;
  }
}
@media only screen and (max-width: 320px) {
  body {
    min-width: 320px;
  }
  .container {
    max-width: 300px;
    padding-right: 0;
    padding-left: 0;
  }
  .page-home .container {
    max-width: 300px;
  }
  .logo {
    padding-right: 2px !important;

  }
  .btn-toggle{
    margin: 0;
    padding: 0;
  }
  .header__basket-link {
    padding-right: 10px;
    padding-left: 0;
  }
}

/**
 * Зеленоград
 */

/*
* Third Party
*/
/*
* Custom
*/
.promo-2019-head {
    background-image: url(../img/zelenograd/2019_bg.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 50px;
    overflow: hidden;
}

@media (max-width: 799px) {
    .promo-2019-head {
        padding-top: 46px;
        padding-bottom: 40px;
    }
}

.promo-2019-head__img {
    text-align: center;
    margin-top: -45px;
}

.promo-2019-head__img img {
    max-width: 100%;
}

.promo-2019-head__book {
    text-align: center;
    margin-top: 30px;
}

.promo-2019-head__book > * {
    margin: 0;
    padding: 0;
    border: none;
    box-shadow: none;
    background: none;
    outline: none;
    border-radius: 0;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    background-color: #b60c20;
    font-family: "Roboto Slab", serif;
    color: white;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 0 110px;
    height: 68px;
    cursor: pointer;
    transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out;
    text-decoration: none;
}

.promo-2019-head__book > *:focus {
    outline: none;
}

.promo-2019-head__book > *:hover {
    color: #272b2f;
    background-color: white;
}

@media (max-width: 799px) {
    .promo-2019-head__book > * {
        height: 49px;
        display: -ms-flexbox;
        display: flex;
        padding: 0;
        width: 100%;
        font-size: 14px;
    }
}

.promo-2019-pluses {
    background-color: #73172e;
    padding: 28px 0 42px;
    margin-top: -5px;
    overflow: hidden;
}

@media (max-width: 799px) {
    .promo-2019-pluses {
        padding: 29px 0 36px;
    }
}

.promo-2019-pluses__title {
    font-family: "Roboto Slab", serif;
    text-align: center;
    color: #d4a775;
    font-weight: 700;
    font-size: 37px;
    line-height: 1.05em;
    margin: 0;
    letter-spacing: -.5px;
}

@media (max-width: 799px) {
    .promo-2019-pluses__title {
        font-size: 20px;
        line-height: 1.2em;
    }
}

.promo-2019-pluses__desc {
    font-family: "Roboto Slab", serif;
    text-align: center;
    color: #f8f1e7;
    font-size: 20px;
    line-height: 1.2em;
    margin-top: 2px;
    letter-spacing: -.5px;
}

@media (max-width: 799px) {
    .promo-2019-pluses__desc {
        font-size: 16px;
        margin-top: 7px;
    }
}

.promo-2019-pluses__items {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: end;
    align-items: flex-end;
    padding: 0 150px;
    margin-top: 45px;
}

@media (max-width: 1076px) {
    .promo-2019-pluses__items {
        margin-top: 24px;
        padding: 0 15px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}

@media (min-width: 1077px) and (max-width: 1199px) {
    .promo-2019-pluses__items {
        padding: 0 40px;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}

.promo-2019-pluses__item {
    text-align: center;
}

@media (max-width: 1076px) {
    .promo-2019-pluses__item {
        -ms-flex: 34%;
        flex: 34%;
        text-align: center;
        margin: 0;
        margin-bottom: 20px;
    }
}

.promo-2019-pluses__item-desc {
    font-family: "Roboto Slab", serif;
    font-size: 16px;
}

@media (max-width: 1076px) {
    .promo-2019-pluses__item-desc {
        font-size: 12px;
        line-height: 1.2em;
        word-spacing: 300px;
    }
}

.promo-2019-pluses__text {
    text-align: center;
    color: #f8f1e7;
    font-family: "Roboto Slab", serif;
    font-size: 20px;
    line-height: 1.2em;
    margin-top: 43px;
    letter-spacing: -.3px;
    padding: 0 170px;
}

@media (max-width: 1076px) {
    .promo-2019-pluses__text {
        margin-top: 15px;
        padding: 0;
        font-size: 14px;
        line-height: 1.25em;
    }
}

@media (max-width: 1076px) {
    .promo-2019-pluses__text span {
        display: block;
    }
}

@media (max-width: 1076px) {
    .promo-2019-pluses__text span:not(:last-child) {
        margin-bottom: 16px;
    }
}

.promo-2019-menu {
    background-color: #d4a775;
    padding: 26px 0 28px;
    overflow: hidden;
}

@media (max-width: 799px) {
    .promo-2019-menu {
        padding: 16px 0 8px;
    }
}

.promo-2019-menu__content {
    padding: 0 75px;
}

@media (max-width: 1076px) {
    .promo-2019-menu__content {
        padding: 0 20px;
    }
}

.promo-2019-menu__title {
    font-family: "Roboto Slab", serif;
    color: #73172e;
    font-weight: 700;
    font-size: 37px;
    text-align: center;
    line-height: 1.05em;
    margin: 0;
    letter-spacing: -.5px;
}

@media (max-width: 799px) {
    .promo-2019-menu__title {
        font-size: 20px;
        line-height: 1.2em;
    }
}

.promo-2019-menu__desc {
    font-family: "Roboto Slab", serif;
    color: white;
    font-size: 20px;
    line-height: 1.2em;
    text-align: center;
    letter-spacing: -.5px;
    margin-top: 5px;
    margin-bottom: 37px;
}

@media (max-width: 799px) {
    .promo-2019-menu__desc {
        font-size: 14px;
        line-height: 1em;
        margin-top: -1px;
        margin-bottom: 20px;
    }
}

.promo-2019-menu__item {
    display: block;
    margin-bottom: 13px;
    text-decoration: none;
}

@media (max-width: 799px) {
    .promo-2019-menu__item {
        margin-bottom: 10px;
    }
}

.promo-2019-menu__item:hover .promo-2019-menu__item-img img {
    transform: scale(1);
}

.promo-2019-menu__item-img {
    display: block;
    height: 320px;
    overflow: hidden;
}

@media (max-width: 799px) {
    .promo-2019-menu__item-img {
        height: 129px;
    }
}

.promo-2019-menu__item-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transform: scale(1.05);
    transition: transform 0.25s ease-in-out;
}

.promo-2019-menu__item-foot {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    height: 75px;
    padding-bottom: 4px;
    background-color: #73172e;
    text-align: center;
    overflow: hidden;
}

@media (max-width: 799px) {
    .promo-2019-menu__item-foot {
        height: 55px;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding-top: 4px;
    }
}

.promo-2019-menu__item-title {
    font-family: "Roboto Slab", serif;
    color: #d4a775;
    font-size: 20px;
    line-height: 1em;
}

@media (max-width: 1076px) {
    .promo-2019-menu__item-title {
        font-size: 14px;
    }
}

.promo-2019-menu__item-price {
    font-family: "Roboto Slab", serif;
    font-weight: 700;
    color: #f8f1e7;
    font-size: 30px;
    line-height: 1.2em;
}

@media (max-width: 1076px) {
    .promo-2019-menu__item-price {
        font-size: 14px;
    }
}

.promo-2019-book {
    padding: 34px 0 46px;
    background-color: #73172e;
    overflow: hidden;
}

@media (max-width: 1076px) {
    .promo-2019-book {
        padding: 21px 0 18px;
    }
}

.promo-2019-book__content {
    text-align: center;
    padding: 0 75px;
}

@media (max-width: 1076px) {
    .promo-2019-book__content {
        padding: 0 5px;
    }
}

.promo-2019-book__desc {
    font-family: "Roboto Slab", serif;
    font-size: 20px;
    line-height: 1.2em;
    color: white;
    letter-spacing: -.5px;
}

@media (max-width: 1076px) {
    .promo-2019-book__desc {
        font-size: 14px;
        line-height: 1.25em;
    }
}

@media (max-width: 1076px) {
    .promo-2019-book__desc span {
        display: block;
    }
}

@media (max-width: 1076px) {
    .promo-2019-book__desc span:not(:last-child) {
        margin-bottom: 16px;
    }
}

.promo-2019-book__tel {
    display: block;
    text-decoration: none;
    border: 2px solid white;
    padding: 4px 0 12px;
    margin: 23px 0 14px;
    transition: border-color 0.25s ease-in-out;
}

@media (max-width: 1076px) {
    .promo-2019-book__tel {
        border-width: 1px;
        margin-top: 10px;
        margin-bottom: 24px;
        padding: 16px 0 20px;
    }
}

.promo-2019-book__tel:hover {
    border-color: #d4a775;
}

.promo-2019-book__tel:hover .promo-2019-book__tel-desc,
.promo-2019-book__tel:hover .promo-2019-book__tel-number {
    color: white;
}

.promo-2019-book__tel-desc, .promo-2019-book__tel-number {
    display: block;
    font-family: "Roboto Slab", serif;
    color: #d4a775;
    transition: color 0.25s ease-in-out;
}

.promo-2019-book__tel-desc {
    font-size: 37px;
    line-height: 1.2em;
}

@media (max-width: 1076px) {
    .promo-2019-book__tel-desc {
        font-size: 20px;
    }
}

.promo-2019-book__tel-number {
    font-weight: 700;
    font-size: 80px;
    line-height: 1em;
}

@media (max-width: 1076px) {
    .promo-2019-book__tel-number {
        font-size: 30px;
        margin-top: 5px;
    }
}

.rozigrish2019 button {
    position: relative;
    margin-left: -30px;
    display: block;
    float:right;
    background: transparent;
    border: 0;
    padding: 10px;
    cursor: pointer;
}

.rozigrish2019 {
    position: fixed;
    right: 20px;
    bottom: 120px;
    z-index: 1000;
}
.rozigrish2019 img{
    width: 100%;
    height: auto;
    /*max-width: 294px;*/
}

@media (max-width: 799px) {
    .rozigrish2019 img {
        /*max-width: 200px;*/
    }
}

.ng2019 {
    position: fixed;
    bottom: 0px;
    left: 0px;
    cursor: pointer;
    z-index: 1000;
}
.ng2019_close {
    position: absolute;
    top: 20px;
    right: 50px;
    width: 50px;
    height: 50px;
    cursor: pointer;
}
.ng2019_close_mobile {
    position: absolute;
    top: 20px;
    right: 60px;
    width: 25px;
    height: 25px;
    cursor: pointer;
}



/* Small Devices, Tablets */
/* Extra Small Devices, Phones */
/* Custom, iPhone Retina */
/*==========  Mobile First  ==========*/
/* Custom, iPhone Retina */
/* Extra Small Devices, Phones */
/* Small Devices, Tablets */
/* Medium Devices, Desktops */
/* Large Devices, Wide Screens */
