<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
    font-family: "PTSerif";
    src: url("/fonts/PTSerifRegular/PTSerifRegular.eot");
    src: url("/fonts/PTSerifRegular/PTSerifRegular.eot?#iefix") format("embedded-opentype"),
    url("/fonts/PTSerifRegular/PTSerifRegular.woff") format("woff"),
    url("/fonts/PTSerifRegular/PTSerifRegular.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
@font-face {
    font-family: "PTSerif";
    src: url("/fonts/PTSerifBoldItalic/PTSerifBoldItalic.eot");
    src: url("/fonts/PTSerifBoldItalic/PTSerifBoldItalic.eot?#iefix") format("embedded-opentype"),
    url("/fonts/PTSerifBoldItalic/PTSerifBoldItalic.woff") format("woff"),
    url("/fonts/PTSerifBoldItalic/PTSerifBoldItalic.ttf") format("truetype");
    font-style: italic;
    font-weight: bold;
}
@font-face {
    font-family: "PTSerif";
    src: url("/fonts/PTSerifItalic/PTSerifItalic.eot");
    src: url("/fonts/PTSerifItalic/PTSerifItalic.eot?#iefix") format("embedded-opentype"),
    url("/fonts/PTSerifItalic/PTSerifItalic.woff") format("woff"),
    url("/fonts/PTSerifItalic/PTSerifItalic.ttf") format("truetype");
    font-style: italic;
    font-weight: normal;
}
@font-face {
    font-family: "PTSerif";
    src: url("/fonts/PTSerifBold/PTSerifBold.eot");
    src: url("/fonts/PTSerifBold/PTSerifBold.eot?#iefix") format("embedded-opentype"),
    url("/fonts/PTSerifBold/PTSerifBold.woff") format("woff"),
    url("/fonts/PTSerifBold/PTSerifBold.ttf") format("truetype");
    font-style: normal;
    font-weight: bold;
}
@font-face {
    font-family: "RobotoBoldCondensed";
    src: url('/fonts/RobotoBoldCondensed/3956-webfont.eot');
    src: url('/fonts/RobotoBoldCondensed/3956-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/RobotoBoldCondensed/3956-webfont.woff2') format('woff2'),
         url('/fonts/RobotoBoldCondensed/3956-webfont.woff') format('woff'),
         url('/fonts/RobotoBoldCondensed/3956-webfont.ttf') format('truetype'),
         url('/fonts/RobotoBoldCondensed/3956-webfont.svg#robotobold_condensed') format('svg');
    font-weight:bold;
    font-style:normal;
}
@font-face {
    font-family: "RobotoCondensed";
    src: url('/fonts/RobotoCondensed/robotocondensed.eot');
    src: url('/fonts/RobotoCondensed/robotocondensed.eot?#iefix') format('embedded-opentype'),
         url('/fonts/RobotoCondensed/robotocondensed.woff2') format('woff2'),
         url('/fonts/RobotoCondensed/robotocondensed.woff') format('woff'),
         url('/fonts/RobotoCondensed/robotocondensed.ttf') format('truetype')/*,
         url('/fonts/RobotoCondensed/robotocondensed.svg#roboto_condensedregular') format('svg')*/;
    font-weight:normal;
    font-style:normal;
}

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

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

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
}

html, body {
    background: #191919 url("../../img/bg.jpg");
    background-attachment: fixed;
    background-size: cover;
    font-family: 'BwSurco', 'PTSerif', Arial, sans-serif;
    font-size: 16px;
    color: #fff;
    padding: 0;
    margin: 0;
    line-height: normal;
}

a {
    color: #999;
}
a:hover,
a:focus {
    text-decoration: underline;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="number"],
textarea {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    padding: 6px 10px;
    width: 100%;
    border: none;
    background: #d7d7d7;
    color: #000;
}
input[disabled] {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
select {
    padding: 5px 6px;
    width: 100%;
    border: none;
}
textarea {
    max-width: 100%;
}

.prettydropdown {
    width: 100% !important;
}
.prettydropdown &gt; ul {
    margin: 0px 0px 0px 0px;
    background: #d7d7d7;
    width: 100%;
    border: 1px solid #a9a9a9;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}
.prettydropdown &gt; ul &gt; li {
    height: auto;
    width: 100% !important;
    line-height: 1em;
    padding: 6px 10px;    
}
.prettydropdown.arrow &gt; ul &gt; li.selected:after {
    border-top-color: #d7d7d7;
}
.prettydropdown:not(.disabled) &gt; ul.active {
    width: 100%;
}

/* Ajax loader */
.ajax-loader .c{opacity: 1;background-color:#fff;float:left;height:16px;margin-left:17px;width:16px;animation-name:bounce_c;-o-animation-name:bounce_c;-ms-animation-name:bounce_c;-webkit-animation-name:bounce_c;-moz-animation-name:bounce_c;animation-duration:2.24s;-o-animation-duration:2.24s;-ms-animation-duration:2.24s;-webkit-animation-duration:2.24s;-moz-animation-duration:2.24s;animation-iteration-count:infinite;-o-animation-iteration-count:infinite;-ms-animation-iteration-count:infinite;-webkit-animation-iteration-count:infinite;-moz-animation-iteration-count:infinite;animation-direction:normal;-o-animation-direction:normal;-ms-animation-direction:normal;-webkit-animation-direction:normal;-moz-animation-direction:normal;border-radius:20px;-o-border-radius:20px;-ms-border-radius:20px;-webkit-border-radius:20px;-moz-border-radius:20px}
.ajax-loader .c1{animation-delay:.45s;-o-animation-delay:.45s;-ms-animation-delay:.45s;-webkit-animation-delay:.45s;-moz-animation-delay:.45s}
.ajax-loader .c2{animation-delay:1.05s;-o-animation-delay:1.05s;-ms-animation-delay:1.05s;-webkit-animation-delay:1.05s;-moz-animation-delay:1.05s}
.ajax-loader .c3{animation-delay:1.35s;-o-animation-delay:1.35s;-ms-animation-delay:1.35s;-webkit-animation-delay:1.35s;-moz-animation-delay:1.35s}
@keyframes bounce_c{50%{opacity: 0.5;}100%{opacity: 0;}}
@-o-keyframes bounce_c{50%{opacity: 0.5;}100%{opacity: 0;}}
@-ms-keyframes bounce_c{50%{opacity: 0.5;}100%{opacity: 0;}}
@-webkit-keyframes bounce_c{50%{opacity: 0.5;}100%{opacity: 0;}}
@-moz-keyframes bounce_c{50%{opacity: 0.5;}100%{opacity: 0;}}

#sms-box {
    width: 30%;
    position: fixed;
    bottom: 10px;
    right: 10px;
    color: #ccc;
    text-align: right;
}
#sms-box .sms-container {
    display: none;
    border: 1px solid #ccc;
    text-align: left;
    color: #fff;
}
#sms-box .sms-container p {
    margin-bottom: 10px;
    padding: 5px;
}

/*h1 {
    font-size: 2.8em;
}
h3 {
    font-weight: 100;
}*/

#bbg {
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.7;
	position: fixed;
	z-index: 4000;
	display: none;
    top: 0;
}

/* Pure framework styles */
.pure-g,
.pure-g [class *="pure-u"] {
    font-family: 'BwSurco', 'PTSerif', Arial, sans-serif;
}
.pure-g .centered {
    margin: 0 auto;
}
.pure-menu-horizontal .pure-menu-list {
    display: block;
    overflow: hidden;
}
.pure-menu-active&gt;.pure-menu-link,
.pure-menu-link:hover,
.pure-menu-link:focus {
    background: none;
}
.pure-menu ul {
    padding-left: 0;
}
.pure-menu-link, .pure-menu-disabled, .pure-menu-heading {
    padding: .5em 1.2em;
}
.pure-menu-item.active,
.pure-menu-item:hover {
    /*background: #fe0602;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;*/
}
.pure-menu-item a {
    color: #fff;
    text-decoration: none;
    padding: 8px 17px 8px 16px;
}
.pure-menu-item:hover a,
.pure-menu-item.active a {
    color: #fff;
}

/* LAYOUT CSS */
.pure-img-responsive {
    max-width: 100%;
    height: auto;
}

#layout {
    padding: 0;
}

.clearfix {
    clear: both;
}

.content-wrapper {
    width: 100%;
    padding: 0 20px;
}

.btn-full {
    display: block;
    width: 100%;
    border: none;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    text-align: center;
    padding: 10px 20px;
    font-family: 'BwSurco', 'RobotoBoldCondensed', Arial, sans-serif;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
}
.btn-full:hover {
    text-decoration: none;
}
.btn-full.disabled,
.btn-full[disabled] {
    color: #d7d7d7;
    opacity: 0.4;
}
.btn-red {
    background: #fe0602;
    color: #fff;
}
.btn-red2 {
    background: #ed162c;
    color: #fff;
}
.btn-orange {
    background: #ffd37d;
    color: #000;
}

/* Header */
#header {
    background: url(../../img/bg.jpg) !important;
    background-attachment: fixed;
    background-size: cover;
    padding-bottom: 0.75em;
    position: fixed;
    z-index: 3998;
    height: 167px;
    width: 100%;
    top: 0;
}
#header-content {
    padding-top: 0.75em;
    background: url(../../img/bg-transparent.png);
    position: relative;
}
.home-page-header-shift {
    top: 29px !important;
}
.login-links {
    color: #999;
    padding-bottom: 0.75em;
    padding-top: 1em;
    font-family: 'BwSurco', 'RobotoBoldCondensed', Arial, sans-serif;
}
#header .login-links {
    display: none;
}
#header .main-phone {
    display: none;
}
.main-phone {
    background: url("../../img/phone-icon.png") no-repeat 0 center;
    padding-left: 32px;
}
.yandex-rating{
    margin-left: 25px;
    margin-top: -20px;
    float: left;
}
.main-phone a {
    color: #fff;
    font-size: 1.625em; /* 26px */
    font-weight: bold;
    text-decoration: none;
    font-family: 'BwSurco', 'RobotoBoldCondensed', Arial, sans-serif;
}
#header .logo-box {
    text-align: center;
    position: relative;
}
#header .logo-box a {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -45px;
    padding-bottom: 10px;
    padding-bottom: 13px;
    border-radius: 50%;
    background: #1b1b1b;
    width: 100px;
}
#header .logo-box a img {
    width: 98px;
    margin-left: -4px;
}

#mobile-nav {
    top: 10px;
    width: 38px;
    height: 20px;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}
#mobile-nav span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #fff;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}
#mobile-nav span:nth-child(1) {
    top: 0px;
}
#mobile-nav span:nth-child(2),
#mobile-nav span:nth-child(3) {
    top: 12px;
}
#mobile-nav span:nth-child(4) {
  top: 24px;
}
#mobile-nav.open span:nth-child(1) {
  top: 16px;
  width: 0%;
  left: 50%;
}
#mobile-nav.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#mobile-nav.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#mobile-nav.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}

#cart-box {
    display:block;
    float: right;
    text-decoration: none;
    height: 50px;
    top: 5px;
    position: relative;
}
#cart-box .cart-link {
    display: block;
    text-decoration: none;
    cursor: pointer;
    height: 100%;
    position: relative;
    line-height: 16px;
}
#cart-box .cart-icon {
    background: url("../../img/cart-icon.png") no-repeat;
    width: 30px;
    height: 30px;
    background-size: 30px auto;
    position: relative;
}
#cart-box .cart-counter {
    display: block;
    width: 22px;
    height: 22px;
    background: #ffd37d;
    color: #000;
    font-size: 0.75em; /* 16px */
    font-weight: bold;
    position: absolute;
    left: -10px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    text-align: center;
}
#cart-box .cart-counter span {
    position: relative;
    top: 3px;
}
#cart-box .cart-info {
    float: left;
    font-size: 1em;
    text-align: right;    
}
#cart-box .cart-header {
    line-height: 1em;
    margin-bottom: 3px;
    color: #fff;
    font-size: 0.75em;
}
#cart-box .total-price {
    font-size: 1em; /* 26px; */
    font-weight: bold;
    color: #ffd37d;
}
#cart-box .total-price span {
    font-size: 1em;
}
#cart-box .cart-switch-btn {
    color: #ffd37d;
    border-bottom: 1px dashed;
    position: relative;
    float: right;
    text-decoration: none;
    font-size: 12px;
    font-family: 'BwSurco', 'RobotoBoldCondensed', Arial, sans-serif;
}
#cart-box #switch-to-active-order {
    margin-top: 3px;
    position: absolute;
    right: 0;
}
#cart-box .cart-box-container {
    display: none;
}
#cart-box .cart-box-container.active {
    display: block;
}
#cart-box .order-container .cart-info {
    width: 190px;
}
#cart-box .order-container #active-order-timer {
    color: #fff;
    font-family: 'BwSurco', 'RobotoBoldCondensed', Arial, sans-serif;
}
@keyframes blinker {
  from { opacity: 1; }
  to { opacity: 0; }
}
#cart-box .order-container .cart-info .order-live {
    animation: blinker 1.1s cubic-bezier(.5, 0, 1, 1) infinite alternate;
    position: absolute;
    right: -18px;
    top: 0;
    font-size: 16px;
    color: #ed162c;
}
#cart-box .order-container .total-price,
#cart-box .order-container .order-stats-box {
    color: #fff;
}
#cart-box .order-container .total-price span,
#cart-box .order-container .order-stats-box span {
    font-size: 0.875em;
    font-family: 'BwSurco', 'RobotoBoldCondensed', Arial, sans-serif;
}


/* Cart box notification */
#cart-box-notification {
    display: none;
    color: #000;
    position: fixed;
    top: 20px;
    left: 20px;
    right: 20px;
    background: #ffd37d;
    border: 1px solid #000;
    -webkit-box-shadow: 0px 0px 27px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 27px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 27px 0px rgba(0,0,0,0.75);
    z-index: 3999;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    
}
#cart-box-notification .box-wrapper {
    padding: 25px 30px;
}
#cart-box-notification .box-caret {
    display: none;
    position: absolute;
    right: 60px;
    top: -18px;
    width: 34px;
    height: 18px;
    background: url("../../img/box-caret.png") no-repeat;
}
#cart-box-notification .box-header {
    font-size: 20px;
    font-family: 'BwSurco', 'RobotoBoldCondensed', Arial, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 20px;
}
#cart-box-notification .box-item-image {
    padding-right: 10px;
}
#cart-box-notification .box-item-image img {
    width: 100%;
    border-radius: 200px;
}
#cart-box-notification .box-item-name {
    font-size: 18px;
    font-family: 'BwSurco', 'RobotoBoldCondensed', Arial, sans-serif;
    font-weight: bold;
    margin-bottom: 3px;
}
#cart-box-notification .box-item-description {
    font-size: 15px;
    margin-bottom: 10px;
}
#cart-box-notification .box-item-buttons {
    line-height: 1.2em;
}
#cart-box-notification .box-item-price {
    font-size: 22px;
    font-family: 'BwSurco', 'RobotoBoldCondensed', Arial, sans-serif;
    font-weight: bold;
}
#cart-box-notification .remove-cart-item,
#cart-box-notification .explore-catalog {
    font-size: 13px;
    font-family: 'BwSurco', 'RobotoCondensed', Arial, sans-serif;
    text-decoration: underline;
    color: #000;
}
#cart-box-notification .box-item-continue {
    margin-top: 5px;
}
#cart-box-notification .order-btn {
    background: #ed162c;
    color: #fff;
    text-transform: none;
    padding: 5px 20px;
}

/* Inner pages */
.inner-page .page-title {
    color: #fff;
    font-size: 24px;
    font-family: 'BwSurco', 'RobotoBoldCondensed', Arial, sans-serif;
    font-weight: bold;
    margin-bottom: 10px;
    text-align: center;
}
.inner-page .self-delivery-address {
    font-size: 16px;
    color: #fff;
    font-family: 'BwSurco', 'RobotoCondensed', Arial, sans-serif;
    text-align: center;
}
.inner-page .self-delivery-address strong {
    color: #fff;
}

/* Contacts page */
.contacts-page .contact-row {
    margin-bottom: 1em;
}
.contacts-page.inner-page .content-container {
    margin-bottom: 0;
    padding: 30px;
}

/* Zone page */
.zone-page iframe {
    width: 100%;
}
.zone-page .zone-pin {
    width: 32px;
    height: 32px;
    border-radius: 24px;
    background: #EE4644;
    opacity: 0.8;
    margin: 0 auto;
}
.zone-page .zone-pin-1 {
    background: #EE4644;
}
.zone-page .zone-pin-2 {
    background: #5DDB43;
}
.zone-page .zone-pin-3 {
    background: #AD31EE;
}
.zone-page .item-zone {
    margin-bottom: 20px;
}
.zone-page .item-zone:last-child {
    margin-bottom: 0;
}
.zone-page .zone-name strong,
.zone-page .zone-min-order strong,
.zone-page .zone-delivery-time strong {
    color: #ffd37d;
}
.zone-page .zone-map-container {
    margin-bottom: 20px;
}

/* Cart page */
.cart-page #content {
    padding-bottom: 40px;
}
.cart-page .cart-items-container {
    width: 100%;
}
.cart-page #show-promocode-box {
    color: #ffd37d;
    text-decoration: none;
    border-bottom: 1px dashed;
    margin-top: 20px;
    display: inline-block;
}
.cart-page .promocode-box {
    margin: 20px 0;
}
.cart-page .promocode-box .promo-input,
.cart-page .promocode-box .promo-btn {
    float: left;
}
.cart-page .promocode-box .promo-btn .btn {
    display: none;
}
.cart-page .promocode-box .promo-btn .btn.active {
    display: block;
}
.cart-page .promocode-box .promo-input {
    width: 120px;
    margin-right: 5px;
}
.cart-page .promocode-box .promo-btn a {
    font-size: 12px;
    padding: 8px 20px;
    height: 32px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}
.cart-page .promocode-box #promo-status {
    padding: 5px 0;
    color: #ffd37d;
}
.cart-page .promocode-box #promo-code[disabled] {
    color: #6d6d6d;
}
.cart-page .promocode-box .promo-text {
    margin-bottom: 5px;
}
.cart-page .cart-buttons {
    margin: 20px 0;
}
.cart-page .cart-buttons a {
    padding: 10px;
    display: block;
    width: 98%;
    color: #fff;
    font-size: 14px;
    font-family: 'BwSurco', 'RobotoBoldCondensed', Arial, sans-serif;
    font-weight: bold;
    text-align: center;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    text-decoration: none;
}
.cart-page .cart-buttons .continue-menu-explore {
    background: #ed162c;
}
.cart-page .cart-buttons .order-btn {
    background: #ffd37d;
    color: #000;
    float: right;
}
.cart-page #cart-items {
    background: url("../../img/bg-transparent.png");
    padding: 10px 15px;
}
.cart-page #cart-items .cart-item {
    margin-bottom: 20px;
}
.cart-page #cart-items .item-info {
    padding-left: 10px;
}
.cart-page #cart-items .item-title {
    margin-bottom: 3px;
}
.cart-page #cart-items .item-title strong {
    color: #fff;
    font-family: 'BwSurco', 'RobotoBoldCondensed', Arial, sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    margin-right: 8px;
}
.cart-page #cart-items .item-title a.remove-cart-item {
    color: #ffd37d;
    font-family: 'BwSurco', 'RobotoBoldCondensed', Arial, sans-serif;
    font-size: 10px;
}
.cart-page #cart-items .item-title a.remove-cart-item img{
    width: 22px;
    vertical-align: middle;
    padding-bottom: 12px;
}
.cart-page #cart-items a.change-cart-composition-link {
    color: #ffd37d;
    font-size: 10px;
}
.cart-page #cart-items .item-description {
    color: #878787;
    font-size: 13px;
    margin-bottom: 3px;
}
.cart-page #cart-items .item-change-composition {
    line-height: 13px;
}
.cart-page #cart-items .item-params {
    text-align: right;
    color: #000;
    padding-left: 10px;
    margin-top: 10px;
}
.cart-page #cart-items .item-params .item-count {
    float: left;
    margin-bottom: 10px;
}

.cart-page #cart-items .change-cart-count {
    border: 1px solid #ffffff;
    padding: 2px 4px 4px;
    font-weight: bold;
    text-decoration: none;
    color: #ffffff;
    border-radius: 5px;
    font-family: Tahoma;
    font-size: 14px;
}
.cart-page #cart-items .counter-val {
    color: #ffffff;
    font-size: 22px;
    padding: 0 5px;
}
.cart-page #cart-items .item-image img {
    width: 100%;
    border-radius: 200px;
}
.cart-page #cart-items .item-price {
    color: #ffd37d;
    font-family: 'BwSurco', 'RobotoBoldCondensed', Arial, sans-serif;
    font-size: 18px;
    margin-bottom: 8px;
    float: right;
}
.cart-page #cart-items .item-discount {
    color: #ffd37d;
    font-family: 'BwSurco', 'RobotoBoldCondensed', Arial, sans-serif;
    font-size: 17px;
}
.cart-page #cart-items .action-items {
    padding-top: 20px;
}
.cart-page #cart-items .action-items .cart-item {
    margin: 0;
    margin-bottom: 16px;
}
.cart-page #cart-items .action-condition-link {
    color: #a6a6a6;
    font-size: 12px;
}
.cart-page #cart-items .actions-cart-header .action-header {
    color: #fff;
    font-family: 'BwSurco', 'RobotoBoldCondensed', Arial, sans-serif;
    font-size: 16px;
    text-transform: uppercase;
}
.cart-page #cart-items .actions-cart-header .action-name {
    color: #fff;
    font-family: 'BwSurco', 'RobotoBoldCondensed', Arial, sans-serif;
    font-size: 20px;
    margin-bottom: 30px;
}
.cart-page #cart-items .common-cart-items {
    border-bottom: 2px solid #363636;
}
.info-show-btn {
    background: url(/img/info-red.svg) no-repeat;
    display: block;
    width: 32px;
    height: 32px;
    float: right;
    margin-top: 5px;
}
.note-sb-popup {
    display: inline-block;
    padding: 2px 8px;
    background: #ffd37d;
    color: #000;
    text-decoration: none;
    border-radius: 12px;
    font-size: 12px;
}
[data-tooltip] {
    position: relative; 
    font-size: 14px;
    margin-left: 4px;
    margin-bottom: 4px;
    margin-top: 4px;
}
[data-tooltip]::after {
    content: attr(data-tooltip);
    position: absolute; 
    width: 300px; 
    right: 0; top: 0;
    background-color: #ffd37d;
    color: #000;
    font-family: 'RobotoCondensed', Arial, sans-serif;
    font-size: 13px;
    padding: 0.5em; 
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3); 
    pointer-events: none; 
    opacity: 0;
    transition: 1s;
    z-index: 10000;
} 
[data-tooltip]:hover::after {
    opacity: 1;
    top: 2em; 
}

@media screen and (max-width: 767px) {
    #header {
        background: #1b1b1b !important;
        height: 74px !important;
    }
    #content {
        margin-top: 74px !important;
    }
    .home-page-content-shift{
        margin-top: 103px !important;
    }
    #header-content {
        background: none !important;
    }
    [data-tooltip]::after {
        right: 0; top: 0; left: auto;
    } 
    [data-tooltip] {
        margin-left: 3px;
        margin-bottom: auto;
        margin-top: 4px;
    }
}

.sidebar-box {
    border: 2px solid #90794e;
    padding: 15px 10px;
    background: url("../../img/bg-transparent.png");
}
.sidebar-box .box-title {
    color: #fff;
    font-family: 'BwSurco', 'RobotoBoldCondensed', Arial, sans-serif;
    font-size: 16px;
    margin-bottom: 20px;
    text-align: center;
}
.sidebar-box .action-btn {
    display: block;
    width: 160px;
    padding: 6px;
    text-transform: uppercase;
    font-family: 'BwSurco', 'RobotoBoldCondensed', Arial, sans-serif;
    font-size: 14px;
    color: #fff;
    text-align: center;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background: #ed162c;
    margin: 0 auto;
    text-decoration: none;
}

/* Index page */
.actions-link-mobile {
    margin: 0 0 20px;
}
.actions-link-mobile a {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    margin-bottom: 0.5em;
}
.actions-link-mobile a:last-child {
    margin-bottom: 0;
}

/* Cart page */
.cart-page .additional-item-box {
    margin-top: 20px;
}
.cart-page .additional-item-box .item-image img {
    width: 100%;
    border-radius: 200px;
}
.cart-page .additional-item-box .item-info {
    padding-left: 20px;
}
.cart-page .additional-item-box .item-title {
    color: #fff;
    font-family: 'BwSurco', 'RobotoBoldCondensed', Arial, sans-serif;
    font-size: 14px;
    margin-bottom: 5px;
}
.cart-page .additional-item-box .item-description {
    color: #8d8d8d;
    font-size: 12px;
}
.cart-page .additional-item-box .item-price {
    color: #ffd37d;
    font-family: 'BwSurco', 'RobotoBoldCondensed', Arial, sans-serif;
    font-size: 22px;
    margin-top: 5px;
}
.cart-page .additional-item-box .read-more {
    color: #ffd37d;
    text-decoration: underline;
}
.cart-page .additional-item-box .item-links {
    padding-top: 20px;
    padding-bottom: 10px;
}
.cart-page .additional-item-box .item-additional-links {
    text-align: center;
    padding-top: 10px;
}
.cart-page .additional-item-box .item-additional-links a {
    color: #ffd37d;
    font-family: 'BwSurco', 'RobotoBoldCondensed', Arial, sans-serif;
    text-decoration: none;
    border-bottom: 1px dashed;
    font-size: 14px;
}
.cart-page .additional-item-box .select-sauce {
    color: #000;
}
.cart-page .additional-item-box .free-sauce-box label {
    font-size: 12px;
    margin-bottom: 3px;
    display: block;
    color: #ffd37d;
}

.cart-page .action-continue-box .box-title {
    margin-bottom: 0;
}
.cart-page .action-continue-box .action-name {
    font-family: 'BwSurco', 'RobotoBoldCondensed', Arial, sans-serif;
    font-size: 18px;
    text-align: center;
    color: #ffd37d;
    padding: 10px 0;
}

.cart-page #cart-total-info-box {
    padding-left: 0px;
    margin-top: 20px;
}
.cart-page #cart-total-info-box .box-header {
    font-family: 'BwSurco', 'RobotoBoldCondensed', Arial, sans-serif;
    font-size: 26px;
    color: #fff;
    margin-bottom: 20px;
}
.cart-page #cart-total-info-box .price-row .left-column {
    color: #fff;
    font-size: 16px;
    font-family: 'BwSurco', 'RobotoBoldCondensed', Arial, sans-serif;
}
.cart-page #cart-total-info-box .price-row .right-column {
    color: #ffd37d;
    font-size: 16px;
    font-weight: bold;
    text-align: right;
    font-family: 'BwSurco', 'RobotoBoldCondensed', Arial, sans-serif;
}
.cart-page #cart-total-info-box hr {
    color: #fff;
    margin: 1em 0;
}
.cart-page #cart-total-info-box .total-price-row .left-column {
    color: #fff;
    font-family: 'BwSurco', 'RobotoBoldCondensed', Arial, sans-serif;
    font-size: 22px;
    font-weight: bold;
}
.cart-page #cart-total-info-box .total-price-row .right-column {
    color: #ffd37d;
    font-family: 'BwSurco', 'RobotoBoldCondensed', Arial, sans-serif;
    font-size: 22px;
    font-weight: bold;
    text-align: right;
}

/* Category meny */
.category-menu li {
    display: block;
    float: left;
}
.category-menu li a {
    height: 58px;
    padding: 17px 0 20px;
    text-align: center;
    font-family: 'BwSurco', 'RobotoBoldCondensed', Arial, sans-serif;
    font-size: 1em;
    font-weight: bold;
}
#mobile-top-menu.category-menu li a{
    height: auto;
    padding: 12px 0;
}
.category-menu li.category-link {
    color: #fff;
    background: #000;
    border: 1px solid #868686;
    border-right: none;
}
#category-menu.category-menu li.category-link a {
    height: auto;
    padding: 8px 0;
    font-size: 14px;
}
#category-menu.category-menu li.category-link:nth-child(1),
#category-menu.category-menu li.category-link:nth-child(2),
#category-menu.category-menu li.category-link:nth-child(3) {
    border-bottom: none;
}


/* Top Menu */
#top-menu {
    display: none;
    margin-top: 1em;
}
#top-menu li.category-link {
    width: 12.775%;
}
#top-menu li.new-format-category-link {
    width: 12.2%;
}
#top-menu li.action-link a {
    height: 58px;
}
#top-menu li.action-link {
    width: 10%;
    border: 1px solid #868686;
    background: #000;
}
#top-menu li.action-link a {
    color: #ffd37d;
}
#top-menu li.strong-link{
    width: 15%;
    background: #ed162c;
    border-right: 1px solid #000;
    border-top: 1px solid #ed162c;
    border-bottom: 1px solid #ed162c;
}
#top-menu li.strong-link-long-menu {
    width: 13.33% !important;
}
#top-menu li:hover,
#top-menu li.active {
    background: #fff;
}
#top-menu li:hover a,
#top-menu li.active a {
    color: #000;
}
#top-menu li.strong-link:hover {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

#mobile-top-menu {
    left: -9999px;
    background: #292929;
    width: 66%;
    white-space: normal;
    position: fixed;
    z-index: 8;
    margin-top: -10px;
}
#mobile-top-menu .top-mobile-box .main-phone a{
    font-size: 1.4em;
}
#mobile-top-menu .top-mobile-box {
    padding: 10px;
}
#mobile-top-menu .pure-menu-item {
    float: none;
    display: block;
    background: none;
    border-bottom: none;
    border-left: none;
    border-right: none;
    padding-left: 20px;
}
#mobile-top-menu .pure-menu-item.action-link {
    background: #f3d281;
}
#mobile-top-menu .pure-menu-item.action-link a {
    color: #000;
}
#mobile-top-menu .pure-menu-item.strong-link {
    background: #ed162c;
}
#mobile-top-menu .pure-menu-item.strong-link {
    border-bottom: 1px solid #292929;
}
#mobile-top-menu .pure-menu-item.strong-link:last-child {
    border-bottom: none;
}
#mobile-top-menu .pure-menu-item a {
    font-family: 'BwSurco', 'PTSerif', serif;
    font-weight: normal;
    text-align: left;
    font-size: 1.25em;
}
#mobile-top-menu .login-links {
    padding: 0;
    margin-bottom: 5px;
}
#mobile-top-menu .login-links a {
    color: #fff;
    font-size: 14px;
}

#category-mobile-menu .header {
    margin-bottom: 20px;
}
#category-mobile-menu .header-delimeter {
    background: url(/img/mobile-menu-delimeter.png) repeat-x;
    background-position: 0 center;
    background-size: 1px 1px;
}
#category-mobile-menu .header-val {
    font-size: 1.125em;
    text-align: center;
    
}
#category-mobile-menu .pure-menu-item {
    margin-bottom: 16px;
}
#category-mobile-menu .pure-menu-item a {
    display: block;
    background: #1b1b1b;
    text-align: center;
    border: 1px solid #bebebe;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    text-transform: uppercase;
    font-family: 'BwSurco', 'RobotoBoldCondensed', Arial, sans-serif;
    font-size: 1em;
    
}
#category-mobile-menu .pure-menu-item:hover a {
    background: #ed162c;
}
#category-mobile-menu .pure-menu-item.left-column {
    padding-right: 8px;
}
#category-mobile-menu .pure-menu-item.right-column  {
    padding-left: 8px;
}

/* Content */
#content {
    padding-top: 1em;
    margin-top: 167px;
}
.home-page-content-shift{
    margin-top: 196px !important;
}

/* Slider */
#slider-container {
    margin-bottom: 1em;
}
.sy-pager {
    display: none !important;
}
.sy-controls li {
    height: 58px;
    z-index: 7;
}
.sy-controls li.sy-prev,
.sy-controls li.sy-next{
    top: 50%;
    margin-top: -29px;
}

/* Actions */
#actions-container .action-image:last-child {
    text-align: right;
    margin-bottom: 2em;
}
#actions-container .action-image {
    /*display: block;*/
}
#actions-container .action-image.odd {
    padding-right: 0.5em;
    text-align: left;
}
#actions-container .action-image.even {
    padding-left: 0.5em;
    text-align: right;
}
#actions-container .action-image img {
    max-width: 100%;
}

/* Category menu */
#category-menu {
    margin: 18px 0 20px;
}
#category-menu li.category-link:last-child {
    border-right: 1px solid #868686;
}
#category-menu li.category-link:hover,
#category-menu li.category-link.active {
    background: #ffd37d;
}
/*#category-menu .category-link {
    padding: 3px;
    border: 1px solid #7a7a7a;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    text-align: center;
    background: url("../../img/bg-transparent.png");
}
#category-menu .category-link:hover,
#category-menu .category-link.active {
    background: #ffd37d;
    border: 1px solid #ffd37d;
}
#category-menu .category-link:hover,
#category-menu .category-link.active a {
    color: #000;
}
#category-menu .category-link a {
    font-size: 18px;
    font-family: 'RobotoBoldCondensed', Arial, sans-serif;
    font-weight: bold;
}*/

#filters-menu {
    margin: 0 0 20px;
    white-space: normal;
}
#filters-menu .filters-menu-items {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;    
}
#filters-menu .filter-link {
    padding: 3px;
    margin-bottom: 3px;
    border: 1px solid #7a7a7a;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    text-align: center;
    background: url("../../img/bg-transparent.png");
    width: auto;
    
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}
#filters-menu .filter-link.create-your-own-filter {
    background: #ed162c;
    color: #fff;
    border: none;
}
#filters-menu .filter-link.create-your-own-filter:hover,
#filters-menu .filter-link:hover,
#filters-menu .filter-link.active {
    background: #ffd37d;
    border: 1px solid #ffd37d;
}
#filters-menu .filter-link.create-your-own-filter:hover a,
#filters-menu .filter-link:hover a,
#filters-menu .filter-link.active a {
    color: #000;
}
#filters-menu .filter-link a {
    font-size: 12px;
    font-family: 'BwSurco', 'RobotoBoldCondensed', Arial, sans-serif;
    font-weight: bold;
    padding: 4px;
}


/* Catalog items */
.category-page .pizza-item {
    background-color: #2E2E2E;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    border-radius: 14px;
    padding: 10px;
}
.category-page #content {
    padding: 0;
}
.category-page #content .content-wrapper {
    padding: 0;
}
.category-page #catalog-items-container {
    padding: 20px;
}
.category-page #catalog-items-container #catalog-items-container {
    padding: 0;
}

#catalog-items-container {
    position: relative;
    min-height: 200px;
}

#catalog-items-container .ajax-loader,
#actions-items .ajax-loader {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -50px;
}

.catalog-item {
    margin-bottom: 30px;
}
.catalog-item-container {
    background: url("../../img/bg-transparent.png");
    width: 100%;
    padding: 15px;
}
.catalog-item-container &gt; .left-column {
    position: relative;
}
.catalog-item-container &gt; .right-column {
    position: relative;
}
.catalog-item-container .add-to-favorites-box,
.catalog-item-container .remove-from-favorites-box {
    position: absolute;
    right: 0;
    top: 0;
    color: #ffd37d;
    font-size: 20px;
}
.catalog-item-container .item-odd .catalog-item-container {
    float: right;
}
.catalog-item-container .item-image {
    padding: 0 40px;
}
.catalog-item-container .item-image img {
    width: 100%;
}
.catalog-item-container .item-title {
    color: #ffd37d;
    font-size: 18px;
    font-family: 'BwSurco', 'RobotoBoldCondensed', Arial, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.catalog-item-container .item-price {
    color: #ffd37d;
    font-size: 24px;
    font-family: 'BwSurco', 'RobotoBoldCondensed', Arial, sans-serif;
    font-weight: bold;
    text-align: center;
    margin: 5px 0 10px;
}
.catalog-item-container .item-description {
    font-size: 13px;
    color: #fff;
    line-height: 1.5em;
    margin-bottom: 10px;
    font-family: 'BwSurco', 'RobotoBoldCondensed', Arial, sans-serif;
}
.catalog-item-container .icon-notice {
    position: absolute;
    top: -10px;
    left: -10px;
    width: 80px;
    height: 70px;
}
.catalog-item-container .icon-constructor {
    background: url(/img/icon-construct.png) no-repeat;
    background-size: 80px auto;
}
.catalog-item-container .icon-fifty {
    background: url(/img/icon-half.png) no-repeat;
    background-size: 80px auto;
}
.catalog-item-container .item-social-likes {
    position: relative; 
    padding: 2px 6px;
    border: 1px solid #fff;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    margin: 0 auto;
    text-align: center;
    font-size: 11px;
    float: right;
    margin-bottom: 5px;
}
.catalog-item-container .change-composition-wrapper {
    float: left;
    margin: 10px 0 20px;
    line-height: 13px;
}
.catalog-item-container .change-composition-link {
    color: #A4A4A4;
    font-size: 12px;
    text-decoration: none;
}
.catalog-item-container .item-params {
    margin-bottom: 10px;
}
.catalog-item-container .item-params .pizz-bases-options,
.catalog-item-container .item-params .pizz-sizes-options {
    position: relative;
    /*height: 35px;*/
    -webkit-user-select: none;  
   -moz-user-select: none;    
   -ms-user-select: none;      
   user-select: none;
   -webkit-tap-highlight-color: rgba(0,0,0,0);
   -webkit-tap-highlight-color: transparent;
    background-color: #151515;
   -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 8px;
}
.catalog-item-container .item-params .pizz-bases-options,
.catalog-item-container .item-params .pizz-sizes-options {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
}
.catalog-item-container .item-params .pizz-sizes-options {
    margin-bottom: 10px;
}
.catalog-item-container .item-params .pizz-bases-options {
    margin-bottom: 15px;
}
.catalog-item-container .item-params .size-val {
    float: left;
    display: block;
    padding: 8px 3px;
    border-radius: 8px;
    color: #fff;
    text-decoration: none;
    text-align: center;
    width: 33%;
    height: 100%;
    font-size: 13px;
}
.catalog-item-container .item-params .base-val, .catalog-item-container .item-params .sb-modif {
    float: left;
    display: block;
    padding: 8px 3px;
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    color: #fff;
    text-decoration: none;
    text-align: center;
    height: 100%;
    font-size: 13px;
    width: 33%;
}
.pizza-prices-options {
    margin-top: 15px;
}
.pizza-prices-options .action-price {
    cursor: pointer;
}
.pizza-prices-options .action-price, .pizza-prices-options .price-no-action, .pizza-prices-options .change-composition-wrapper {
    float: left !important;
}
.pizza-prices-options .price-action-text{
   font-size: 12px;
}
.pizza-prices-options .price-value{
   font-size: 22px;
}
.pizza-prices-options .action-price {
   margin-right: 8px;
   background-color: #69ba39;
   border-radius: 12px;
   -webkit-border-radius: 12px;
   -moz-border-radius: 12px;
   padding: 3px 5px 5px;
   font-weight: 700;
}
.pizza-prices-options .price-no-action {
   margin-right: 15px;
   padding: 3px 5px 5px;
}
.rub:after {
    content: "\20BD";
}

.catalog-item-container .item-params .size-val.active, .catalog-item-container .item-params .base-val.active,
.catalog-item-container .item-params .sb-modif.active  {
    background: #6E6E6E;
}
.s-circle {
  position: relative;
  display: block;
  background-color: transparent;
  text-align: center;
}

/*.s-circle:after {
  display: block;
  padding-bottom: 100%;
  width: 100%;
  height: 0;
  border-radius: 50%;
  border: 2px solid #fff;
  content: "";
}*/

.s-circle__inner {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.s-circle__wrapper {
  display: table;
  width: 100%;
  height: 100%;
}

.s-circle__content {
  display: table-cell;
  padding: 8px;
  vertical-align: middle;
}
/*.catalog-item-container .item-params .size-val.active.s-circle:after {
    background-color: #ffd37d;
    color: #000;
    border: 2px solid #ffd37d;
}*/
.hide-block {
   display: none;
}
.catalog-item-container .item-params .size-val {
    border: none;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
}
.catalog-item-container .item-params .free-sauce-box {
    margin-top: 5px;
}
.catalog-item-container .item-params .free-sauce-box label {
    font-size: 14px;
    margin-bottom: 3px;
    display: block;
    color: #ffd37d;
}
.free-sauce-box-cart .free-sauce-box {
    margin-top: 5px;
}
.catalog-item-container .item-params select {
    width: 100%;
    color: #000;
    font-size: 12px;
    display: block;
    font-family: 'BwSurco', 'RobotoBoldCondensed', Arial, sans-serif;
}
.catalog-item-container .item-params .select-base {
    width: 95%;
    float: right;
}
.catalog-item-container .item-params .select-portion {
    width: 100%;
}
.catalog-item-container .order-button-wrapper {
    position: static;
    left: 20px;
    right: 0;
    bottom: 0px;
    background: #000;
}
.catalog-item-container .order-button-wrapper .tmp-price {
    position: absolute;
    top: 4px;
    right: 20px;
    font-size: 22px;
    font-family: 'BwSurco', 'RobotoBoldCondensed', Arial, sans-serif;
}
.catalog-item-container .action-btn {
    display: block;
    background: #ed162c;
    color: #fff;
    font-size: 14px;
    font-family: 'BwSurco', 'RobotoBoldCondensed', Arial, sans-serif;
    font-weight: bold;
    padding: 8px 0px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 0.05em;
}
.catalog-item-container .action-btn.inactive, #add-additional-item.inactive {
    background: #ccb7b7;
}
.catalog-item-container .basket-btn-active .action-btn {
    background: #27c21c;
}
.catalog-item-container .action-btn.ordered {
    background: #15c15a;
}
.catalog-item-container .edit-constructor-name,
.catalog-item-container .save-constructor-name {
    color: #ffd37d;
    margin-left: 8px;
    font-size: 20px;
}
.catalog-item-container .item-title-input {
    display: none;
}
.catalog-item-container .item-title-input input {
    width: 90%;
}

#change-composition-box.message-box .form-wrapper .text-block {
    padding: 10px;
}



/* Categories styles */
.catalog-snacks-items .catalog-item-container .item-description {
    min-height: 0;
}

/* Subcategory item */
.item-subcategory .catalog-item-container .item-description {
    font-size: 16px;
    line-height: 1.4em;
    margin-bottom: 20px;
    min-height: 80px;
}
item-subcategory .catalog-item-container .order-button-wrapper {
    position: absolute;
    bottom: 10px;
    left: 20px;
    right: 0;
}

/* Actions page */
.actions-page #content {
    padding-top: 0;
}
.actions-page #content .content-wrapper {
    padding: 0;
}
.actions-page .catalog-items-wrapper {
    padding: 0 10px;
}
#actions-menu {
    margin: 5px 0 0;
    white-space: normal;
}
#actions-menu .check-action-type {
    padding: 3px;
    margin-bottom: 3px;
    border: 1px solid #7a7a7a;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    text-align: center;
    background: url("../../img/bg-transparent.png");
}
#actions-menu .check-action-type a {
    font-size: 14px;
    font-family: 'BwSurco', 'RobotoBoldCondensed', Arial, sans-serif;
    font-weight: bold;
    padding: 4px 8px;
}
#actions-menu .check-action-type:hover,
#actions-menu .check-action-type.active {
    background: #ffd37d;
    border: 1px solid #ffd37d;
}
#actions-menu .check-action-type:hover a,
#actions-menu .check-action-type.active a {
    color: #000;
}

#actions-items {
    position: relative;
    padding: 10px 20px 10px;
    min-height: 120px;
}
#actions-items .action-item {
    margin-bottom: 20px;
    
}
#actions-items .action-item .action-item-wrapper {
    width: 100%;
    background: url("../../img/bg-transparent.png");
    height: 100%;
    position: relative;
}
#actions-items .action-item .action-item-outset {
    display: none;
    position:absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border: 2px solid #ffd37d;
    z-index: 3;
}
#actions-items .action-item:hover .action-item-outset {
    display: block;    
}
#actions-items .action-item.item-odd .action-item-wrapper {
    float: right;
}
#actions-items .action-item .item-image {
    /*position: absolute;
    width: 263px;
    height: 155px;*/
    overflow: hidden;
    padding: 20px;
    text-align: right;
}
#actions-items .action-item .item-image img {
    max-height: 100%;
    max-width: 100%;
}
#actions-items .action-item .item-info {
    /*padding: 12px 16px 12px 286px;*/
    padding: 10px;
    position: relative;
    z-index: 4;
}
#actions-items .action-item .item-title {
    color: #fff;
    font-size: 14px;
    font-family: 'BwSurco', 'RobotoBoldCondensed', Arial, sans-serif;
    font-weight: bold;
    margin-bottom: 8px;
}
#actions-items .action-item .item-description {
    color: #8d8d8d;
    font-size: 12px;
    margin-bottom: 10px;
}
#actions-items .action-item .read-more {
    color: #ffd37d;
    text-decoration: underline;
}
#actions-items .action-item .action-link,
#actions-items .action-item .add-to-cart,
#actions-items .action-item .add-to-action,
 a.action-btn-show-additionally{
    display: block;
    width: 110px;
    padding: 6px;
    text-transform: uppercase;
    font-family: 'BwSurco', 'RobotoBoldCondensed', Arial, sans-serif;
    font-size: 13px;
    color: #fff;
    text-align: center;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background: #ed162c;
    text-decoration: none;
}
a.action-btn-show-additionally{
    letter-spacing: normal;
    word-spacing: normal;
    margin: auto;
    margin-bottom: 30px;
    cursor: pointer;
}
.hidden-action {
    display: none;
}

/* Progressbar */
.progressbar {
    margin: 30px 0 20px;    
}
.progressbar .progressbar-wrapper {
    background: #000;
    color: #fff;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    margin: 0 auto;
}
.progressbar.completed .progressbar-wrapper {
    background: none;
}
.progressbar .progressbar-wrapper .step {
    padding: 12px 5px;
    text-align: center;
    font-family: 'BwSurco', 'RobotoBoldCondensed', Arial, sans-serif;
    font-weight: bold;
    font-size: 11px;
    color: #fff;
    text-transform: uppercase;
    position: relative;
}
.progressbar .progressbar-wrapper .step a {
    color: #fff;
}
.progressbar .progressbar-wrapper .step.complete {
    background: #ed162c;
    border-right: 1px solid #ccc;
    text-decoration: underline;
    cursor: pointer;
}
.progressbar .progressbar-wrapper .action-step-link.step.complete {
    background: #27c21c;
}
.progressbar .progressbar-wrapper .step.complete.first {
    -moz-border-radius-topleft: 6px;
    -webkit-border-top-left-radius: 6px;
     border-top-left-radius: 6px;
    -moz-border-radius-bottomleft: 6px;
    -webkit-border-bottom-left-radius: 6px;
    border-bottom-left-radius: 6px;
}
.progressbar .progressbar-wrapper .action-step-link.step.complete.last {
    background: #ed162c;
}
.progressbar .progressbar-wrapper .step.complete.last {
    border-right: none;
    text-decoration: none;
}
.progressbar .progressbar-wrapper .step.complete.last:after {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 10px solid #ed162c;
    position: absolute;
    top: 50%;
    margin-top: -20px;
    margin-left: 0;
    left: 100%;
    z-index: 3;
    -webkit-transform:rotate(360deg);
}
.progressbar .progressbar-wrapper .step.step-ready.complete {
    background: #27c21c;
}
.progressbar .progressbar-wrapper .step.step-ready.complete::after {
    border-left: 10px solid #27c21c;
}

/* Action step */
.catalog-item-container #action-user-parameters-form .item-params .size-val {
    color: #fff;
    text-decoration: none;
    text-align: center;
    height: auto;
    background-color: transparent;
    font-size: 16px;
}
.catalog-item-container #action-user-parameters-form .item-params .size-val-35 {
    width: 36%;
    padding: 10px 3px;
}
.catalog-item-container #action-user-parameters-form .item-params .size-val-30 {
    width: 32%;
}
.catalog-item-container #action-user-parameters-form .item-params .size-val-25 {
    width: 26%;
    padding: 6px 3px;
}
#action-user-parameters-form .pizz-sizes-options {
    background-color: transparent;
}
.catalog-item-container #action-user-parameters-form .item-params .size-val.active .s-circle__content{
    color: #000;
}
.catalog-item-container #action-user-parameters-form .item-params .size-val.active.s-circle:after {
    background-color: #ffd37d;
    color: #000;
    border: 2px solid #ffd37d;
}

#action-user-parameters-form .s-circle:after {
    display: block;
    padding-bottom: 100%;
    width: 100%;
    height: 0;
    border-radius: 50%;
    border: 2px solid #fff;
    content: "";
}

.step-choice-delivery {
    display:none;
    max-width: 840px;
    margin: auto;
}
#action-user-parameters-form, #action-user-delivery-form {
   max-width: 100%; 
   letter-spacing: normal;
   margin: auto;
}
.actions-page .page-title {
    color: #fff;
    font-size: 20px;
    font-family: 'BwSurco', 'RobotoBoldCondensed', Arial, sans-serif;
    font-weight: bold;
    margin-bottom: 10px;
    text-align: center;
    padding: 30px 10px 0;
}
#action-user-parameters-form select, #action-user-delivery-form select {
    color: #000;
    width: 360px;
    max-width: 100%;
}
#action-user-parameters-form label.control-label, #action-user-delivery-form label.control-label {
    margin-bottom: 10px;
    display: block;
}
#action-user-parameters-form h5, #action-user-delivery-form h5 {
    margin-top: 5px;
}
#step-action-pizza-parameters, #step-action-delivery-parameters{
    width: 360px;
    max-width: 100%;
    margin-top: 20px;
}
.add-to-delivery-action{
    width: 360px;
    max-width: 100%;
    float: left;
    margin-right: 20px;
    background: #BDBDBD;
    color: #000;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 0.05em;
    font-family: 'BwSurco', 'RobotoBoldCondensed', Arial, sans-serif;
    font-weight: bold;
    padding: 8px 0px;
}
a.add-to-delivery-action.active{
    background: #ffd37d;
    border: 1px solid #ffd37d;
}
#action-user-parameters-form .item-params, #action-user-delivery-form .item-params {
    max-width: 380px;
}
#action-user-parameters-form .pizz-sizes-options {
    height: auto;
}
.action-button-wrapper{
    margin-bottom: 20px;
}
#action-user-delivery-form #street{
    max-width:100%;
    width: 400px;
}
.delivery-errors p {
    color: #ffd37d;
    padding: 5px 0;
}
.delivery-errors {
    display: none;
}
.step-choice-pizza {
    max-width: 480px;
    margin: auto;
}
.action_btn_wrapper{
    width: 100%;
}
.action_btn_wrapper .btn-next{
    margin: auto;
}


/* Login form */
.password-block {
	position: relative;
}
.password-control {
	position: absolute;
	top: 6px;
	right: 6px;
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url(../../images/view.svg) 0 0 no-repeat;
}
.password-control.view {
	background: url(../../images/no-view.svg) 0 0 no-repeat;
}
#login-box label {
    color: #d7d7d7;
}
#login-box input[type="text"] {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    padding: 6px 10px;
    width: 100%;
    border: none;
    background: #d7d7d7;
    color: #000;
}
#login-box input[type=checkbox] {
    margin-right: 6px;
}

/* Inner page */
.inner-page .content-container {
    background: #151515;
    border: 1px solid #7a7a7a;
    border-top: 3px solid #7a7a7a;
    border-bottom: 3px solid #7a7a7a;
    padding: 20px;
    min-height: 0;
    margin-bottom: 40px;
}
.inner-page .content-container h2 {
    font-family: 'BwSurco', 'RobotoBoldCondensed', Arial, sans-serif;
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 20px;
    margin-top: 0;
}
.inner-page .content-container h3 {
    font-size: 16px;
}
.inner-page .content-container .text-note {
    font-size: 14px;
    margin-bottom: 20px;
}
.bonus-text-note {
    color: #ffd37d;
}
.inner-page .sidebar-container {
    background: url("../../img/bg-transparent.png");
    color: #796644;
    padding: 20px;
    border: 1px solid #72613f;
    border-top: 3px solid #72613f;
    border-bottom: 3px solid #72613f;
    min-height: 0;
}

.common-form .field-row {
    margin-bottom: 20px;
}
.common-form .field-error {
    color: #ffd37d;
    display: none;
    font-family: 'BwSurco', 'RobotoCondensed', Arial, sans-serif;
    font-size: 14px;
}
.common-form .field-error.active {
    display: block;
}
.common-form  .field-row.double input[type="text"] {
    float: left;
    width: 48%;
}
.common-form .field-row.double input[type="text"].second {
    float: right;
}
.common-form .field-row.checkbox-row input[type="checkbox"] {
    position: relative;
    top: 2px;
}
.common-form .field-row.phone-row {
    position: relative;
}
.common-form .field-row.phone-row .prefix {
    position: absolute;
    left: -20px;
    top: 5px;
}
.common-form .errorSummary &gt; p {
    display: none;
}
.common-form .errorSummary ul {
    padding: 0;
    list-style: none;
}
.common-form .errorSummary ul li, #order-payment-errors p {
    color: #ffd37d;
    padding: 5px 0;
}
#order-payment-errors{
    display: none;
}
.common-form .links-box a,
a.ext-link
{
    color: #ffd37d;
    font-size: 14px;
    font-family: 'BwSurco', 'RobotoCondensed', Arial, sans-serif;
    cursor: pointer;
}
.common-form .links-box a {
    display: block;
    margin-top: 10px;
}
.common-form .success-message {
    color: #ffd37d;
    font-size: 16px;
    font-family: 'BwSurco', 'RobotoCondensed', Arial, sans-serif;
    padding: 20px 0;
}
.action-buttons &gt; .right-column {
    text-align: right;
    padding-left: 10px;
}
#repeat-confirm-code-text-note {
    display: none;
}
#countdown {
    margin-bottom: 15px;
}
#countdown div:nth-child(2),
#countdown div:nth-child(1),
#countdown span:nth-child(3)
{display: none;}
#send-confirmation-code.disabled {
   opacity: 0.4; 
}
/* Order page */
/*.order-steps {
    background: url("../../img/bg-transparent.png");
    padding: 20px 120px;
    margin: 0 0 20px;
}
.order-steps .order-steps-wrapper {
    background: #838383;
    color: #fff;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    margin: 0 auto;
}
.order-steps .order-steps-wrapper .step {
    padding: 12px 20px;
    text-align: center;
    font-family: 'BwSurco', 'RobotoBoldCondensed', Arial, sans-serif;
    font-weight: bold;
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
}
.order-steps .order-steps-wrapper .step.complete {
    background: #ed162c;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}*/


.page-order .order-page-content &gt; .right-column {
    padding-left: 0px;
    margin-bottom: 20px;
}
.page-order .content-container .login-form-divider {
    margin: 10px 0;
}
.page-order .content-container .login-form-divider span {
    display: block;
    background: #151515;
    padding: 5px 0;
    text-align: center;
    color: #d7d7d7;
    font-family: 'BwSurco', 'RobotoCondensed', Arial, sans-serif;
    font-size: 16px;
}
.page-order .content-container .left-divider,
.page-order .content-container .right-divider {
    background: url("../../img/bg-divider.png") repeat-x 0 center;
}
.page-order #order-form .order-buttons {
    margin-top: 40px;
}
.page-order #order-address-form .phone-field-row {
    position: relative;
}
.page-order #order-address-form .phone-field-row label {
    top: 5px;
    left: -10px;
    position: relative;
}
.page-order #order-address-form .order-buttons, .page-order #order-payment-form .order-buttons {
    margin-top: 30px;
}
.page-order #order-address-form .delivery-time-row {
    display: none;
}
.page-order #prettydropdown-select-stored-address {
    display: none;
}
.page-order #order-address-form #show-stored-address-select {
    margin-bottom: 20px;
    display: block;
}
.page-order .saved-addresses-box {
    margin-bottom: 20px;
}
.page-order .saved-addresses-box a {
    text-decoration: none;
    border-bottom: 1px dashed #ffd37d;
    font-size: 16px;
    margin-bottom: 5px;
    display: inline-block;
}
.order-buttons .left-column {
    padding-right: 10px;
}
.order-buttons .right-column {
    padding-left: 10px;
}
.page-order #preorder-settings .preorder-date-field,
.page-order #preorder-settings .spinner-field {
    float: left;
    margin-right: 5px;
}
.page-order #preorder-settings .preorder-date-field {
    width: 100%;
}
.page-order #preorder-settings .spinner-field {
    width: 49%;
    margin-right: 1%;
    margin-top: 10px;
}
.page-order #preorder-settings .spinner-field:last-child {
    margin-right: 0;
}
.page-order #preorder-settings .spinner-field &gt; span {
    background: #d7d7d7;
}
.page-order #preorder-settings .spinner-field input {
    padding: 2px 5px;
}
.page-order #preorder-settings .preorder-date-field select {
    color: #000;
    width: 100%;
}
.page-order #payment-courier-settings .banknote {
    float: left;
    border: 1px solid #fff;
    border-radius: 8px;    
    color: #fff;
    text-decoration: none;
    padding: 5px 10px;
    margin-right: 5px;
    margin-bottom: 5px;
}
.page-order #payment-courier-settings .banknote.active {
    background: #ffd37d;
    color: #000;
    border: 1px solid #ffd37d;
}
img.payment-online-type-images {
    height: 45px;
    margin-left: 12px;
    vertical-align: middle;
    max-width: 100%;
}
.name-type-payment {
    margin-left: 20px;
}
#payment-online-types {
    margin-left: 20px;
}
#payment-types {
    margin-bottom: 5px; 
}
#payment-online-types input[type="radio"] {
    margin-top: 20px;
    float: left;
}
#payment-online-types label {
    float: left;
}
.slide-up-widget__header-close-btn {
    display: none;
}
.orders_payment_type, .orders_payment_type_card {
    margin-bottom: 15px;
    width: 350px;
    padding: 5px;
    max-width: 100%;
    display: flex;
    align-items: flex-start;
    cursor: pointer;
}
.orders_payment_type label, .orders_payment_type_card label{
    flex: 0 1 auto;
    align-self: center;
    cursor: pointer;
}
.orders_payment_type label.label-img-type-payment, .orders_payment_type_card label.label-img-type-payment{
    flex: 0 1 auto;
    width: 130px;
    margin-right: 10px;
}
.orders_payment_type input[type=radio], .orders_payment_type_card input[type=radio]{
    flex: 0 1 auto;
    align-self: center;
    display: none;
}
#cards_payment_types {
    margin-left: 25px;
    display: none;
}
.active-payment-type{
    background: #ffd37d;
    color: #000;
    border-radius: 10px;
}


/* QR-code payment page */
#qrcode {
  max-width: 100%;
  width: auto;
  height: auto;
  margin: 15px auto 25px;
  text-align: center;
}
#qrcode img{
  margin: auto;
  width: 160px;
}
#total-price-block {
    text-align: center;
    font-size: 20px;
}

/* Order final page */
.page-order-final .order-page-content h2 {
    text-align: center;
    margin-bottom: 30px;
}
.page-order-final .content-container {
    padding: 20px;
}
.page-order-final .content-container a {
    color: #ffd37d;
}
.page-order-final .order-coupon-container {
    margin-top: 40px;
}
.page-order-final .register-info,
.page-order-final .experience-info {
    font-size: 14px;
}
.page-order-final .order-page-content &gt; .right-column {
    margin-bottom: 20px;
}
.block-video-kitchen {
    margin: auto;
    overflow: hidden;
    min-height: 320px; 
    width: 100%; 
    height: auto;
}
.content-video-kitchen {
    width: 640px; 
    max-width: 100%;
    margin: auto;
}
.title-video-kitchen {
    text-align: center;
    font-size: 22px;
    margin: 20px auto 12px;
}
.menu-online-translation-mark {
    animation: blinker 1.1s cubic-bezier(.5, 0, 1, 1) infinite alternate;
    position: absolute;
    right: 8px;
    top: 3px;
    font-size: 16px;
    color: #ed162c;
}
.message-online-translation {
    text-align: center;
    font-size: 20px;
    margin: 10px auto;
    display: none;
}

@media screen and (max-width: 767px) {
    .block-video-kitchen {
        min-height: 220px;
    }
    .title-video-kitchen {
        font-size: 20px;
    }
}

#moto-progressbar {
    display: none;
    margin: 10px 0 40px;
    margin-top: 60px;
    height: 60px;
    background: url(/img/finish.png) no-repeat;
    background-position: 100% 100%;
    background-size: auto 100%;
    border-bottom: 1px solid #6d6d6d;
}
#moto-progressbar .moto-inner {
    position: relative;
    height: 100%;
    padding-right: 100px;
}
#moto-progressbar .moto-inner.done {
    padding-right: 0px;
    width: 100% !important;
}
#moto-progressbar .moto-inner.done img {
    display: none;
}
#moto-progressbar .moto-inner-bg {
    background: url(/img/tire.png) repeat-x;
    background-position: 0 100%;
    background-size: auto 13px;
    height: 100%;
}
#moto-progressbar .moto-inner img {
    position: absolute;
    right: 25px;
    bottom: 0;
    width: 100px;
}

/* Form Progress */
#order-progressbar {
    margin: 20px auto;
    margin-bottom: 0px;
    text-align: center;
    width: 50px;
}
#order-progressbar .circle-container,
#order-progressbar .bar-container {
    float: left;
    position: relative;
}
#order-progressbar .circle-container {
    margin-bottom: 40px;
}
#order-progressbar .bar-container {
    display: none;
    width: 135px;
    margin-left: -2px;
    margin-right: -2px;
}
#order-progressbar .circle {
    display: inline-block;
    background: #fff;
    width: 50px;
    height: 50px;
    border-radius: 40px;
}
#order-progressbar .bar {
    top: 23px;
    display: block;
    background: #fff;
    position: relative;
    width: 100%;
    height: 6px;
}
#order-progressbar .circle .label {
    width: 42px;
    height: 42px;
    line-height: 42px;
    border-radius: 42px;
    margin-top: 4px;
    color: #FFF;
    font-size: 22px;
    color: #FFF;
}
#order-progressbar .circle.done .label,
#order-progressbar .circle.active .label {
    display: inline-block;
}
#order-progressbar .title {
    font-size: 16px;
    line-height: normal;
    font-family: 'BwSurco', 'RobotoBoldCondensed', Arial, sans-serif;
    position: absolute;
    width: 160px;
    margin-left: -80px;
    left: 50%;
    padding-top: 5px;
}
#order-progressbar .circle.done .label {
    background: #848484;
}
#order-progressbar .circle.active .label {
    background: #ed162c;
}

#order-timer {
    font-size: 28px;
    font-family: 'BwSurco', 'RobotoBoldCondensed', Arial, sans-serif;
    font-weight: bold;
    margin: 16px 0;
    color: #ffd37d;
    text-align: center;
}
#dont-call-option-label {
    color: #ffd37d;
}
#map { height: 400px; }
.leaflet-control-attribution {
    display: none;
}
#map-courier-title {
    font-size: 22px;
    font-family: 'BwSurco', 'RobotoBoldCondensed', Arial, sans-serif;
    font-weight: bold;
    margin: 16px 0;
    text-align: center;
}
/* Order Sidebar box */
#order-sidebar-box {
    color: #d7d7d7;
}
#order-sidebar-box .box-title {
    font-size: 26px;
    font-family: 'BwSurco', 'RobotoBoldCondensed', Arial, sans-serif;
    font-weight: bold;
    margin-bottom: 10px;
}
#order-sidebar-box .order-items {
    border: 1px solid #797879;
    border-left: none;
    border-right: none;
    padding: 10px 0;
    margin-bottom: 20px;
}
#order-sidebar-box .order-items .item {
    margin-bottom: 10px;
}
#order-sidebar-box .order-items .item:last-child {
    margin-bottom: 0;
}
#order-sidebar-box .order-items .item .item-title {
    font-weight: bold;
}
#order-sidebar-box .order-items .item .item-description {
    color: #808080;
}
#order-sidebar-box .order-items .item .item-price {
    font-weight: bold;
}
#order-sidebar-box .order-items .item &gt; .right-column {
    text-align: right;
}
#order-sidebar-box .order-total-price {
    margin-bottom: 16px;
    line-height: 1.3em;
}
#order-sidebar-box .order-total-price &gt; .right-column {
    text-align: right;
}
#order-sidebar-box .order-total-price &gt; .left-column {
    font-weight: bold;
}
#order-sidebar-box .order-total-price .total-price-val,
#order-sidebar-box .order-status-val {
    color: #ffd37d;
    font-size: 22px;
    font-family: 'BwSurco', 'RobotoBoldCondensed', Arial, sans-serif;
    font-weight: bold;
    position: relative;
    top: -4px;
}
#order-sidebar-box .back-to-catalog a {
    margin-bottom: 20px;
}
#order-sidebar-box .self-delivery-address {
    color: #994e22;
    font-size: 15px;
    font-family: 'BwSurco', 'RobotoCondensed', Arial, sans-serif;
}
#order-sidebar-box .address-info {
    color: #fff;
    font-size: 15px;
    font-family: 'BwSurco', 'RobotoCondensed', Arial, sans-serif;
}

.bonus-condition-link {
    display: inline-block;
    padding: 2px 8px;
    background: #ffd37d;
    color: #000;
    text-decoration: none;
    border-radius: 12px;
    font-size: 12px;
}

@media screen and (max-width: 767px) {
    h1.category-title {
        text-align: center;
    }
}

#banner-top {
    position: relative;    
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: transparent;
    background-size: contain;
}
#banner-top .banner-title {
    font-size: 16px;
    color: #fff;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin-top: -15px;
    font-family: 'BwSurco', 'RobotoBoldCondensed', Arial, sans-serif;
    font-weight: bold;
    z-index: 5;
}
#banner-top img {
    width: 100%;
}

/* User profile */
.profile-page .page-title {
    font-size: 36px;
    font-family: 'BwSurco', 'RobotoBoldCondensed', Arial, sans-serif;
    font-weight: bold;
    margin-bottom: 10px;
}
.profile-page #page-content {
    background: url("../../img/bg-transparent.png");
    margin-bottom: 30px;
}
.profile-page #profile-menu {
    background: #050605;
    padding: 0 25px;
}
.profile-page #profile-menu .profile-menu-items {
    display: none;
}
.profile-page #profile-menu .pure-menu-item {
    border-bottom: 1px solid #414141;
    padding: 10px 0;
}
.profile-page #profile-menu .pure-menu-item:first-child {
    border-top: 1px solid #414141;
}
.profile-page #profile-menu .pure-menu-item:last-child {
    border: none;
}
.profile-page #profile-menu .pure-menu-item:hover,
.profile-page #profile-menu .pure-menu-item.active {
    background: url("../../img/menu-profile-caret-bottom.png") no-repeat 100% center;
}
.profile-page #profile-menu .pure-menu-item:hover a,
.profile-page #profile-menu .pure-menu-item.active a {
    text-decoration: underline;

}
.profile-page #profile-menu .pure-menu-item a {
    font-family: 'BwSurco', 'RobotoBoldCondensed', Arial, sans-serif;
    font-weight: bold;
    padding: 10px 0;
}
.profile-page #profile-menu .menu-header {
    padding: 20px 0;
    font-family: 'BwSurco', 'RobotoBoldCondensed', Arial, sans-serif;
    font-weight: bold;
    font-size: 20px;
    position: relative;
}
.profile-page #profile-menu .menu-header .menu-icon {
    position: absolute;
    right: 0;
    display: block;
    top: 17px;
    border: 1px solid #fff;
    padding: 5px 8px;
    border-radius: 6px;
    font-size: 14px;
}

.profile-page .profile-form-container {
    padding: 20px;
}
.profile-page .profile-form-title {
    font-family: 'BwSurco', 'RobotoBoldCondensed', Arial, sans-serif;
    font-weight: bold;
    font-size: 28px;
    margin-bottom: 12px;
}
.profile-page #profile-form label {
    display: block;
    font-family: 'BwSurco', 'RobotoCondensed', Arial, sans-serif;
    margin-bottom: 10px;
    font-size: 14px;
}
.profile-page #profile-form input[type="text"] {
    font-family: 'BwSurco', 'RobotoCondensed', Arial, sans-serif;
}
.profile-page #profile-form .change-password-wrapper {
    margin-bottom: 26px;
}
.profile-page #profile-form .change-password-link {
    font-family: 'BwSurco', 'RobotoCondensed', Arial, sans-serif;
    color: #ffd37d;
}
.profile-page table.pure-table thead {
    background: none;
    color: #fff;
    border-bottom: 1px solid #fff;
}

.profile-page .history-items {
    font-size: 12px;
}
.profile-page .history-items .repeat-order {
    text-align: center;
}
.profile-page .history-items .repeat-order strong {
    font-family: 'BwSurco', 'RobotoBoldCondensed', Arial, sans-serif;
    color: #ffd37d;
}
.profile-page .history-table-container {
    overflow-x: auto;
}

.profile-page .wantas-table {
    font-size: 12px;
}
.profile-page.profile-wantapizza-page h2 {
    font-family: 'BwSurco', 'RobotoBoldCondensed', Arial, sans-serif;
    font-size: 18px;
    margin-bottom: 5px;
}
.profile-page.profile-wantapizza-page select {
    color: #000;
}
.profile-page.profile-wantapizza-page .order-buttons {
    margin-top: 1em;
}
.profile-page.profile-wantapizza-page .text-note {
    font-size: 12px;
}
.profile-page.profile-wantapizza-page .common-form a {
    color: #ffd37d;
}
.profile-page.profile-wantapizza-page .show-wannapizza-goods-form {
    text-decoration: none;
}
.profile-page.profile-wantapizza-page .show-wantapizza-surprize-info {
    color: #ffd37d;
}
.profile-page.profile-wantapizza-page .add-wannapizza-goods-form {
    border: 1px solid #868686;
    padding: 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.profile-page.profile-wantapizza-page .add-wannapizza-goods-form .wantapizza-form-errors {
    color: #ffd37d;
    margin-bottom: 10px;
}
.profile-page.profile-wantapizza-page .add-wannapizza-goods-form .order-buttons a {
    color: #fff;
}
.profile-page.profile-wantapizza-page .select-favorites-goods-box,
.profile-page.profile-wantapizza-page .select-constructor-goods-box,
.profile-page.profile-wantapizza-page .select-catalog-goods,
.profile-page.profile-wantapizza-page .pizza-settings {
    margin: 10px 0;
    display: none;
}
.profile-page.profile-wantapizza-page .select-size {
    width: 100%;
    margin-bottom: 10px;
}
.profile-page.profile-wantapizza-page .select-base {
    width: 100%;
}
.profile-page.profile-wantapizza-page .select-catalog-category {
    width: 100%;
    margin-bottom: 10px;
}
.profile-page.profile-wantapizza-page .select-catalog-good {
    width: 100%;
}
.profile-page.profile-wantapizza-page .pizza-settings h3 {
    font-family: 'BwSurco', 'RobotoBoldCondensed', Arial, sans-serif;
    font-size: 18px;
    margin: 0 0 5px;
}
.profile-page .wantapizza-items-table {
    width: 100%;
    margin-bottom: 5px;
}
.profile-page.profile-wantapizza-page .check-delivery-type,
.profile-page.profile-wantapizza-page .delivery-fields,
.profile-page.profile-wantapizza-page .self-delivery-fields {
    margin-bottom: 10px;
}

/* User notifications */
.user-notification {
    padding: 10px 20px ;
    background: #ffd37d;
    color: #000;
    font-size: 14px;
    font-family: 'BwSurco', 'RobotoCondensed', Arial, sans-serif;
    position: relative;
    margin-bottom: 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.user-notification .close-notification {
    color: #000;
    position: absolute;
    right: 20px;
}

/* Profile bonuses */
.profile-bonuses-page .text-note p {
    margin: 0.5em 0;
    line-height: 1.5em;
}
.profile-bonuses-page .current-bonuses-count {
    font-size: 20px;
    margin-top: 20px;
}
.profile-bonuses-page .current-bonuses-count strong {
    font-weight: bold;
    color: #ffd37d;
    font-size: 32px;
}

/* Profile subscription */
.profile-subscription-form .asterisk {
    color: #ffd37d;
}
#User_subscription input[type="radio"],
#User_subscription label {
    float: left;
}
#User_subscription input[type="radio"] {
    position: relative;
    top: 5px;
    margin-right: 5px;
}
#User_subscription br {
    clear: both;
}
.profile-subscription-form  .field-row.checkbox-row input[type="checkbox"] {
    float: left;
    margin-right: 5px;
    position: relative;
    top: 5px;
}

/* Profile coupons */
.error-coupon-message {
    font-size: 18px;
}
.coupon-item {
    padding: 10px;
    border: 2px dashed #ffd37d;
    margin-bottom: 20px;
    text-align: center;
}
.coupon-item .coupon-logo {
    padding-top: 5px;
}
.coupon-item .coupon-logo img {
    max-width: 100%;
}
.coupon-item .coupon-title {
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: bold;
}
.coupon-item .coupon-code {
    font-family: 'BwSurco', 'RobotoBoldCondensed', Arial, sans-serif;
    font-weight: bold;
    font-size: 42px;
    color: #ffd37d;
    margin-bottom: 10px;
    line-height: 1em;
    display: none;
}
.coupon-item .coupon-apply-btn {
    margin: 0 auto;
    margin-top: 20px;
    width: 160px;
}
.coupon-item .coupon-apply-btn a {
    color: #fff;
}
.order-coupon-message {
    margin-bottom: 15px;
    font-size: 26px;
    text-align: center;
    font-weight: bold;
}
.coupon-time-action {
    font-style: italic;
}
.coupon-datetime-action-block {
    margin-top: 5px;
}
.coupon-deffered-message {
    font-size: 14px;
    font-weight: bold;
}

/* Profile addresses */
.add-address-link {
    margin: 20px 0;
    display: inline-block;
}
table.pure-table.address-info-items {
    width: 100%;
    margin-top: 20px;
}

/* Vacancy page */
.vacancy-page {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}
.vacancy-page .catalog-item {
    width: 49%;
}
.vacancy-page .catalog-item .item-description {
    font-size: 14px;
}
.vacancy-page .catalog-item .catalog-item-container {
    height: 100%;
}
.vacancy-page .catalog-item  ul {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-bottom: 10px;
}

.notifier-line {
    padding: 5px 0;
    color: #000;
    background: #ffd37d;
    text-align: center;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100000;
}
.notifier-line a {
    color: #000;
    text-decoration: none;
}

/* footer */
.yandex-iframe {
    overflow: hidden;
}
#footer {
    background: url("../../img/bg-transparent.png");
}
#footer-bottom {
    background: #000;
    padding: 10px 0;
}
#footer-bottom .middle-column {
    display: none;
}
#footer .content-wrapper {
    padding-top: 40px;
    padding-bottom: 20px;
}
#footer .footer-title {
    font-weight: bold;
    margin-bottom: 5px;
}
#footer .pure-menu ul {
    list-style: none;
    margin: 0;
}
#footer .pure-menu ul li {
    line-height: 1.8em;
}
#footer .pure-menu ul li a {
    text-decoration: underline;
    color: #7e7e7e;
    font-size: 15px;
    padding: 0;
    white-space:normal;
    line-height: normal;
    margin-bottom: 0.5em;
}
#footer-bottom {
    padding: 0;
}
#footer-bottom .left-column,
#footer-bottom .right-column {
    padding: 1em 0;
}
#footer-bottom .content-wrapper {
    padding: 0;
}
#footer-bottom .footer-phone {
    background: url("../../img/phone-icon.png") no-repeat 0 center;
    background-size: 18px;
    padding-left: 32px;
    float: right;
    margin-right: 0.5em;
    margin-top: 5px;
}
#footer-bottom .footer-phone a {
    color: #fff;
    font-size: 1.25em; /* 26px */
    font-weight: bold;
    text-decoration: none;
    font-family: 'BwSurco', Arial, sans-serif;
}
#footer-bottom .footer-address {
    text-align: left;
    margin-top: 5px;
    padding-left: 0.5em;
}
#footer-bottom .footer-address a {
    text-decoration: none;
    font-weight: bold;
    color: #fff;
    font-size: 0.75em;
    margin-top: 10px;
    display: block;
    font-family: 'BwSurco', Arial, sans-serif;
}

ul.social-buttons {
    list-style: none;
    overflow: hidden;
    padding: 0;
    margin: 1em auto;
    float: left;
}
ul.social-buttons li {
    text-indent: -9999px;
}
ul.social-buttons li a {
    display: block;
    width: 3em;
}
ul.social-buttons li:last-child a {
    width: 1.5em;
}
ul.social-buttons li.facebook a {
    background: url(/img/social/facebook.png) no-repeat 0 center;
}
ul.social-buttons li.vk a {
    background: url(/img/social/vk.png) no-repeat 0 center;
    width: 4em;
    margin: auto;
}
ul.social-buttons li.instagram a {
    background: url(/img/social/instagram.png) no-repeat 0 center;
}
ul.social-buttons li.twitter a {
    background: url(/img/social/twitter.png) no-repeat 0 center;
}
.social-column {
    border-top: 1px solid #4b4b4b;
    padding: 1em 0;
}
.social-column ul.social-buttons {
    margin: 0 auto;    
}

#callme {
    display: none;
}

.pc,
.pc-i {
    display: none;
}

/* Rating form */
.rating-errors p {
    color: #ffd37d;
    margin: 10px 0;
}
.rating-errors {
    display: none;
    text-align: center;
}
#ratingForm{
    padding: 20px;
}
#ratingForm a.cross-exit{
    display: block;
    text-decoration: none;
    color: #fff;
    cursor: pointer;
    font-weight: bold;
    position: absolute;
    top: 20px;
    right: 20px;
}
.rating-area {
	overflow: hidden;
	width: 230px;
	margin: 0 auto 20px;
}
#ratingForm .body-block{
    text-align: center;
}
.rating-area:not(:checked) &gt; input {
	display: none;
}
.rating-area:not(:checked) &gt; label {
	float: right;
	width: 42px;
	padding: 0;
	cursor: pointer;
	font-size: 32px;
	line-height: 32px;
	color: lightgrey;
	text-shadow: 1px 1px #bbb;
}
.rating-area:not(:checked) &gt; label:before {
	content: 'в…';
}
.rating-area &gt; input:checked ~ label {
	color: gold;
	text-shadow: 1px 1px #c60;
}
.rating-area:not(:checked) &gt; label:hover,
.rating-area:not(:checked) &gt; label:hover ~ label {
	color: gold;
}
.rating-area &gt; input:checked + label:hover,
.rating-area &gt; input:checked + label:hover ~ label,
.rating-area &gt; input:checked ~ label:hover,
.rating-area &gt; input:checked ~ label:hover ~ label,
.rating-area &gt; label:hover ~ input:checked ~ label {
	color: gold;
	text-shadow: 1px 1px goldenrod;
}
.rate-area &gt; label:active {
	position: relative;
}

@media screen and (max-width: 48em) {
    .profile-page #profile-form .change-password-link {
        display: block;
        margin-top: 10px;
    }
}

/* width &gt;= 568 */
@media screen and (min-width: 35.5em) {
    .tablet {
        display: block;
    }
    .tablet-i {
        display: inline;
    }
    .catalog-item-container {
        padding: 15px;
        width: 98%;
    }
    #banner-top .banner-title {
        font-size: 24px;
    }

    .page-order #preorder-settings .preorder-date-field {
        width: auto;
    }
    .page-order #preorder-settings .preorder-date-field select {
        width: 135px;
    }
    .page-order #preorder-settings .spinner-field {
        width: 70px;
        margin-top: 0;
    }
}

/* width &gt;= 768 */
@media screen and (min-width: 48em) {
    .mobile,
    .tablet,
    .tablet-i {
        display: none;
    }
    .mobile-only {
        display: none !important;
    }

    #footer,
    #top-menu,
    #header .login-links,
    #header .main-phone,
    #callme,
    #moto-progressbar,
    .pc {
        display: block;
    }
    .pc-i {
        display: inline;
    }
    #footer-bottom .middle-column {
        display: inline-block;
    }
    
    #header {
        background: url(../../img/bg-transparent.png);
        padding-bottom: 0;
    }
    #header .logo-box a {
        background: none;
        top: 10px;
    }
    #header .logo-box a img {
        width: 120px;
        margin-left: -25px;
    }
    #content {
        padding-top: 2em;
    }
    #cart-box {
        margin-top: 1em;
        height: auto;
        top: 0;
        position: relative;
    }
    #cart-box .cart-info {
        margin-left: 8px;
        font-size: 1.375em;
        width: 110px;
    }
    #cart-box .cart-icon {
        background-size: auto;
        width: 60px;
        height: 60px;
        float: left;
        top: 3px;
        margin: 0 auto;
        margin-bottom: 3px;
    }
    #cart-box .cart-counter {
        font-size: 1.125em;
        bottom: 5px;
        width: 32px;
        height: 32px;
    }
    #cart-box .cart-link {
        line-height: normal;
    }
    #cart-box .cart-header {
        font-size: 1em;
    }
    #cart-box .cart-icon-header {
        width: 50px;
    }
    #cart-box .total-price span {
        font-size: 1.375em;
    }
    #cart-box .order-container .total-price {
        padding: 3px 0 4px;
    }
    #cart-box .order-container .total-price span {
        font-size: 1em;
    }
    #cart-box .cart-switch-btn {
        font-size: 14px;
    }
    #cart-box #switch-to-active-order {
        margin-top: 0;
        position: static;
    }

    #cart-box-notification {
        width: 350px;
        right: 20px;
        top: 20px;
        left: auto;
    }
    
    #slider-container {
        margin-bottom: 2em;
    }

    #filters-menu {
        white-space: nowrap;
    }
    #filters-menu .filter-link a {
        font-size: 18px;
        padding: 8px 17px 8px 16px;
    }

    #actions-menu {
        white-space: nowrap;
        margin: 10px 0 0;
    }
    #actions-menu .check-action-type a {
        font-size: 18px;
        padding: 8px 17px 8px 16px;
    }

    #banner-top {
        background-size: auto;
        margin-bottom: 2em;
    }
    #banner-top .banner-title {
        font-size: 48px;
        left: 50%;
        margin-left: -200px;
        margin-top: -30px;
        padding: 0;
        right: auto;
    }

    #category-menu.category-menu li.category-link a {
        height: 58px;
        padding: 17px 0 20px;
        font-size: 1em;
    }
    #category-menu.category-menu li.category-link:nth-child(1),
    #category-menu.category-menu li.category-link:nth-child(2),
    #category-menu.category-menu li.category-link:nth-child(3) {
        border-bottom: 1px solid #868686;
    }

    /* Catalog items */
    .category-page #content {
        padding-top: 1em;
    }
    .category-page #catalog-items-container {
        padding: 0px;
    }
    .catalog-item-container {
        padding: 20px;
    }
    .catalog-item-container &gt; .right-column {
        padding-left: 15px;
    }
    .catalog-item-container .item-title {
        font-size: 22px;
    }
    .catalog-item-container .item-price {
        font-size: 32px;
        margin: 0;
    }
    .catalog-item-container .item-description {
        min-height: 58px;
    }
    .catalog-snacks-items .catalog-item-container .item-description {
        min-height: 0;
    }
    .catalog-item-container .order-button-wrapper {
        position: absolute;
    }
    .catalog-item-container .action-btn {
        font-size: 18px;
    }
    .catalog-item-container .item-params {
        margin-bottom: 50px;
    }
    .catalog-item-container .item-params select {
        font-size: 16px;
    }
    .catalog-item-container .item-params .pizz-sizes-options  {
        height: 35px;
    }
    .catalog-item-container .add-to-favorites-box,
    .catalog-item-container .remove-from-favorites-box {
        top: auto;
    }
    .catalog-item-container .change-composition-wrapper {
        float: none;
    }
    .catalog-item-container .change-composition-link {
        font-size: 13px;
    }
    .catalog-item-container .item-image {
        min-height: 180px;
        padding: 0;
    }
    .catalog-item-container .item-social-likes {
        padding: 2px 15px;
        width: 130px;
        margin-top: 16px;
        margin-bottom: 0;
        font-size: 12px;
        float: none;
    }

    .zone-page .zone-map-container {
        padding-right: 40px;
    }

    .action-buttons &gt; .left-column {
        padding-right: 10px;
    }
    .common-form .links-box a {
        display: inline;
        margin: 0;
    }

    .cart-page .cart-items-container {
        width: 96%;
    }
    .cart-page .cart-buttons a {
        font-size: 19px;
    }
    .cart-page #cart-items {
        padding: 40px 50px;
    }
    .cart-page #cart-items .item-info {
        padding-left: 10px;
    }
    .cart-page #cart-items .item-params {
        margin: 0;
        padding: 0;
    }
    .cart-page #cart-items .item-params .item-count {
        float: none;
    }
    .cart-page #cart-items .item-price {
        float: none;
        font-size: 26px;
    }
    .cart-page #cart-items .change-cart-count {
        font-size: 1em;
        width: auto;
    }
    .cart-page #cart-items .item-title {
        margin-bottom: 10px;
    }
    .cart-page #cart-items .item-title strong {
        font-size: 22px;
    }
    .cart-page #cart-items .item-description {
        margin-bottom: 10px;
        font-size: 15px;
        font-family: 'BwSurco', 'RobotoBoldCondensed', Arial, sans-serif;
    }
    .cart-page #cart-items .item-title a.remove-cart-item {
        font-size: 12px;
    }
    .cart-page #cart-items .item-change-composition {
        line-height: normal;
    }
    .cart-page #cart-items a.change-cart-composition-link {
        font-size: 13px;
    }    
    #change-composition-box.message-box .form-wrapper .text-block {
        padding: 24px;
    }

    .message-box .form-wrapper .header-block {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .page-order .content-container .login-form-divider span {
        font-size: 24px;
    }
    .page-order .order-page-content &gt; .right-column {
        padding-left: 20px;
        margin-bottom: 0;
    }
    
    .page-order-final .order-page-content &gt; .right-column {
        padding-left: 20px;
        margin-bottom: 0px;
    }

    .sidebar-box {
        padding: 20px;
    }
    .sidebar-box .box-title {
        font-size: 22px;
    }
    .sidebar-box .action-btn {
        font-size: 19px;
    }
    .cart-page #cart-items .actions-cart-header .action-name {
        font-size: 26px;
    }
    .cart-page .action-continue-box .action-name {
        font-size: 26px;
        padding: 16px 0;
    }
    .cart-page .additional-item-box .item-title {
        font-size: 18px;
    }
    .cart-page .additional-item-box .item-price {
        font-size: 26px;
    }
    .cart-page #cart-total-info-box {
        padding-left: 20px;
    }
    .cart-page #cart-total-info-box .total-price-row .left-column,
    .cart-page #cart-total-info-box .total-price-row .right-column {
        font-size: 22px;
    }

    .progressbar {
        padding: 20px 60px;
        margin: 20px 0;
        background: url(../../img/bg-transparent.png);
    }
    .progressbar .progressbar-wrapper .step {
        font-size: 18px;
        padding: 12px 20px;
    }
    .progressbar .progressbar-wrapper .step.complete.last:after {
        border-top: 24px solid transparent;
        border-bottom: 24px solid transparent;
        margin-top: -24px;
    }

    .page-order-final .content-container {
        padding: 30px 60px;
    }
    .page-order-final .register-info,
    .page-order-final .experience-info {
        font-size: 1em;
    }
    #order-progressbar {
        width: 420px;
        margin-bottom: 40px;
    }
    #order-progressbar .circle-container {
        margin-bottom: 0px;
    }
    #order-progressbar .bar-container {
        display: block;
    }

    .inner-page .page-title {
        font-size: 36px;
    }
    .inner-page .content-container .text-note {
        font-size: 16px;
    }
    .inner-page .sidebar-container {
        min-height: 380px;
    }
    .inner-page .content-container {
        min-height: 380px;
    }
    .inner-page .content-container h2 {
        font-size: 32px;
        margin-bottom: 30px;
    }
    .inner-page .content-container h3 {
        font-size: 18px;
    }

    .common-form .field-row.phone-row .prefix {
        left: -24px;
    }
    .action-buttons &gt; .right-column {
        padding-top: 10px;
    }

    #order-sidebar-box .order-total-price .total-price-val,
    #order-sidebar-box .order-status-val {
        font-size: 22px;
    }

    .page-order #order-address-form .phone-field-row label {
        left: 0;
    }
    .page-order #preorder-settings .preorder-date-field,
    .page-order #preorder-settings .spinner-field {
        margin-right: 5px;
    }
    .page-order #preorder-settings .preorder-date-field select {
        width: 100%;
    }
    .page-order #payment-courier-settings .banknote {
        padding: 10px 20px;
        margin-right: 10px;
        margin-bottom: 0;
    }

    .actions-page #content {
        padding-top: 1em;
    }
    .actions-page .catalog-items-wrapper {
        padding: 0;
    }
    .actions-page #banner-top .banner-title {
        margin-left: -100px;
    }
    .actions-page .page-title {
        font-size: 36px;
        padding-top: 0;
    }
    #actions-items {
        padding-left: 0;
        padding-right: 0;
    }    
    #actions-items .action-item .item-description {
        font-size: 12px;
    }
    #actions-items .action-item .action-item-wrapper {
        width: 98%;
    }
    #actions-items .action-item .item-title {
        font-size: 18px;
    }
    #actions-items .action-item .item-info {
        padding: 20px;
    }

    .profile-page #page-content {
        padding: 30px;
    }
    .profile-page .profile-form-container {
        padding: 10px 20px 0 60px;
    }
    .profile-page #profile-form .email-field-wrapper {
        padding-left: 20px;
    }
    .profile-page #profile-form label {
        font-size: 16px;
    }
    .profile-page #profile-menu .pure-menu-item:hover,
    .profile-page #profile-menu .pure-menu-item.active {
        background: url(../../img/menu-profile-caret.png) no-repeat 100% center;
    }
    .profile-page #profile-menu .pure-menu-item:first-child {
        border-top: none;
    }
    .profile-page #profile-menu .profile-menu-items {
        display: block;
    }
    .profile-page #profile-menu .menu-header {
        display: none;
    }

    .profile-page .history-items,
    .profile-page .wantapizza-items-table {
        font-size: 16px;
    }

    .profile-page.profile-wantapizza-page h2 {
        font-size: 24px;
    }
    .profile-page.profile-wantapizza-page .text-note {
        font-size: 14px;
    }
    .profile-page.profile-wantapizza-page .select-size {
        width: 120px;
        margin-right: 10px;
        margin-bottom: 0px;
    }
    .profile-page.profile-wantapizza-page .select-base {
        width: 180px;
    }
    .profile-page.profile-wantapizza-page .select-catalog-category {
        width: 120px;
        margin-right: 10px;
    }
    .profile-page.profile-wantapizza-page .select-catalog-good {
        width: 180px;
    }

    .coupon-item {
        padding: 30px;
        min-height: 180px;
    }
    .coupon-item .coupon-title {
        font-size: 28px;
    }


    #footer-bottom {
        padding: 10px 0;
    }
    #footer-bottom .content-wrapper {
        padding: 0 20px
    }
    #footer-bottom .left-column,
    #footer-bottom .right-column {
        padding: 0;
    }
    #footer-bottom .footer-phone {
        float: none;
        margin-right: 0;
        background-size: 23px;
        margin-top: 12px;
    }
    #footer-bottom .footer-phone a {
        font-size: 1.625em;
    }
    #footer-bottom .footer-address {
        text-align: right;
        padding: 0;
    }
    #footer-bottom .footer-address a {
        margin-top: 18px;
        font-size: 1em;
    }
}

/* width &gt;= 1024 */
@media screen and (min-width: 64em) {
    ul.social-buttons li a {
        width: 3.5em;
    }
    .category-menu li a {
        font-size: 1.125em;
    }

    .inner-page .content-container {
        padding: 30px 120px;
    }

    #actions-items .action-item {
        height: auto;
    }

    .catalog-item-container .item-params .pizz-bases-options {
        height: 42px;
        margin-bottom: 15px;
    }
    .catalog-item-container .item-params .pizz-bases-options {
        -webkit-align-items: flex-end;
        -ms-flex-align: end;
        align-items: flex-end;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
    /*.catalog-item-container .item-params .base-val-0 {
        width: 33%;
        margin-right: 3%;
        margin-bottom: 0;
        left: 0;
        bottom: 0;
        top: auto;
    }
    .catalog-item-container .item-params .base-val-1 {
        width: 33%;
        left: 48%;
        height: 80%;
        margin-right: 3%;
    }
    .catalog-item-container .item-params .base-val-2  {
        width: 33%;
        left: 86%;
        height: 80%;
    }*/
}

/* width &gt;= 1280 */
@media screen and (min-width: 80em) {
    .content-wrapper,
    #footer-bottom .content-wrapper {
        width: 1140px;
        margin: 0 auto;
        padding: 0;
    }
}

@media screen and (max-width: 767px) {
    body {
        background-image: none;
    }
    .catalog-item-container {
        background-image: none;
    }
    .catalog-item-container .item-title {
        text-align: center;
    }
    .add-to-delivery-action{
        margin-right: 0px;
    }
}

/*Guest order confirmation form*/
.pincode-block {
    display: none;
    margin: auto;
}
.pincode { 
	text-align: center;
	padding: 20px 0;
}
.pincode input[type="text"] {
	display: inline-block;
	width: 60px;
	height: 60px;
	line-height: 50px;
	text-align: center;
	border: 2px solid #5a5a5a;
	color: #000;
	padding: 16px 0px;
	margin: 0 10px;
	font-size: 50px;
	font-weight: 700;
	outline: none;
	background-color: #fff;
	-moz-appearance: textfield;
	-webkit-appearance: textfield;
	appearance: textfield;
	box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
}
.pincode input[type="text"]::-webkit-outer-spin-button,
.pincode input[type="text"]::-webkit-inner-spin-button {
	display: none;
}
.pincode input[type="text"]:focus {
	border: 2px solid #1dd216;
}
.authorization-client-pincode-errors {
    margin: 20px 0;
    color: #c00;
}
.authorization-client-pincode-errors p {
    margin: 0;
    line-height: 1.5em;
}
.pincode-block-phone-message {
    text-align: center;
}
#sms-authorization-code.not-active{
    background: #E2E2E9 !important;
    color: #848484 !important;
}
#sms-authorization-code{
    font-family: 'GothamProBold',Arial,sans-serif;
    padding: 20px 0;
    display: block;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    background: #ed162c;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    color: #fff;
    font-size: 12px;
    margin-top: 10px;
}

/* Social network authorization*/
#eauth-block.social-buttons .auth-services {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 270px;
    margin: 0 auto;
    margin-bottom: 20px;
}
#eauth-block.social-buttons .auth-service .auth-link .auth-title {
    display: none;
}
#eauth-block.social-buttons .auth-service {
    margin: 0;
}
#eauth-block.social-buttons .auth-services .auth-service .auth-link {
    width: auto;
}
.login-hint {
    text-align: center;
}

/* Feedback form */
.feedback-errors p {
    color: #ffd37d;
    margin: 10px 0;
}
.feedback-errors {
    display: none;
    text-align: center;
}
#feedback-form .prefix {
    top: 20px;
}

/* pb wallet notification */
.pb-wallet-notification.mobile {
    box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
    background: #525252;
    color: #fff;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
    width: 100%;
    max-width: 100%;
    text-align: center;
}
.pb-wallet-notification.mobile .text{
    font-size: 15px;
    text-align: left;
}
.pb-wallet-notification-content {
    padding: 10px 15px;
    display: block;
}
a.pb-wallet-notification-content {
    color: #fff;
}
.pb-wallet-notification .btn-action {
    background-color: #ed1c24;
    border-color: #ed1c24;
    padding: 5px 10px;
    font-family: 'BwSurco', 'RobotoBoldCondensed', Arial, sans-serif;
    text-align: center;
    text-decoration: none;
    color: #fff;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    width: 150px;
    margin: auto;
    font-size: 15px;
}
.pb-wallet-notification a#cross-exit{
    position: absolute;
    top: 14px;
    right: 40px;
    text-decoration: none;
}
.pb-wallet-notification.mobile a#cross-exit{
    right: 30px;
}
.pb-wallet-notification a#cross-exit:before, .pb-wallet-notification a#cross-exit:after {
    content: "";
    position: absolute;
    width: 24px;
    height: 2px;
    background: #000;
}
.pb-wallet-notification.mobile a#cross-exit:before, .pb-wallet-notification.mobile a#cross-exit:after {
    background: #fff;
}
.pb-wallet-notification a#cross-exit:after {
    transform: rotate(-45deg);
}
.pb-wallet-notification a#cross-exit:before {
    transform: rotate(45deg);
}
.pb-wallet-notification .body-block {
    font-size: 17px;
    margin: 10px auto 15px;
}
.wallet-notification-link {
    width: 100%;
    display: block;
}
a.wallet-notification-link{
    text-decoration: none
}
.logo-app img{
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: auto;
}
.logo-app{
    float: left;
    width: 70px;
    margin-right: 20px;
}
.pb-wallet-notification.notifier-line {
    position: relative;
}

@media screen and (max-width: 767px) {
    .pb-wallet-notification {
        width: 100%;
    }
    #header.header-pb-wallet {
        height: 185px !important;
    }
    #content.content-with-pb-wallet {
        margin-top: 185px !important;
    }
}

/* Pb wallet */
.pb-wallet-block{
    margin: 30px 50px 20px;
}
.pb-wallet-block p{
    font-size: 19px;
    color: #ffd37d;
    margin-top: 20px;
}
.pb-wallet-block a{
    color: #ffd37d;
}
.qr-image img{
    width: 180px;
}

@media screen and (max-width: 767px) {
    .pb-wallet-block{
        margin: 15px 10px;
    }
    .pb-wallet-block p{
        font-size: 17px;
        margin-top: 25px;
    }
}

/* Cookie popup*/
#cookie-confirm-box {
    display: flex;
    color: #000;
    background: #ffd37d;
    text-align: center;
    position: fixed;
    right: 16px;
    bottom: 16px;
    z-index: 100000;
    width: 100%;
    max-width: 800px;
    padding: 15px 10px;
}
a#cookies-confirm {
    display: block;
    margin: auto;
    padding: 7px 12px;
    font-family: 'BwSurco', 'RobotoBoldCondensed', Arial, sans-serif;
    text-align: center;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    background-color: #ed1c24;
    border-color: #ed1c24;
    text-transform: uppercase;
    flex: 1 0 190px;
}
#cookie-confirm-box .info-box {
    font-size: 14px;
}
#cookie-confirm-box .info-box a {
    color: #000;
}

@media (max-width: 1200px) {
    a#cookies-confirm {
        flex: 1 0 170px;
        font-size: 12px;
    }
}
@media (max-width: 992px) {
    #cookie-confirm-box {
        right: 0;
        bottom: 0;
        max-width: 100%;
        flex-direction: column; 
    }
    a#cookies-confirm {
        flex: 1 0 auto;
        margin-top: 10px;
    }
}
#pizza {
    border-top: 167px solid transparent;
    margin-top: -167px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}
@media screen and (max-width: 767px) {
    #pizza {
        border-top: 62px solid transparent;
        margin-top: -62px;
    }
}</pre></body></html>