/*DEFAULT*/

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

body {
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    -webkit-focus-ring-color: rgba(255, 255, 255, 0);
    outline: none;
    -webkit-text-size-adjust: none;
    -webkit-font-smoothing: antialiased;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 14px;
    padding-bottom: 0 !important;
}

html, body, .main-container {
	height: 100%;
	min-height: 100%;
}

.main-header, .main-slider-text, .inside-title, .slider-item-title, .four-columns-item-title, .banner, .title-absolute, .pizza-one-title, .loyalty {
	font-family: 'PFDINTEXTCONDPRO', Helvetica, Arial, sans-serif;
}

input, textarea {
    -moz-user-select: text;
    -o-user-select: text;
    -khtml-user-select: text;
    -webkit-user-select: text;
    user-select: text;
    resize: none;
}

input[type="button"], button {
	cursor: pointer;
}

input[type="button"]:disabled, .button:disabled {
	opacity: .5;
	pointer-events: none;
}

input[type="button"]:disabled:hover {
	background: transparent;
	cursor: default;
}

input, textarea, button, select {
	font-family: Helvetica, Arial, sans-serif;
	outline: none;
}

img {
    border: 0;
    vertical-align: middle;
    -ms-interpolation-mode: bicubic;
}

* {
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

h1, h2, h3, h4, h5 {
	font-size: 1em;
}

a {
	text-decoration: none;
	font-weight: bold;
	border-bottom: 2px solid transparent;
}

.animation, a, .next-small, .prev-small, .filter-item, .orange-border, .white-border, .heart, .label-check, .new-one:after, .input, .star, .new-one-image {
    -webkit-transition: .2s;
    -ms-transition: .2s;
    -o-transition: .2s;
    -moz-transition: .2s;
    transition: .2s;
}

button {
	border: none;
	background: transparent;
	cursor: pointer;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

/*END DEFAULT*/

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

@font-face {
    font-family: 'helveticaneue';
    src: url('/css/fonts/helveticaneue_bold.eot');
    src: url('/css/fonts/helveticaneue_bold.eot') format('embedded-opentype'),
         url('/css/fonts/helveticaneue_bold.woff') format('woff'),
         url('/css/fonts/helveticaneue_bold.ttf') format('truetype'),
         url('/css/fonts/helveticaneue_bold.svg#HelveticaNeueBold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'helveticaneue';
    src: url('/css/fonts/helveticaneue_light.eot');
    src: url('/css/fonts/helveticaneue_light.eot') format('embedded-opentype'),
         url('/css/fonts/helveticaneue_light.woff') format('woff'),
         url('/css/fonts/helveticaneue_light.ttf') format('truetype'),
         url('/css/fonts/helveticaneue_light.svg#HelveticaNeueLight') format('svg');
    font-weight: lighter;
    font-style: normal;
}

@font-face {
  font-family: 'PFDINTEXTCONDPRO';
  src: url('/css/fonts/PFDINTEXTCONDPRO-LIGHT.eot'); /* IE9 Compat Modes */
  src: url('/css/fonts/PFDINTEXTCONDPRO-LIGHT.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/css/fonts/PFDINTEXTCONDPRO-LIGHT.woff') format('woff'), /* Modern Browsers */
       url('/css/fonts/PFDINTEXTCONDPRO-LIGHT.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('/css/fonts/PFDINTEXTCONDPRO-LIGHT.svg#e620a23fcb91a1cfef76f17b258080d7') format('svg'); /* Legacy iOS */

  font-style:   normal;
  font-weight:  normal;
}
@font-face {
  font-family: 'PFDINTEXTCONDPRO';
  src: url('/css/fonts/PFDINTEXTCONDPRO-REGULAR.eot'); /* IE9 Compat Modes */
  src: url('/css/fonts/PFDINTEXTCONDPRO-REGULAR.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/css/fonts/PFDINTEXTCONDPRO-REGULAR.woff') format('woff'), /* Modern Browsers */
       url('/css/fonts/PFDINTEXTCONDPRO-REGULAR.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('/css/fonts/PFDINTEXTCONDPRO-REGULAR.svg') format('svg'); /* Legacy iOS */

  font-style:   normal;
  font-weight:  500;
}

@font-face {
  font-family: 'PFDINTEXTCONDPRO';
  src: url('/css/fonts/PFDINTEXTCONDPRO-MEDIUM.eot'); /* IE9 Compat Modes */
  src: url('/css/fonts/PFDINTEXTCONDPRO-MEDIUM.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/css/fonts/PFDINTEXTCONDPRO-MEDIUM.woff') format('woff'), /* Modern Browsers */
       url('/css/fonts/PFDINTEXTCONDPRO-MEDIUM.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('/css/fonts/PFDINTEXTCONDPRO-MEDIUM.svg#ab933453e51118ea1f999b96325cdc0c') format('svg'); /* Legacy iOS */

  font-style:   normal;
  font-weight:  bold;
}

.hide {
	display: none !important;
}

.show {
	display: block !important;
}

/*.modal-wrapper .modal-body {*/
/*	position: fixed;*/
/*	top: 50px;*/
/*	left: 50px;*/
/*	right: 50px;*/
/*	background: #fff;*/
/*}*/

.main-header-top-item.mobile-footer-phones .modal-wrapper {
	width: 100%;
}

.main-header-top-item.mobile-footer-phones .modal-body .city-element {
	font-size: 14px;
}

.main-header-top-item.mobile-footer-phones .modal-body .city-element.active,
.main-header-top-item.mobile-footer-phones .modal-body .city-element.hover,
.main-header-top-item--city .modal-body .city-element.active,
.main-header-top-item--city .modal-body .city-element:hover {
	border: none;
	color: #EA862E !important;
}

.main-header-top-item.mobile-footer-phones .modal-body .city-element,
.main-header-top-item--city .modal-body .city-element {
	color: #4f4f4f !important;
	display: flex;
	align-items: center;
	justify-content: left;
	flex-grow: 1;
	width: 50%;
	height: 30px;
	border: none;
	cursor: pointer;
}

.modal-wrapper .modal-body {
	min-width: 300px;
	background: #fff;
	border-radius: 10px;
	padding: 30px 45px;
	display: flex;
	flex-wrap: wrap;
	position: relative;
}

.modal-wrapper {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	width: 80%;
	z-index: 2003 !important;
	display: flex;
	align-items: center;
	justify-content: center;
}

.backdrop {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: #000;
	opacity: 0.8;
	z-index: 2002 !important;
}

.main-header-top-item--city .modal-body .city-element.active,
.main-header-top-item--city .modal-body .city-element:hover {
	border: none;
	color: #EA862E !important;
}

.modal-close {
	background: url('/css/images/close-ribbon-gray.svg') no-repeat center;
	width: 16px;
	height: 16px;
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 3;
	cursor: pointer;
}

.wrapper {
	width: 100%;
	max-width: 1190px;
	margin: auto;
}

/*MAIN HEADER*/
.inline-layout{
	font-size: 0;
	letter-spacing: 0;
}

.inline-layout > *{
	display: inline-block;
	vertical-align: top;
	font: 14px/1 Helvetica, Arial, sans-serif;
}
.inline-layout.col-1 > * {
	width: 100%;
}

.inline-layout.col-2 > * {
	width: 50%;
}

.inline-layout.col-3 > * {
	width: 33%;
}
.image-holder {
	overflow: hidden;
	position: relative;
	text-align: center;
	vertical-align: middle;
}

.image-holder img {
	vertical-align: middle;
	width: 100%;
}

.image-holder .fake-img {
	opacity: 0;
	position: relative;
	height: 100%;
	width: 100%;
	z-index: 1;
}

.image-holder .img {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100%;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
}

.main-header {
	font-size: 0;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: rgba(0,0,0,.8);
	padding: 0 21.321321321% 0 130px;
	z-index: 1000;
}

.mobile-header {
	display: none;
}

.main-header-top, .header-box, .main-header-top-item {
	display: inline-block;
}

.logo {
	position: absolute;
	top: 0;
	left: 10px;
	border: none;
	z-index: 10;
}
.logo-right {
	display: none;
}
.logo img {
	/*width: 98px;*/
	width: 100px;
}
.main-header-top {
	width: 100%;
	font-size: 14px;
	line-height: 11px;
	/*color: rgba(255,255,255,.5);*/
	color: rgba(255,255,255,1);
	/*margin: 11px 0 14px 0;*/
	margin: 5px 0 12px 0;
	border-bottom: 1px solid;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	font-weight: bold;
	/*height: 60px;*/
	padding-bottom: 4px;
}

.header-box .f24{
	-webkit-touch-callout: text;
	-webkit-user-select: text;
	-khtml-user-select: text;
	-moz-user-select: text;
	-ms-user-select: text;
	user-select: text;
}
/*.main-header-top-items {
	margin-bottom: 0;
}*/
.main-header-top-item:not(:last-child) {
	margin-right: 35px;
}

.f24 {
	font-size: 24px;
	line-height: 29px;
	font-weight: bold;
	margin-right: 5px;
	/*color: rgba(255,255,255,.7);*/
	color: rgba(255,255,255,1);
}

.f14 {
	font-size: 14px !important;
	line-height: 26px;
}

.gift-main-text.f14 {
	line-height: 20px;
}

.normal {
	font-weight: normal !important;
}

.new-one-content.f14 {
	color: #000;
}

.metro {
	padding-left: 32px;
	background: url(/css/images/metro.svg) no-repeat;
	display: inline-block;
}

.location {
	background: url(/css/images/location.svg) center top no-repeat;
	display: inline-block;
	padding-top: 35px;
	margin-top: 30px;
	font-weight: normal;
}

.location-logo-empty,
.location-logo {
	display: inline-block;
	vertical-align: middle;
	line-height: 22px;
	width: 15px;
	height: 20px;
	margin-right: 5px;
}

.location-logo {
	background: url(/css/images/location_15x20.svg) center center no-repeat;
}

.location-name {
	display: inline-block;
	vertical-align: middle;
	line-height: 22px;
	margin-top: 2px;
	color: #fff;
	font-size: 17px;
}

.city-wrap {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: flex-start;
}

.font24 {
	font-size: 24px;
	line-height: 29px;
}

.narrow-box {
	margin-right: 0;
}

.main-nav {
	display: block;
}

.main-header-nav-wrap {
	display: none;
	padding-bottom: 12px;
}

.main-nav-item {
	display: inline-block;
	vertical-align: top;
	font-size: 18px;
	line-height: 17px;
	text-transform: uppercase;
	margin-right: 15px;
	padding-bottom: 7px;
	border-bottom: 4px solid transparent;
	color: #fff;
}

.main-header-title-item {
	display: none;
}

.main-header-desc-item {
	display: none;
}

.main-nav-item.selected {
	border-bottom: 4px solid;
}

.nav-image {
	display: none;
}

.gift-wrapper {
	width: 91.666666667%;
	margin: auto;
	border-top: 1px solid #DCDCDC;
	padding-top: 43px;
}

.gift-main-text {
	padding-top: 62px;
	font-size: 18px;
	line-height: 23px;
	font-weight: bold;
	margin-bottom: 38px;
}

.number {
	width: 24px;
	line-height: 24px;
	border-radius: 24px;
	text-align: center;
	color: #fff;
	font-size: 14px;
	margin: 0 auto 13px auto;

}

.three-columns-item {
	width: 33%;
	display: inline-block;
	vertical-align: top;
	padding: 0 20px;
}

.gift-wrapper .three-columns-item {
	color: #4A4A4A;
	line-height: 24px;
	margin-bottom: 30px;
}

.gift-bottom-text {
	margin: 0 auto;
	width: 66.583333333%;
	max-width: 740px;
	line-height: 24px;
	margin-bottom: 25px;
}

.pizza-all .gift-bottom-text {
	font-size: 11px;
	color: #6a6a6a;
	position: relative;
	z-index: 6;
	margin-bottom: 0;
	margin-top: -20px;
}

.gift-bottom-text p{
	margin-bottom:10px;
}

.gift-bottom-text p:last-child{
	margin-bottom:0px;
}

.disclaimer {
	margin: 0 auto;
	width: 64.583333333%;
	max-width: 620px;
	font-size: 12px;
	line-height: 16px;
	color: #838383;
	margin-bottom: 40px;
	position: relative;
}

.disclaimer:before {
	content: "*";
	color: #F52837;
	position: absolute;
	left: -10px;
}

.sup-red {
	color: #F52837;
	font-size: 14px;
	padding-left: 5px;
}

.gift-box {
	float: right;
	margin-right: 0;
}

.gift {
	display: inline-block;
	padding: 2px 0 7px 24px;
	border-bottom: 4px solid transparent;
	font-size: 18px;
	line-height: 17px;
}
.gift-black {
	padding-right: 25px;
	background: url(/css/images/gift-black.svg) right center no-repeat;
	background-size: 35px 60%;
	line-height: 16px;
}

.gift-orange {
	padding-right: 25px;
	background-size: 35px 60% !important;
	line-height: 16px;
}

.circle {
	border-radius: 50%;
}

.w9 {
	width: 9px;
	height: 9px;
	display: inline-block;
	vertical-align: initial;
	background-size: cover !important;
}

/*END MAIN HEADER*/

/*MAIN ASIDE*/

.main-aside {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	width: 19.327731092%;
	min-width: 260px;
	z-index: 2001;
	background: #fff;
	box-shadow: rgba(0, 0, 0, 0.2) -3px 3px 10px;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	padding: 0;
	margin: 0;
}

.main-aside .table.d1 {
	height: 100%;
}

.main-aside .table.d2 {
	height: 100%;
}

.main-aside-top {
	background-color: #fff;
	border-bottom: 1px solid rgba(0,0,0,.1);
}

.main-aside-top-content {
	margin-left: -15px;
	padding: 16px 19px 13px 39px;
	background-position: left 16px;
	background-repeat: no-repeat;
}

.pb0 {
	padding-bottom: 0 !important;
}

.pb15 {
	padding-bottom: 15px;
}

.login-pre {
	padding: 4px 0 10px 0;
}

.login {
	background-image: url(/css/images/profile.svg);
}

.user {
	font-size: 12px;
	line-height: 16px;
}

.user.selected {
	background: #F5F5F5;
}

#profile-popup, #order-popup {
	display: none;
}

.profile-table .cell {
	vertical-align: top;

	width: 28%;
}

.profile-table .cell:first-child {
	text-align: right;
	padding-right: 20px;
}

.profile-table label {
	margin-top: 10px;
	display: block;
}

.profile-table .input {
	transition: none;
}

.profile-table .label-check.checkbox {
	padding-left: 40px;
}

.join-wrapper .label {
	padding-left: 60px;
}

.profile-table .label-check.checkbox:before {
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -12px;
}

.set-box, .narrow-nav {
	display: none;
}

.select {
	display: block;
	width: 16px;
	height: 16px;
	line-height: 15px;
	font-weight: bold;
	border: 1px solid;
	border-radius: 50%;
	color: rgba(0,0,0,.5);
	text-align: center;
	font-size: 8px;
	float: right;
	cursor: pointer;
}

.select-close {
	font-size: 12px;
}

.select.selected {
	transform: rotate(180deg);
}

.profile-list {
	margin-top: 10px;
}

.profile-item {
	vertical-align: top;
	font-size: 12px;
	line-height: 15px;
	font-weight: bold;
	background-position: center top;
	background-repeat: no-repeat;
}

#profile-popup .button-orange {
	display: none;
}

.user {
	margin-bottom: 11px;
}

.mobile-order,
.mobile-nav,
.mobile-register,
.mobile-user,
.mobile-login {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	font-size: 10px;
	font-weight: normal;
	line-height: 12px;
	width: 47px;
	height: 47px;
	border-left: 1px solid #D8D8D8 !important;
	border-bottom: 1px solid #d8d8d8 !important;
}

.mobile-user {
	padding-left: 10px;
	min-width: 160px;
}

.mobile-user p {
	padding-right: 0;
	font-size: 14px;
	color: #000;
	display: inline-block;
	vertical-align: middle;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 70%;
}

.mobile-order.selected,
.mobile-nav.selected,
.mobile-register.selected,
.mobile-user.selected,
.mobile-login.selected {
	border-bottom-color: #f5f5f5 !important;
	background-color: #f5f5f5;
}

.mobile-order .ico,
.mobile-nav .ico,
.mobile-register .ico,
.mobile-login .ico {
	line-height: 26px;
	color: #fff;
	font-weight: bold;
	display: inline-block;
	height: 20px;
	width: 20px;
	margin-bottom: 5px;
}

.loyalty {
	width: 240px;
	height: 125px;
	background: url(/css/images/loyalty.svg) center no-repeat;
	text-align: center;
	line-height: 115px;
	font-size: 48px;
	margin: 0 auto 30px auto;
}

.loyalty-item {
	width: 530px;
	margin: 0 auto 30px auto;
	position: relative;
	font-size: 13px;
	color: #333331;
}


.loyalty-item table{
	width: 100%;
	border-spacing: 0;
	text-align: left;
}
.loyalty-item table th{
	font-size: 10px;
	color: #81817c;
	padding: 5px 0;
	border-bottom: 1px solid #dcdcdc;
	font-weight: normal;

}
.loyalty-item table td{
	padding: 5px 0;
}

.loyalty-item table td .gift-black24{
	color: #000;
}

.loyalty-image {
	position: absolute;
	top: -48px;
	right: 0;
	width: 96px;
	height: 96px;
	line-height: 94px;
	border-radius: 50%;
	border: 1px solid #DCDCDC;
	background-color: #fff;
	text-align: center;
}

.loyalty-image img {
	border-radius: 50%;
	max-width: 94px;
	max-height: 94px;
}

.vk-banner,
.im-banner,
.gp-banner,
.fb-banner {
	width: 64px;
	height: 64px;
	display: inline-block;
	margin-left: 35px;
	border-bottom: none !important;
}

.im-banner {
	background: url(/css/images/insta-big.svg) no-repeat;
}

.gp-banner {
	background: url(/css/images/g-big.svg) no-repeat;
}

.vk-banner {
	background: url(/css/images/vk-big.svg) no-repeat;
}

.fb-banner {
	background: url(/css/images/fb-big.svg) no-repeat;
}

.slider-bottom .orange-border{
	font-family: Helvetica, Arial, sans-serif;
	border-bottom: 1px solid #EA862E;
	margin-top: 10px;
}

.new-orange a, .new-green a, .new-red a {
	color: #fff;
	border-bottom: 1px solid;
}

.new-orange a:not(.orange-border):hover, .new-green a:not(.orange-border):hover, .new-red a:not(.orange-border):hover {
	border-bottom: none;
}

.title404 {
	font-size: 144px;
	line-height: 120px;
	font-family: 'PFDINTEXTCONDPRO', Helvetica, Arial, sans-serif;
}

.bubble {
	width: 166px;
	height: 120px;
	background: url(/css/images/bubble.svg) no-repeat;
	font-size: 24px;
	line-height: 29px;
	font-family: 'PFDINTEXTCONDPRO', Helvetica, Arial, sans-serif;
	padding: 32px 18px 0 33px;
	position: absolute;
	top: -5px;
	left: 46%;
	margin-left: -310px;
}

.bubble-2 {
	width: 187px;
	height: 104px;
	background: url(/css/images/bubble-2.svg) no-repeat;
	font-size: 18px;
	line-height: 16px;
	font-family: 'PFDINTEXTCONDPRO', Helvetica, Arial, sans-serif;
	padding: 24px 22px 0 28px;
	position: absolute;
	top: 107px;
	right: 50%;
	margin-right: -350px;
}

.app-white, .play-white {
	width: 140px;
	height: 44px;
	display: inline-block;
	border-bottom: none !important;
	margin: 0 10px;
}

.app-white {
	background: url(/css/images/app-white.svg) no-repeat;
}

.play-white {
	background: url(/css/images/play-white.svg) no-repeat;
}

.time-left {
	position: absolute;
	left: 0;
	top: -12px;
	font-size: 12px;
	line-height: 24px;
	background-color: #FFFFF5;
	z-index: 1;
	padding-right: 10px;
}

.gift-black24 {
	font-size: 24px;
	line-height: 24px;
	padding-right: 35px;
}

.order {
	line-height: 17px;
	font-weight: bold;
}

.order-more {
	position: absolute;
	bottom: 17px;
	right: 0;
	width: 200px;
	z-index: 11;
}

.order-gradient td {
	position: relative;
}

.order-gradient td:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	width: 100%;
	height: 100%;
	background-image: -o-linear-gradient(0deg, #FFFFF5 0%, rgba(255,255,245,0.00) 100%);
	background-image: -moz-linear-gradient(0deg, #FFFFF5 0%, rgba(255,255,245,0.00) 100%);
	background-image: -ms-linear-gradient(0deg, #FFFFF5 0%, rgba(255,255,245,0.00) 100%);
	background-image: linear-gradient(0deg, #FFFFF5 0%, rgba(255,255,245,0.00) 100%);
	pointer-events: none;
}

.grey, .prompt {
	color: #B2B2B2;
}

a.grey:hover{
	border-color: #B2B2B2;
}

.prompt {
	font-size: 10px;
	line-height: 16px;
	padding-left: 20px;
	padding-top: 5px;
}

.profile-table .prompt,
.profile-table .label-check.checkbox,
.profile-table p {
	text-align: left;
}

.v-clear {
	clear:both;
}

.clear {
	float: right;
	margin-top: 5px;
	cursor: pointer;
}

.clear-box:after, .clear-box:before {
	content: "";
	display: table;
}

.clear-box:after {
	clear: both;
}

.pointer {
	cursor: pointer;
}

.grey-small {
	font-size: 10px;
	line-height: 11px;
	font-weight: normal;
	color: rgba(0,0,0,.5);
}

.grey-tiny {
	font-size: 11px;
}

.main-aside-container {
	height: 100%;

/* 	height: 50%\9; */
	background: #F5F5F5;
}

.v-ie {
	background-color: #F5F5F5;
	overflow: auto;
}

.r1 {
	position: relative;
	z-index: 2;
}

.main-aside-content {
	/*height: 100%;		*/
	background-color: #ffffff;
	/*overflow-y: auto;		*/
	/*overflow-x: hidden;*/
	padding-top: 16px;
	padding-bottom: 50px;
}

.empty-box {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	font-size: 12px;
	line-height: 15px;
	font-weight: bold;
	color: rgba(0,0,0,.5);
}

.table {
	display: table;
	width: 100%;
	height: 100%;
	border-collapse: collapse;
}

.row {
	display: table-row;
}

.cell {
	display: table-cell;
	vertical-align: middle;
}

.vertical-top {
	vertical-align: top;
	height: 100%;
}

.vertical-middle {
	vertical-align: middle;
	height: 100%;
}

.vertical-bottom {
	vertical-align: bottom;
}

.pizza-aside {
	width: 113px;
	margin-bottom: 14px;
	opacity: .7;
	/*-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
	*/
}

.empty-box > img {
	width: 113px;
	height: 113px;
}

.empty-box:hover .pizza-aside {
	opacity: 1;
	/*-webkit-filter: grayscale(0);
	-moz-filter: grayscale(0);
	filter: none;*/

}

.img-aside {
	position: absolute;
	right: -48px;
	top: 15px;
	border-radius: 50% 0 0 50%;
	max-height: 96px;
	max-width: 96px;
}

.button {
	width: 100%;
	font-size: 16px;
	line-height: 40px;
	font-weight: bold;
	border-radius: 24px;
	border: 1px solid;
	margin-top: 15px;
	background: #fff;
	cursor: default;
}

.button-orange {
	width: 100%;
	font-size: 16px;
	line-height: 38px;
	font-weight: bold;
	color: #fff;
	border-radius: 24px;
	padding: 0 17px;
	margin-top: 15px;
	border: 1px solid;
}

.button-orange-inherit {
	width: inherit;
	padding: 0 26px;
}

.button-orange-small {
	width: 47.368421053%;
	font-size: 12px;
	line-height: 22px;
	font-weight: bold;
	color: #fff;
	border-radius: 20px;
	border: 1px solid;
}

.main-aside-top-content .orange-border {
	width: 47.368421053%;
	text-align: center;
	float: right;
}

.button-orange:disabled, .button-orange-small:disabled {
	border: 1px solid;
	background: transparent;
	opacity: 1;
	pointer-events: none;
}

.pizza-one-body button.button-orange:disabled{
	opacity: 0.4;
	border: 1px dashed #EA862E!important;
	color: #EA862E!important;
	background: none!important;

}
.mt-none{
	margin-top: 0;
}
.order-button-with-error{
	position: relative;
}

.pizza-item-params .order-button-with-error{
	/*height: 42px;*/
	overflow: hidden;
}
/*.pizza-item-params .order-button-with-error .orange-border{
	position: absolute;
	top: 0;

}*/

.pizza-one-body button.button-orange.button-orange:disabled + .error{
	display: none;
	opacity: 0;
	-webkit-transition: all 0.35s;
	-moz-transition: all 0.35s;
	-ms-transition: all 0.35s;
	-o-transition: all 0.35s;
	transition: all 0.35s;
}
.pizza-one-body .order-button-with-error:hover button.button-orange:disabled + .error{
	display: block;
	opacity: 1;
	-webkit-transition: all 0.35s;
	-moz-transition: all 0.35s;
	-ms-transition: all 0.35s;
	-o-transition: all 0.35s;
	transition: all 0.35s;
}
.red {
	color: #F42735;
}

.order-one {
	height: 135px;
	padding: 10px 61px 16px 24px;
	border-bottom: 1px solid rgba(0,0,0,.1);
	position: relative;
	overflow: hidden;
}


/*@media only screen and (max-width: 767px){*/
@media only screen and (max-width: 879px){
	.main-aside .order-one{
		padding: 20px 60px 20px 20px;
	}
	.main-aside .img-aside{
		right: -60px;
	}

	.main-aside-content {
		padding-bottom: 0px;
	}
	.logo-right {
		position: absolute;
		top: 0;
		right: 10px;
		border: none;
		z-index: 10;
		display: block;
	}
	.mobile-orange {
	    width: 100% !important;
	    line-height: 38px !important;
	    font-size: 14px !important;
	    text-transform: uppercase !important;
	    border-radius: 20px !important;
	    margin-top: 15px;
        background-color: #EA862E;
		color: #fff;
	}
}

@media only screen and (max-width: 359px){
	.main-aside .img-aside{
		display: block;
	}
	.main-aside .price{
		display: block;
		margin-right: 0;
	}
}


.order-one:last-child {
	border: none;
}

.order-one:hover {
	background-color: #dedede;
}

.order-one.ng-enter, .order-one.ng-move {
	left: 100%;
	height:0px;
	padding:0px;
	-webkit-animation:1s animation_cart_enter;
	-moz-animation:1s animation_cart_enter;
	-o-animation:1s animation_cart_enter;
	animation:1s animation_cart_enter;
}

.order-one.ng-leave {
	-webkit-animation:1s animation_cart_leave;
	-moz-animation:1s animation_cart_leave;
	-o-animation:1s animation_cart_leave;
	animation:1s animation_cart_leave;
}

@keyframes animation_cart_enter {
	0% { left: 100%; height:0px; padding:0px}
	50% { left: 100%; height:135px; padding: 10px 61px 16px 24px;}
	100% { left: 0px; height:135px; padding: 10px 61px 16px 24px;}
}

@-webkit-keyframes animation_cart_enter {
	0% { left: 100%; height:0px; padding:0px}
	30% { left: 100%; height:135px; padding: 10px 61px 16px 24px;}
	100% { left: 0px; height:135px; padding: 10px 61px 16px 24px;}
}

@-moz-keyframes animation_cart_enter {
	0% { left: 100%; height:0px; padding:0px}
	50% { left: 100%; height:135px; padding: 10px 61px 16px 24px;}
	100% { left: 0px; height:135px; padding: 10px 61px 16px 24px;}
}

@-o-keyframes animation_cart_enter {
	0% { left: 100%; height:0px; padding:0px}
	50% { left: 100%; height:135px; padding: 10px 61px 16px 24px;}
	100% { left: 0px; height:135px; padding: 10px 61px 16px 24px;}
}

@keyframes animation_cart_leave {
	0% { left: 0;}
	50% { left: 100%; height: 135px;}
	100% { left: 100%; height: 0; padding: 0}
}

@-webkit-keyframes animation_cart_leave {
	0% { left: 0;}
	50% { left: 100%; height: 135px;}
	100% { left: 100%; height: 0; padding: 0}
}

@-moz-keyframes animation_cart_leave {
	0% { left: 0;}
	50% { left: 100%; height: 135px;}
	100% { left: 100%; height: 0; padding: 0}
}

@-o-keyframes animation_cart_leave {
	0% { left: 0;}
	50% { left: 100%; height: 135px;}
	100% { left: 100%; height: 0; padding: 0}
}

.order-title {
	line-height: 16px;
	font-size: 14px;
}

.history-order-one {
	/* border-bottom: 2px solid #DCDCDC; */
	padding-bottom: 65px;
	margin-bottom: 60px;
}

.input.search {
	background-image: url(/css/images/search.svg);
	background-repeat: no-repeat;
	background-position: 10px center;
	width: 400px;
	margin: auto;
}
.inside-container .input.search {
    padding-left: 33px!important;
}
.order-table {
	margin: 17px 0 0 52px;
	width: 77.083333333%;
	border-collapse: collapse;
}

.order-table p {
	font-size: 14px;
}

.order-table td {
	border-bottom: 1px solid rgba(0,0,0,.1);
	padding: 14px 0;
	vertical-align: top;
}

.order-table td:nth-child(2) {
	text-align: left;
}

.order-table td:last-child {
	text-align: right;
}

.order-table tr:last-child td {
	border: none;
}

.order-table .f18 {
	line-height: normal;
}

.size, .weight, .volume, .quantity {
	display: inline-block;
	padding-left: 20px;
	font-size: 12px;
	line-height: 16px;
	margin-right: 15px;
	text-align: left;
}

.size {
	background: url(/css/images/size-icon.svg) left 2px no-repeat;
}

.weight {
	background: url(/css/images/weight.svg) left 2px no-repeat;
}
.volume {
	background: url(/css/images/pizza33_icon_amount.svg) left 2px no-repeat;
}
.quantity {
	background: url(/css/images/pizza33_icon_quantity.svg) left 2px no-repeat;
}

.order-text {
	font-size: 10px;
	line-height: 16px;
	margin: 6px 0 8px 0;
}

.order-text p {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	max-width: 165px;
}

.extra {
	font-size: 10px;
	line-height: 16px;
	color: rgba(0,0,0,.5);
	margin-top: 2px;
}

.price-box {
	font-size: 0;
	font-weight: bold;
}

.price, .count, .count-clear {
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
}

.price {
	margin-right: 10px;
}

.count {
	line-height: 22px;
	border-radius: 22px;
	padding: 0 8px;
	border: 1px solid transparent;
	border-color: rgba(0,0,0,.2);
}

.count:hover {
	color: #fff;
}

.count:hover .button-minus, .count:hover .button-plus {
	color: #fff;
}

.button-minus, .button-plus {
	font-weight: bold;
	cursor: pointer;
}
.button-minus.disabled, .button-plus.disabled {
	opacity:.5;
}
.button-minus {
	margin-right: 3px;
}

.button-plus {
	margin-left: 3px;
}

.count-clear {
	width: 24px;
	height: 24px;
	line-height: 20px;
	border: 1px solid #B9B9B9;
	border-radius: 24px;
	font-weight: bold;
	margin-left: 8px;
	text-align: center;
	cursor: pointer;
	display: inline-block;
}

.count-clear:hover {
	color: #fff;
	background: #D0021B;
	border-color: #D0021B;
}

.main-aside-bottom {
	width: 100%;
	background: #fff;
	border-top: 1px solid rgba(0,0,0,.1);
	padding: 10px 19px;
	position: relative;
}

.table-bottom {
	line-height: 17px;
	font-weight: bold;
	margin-bottom: 10px;
}

.table-bottom td {
/* 	padding-bottom: 10px; */
	vertical-align: top;
	font-size: 11px;
}

.cell-right {
	text-align: right;
}

.cell-left {
	text-align: left;
	padding-left: 5px;
}

.table-bottom .table-first td {
	font-size: 14px;
}

.table-bottom td:last-child {
	width: 1px;
}

/*END MAIN ASIDE*/

/*LEFT BOTTOM*/

.left-bottom {
	display: block;
	position: fixed;
	left: 10px;
	bottom: 0;
	width: 64px;
	height: 96px;
	font-weight: normal;
	font-size: 10px;
	line-height: 12px;
	color: #fff;
	text-align: center;
	padding: 14px 0 16px 0;
	z-index: 1000;
}

.sushi33 {
	margin-top: 6px;
}

/*END LEFT BOTTOM*/

/*MAIN*/

.main-container, .inside-container {
	margin-right: 19.350961538%;
	position: relative;
}

.opacity-box {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	/*background: #2E1500;*/
	opacity: .6;
	z-index: 100;
	display: none;
}

/*MAIN SLIDER*/

.main-slider {
	overflow: hidden;
	height: 100%;
	min-height: 500px;
}

.main-slider, .slider {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.main-slider-item {
	height: 100%;
	width: 100%;
	padding-top: 88px;
	text-align: center;
	display: inline-block;
	position: relative;
}

.main-slider-href {
    display: block;
    height: 100%;
}

.main-slider-href:hover {
    text-decoration: none;
    border-bottom: none;
}

.slider-border {
	z-index: 10;
}

.slider-border svg {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	pointer-events: none;
}

.height100 {
	height: 100%;
}

.main-slider-text {
	color: #fff;
	height: 100%;
	margin: auto;
	font-size: 18px;
	line-height: 24px;
}

.main-slider-text a {
	color: #fff;
	border-bottom: 0;
}

.main-slider-title {
	font-size: 32px;
	line-height: 32px;
	font-weight: bold;
	margin-bottom: 10px;
}

.relative {
	position: relative;
}

.vt {
	vertical-align: top;
}

.vm {
	vertical-align: middle;
	position: relative;
	top: 50%;
	margin-top: -230px;
}
.r1-tall {
    position: relative;
    z-index: 10;
}
.vmm {
	vertical-align: middle;
	position: absolute;
	top: 50%;
	margin-top: 0;
	transform: translateY(-50%);
	width: 100%;
}
.vmm-tall {
    position: absolute;
    top: 68px;
    bottom: 76px;
    width: 100%;
    margin-top: 0;
}
.vmm-tall .empty-box,
.vmm-tall .main-aside-content > div {
    height: 100%;
}
.vmm-tall .main-aside-content {
    position: relative;
    height: 100%;
}
.vmm-tall .empty-box-center {
    position: absolute;
    top: 50%;
    margin-top: -30px;
    width: 100%;
}
.vmm-tall .empty-box-top {
    position: absolute;
    bottom: 15%;
    left: 0;
    margin-bottom: 0;
    width: 60%;
    margin-top: -72px;
}
.vmm-tall .empty-box-bt {
    position: absolute;
    top: 15%;
    right: 0;
    width: 48%;
    margin-top: -72px;
    margin-bottom: 0;
}
.vmm-tall .empty-box-top img,
.vmm-tall .empty-box-bt img {
    width: auto;
    max-width: 100%;
    margin-bottom: 0;
}

.next, .prev {
	display: block;
	width: 18px;
	height: 33px;
	cursor: pointer;
	position: absolute;
	top: 50%;
	margin-top: 16px;
	z-index: 33;
}

.next {
	background: url(/css/images/next.svg) no-repeat;
	right: 50px;
}

.prev {
	background: url(/css/images/prev.svg) no-repeat;
	left: 50px;
}

.next-small, .prev-small {
	display: inline-block;
	vertical-align: middle;
	width: 16px;
	height: 16px;
	line-height: 14px;
	font-size: 8px;
	font-weight: bold;
	color: #fff;
	border: 1px solid;
	border-radius: 50%;
	text-align: center;
	cursor: pointer;
	font-family: Helvetica, Arial, sans-serif;
}

.prev-grey, .next-grey {
	color: #C5C5C5;
	display: inline-block;
	vertical-align: middle;
}

.prev-grey {
	padding-right: 8px;
}

.next-grey {
	padding-left: 8px;
}

.next-small:hover, .prev-small:hover, .select:hover {
	color: #fff !important;
	background: #EB8C32;
	border-color: #EB8C32;
}

.next-small {
	margin-left: 15px;
	padding-left: 2px;
}

.prev-small {
	margin-right: 15px;
	padding-right: 1px;
}

.paginator-box {
	position: absolute;
	bottom: 40px;
	left: 0;
	width: 100%;
	text-align: center;
	font-size: 0;
	z-index: 10;
	-webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.slider-destroy .paginator-box {
	bottom: -40px;
}

.paginator {
	display: inline-block;
	vertical-align: middle;
}

.paginator a {
	display: inline-block;
	vertical-align: middle;
	width: 8px;
	height: 8px;
	background: #fff;
	border: none;
	border-radius: 8px;
	color: transparent;
	margin: 4px 8px;
	-webkit-transition: .2s;
    -ms-transition: .2s;
    -o-transition: .2s;
    -moz-transition: .2s;
    transition: .2s;
}

.paginator a:hover {
	width: 12px;
	height: 12px;
	margin: 2px 6px;
}

.paginator a.selected {
	width: 16px;
	height: 16px;
	margin: 0 4px;
}

/*END MAIN SLIDER*/

.four-columns, .two-columns {
	font-size: 0;
	position: relative;
	z-index: 2;
}

.mb10 {
	margin-bottom: 10px;
}

.mb20 {
	margin-bottom: 20px;
}

.mb60 {
	margin-bottom: 60px;
}

.stars img {
	display: none;
	vertical-align: bottom;
	position: relative;
	top: -5px;
}

.star1 img:nth-child(1), .star2 img:nth-child(1), .star2 img:nth-child(2), .star3 img:nth-child(1), .star3 img:nth-child(2), .star3 img:nth-child(3), .star4 img:nth-child(1), .star4 img:nth-child(2), .star4 img:nth-child(3), .star4 img:nth-child(4), .star5 img {
	display: inline-block;
}

.four-columns-item {
	width: 25%;
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	line-height: 22px;
	color: #898989;
	padding: 0 20px;
	margin-right: -4px;
}

.four-columns-item-title {
	font-size: 24px;
	line-height: 24px;
	color: #000;
	margin: 15px 0;
}

.four-columns-item-title a {
	color: #000;
	font-weight: normal;
}

.four-columns-item-title a:hover {
	border-color: #000;
}

.two-columns-item {
	width: 50%;
	display: inline-block;
	vertical-align: top;
	margin-right: -4px;
}

.two-columns .two-columns-item.w100 {
	width: 100% !important;
}

.two-columns-item .paginator-box {
	text-align: left;
	left: 33px;
	width: auto;
}

.restaurant-cell {
	padding-top: 88px;
	position: relative;
	z-index: 10;
}

.restaurant-menu-image {
	padding: 0 50px 37px 50px;
	margin-bottom: 37px;
	border-bottom: 2px solid #fff;
}

.restaurant-menu-title {
	color: #fff;
	font-size: 81px;
	line-height: 65px;
	font-family: 'PFDINTEXTCONDPRO', Helvetica, Arial, sans-serif;
}
/*
.restaurant-menu {
	padding: 60px 40px;
}
*/
.restaurant-menu {
	padding: 0 40px 60px 40px;
}

.menu-item {
	font-size: 14px;
	margin-bottom: 25px;
	float: left;
}

.table-menu {
	width: 100%;
	border-collapse: collapse;
	line-height: 22px;
	width: 100%;
}

.two-columns-item.menu-item {
	width: 48%;
}

.two-columns-item.menu-item:nth-child(2n - 1) {
	margin-right: 4%;
}

.two-columns-item.menu-item:nth-child(2n) {
	float: right;
}

.table-menu td {
	vertical-align: top;
}
.table-menu td:nth-child(3),
.table-menu td:nth-child(2) {
	width: 60px;
}

.contacts-item {
	width: 240px;
	background: #FFFFF5;
	text-align: center;
	font-size: 12px;
	line-height: 26px;
	padding: 15px 0 10px 0;
	box-shadow: 0 6px 4px -4px rgba(0, 0, 0, .2);
}

.contacts-item:after {
	content: "";
	width: 22px;
	height: 27px;
	position: absolute;
	left: 50%;
	bottom: -20px;
	margin-left: -11px;
	background: url(/css/images/open-pin.svg) no-repeat;
	z-index: -1;
}

.contacts-item-image {
	margin-bottom: 5px;
}

.menu-one {
	border-bottom: 1px dashed #000;
	padding: 8px 0;
	position: relative;
	text-align: left;
}

.menu-new:before {
	content: "";
	position: absolute;
	left: -30px;
	width: 19px;
	height: 19px;
	background-image: url(/css/images/new-menu.svg);
	background-repeat: no-repeat;
}

.menu-hot:before {
	content: "";
	position: absolute;
	left: -26px;
	width: 11px;
	height: 22px;
	background-image: url(/css/images/pepper.svg);
	background-repeat: no-repeat;
}

.menu-veget:before {
	content: "";
	position: absolute;
	left: -31px;
	width: 20px;
	height: 16px;
	background-image: url(/css/images/veget.svg);
	background-repeat: no-repeat;
}

.menu-one .grey-small {
	margin-top: 6px;
}

.table-menu td:last-child {
	text-align: right;
}

.menu-one:last-child {
	border-bottom: none;
}

.slider-item {
	height: 320px;
	float: left;
	font-size: 12px;
	line-height: 16px;
	color: #fff;
	font-weight: bold;
	padding: 10px;
	border: none;
	transition: background-size .2s ease-in;
	-moz-transition: background-size .2s ease-in;
	-ms-transition: background-size .2s ease-in;
	-o-transition: background-size .2s ease-in;
	-webkit-transition: background-size .2s ease-in;
	background-size: 100% auto !important;
	position: relative;
}

.slider-item:hover {
	background-size: 105% auto !important;
}

.two-columns-item .relative:hover .slider-item-content {
	border-color: #fff;
}

.slider-item-content {
	padding: 30px;
	border: 8px solid transparent;
	height: 100%;
	-webkit-transition: .2s;
    -ms-transition: .2s;
    -o-transition: .2s;
    -moz-transition: .2s;
    transition: .2s;
    position: relative;
    z-index: 10;
}

.slider-item-title {
	font-size: 36px;
	line-height: 31px;
	margin-bottom: 18px;
	font-weight: bold;
}

.slider-item-text {
	width: 225px;
	display: inline-block;
}

.title-absolute {
	font-size: 14px;
	line-height: 17px;
	font-weight: bold;
	text-transform: uppercase;
	position: absolute;
	top: 34px;
	left: 34px;
	z-index: 100;
}

.border-right {
	border-right: 1px solid #D8D8D8;
}

.black .slider-item{
	color: #898989;
	font-weight: normal;
}

.black .slider-item-content {
	font-size: 14px;
	line-height: 16px;
	padding-top: 50px;
	padding-left: 16px;
}

.app-box {
	background-image: url(/css/images/app2.png);
	background-position: right center;
	background-repeat: no-repeat;
	background-color: #F0F0F0;
}

.app-box .slider-item-content {
	color: #000;
	padding-right: 100px;
}

.app-list {
	font-size: 14px;
	line-height: 24px;
	list-style-position: inside;
	margin: 30px 0;
}

.app {
	display: inline-block;
	margin-right: 15px;
	margin-bottom: 10px;
	border: none;
}

.autor {
	margin-top: 25px;
	font-size: 12px;
	font-weight: bold;
	color: #000;
}

.autor-name {
	display: inline-block;
	margin-right: 15px;
}

.time {
	display: inline-block;
	color: rgba(0,0,0,.3);
	font-weight: normal;
}

.all {
	font-size: 12px;
	color: #EB8C32;
	line-height: 22px;
	border-radius: 24px;
	border: 1px solid #EB8C32;
	display: inline-block;
	vertical-align: middle;
	padding: 0 8px;
	margin-left: 30px;
}

.all:hover {
	background: #EB8C32;
	color: #fff;
	text-decoration: none;
}

.black .prev-small, .black .next-small {
	color: rgba(0,0,0,.3);
}

.black .paginator a {
	background: rgba(0,0,0,.3);
}

.banner {
	background-image: url(/css/images/banner-bg.png);
	padding: 0 30px;
	position: relative;
}
.banner-sushi-blue {
   background-image: url(/css/images/banner-bg-blue.jpg); 
}
.banner-sushi-orange {
    background-image: url(/css/images/banner-bg-orange.jpg); 
}
.banner-green {
	background-color: #417505;
}

.button-white {
	font-size: 20px;
	line-height: 40px;
	font-weight: bold;
	color: #000;
	border-radius: 24px;
    border: none;
	background: #fff;
	padding: 0 40px;
	display: inline-block;
	position: absolute;
	top: 50%;
	right: 30px;
	margin-top: -20px;
}

.banner-item {
	display: table-cell;
	vertical-align: middle;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	height: 96px;
}

.banner-item .f18 {
	font-size: 30px;
	line-height: 30px;
}

.banner-item .button-white {
	color: #000;
}

.banner-item a {
	color: #fff;
	border-color: #fff;
}

.banner-item a:hover {
	border-color: transparent;
}

.image96 {
	width: 96px;
	height: 96px;
	border-radius: 50%;
}

.pizza-left {
	padding-left: 160px;
	padding-right: 60px;
	background: url(/css/images/pizza2.png) left center no-repeat;
}

.f18 {
	font-size: 20px;
	line-height: 16px;
	margin-right: 50px;
}

.f20 {
	font-size: 20px;
}

.f36 {
	font-size: 36px;
	line-height: 44px;
	font-weight: bold;
	margin-right: 30px;
}

.banner .f36 {
	font-size: 46px;
}

.f48 {
	font-size: 48px;
	line-height: 58px;
	margin-right: 15px;
}

.seo-box {
	background: #FFFFF5;
	padding: 50px 40px;
	line-height: 24px;
}

.seo-content {
	max-width: 669px;
	margin: 0 auto;
}

.seo-box .orange-border {
	margin-top: 23px;
}

.seo-more {
	display: none;
}

.seo-more h2, .seo-more h3 {
	margin-top: 20px;
}

.seo-footer {

}

/*END MAIN*/

/*INSIDE*/

.inside-container {
	margin-top: 88px;
	background: #FFFFF5;
	position: relative;
}

.inside-title {
	text-align: center;
	font-size: 36px;
	line-height: 40px;
	font-weight: bold;
	padding: 30px 0 20px 0;
	color: #000;
	position: relative;
	z-index: 3;
}

.sup {
	position: absolute;
	font-size: 10px;
	line-height: 13px;
	font-weight: bold;
	color: #C5C5C5;
	border: 1px solid;
	border-radius: 24px;
	padding: 0 4px 1px 5px;
	margin-left: 5px;
	display: inline-block;
	font-family: Helvetica, Arial, sans-serif;
}

.inside-title h1 {
	font-size: 36px;
	display: inline-block;
	padding: 0;
	margin: 0;
}

.filter {
	width: 91.666666667%;
	margin: 0 auto 32px auto;
	text-align: center;
	position: relative;
	z-index: 3;
}

.pizza-one-header {
	position: relative;
	margin: 0 auto 40px auto;
}

.filter-item {
	display: inline-block;
	vertical-align: middle;
	font-size: 12px;
	line-height: 22px;
	padding: 0 8px;
	margin: 0 6px;
	border: 1px solid transparent;
	border-radius: 12px;
	cursor: pointer;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.filter-item.selected {
	font-weight: bold;
	color: #fff;
}

.orange-border {
	display: inline-block;
	font-size: 12px;
	line-height: 22px;
	border: 1px solid;
	font-weight: bold;
	padding: 0 8px;
	border-radius: 12px;
	background: transparent;
	cursor: pointer;
}

.pizza-one.bonus .orange-border {
	border:1px dashed;
}
.pizza-one.bonus .orange-border.disabled{
	opacity: 0.4;
}
.fz30{
	font-size: 30px;
}

.product-price img {
	height: 13px;
}

/*.not-enough-bonuses{
	opacity:.2;
}*/

.not-enough-bonuses .orange-border {
	opacity: .4;
}



.error .white-border,
.white-border {
	display: inline-block;
	font-size: 12px;
	line-height: 22px;
	color: #fff;
	border: 1px solid #fff;
	font-weight: bold;
	text-align: center;
	border-radius: 12px;
	background: transparent;
	width: 140px;
	white-space: nowrap;
	cursor: pointer;
	position: absolute;
	right: 10px;
	margin-top: 1px;
	text-decoration: none;
}

.error .white-border:hover,
.white-border:hover {
	background: #fff;
	border-color: #fff;
	color: #F52837;
}

.f10 {
	font-size: 10px;
	line-height: 12px;
	font-weight: normal;
}

.f12 {
	font-size: 12px;
}

.orange-border:hover {
	color: #fff;
}

.pizza-all {
	font-size: 0;
	text-align: center;
	padding-top: 40px;
	width: 91.666666667%;
	margin: auto;
	position: relative;
}

.pizza-all--left {
	text-align: left;
}

.pizza-all:before {
	border-top: 1px solid #DCDCDC;
	position: absolute;
	top: 0;
	width: 100%;
	content: '';
	display: block;
	/*z-index: 2;*/
	z-index: 6;
}

.pizza-one {
	display: inline-block;
	vertical-align: top;
	text-align: center;
	width: 310px;
	margin: 0 16px 60px 16px;
	font-size: 12px;
}

.pizza-one.mainp {
	display: inline-block;
	vertical-align: top;
	text-align: center;
	width: 310px;
	margin: 0 10px 0px 10px;
	font-size: 12px;
}

.pizza-one-image {
	width: 300px;
	height: 300px;
	margin: auto;
	line-height: 300px;
	margin-bottom: 10px;
	position: relative;
	text-align: center;
}

.pizza-one-image img {
	max-width: 300px;
	max-height: 100%;
}

.plate {
	background: #F5F5F5;
	-moz-box-shadow:    0px 3px 4px 0px rgba(0,0,0,0.50), inset 0px 2px 1px 0px #FFFFFF;
	box-shadow:         0px 3px 4px 0px rgba(0,0,0,0.50), inset 0px 2px 1px 0px #FFFFFF;
	border-radius: 50%;
}

.pizza-one-image a {
	border: none !important;
}

.hit {
	position: absolute;
	bottom: -7px;
	left: 50%;
	margin-left: -20px;
	font-size: 10px;
	line-height: 24px;
	color: #fff;
	text-align: center;
	width: 40px;
	display: inline-block;
	background: url(/css/images/hit.svg) no-repeat;
	font-weight: bold;
	z-index: 11;
}

.hit-top {
	top: -45px;
	bottom: auto;
}

.new-top {
	top: -45px;
	bottom: auto;
}

.pt0 {
	padding-top: 0 !important;
}

.pt60 {
	padding-top: 60px;
}

.pt20 {
	padding-top: 20px;
}

.tl {
	text-align: left !important;
}

.left, .right {
	font-size: 12px;
	font-weight: normal;
	color: #262626;
	position: absolute;
	top: 4px;
	cursor: pointer;
	line-height: 16px;
	padding: 3px 8px;
	border: 1px solid #EA862E;
	border-radius: 12px;
	font-family: Helvetica, Arial, sans-serif;
	z-index: 3;
	max-width: 200px;
}

.left span, .right span {
	color: #EA862E;
	-webkit-transition: .2s;
    -ms-transition: .2s;
    -o-transition: .2s;
    -moz-transition: .2s;
    transition: .2s;
    position: absolute;
	top: 50%;
	margin-top: -7px;
}

.left:hover, .right:hover {
	background: #EA862E;
	color: #fff;
}

.left:hover span, .right:hover span {
	color: #fff;
}

.align-left {
	text-align: left;
}

.align-right {
	text-align: right;
}

.left {
	left: 0;
	text-align: left;
	padding-left: 25px;
}

.left span {
	margin-left: -20px;
}

.right {
	right: 0;
	text-align: right;
	padding-right: 25px;
}

.right span {
	margin-right: -20px;
}

.v-login {
	position: absolute;
	display: block;
	width: 32px;
	height: 33px;
	left: -15px;
	cursor: pointer;
}

.heart {
	display: inline-block;
	font-size: 12px;
	line-height: 22px;
	color: #C5C5C5;
	padding: 0 8px;
	border: 1px solid;
	border-radius: 24px;
	cursor: pointer;
	font-family: Helvetica, Arial, sans-serif;
}

.pizza-one-title ~ .heart {
	margin-bottom: 10px;
position: relative;
top: -6px;
}

.heart:hover {
	border-color: #F52837;
	color: #444;
}

.heart.active {
	background: #F52837;
	border-color: #F52837;
	color: #fff;
}

.pizza-big-box {
	width: 91.666666667%;
	margin: auto;
	text-align: center;
	border-top: 1px solid #DCDCDC;
	padding-top: 32px;
}

.pizza-one-body {
	padding: 0 50px;
	position: relative;
    margin-bottom: 90px;
}
.pizza-big-description + .pizza-all {
    margin-top: 100px;
}
.filter + .pizza-all {
    padding-top: 80px;
}

.pizza-all.mainp {
    padding-top: 5px;
    width: 100%;
}

.filter + .pizza-all .gift-bottom-text {
    top: -40px;
}

.pizza-big-description {
	display: inline-block;
	vertical-align: top;
	width: 300px;
	font-size: 10px;
	line-height: 12px;
	position: relative;
	z-index: 2;
}

.lead {
	color: #1A1A1A;
	font-weight: bold;
	margin-bottom: 20px;
}

.border-top-box {
	border-top: 1px solid #DCDCDC;
	margin-bottom: 40px;
}
.border-top-box-description {
	padding-bottom: 20px;
	font-size: 12px;
    text-align: center;
    line-height: 1.4;
}
.border-top-title {
	font-size: 10px;
	line-height: 12px;
	height: 12px;
	color: #888;
	font-weight: bold;
	text-align: center;
	margin-top: -7px;
	margin-bottom: 10px;
}

.inline-box {
	text-align: right;
}

.inline {
	display: inline-block;
	vertical-align: middle;
}

.inline-first {
	float: left;
	text-align: left;
	margin-top: 7px;
	width: 80px;
}

.grey-gift {
	margin-right: 0;
	font-size: 36px;
	line-height: 44px;
	font-weight: lighter;
	color: #B2B2B2;
	background: url(/css/images/gift-grey.svg) right center no-repeat;
	padding-right: 31px;
}

.mt10 {
	margin-top: 10px;
}

.mr0 {
	margin-right: 0;
}

.mr15 {
	margin-right: 15px;
}

.mr7 {
	margin-right: 7px;
}

.mr20 {
	margin-right: 20px;
}

.mr40 {
	margin-right: 40px;
}

.ml40 {
	margin-left: 40px;
}

.price-top {
	font-size: 12px;
	line-height: 15px;
	width: 0;
	float: left;
	margin-top: 6px;
	text-transform: uppercase;
}

.price-bottom {
	font-size: 12px;
	line-height: 15px;
	color: #C5C5C5;
	padding-right: 11px;
	background: url(/css/images/gift.svg) right center no-repeat;
	background-size: 8px 8px;
}

.span-title {
	background: #FFFFF5;
	padding: 0 10px;
}

.pizza-big-image {
  display: inline-block;
  vertical-align: middle;
  position: relative;
	width: 456px;
	height: 456px;
	text-align: center;
	line-height: 456px;
	margin-right: 20px;
}

.pizza-big-image img {
	max-width: 440px;
	max-height: 440px;
}
.pizza-big-image .label18{
	position: absolute;
	width: 43px;
	height: 43px;
	top: 0;
	right: 0;
}
.pizza-big-image .label21{
	position: absolute;
	width: 42px;
	height: 42px;
	top: 0;
	right: 0;
}
.plate-big {
	border-radius: 50%;
	background: #F5F5F5;
	-moz-box-shadow:    0px 3px 8px 0px rgba(0,0,0,0.30), inset 0px 2px 1px 0px #FFFFFF;
	box-shadow:         0px 3px 8px 0px rgba(0,0,0,0.30), inset 0px 2px 1px 0px #FFFFFF;
}

.ingredients {
	font-size: 0;
	text-align: left;
}

.ingredient {
	width: 95px;
	display: inline-block;
	padding: 0 8px;
	vertical-align: top;
	margin-right: 7px;
	margin-bottom: 14px;
	font-size: 12px;
	text-align: center;
	line-height: 1.4;
	box-sizing: border-box;
}

.ingredient:hover .ingredient-image.orange {
	color: #fff;
}

.ingredient:hover .ingredient-clear, .ingredient.active .ingredient-clear {
	display: block;
}

.ingredient:nth-child(3n) {
	margin-right: 0;
}

.ingredient figcaption span {
	color: #888;
	display: block;
	font-size: 10px;
}

.ingredient-image {
	width: 60px;
	height: 60px;
	border: 2px solid;
	color: rgba(0,0,0,.22);
	font-size: 26px;
	font-weight: bold;
	border-radius: 50%;
	background: #fff;
	text-align: center;
	line-height: 52px;
	margin: 0 auto 5px auto;
	position: relative;
}

.ingredient-image img {
	border-radius: 50%;
	width: 95%;
}

.ingredient-clear {
	position: absolute;
	bottom: -10px;
	left: 50%;
	margin-left: -12px;
	width: 24px;
	height: 24px;
	font-size: 14px;
	line-height: 20px;
	border: 1px solid #F52837;
	background: #F52837;
	border-radius: 24px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
	display: none;
}

.ingredient-count {
	position: absolute;
	top: -10px;
	left: 50%;
	margin-left: -12px;
	width: 24px;
	height: 24px;
	font-size: 10px;
	line-height: 20px;
	border: 1px solid;
	border-radius: 24px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
}

.mb0 {
	margin-bottom: 0px !important;
}

.mb5 {
	margin-bottom: 5px;
}

.mb15 {
	margin-bottom: 15px;
}

.ellipsis {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	display: block;
	padding-bottom: 1px;
}

.ingredient-add {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(255,255,245,.95);
	z-index: 15;
}

.ingredient-add .border-top-box {
	width: 91.666666667%;
	margin-left: auto;
	margin-right: auto;
}

.ingredient-add .ingredient {
	width: 80px;
	font-size: 12px;
	margin: 0 40px 50px 40px;
}

.ingredient-add .ingredient:nth-child(4n) {
	margin: 0 40px 30px 40px;
}

.ingredient .weight, .ingredient  .f36 {
	margin: 0;
}

.center {
	text-align: center !important;
}

.new {
	position: absolute;
	bottom: -7px;
	left: 50%;
	margin-left: -35px;
	font-size: 10px;
	line-height: 24px;
	color: #fff;
	text-align: center;
	width: 71px;
	display: inline-block;
	background: url(/css/images/new.svg) no-repeat;
	font-weight: bold;
	z-index: 11;
}

.recommendation {
	display: inline-block;
	font-size: 10px;
	line-height: 22px;
	color: #333;
	background: url(/css/images/ribbon-border-left.svg) left center no-repeat, url(/css/images/ribbon-border-right.svg) right center no-repeat;
	border-top: 1px solid #B2B2B2;
	border-bottom: 1px solid #B2B2B2;
	padding: 0px 6px;
	position: relative;
	top: -45px;
	position: relative;
	z-index: 6;
}

.recommendation-content {
	background: #FFFFF5;
	padding: 0px 5px;
	text-transform: uppercase;
	font-weight: normal;
}

.pizza-one-title {
	font-size: 24px;
	line-height: 29px;
	margin-bottom: 13px;
	font-weight: bold;
	display: table;
	width: 100%;
	height: 58px;
	position: relative;
	z-index: 2;
}

.pizza-one-title.mainp {
       font-size: 24px;
       line-height: 29px;
       margin-bottom: 13px;
       font-weight: bold;
       display: table;
       width: 100%;
       height: 8px;
       position: relative;
       z-index: 2;
}

.pizza-one-title > span {
	display: table-cell;
	vertical-align: top;
}

.pizza-one-title a {
	position: relative;
}

.pizza-one-title a:before {
	content: '';
	display: inline-block;
	position: absolute;
	height: 16px;
	width: 20px;
	right: 100%;
	margin-right: 10px;
	top: 3px;
}

.pizza-one-title-hot a:before {
	background: url(/css/images/hotpepper.svg) no-repeat center center;
}

.pizza-one-title-vegan a:before {
	background: url(/css/images/vegan.svg) no-repeat center center;
}

.pizza-one-title-garlic a:before {
	background: url(/css/images/garlic.svg) no-repeat center center;
}

.pizza-one-title-hot.pizza-one-title-vegan a:before {
	width: 55px;
	background: url(/css/images/vegan.svg) no-repeat center left, url(/css/images/hotpepper.svg) no-repeat center right;
}

.pizza-one-title-hot.pizza-one-title-vegan.pizza-one-title-garlic a:before {
	width: 75px;
	background: url(/css/images/vegan.svg) no-repeat center left, url(/css/images/hotpepper.svg) no-repeat center center, url(/css/images/garlic.svg) no-repeat center right;
}

.pizza-one .two-columns {
	padding: 0 20px;
}

.two-columns.onmain .two-columns-item {
	margin-right: 0;
}

.pizza-one .two-columns-item {
	font-size: 12px;
	text-align: center;
	-webkit-transition: .2s;
    -ms-transition: .2s;
    -o-transition: .2s;
    -moz-transition: .2s;
    transition: .2s;
    position: relative;
}

.pizza-one .grey-small {
	position: relative;
	z-index: 2;
}

.pizza-one .error {
	bottom: -4px;
	top: auto;
	padding: 0 5px;
	/*margin-right: -55px;*/
}

.error a {
	color: inherit;
	font: inherit;
	border: none;
	text-decoration: underline;
}

.gift-icon {
	background: url(/css/images/gift-black.svg) no-repeat;
	width: 16px;
	height: 16px;
	display: block;
	margin: auto;
}

.pizza-one .two-columns-item:hover .size {
	background: url(/css/images/size-icon-orange.svg) left 2px no-repeat;
}

.pizza-one .two-columns-item:hover .weight {
	background: url(/css/images/weight-orange.svg) left 2px no-repeat;
}
.pizza-one .two-columns-item:hover .volume {
	background: url(/css/images/pizza33_icon_amount_y.svg) left 2px no-repeat;
}
.pizza-one .two-columns-item:hover .quantity {
	background: url(/css/images/pizza33_icon_quantity_w.svg) left 2px no-repeat;
}

.pizza-one .two-columns {

  width: 100% !important;
  margin: 0;
}

.pizza-one .two-columns-item {
  margin-right: -4px;
  width: 50% !important;
}

.border-left {
border-left: 1px solid #DCDCDC;
}

.pizza-one-content {
margin-bottom: 13px;
position: relative;
}

.or {
position: absolute;
left: 0;
top: 50%;
margin: -11px 0 0 -9px;
font-size: 10px;
line-height: 12px;
color: rgba(0,0,0,.5);
background: #FFFFF5;
padding: 5px 0;
display: inline-block;
z-index: 10;
}

.pizza-one .size, .pizza-one .weight, .pizza-one .volume,  .pizza-one .quantity{
margin-right: 0;
}

.pizza-one .f36 {
margin-right: 0;
}

.bold {
font-weight: bold;
}

.join-wrapper {
width: 690px;
margin: auto;
padding-bottom: 70px;
}

.join-wrapper .cell {
padding: 12px 0;
position: relative;
}

.join-wrapper .error {
top: 17px;
left: 20px;
right: auto;
margin-top: 0;
}

.join-wrapper .red-span {
padding: 0;
}

.join-wrapper .error:before {
background: url(/css/images/ribbon-after.svg) left center no-repeat;
-moz-transform: rotate(180deg);
-o-transform: rotate(180deg);
-webkit-transform: rotate(180deg);
transform: rotate(180deg);
}

.join-wrapper .error:after {
background: url(/css/images/ribbon-before.svg) left center no-repeat;
-moz-transform: rotate(180deg);
-o-transform: rotate(180deg);
-webkit-transform: rotate(180deg);
transform: rotate(180deg);
}

.join-wrapper .cell:first-child {
width: 160px;
}

.join-wrapper form {
font-size: 14px;
line-height: 16px;
}

.join-wrapper .input {
width: 300px;
height: 40px;
padding-left: 16px;
margin-bottom: 0;
background: transparent;
}

.join-wrapper .input:focus {
border: 2px solid;
padding-left: 15px;
}

.input.pl16 {
padding-left: 16px;
}

.radio {
display: none;
}

.radio + label::before {
  content: "";
  display: inline-block;
  height: 24px;
  width: 24px;
  margin: 5px 15px 0 0;
  background-image: url(/css/images/radio.svg);
  background-position: left center;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
}

.radio + label {
color: #898989;
font-size: 12px;
line-height: 16px;
position: relative;
display: block;
padding-left: 35px;
}

.radio:checked + label {
color: #000;
}

.radio:checked + label::before {
background-image: url(/css/images/radio-checked.svg);
}
.type-delivery {
	position: relative;
}
.type-delivery .input-row {
	display: inline-block;
    padding: 10px 0 8px;
}
.type-delivery .radio-info {
	position: relative;
	top: 8px;
}
.delivery-title {
	padding-bottom: 10px;
}
.delivery-help {
	//position: absolute;
	padding-top: 4px;
	padding-left: 35px;
}
.pb20 {
	padding-bottom: 20px;
}
.accept {
text-align: center;
font-size: 10px;
line-height: 16px;
}

.accept p {
text-align: center;
}

.label {
font-size: 10px;
line-height: 16px;
font-weight: bold;
text-transform: uppercase;
}

.label-check {
height: 40px;
display: table-cell !important;
vertical-align: middle;
padding-left: 56px;
background-size: 40px 40px;
background-repeat: no-repeat;
font-size: 14px;
font-weight: bold;
text-transform: inherit;
cursor: pointer;
margin-top: 0 !important;
}

.label-check:after, .label-check:before {
display: none !important;
}

.label-check.checkbox:after, .label-check.checkbox:before {
display: inline-block !important;
vertical-align: middle;
margin-top: 0;
}

.checkbox {
/* background-image: url(/css/images/check.svg); */
	background-image: none !important;
	padding-left: 0;
}

.man {
	background-image: url(/css/images/man-grey.svg);
	padding-right: 30px;
}

.woman {
	background-image: url(/css/images/woman.svg);
}

input:checked + .man {
	background-image: url(/css/images/man-orange.svg);
}

input:checked + .woman {
	background-image: url(/css/images/woman-orange.svg);
}

input:checked + .checkbox {
	background-image: url(/css/images/check-orange.svg);
}

.hidden {
	visibility: hidden;
}

.input {
	display: block;
	width: 100%;
	font-size: 12px;
	line-height: 14px;
	padding: 9px 13px 9px 26px;
	border-radius: 24px;
	border: 1px solid rgba(0,0,0,.5);
	margin-bottom: 16px;
	color: #444;
}

.input:not(.email):not(.password):not(.tel) {
	padding: 9px 13px 9px 13px;
}

textarea.input {
	border-radius: 10px;
}

.input-left, .input-right {
	width: 47.368421053%;
	float: left;
}

.input-right {
	float: right;
}

.tel {
	background-image: url(/css/images/tel.svg);
	background-position: 10px center;
	background-repeat: no-repeat;
}

.email {
	background-image: url(/css/images/email.svg);
	background-position: 10px center;
	background-repeat: no-repeat;
}

.password {
	background: url(/css/images/password.svg) 10px center no-repeat;
	padding-right: 90px;
}

.forgot {
	position: absolute;
	top: 10px;
	right: 10px;
	font-size: 10px;
	line-height: 12px;
}

.red-span {
	display: block;
	margin: 0 8px;
	padding: 0 30px;
}

.error {
	position: absolute;
	top: 50%;
	right: 105%;
	min-height: 32px;
	font-size: 13px;
	font-weight: normal;
	line-height: 32px;
	margin-top: -16px;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	background-color: #F52837;
}

.error-big {
	line-height: normal;
	padding-top: 11px;
	padding-right: 150px;
	min-height: 48px;
	top: 8px;
	right: 108%;
	text-align: left;
	margin-top: 0;
}

.error-orange {
	padding-left: 10px;
	padding-right: 10px;
	top: -14px;
	margin: 0;
	padding-top: 9px;
}

.error-big-bottom {
	top: auto;
	bottom: 5px;
	padding: 0;
	right: 98%;
	z-index: 1;
}

.count-bottom {
	float: right;
	padding: 0 10px;
	text-align: center;
	margin-top: 7px;
}

.count24 {
	font-size: 24px;
	line-height: 20px;
}

.count14 {
	font-size: 14px;
	line-height: 17px;
}

.count-bottom-text {
	margin-right: 50px;
	margin-top: 10px;
	text-transform: uppercase;
}

.count-bottom-text.lower {
	margin-right: 10px;
	margin-top: 9px;
	text-transform: none;
}

.count-bottom-text .red-span {
	padding: 0 10px;
}

.error.no-button {
	padding-right: 0;
}

.error:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: -8px;
	width: 8px;
	height: 32px;
	background: url(/css/images/ribbon-before.svg) left center no-repeat;
}

.error:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: -8px;
	width: 8px;
	height: 32px;
	background: url(/css/images/ribbon-after.svg) right center no-repeat;
}

.error-big:before, .error-big:after {
	height: 48px;
}

.reset {
	position: absolute;
	top: 9px;
	right: 10px;
	width: 16px;
	height: 16px;
	background: url(/css/images/reset.svg) no-repeat;
	cursor: pointer;
	font-size: 0;
}

.reset-opt {
	position: absolute;
	top: 50%;
	right: 30px;
	width: 16px;
	height: 16px;
	background: url(/css/images/reset.svg) no-repeat;
	cursor: pointer;
	font-size: 0;
	z-index: 10000;
	margin-top: -8px;
}

.reset-white {
	background: url(/css/images/close-ribbon.svg) no-repeat;
	position: absolute;
	top: 16px;
	left: 11px;
	width: 16px;
	height: 16px;
	cursor: pointer;
	opacity: .5;
}

.reset-white:hover {
	opacity: 1;
	border: none;
}

.login-text {
	line-height: 16px;
	padding: 11px 0 13px 0;
}

.login-title {
	text-transform: uppercase;
	font-size: 14px;
	padding-bottom: 13px;
}

.new-one {
	float: left;
	width: 50%;
	height: 320px;
	border-top: 1px solid #D0D0D0;
	border-left: 1px solid #D0D0D0;
	color: #898989;
	font-weight: normal;
	line-height: 20px;
	background: #fff;
	position: relative;
}

.new-orange, .new-green, .new-red, .new-orange .slider-item-title, .new-green .slider-item-title, .new-red .slider-item-title, .new-orange .time, .new-green .time, .new-red .time {
	color: #fff !important;
}

.new-orange {
	background-color: #EB8C32 !important;
}

.new-green {
	background-color: #5AB452 !important;
}

.new-red {
	background-color: #C5023C !important;
}

.new-orange .orange-border , .new-green .orange-border , .new-red .orange-border  {
	color: #fff;
	border-color: #fff;
}

.new-orange .orange-border:hover, .new-green .orange-border:hover , .new-red .orange-border:hover {
	border-color: #EB8C32;
}

.v-large {
	background: #EB8C32;
	width: 100%;
	color: #fff !important;
	line-height: 38px;
	border-radius: 20px;
	margin-bottom: 20px;
	margin-top: -20px;
}

.new-one-image {
	width: 100%;
	height: 320px;
 	background-size: 100% auto !important;
	/*-webkit-background-size: cover;*/
	/*background-size: cover;*/
	background-position: center;
	background-repeat: no-repeat;
	-moz-transition: background-size .2s ease-in;
	-ms-transition: background-size .2s ease-in;
	-o-transition: background-size .2s ease-in;
	-webkit-transition: background-size .2s ease-in;
	transition: background-size .2s ease-in;
}

.new-one-content {
	padding: 40px 140px 40px 40px;
	position: relative;
	height: 320px;
}

.new-one-content .orange-border {
	position: absolute;
	left: 30px;
	bottom: 30px;
}

.new-one-content ul {
	list-style-position: inside;
	padding: 5px 0 5px 15px;
}

.new-one:hover {
	background: #F5F5F5;
}

.new-one:after {
	content: "";
	position: absolute;
	top: 9px;
	right: 10px;
	bottom: 9px;
	left: 10px;
	border: 8px solid #fff;
	pointer-events: none;
	visibility: hidden;
	opacity: 0;
}

.new-one:hover:after {
	visibility: visible;
	opacity: 1
}

.new-one.big {
	height: 640px;
	font-size: 18px;
}

.new-one.big .action {
	left: 50%;
	top: -12px;
	margin-left: -25px;
}

.new-one.big:hover .new-one-image {
	background-size: 105% auto !important;
}

.action {
	position: absolute;
	top: 39px;
	right: 44px;
	width: 51px;
	line-height: 24px;
	background: url(/css/images/action.svg) no-repeat;
	font-size: 10px;
	font-weight: bold;
	color: #fff;
	text-align: center;
}

.action-bg {
	width: 51px;
	margin-left: -25px;
	background: url(/css/images/action.svg) no-repeat;
}

.border-bottom {
	border-bottom: 1px solid #D0D0D0;
}

.bg-white {
	background-color: #fff;
}

.new-one .slider-item-title {
	color: #EB8C32;
	margin-bottom: 22px;
}

.slider-item-title.black-color {
	color: #000;
}

.zoom {
	width: 15px;
	height: 15px;
	position: absolute;
	right: 6px;
	bottom: 6px;
	background-image: url(/css/images/zoom.svg);
	background-repeat: no-repeat;
	cursor: pointer;
}

.new-one .time {
	position: absolute;
	bottom: 37px;
	left: 40px;
	font-size: 14px;
	color: #8B8B8B;
}

.new-wrapper-small {
	width: 53.125%;
	margin: auto;
	padding-bottom: 62px;
	color: #898989;
	font-size: 18px;
	line-height: 24px;
	text-align: left;
}

.new-wrapper-big .new-wrapper-small {
	width: 100%;
	padding-bottom: 20px;
}

.new-wrapper-small .inside-title {
	padding-bottom: 50px;
}

.new-wrapper-big {
	width: 64.583333333%;
	margin: auto;
	text-align: left;
	line-height: 24px;
	padding-bottom: 60px;
}

.new-wrapper-big .pizza-one-title {
	margin: 40px 0;
}

.border-none {
	border: none;
}

.mb50 {
	margin-bottom: 50px;
}

.image-left {
	float: left;
	margin: 0 49px 27px 0;
}

.image-left-fig {
	line-height: 24px;
	color: #898989;
	padding: 11px 0 12px 0;
	border-bottom: 1px solid #DCDCDC;
	text-align: left;
}

.lh24 {
	line-height: 24px;
	text-align: left;
}

.new-wrapper-big h2 {
	margin-top: 10px;
}

.new-wrapper-big ul,
.gift-bottom-text ul,
.seo-content ul {
	margin: 11px 0 0 29px;
	text-align: left;
}

.new-wrapper-big li,
.gift-bottom-text li,
.seo-content li {
	list-style: none;
	margin-bottom: 16px;
}

.new-wrapper-big li:before,
.gift-bottom-text li:before,
.seo-content li:before  {
	content: "— ";
	color: #EB8C32;
	line-height: 24px;
	margin-left: -18px;
}

.pink-box {
	background-color: #7553A8;
	color: #fff;
	line-height: 24px;
	padding: 27px 0 45px 0;
}

.new-two-columns {
	border-top: 1px solid #DCDCDC;
	border-bottom: 1px solid #DCDCDC;
}

.new-two-columns .two-columns-item {
	font-size: 14px;
	line-height: 24px;
	color: #898989;
}

.new-columns-text {
	padding: 40px 90px;
	background: #fff;
}

.new-pizza-left {
	padding-right: 17.790414297%;
	text-align: left;
	line-height: 24px;
}

.new-pizza-right {
	padding-left: 17.790414297%;
	text-align: left;
	line-height: 24px;
	margin-bottom: 32px;
}

.vacancy-form {
	width: 400px;
	margin: auto;
	padding-bottom: 48px;
}

.vacancy-form .two-columns-item {
	margin-bottom: 13px;
	width: 190px;
}

.vacancy-form .two-columns-item:nth-child(odd) {
	margin-right: 20px;
}

.vacancy-form label {
	font-size: 12px;
	line-height: 14px;
	margin-bottom: 5px;
	display: inline-block;
}

.vacancy-form .input {
	max-height: 34px;
	background-color: transparent;
	padding-left: 15px;
}

.vacancy-form textarea {
	min-height: 160px;
	margin-bottom: 29px;
}

.vacancy-form .button-orange-small, .vacancy-form .orange-border {
	width: 150px;
	margin: 0 10px;
}

.vacancy-form .button-orange-small:disabled {
	opacity: .5;
}

.vacancy-form select {
	-webkit-appearance: none;
	-moz-appearance: none;
	background-image: url(/css/images/select-bg.svg);
	background-position: 165px center;
	background-repeat: no-repeat;
}

.vacancy-form .pizza-all {
	border-color: #EB8C32;
}

.vacancy-form .recommendation {
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	border: none;
	padding: 0 5px;
}

.vacancy-form .recommendation-content {
	display: block;
}

.resume {
	margin-top: 8px;
}

.w100 {
	width: 100%;
}

.w100x {
	width: 100px;
}

.welcome-image {
	background: url(/css/images/welcome.jpg) no-repeat center;
	height: 568px;
	text-align: center;
	border-top: 1px solid #dcdcdc;
	position: relative;
  -webkit-background-size: cover;
  background-size: cover;
}

#map-canvas {
	border-top: 1px solid #dcdcdc;
	height: 680px;
}

.welcome-image:after, .slider-images:after, .gradient-bottom:after, .gradient-top:after, .gradient-left:after, .gradient-right:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-image: -o-linear-gradient(-89deg, rgba(0,0,0,0.00) 40%, #000000 100%);
	background-image: -moz-linear-gradient(-89deg, rgba(0,0,0,0.00) 40%, #000000 100%);
	background-image: -ms-linear-gradient(-89deg, rgba(0,0,0,0.00) 40%, #000000 100%);
	background-image: linear-gradient(-179deg, rgba(0,0,0,0.00) 40%, #000000 100%);
	opacity: .8;
}

.gradient-top:after {
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQwJSIgc3RvcC1jb2xvcj0iIzBmMGYwZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(15, 15, 15, 0) 40%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 1)), color-stop(40%, rgba(15, 15, 15, 0)));
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(15, 15, 15, 0) 40%);
	background: -o-linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(15, 15, 15, 0) 40%);
	background: -ms-linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(15, 15, 15, 0) 40%);
	background: linear-gradient(to bottom, rgba(0, 0, 0, 1) 0%, rgba(15, 15, 15, 0) 40%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#0f0f0f', GradientType=0);
}

.gradient-left:after {
	background-image: -o-linear-gradient(0deg, rgba(0,0,0,0.00) 40%, #000000 100%);
	background-image: -moz-linear-gradient(0deg, rgba(0,0,0,0.00) 40%, #000000 100%);
	background-image: -ms-linear-gradient(0deg, rgba(0,0,0,0.00) 40%, #000000 100%);
	background-image: linear-gradient(-89deg, rgba(0,0,0,0.00) 40%, #000000 100%);
}

.gradient-right:after {
	background-image: -o-linear-gradient(179deg, rgba(0,0,0,0.00) 40%, #000000 100%);
	background-image: -moz-linear-gradient(179deg, rgba(0,0,0,0.00) 40%, #000000 100%);
	background-image: -ms-linear-gradient(179deg, rgba(0,0,0,0.00) 40%, #000000 100%);
	background-image: linear-gradient(89deg, rgba(0,0,0,0.00) 40%, #000000 100%);
}

.welcome-bottom {
	position: absolute;
	width: 100%;
	bottom: 55px;
	z-index: 10;
}

.welcome-item {
	width: 220px;
	padding: 0 20px;
	display: inline-block;
	vertical-align: top;
	color: #898989;
	line-height: 20px;
	margin-bottom: 40px;
}

.welcome-item .four-columns-item-title {
	margin-bottom: 5px;
}

.welcome-item-image {
	margin-bottom: 16px;
}

.welcome-title {
	font-size: 36px;
	line-height: 31px;
	font-weight: bold;
	color: #fff;
}

.welcome-link {
	display: inline-block;
	width: inherit;
	margin-bottom: 64px;
}

.reviews-item {
	width: 64.583333333%;
	margin: 0 auto 40px auto;
	text-align: center;
	color: #4A4A4A;
	line-height: 24px;
}

.reviews-item.active {
	font-size: 24px;
	line-height: 32px;
	color: #000;
}

.reviews-item .f18 {
	margin-right: 0;
	color: #000;
}

.reviews-item .time {
	font-size: 12px;
}

.border-top {
	border-top: 1px solid #DCDCDC;
}

.white-bg {
	background-color: #FFFFF5;
	padding: 5px;
}

.index-four-image {
	height: 80px;
	margin-bottom: 5px;
}

.reviews-item .border-top {
	margin-top: 23px;
}

.reviews-item .stars {
	margin-top: -15px;
}

.reviews-paginator {
	margin: 60px 0;
}

.reviews-paginator .next-small, .reviews-paginator .prev-small {
	color: rgba(0,0,0,.3);
}

.reviews-paginator-item {
	display: inline-block;
	width: 34px;
	line-height: 32px;
	text-align: center;
	color: #898989;
	font-weight: bold;
	border: 1px solid transparent;
	border-radius: 50%;
	margin: 0 8px;
}

.reviews-paginator-item.active {
	width: 42px;
	line-height: 38px;
	border: 2px solid;
	font-size: 18px;
}

.reviews-paginator-item:hover {
	border-color: #B2B2AB;
}

.reviews-error {
	right: 105% !important;
	padding: 0 5px;
}

.star {
	display: inline-block;
	width: 32px;
	height: 32px;
	border: 1px solid transparent;
	border-radius: 50%;
	text-align: center;
	background-image: url(/css/images/star-empty.svg);
	background-position: center;
	background-repeat: no-repeat;
	cursor: pointer;
	margin-right: 5px;
}

.star.active {
	background-image: url(/css/images/star-1.svg);
}

.star:hover {
	border-color: rgba(0,0,0,.2);
}

/*END INSIDE*/

/*MAIN FOOTER*/

.main-footer {
	background: #fff;
}

.inside-footer {
	border-top: 1px solid #DCDCDC;
}

.footer-nav {
	padding: 35px 15px;

}
footer >.four-columns{
	padding-left: 110px;
}

footer .footer-city {
	padding: 0 40px;
}

.footer-city .city.selected,
.footer-city .city:hover {
	color: #EA862E !important;
}

.footer-city .city {
	cursor: pointer;
}
/*@media only screen and (max-width: 767px){*/
@media only screen and (max-width: 879px){
	footer >.four-columns{
		padding-left: 0;
	}
}
.footer-bottom {
	padding: 35px;
}

.footer-nav .four-columns-item {
	vertical-align: top;
}

.footer-title {
	color: rgba(0,0,0,.5);
	font-size: 12px;
	line-height: 14px;
	font-weight: normal;
	display: inline-block;
	margin-bottom: 10px;
}

.footer-nav-item {
	display: inline-block;
	margin-top: 10px;
}

.footer-nav-item.selected {
	color: #000;
}

.footer-bottom {
	border-top: 1px solid rgba(0,0,0,.2);
}

.footer-bottom .four-columns-item {
	vertical-align: middle;
}

.city,
.lang {
	font-size: 12px;
	line-height: 30px;
	color: rgba(0,0,0,.5);
	border: 1px solid transparent;
	border-radius: 30px;
	display: inline-block;
	padding: 0 13px;
}

.city.selected,
.lang.selected {
	font-weight: bold;
	color: #000;
	border-color: #EB8C32;
}

.socials-map {
	position: absolute;
	top: -16px;
	left: 0;
	width: 100%;
}

.socials-link, .perevorot {
	border: none;
}

.socials-link {
	width: 34px;
	height: 34px;
	display: inline-block;
	vertical-align: top;
	margin-right: 10px;
	border: 1px solid;
	border-radius: 50%;
}

.socials-map .socials-link {
	background-color: #fff;
	border-radius: 50%;
	opacity: 0;
	margin: 0 5px;
}

.new-one:hover .socials-map .socials-link {
	opacity: 1;
}

.twitter {
	background: url(/css/images/t.svg) no-repeat center;
	border-color: #4099ff !important;
}

.facebook {
	background: url(/css/images/f.svg) no-repeat center;
	border-color: #3b5998 !important;
}

.vkontakte {
	background: url(/css/images/vk.svg) no-repeat center;
	border-color: #4d75a3 !important;
}

.gplus {
	background: url(/css/images/g.svg) no-repeat center;
	border-color: #df4931 !important;
}

.instagram {
	background: url(/css/images/in.svg) no-repeat center;
	border-color: #3f729b !important;
}

.tripa {
	background: url(/css/images/tripa.svg) no-repeat center;
	border-color: #009c3c !important;
}

.twitter:hover {
	background-image: url(/css/images/1t.svg);
	background-color: #4099ff;
}

.facebook:hover {
	background-image: url(/css/images/1f.svg);
	background-color: #3b5998;
}

.vkontakte:hover {
	background-image: url(/css/images/1vk.svg);
	background-color: #4d75a3;
}

.gplus:hover {
	background-image: url(/css/images/1g.svg);
	background-color: #df4931;
}

.instagram:hover {
	background-image: url(/css/images/1in.svg);
	background-color: #3f729b;
}

.tripa:hover {
	background-image: url(/css/images/1tripa.svg);
	background-color: #009c3c;
}

.copy {
	/*padding-left: 40px;*/
	padding-left: 20px;
}

.perevorot {
	width: 76px;
	color: #898989;
	font-weight: normal;
	font-size: 11px;
}

/*END MAIN FOOTER*/



#ngProgress {
    margin: 0;
    padding: 0;
    z-index: 99998;
    background-color: green;
    color: green;
    box-shadow: 0 0 5px 0;
    height: 2px;
    opacity: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

#ngProgress-container {
    position: fixed;
    margin: 0;
    padding: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99999;
}

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

.input.ng-dirty.ng-invalid {
	border-color: #F52837;
	background-color: #F52837;
	color: #fff;
}

.tel.ng-dirty.ng-invalid {
	background-image: url(/css/images/tel-white.svg);
}

.email.ng-dirty.ng-invalid {
	background-image: url(/css/images/email-white.svg);
}

.password.ng-dirty.ng-invalid {
	background-image: url(/css/images/password-white.svg);
}

.password.ng-dirty.ng-invalid  .forgot {
	color: #fff;
}

.upper{
	text-transform: uppercase;
}

.none{
	display: none;
}

a.no-hover:hover{
	border-bottom: none;
}

.new-one.big-inline {
	height: 320px;
	width: 100%;
}

.new-one.big-inline .new-one-image {
	width: 50%;
	float: left;
}

.new-one.big-inline .new-one-content {
	width: 50%;
	float: right;
}

/**********************************************************************/

.mb40 {
	margin-bottom: 40px;
}

.v-bordered {
	border-radius: 50%;
	width: 18px;
	height: 18px;
	display: inline-block;
	text-align: center;
	margin-left: 5px;
	font-size: 11px;
	line-height: 19px;
	color: #fff;
	vertical-align: bottom;
}

.v-price {
	text-align: center;
	height: 40px;
	display: inline-block;
}

.m-price {
	margin: 0 auto;
	padding-top: 5px;
	font-size: 10px;
	width: 100px;
}

.m-price__cost {
	font-size: 24px;
	float: left;
	line-height: 28px;
	width: 45px;
	text-align: right;
}

.m-price__currency {
	width: 50px;
	float: right;
	text-align: left;
}

.m-price__weight {
	color: #888;
	width: 50px;
	float: right;
	text-align: left;
}

.m-price__name {
	height: 33px;
}

.v-price > p {
	display: inline-block;
}

.v-fixed {
	position: relative;
	padding-bottom: 35px;
	min-height: 175px;
}

.v-fixed .orange-border {
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -50%;
}

.v-sostav {
	margin: 10px 0;
	position: relative;
}

.v-sostav:before {
	content: '';
	border-bottom: 1px solid #ccc;
	display: block;
	position: absolute;
	top: 50%;
	width: 100%;
}

.v-sostav span {
	position: relative;
	background: #fff;
	padding: 0 7px;
	color: #ababab;
	font-size: 10px;
}

.pizza-one .v-sostav span {
	background: #fffff5;
}

.v-heading {
	position: relative;
	display: inline-block;
	max-width: 400px;
}

.v-heading:before {
	content: '';
	display: inline-block;
	position: absolute;
	height: 30px;
	width: 20px;
	right: 100%;
	margin-right: 10px;
	top: 3px;
}

.v-heading-hot:before {
	background: url(/css/images/hotpepper.svg) no-repeat center center;
}

.v-heading-vegan:before {
	background: url(/css/images/vegan.svg) no-repeat center center;
}

.v-heading-garlic:before {
	background: url(/css/images/garlic.svg) no-repeat center center;
}

.v-heading-hot.v-heading-vegan:before {
	width: 55px;
	background: url(/css/images/vegan.svg) no-repeat center left, url(/css/images/hotpepper.svg) no-repeat center right;
}

.v-heading-hot.v-heading-vegan.v-heading-garlic:before {
	width: 75px;
	background: url(/css/images/vegan.svg) no-repeat center left, url(/css/images/hotpepper.svg) no-repeat center center, url(/css/images/garlic.svg) no-repeat center right;
}

.pizza-white-bg {
	position: relative;
}


/*custom style*/
.pizza-all .pizza-one .sostav-maska{
	background: #333331;
	color: #fff;
	font-size: 13px;
	line-height: 1.3em;
	padding: 20px 25px;

}
.pizza-all .pizza-one .sostav-maska.title-sostav{
	background: #fff;
	padding: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.pizza-all .pizza-one .sostav-maska.title-sostav .v-sostav{
	margin: 0 auto ;
	padding: 20px 0;
	cursor: pointer;
}


.pizza-all .pizza-one .sostav-maska.title-sostav .v-sostav span{
	background: #fff;
	color: #000;
	padding: 3px 25px 3px 15px;
	border: 1px solid #EA862E;
	border-radius: 30px;
	font-size: 12px;
	box-sizing: border-box;
	position: relative;
}

.pizza-all .pizza-one .sostav-maska.title-sostav .v-sostav span:after{
	content: "";
	height: 5px;
	width: 2px;
	position: absolute;
	right: 12px;
	top: 9px;
	background: #EA862E;
	transform: rotate(45deg);
}
.pizza-all .pizza-one .sostav-maska.title-sostav .v-sostav span:before{
	content: "";
	height: 5px;
	width: 2px;
	position: absolute;
	right: 15px;
	top: 9px;
	background: #EA862E;
	transform: rotate(-45deg);
}


.pizza-all .pizza-one .sostav-maska .v-sostav span{
	background: #333331;
	color: #EA862E;
	font-size: 13px;

}

.pizza-all .pizza-one .sostav-maska  .v-sostav:before {
	border-bottom: 1px solid #EA862E;
	top: 50%;
}

.pizza-all .pizza-one .pizza-info{
	position: relative;
}

.pizza-all .pizza-one .sostav-maska.sostav-full{
	position: absolute;
	height: calc( 100% + 3px);
	left: 0;
	top: -3px;
	width: 100%;
	opacity: 0;
	transition: all 0.35s;
	z-index: 1;
	margin: auto;
}

.pizza-all .pizza-one .sostav-maska.sostav-full .v-sostav{
	margin-bottom: 5px;
}
.pizza-all .pizza-one .sostav-holder{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.pizza-all .pizza-one .sostav-holder:hover{
	z-index: 3;
}
.pizza-all .pizza-one .sostav-holder:hover .sostav-maska.sostav-full{
	/*display: block;*/
	opacity: 1;
	transition: all 0.35s;
	z-index: 3;

}

.pizza-all .pizza-one .pizza-info{
	padding-top: 60px;
}

.pizza-mainf{
       padding-top: 0px;
       position: relative;
}

@media only screen and (min-width: 1025px) {
	.ingredients-price .grn {
		position: relative;
	    top: 7px;
	}
	.pizza-one-image.rect:not(.plate) {
		height: 300px;
		line-height: 300px;
		position: relative;
	}

	.pizza-one-image.rect:not(.plate) a {
		width: 300px;
		height: 300px;
		display: block;
	}

	.pizza-one-image.rect:not(.plate) img {
		width: 300px;
		height: 300px;
		max-width: 300px;
		max-height: 300px;
		position: absolute;
		top: 50%;
		left: 50%;
		margin-top: -150px;
		margin-left: -150px;
	}
	.review__img.rect:not(.plate) {
		height: 70px;
		line-height: 70px;
		position: relative;
	}

	.review__img.rect:not(.plate) a {
		width: 100px;
		height: 70px;
		display: block;
	}

	.review__img.rect:not(.plate) img {
		width: 100px;
		height: 100px;
		max-width: 100px;
		max-height: 100px;
		position: absolute;
		top: 50%;
		left: 50%;
		margin-top: -50px;
		margin-left: -50px;
	}

	.not-rect .pizza-one-image.rect:not(.plate) {
		height: 240px;
		line-height: 240px;
	}

	.not-rect .pizza-one-image.rect:not(.plate) a {
		width: 300px;
		height: 300px;
		display: block;
	}

	.not-rect .pizza-one-image.rect:not(.plate) img {
		width: 300px;
		height: 300px;
		max-width: 300px;
		max-height: 300px;
		position: static;
		top: 50%;
		left: 50%;
		margin-top: 0;
		margin-left: 0;
	}

}
@media only screen and (max-width: 1025px){
	.f24{
		margin-right: 0;
	}
}
.pizza-white-bg a,
.pizza-white-bg img {
	position: relative;
	z-index: 1;
}

.pizza-white-bg:before {
	background: url(/css/images/pizza-white-bg-big.png) no-repeat center center;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	content: '';
	width: 200%;
	height: 200%;
	display: block;
	position: absolute;
	z-index: 0;
	top: -50%;
	left: -50%;
	pointer-events: none;
}



.pizza-white-bg-big {
	position: relative;
}

.pizza-white-bg-big img {
	position: relative;
	z-index: 1;
}

.pizza-white-bg-big:before {
	background: url(/css/images/pizza-white-bg-big.png) no-repeat center center;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	content: '';
	width: 200%;
	height: 200%;
	display: block;
	position: absolute;
	z-index: 0;
	top: -50%;
	left: -50%;
	pointer-events: none;
}

.box-image__wrapper {
	margin: 0 auto;
	max-width: 960px;
}

.box-image {
	font-size: 0;
	padding: 16px 0;
	border-bottom: 1px solid #dcdcdc;
	margin: 0 30px;
}

.box-image:last-child {
	border-bottom: none;
}

.box-image__img {
	display: inline-block;
	font-size: 14px;
	width: 44%;
	vertical-align: middle;
  text-align: center;
}

.box-image__img img {
	width: auto;
	max-width: 100%;
  max-height: 400px;
}

.box-image__descr {
	text-align: left;
	display: inline-block;
	font-size: 14px;
	width: 100%;
	vertical-align: middle;
	line-height: 24px;
}

.box-image__descr h2,
.box-image__descr h3 {
	font-size: 24px;
	margin-bottom: 20px;
}

.box-image__descr .sm-gray {
	font-size: 18px;
	color: #898989;
	font-weight: normal;
}

.box-image__descr p b {
	display: inline-block;
	margin-bottom: 8px;
}

.box-image--left .box-image__img {
	margin-right: 4%;
}

.box-image--right .box-image__img {
	margin-left: 4%;
}

.box-image--left .box-image__descr {
/* 	padding-right: 100px; */
	width: 52%;
}

.box-image--right .box-image__descr {
/* 	padding-left: 100px; */
	width: 52%;
}

img {
	max-width: 100%;
}

.new-wrapper-big * + * {
	margin-top: 1em;
}

.review__img {
	width: 100px;
	margin: 0 auto 10px;
	overflow: hidden;
}

.review__link {
	font-size: 12px;
}

.review__link:after {
	content: '';
	display: table;
	height: 10px;
}

.review__descr {
	font-size: 14px;
}

.v-rec {
	top: 12px;
	z-index: 90;
}

.reviews-item .stars.v-stars {
	margin-top: -18px;
}

.v-time {
	position: relative;
	top: -15px;
}

.v-icon .gift-icon {
	display: inline-block;
	vertical-align: top;
	margin-top: 13px;
	margin-left: 7px;
}

.v-inline .inline-first {
/* float: left; */
text-align: left;
margin-top: 7px;
width: 80px;
display: inline-block;
vertical-align: top;
padding-top: 10px;
width: 33.333333%;
margin-right: -4px;
}

.v-inline .v-price {
text-align: center;
height: 40px;
display: inline-block;
vertical-align: top;
width: 66.666666%;
margin-right: -4px;
}

.v-inline .inline {
display: inline-block;
vertical-align: top;
width: 33.333333%;
margin-right: -4px;
text-align: right;
padding-top: 19px;
}

.v-left {
	display: inline-block;
	vertical-align: top;
	padding-top: 16px;
	padding-right: 15px;
	text-align: left;
}

.v-top {
	vertical-align: top;
margin-top: 10px;

}

.v-mp {
	padding-top: 10px;
	margin-bottom: 30px;
}

.v-vacancy .two-columns-item,
.v-vacancy .one-columns-item {
	position: relative;
}

.v-vacancy .error {
	margin-right: 10px;
	padding-left: 5px;
	top: 20px;
	right: 100%;
	left: auto;
	margin-top: 0;
}

.v-vacancy .error.reverse {
	left: 100%;
	right: auto;
	margin-right: 0;
	margin-left: 10px;
	padding-left: 0;
	padding-right: 5px;
}

.v-vacancy .error.reverse:before {
	background: url(/css/images/ribbon-after.svg) left center no-repeat;
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.v-vacancy .error.reverse:after {
	background: url(/css/images/ribbon-before.svg) left center no-repeat;
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.vacancy-thanks {
	font-size: 18px;
	line-height: 23px;
	color: #898989;
	text-align: center;
}

input:-webkit-autofill {
    -webkit-box-shadow: inset 0 0 0 50px #fff !important; /* Цвет фона */
    -webkit-text-fill-color: #999 !important; /* цвет текста */
    color: #999 !important; /* цвет текста */
}

::-webkit-input-placeholder {color:#999 !important;}
::-moz-placeholder          {color:#999 !important;}/* Firefox 19+ */
:-moz-placeholder           {color:#999 !important;}/* Firefox 18- */
:-ms-input-placeholder      {color:#999 !important;}

.ng-dirty.ng-invalid::-webkit-input-placeholder {
	color: #999;
}

.ng-dirty.ng-invalid:-moz-placeholder {
	color: #999;
}

.ingredient .ingredient-image > .v-plus {
	font-size: 0;
	display: block;
	width: 16px;
	height: 2px;
	background: #EA862E;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -8px;
	margin-top: -1px;
	 -webkit-transition: .2s;
    -ms-transition: .2s;
    -o-transition: .2s;
    -moz-transition: .2s;
    transition: .2s;
}

.ingredient .ingredient-image > .v-plus:before {
	content: '';
	font-size: 0;
	display: block;
	width: 2px;
	height: 16px;
	background: #EA862E;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -1px;
	margin-top: -8px;
	 -webkit-transition: .2s;
    -ms-transition: .2s;
    -o-transition: .2s;
    -moz-transition: .2s;
    transition: .2s;
}

.ingredient:hover .ingredient-image > .v-plus,
.ingredient:hover .ingredient-image > .v-plus:before {
	background: #fff;
}

.file input {
	width: 0;
	height: 0;
	overflow: hidden;
	opacity: 0;
	visibility: hidden;
	position: absolute;
}

.file {
	padding-left: 40px;
	min-height: 34px;
	margin-bottom: 16px;
	position: relative;
	padding-top: 10px;
}

.file-button {
	position: absolute;
	left: 0;
	top: 5px;
	display: block;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	border: 1px solid rgba(0,0,0,.2);
	cursor: pointer;
}

.file-button:before,
.file-button:after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	background: #eb8c32;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}

.file-button:before {
	width: 8px;
	height: 2px;
	margin-left: -4px;
	margin-top: -1px;
}

.file-button:after {
	width: 2px;
	height: 8px;
	margin-left: -1px;
	margin-top: -4px;
}

.checked .file-button:before {
	background: #f52837;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.checked .file-button:after {
	background: #f52837;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}





.v-check {
	padding-left: 50px;
	position: relative;
	-webkit-transition: all .2s !important;
	transition: all .2s !important;
	cursor: pointer;
}

.v-check .border-top-title {
	margin-left: -50px;
}

.v-check * {
	-webkit-transition: none !important;
	transition: none !important;
}

.v-check .weight,
.v-check .size,
.v-check .volume,
.v-check .quantity,
.v-check .span-title,
.v-check .v-price span {
	-webkit-transition: all .2s !important;
	transition: all .2s !important;
}

.v-check .weight {
	margin-right: 0;
}

.v-check:hover *,
.v-check.active * {
	color: #EA862E;
}

.v-check:hover,
.v-check.active {
	border-top-color: #EA862E;
}

.v-check:hover .size,
.v-check.active .size {
	background-image: url(/css/images/size-icon-v.svg);
}

.v-check:hover .weight,
.v-check.active .weight {
	background-image: url(/css/images/weight-v.svg);
}

.v-check:hover .volume,
.v-check.active .volume {
	background-image: url(/css/images/pizza33_icon_amount_y.svg);
}
.v-check:hover .quantity,
.v-check.active .quantity {
	background-image: url(/css/images/pizza33_icon_quantity_w.svg);
}

.v-check .price-bottom {
	background-image: url(/css/images/gift-v.svg);
}

.v-check:hover .price-bottom,
.v-check.active .price-bottom {
	background-image: url(/css/images/gift-v-o.svg);
}

.v-checkbox {
	display: block;
	width: 24px;
	height: 24px;
	border: 1px solid #ccc;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: 5px;
	cursor: pointer;
}

.v-check .v-checkbox:before {
	content: '';
	display: block;
	width: 0px;
	height: 0px;
	background: #EA862E;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: 0;
	margin-left: 0;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}

@-webkit-keyframes check-anim {
  from {
	width: 0;
	height: 0;
	margin-top: 0;
	margin-left: 0;
  }
  75% {
	width: 14px;
	height: 14px;
	margin-top: -7px;
	margin-left: -7px;
  }
  to {
	width: 8px;
	height: 8px;
	margin-top: -4px;
	margin-left: -4px;
  }
}

@keyframes check-anim {
  from {
	width: 0;
	height: 0;
	margin-top: 0;
	margin-left: 0;
  }
  75% {
	width: 14px;
	height: 14px;
	margin-top: -7px;
	margin-left: -7px;
  }
  to {
	width: 8px;
	height: 8px;
	margin-top: -4px;
	margin-left: -4px;
  }
}

.v-check.active .v-checkbox:before {
	width: 8px;
	height: 8px;
	margin-top: -4px;
	margin-left: -4px;
	-webkit-animation: check-anim .3s ease-in-out;
    animation: check-anim .3s ease-in-out;
}

.m-vacancy .new-one-content {
	padding: 30px;
}

.profile-saved {
	width: 301px;
	height: 48px;
	background: url(/css/images/notify-v.svg) no-repeat center center;
	text-align: center !important;
	line-height: 48px;
	display: block;
	font-size: 12px;
	color: #fff;
	font-weight: bold;
}

.item-additional {
	font-size: 11px !important;
	margin-top: 3px;
}












.r1,
.r2,
.r3 {
	width: 100%;
	box-sizing: content-box;
}

.t-ie {
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: box;

	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	box-orient: vertical;
}

.t-ie .r2 {
	background: #f5f5f5;
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	box-flex: 1;
	height: 100%;
	overflow-x: hidden;
	overflow-y: scroll;
}


.t-good {
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: box;

	-moz-box-orient: vertical;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	box-orient: vertical;
	flex-direction: column;
}

.t-good .r2 {
	background: #ffffff;
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	box-flex: 1;
	height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	position: relative;
	-webkit-overflow-scrolling: touch;
}

@-moz-document url-prefix() {
	.t-good .r2 {
		height: 1px;
		margin-top: -16px;
	}
}

.main-aside-container {
	height: auto;
	overflow-y: auto;
	overflow-x: hidden;
}

.r3 {
	position: relative;
}


.mh1100 {
	max-height: 1100px
}

.h70p {
	height: 70%;
}

.v-gray {
	background: #888;
}

.z {
	z-index: 1;
}

.cell--small {
	height: 30%;
	padding: 15px 0;
}

.v-inline-first {
	width: 130px;
	margin-top: 17px;
}

.v-price--small {
	width: 120px;
}

.p40 {
	padding: 40px;
}

.v-clear {
	clear: both;
}

.mt20 {
	margin-top: 20px;
}

.user-phone {
	padding: 9px 0 0 16px
}

.promt-s {
	width: 230px;
}

.orange-border-vert {
	margin: 10px 0 30px 0;
}



.mt30 {
	margin-top: 30px;
}

.loy-nomsg {
	line-height: normal;
	margin-bottom: 40px;
}

.tpm5 {
	padding-top: 5px;
	margin-top: 5px;
}

.mb8 {
	margin-bottom: 8px;
}

.mb13 {
	margin-bottom: 13px;
}

.exp-col {
	font-size: 12px;
	line-height: 16px;
	margin-right: 10px
}

.mb7 {
	margin-bottom: 7px;
}

.m20a {
	margin: 20px auto;
}

.welcome-image--bg {
	background: url(/css/images/restaurant.jpg) 50% 0% / cover no-repeat;
}

.mb48 {
	margin-bottom: 48px;
}

.m2048 {
	margin: 20px 0 48px 0;
}

.w65p {
	width: 65%;
}

.w30p {
	width: 30% !important;
}

.pt4 {
	padding-top: 4px;
}

.ha {
	height: auto;
}

.pad-hor {
	padding: 0 20px 0 20px;
}

.pt16 {
	padding-top: 16px;
}

.m40 {
	margin: 40px 0;
}

.h65x {
	height: 65px;
}

.v-addr-close {
	margin-top: -14px;
	overflow: hidden;
}

.fz12 {
	font-size: 12px;
}

.lh15 {
	line-height: 15px;
}

.m35 {
	margin: 35px 0;
}

.v-aside-success {
	padding: 16px 19px 13px 24px;
}

.mb65 {
	margin-bottom: 65px;
}

.error-styles {
	height: 100%;
	margin-top: 0;
}

#table404 {
	background: url(/css/images/body-404.png) center no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	min-height: 550px;
}

#table404 .button-orange {
	display: inline-block;
	width: 240px;
}




.admin-login {
	width: 300px;
	position: absolute;
	top: 40%;
	left: 50%;
	margin-left: -150px;
	padding: 20px;
	border-radius: 10px;
	border: 1px solid #ccc;
	background: #eee;
}

.admin-login .button-orange {
	background: #ea862e;
}

.admin-login h1 {
	font-size: 28px;
	margin-bottom: .5em;
	color: #ea862e;
}

.m-order-name {
	font-size: 20px !important;
	font-weight: bold;
}

.plp {
	padding-left: 45% !important;
}

.empty-box {
	display: block;
	width: 100%;
	text-align: center;
}

.loader {
	font-size: 10px;
	position: absolute;
	text-indent: -9999em;
	-webkit-animation: load8 1s infinite linear;
	animation: load8 1s infinite linear;
	border-top: 4px solid rgba(0, 0, 0, 0.1);
	border-right: 4px solid rgba(0, 0, 0, 0.1);
	border-bottom: 4px solid rgba(0, 0, 0, 0.1);
	border-left: 4px solid;
	top: 50%;
	left: 50%;
	margin-top: -25px;
	margin-left: -25px;
}

.loader,
.loader:after {
	border-radius: 50%;
	width: 50px;
	height: 50px;
}

@-webkit-keyframes load8 {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes load8 {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

.main-header-top-item--city,
.main-header-top-item--lang {
	width: 155px;
}

.main-header-top-item--city a,
.main-header-top-item--lang a {
	color: #fff !important;
	font-family: Helvetica, Arial, sans-serif;
}

.main-header-top-item--city .four-columns-item {
	cursor: pointer;
}

.main-header-top-item--city .four-columns-item,
.main-header-top-item--lang .four-columns-item {
	width: 100%;
	padding: 0;
	vertical-align: middle;
	position: relative;
	/*top: -5px;*/
}


.vim {
	display: block !important;
}

.mobile-only {
	display: none;
}

.ngdialog-content {
	width: 780px;
	min-height: 400px;
	position: absolute;
	top: 50%;
	left: 50%;
	-moz-transform: translate(-65%, -50%);
	-o-transform: translate(-65%, -50%);
	-ms-transform: translate(-65%, -50%);
	-webkit-transform: translate(-65%, -50%);
	transform: translate(-65%, -50%);
}

.ngdialog-content:before {
	content: '';
	position: absolute;
	display: block;
	top: 10px;
	right: 10px;
	bottom: 10px;
	left: 10px;
	border: 5px solid #ea862e;
	z-index: 3;
}

.ngdialog-close {
	width: 22px;
	height: 22px;
	background: #ea862e;
	color: #fff;
	position: absolute;
	top: 4px;
	right: 4px;
	text-align: center;
	line-height: 20px;
	border-radius: 50%;
	z-index: 11;
	cursor: pointer;
}

.ngdialog-bg {
	position: absolute;
	left: 0;
	bottom: 0;
	top: 0;
	right: 0;
	background: center center no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	z-index: 1;
}

.ngdialog-img {
	position: absolute;
	left: 0;
	bottom: 0;
	top: 0;
	right: 0;
	background: left 10% bottom no-repeat;
	z-index: 2;
}

.ngdialog-inside p {
	font-size: 14px;
	margin-bottom: 16px;
	line-height: 1.4;
}

.ngdialog-inside {
	position: relative;
	margin-left: 45%;
	z-index: 5;
	width: 50%;
	text-align: center;
	padding: 40px 0;
}

.ngdialog-content--left .ngdialog-inside {
	margin-left: 0%;
	width: 40%;
	padding: 30px 0;
}

.ngdialog-content--left .ngdialog-buble {
	padding: 50px 30px 60px 40px;
	width: 370px;
	height: 250px;
}

.ngdialog-bg1 {
	position: absolute;
	background: right bottom no-repeat;
	bottom: -45px;
	right: -40px;
	top: auto;
	left: auto;
	width: 453px;
	height: 368px;
	z-index: 4;
}

.ngdialog-bg2 {
	position: absolute;
	background: left top no-repeat;
	top: -20px;
	left: 0;
	width: 636px;
	height: 39px;
	z-index: 4;
}

.ngdialog-buble {
	width: 302px;
	height: 206px;
	background: url("/css/images/pop-buble.svg") no-repeat center center;
	margin: 0 auto 40px;
	line-height: 1;
	padding: 20px 30px 60px 40px;
	font-family: 'PFDINTEXTCONDPRO', Helvetica, Arial, sans-serif;
	-webkit-background-size: contain;
	background-size: contain;
}

.ngdialog-buble p {
	margin-bottom: 0;
	font-size: 36px;
	line-height: 1;
	font-family: 'PFDINTEXTCONDPRO', Helvetica, Arial, sans-serif;
	font-weight: bold;
}

.ngdialog-buble p:last-child {
	font-size: 30px;
	color: #ea862e;
}

.ngdialog-inside h2 {
	font-size: 24px;
	font-family: 'PFDINTEXTCONDPRO', Helvetica, Arial, sans-serif;
}

.ngdialog-inside h3 {
	font-size: 20px;
	margin-bottom: 16px;
	text-transform: uppercase;
}

.ngdialog-box {
	display: inline-block;
	margin: 0 5px 10px 5px;
}

.ngdialog-box a {
	background: #ea862e;
	color: #fff;
	display: block;
	line-height: 40px;
	height: 40px;
	padding: 0 15px;
	border-radius: 20px;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
	border: 1px solid #ea862e;
}

.ngdialog-box a:hover {
	text-decoration: none;
	border-color: #ea862e;
	background: #fff;
	color: #ea862e;
}

.ngdialog-box-invert a {
	display: block;
	line-height: 40px;
	height: 40px;
	border-radius: 20px;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
	max-width: 100px;
	text-align: center;
	border: 1px solid #ea862e;
	background: #fff;
	color: #ea862e;
	margin: 0 auto;
}

.ngdialog-box-invert a:hover {
	background: #ea862e;
	color: #fff;
}

.dt {
	display: table;
	width: 100%;
	height: 100%;
}

.dr {
	display: table-row;
}

.dc {
	display: table-cell;
	vertical-align: middle;
}

.divider td {
	height: 10px;
}

@media only screen and (max-width: 1100px) {
	.ngdialog-content {
		width: auto;
		min-height: 440px;
		position: fixed;
		top: 50%;
		left: 20px;
		right: 280px;
		-moz-transform: translate(0, -50%);
		-o-transform: translate(0, -50%);
		-ms-transform: translate(0, -50%);
		-webkit-transform: translate(0, -50%);
		transform: translate(0, -50%);
	}

	.ngdialog-inside {
		position: relative;
		margin-left: 35%;
		z-index: 5;
		width: 60%;
		text-align: center;
		padding: 40px 0;
	}

	.ngdialog-bg2 {
		right: 0;
		width: auto;
	}
}

@media only screen and (max-width: 899px) {
	.ngdialog-buble {
		max-width: 330px;
		width: auto;
		height: auto;
	}

	.ngdialog-buble p {
		font-size: 24px;
		display: inline-block;
	}

	.ngdialog-buble p:last-child {
		font-size: 20px;
	}

	.ngdialog-inside h3 {
		margin-bottom: 40px;
		font-weight: normal;
	}



	.ngdialog-content--left .ngdialog-inside {
		width: 90%;
		padding-bottom: 50px;
	}

	.ngdialog-content--left .ngdialog-buble {
		max-width: 260px;
		min-height: 170px;
		width: auto;
		height: auto;
		margin-bottom: 0;
		padding: 35px 20px 20px 20px;
	}

	.ngdialog-bg1 {
		-webkit-background-size: 70%;
		background-size: 70%;
	}

	.ngdialog-inside h2 {
		font-size: 20px;
		margin-bottom: 65px;
	}

	.ngdialog-bg2 {
		-webkit-background-size: 70%;
		background-size: 70%;
	}
}

/*@media only screen and (max-width: 768px) {*/
@media only screen and (max-width: 879px) {
	.t-good .r2 {
	    margin-top: 30px;
	}

	.ngdialog-content--left .ngdialog-inside {
		width: 90%;
		padding-bottom: 50px;
	}

	.ngdialog-content--left .ngdialog-buble {
		max-width: 260px;
		min-height: 170px;
		width: auto;
		height: auto;
		margin-bottom: 0;
		padding: 35px 20px 20px 20px;
	}

	.ngdialog-bg1 {
		-webkit-background-size: 50%;
		background-size: 50%;
		background-position: bottom right 20%;
	}

	.ngdialog-inside h2 {
		font-size: 20px;
		margin-bottom: 65px;
	}

	.ngdialog-bg2 {
		display: none;
	}

	.ngdialog-content {
		width: auto;
		min-height: 400px;
		position: fixed;
		top: 10px;
		left: 10px;
		right: 10px;
		-moz-transform: translate(0, 0);
		-o-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
	}

	.ngdialog-inside {
		margin-left: 0;
		z-index: 5;
		width: 100%;
		text-align: center;
		padding: 40px 40px;
	}

	.ngdialog-img {
		background-position: left bottom;
		-webkit-background-size: auto 56%;
		background-size: auto 56%;
		left: 25%;
	}

	.ngdialog-buble {
		max-width: 220px;
		width: auto;
		height: auto;
		margin-bottom: 20px;
	}

	.ngdialog-buble p {
		font-size: 24px;
		display: inline-block;
	}

	.ngdialog-buble p:last-child {
		font-size: 20px;
	}

	.ngdialog-inside h3 {
		margin-bottom: 100px;
		font-weight: normal;
	}

	.ngdialog-box a {
		line-height: 32px;
		height: 32px;
		padding: 0 10px;
		border-radius: 16px;
		font-size: 12px;
	}

	.loyalty-item{
		width: 100%;
	}

}

@media only screen and (max-width: 420px) {
	.ngdialog-buble {
		margin-bottom: 140px;
	}

	.ngdialog-img {
		left: 15%;
	}

	.ngdialog-inside > div > p {
		font-size: 0;
	}

	.ngdialog-box a {
		line-height: 40px;
		height: 40px;
		padding: 0 30px;
		border-radius: 20px;
		font-size: 14px;
	}

	.loyalty-item table td .gift-black24{
		font-size: 18px;
	}

	@media only screen and (max-width: 340px) {
		.ngdialog-buble {
			margin-bottom: 120px;
		}

		.ngdialog-img {
			left: 5%;
		}

		.ngdialog-inside > div > p {
			font-size: 0;
		}

		.ngdialog-box a {
			line-height: 36px;
			height: 36px;
			padding: 0 25px;
			border-radius: 18px;
			font-size: 14px;
		}
	}
}

.ngdialog-overlay {
	background: rgba(46, 21, 0, .6) !important;
	right: 22.4%;
}

.ngdialog {
	z-index: 2000 !important;
}

.timer {
	font-size: 12px;
	background: #f52837;
	padding: 3px 5px;
	border-radius: 3px;
	color: #fff;
	margin-left: 15px;
	display: inline-block;
}


a[href*="tel"] {
	border: none !important;
}

.button-orange-small--left {
	display: inline-block;
	font-size: 12px;
	line-height: 22px;
	border: 1px solid;
	font-weight: bold;
	padding: 0 8px;
	border-radius: 12px;
	background: transparent;
	cursor: pointer;
	text-align: center;
}

.flip-container {
	position: absolute;
	top: 50%;
	left: -32px;
	margin-top: -32px;
	display: block;
	width: 64px;
	height: 64px;
	z-index: 1002;
	border-radius: 50%;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	border-bottom: none !important;
	-webkit-perspective: 1000;
	perspective: 1000;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
  cursor: pointer;
}

.flip-container:hover{
	border: none !important;
}

/*  UPDATED! flip the pane when hovered */
.flip-container:hover .back {
	/*-webkit-transform: rotateY(0deg);
	transform: rotateY(0deg);*/
	-webkit-transform: rotateX(0deg);
	transform: rotateX(0deg);
	z-index: 3;
}

.flip-container:hover .front {
	/*-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg);*/
	-webkit-transform: rotateX(180deg);
	transform: rotateX(180deg);
}

.flip-container, .front, .back {
	width: 64px;
	height: 64px;
}

/* flip speed goes here */
.flipper {
	-webkit-transition: 0.6s;
	transition: 0.6s;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;

	position: relative;
}

/* hide back of pane during swap */
.front, .back {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: 0.6s;
	transition: 0.6s;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	border-radius: 50%;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	overflow: hidden;
}

/*  UPDATED! front pane, placed above back */
.front {
	z-index: 2;
	/*-webkit-transform: rotateY(0deg);
	transform: rotateY(0deg);*/
	-webkit-transform: rotateX(0deg);
	transform: rotateX(0deg);
}

/* back, initially hidden pane */
.back {
	/*-webkit-transform: rotateY(-180deg);
	transform: rotateY(-180deg);*/
	-webkit-transform: rotateX(-180deg);
	transform: rotateX(-180deg);
	line-height: 64px;
}


.m-label {
	margin-bottom: 7px;
	padding-left: 14px;
	font-size: 10px;
	color: #000;
}

.inline-error {
	color: #f00;
	font-size: 10px;
	margin-top: -10px;
	margin-left: 14px;
}

.mb-15 {
  margin-bottom: -15px;
}

.no-border {
	border: none;
}

.additional {
	margin-bottom: 40px;
	position: relative;
	z-index: 3;
}

.additional .ingredient {
	margin: 10px 10px 20px !important;
}

.additional-name {
	font-size: 24px;
	font-family: 'PFDINTEXTCONDPRO', Helvetica, Arial, sans-serif;
	font-weight: 600;
	margin-bottom: 1em;
}

.dont-forget-container {
	text-align: center;
	padding: 0 13px;
	border-top: 1px solid #b2b2b2;
	border-bottom: 1px solid #b2b2b2;
	position: absolute;
	bottom: 100%;
	margin-bottom: 10px;
	left: 20px;
	right: 20px;
	height: 60px;
	z-index: 9999;
}

.dont-forget-container.pos_top{
	top: -145px;
	bottom: inherit;
}

.dont-forget-container:before,
.dont-forget-container:after {
	content: '';
	display: block;
	position: absolute;
	width: 50%;
	top: -1px;
	bottom: -1px;
}

.dont-forget-container:before {
	background: url(/css/images/ribbon-border-left-h80-solid.svg) left center no-repeat;
	left: -1px;
}

.dont-forget-container:after {
	background: url(/css/images/ribbon-border-right-h80-solid.svg) right center no-repeat;
	right: -1px;
}

.dont-forget-container .dont-forget {
	padding-top: 13px;

  background: #f5f5f5;
}

.dont-forget-container .dont-forget:before,
.dont-forget-container .dont-forget:after {
	top: -15px;
}


.dont-forget__close {
  background: url('/css/images/close-ribbon-gray.svg') no-repeat center;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 5px;
  right: 12px;
  z-index: 3;
  cursor: pointer;
}

.dont-forget {
	top: 0;
	left: 0;
	z-index: 2;
	font-size: 11px;
	line-height: 13px;
	position: relative;
	padding-top: 13px;
  height: 58px;
}

.dont-forget:after {
	content: '!';
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	line-height: 32px;
	display: block;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -12px;
	width: 24px;
	height: 24px;
	overflow: hidden;
}

.dont-forget:before {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 14px 24px 14px;
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -14px;
}

.dont-forget a {
	line-height: 18px;
}

.m-economy {
  position: absolute;
  top: -10px;
  left: 50%;
  z-index: 3;
  width: 140px;
  margin-left: -70px;
  line-height: 22px;
  font-size: 10px;
  color: #fff;
  background: url(/css/images/ribbon-border-left-orange.svg) left center no-repeat, url(/css/images/ribbon-border-right-orange.svg) right center no-repeat;
  padding: 0 5px;
  text-align: center;
  text-transform: uppercase;
}

.m-economy span {
  background: #ea862e;
  display: block;
}


.reg-rules-container {
  text-align: center;
  padding: 8px 10px 10px 10px;
  border-top: 1px solid #b2b2b2;
  border-bottom: 1px solid #b2b2b2;
  position: relative;
  margin: 16px 0px 16px 0px;
  height: 48px;
}

.reg-rules-container:before,
.reg-rules-container:after {
  content: '';
  display: block;
  position: absolute;
  width: 50%;
  top: -1px;
  bottom: -1px;
}

.reg-rules-container:before {
  background: url(/css/images/ribbon-border-left-h80.svg) left center no-repeat;
  left: -6px;
}

.reg-rules-container:after {
  background: url(/css/images/ribbon-border-right-h80.svg) right center no-repeat;
  right: -6px;
}

.reg-rules-container .dont-forget {
  padding-bottom: 0;
  padding-top: 5px;
}

.reg-rules-container .dont-forget:before,
.reg-rules-container .dont-forget:after {
  top: -30px;
}

.reg-rules {
  top: 0;
  left: 0;
  z-index: 2;
  font-size: 11px;
  line-height: 15px;
  position: relative;
}

.reg-rules a {
  line-height: 18px;
}

.pizza-big-description .dont-forget {
  padding-top: 30px;
  height: 100px;
}

.welcome-image + .gift-bottom-text {
  position: relative;
  z-index: 5;
  border-bottom: 1px solid #DCDCDC;
  padding-bottom: 25px;
  margin-top: 25px;
}

.nb {
  border: none !important;
}

.no-float {
  float: none;
}

.new-one.big-inline.invert {
  margin-bottom: 50px;
  border-bottom: 1px solid #DCDCDC;
}

.new-one.big-inline.invert:hover {
  background: #fff;
}

.new-one.big-inline.invert:after {
  display: none;
}

.new-one.big-inline.invert .new-one-content {
  float: left;
  margin-bottom: 0;
  padding-bottom: 0;
}

.new-one.big-inline.invert .new-one-content p {
  margin-bottom: 20px;
}
.new-one.big-inline.invert .new-one-content .slider-item-title {
  color: #000;
  font-size: 30px;
}

.new-one.big-inline.invert .new-one-image {
  float: right;
}

@media only screen and (max-width: 1024px) {
  .new-one.big-inline.invert .new-one-image {
    display: block;
    visibility: visible;
    opacity: 1;
    height: auto !important;
    background: none !important;
  }

  .new-one.big-inline.invert .new-one-image img {
    display: block;
    width: 100%;
    max-width: 100%;
  }
	.ingredients-price .grn {
		top: 1px;
	}
	.ingredients .ingredients-price {
		position: relative;
		top: 3px;
	}
}

@media only screen and (min-width: 1025px) {
  .new-one.big-inline.invert .new-one-image img {
    display: none;
  }

  .new-one.big-inline.invert .new-one-image {
    -webkit-background-size: cover !important;
    background-size: cover !important;
  }
}

.pizza-one-banner {
  position: relative;
  background: no-repeat center;
  background-size: cover;
  text-decoration: none;
  border: none !important;
}

.pizza-one-banner.w1.h1 {
  height: 254px;
  width: 240px;
}
.pizza-one-banner.w1.h2 {
  height: 508px;
  width: 240px;
}
.pizza-one-banner.w2.h1 {
  height: 254px;
  width: 520px;
}
.pizza-one-banner.w2.h2 {
  height: 508px;
  width: 520px;
}

.pizza-one-banner > div {
  position: absolute;
}

.pizza-one-banner__img img {
  max-width: 100%;
  display: inline-block;
}

.pizza-one-banner__img.banner-left {
  left: 20px;
  text-align: left;
}

.pizza-one-banner__img.banner-right {
  right: 20px;
  text-align: right;
}

.pizza-one-banner__img.banner-center {
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  text-align: center;
}

.pizza-one-banner__img.banner-top {
  top: 20px;
}

.pizza-one-banner__img.banner-bottom {
  bottom: 20px;
}

.pizza-one-banner__img.banner-middle {
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.pizza-one-banner__img.banner-center.banner-middle {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.pizza-one-banner__text-1,
.pizza-one-banner__text-2 {
  left: 0;
  right: 0;
  padding: 30px;
  z-index: 3;
}

.pizza-one-banner__text-1.banner-left,
.pizza-one-banner__text-2.banner-left {
  text-align: left;
}

.pizza-one-banner__text-1.banner-right,
.pizza-one-banner__text-2.banner-right {
  text-align: right;
}

.pizza-one-banner__text-1.banner-center,
.pizza-one-banner__text-2.banner-center {
  text-align: center;
}

.pizza-one-banner__text-1.banner-top,
.pizza-one-banner__text-2.banner-top {
  top: 0;
}

.pizza-one-banner__text-1.banner-bottom,
.pizza-one-banner__text-2.banner-bottom {
  bottom: 0;
}

.pizza-one-banner__text-1.banner-middle {
  bottom: 50%;
  -webkit-transform: translate(0, 50%);
  -ms-transform: translate(0, 50%);
  transform: translate(0, 50%);
}
.pizza-one-banner__text-2.banner-middle {
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.pizza-one-banner-title {
  font-size: 24px;
  font-family: 'PFDINTEXTCONDPRO', Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
}

.pizza-one-banner-description {
  line-height: 1;
  font-size: 20px;
}

.pizza-one-banner.banner-border:before {
  content: '';
  position: absolute;
  top: 10px;
  left: 10px;
  bottom: 10px;
  right: 10px;
  display: block;
  border: 5px solid transparent;
  cursor: pointer;
  z-index: 5;
}

/*@media only screen and (max-width: 1024px) and (min-width: 768px) {*/
@media only screen and (max-width: 1024px) and (min-width: 880px) {
  .pizza-one-banner.w1.h1,
  .pizza-one-banner.w1.h2 {
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
  }
  .pizza-one-banner.w2.h1,
  .pizza-one-banner.w2.h2 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .pizza-shef .ib .product-price .grn {
	 top: 0; 
  }
  .ingredients-price .ib .m-gift {
	    top: -11px;
		right: 11px;
	}
}

/*@media only screen and (max-width: 767px) {*/
@media only screen and (max-width: 879px) {
  .pizza-one-banner.w1.h1,
  .pizza-one-banner.w1.h2,
  .pizza-one-banner.w2.h1,
  .pizza-one-banner.w2.h2 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}

.old-price {
  height: 58px;
  color: #fff;
  position: relative;
  text-align: center;
  width: 120px;
}

.old-price__inside {
  height: 58px;
  width: 141px;
  position: absolute;
  left: 50%;
  margin-left: -70px;
  -webkit-transform: rotate(-5deg);
  transform: rotate(-5deg);
  text-align: center;
}

.old-price__top {
  font-size: 12px;
  font-weight: bold;
  color: rgba(255,255,255,.7);
  padding-top: 5px;
  font-family: 'PFDINTEXTCONDPRO', Helvetica, Arial, sans-serif;
}

.old-price__left {
  font-size: 36px;
  line-height: 36px;
  font-weight: bold;
  display: inline-block;
  vertical-align: bottom;
}

.old-price__right {
  display: inline-block;
  vertical-align: bottom;
  font-size: 12px;
  font-weight: bold;
  line-height: 18px;
  text-align: left;
}

.old-price__right span {
  font-weight: normal;
}

.old-price__right  span.through {
  text-decoration: line-through;
}

@media only screen and (max-width: 899px) {
  .old-price {
    width: 120px;
  }
}

span.footer-nav-item {
  -webkit-transition: .2s;
  -ms-transition: .2s;
  -o-transition: .2s;
  -moz-transition: .2s;
  transition: .2s;
  text-decoration: none;
  font-weight: bold;
  border-bottom: 2px solid transparent;
  cursor: pointer;
}

span.footer-nav-item.selected:hover{
  border-color: transparent;
  cursor: default;
}

.pagination {
  text-align: center;
  margin-bottom: 50px;
}

.pagination li {
  display: inline-block;
  -webkit-transition: .2s;
  -ms-transition: .2s;
  -o-transition: .2s;
  -moz-transition: .2s;
  transition: .2s;
  line-height: 30px;
  border: 1px solid transparent;
  border-radius: 16px;
  min-width: 32px;
  margin: 0 2px;
  color: #888a89;
  cursor: pointer;
  vertical-align: middle;
  font-size: 14px;
  font-weight: 400;
}
.pagination li:hover {
  border-color: #888a89;
}

.pagination .disabled {
  cursor: default;
}

.pagination a {
  color: inherit;
  border: none !important;
  display: inline-block;
  height: 100%;
  padding: 0 10px;
  font-weight: 400;
}

.pagination span {
  font-weight: 600;
}

.pagination li:first-child,
.pagination li:last-child {
  padding: 0;
  width: 16px;
  height: 16px;
  margin: 4px 8px;
  border: none !important;
  min-width: 16px;
  font-size: 0;
}

.pagination li:first-child a,
.pagination li:last-child a {
  height: 16px;
  width: 16px;
}

.pagination li:first-child {
  background: url("/css/images/prev-small-grey.svg") no-repeat center;
}
.pagination li:last-child {
  background: url("/css/images/next-small-grey.svg") no-repeat center;
}

/*@media screen and (max-width: 767px) {*/
@media screen and (max-width: 879px) {

  .pagination {
    position: relative;
    z-index: 5;
  }

  .pagination li {
    display: none;
  }

  .pagination li:first-child,
  .pagination li:last-child {
    margin-left: 12px;
    margin-right: 12px;
  }

  .pagination li:first-child,
  .pagination li:last-child,
  .pagination li:nth-child(2),
  .pagination li:nth-last-child(2),
  .pagination li.active {
    display: inline-block;
    border: none;
    min-width: 0;
    padding: 0;
  }

  .pagination a {
    padding: 0;
  }

  .pagination li:nth-last-child(2):before {
    content: '... ';
  }
  .pagination li:nth-child(2):after {
    content: ' ...';
  }

  .pagination li.active:after,
  .pagination li.active:before {
    content: '';
  }
}

.district {
  width: 91.666666667%;
  margin: 0 auto;
}

.district__item {
  display: inline-block;
  width: 25%;
  margin-right: -4px;
  vertical-align: top;
  margin-bottom: 30px;
}

@media only screen and (max-width: 1024px) and (min-width: 440px) {
  .district__item {
    width: 50%;
  }
}

@media only screen and (max-width: 439px) {
  .district__item {
    width: 100%;
  }
}

.district__item b {
  display: block;
  width: 100%;
  height: 26px;
}

.district__item b a {
  color: rgba(0,0,0,.5);
  font-size: 12px;
  line-height: 14px;
  font-weight: normal;
  display: inline-block;
  margin-bottom: 10px;
  border: none !important;
}

.district__sub a {
  font-size: 14px;
  font-weight: bold;
  height: 24px;
  line-height: 22px;
  margin: 0;
  padding: 0;
}

.district__sub a.selected {
  color: #000;
  border-color: transparent;
}

.quarter {
  display: inline-block;
  vertical-align: top;
  width: 25%;
  margin: 0 -4px 0 0 !important;
}

.pizza-one--day {
  position: relative;
  cursor: pointer;
  padding-bottom: 20px;
}

.pizza-one--day.pizza {
  height: 540px;
}

.pizza-one--day:before {
  content: '';
  position: absolute;
  top: -20px;
  bottom: -20px;
  left: -20px;
  right: -20px;
  background: url('/css/images/pizza-one--day.svg') repeat-x center;
  -webkit-background-size: auto 100%;
  background-size: auto 100%;
}

.pizza-one--day.nopizza:before {
  background: url('/css/images/pizza-one--day1.svg') repeat-x left top, url('/css/images/pizza-one--day1.svg') repeat-x left bottom;
  border-left: 1px solid #dadabe;
  border-right: 1px solid #dadabe;
  z-index: 2;
}

.pizza-one--day:after {
  content: '';
  position: absolute;
  top: -5px;
  bottom: -5px;
  left: -10px;
  right: -10px;
  border: 3px solid #d16301;
  z-index: 1;
}

.pizza-one--day.pizza .size {
  background-image: url('/css/images/size-icon-w.svg') !important;
}

.pizza-one--day.pizza .weight {
  background-image: url('/css/images/weight-w.svg') !important;
}
.pizza-one--day.pizza .volume {
	background-image: url('/css/images/pizza33_icon_amount_w.svg') !important;
}
.pizza-one--day.pizza .quantity {
	background-image: url('/css/images/pizza33_icon_quantity_y.svg') !important;
}
.pizza-one--day.pizza .orange-border {
  color: #fff;
  border-color: #fff;
}

.pizza-one--day.pizza .orange-border:hover {
  background: #fff !important;
  color: #ea862e;
}

.pizza-one--day.pizza .grey-small {
  color: #fff;
}

.pizza-one--day.pizza .v-sostav:before {
  border-bottom-color: #fff;
  opacity: .5;
}

.pizza-one--day.pizza .pizza-one-content {
  color: #fff;
}

.pizza-one--day.pizza .pizza-one-title a {
  color: #fff;
}

.pizza-one--day .f36 {
  position: relative;
}

.pizza-one--day .del .f36:after {
  content: '';
  display: block;
  position: absolute;
  -webkit-transform: rotate(-20deg);
  transform: rotate(-20deg);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  width: 70px;
  height: 3px;
  background: #000;
  top: 50%;
  left: 50%;
  margin-left: -35px;
}

.pizza-one--day.pizza .del .f36:after {
  background: #fff;
}

.pizza-one--day.pizza .v-sostav span {
  background: #ea862d;
  color: #fff;
}

.pizza-one--day .pizza-one-title.pizza-one-title-vegan a,
.pizza-one--day .pizza-one-title.pizza-one-title-hot a,
.pizza-one--day .pizza-one-title.pizza-one-title-garlic a {
  margin: 0 0 0 30px;

}

.pizza-one--day .pizza-one__price {
  background: url("/css/images/pizza-one__price.svg") no-repeat center;
  width: 100px;
  height: 58px;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -50px;
  -webkit-transition: all .5s;
  transition: all .5s;
  -webkit-transform: scale(2, 2) rotate(15deg);
  transform: scale(2, 2) rotate(15deg);
  opacity: 0;
  visibility: hidden;
  color: #fff;
}

.pizza-one--day.pizza .pizza-one__price {
  /*color: #000;*/
}

.pizza-one--day:hover .pizza-one__price {
  -webkit-transform: scale(1,1) rotate(-15deg);
  transform: scale(1,1) rotate(-15deg);
  opacity: 1;
  visibility: visible;
}

.pizza-one--day .pizza-one__price .f36 {
  line-height: 40px;
}

.pizza-one--day .pizza-one__price .f36:after {
  display: none;
}

.pizza-one--day .two-columns {
  padding: 0;
}

@media (max-width: 1024px) {
  .pizza-one--day .pizza-one__price {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1,1) rotate(-15deg);
    transform: scale(1,1) rotate(-15deg);
    text-align: center;
    background-size: contain;
    width: 80px;
    margin-left: -20px;
    top: -12px;
    padding-top: 5px;
    color: #fff;
  }

  .pizza-one--day .pizza-one__price .f36 {
    line-height: 30px;
    display: block;
    text-align: center;
  }

  .del > .upper,
  .del > .f36 {
    visibility: hidden;
  }
}

.more-center {
  margin: 0 auto 50px;
  text-align: center;
}

.pizza-one__sale {
  background: url('/css/images/pizza-one__sale.svg') no-repeat center;
  width: 100px;
  height: 90px;
  font-size: 14px;
  color: #f42735;
  text-align: center;
  position: absolute;
  top: -35px;
  left: 50%;
  margin-left: -50px;
  line-height: 32px;
  z-index: 2;
  padding-top: 7px;
}

.pizza-one__sale div {
  font-family: 'PFDINTEXTCONDPRO', Helvetica, Arial, sans-serif;
}

.pizza-one__sale span {
  font-size: 32px;
  font-weight: bold;
  display: block;
}

.alcohol-alert {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 100%;
  background: #ea862e;
  font-size: 12px;
  z-index: 9999;
}

.alcohol-alert__label {
  line-height: 15px;
  padding: 10px 16px 10px 36px;
  display: block;
  color: #fff;
  position: relative;
}

.alcohol-alert input {
  position: absolute;
  top: 14px;
  left: 16px;
}

.alcohol-alert a {
  color: inherit;
  font-weight: normal;
  text-decoration: underline;
}

.alcohol-alert__ribbon {
  position: absolute;
  font-size: 13px;
  color: #fff;
  background-color: #F52837;
  right: 100%;
  margin-right: 20px;
  height: 48px;
  line-height: 16px;
  padding: 8px 16px;
  top: 50%;
  margin-top: -24px;
  white-space: nowrap;
}

.alcohol-alert__ribbon:before,
.alcohol-alert__ribbon:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  height: 48px;
  width: 8px;
}

.alcohol-alert__ribbon:before {
  left: -8px;
  background: url(/css/images/ribbon-before.svg) left center no-repeat;
}

.alcohol-alert__ribbon:after {
  right: -8px;
  background: url(/css/images/ribbon-after.svg) right center no-repeat;
}

/*@media only screen and (max-width : 767px) {*/
@media only screen and (max-width : 879px) {
  .alcohol-alert {
    text-align: center;
  }

  .alcohol-alert__ribbon {
    right: -5px;
    left: 16px;
    top: -100%;
    margin-top: -8px;
    width: auto;
  }
}

.toggler {
	position: fixed;
	left: 10px;
	bottom: 1px;
	/*-webkit-transform: translateY(-50%);*/
	/*transform: translateY(-50%);*/
	background: #ea862e;
	border-left: 1px solid #d16200;
	border-right: 1px solid #d16200;
	z-index: 99;
	width: 100px;
	padding: 10px;
	text-transform: uppercase;
	text-align: center;
	color: #fff;
}

.toggler:before,
.toggler:after {
	content: '';
	display: block;
	position: absolute;
	left: -1px;
	right: -1px;
	height: 11px;
}

.toggler:before {
	top: -11px;
	background: url(/css/images/toggle__top.svg) no-repeat center bottom;
}

.toggler:after {
	bottom: -11px;
	background: url(/css/images/toggle__bottom.svg) no-repeat center top;
}

.toggler__heading {
	font-family: 'PFDINTEXTCONDPRO', Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 24px;
	border-bottom: 2px dotted #d16301;
	margin-bottom: 7px;
	padding-bottom: 3px;
}

.toggler__description {
	font-size: 11px;
	font-family: 'PFDINTEXTCONDPRO', Helvetica, Arial, sans-serif;
	font-weight: bold;
}

.toggler__balance {
	font-size: 13px;
	font-family: 'PFDINTEXTCONDPRO', Helvetica, Arial, sans-serif;
	font-weight: bold;
	border-bottom: 2px dotted #d16301;
	margin-bottom: 5px;
	padding-bottom: 4px;
}

.toggler__balance a {
	color: #fff;
	font-size: 11px;
	text-decoration: underline;
}

.toggler__summ {
	font-weight: bold;
	font-size: 18px;
	line-height: 23px;
}

.toggler__summ.rich {
	font-size: 16px;
}

.toggler__summ img {
	vertical-align: baseline;
	position: relative;
	top: 1px;
	margin-left: 3px;
}

.toggler__container {
	border-radius: 14px;
	border: 1px solid #fff;
	padding: 4px 2px 2px 2px;
	margin: 10px 0;
	font-size: 12px;
	font-weight: bold;
	position: relative;
}

.toggler__container:before {
	content: '';
	display: block;
	position: absolute;
	top: 3px;
	left: 3px;
	right: 3px;
	height: 24px;
	border-radius: 12px;
	background: #fff;
	z-index: -1;
	-webkit-transition: top .3s;
	transition: top .3s;
	box-shadow: 0 1px 3px rgba(0,0,0, .2);
}

.toggler__container.changed:before {
	top: 27px;
}

.toggler__container button {
	background: none;
	border: none;
	line-height: 24px;
	display: block;
	border-radius: 12px;
	width: 100%;
	color: #fff;
	-webkit-transition: color .3s;
	transition: color .3s;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 11px;
}

.toggler__container button:disabled {
	color: #ea862e;
	cursor: default;
}


.m-gift {
	display: inline-block!important;;
	width: 14px;
	height: 14px;
	background: url("/css/images/gift.svg") no-repeat center;
	-webkit-background-size: 14px;
	background-size: 14px;
}

.pizza-one.bonus .product-price span:first-child,
.pizza-one .product-price span:last-child,
.m-price__cost.product-price span:last-child,
.pizza-one.bonus .pizza-selector-item .pizza-item-price,
.pizza-one .pizza-selector-item .pizza-item-price.bonus{
	display: none;
}

.pizza-one.bonus .product-price span:last-child,
.pizza-one .product-price span:first-child,
.m-price__cost.product-price span:first-child,
.pizza-one.bonus .pizza-selector-item .pizza-item-price.bonus,
.pizza-one .pizza-selector-item .pizza-item-price{
	display: block;
	width: 50px;
}

.m-hidden {
	visibility: hidden;
	opacity: 0;
}




.h14 {
	height: 14px;
	overflow: hidden;
}


.error {
	pointer-events: none;
}


.pizza-one:hover {
	position: relative;
	z-index: 5;
}

.seo-content {
	max-height: 280px;
    overflow: hidden;
    position: relative;
    -webkit-transition: .2s;
    -ms-transition: .2s;
    -o-transition: .2s;
    -moz-transition: .2s;
    transition: .2s;
}
.seo-content.full {
	max-height: 100%;
	padding-bottom: 55px;
}
.seo-footer {
	position: absolute;
    bottom: 0px;
    width: 100%;
    background-color: #fff;
    background: -moz-linear-gradient(top,rgba(255,255,245,0) 0,rgba(255,255,245,1) 38%);
    background: -webkit-linear-gradient(top,rgba(255,245,255,0) 0,rgba(255,255,245,1) 38%);
    background: -ms-linear-gradient(top,rgba(255,255,245,0) 0,rgba(255,255,245,1) 38%);
    background: linear-gradient(top,rgba(255,255,245,0) 0,rgba(255,255,245,1) 38%);
}
.seo-content.full .seo-footer {
	bottom: -35px;
	background: none;
}
.seo-box .orange-border {
	margin-top: 70px;
    background-color: #fff;
    margin-bottom: 40px;
}
.seo-box .seo-content.full .orange-border {
    margin-top: 0;
}
.seo-box .seo-more {
	display: block;
}
.main-aside .error.error-big {
	pointer-events: auto;
}
.grn {
	position: relative;
	display: block;
	margin: 0 auto;
	width: 24px;
	height: 14px;
	font-size: 12px;
	color: #000;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}

/*
.grn:before {	
	position: absolute;
	top: 0;
	left: 0;
	width: 24px;
	height: 14px;
	font-size: 12px;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
	content: "грн";
	-webkit-transition: .2s;
    -ms-transition: .2s;
    -o-transition: .2s;
    -moz-transition: .2s;
    transition: .2s;
    color: #000;
}*/
.v-check:hover .grn:before, .v-check.active .grn:before,
.pizza-one .two-columns-item:hover .grn:before {
	color: #EA862E;
}
.flipper .dc .rus,
.flipper .dc .ukr {
	position: relative;
	display: inline-block;
	width: 42px;
	height: 28px;
}
.flipper .dc .rus:before,
.flipper .dc .ukr:before {
	position: absolute;
	top: 3px;
    left: 1px;
	width: 42px;
	height: 28px;
	text-align: center;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
}
.flipper .dc .rus.sushi:before {
	content: "Хотите суши?";
}
.flipper .dc .ukr.sushi:before {
	content: "Хочеш суші?";
}
.flipper .dc .rus.pizza:before {
	content: "Хотите пиццу?";
}
.flipper .dc .ukr.pizza:before {
	content: "Хочеш піцу?";
}
.old-price .old-price__right .grn:before {
	left: -2px;
	color: #fff;
	font-size: 12px;
	text-transform: none;
}
.old-price .old-price__right .product-price span:first-child {
	position: relative;
	top: -4px;
}
.two-columns-item:hover .old-price .old-price__right .grn:before  {
	color: #fff;
}
@media only screen and (max-width: 1240px) and (min-width: 1025px) {
	.header-box .gift {
		top: -5px;
	}
}
/*@media only screen and (max-width: 954px) and (min-width: 768px) {*/
@media only screen and (max-width: 954px) and (min-width: 880px) {
	.header-box .gift {
		width: 32px;
		height: 32px;
		padding: 0;
		background-position: center center;
	}
}
.main-slider-container .prev,
.main-slider-container .next {
	background-image: none;
}
.paginator-box a,
.paginator-box .next-small,
.paginator-box .prev-small {
	 -webkit-transition: all 0.2s ease-in-out;
    -moz-transition:  all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition:  all 0.2s ease-in-out;
 }
.pizza-shef {
 	margin-top: 7px;
 	margin-bottom: 30px;
}
.pizza-shef .two-columns-item {
	width: 100%!important; 
	text-align: center;
    display: table;
}
.pizza-shef .pizza-one-content,
.pizza-shef .order-button-with-error {
	 display: table-cell;
     vertical-align: middle;
	 width: 50%;
	 margin-bottom: 0;
}
.pizza-shef .pizza-one-content {
	text-align: right;
	padding-right: 16px;
}
.pizza-shef .order-button-with-error {
	margin-top: 10px;
	text-align: left;
}
.pizza-shef .product-price {
	display: inline-block;
}
.pizza-shef .product-price:first-child {
	padding-right: 5px;
	line-height: normal;
}
.pizza-shef .product-price .grn {
	top: -5px;
}
.shef {
	display: inline-block;
	margin: 16px auto;
	min-height: 32px;
	padding: 6px 0 6px 40px;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 28px;
}
.center-inner {
	text-align: center;
}
.row.border {
	border-bottom: 1px solid #9a9994;
}
.pizza-shef .pizza-one-title {
	height: auto;
}
.pizza-shef .pizza-one-title > span {
	display: inline-block;
}
.input-right.col3,
.input-left.col3 {
	width: 29.75%;
	
}
.input-left.col3-big {
	width: 38%;
}
.input-left.col3 {
	margin-right: 1.25%; 
}
.input-left.col3-big .m-label.pl-7 {
	
}
.transparent{
	opacity: .5;
}
.bingc-phone-button {
	top: 50%;
	bottom: inherit!important;
	margin-top: -50px!important;
	right: inherit!important;
	left: 10px;
}
#bingc-phone-button div.bingc-phone-button-tooltip.bingc-phone-button-tooltip-bottom-right {
	left: 5px;
}
#bingc-phone-button div.bingc-phone-button-tooltip.bingc-phone-button-tooltip-bottom-right svg.bingc-phone-button-arrow {
	right: 134px!important;
}
body.bingc-phone-button-hidden #bingc-phone-button{
    display:none;
}
.type-delivery {
	
}
.ingredient-btn {
	display: block;
	height: 40px;
	line-height: 36px;
	margin-top: 0;
	margin-bottom: 40px;
	background-color: transparent;
	text-transform: uppercase;
}
.ingredient-btn .v-plus {
	margin-right: 8px;
	font-size: 18px;
}
.ingredient-btn-small {
	margin-bottom: 10px;
	display: block!important;
	font-size: 12px;
    padding: 0 8px;
    border-radius: 12px;
    height: 24px;
    line-height: 20px;
    max-width: 202px;
    margin-left: 20px;
    margin-right: auto;
}
.ingredients-pizza-one  {
	position: relative;	
	width: 100%;
	padding-left: 124px;
}
.ingredients-table {
	display: table;
	padding-bottom: 50px;
}
.ingredients-pizza-one .pizza-one {
	display: table-cell;
	width: 160px;
	margin-left: 0;
	margin-right: 50px;
}
.ingredients-pizza-one .pizza-one-image.rect:not(.plate) img {
	position: relative;
	top: 0;
	left: 0;
	width: 160px;
	height: 160px;
	max-width: 160px;
	max-height: 160px;
	margin-top: 0;
	margin-left: 0;
}
.ingredients-pizza-one .pizza-one-image.rect:not(.plate) {
	width: 160px;
	height: 160px;
	line-height: 160px;
}
.ingredients-pizza-one .pizza-one-image.rect:not(.plate) a {
	width: 160px;
	height: 160px;
	display: block;
}
.ingredients-pizza-one .pizza-one-title {
	height: auto;
	margin-bottom: 10px;
	font-size: 18px;
	line-height: 20px;
}
.ingredients-pizza-one .pizza-one-title-inner {
	display: inline-block;
}
.ingredients-pizza-one .v-plus {
	display: table-cell;
	width: 90px;
    padding: 65px 25px 0 50px;
	text-align: center;
	font-size: 30px;
}
.ingredient-add .ingredients-pizza-one .ingredient {
	margin: 3px 15px 50px 15px;
}
.list-add-ingredient {
	display: table-cell;
	padding-bottom: 75px;
}
.ingredients-pizza-one .pizza-one .two-columns-item {
	width: 100%!important;
	margin-right: 0;
}
.ingredients-pizza-one .pizza-one-content p {
	display: inline-block;
}
.ingredients-order {
	position: absolute;
    left: 400px;
    bottom: 40px;
    overflow: hidden;
}
.ingredients-price,
.ingredients-btn {
	float: left;   
}
.ingredients-price {
	position: relative;
	margin-right: 45px;
}
.ingredients-price .m-gift {
	position: absolute;
    top: 0;
    right: 8px;
}
.ingredients-price .ib .product-price-bonuses {
	padding-right: 24px;
}
.ingredients-btn .v-large {
	margin-top: 0;
	margin-bottom: 0;
}
.ingredients-btn .orange-border {
	padding: 0 43px;
}
.ingredients-price .product-price {
	display: table-cell;
	vertical-align: top;
	padding-right: 10px;
}
.ingredients-price .grn {
	height: 19px;
}
.ingredients-price .grn:before {
	font-size: 16px;
}
.fixed-wr {
	position: fixed;
    padding-right: 19.327731092%;
    top: 126px;
    width: 100%;
    text-align: right;
    z-index: 10;
    pointer-events: none;
}
.fixed-wr .orange-border {
	position: relative;
    right: 4.166666667%;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
    font-family: Helvetica, Arial, sans-serif;
    background-color: #FFFFF5;
    pointer-events: all;
}
.slider-products .slider {
	//position: relative!important;
	overflow: hidden;
	height: 100%!important;
	padding-bottom: 40px;
}
.slider-products .slider-item {
	height: auto;
	color: #000;
}
.slider-products .slider-item-list {
	padding-bottom: 40px;
}
.slider-products .pizza-shef:nth-child(5n) {
	display: none;
}
@media only screen and (min-width: 1600px) {
	.slider-products .pizza-shef:nth-child(5n) {
		display: inline-block;
		margin-right: 0;
	}
	.slider-products .pizza-one {
	    width: 16%;
	    margin-left: -4px;
	    margin-right: 5%;
	    display: inline-block;
	}
	.slider-products .pizza-shef:nth-of-type(4n) {
		margin-right: 5%;
	}
	.slider-products .slider-products .pizza-one:nth-of-type(5n) {
	    margin-right: 0;
	}
	.slider-products .slider-products .pizza-shef:nth-child(5n+1) {
	    clear: both;
	}
	
}
@media only screen and (min-width: 1600px)  and (max-width: 2050px) { 
	.slider-products .pizza-shef .pizza-one-content {
	    padding-right: 10px;
	}
	.slider-products .pizza-one .two-columns {
	    padding: 0;
	}
	.slider-products .pizza-shef .product-price:first-child {
		padding-right: 0;
	}
}
@media only screen and (max-width: 1580px) and (min-width: 1336px) { 
	.slider-products .pizza-shef .pizza-one-content {
	    padding-right: 10px;
	}
	.slider-products .pizza-one .two-columns {
	    padding: 0;
	}
	.slider-products .pizza-shef .product-price:first-child {
		padding-right: 0;
	}
}
@media only screen and (max-width: 1335px) and (min-width: 1024px) { 
	.slider-products.pizza-shef:nth-of-type(4n) {
	    display: none;
	}
	.slider-products .pizza-one {
	    width: 30%;
	    margin-left: -4px;
	    margin-right: 4.5%;
	    display: inline-block;
	}
	.slider-products .pizza-one:nth-of-type(3n) {
	    margin-right: 0;
	}
	.slider-products .pizza-shef:nth-child(3n+1) {
	    clear: both;
	}
	
}
@media only screen and (max-width: 1023px) {
	.slider-products .pizza-one {
	    width: 45%;
	    margin-left: -4px;
	    margin-right: 10%;
	    display: inline-block;
	}
	.slider-products .pizza-one:nth-of-type(2n) {
	    margin-right: 0px;
	}
	.slider-products .pizza-shef:nth-child(2n+1) {
	    clear: both;
	}
	.slider-products .slider-item {
		float: none;
		height: 50%;
	}
	.slider-products .slider {
		position: relative!important;
	}
	.slider-products .caroufredsel_wrapper {
		height: 100%!important;
	}
	.slider-products .slider-item-list {
		padding-bottom: 0;
	}
	.slider-products .paginator-box {
		display: none !important;
	}
	.slider-products .pizza-shef .product-price:first-child {
		padding-right: 0;
		
	}
	.slider-products .pizza-one-image {
		width: 100%!important;
	}
	.slider-products .pizza-shef .pizza-one-content,
	.slider-products .order-button-with-error {
		display: block;
	    width: 100%;
	    text-align: center;
	}
	.slider-products .pizza-shef .pizza-one-content {		
	    padding-right: 0;
	}
	.slider-products .pizza-shef:nth-child(5n) {
		//display: inline-block;
	}
}
@media only screen and (max-width: 1335px) {
	.fixed-wr {
		top: 148px;
		padding-right: 260px;
	}
}
@media only screen and (max-width: 1024px)  {
	.ingredients-price .grn:before {
		top: 2px;
		font-size: 12px;
	}
	.ingredients-price .product-price {
		margin-right: 0;
		padding-right: 10px;
	}
}
/*@media only screen and (max-width: 1024px) and (min-width: 768px) {*/
@media only screen and (max-width: 1024px) and (min-width: 880px) {
	.ingredients-price {
		margin-top: 11px;
	}
	.ingredients-pizza-one .v-plus {
		padding-right: 20px;
	}
	.ingredients-price .ib .product-price-bonuses {
		padding-right: 31px;
	}
	.ingredients-price .product-price-val {
		position: relative;
		top: 7px;
	}
}
@media only screen and (max-width: 990px) {
	.ingredients-pizza-one {
		padding-left: 0;
	}
	.ingredients-table,
	.ingredients-pizza-one .pizza-one,
	.ingredients-pizza-one .v-plus,
	.list-add-ingredient {
		display: block;
	}
	.ingredients-pizza-one .pizza-one {
		margin: 0 auto;
		padding-left: 0;
	}
	.list-add-ingredient {
		text-align: center;
	}
	.ingredients-pizza-one .v-plus {
		width: 100%;
		padding: 0;
		margin-bottom: 10px;
	}
	.ingredients-pizza-one .pizza-one .two-columns-item {
		margin-bottom: 0;
	}
	.ingredients-order {
		left: 0;
		width: 100%;
		text-align: center;
	}
	.ingredients-price, .ingredients-btn {
		display: inline-block;
		float: none;
	}
	.ingredients-price {
		position: relative;
		top: 7px;
	}
}
/*@media only screen and (max-width: 767px) {*/
@media only screen and (max-width: 879px) {
	.ingredients-pizza-one .pizza-one-image.rect:not(.plate) {
		width: 100%!important;
	}
	.ingredients-pizza-one .v-plus {

		margin-bottom: 10px;
	}
	.ingredient-add {
		padding-top: 73px;
	}
	.inside-title-inner {
		position: relative;
		display: inline-block;
		margin: 0 auto;
	}
	.inside-title-inner .sup {
		top: 0;
		right: 0;
		position: relative;
	}
	.ingredient-add .inside-title .orange-border {
		right: 4.166666667%;
		top: 141px;
	}
	.fixed-wr {
		top: 141px;
		padding-right: 0;
	}
	.ingredients-price .m-gift {
	    top: -11px;
		right: 11px;
	}
	.ingredients-price .ib .product-price-bonuses {
	    padding-right: 31px;
	}
	.product-price-val {
		position: relative;
		top: 7px;
	}

}
/*@media only screen and (max-width: 880px) and (min-width: 768px) {*/
@media only screen and (max-width: 880px) and (min-width: 880px) {
	.inside-title-inner {
		display: inline-block;
		max-width: 50%;
	}
	.inside-title-inner .sup {
		position: absolute;
	}
}
@media only screen and (max-width: 600px) { 
	.inside-title-inner {
		display: inline-block;
		max-width: 50%;
	}
	.inside-title-inner .sup {
		position: absolute;
	}
}
.input-row.input-row-block {
	display: block;
}
.menu-category-list {
    text-align: center;
    padding-bottom: 10px;
    padding-top: 10px;
}
.menu-category-list ul {
    margin-left: auto;
    margin-right: auto;
    list-style: none;
}
.menu-category-list ul li {
    display: inline-block;
    margin: 0 5px;
}
.menu-category-list ul li a {
    display: block;
    padding: 0 8px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    cursor: pointer;
    border: 1px solid #EA862E;
    border-radius: 12px;
    font-size: 12px;
    line-height: 22px;
    -webkit-transition: .2s;
    -ms-transition: .2s;
    -o-transition: .2s;
    -moz-transition: .2s;
    transition: .2s;
}
.menu-category-list ul li a:hover {
    background: #EA862E;
    color: #fff;
}
.menu-category-list ul li.selected a {
    background: #EA862E;
    color: #fff;
}

.pizza-one-body .gift-bottom-text {
	font-size: 11px;
	color: #6a6a6a;
	position: relative;
	z-index: 3;
	line-height: 1.3em;
	margin: 20px auto;
}

/* main-header-button */
.main-header-button {
    border-radius: 30px;
    padding: 0 13px 0 32px;
    line-height: 36px;
    position: relative;
    /*top: -3px;*/
    height: 32px;
    background-position: 13px 7px;
    border-bottom: none;
    font-size: 18px;
    text-transform: uppercase;
    color: white;
    display: inline-block;
}
.main-header-button-nav-wrap {
	display: none;
}
.main-header-button:after {
	content: '';
	display: block;
	position: absolute;
	background-size: contain;
	background-repeat: no-repeat;
}
.main-header-button--club {
	background-color: #d02642;
	cursor: pointer;
}
.main-header-button--club:after {
	top: 6px;
    left: 9px;
    height: 17px;
    width: 17px;
	background-image: url('/css/images/gift-w.svg');
}
.main-header-button--pizza {
	background-color: #ea862e;
}
.main-header-button--pizza:after {
	top: 9px;
    left: 9px;
	height: 20px;
	width: 20px;
	background-image: url('/css/images/pizza-icon.svg');
	transform: rotate(85deg);
	transform-origin: center center;
}
.main-header-button--sushi {
	background-color: #d02642;
}
.main-header-button--sushi:after {
	top: 7px;
    left: 11px;
    height: 16px;
    width: 16px;
	background-image: url('/css/images/sushi-icon.svg');
}
.red-color{
	color: red;
	margin-top: 15px;
}
@media (min-width: 1200px) {
	.main-header-top-title {
		margin-right: 20px !important;
	}
	.main-header-top-item-club, .main-header-top-item-sushi {
		margin-right: 16px !important;
	}
}
/* accent button */
@media screen and (min-width: 1025px) {
	.main-nav-item.accent-button {
		color: white !important;
		padding: 0;
		border-bottom: none;
		border-radius: 30px;
	    padding: 0 13px 0 13px;
	    line-height: 37px;
	    height: 32px;
	    margin-top: -9px;
	}
}

/* END accent button */
@media (min-width: 944px) {
	.main-header-top-item--city,
	.main-header-top-item--lang {
		width: auto;
	}
	.main-header-top-item--city .four-columns-item,
	.main-header-top-item--lang .four-columns-item {
		color: #fff !important;
		border: 1px solid #EB8C32;
		padding: 0 13px;
		border-radius: 30px;
		width: 62px;
		height: 32px;
		position: relative;
		background: #169016;
	}
	/*.main-header-top-item--lang .four-columns-item-full {
		height: auto;
	}*/
	.main-header-top-item--city .current-city,
	.main-header-top-item--lang .current-lang {
		line-height: 28px;
		position: relative;
		z-index: 9;
	}
	.main-header-top-item--city .current-city.safari,
	.main-header-top-item--lang .current-lang.safari {
		line-height: 31px;
	}
	.main-header-top-item--city .current-city.chrome,
	.main-header-top-item--lang .current-lang.chrome {
		line-height: 31px;
	}
	.main-header-top-item--lang .current-lang:before {
		display: block;
		position: absolute;
		content: '';
		width: 4px;
		height: 4px;
		border-bottom: 2px solid #fff;
		border-right: 2px solid #fff;
		top: 11px;
		right: 0;
		transform: rotate(45deg);
	}
	.main-header-top-item--city .four-columns-item-full .current-city:before,
	.main-header-top-item--lang .four-columns-item-full .current-lang:before {
		transform: rotate(-135deg);
		top: 14px;
	}
	.main-header-top-item--city .wrap-city,
	.main-header-top-item--lang .wrap-lang {
		height: 0;
		visibility: hidden;
		position: absolute;
		top: -1px;
		left: -1px;
		width: calc(100% + 2px);
		border: 1px solid #EB8C32;
		border-radius: 16px;
		padding-top: 30px;
		background: #1f1f1f;
		display: none;
	}

	.main-header-top-item--city .wrap-city {
		width: fit-content;
		z-index: 5;
	}

	.main-header-top-item--city .wrap-city-visible,
	.main-header-top-item--lang .wrap-lang-visible {
		height: auto;
		visibility: visible;
		/*transition: 0.5s;*/
		display: block;
	}
	.main-header-top-item--city .city,
	.main-header-top-item--lang .lang {
		border: none;
	}
	.main-header-top-item--city .city:hover,
	.main-header-top-item--lang .lang:hover {
		border: none;
	}
}
/*@media (min-width: 1025px) and (max-width: 1200px) {*/
@media (min-width: 1025px) and (max-width: 1199px) {
	.main-header {
		padding: 0 260px 0 130px;
	}
	.main-header-top-phones {
		/*margin-right: 25px !important;*/
		margin-right: 10px !important;
		max-width: 273px;
	}
	header-top-phones .header-box:nth-child(2n+1) .f24 {
	    margin-right: 25px;
	}
	.main-header-top-title {
		margin-right: 15px !important;
	}
	.main-nav-item {
		font-size: 12px !important;
	}
	.main-header-top-item {
		margin-right: 20px;
	}
	.main-header-top-item-sushi {
		margin-right: 15px !important;
	}
	.header-box .main-header-button {
		width: 32px;
		height: 32px;
		overflow: hidden;
		padding: 0;
		text-indent: 1000px;
		position: relative;
		/*top: 3px;*/
	}
	.main-header-button--club:after {
		top: 8px;
		left: 7px;
	}
	.main-header-button--pizza:after {
		top: 8px;
		left: 5px;
	}
	.main-header-button--sushi:after {
		top: 8px;
		left: 8px;
	}
	.main-header-top-item--city div.four-columns-item,
	.main-header-top-item--lang div.four-columns-item {
		top: 1px;
	}
	.main-header-top-item:nth-last-child(3) {
		margin-right: 15px;
	}
}

.main-header-top-item--city .four-columns-item {
	min-width: 100px;
}

@media screen and (max-width: 1024px) {
	.main-header-button-nav-wrap {
		display: block;
		padding-top: 10px;
	}
	.main-header-top-item.mobile-none {
		display: none !important;
	}
}
/* END main-header-button */



.related_products{
	/*top: 90px;*/
	top: 102px;
	right: 260px;
	/*bottom: 0;*/
	z-index: 1001;
	position: fixed;
	background: #ea862e;
	width: 165px;
	/*min-height: 643px;*/
}

.related_products:before, .related_products:after {
	content: '';
	display: block;
	left: 0;
	position: absolute;
	height: 6px;
	width: 100%;
	background-repeat: repeat-x, repeat-x;
	background-position: 10px 0, 10px 0;
	background-size: 6px 6px, 6px 6px;
}
.related_products:before {
	top: -6px;
	background-image:
			linear-gradient(to bottom right, transparent 50.5%, #EA862E 50.5%),
			linear-gradient(to bottom left, transparent 50.5%, #EA862E 50.5%);
}
.related_products:after {
	bottom: -6px;
	background-image:
			linear-gradient(to top right, transparent 50.5%, #EA862E 50.5%),
			linear-gradient(to top left, transparent 50.5%, #EA862E 50.5%);
}


.related_products h3{
	text-transform: uppercase;
	font-size: 14px;
	color: #000;
	display: block;
	width: 100%;
	text-align: center;
	background: #fff;
	line-height: 1em;
	padding: 10px 0 8px;
	text-decoration: none;
	border: 0;
	margin-top: 0;
	margin-bottom: 0;

}
.related_products .related_wrap{
	height: 100%;
	overflow: hidden;
	padding: 10px;
	width: 100%;
}
.related_products .related_wrap> div {
	border: 2px solid #d16301;
	width: 100%;
	height: 100%;
	min-height: 696px;
}

.related_products .list_related_products {
	/*height: calc(100% - 32px);*/
	/*overflow-y: auto;
	overflow-x: hidden;*/
	position: relative;
	/*min-height: 664px;*/

}

.related_products .list_related_products .item {
	height: 50%;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	padding: 20px 0;
	text-align: center;
	/*min-height: 207px;*/
	min-height: 330px;
	width: 100%;
}
.related_products .list_related_products .item:nth-child(1) {
	padding-bottom: 60px;
}
.related_products .list_related_products .item:nth-child(2) {
	padding-top: 60px;
}

@media screen and (max-width: 879px){
	.related_products .list_related_products .item:nth-child(2) {
		padding-top: 10px;
	}

	.popup--opened {
		overflow: hidden;
		position: fixed;
	}
}

.related_products .list_related_products .item:last-child{
	border-bottom: 0;
}
.related_products .list_related_products .item a{
	display: block;
}
.related_products .list_related_products .item .name{
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 20px;
	max-height: 38px;
	overflow: hidden;
}

.related_products .list_related_products .item .image-holder{
	/*width: 90px;
	height: 90px;*/
	width: 78px;
	height: 78px;
	margin: 0 auto 20px;
}

.related_products .list_related_products .item price{
	text-align: center;
	display: block;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 25px;
}

.related_products .list_related_products .item .orange-border{
	border: 1px solid #fff;
	color: #fff;
}

.related_products .list_related_products .item .weight{
	margin: 0 auto 20px;
	background: url('/css/images/weight-w2.svg') left 2px no-repeat;
	text-align: center;
	color: #fff;
}
.related_products .list_related_products .item .size{
	background: url('/css/images/size-icon-w.svg') left 2px no-repeat;
	color: #fff;
}
.related_products .list_related_products .item .volume{
	background: url('/css/images/pizza33_icon_amount_w.svg') left 2px no-repeat;
	color: #fff;
}
.related_products .list_related_products .item .quantity{
	background: url('/css/images/pizza33_icon_quantity_y.svg') left 2px no-repeat;
	color: #fff;
}


.related_products.mobile{
	display: none;
}
.address_profile h4{
	text-align: center;
	font-size: 24px;
	margin-bottom: 30px;
	color: #000000;
}
.list_address_profile{

	margin: 0 auto 40px;
	font-size: 16px;
	color: #000000;
	text-align: left;
	padding-left: 100px;
	border-bottom: 1px solid #dcdcdc;
	padding-bottom: 40px;

}


.list_address_profile .item_address{
	margin-bottom: 20px;
}
.list_address_profile .item_address button{
	width: 16px;
	height: 16px;
	background: url('/css/images/close-ribbon-gray.svg') no-repeat center;
	border: 0;
	display: inline-block;
	vertical-align: middle;
	margin-left: 20px;
}
.form_address{
	text-align: left;
	/*padding-left: 25px;*/
	width: 550px;
	margin: auto;
}

@media screen and (max-width: 959px){
	.form_address{
		margin: 0;
	}
}


.form_address .input, .form_address .streetname{
	width: 415px;
}

.form_address .select2-container{
	z-index: 9;
}
.form_address .reset-opt{
	z-index: 10;
}
#add_address .reset-opt{
	display: none;
}
.form_address .cell{
	display: inline-block;
}
.form_address .col-3 .input{
	width: 55px;
}
.form_address .form-holder{
	position: relative;
}
.address_profile .success-text ,
.form_address .error-text{
	width: 301px;
	height: 48px;
	background: url(/css/images/notify-v.svg) no-repeat center center;
	text-align: center !important;
	margin: 0 auto 20px;
	/*display: block;*/
	font-size: 12px;
	color: #fff;
	font-weight: bold;

	display: none;

}
.address_profile .success-text.show,
.form_address .error-text.show{
	display: table;

}


.address_profile .success-text div,
.form_address .error-text div{
	display: table-cell;
	vertical-align: middle;
}
.form_address .error-text{
	background: url(/css/images/notify-error.svg) no-repeat center center;
}

.join-wrapper .form_address .label{
	padding-left: 0;
	padding-right: 20px;
	text-align: right;
	display: inline-block;
	width: 100%;
}

.join-wrapper .form_address .cell:first-child {
	width: 100px;
}
.join-wrapper .form_address input.error-input,
.error-input .select2-container--default .select2-selection--single{
	border-color: #F52837;
}
.form_address .button-overflow{
	text-align: center;

	margin-top: 30px;
}

@media screen and (max-width: 850px){
	.form_address{
		width: 500px;
	}

	.join-wrapper .form_address .label{
		padding-right: 10px;
	}
	.form_address .input, .form_address .streetname{
		width: 390px;
	}
}
/*@media screen and (max-width: 767px){*/
@media screen and (max-width: 879px){
	.form_address{
		width: auto;
		margin: auto;
	}

}
.form_address button{
	display: inline-block;
	vertical-align: middle;
	width: auto;
	border: 1px solid #ea862e;
	background: #fff;
	font-size: 12px;
	text-align: center;
	color: #ff8b21;
	padding: 5px 25px;
	line-height: 1em;
	transition: all 0.35s;
	margin-top: 0;
}

.form_address button:hover{
	transition: all 0.35s;
	background: #ea862e;
	color: #fff;
}

.text-center{
	text-align: center;
}

@media screen and (max-height: 750px){
	.related_products .list_related_products .item{
		padding: 15px 0;
	}
	.related_products .list_related_products .item .name,
	.related_products .list_related_products .item .image-holder,
	.related_products .list_related_products .item price,
	.related_products .list_related_products .item .weight{
		margin-bottom: 15px;
	}
}
@media screen and (max-height: 700px){
	.related_products .list_related_products .item{
		padding: 10px 0;
	}
	.related_products .list_related_products .item .name,
	.related_products .list_related_products .item .image-holder,
	.related_products .list_related_products .item price,
	.related_products .list_related_products .item .weight{
		margin-bottom: 10px;
	}
}
@media screen and (max-height: 630px){
	.related_products .list_related_products .item{
		padding: 5px 0;
	}
	.related_products .list_related_products .item .name,
	.related_products .list_related_products .item .image-holder,
	.related_products .list_related_products .item price,
	.related_products .list_related_products .item .weight{
		margin-bottom: 5px;
	}
}

@media screen and (max-height: 580px){
	.related_products .list_related_products .item{
		padding: 3px 0;
	}
	.related_products .list_related_products .item .name,
	.related_products .list_related_products .item .image-holder,
	.related_products .list_related_products .item price,
	.related_products .list_related_products .item .weight{
		margin-bottom: 3px;
	}
}
@media screen and (max-height: 560px){
	.related_products .list_related_products{
		overflow-y: auto;
		overflow-x: hidden;
	}
}

@media screen and (min-width: 1360px){
	.related_products{
		right: 19.327731092%;
	}

}

/*@media screen and (max-width: 767px){*/
@media screen and (max-width: 879px){
	.related_products{
		display: none!important;
	}
	.related_products.mobile{
		display: block!important;
		position: relative;
		top: inherit;
		right: inherit;
		width: 100%;
		height: calc(50vh + 10px);
	}
	.related_products.mobile.ng-hide{
		display: none!important;
	}

	.related_products:before,
	.related_products:after{
		display: none;
	}
	.related_products .related_wrap> div{
		border: 0;
	}
	.related_products .list_related_products .item{
		width: 50%;
		height: 100%;
		border-right: 1px solid rgba(255, 255, 255, 0.2);
		border-bottom: 0;
		padding: 10px 0;
	}
	.related_products .list_related_products .item:nth-child(2n){
		border: 0;
	}
	.related_products .list_related_products .item .name,
	.related_products .list_related_products .item .image-holder,
	.related_products .list_related_products .item price,
	.related_products .list_related_products .item .weight{
		margin-bottom: 10px;
	}


	.form_address .form-holder{
		width: 100%;

	}
	.form_address .col-3 .input{
		width: 100%;
	}
	.form_address .input, .form_address .streetname{
		text-align: left;
		width: 183px;
	}
	.form_address{
		text-align: center;
		padding-left: 0;
	}
	.join-wrapper .form_address .label{
		padding-left: 0;
	}

	.list_address_profile {
		padding-left: 20px;
	}
	.mobile-orange {
	    width: 100% !important;
	    line-height: 38px !important;
	    font-size: 14px !important;
	    text-transform: uppercase !important;
	    border-radius: 20px !important;
	    margin-top: 15px;
        background-color: #EA862E;
		color: #fff !important;
	}
}

@media screen and (max-height: 420px){
	.related_products.mobile {
		height: calc(60vh + 40px);
	}
}

@media screen and (max-height: 350px){
	.related_products.mobile {
		height: calc(70vh + 40px);
	}
}

.list_gallery{
	padding: 0 40px 90px;
}
.list_gallery .item{
	margin-right: 40px;
	width: calc((100% - 40px)/2);
	margin-bottom: 30px;
}

.list_gallery .item:nth-child(2n){
	margin-right: 0;
}

.list_gallery .item .image-holder{
	height: 350px;
	width: 100%;
	margin-bottom: 15px;
	min-width: 415px;
}
@media screen and (max-width: 1500px){
	.list_gallery .item .image-holder{
		height: 300px;
	}
}
@media screen and (max-width: 1300px){
	.list_gallery .item .image-holder{
		height: 270px;
	}
}
@media screen and (max-width: 450px){
	.list_gallery .item .image-holder{
		height: 200px;
	}
}
@media screen and (max-width: 1199px){
	.list_gallery .item{
		display: block;
		margin: 0 auto 30px;
		width: 415px;
	}
	.list_gallery .item:nth-child(2n){
		margin-right: auto;
	}
	.list_gallery .item .image-holder{
		min-width: inherit;
	}
}
@media screen and (max-width: 959px){
	.list_gallery{
		padding: 0 20px 40px;
	}
}

@media screen and (max-width: 450px){
	.list_gallery .item{
		width: 100%;
	}
	.list_gallery .item .image-holder{
		height: 170px;
	}
}
.list_gallery .item p{
	text-align: center;
	color: #898989;
	font-size: 14px;
	line-height: 1.4;
}


.gallery_main_img{
	position: relative;
	height: 500px;
	margin-bottom: 30px;
}

@media screen and (max-width: 1024px){
	.gallery_main_img{
		height: 400px;
	}
}

.gallery_main_img .image-holder{
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.gallery_main_img .gallery_text{
	position: relative;
	display: table;
	height: 100%;
	text-align: center;
	z-index: 2;
	width: 100%;
}

.gallery_main_img .gallery_text > div{
	display: table-cell;
	vertical-align: middle;

}

.gallery_main_img .gallery_text h3{
	color: #fff;
	font-size: 64px;
	line-height: 1em;
	text-transform: uppercase;
	font-weight: 300;
	font-family: 'PFDINTEXTCONDPRO', Helvetica, Arial, sans-serif;
	padding-top: 25px;
	border-top: 2px solid #fff;
	display: inline-block;
}


.gallery_main_img .gallery_text .logo-gallery{
	width: 130px;
	margin: 0 auto 25px;
	display: block;
}


.color-red{
	color: #F52837;
}

@media screen and (max-width: 959px){
	.list_gallery .item{
		width: 100%;
		margin-right: 0;

	}
}

/*ingredient full*/
.ingredient{
	position: relative;
}
.ingredient .sostav_full{
	display: none;
	position: absolute;
	opacity: 0;
	transition: all 0.35s;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #333331;
	color: #fff;
	font-size: 10px;
	line-height: 1.1em;
	min-height: 111px;
}
.ingredient:hover .sostav_full{
	opacity: 1;
	transition: all 0.35s;
	display: block;
	padding: 5px;
}
.ingredient:hover .sostav_full .v-sostav{
	margin-top: 0;
	margin-bottom: 5px;
}
.ingredient:hover .sostav_full .v-sostav:before{
	border-color: #EA862E;
}
.ingredient:hover .sostav_full .v-sostav span{
	color: #EA862E;
	font-size: 12px;
	background: #333331;


}

.main-header-top-title .header-box {
	display: block;
}
.main-header-top-title .header-box:nth-child(1), .main-header-top-title .header-box:nth-child(1) p {
	font-size: 14px;
	/*line-height: normal;*/
	line-height: 14px;
}
.main-header-top-title .header-box:nth-child(2) {
	/*font-size: 10px;*/
	font-size: 12px;
}
.main-header-top-title .header-box:nth-child(3) {
	font-size: 14px;
	/*margin-top: 6px;*/
	margin-top: 3px;
	line-height: 14px;
}
.main-header-top-phones .header-box {
	/*padding-left: 24px;*/
	display: inline-flex;
}
.mobile-footer-phones .header-box {
	display: flex !important;
	margin: 0 auto;
}
.mobile-footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.main-header-top-phones .phone-icon, .mobile-footer-phones .phone-icon {
	display: flex;
	align-items: center;
	width: 24px;
}
.main-header-top-phones .phone-icon.safari img {
	position: relative;
	top: -2px;
}
.mobile-footer-phones .phone-icon.safari img {
	position: relative;
	top: -2px;
}
.main-header-top-phones .phone-icon.chrome img {
	position: relative;
	top: -2px;
}
.mobile-footer-phones .phone-icon.chrome img {
	position: relative;
	top: -2px;
}
.main-header-top-phones .phone-icon img, .mobile-footer-phones .phone-icon img {
	width: 16px;
}
.main-header-top-phones {
	display: flex;
	flex-wrap: wrap;
	max-width: 315px;
	/*max-width: 280px;*/
	justify-content: space-between;
	margin-right: 32px;
}
.main-header-top-phones .f24 {
	font-size: 20px;
	margin-right: 0;
	line-height: 24px;
	/*font-weight: normal;*/
	font-weight: 700;
	color: rgba(255,255,255,1);
}
.main-header-top-phones .header-box:nth-child(2n+1) .f24 {
	/*margin-right: 32px;*/
	margin-right: 20px;
}
.main-header-top-item {
	vertical-align: middle;
	/*padding-bottom: 5px;*/
}
.main-header-button {
	line-height: 33px;
}
/*.pizza-one.pizza .two-columns-item {
	width: 100% !important;
	display: flex;
}
.pizza-one.pizza .pizza-one-content, .pizza-one.pizza .pizza-one-content .ib {
	display: flex;
	align-items: baseline;
}
*/


.toggler {
	z-index: 999;
}
.pizza-item-icon {
	border-radius: 50%;
	border: 1px solid #202020;
	display: inline-block;

}
.pizza-item-icon-inner {
	border-radius: 50%;
	border: 1px solid #202020;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;

}
/*.pizza-item-icon-inner div {
	display: block;
	text-align: center;
}*/
.diameter-container {
	display: inline-flex;
	align-items: center;
	height: 60px;
}
.small-item .pizza-item-icon-inner {
	margin: 1px;
	font-size: 10px;
	line-height: 10px;
	letter-spacing: -0.8px;
	width: 29px;
	height: 29px;
	line-height: 10px;
}
.small-item .pizza-item-size-preffix {
	font-size: 8px;
	line-height: 8px;
}
.medium-item .pizza-item-icon-inner {
	margin: 2px;
	font-size: 12px;
	line-height: 12px;
	letter-spacing: -0.9px;
	width: 36px;
	height: 36px;
}
.medium-item .pizza-item-size-preffix {
	font-size: 8px;
	line-height: 8px;
}
.big-item .pizza-item-icon-inner {
	margin: 3px;
	font-size: 14px;
	line-height: 14px;
	letter-spacing: 0.3px;
	width: 43px;
	height: 43px;
}
.big-item .pizza-item-size-preffix {
	font-size: 10px;
	line-height: 10px;
}
.big4-item .pizza-item-icon-inner {
	margin: 3px;
	font-size: 16px;
	line-height: 16px;
	letter-spacing: 0.3px;
	width: 48px;
	height: 48px;
}
.big4-item .pizza-item-size-preffix {
	font-size: 12px;
	line-height: 12px;
}
.pizza-item-weight {
	font-size: 10px;
	line-height: 16px;
}
.weight-value {
    background: url(/css/images/weight.svg) left center no-repeat;
    padding-left: 16px;
    transition: 0.5s;

}
.pizza-selector-item:hover .weight-value, .pizza-selector-item.selected .weight-value {
	background: url(/css/images/weight-orange.svg) left center no-repeat;
}
.pizza-size-selector {
	display: flex;
	justify-content: center;
}
.pizza-selector-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	transition: 0.5s;
	cursor: pointer;
}
.pizza-selector-item:hover > *, .pizza-selector-item.selected > * {
	color: #ea862e;
	transition: 0.5s;
}
.pizza-selector-item:hover .pizza-item-icon,.pizza-selector-item.selected .pizza-item-icon  {
	border-color: #ea862e;
	transition: 0.5s;
}
.pizza-selector-item:hover .pizza-item-icon-inner, .pizza-selector-item.selected .pizza-item-icon-inner {
	border-color: #ea862e;
	background: #ea862e;
	color: #fff;
	transition: 0.5s;
}
.pizza-selector-item:not(:last-child) {
	margin-right: 25px;
}
/*.pizza-item-price {
	margin-top: 10px;
}*/
.price-value {
	font-size: 28px;
	font-weight: 700;
}
.price-preffix {
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	display: block;
	font-size: 12px;
}
.pizza-item-params {
	padding-bottom: 18px;
}
.pizza-item-params .orange-border {
	margin-top: 18px;
	padding-left: 18px;
	padding-right: 18px;
}


.site-button-link {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: absolute;
	width: 78px;
	height: 78px;
	position: absolute;
	top: calc(50% - 9px);
	/*top: 0;*/
	left: calc(50% - 39px);
	border-radius: 50%;
	text-align: center;
}
.site-button-link.firefox {
	top: calc(50% - 10px);
}
.flipper {
	width: 78px;
	height: 78px;
}
.back {
	line-height: 78px;
}
.flip-container, .front, .back {
	width: 78px;
	height: 78px;
}
.flip-container .back img {
	width: 46px;
}
.gift-bottom-text-lunch {
	padding: 8px 20px;
	background: url(../images/title-lunch.svg) center no-repeat;
	background-size: 100% 100%;
	max-width: 600px;
}

@media screen and (max-width: 767px) {
	.gift-bottom-text-lunch {
		background: url(../images/title-lunch-mobile.svg) center no-repeat;
		background-size: 100% 100%;
		line-height: 1.27;
		padding: 11px 31px;
	}
}









@media screen and (min-width: 1400px) {
	.main-header-top-phones .header-box:nth-child(2n+1) .f24 {
	    margin-right: 25px;
	}
	.main-header-top-phones {
	    margin-right: 28px !important;
	}
	.main-header-top-title {
	    margin-right: 72px !important;
	}
	.main-header-top-item-club {
		margin-right: 40px !important;
	}
	.main-header-top-item--lang {
		display: flex;
		align-items: center;
	}
	.main-header-top-item--lang .current-lang {
		color: #fff !important;
		border: 1px solid #EB8C32;
		width: 48px;
		background: transparent;
		border-radius: 50px;
		text-align: center;
	}
	.main-header-top-item--lang .current-lang:before {
		content: none;		
	}
	.main-header-top-item--lang .four-columns-item {
		width: auto;
		display: flex;
		border: 0;
		background: transparent;
	}
	.main-header-top-item--lang .wrap-lang {
	    height: auto;
	    visibility: visible;
	    position: static;
	    width: auto;
	    border: none;
	    border-radius: 0;
	    padding-top: 0;
	    background: none;
	    display: flex;
	}
	.main-header-top-item--lang a {
	    color: rgba(255,255,255,.5) !important;
	    padding: 0;
	    margin-left: 20px;
	    line-height: 32px;
	}
}

@media screen and (min-width: 1301px) and (max-width: 1399px) {
	.main-header-top-item:not(:last-child), .main-header-top-title {
		margin-right: 1% !important;
	}
}
@media screen and (min-width: 1201px) and (max-width: 1300px) {
	.main-header-top-item:not(:last-child), .main-header-top-title {
		margin-right: 1% !important;
	}
}







@media screen and (min-width: 900px) and (max-width: 1024px)  {
	.pizza-one-title > span {
	    display: block;
	    width: 240px;
	    margin-left: auto;
	    margin-right: auto;
	}
}
@media screen and (min-width: 900px) and (max-width: 930px)  {
	.pizza-one-title-hot.pizza-one-title-vegan.pizza-one-title-garlic a::before	{		

		width: 65px;
	}
}







/*@media screen and (min-width: 768px) and (max-width: 1024px) {*/
@media screen and (min-width: 880px) and (max-width: 1024px) {
	.main-header-top-items {
		display: flex !important;
		align-items: center;
		margin-bottom: 0 !important;
	}
	.main-header-top-item {
		text-align: left;
		padding-bottom: 0 !important;
	}
	.main-header-top-item.tablet-only {
		order: 3;
		margin-right: 0;
	}
	.main-header-top-phones {
		order: 1;
	}
	.main-header-top-title {
		order: 2;
		text-align: left !important;
	}
	.mobile-nav-toggler {
		border: 0 !important;
		padding: 0 !important;
	}
	.mobile-nav-toggler .ico {
		width: 30px !important;
		height: 33px !important;
		background: url(/css/images/menu-white.svg) no-repeat center;
		display: block;
	}
	.main-header-top {
	    padding-bottom: 0 !important;
	}
	.main-header {
	    padding-top: 11px !important;
	    padding-bottom: 12px !important;
	    height: 73px;
	}
	.pizza-item-params .orange-border {
		margin-top: 8px;
	}
}
@media screen and (min-width: 880px) and (max-width: 954px) {
	.main-header-top-phones {
		/*max-width: 230px !important;*/
		max-width: 290px !important;
		margin-right: 25px !important;
	}
	.main-header-top-phones .header-box:nth-child(2n+1) .f24 {
		margin-right: 25px !important;
	}
	.main-header-top-title {
		/*width: calc(100% - 360px) !important;*/
		width: calc(100% - 400px) !important;
		margin-right: 25px !important;
	}
	.main-header {
	    padding-top: 11px !important;
	    padding-bottom: 12px !important;
	    height: 73px;
	}
	.main-nav {
		top: 73px !important;
	}
	.header-box .f24 {
		/*line-height: 18px;*/
		line-height: 25px;
		font-size: 18px !important;
	}
}
/*@media screen and (min-width: 768px) and (max-width: 954px) {*/
@media screen and (min-width: 880px) and (max-width: 954px) {
	.main-header {
		padding-right: 260px;
	}
	.main-header-top-item {
    	text-align: left !important;
    }
	.main-header-top-phones {
		justify-content: flex-start;
		/*max-width: 105px;*/
		max-width: 125px;
	}
	.main-header-top-phones .header-box:nth-child(2n+1) .f24 {
		margin-right: 0px;
	}
	.main-header-top-phones {
		margin-right: 25px;
	}
	.main-header-top-title {
		/*width: calc(100% - 250px);*/
		width: calc(100% - 270px);
	}
	.header-box .f24 {
		/*font-size: 14px !important;*/
		font-size: 18px !important;
		/*line-height: 18px;*/
		line-height: 22px;
	}
}
@media screen and (min-width: 880px) and (max-width: 954px) {
	.main-header-top-phones {
		/*max-width: 230px !important;*/
		max-width: 290px !important;
		margin-right: 25px !important;
	}
	.main-header-top-phones .header-box:nth-child(2n+1) .f24 {
		margin-right: 25px !important;
	}
	.main-header-top-title {
		/*width: calc(100% - 360px) !important;*/
		width: calc(100% - 400px) !important;
		margin-right: 25px !important;
	}
	.main-header {
	    padding-top: 11px !important;
	    padding-bottom: 12px !important;
	    height: 73px;
	}
	.main-nav {
		top: 73px !important;
	}
	.header-box .f24 {
		/*line-height: 18px;*/
		line-height: 25px;
		font-size: 18px !important;
	}
}
/*@media screen and (min-width: 768px ) and (max-width: 879px) {
	.main-header {
	    padding-top: 6px !important;
	    padding-bottom: 6px !important;
	    height: 100px;
	}
	.main-nav {
		top: 100px !important;
	}
}*/
/*@media screen and (max-width: 767px) {*/
@media screen and (max-width: 879px) {
	.pizza-item-params .orange-border {
		margin-top: 8px;
	}
	.mobile-footer-phones {
		display: inline-flex;
		flex-wrap: wrap;
		width: 600px;
	}
	.mobile-footer-phones .header-box {
		margin-right: 10px;
	}
	.mobile-footer-phones .header-box.city-mobile .mobile-city {
		font-weight: bold;
		color: #fff;
		background: #EB8C32;
	}
	.mobile-footer-phones .header-box.city-mobile {
		position: absolute;
		left: 5px;
		top: calc(50% - 15px);
	}
	.mobile-footer-phones .header-box:nth-child(2n+1) {
		/*margin-right: 30px;*/
	}
	.pizza-one-title-hot a:before, .pizza-one-title-vegan a:before, .pizza-one-title-garlic a:before {
		top: calc(100% + 12px);
		margin-right: 0;
		left: calc(50% - 10px);
	}
	.pizza-one-title-hot.pizza-one-title-vegan.pizza-one-title-garlic a::before {		
		left: calc(50% - 38px);
		/*top: calc(100% + 12px);*/
		/*margin-right: 0;*/
	}

	.pizza-one-title-hot.pizza-one-title-vegan a::before,
	.pizza-one-title-hot.pizza-one-title-garlic a::before,
	.pizza-one-title-vegan.pizza-one-title-garlic a::before
	{		
		left: calc(50% - 27px);
	}
}

@media screen and (max-width: 600px) {
	.mobile-footer-phones {
		width: 285px;
	}
	.mobile-footer-phones .header-box {
		margin-right: 0;
	}
}

@media screen and (max-width: 480px) {
	.mobile-footer-phones {
	    display: inline-flex;
	    flex-wrap: wrap;
	    width: 285px;
	}
	.mobile-footer-phones .header-box:nth-child(2n+1) {
		/*margin-right: 0px;*/
	}
}
@media screen and (max-width: 360px) {
	.mobile-footer .main-header-top-item:not(:last-child) {
	    margin-right: 0;
	}
}

.gift-bottom-text-halcohol {
	margin-bottom: 30px !important;
}

/*Common @media screen and (max-width: 879px) {*/
@media only screen and (max-width: 879px) {
	.reg-rules-container {
		margin: 75px 0px -50px 0px;
	}
	.main-aside-top-content {
		padding: 16px 19px 65px 39px;
	}
}

.mainp-3groups {
    padding-top: 7px;
    height: 35px;
    font-size: 18px;
    background-color: #EA862E;
    color: white;
    font-family: Helvetica, Arial, sans-serif;
    color: #ffffff;
    font-weight: bold;
}

.baskalhid{
    transition-duration: 500ms;
    background-color: white;
}

.baskalvis{
//    transition-duration: 500ms;
    background-color: green;
}
