

/* Start:/bitrix/templates/bd_deliverypizza_mobile/dist/style.css?1663011194102701*/

.hooper{position:relative;box-sizing:border-box;width:calc(100% + 20px);}
.hooper *{box-sizing:border-box
}
.hooper-list{overflow:hidden;width:100%;height:100%;overflow-y: hidden;border-radius: 15px;border-top-right-radius: 0;border-bottom-right-radius: 0;
}
.hooper-track{display:flex;box-sizing:border-box;width:100%;height:100%;padding:0;margin:0
}
.hooper.is-vertical .hooper-track{flex-direction:column;height:200px
}
.hooper.is-rtl{direction:rtl
}
.hooper-sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0
}
.hooper-slide{flex-shrink:0;height:100%;margin:0;padding:0;list-style:none;
}
.hooper-slide.is-next{
    margin-left: -4%;
}
.hooper-slide img{
    border-radius: 15px;
    width: 94%;
}
.hooper-progress{position:absolute;top:0;right:0;left:0;height:4px;background-color:#efefef
}
.hooper-progress-inner{height:100%;background-color:#4285f4;transition:.3s
}
.hooper-pagination{position:absolute;bottom:0;right:50%;transform:translateX(50%);display:flex;padding:5px 10px
}
.hooper-indicators{display:flex;list-style:none;margin:0;padding:0
}
.hooper-indicator.is-active,.hooper-indicator:hover{background-color:#4285f4
}
.hooper-indicator{margin:0 2px;width:12px;height:4px;border-radius:4px;border:none;padding:0;background-color:#fff;cursor:pointer
}
.hooper-pagination.is-vertical{bottom:auto;right:0;top:50%;transform:translateY(-50%)
}
.hooper-pagination.is-vertical .hooper-indicators{flex-direction:column
}
.hooper-pagination.is-vertical .hooper-indicator{width:6px
}
.hooper-next,.hooper-prev{background-color:transparent;border:none;padding:1em;position:absolute;top:50%;transform:translateY(-50%);cursor:pointer
}
.hooper-next.is-disabled,.hooper-prev.is-disabled{opacity:.3;cursor:not-allowed
}
.hooper-next{right:0
}
.hooper-prev{left:0
}
.hooper-navigation.is-vertical .hooper-next{top:auto;bottom:0;transform:initial
}
.hooper-navigation.is-vertical .hooper-prev{top:0;bottom:auto;right:0;left:auto;transform:initial
}
.hooper-navigation.is-rtl .hooper-prev{left:auto;right:0
}
.hooper-navigation.is-rtl .hooper-next{right:auto;left:0
}* {
  font-family: "Roboto"; }

h1 {
  max-width: 85%; }

body {
  font-family: "Roboto"; }

.currency {
  font-family: "Roboto"; }

.v-select {
  position: relative;
  font-family: inherit; }

.v-select, .v-select * {
  box-sizing: border-box; }

@-webkit-keyframes vSelectSpinner {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn); } }

@keyframes vSelectSpinner {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn); } }

.vs__fade-enter-active, .vs__fade-leave-active {
  transition: opacity 0.15s cubic-bezier(1, 0.5, 0.8, 1); }

.vs__fade-enter, .vs__fade-leave-to {
  opacity: 0; }

.vs--disabled .vs__clear, .vs--disabled .vs__dropdown-toggle, .vs--disabled .vs__open-indicator, .vs--disabled .vs__search, .vs--disabled .vs__selected {
  cursor: not-allowed;
  background-color: #f8f8f8; }

.v-select[dir=rtl] .vs__actions {
  padding: 0 3px 0 6px; }

.v-select[dir=rtl] .vs__clear {
  margin-left: 6px;
  margin-right: 0; }

.v-select[dir=rtl] .vs__deselect {
  margin-left: 0;
  margin-right: 2px; }

.v-select[dir=rtl] .vs__dropdown-menu {
  text-align: right; }

.vs__dropdown-toggle {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: flex;
  background: none;
  border-bottom: 1px solid #d3d3d3;
  white-space: normal; }

.vs__selected-options {
  display: flex;
  flex-basis: 100%;
  flex-grow: 1;
  flex-wrap: wrap;
  position: relative; }

.vs__actions {
  display: flex;
  align-items: center;
  padding: 4px 6px 0 3px; }

.vs--searchable .vs__dropdown-toggle {
  cursor: text; }

.vs--unsearchable .vs__dropdown-toggle {
  cursor: pointer; }

.vs--open .vs__dropdown-toggle {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.vs__open-indicator {
  fill: rgba(60, 60, 60, 0.5);
  -webkit-transform: scale(1);
  transform: scale(1);
  transition: -webkit-transform 0.15s cubic-bezier(1, -0.115, 0.975, 0.855);
  transition: transform 0.15s cubic-bezier(1, -0.115, 0.975, 0.855);
  transition: transform 0.15s cubic-bezier(1, -0.115, 0.975, 0.855), -webkit-transform 0.15s cubic-bezier(1, -0.115, 0.975, 0.855);
  transition-timing-function: cubic-bezier(1, -0.115, 0.975, 0.855);
  zoom: .7; }

.vs--open .vs__open-indicator {
  -webkit-transform: rotate(180deg) scale(1);
  transform: rotate(180deg) scale(1); }

.vs--loading .vs__open-indicator {
  opacity: 0; }

.vs__clear {
  fill: rgba(60, 60, 60, 0.5);
  padding: 0;
  border: 0;
  background-color: transparent;
  cursor: pointer;
  margin-right: 8px; }

.vs__dropdown-menu:before {
  content: " ";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  top: -5px;
  margin-left: -10px;
  border-color: transparent;
  border-bottom-color: #ffffff;
  border-top-width: 0;
  border-width: 10px;
  left: 20px;
  top: -20px;
  z-index: 3; }

.vs__dropdown-menu {
  display: block;
  position: absolute;
  top: calc(100% + 5px);
  left: 0;
  z-index: 1000;
  padding: 15px 0;
  margin: 0;
  width: 100%;
  max-height: 350px;
  min-width: 160px;
  box-shadow: 0 5px 30px 0 rgba(81, 92, 98, 0.2);
  -webkit-box-shadow: 0 5px 30px 0 rgba(81, 92, 98, 0.2);
  border-top-style: none;
  border-radius: 3px;
  text-align: left;
  list-style: none;
  background: #fff; }

.vs__no-options {
  text-align: center; }

.vs__dropdown-option {
  line-height: 1;
  display: block;
  padding: 10px 15px;
  font-size: 14px;
  font-weight: 300;
  clear: both;
  color: #444;
  white-space: nowrap;
  position: relative; }

.vs__dropdown-option.vs__dropdown-option--selected:before {
  content: " ";
  position: absolute;
  right: 10px;
  top: 10px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: inline-block;
  color: #808080;
  height: 9px;
  width: 10px;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCAxMCA5IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAxMCA5IiB4bWw6c3BhY2U9InByZXNlcnZlIj48Zz48cGF0aCBmaWxsPSIjYjBiODMyIiBkPSJNNCw2LjdDMy42LDYuMywzLjUsNi4xLDMuMSw1LjdDMi42LDUuMiwyLDQuNiwxLjUsNC4xYy0wLjgtMC44LTIsMC40LTEuMiwxLjJjMC45LDAuOSwxLjksMS45LDIuOCwyLjhjMC43LDAuNywxLjMsMSwyLDBDNi43LDYsOC4zLDMuNyw5LjgsMS41QzEwLjUsMC41LDktMC4zLDguMywwLjZsMCwwQzYuNywyLjksNS43LDQuNCw0LDYuNyIvPjwvZz48L3N2Zz4=); }

.vs__dropdown-option.vs__dropdown-option--selected {
  font-weight: bold; }

.vs__dropdown-option:hover {
  cursor: pointer; }

.vs__selected {
  display: flex;
  align-items: center;
  background: #f7f7f7;
  color: #333333 !important;
  line-height: 1.4;
  font-size: 18px; }

.vs__deselect {
  display: inline-flex;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-left: 4px;
  padding: 0;
  border: 0;
  cursor: pointer;
  background: none;
  fill: rgba(60, 60, 60, 0.5);
  text-shadow: 0 1px 0 #fff; }

.vs--single .vs__selected {
  background-color: transparent;
  border-color: transparent; }

.vs--single.vs--searching .vs__selected {
  display: none; }

.vs__search::-ms-clear, .vs__search::-webkit-search-cancel-button, .vs__search::-webkit-search-decoration, .vs__search::-webkit-search-results-button, .vs__search::-webkit-search-results-decoration {
  display: none; }

.vs__search, .vs__search:focus {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  line-height: 1.4;
  font-size: 18px;
  border: 1px solid transparent;
  border-left: none;
  outline: none;
  background: none;
  box-shadow: none;
  width: 0;
  max-width: 100%;
  flex-grow: 1;
  padding-left: 0; }

.vs__search::-webkit-input-placeholder {
  color: inherit; }

.vs__search:-ms-input-placeholder {
  color: inherit; }

.vs__search::-ms-input-placeholder {
  color: inherit; }

.vs__search::placeholder {
  color: inherit; }

.vs--unsearchable .vs__search {
  opacity: 1; }

.vs--unsearchable .vs__search:hover {
  cursor: pointer; }

.vs--single.vs--searching:not(.vs--open):not(.vs--loading) .vs__search {
  opacity: .2; }

.vs__spinner {
  align-self: center;
  opacity: 0;
  font-size: 5px;
  text-indent: -9999em;
  overflow: hidden;
  border: 0.9em solid rgba(100, 100, 100, 0.1);
  border-left-color: rgba(60, 60, 60, 0.45);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: vSelectSpinner 1.1s linear infinite;
  animation: vSelectSpinner 1.1s linear infinite;
  transition: opacity .1s; }

.vs__spinner, .vs__spinner:after {
  border-radius: 50%;
  width: 5em;
  height: 5em; }

.vs--loading .vs__spinner {
  opacity: 1; }

body {
  background: #f6f6f6;
  padding: 0 20px;
  margin: 0;
  font-family: "Roboto Condensed";
  touch-action: manipulation; }

input {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  border: none;
  width: 100%; }

.content {
  min-height: calc(100vh - 460px);
  overflow-x: hidden;
  width: 100%;
  margin: -20px;
  padding: 20px; }

.common-block {
  background: white;
  border-radius: 12px;
  box-shadow: 0 0 15px rgba(81, 92, 98, 0.1);
  -webkit-box-shadow: 0 0 15px rgba(81, 92, 98, 0.1);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1); }

.app-header {
  height: 32px;
  border-bottom: 1px solid #dedede;
  margin-bottom: 20px;
  margin-left: -20px;
  margin-right: -20px;
  padding: 10px 20px;
  display: table;
  width: 100%; }

.logo-container {
  display: table-cell;
  vertical-align: middle;
  padding-left: 15px; }

.menu-icon {
  width: 20px;
  height: 20px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  margin-top: 0 !important; }

.menu-icon span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: #db5058;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out; }

.menu-icon span:nth-child(1) {
  top: 0px; }

.menu-icon span:nth-child(2) {
  top: 7px; }

.menu-toggle-container {
  display: inline-block;
  padding: 0 20px;
  height: 58px;
  position: relative;
  vertical-align: middle; }

.categories-index-cont:after {
  content: ' ';
  clear: both;
  display: block; }

.index-category-item .progressive-image {
  z-index: 1; }

.index-category-item {
  float: left;
  margin-top: 15px;
  position: relative;
  display: block;
  text-decoration: none;
  color: black;
  background-repeat: no-repeat;
  background-position: 100%;
  background-size: contain;
  overflow: hidden; }

.index-category-title {
  position: absolute;
  left: 10px;
  bottom: 10px;
  background: #f6f6f6;
  color: #212628;
  padding: 7px 15px;
  border-radius: 12px;
  font-size: 14px;
  z-index: 2; }

.index-category-item .progressive-image {
  height: 100% !important;
  width: auto !important;
  display: block !important; }

.index-category-item .progressive-image-main {
  border-radius: 12px;
  width: auto;
  height: 100%; }

.index-category-item.big {
  height: 186px;
  width: 100%; }

.index-category-item.small {
  height: 86px;
  width: 47%;
  margin-left: 0; }

.index-category-item.small:nth-child(odd) {
  margin-left: 6%; }

.catalog-direct-link a {
  border: 1px solid #d7d7d7;
  border-radius: 12px;
  text-decoration: none;
  text-align: center;
  display: block;
  font-size: 16px;
  color: #778186;
  height: 40px;
  font-weight: 300;
  line-height: 2.5;
  margin-top: 15px; }

.main-tabs-nav {
  position: relative;
  padding-top: 20px; }

.main-tabs-nav:after {
  content: ' ';
  display: block;
  background: #e1e1e1;
  position: absolute;
  bottom: 0;
  height: 2px;
  width: 100%;
  z-index: -1; }

.main-tabs-nav a {
  color: #778186;
  font-size: 16px;
  text-decoration: none;
  display: inline-block;
  border-bottom: 2px solid #e1e1e1;
  width: 30%;
  padding: 10px 3px;
  text-align: left;
  text-align: center; }

.main-tabs-nav a.active {
  border-color: #db5058;
  font-weight: bold; }

.product-cont {
  margin-top: 20px;
  background: #f6f6f6;
  position: relative;
  overflow: hidden;
  transition: none;
  touch-action: initial !important;
  top: 0; }

.product-cont.opened {
  position: fixed;
  top: 50px !important;
  left: 0;
  width: calc(100%);
  margin: 0;
  z-index: 20;
  background: #fefefe;
  overflow-y: auto !important;
  height: calc(100vh);
  border-radius: 24px; }
  .product-cont.opened ~ .product-cont {
    margin-top: 300px; }
  .product-cont.opened.dragging {
    transition: transform 0.3s ease; }
    .product-cont.opened.dragging .product-basket-actions-cont {
      position: absolute;
      bottom: 0; }

.product-image-cont {
  position: relative; }

.product-image-cont img {
  width: 100%;
  height: auto;
  border-top-right-radius: 12px;
  border-top-left-radius: 12px; }

.product-cont .product-name {
  color: #2f3335;
  font-size: 16px;
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 15px; }

.product-cont .product-name.withoutPrice {
  border: none; }

.product-cont .product-detail {
  padding: 0 20px; }

.product-info, .product-info-detail-opener {
  display: inline-block;
  vertical-align: top; }

.product-info {
  width: calc(100% - 55px);
  position: relative;
  background: white;
  border-top-left-radius: 12px; }

.product-info-detail-opener {
  margin-left: -3px;
  width: 54.5px;
  height: 100%;
  vertical-align: middle;
  background-color: #f6f6f6;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px; }

.product-info-detail-opener-trigger {
  color: #707377;
  font-size: 25px;
  text-align: center;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 6px;
  z-index: 2;
  width: 40px;
  height: 100%;
  padding-top: 43%; }

.product-price-cont {
  margin-top: 15px;
  padding-bottom: 22px; }

.product-price-cont > div {
  display: inline-block;
  margin-right: 5px; }

.old-price-value {
  color: #919191;
  font-size: 16px; }

.old-price-value span:first-child {
  text-decoration: line-through; }

.price-native-value {
  font-size: 22px;
  color: #2f3335; }

.price-native-value.newPrice {
  color: #d63045; }

.weight-value {
  color: #717579;
  font-size: 12px; }

.close {
  display: block;
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: #2f3335;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  color: white;
  text-align: center;
  line-height: 30px; }

.product-cont .close {
  z-index: 11; }

.product-cont.opened .product-detail {
  padding: 0 30px;
  padding-bottom: 90px; }

.product-cont.opened .product-info {
  width: 100%; }

.product-cont.opened .product-name {
  border: none;
  font-size: 22px; }

.product-cont.opened .product-image-cont img {
  border-radius: 0; }

.product-description {
  color: #3e4042;
  font-size: 12px; }

.energy-table .title {
  color: #2f3335;
  font-size: 16px;
  padding: 20px 0; }

.energy-table ul {
  padding: 0;
  margin: 0;
  list-style: none;
  padding-top: 10px; }

.energy-table ul li {
  color: #777777;
  font-size: 14px;
  font-weight: 300; }

.energy-table ul li span {
  display: inline-block; }

.energy-table ul li span.meta-property {
  width: 190px;
  position: relative;
  z-index: 3;
  text-align: left; }

.energy-table ul li span.meta-property div {
  display: inline-block;
  background: #fff; }

.energy-table ul li span.meta-property:after {
  content: ' ';
  display: inline-block;
  border-bottom: 1px dotted #777777;
  height: 11px;
  width: inherit;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1; }

.energy-value-content ul {
  font-size: 12px;
  font-weight: 300; }

.product-options {
  padding: 15px 0; }

.option-title {
  padding-bottom: 15px;
  border-bottom: 1px solid #d6d6d6; }

.option-item {
  display: inline-block;
  font-size: 14px;
  padding: 15px 0;
  width: 90px;
  text-align: center;
  color: #2f3335;
  background: #eff2f3;
  margin-right: 15px;
  border-radius: 12px;
  margin-top: 15px; }

.option-item.active {
  background: #d55664;
  color: white; }

.product-option-item {
  margin-top: 20px; }

.add-to-basket {
  display: block;
  height: 36px;
  border-radius: 12px;
  background-color: #d55664;
  font-size: 16px;
  font-weight: 300;
  font-stretch: condensed;
  line-height: 2.1;
  text-decoration: none;
  color: white;
  text-align: center;
  cursor: pointer;
  width: 100%;
  border: none;
  margin-bottom: 15px;
  outline: none; }

.add-to-basket.reply {
  color: #9db832;
  border: 1px solid #9db832;
  background: white;
  display: inline-block;
  width: calc(100% - 120px);
  margin-left: 20px; }

.product-badges {
  position: absolute;
  left: 10px;
  top: 10px;
  z-index: 2; }

.badge-item {
  display: inline-block;
  margin-right: 10px;
  width: 25px;
  height: 25px; }

.tabs-wrapper {
  margin: 20px 0; }

.tab-item {
  border: 1px solid #efefef;
  border-top: none; }

.tab-item:first-child {
  border-top: 1px solid #efefef; }

.tab-item-header {
  padding: 30px;
  font-size: 18px;
  position: relative; }

.tab-item-header svg {
  position: absolute;
  right: 20px;
  top: 32px;
  width: 15px;
  height: 15px;
  transition: all .2s ease; }

.tab-item.opened svg {
  transform: rotate(180deg);
  top: 22px; }

.tab-item-text {
  padding: 0 30px;
  padding-bottom: 20px; }

.tab-item-text p {
  margin: 0;
  padding: 5px 0; }

.footer-wrapper {
  background: url(/bitrix/templates/bd_deliverypizza_mobile/images/footer_bg.png) no-repeat center top;
  background-color: white;
  margin: 0 -20px;
  padding: 0 40px; }

.footer-wrapper.inverted {
  background: url(/bitrix/templates/bd_deliverypizza_mobile/images/footer_bg_2.png) repeat-x;
  background-color: #f6f6f6; }

.footer-wrapper nav {
  margin: 0 auto;
  padding: 40px 0;
  border-bottom: 1px dashed #efefef; }

.footer-wrapper nav ul {
  list-style: none;
  text-align: center;
  padding: 0;
  margin: 0; }

.footer-wrapper nav ul li {
  margin-bottom: 30px; }

.footer-wrapper nav ul li:last-child {
  margin: 0; }

.footer-wrapper nav ul li a {
  color: #2f3335;
  font-size: 25px;
  font-weight: 300; }

.company-info {
  color: #2f3335;
  text-align: center;
  margin-top: 30px; }

.company-phone a {
  font-size: 22px;
  color: #2f3335;
  text-decoration: none; }

.company-name {
  font-size: 16px;
  text-align: center; }

.social-icons-footer a {
  margin-right: 10px; }

.social-icons-footer {
  padding: 15px 0;
  text-align: center; }

.social-icons-footer a {
  display: inline-block;
  width: 36px;
  height: 36px; }

.social-icons-footer a svg {
  width: 36px;
  height: 36px; }

.social-icons-footer a svg circle, .social-icons-footer a svg path, .social-icons-footer a svg polygon {
  fill: #cecece; }

.social-icons-footer .social-vk svg path {
  fill: white; }

.copyright {
  font-size: 14px;
  text-align: center;
  padding-bottom: 110px; }

.copyright img {
  width: 20px;
  display: inline-block;
  vertical-align: middle;
  padding-right: 10px; }

.copyright a {
  text-decoration: none;
  color: #2f3335; }

.copyright a svg {
  width: 20px;
  vertical-align: middle;
  margin-right: 10px; }

.copyright a svg path {
  fill: #333; }

.copyright a span {
  border-bottom: 1px solid #93989a; }

.basket-sticky {
  position: fixed;
  height: 56px;
  line-height: 53px;
  color: white;
  background-color: #db5058;
  width: 56px;
  z-index: 15;
  text-align: center;
  border-radius: 50%;
  bottom: 15px;
  left: 0;
  right: 0;
  margin: auto;
  box-shadow: 0 10px 24px 0 rgba(219, 80, 88, 0.24), 0 1px 24px 0 rgba(219, 80, 88, 0.19); }

.basket-sticky svg {
  width: 30px;
  height: 30px;
  display: inline-block;
  vertical-align: middle;
  text-align: center; }

.basket-sticky svg path {
  fill: #fff; }

.basket-full {
  position: absolute;
  top: 60px;
  z-index: 15;
  height: calc(100vh);
  width: calc(100% - 40px);
  background: #f6f6f6;
  margin: 0 -20px;
  padding: 0 20px;
  overflow-y: auto !important; }

.basket-full.opened {
  margin-top: 50px;
  border-radius: 24px;
  touch-action: initial !important; }

.basket-title {
  color: #2f3335;
  font-size: 24px;
  padding: 20px 10px; }

.basket-item {
  padding: 30px;
  margin-bottom: 20px;
  position: relative;
  color: #2c2f32; }

.basket-item-price {
  position: absolute;
  top: 30px;
  right: 30px;
  font-size: 22px; }

.basket-item-name {
  color: #2c2f32;
  font-size: 20px;
  width: 77%; }

.basket-item-section {
  color: #737479;
  font-size: 16px; }

.basket-item-footer {
  margin-top: 30px; }

.in-basket-count button, .in-basket-count span {
  background-color: #f35563 !important;
  color: white; }

.in-basket-count button, .basket-item-footer button, .si-actions button {
  color: white !important;
  font-size: 22px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  line-height: 21px;
  font-weight: 300;
  border: none;
  outline: none;
  padding: 0; }

.basket-item-change-amount.plus {
  background-color: #c3c9cb;
  padding-left: 1px; }

.basket-item-change-amount.minus {
  background-color: #c3c9cb;
  line-height: 28px; }

.basket-item-footer button.basket-item-remove {
  background-color: #c3c9cb;
  width: 35px;
  height: 35px;
  line-height: 10px;
  position: absolute;
  right: 30px;
  bottom: 30px;
  vertical-align: top; }

.basket-item-amount {
  padding: 0 20px;
  vertical-align: middle; }

.basket-gift-no-min-sum {
  background: url(/bitrix/templates/bd_deliverypizza_mobile/images/basket-gift-footer.png) no-repeat;
  height: 151px;
  color: white;
  background-size: cover;
  font-size: 16px;
  margin-bottom: 20px;
  border-radius: 12px;
  position: relative; }

.need-spend-cont {
  position: absolute;
  top: 34px;
  right: 40px; }

.need-spend-icon svg {
  position: absolute;
  left: 50px;
  margin: auto;
  top: 0;
  bottom: 0; }

.need-spend {
  font-size: 33px;
  line-height: 1.1; }

.choose-gift-title {
  color: #2f3335;
  font-size: 24px; }

.gift-item {
  display: inline-block;
  margin-right: 20px;
  position: relative;
  width: 70%;
  vertical-align: top; }

.gift-image img {
  width: calc(100% - 44px); }

.gift-item-name {
  color: #2f3335;
  font-size: 16px;
  padding: 25px;
  width: calc(81% - 45px);
  white-space: normal;
  height: 30px; }

.add-to-basket-gift, .remove-basket-gift {
  width: 45px;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  color: white;
  background-color: #d55664;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px; }

.add-to-basket-gift.disabled {
  background-color: #c7d0d2; }

.remove-basket-gift {
  vertical-align: middle;
  text-align: center;
  font-size: 30px;
  z-index: 3; }

.remove-basket-gift span {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: block;
  width: 20px;
  height: 50px; }

.add-to-basket-gift svg {
  width: 25px;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto; }

.add-to-basket-gift svg path {
  fill: white; }

.basket-gift-container {
  margin-bottom: 10px; }

.choose-gift-list-cont, .recommendations-list {
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  margin-top: 20px;
  -webkit-overflow-scrolling-x: touch;
  padding-bottom: 10px; }

.recommendation-item {
  width: 70%;
  height: 135px;
  border-radius: 12px;
  display: inline-block;
  margin-right: 20px;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  text-align: center; }

.recommendation-item a {
  position: absolute;
  bottom: 20px;
  text-decoration: none;
  border-radius: 12px;
  margin: auto;
  left: 0;
  right: 0;
  font-weight: 300;
  padding: 5px;
  max-width: 60%; }

.chosen-mask {
  background: url(/bitrix/templates/bd_deliverypizza_mobile/images/gift-chosen.png) no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2; }

.chosen-mask {
  color: white;
  text-align: center;
  border-radius: 12px;
  width: calc(100% - 35px); }

.chosen-title-top {
  margin-top: 20px;
  font-size: 34px; }

.chosen-title-bottom {
  font-size: 20px; }

.disabled-mask {
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 3;
  border-radius: 12px; }

.promo-code-cont {
  margin: 20px 0;
  display: flex; }

.promo-code-cont input {
  border-radius: 0;
  border-bottom-left-radius: 12px;
  border-top-left-radius: 12px;
  border: 2px solid #e2e9e9;
  outline: none;
  background: #e2e9e9;
  font-size: 14px;
  padding: 18px 18px;
  width: calc(100% - 171px); }

.promo-code-cont input.promo-ok {
  border-color: #c5c92a; }

.promo-code-cont input.promo-error {
  border-color: #d55664; }

.promo-code-cont button {
  margin-left: -3px !important;
  background-color: #c5c92a;
  border: none;
  border-bottom-right-radius: 12px;
  border-top-right-radius: 12px;
  font-size: 16px;
  color: white;
  text-align: center;
  padding: 20px 30px;
  outline: none;
  margin-left: 20px; }

.promo-code-cont input, .promo-code-cont button {
  display: inline-block; }

.basket-summary {
  margin-top: 20px; }

.basket-summary > div {
  display: inline-block;
  color: #2f3335;
  vertical-align: middle; }

.basket-summary .basket-sum-title {
  font-size: 35px;
  max-width: 50%; }

.basket-sum-title.withPromo {
  font-size: 25px;
  line-height: .9; }

.basket-sum-title.withPromo .currency {
  font-size: 28px; }

.basket-summary .cashback-cont {
  font-size: 14px;
  width: 50%;
  margin-left: 10px; }

.checkout-btn, .auth-button {
  background-color: #d55664;
  text-decoration: none;
  color: white;
  border-radius: 12px;
  padding: 15px;
  font-size: 15px;
  margin: 30px 0;
  display: block;
  text-align: center;
  border: none;
  outline: none; }

.submit-order-cont .checkout-btn, .auth-button {
  width: 100%; }

.auth-button[disabled] {
  color: #2f3335;
  background: #808080; }

.checkout-title {
  color: #2f3335;
  font-size: 24px;
  padding: 10px; }

.bd-checkbox {
  position: relative;
  margin-top: 10px; }

.bd-checkbox label {
  width: 17px;
  height: 17px;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  background: white;
  border-radius: 3px;
  border: 1px solid #c1c1c1; }

.bd-checkbox label span {
  position: absolute;
  width: 130px;
  left: 25px;
  top: -3px;
  font-weight: 300; }

.bd-checkbox label:after {
  content: '';
  width: 9px;
  height: 5px;
  position: absolute;
  top: 3px;
  left: 3px;
  border: 3px solid white;
  border-top: none;
  border-right: none;
  background: transparent;
  opacity: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.bd-checkbox label:hover::after {
  opacity: 0.5; }

.bd-checkbox input[type=checkbox] {
  visibility: hidden; }

.bd-checkbox input[type=checkbox]:checked + label {
  background: #fb4f58;
  border-color: #fb4f58; }

.bd-checkbox input[type=checkbox]:checked + label:after {
  opacity: 1; }

.bd-input {
  background: transparent;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #d3d3d3;
  right: auto;
  margin: 0; }

.bd-input.error, .bd-select.error .vs__dropdown-toggle {
  border-color: #fb4f58; }

.bd-input input {
  padding-left: 0;
  outline: none;
  font-size: 18px;
  color: #3f4245;
  text-align: left;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  padding-bottom: 0;
  margin-bottom: 0px; }

.bd-input label {
  text-align: left;
  top: 0px;
  left: 0;
  font-size: 14px;
  font-weight: 300;
  font-stretch: condensed;
  line-height: 1.8;
  color: #808080;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto; }

.bd-select .label {
  font-size: 14px;
  font-weight: 300;
  font-stretch: condensed;
  line-height: 1.8;
  color: #808080; }

.checkout-block {
  padding: 30px;
  margin-bottom: 30px; }

.checkout-block .bd-input {
  margin-top: 20px; }

.checkout-block .bd-input:nth-child(1) {
  margin-top: 0; }

.checkout-block .main-tabs-nav {
  padding-top: 0;
  margin: 0 -30px;
  border-bottom: 2px solid #e1e1e1; }

.checkout-block .main-tabs-nav a {
  width: auto;
  margin: 0 -5px;
  border: none;
  padding-top: 0;
  text-align: center;
  margin-left: 28px !important; }

.checkout-block .main-tabs-nav a.active {
  border-color: #e1e1e1; }

.checkout-block .main-tabs-nav a.active span {
  border-bottom: 2px solid #db5058;
  padding-bottom: 10px; }

.delivery-type-content {
  padding-top: 30px; }

.third-block {
  display: inline-block;
  width: 25%;
  margin-right: 5%;
  vertical-align: bottom; }

.half-block {
  width: 40%;
  margin-right: 9%;
  display: inline-block;
  vertical-align: bottom; }

.checkout-third-cont {
  padding-top: 30px; }

#map {
  height: calc(100vh);
  width: calc(100vw); }

.bd-radio {
  position: relative;
  margin-top: 10px;
  height: 10px;
  padding-top: 10px; }

.bd-radio input[type=radio] {
  visibility: hidden; }

.bd-radio input[type=radio]:checked + label {
  border-color: #fb4f58; }

.bd-radio input[type=radio]:checked + label:after {
  opacity: 1; }

.bd-radio label {
  width: 17px;
  height: 17px;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  background: white;
  border-radius: 50%;
  border: 1px solid #c1c1c1; }

.bd-radio label:hover::after {
  opacity: 0.5; }

.bd-radio label::after {
  content: '';
  width: 7px;
  height: 7px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  border-radius: 50%;
  background: #fb4f58;
  opacity: 0; }

.bd-radio label span {
  position: absolute;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  left: 25px;
  top: -3px;
  font-weight: 300; }

.odd-cont .bd-input.half-block {
  padding-top: 20px; }

.bonuses-cont {
  height: 100px;
  background: url(/bitrix/templates/bd_deliverypizza_mobile/images/bonuses_bg.png) no-repeat;
  background-size: cover;
  margin: -30px;
  margin-bottom: -50px;
  border-radius: 12px;
  position: relative;
  color: white;
  padding: 30px; }

.bonuses-cont svg {
  position: absolute;
  top: 15px;
  left: 30px; }

.bonuses-cont .bd-input {
  width: 60%;
  position: absolute;
  bottom: 30px; }

.bonuses-cont .bd-input input {
  background: transparent;
  border: none;
  color: white;
  padding-bottom: 0;
  margin-bottom: -2px;
  margin-top: 13px; }

.bonuses-cont .bd-input label {
  color: white;
  position: absolute;
  top: -10px; }

.checkout-my-bonuses {
  position: absolute;
  left: 120px;
  top: 20px; }

.cmb-title {
  font-size: 14px; }

.cmb-value {
  font-size: 24px; }

.order-summary {
  margin-bottom: 30px; }

.summary-item {
  border-bottom: 1px dotted #d3d3d3;
  position: relative;
  height: 18px;
  font-size: 16px;
  margin-bottom: 10px;
  font-weight: 300; }

.summary-value {
  position: absolute;
  right: 0;
  top: 0;
  background: #f6f6f6;
  padding: 2px 3px;
  z-index: 2; }

.summary-label {
  position: absolute;
  left: 0;
  bottom: -8px;
  background: #f6f6f6;
  padding: 2px 3px;
  z-index: 2; }

.summary-item.total {
  height: 29px; }

.summary-item.total .summary-value, .summary-item.total .summary-label {
  font-size: 26px; }

.preorder-cont button {
  background-color: transparent;
  text-decoration: none;
  color: black;
  border-radius: 12px;
  padding: 15px;
  font-size: 15px;
  margin: 20px 0;
  display: block;
  text-align: center;
  width: 100%;
  border: 1px solid #cecece;
  outline: none; }

.vue-popover[data-popover="preorder"] {
  padding: 30px !important;
  border-radius: 12px !important;
  width: 75% !important;
  margin-top: -5px; }

.vue-popover[data-popover="bonus-info"] {
  padding: 30px !important;
  border-radius: 12px !important;
  width: calc(100% - 100px) !important;
  right: 20px !important;
  left: auto !important;
  text-align: center; }

.bd-popover.opened {
  top: 50px;
  border-radius: 24px; }

.preorder-title {
  color: #2f3335;
  font-size: 18px; }

.inline-selector {
  padding: 15px 0;
  width: 45%;
  margin-right: 2.5%;
  margin-bottom: 10px;
  margin-top: 10px;
  text-align: center;
  color: #2f3335;
  background: #eff2f3;
  border-radius: 12px;
  display: inline-block; }

.inline-selector.active {
  background-color: #fb4f58;
  color: white; }

.preorder-time-cont {
  max-height: 208px;
  overflow-y: auto; }

.fullTime.preorder-time-cont {
  overflow-y: auto; }

.app-menu {
  position: fixed;
  height: 100%;
  width: calc(100% - 40px);
  left: 0;
  top: 0;
  background: white;
  z-index: 2;
  padding-right: 40px;
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 15; }

.app-menu .menu-icon {
  top: 27px;
  right: 20px;
  position: absolute; }

.app-menu .menu-icon span:nth-child(1) {
  top: 0px;
  top: -5px;
  transform: rotate(135deg); }

.app-menu .menu-icon span:nth-child(2) {
  top: -5px;
  transform: rotate(45deg); }

.app-menu .menu-logo-cont {
  border-bottom: 1px solid #ccc;
  margin-right: -48px;
  padding-bottom: 15px; }

.app-menu .logo-container {
  margin-left: 20px;
  display: block;
  margin-right: 70px;
  border-right: 1px solid #ccc;
  margin-top: 0;
  padding-top: 10px;
  padding-bottom: 6px;
  margin-bottom: -15px; }

.app-menu nav ul {
  list-style: none; }

.app-menu ul li {
  margin-top: 27px; }

.app-menu ul li a {
  color: #2f3335;
  font-size: 24px;
  text-decoration: none;
  border-bottom: 1px solid #2f3335; }

.app-menu ul li a:active {
  border-bottom: none; }

.app-menu .stickers {
  background: url(/bitrix/templates/bd_deliverypizza_mobile/images/footer_bg_2.png) repeat-x;
  margin: 30px auto;
  background-color: #f6f6f6;
  padding-top: 30px;
  padding-bottom: 40px;
  width: calc(100% + 40px);
  margin-bottom: 0; }

.app-menu .stickers ul li a img {
  vertical-align: bottom;
  margin-right: 10px; }

.app-menu .stickers ul li a {
  color: #2f3335;
  font-size: 18px;
  text-decoration: none;
  font-weight: 300;
  border: none; }

.headers-icons {
  display: inline-block;
  vertical-align: middle;
  float: right; }

.auth-container {
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  overflow-y: auto !important;
  height: calc(100vh); }

.auth-container.opened {
  top: 50px;
  border-radius: 24px;
  touch-action: initial !important; }

.auth-login.reg .auth-footer {
  padding-bottom: 90px; }

.auth-title {
  color: #2f3335;
  font-size: 22px;
  padding: 33px 40px; }

.auth-content {
  padding: 40px; }

.auth-content .bd-input {
  margin-bottom: 20px; }

.auth-footer {
  margin-top: 20px;
  text-align: center; }

.auth-footer a {
  color: #2c2f32;
  font-size: 18px;
  text-decoration: none;
  border-bottom: 1px dashed #2c2f32; }

.rules {
  margin: 10px auto;
  text-align: left;
  font-size: 12px; }

.rules input[type="checkbox"] {
  display: none; }

.rules input[type="checkbox"] + label span {
  display: inline-block;
  width: 21px;
  height: 21px;
  vertical-align: top;
  background: url(/bitrix/templates/bd_deliverypizza_mobile/images/agree-sprite.png) left -20px no-repeat;
  cursor: pointer; }

.rules input[type="checkbox"]:checked + label span {
  background: url(/bitrix/templates/bd_deliverypizza_mobile/images/agree-sprite.png) left top no-repeat; }

.rules span {
  padding-left: 30px;
  display: inline-block;
  cursor: pointer; }

.rules .label {
  font-weight: 300;
  font-stretch: condensed;
  color: #292f32;
  position: relative; }

.rules .label label {
  position: absolute;
  top: -10px;
  width: 50%;
  height: 10px; }

.rules .label a {
  color: #4c82a6;
  text-decoration: none;
  border-bottom: 1px solid #4c82a6;
  font-size: 12px; }

.rules .label a:hover {
  color: #41a9ef;
  border: none; }

.auth-container .close {
  top: 20px;
  right: 20px;
  z-index: 3; }

.code-desc {
  font-size: 14px;
  color: #444444;
  margin-top: 20px;
  font-weight: 300; }

.auth-errors {
  text-align: center;
  color: #fb4f58;
  font-size: 14px;
  width: 70%;
  margin: 0 auto;
  padding-bottom: 0 !important; }

.user-top-cont {
  background-image: -moz-linear-gradient(45deg, #a3b63e 0%, #d2c540 100%);
  background-image: -webkit-linear-gradient(45deg, #a3b63e 0%, #d2c540 100%);
  background-image: -ms-linear-gradient(45deg, #a3b63e 0%, #d2c540 100%);
  height: 120px;
  color: white;
  position: relative; }

.user-top-cont svg {
  position: absolute;
  top: 20px;
  left: 40px; }

.user-top-cont .user-my-bonuses-cont {
  position: absolute;
  left: 150px;
  top: 25px;
  font-weight: 300; }

.umb-title {
  font-size: 16px; }

.umb-value {
  font-size: 24px; }

.profile-nav {
  margin-bottom: 15px; }

.profile-nav a {
  color: #2f3335;
  text-decoration: none;
  border-bottom: 1px solid #2f3335;
  font-size: 18px;
  margin-left: 20px;
  font-weight: 300; }

.logout-cont {
  margin: 20px 0;
  border-top: 1px solid #eff2f3; }

.logout-cont a {
  margin-top: 20px;
  background-color: #414a4f;
  border-radius: 12px;
  text-decoration: none;
  display: block;
  color: white;
  font-weight: 300;
  padding: 10px 0;
  text-align: center; }

.wok-title {
  color: #2f3335;
  font-size: 24px;
  padding-left: 20px; }

.constructor-section-title {
  color: #2c2f32;
  font-size: 20px; }

.constructor-item {
  margin-top: 15px; }

.ci-image-cont {
  position: relative;
  width: 50px;
  height: 50px; }

.selected-preset-icon {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background-color: #b7bd47;
  position: absolute;
  right: 10px;
  top: 10px; }

.selected-preset-icon svg {
  margin-top: 3px; }

.selected-preset-icon path {
  fill: white; }

.ci-image-cont, .ci-info {
  display: inline-block;
  vertical-align: top; }

.souse-list .ci-image-cont, .souse-list .ci-info {
  vertical-align: middle; }

.souse-list .ci-name {
  margin-top: -10px; }

.ci-image-cont img {
  border-radius: 50%; }

.ci-info {
  margin-left: 15px; }

.ci-name {
  color: #2f3335;
  font-size: 16px;
  margin-top: 4px; }

.ci-desc {
  color: #747474;
  font-size: 12px; }

.constructor-block {
  padding: 33px 37px;
  margin-top: 30px; }

.constructor-buttons {
  margin-top: 30px; }
  .constructor-buttons.woBorder .constructor-main-button:first-child {
    border-bottom: none; }

.constructor-main-button {
  text-align: center;
  padding: 30px 0;
  position: relative; }

.constructor-main-button:first-child {
  border-bottom: 1px solid #dedede; }

.constructor-main-button svg, .constructor-main-button span {
  display: inline-block;
  vertical-align: middle; }

.constructor-main-button span {
  margin-left: 50px; }

.constructor-main-button svg {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto; }

.constructor-main-button:last-child svg {
  top: -11px; }

.constructor-result {
  margin: 30px 0; }

.constructor-empty {
  text-align: center;
  padding: 30px 0; }

.ce-icon {
  background: url(/bitrix/templates/bd_deliverypizza_mobile/images/empty-constructor.svg) no-repeat;
  width: 167px;
  height: 166px;
  background-size: contain;
  margin: 0 auto; }

.ingredients-selector, .preset-selector {
  position: fixed;
  width: calc(100% - 80px);
  height: 100%;
  overflow-y: auto;
  background: white;
  z-index: 15;
  top: 0;
  left: 0;
  padding: 30px 40px; }

.ingredients-selector .close, .preset-selector .close {
  z-index: 5;
  top: 30px;
  right: 20px; }

.is-title {
  color: #2f3335;
  font-size: 22px; }

.filling-cat-selector {
  display: inline-block;
  padding: 10px 40px;
  background: #eff2f3;
  border-radius: 12px;
  color: #2f3335;
  font-size: 16px;
  margin-top: 20px;
  margin-right: 15px; }

.filling-cat-selector.active {
  background: #db5058;
  color: white; }

.filling-list {
  margin: 40px 0; }

.filling-item-selector {
  color: #4b4e4f;
  font-size: 16px;
  margin-bottom: 30px;
  position: relative; }

.filling-item-selector.active {
  color: #db5058; }

.filling-item-selector > span {
  max-width: calc(100% - 32px);
  display: inline-block; }

.toggle-ingredient-btn {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: inline-block;
  background: #ededed;
  position: absolute;
  right: 0;
  top: 0; }

.toggle-ingredient-btn span {
  color: black;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  font-size: 23px; }

.active .toggle-ingredient-btn span {
  color: white !important; }

.active .toggle-ingredient-btn {
  background: #db5058 !important; }

.add-filling-cont {
  margin: 40px 0; }

.add-filling-cont button {
  background: transparent;
  color: #db5058;
  border: 1px dashed #db5058;
  padding: 10px 0;
  display: block;
  outline: none;
  width: 100%;
  border-radius: 12px;
  font-size: 16px; }

.preset-item {
  padding: 30px 0;
  border-bottom: 1px dashed #e4e4e4; }

.preset-item:last-child {
  border-bottom: none; }

.preset-img-cont {
  border: 1px solid #a8ad3c;
  border-radius: 12px;
  position: relative; }

.preset-img-cont img {
  max-width: 100%;
  border-radius: 12px;
  vertical-align: middle; }

.preset-name {
  font-size: 18px;
  color: #2f3335;
  margin-top: 10px; }

.preset-desc {
  color: #747474;
  font-size: 14px; }

.preset-info {
  margin-top: 10px; }

.preset-info > div {
  display: inline-block;
  vertical-align: bottom; }

.preset-price {
  font-size: 24px;
  color: #2f3335; }

.preset-weight {
  font-size: 16px;
  color: #808080;
  margin-left: 10px; }

.preset-button {
  margin-top: 10px; }

.preset-button button {
  border: 1px dashed #a8ad3c;
  color: #a8ad3c;
  font-size: 16px;
  padding: 10px 0;
  width: 100%;
  display: block;
  background: transparent;
  border-radius: 12px;
  outline: none; }

.active .preset-button button {
  color: #db5058;
  border-color: #db5058; }

.preset-list {
  margin-bottom: 50px; }

.constructor-item.active .ci-image-cont {
  border-radius: 50%;
  background-color: #b7bd47;
  width: 50px;
  height: 50px; }

.constructor-item.active .ci-image-cont svg {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto; }

.ci-image-cont svg path {
  fill: white; }

.si-info, .si-meta {
  display: inline-block;
  vertical-align: top; }

.si-meta {
  text-align: right;
  float: right; }

.si-name, .si-price {
  color: #2f3335;
  font-size: 18px; }

.si-section, .si-weight {
  color: #747474;
  font-size: 14px; }

.si-list {
  padding: 30px; }

.selected-item {
  padding: 25px 0;
  border-bottom: 1px dashed #d6d6d6; }

.selected-item:last-child {
  border: none !important; }

.si-actions {
  margin-top: 15px; }

.si-actions .basket-item-remove {
  float: right; }

.selected-footer {
  background: #f9f9f9;
  margin: 0 -30px;
  padding: 30px;
  margin-bottom: -30px;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px; }

.selected-footer .summary-item span, .selected-footer .summary-value {
  background: #f9f9f9; }

.selected-footer a {
  text-align: center;
  color: #2f3335;
  font-size: 18px;
  text-decoration: none;
  margin-top: 30px;
  display: block; }

.selected-footer a span {
  border-bottom: 1px solid #2f3335; }

.basket-item-constructor-info {
  font-size: 16px;
  color: #737479; }

.basket-item-constructor-info span {
  color: #2c2f32; }

.bonuses-balance {
  color: #2f3335;
  width: calc(100% - 70px);
  height: 50px;
  position: relative;
  display: inline-block; }

.bonuses-balance.full_width {
  width: 100%; }

.bb-value {
  font-size: 20px;
  margin-top: 5px; }

.bb-title {
  font-size: 14px;
  margin-top: -8px; }

.bonuses-balance .bb-cont, .bonuses-balance svg {
  display: inline-block;
  margin-left: 20px; }

.upb-item {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  display: inline-block;
  margin-left: 15px;
  position: relative; }

.user-promo-block {
  float: right; }

.user-promo-block svg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto; }

.headers-icons .vue-popover {
  position: fixed;
  margin-top: -10px; }

.vue-popover[data-popover="personal-promo"] svg {
  margin-top: 25px; }

.vue-popover[data-popover="personal-promo"]:before {
  right: 38px !important;
  left: auto !important;
  border-top: 6px solid #e6a668 !important; }

.winner-text {
  font-size: 18px;
  width: 70%;
  margin: 15px auto; }

.winner-bottom-text a {
  color: white; }

.winner-bottom-text {
  font-size: 14px;
  width: 70%;
  margin: 25px auto; }

.copy-promo-block {
  background: white;
  border-radius: 12px;
  width: 70%;
  margin: 0 auto; }

.cpb-label {
  color: #696868;
  font-size: 14px; }

.cpb-value {
  color: #000;
  font-size: 18px; }

.history-title {
  color: #2f3335;
  font-size: 26px;
  margin-top: 40px;
  padding-left: 20px;
  padding-bottom: 20px; }

.orders-empty {
  text-align: center;
  font-weight: 300;
  margin-top: 20px; }

.orders-history-item {
  margin-top: 15px;
  position: relative; }

.order-name {
  padding: 25px 30px; }

.order-name span {
  color: #2f3335;
  font-size: 18px;
  border-bottom: 1px dashed #2f3335;
  font-weight: 300; }

.order-status {
  color: white;
  font-size: 16px;
  padding: 10px 0;
  text-align: center;
  font-weight: 300;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px; }

.replay-order {
  position: absolute;
  top: 20px;
  right: 20px; }

.orders-history-item.opened {
  position: fixed;
  top: 0;
  left: 0;
  background: white;
  width: calc(100% - 60px);
  height: 100%;
  margin: 0;
  z-index: 2;
  padding: 30px;
  border-radius: 0;
  overflow-y: auto;
  transition: alll .3s ease, left 0s; }

.opened .order-status {
  width: 50%;
  border-radius: 12px; }

.order-product {
  padding: 20px 0;
  border-bottom: 1px dashed #d6d6d6; }

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

.op-main-info, .op-amount, .op-price {
  display: inline-block;
  vertical-align: top;
  color: #2f3335;
  font-size: 18px; }

.op-main-info {
  width: 50%; }

.op-amount, .op-price {
  width: 23%; }

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

.op-section {
  color: #747474;
  font-size: 14px; }

.order-date {
  color: #2c2f32;
  font-size: 16px;
  padding: 20px 0;
  border-bottom: 1px solid #d6d6d6;
  font-weight: 300; }

.orders-history-item .close {
  top: 20px; }

.op-summary {
  background: #f6f6f6;
  margin: 0 -30px;
  padding: 40px 30px;
  padding-bottom: 150px; }

.repeat-btn {
  font-size: 18px;
  background: #c0c4cb;
  padding: 10px 0;
  width: 100%;
  border: none;
  outline: none;
  color: white;
  border-radius: 12px;
  margin-top: 15px; }

.profile-title {
  color: #2f3335;
  font-size: 24px;
  padding: 30px 20px; }

.profile-block, .address-block {
  padding: 30px;
  margin-bottom: 20px; }

.account-login {
  color: #2f3335;
  font-size: 18px;
  padding-bottom: 15px; }

.change-rules {
  color: #2f3335;
  font-size: 14px;
  padding-bottom: 15px; }

.notify-item {
  margin-bottom: 15px; }

.notify-item span {
  color: #44494e;
  font-size: 14px;
  font-weight: 300; }

.address-buttons button {
  border-radius: 12px;
  padding: 10px 0;
  text-align: center;
  outline: none;
  font-size: 16px;
  width: 100%;
  margin-top: 20px;
  background: transparent; }

.edit-address {
  color: #db5058;
  border: 1px dashed #db5058; }

.remove-address {
  color: #454b50;
  border: 1px dashed #454b50; }

.address-block .bd-select {
  margin: 15px 0; }

.my-addresses-title-cont div {
  display: inline-block;
  vertical-align: middle; }

.address-block .save-changes {
  background: #b6bd45; }

.save-changes {
  width: 100%;
  border-radius: 12px;
  outline: none;
  color: white;
  background: #f35563;
  border: none;
  font-size: 16px;
  padding: 10px 0;
  margin-bottom: 20px; }

.add-address {
  border-radius: 50%;
  text-align: center;
  vertical-align: middle;
  float: right;
  outline: none;
  font-size: 28px;
  width: 40px;
  height: 40px;
  color: white;
  background: #b6be39;
  border: none;
  position: relative; }

.add-address span {
  position: absolute;
  top: 7px;
  bottom: 0;
  left: 1px;
  right: 0;
  margin: auto; }

.profile-main-info .bd-input {
  margin-top: 15px; }

.profile-main-info .bd-input:first-child {
  margin-top: 0; }

.bonus-title {
  color: #2f3335;
  font-size: 24px;
  padding-left: 20px;
  margin-top: 50px; }

.bonuses-level-item {
  border-radius: 50%;
  color: #b5b9c0;
  border: 1px solid #b5b9c0;
  width: 85px;
  height: 85px;
  display: inline-block;
  font-size: 26px;
  position: relative;
  vertical-align: middle;
  margin-left: 10px;
  margin-right: 50px; }

.bonuses-level-item span {
  position: absolute;
  top: 24px;
  left: 28%; }

.bonuses-level-item.got span {
  top: 36px;
  position: absolute;
  left: 34%; }

.bonuses-level-item.got {
  width: 180px;
  height: 180px;
  background-image: -moz-linear-gradient(69deg, #d24e56 1%, #df7c62 100%);
  background-image: -webkit-linear-gradient(69deg, #d24e56 1%, #df7c62 100%);
  background-image: -ms-linear-gradient(69deg, #d24e56 1%, #df7c62 100%);
  font-size: 72px;
  color: white; }

@media screen and (device-aspect-ratio: 40 / 71) {
  .bspc-item svg {
    display: none; }
  .need-spend-cont {
    right: 30px;
    margin-right: -30px; }
  .need-spend-icon svg {
    left: 20px; } }

@media screen and (device-aspect-ratio: 375 / 667) {
  .need-spend-cont {
    right: 60px; }
  .need-spend-icon svg {
    left: 50px; } }

@media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
  .bonuses-level-item.got {
    width: 160px;
    height: 160px; }
  .bonuses-level-item.got span {
    top: 26px;
    left: 31%; }
  .bonuses-level-item {
    margin-right: 0; } }

.bonuses-level-item.hide {
  display: none; }

.bonuses-progress {
  overflow: hidden;
  white-space: nowrap;
  margin-top: 30px; }

.progress-information {
  color: #2f3335;
  font-size: 16px;
  text-align: center;
  margin: 20px auto; }

.promo-items {
  padding: 30px;
  font-weight: 300;
  margin-bottom: 40px; }

.filter-opener {
  position: absolute;
  top: 80px;
  right: 20px; }

.filter-cont {
  position: fixed;
  z-index: 15;
  width: calc(100% - 60px);
  padding: 30px;
  height: calc(100%);
  overflow-y: auto;
  background: white;
  top: 0;
  left: 0; }

.filter-cont form {
  padding-bottom: 30px; }

.filter-cont .close {
  top: 30px;
  right: 20px; }

.filter-label {
  color: #2f3335;
  font-size: 24px;
  font-weight: 300; }

.fi-item {
  height: 37px;
  color: #2f3335;
  font-size: 16px;
  font-weight: 300; }

.fi-list {
  margin-top: 40px; }

.fi-action svg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto; }

.fi-action {
  position: relative;
  border-radius: 50%;
  background-color: #ededed;
  width: 32px;
  height: 32px;
  display: inline-block;
  float: right;
  margin-top: -30px;
  margin-left: 10px;
  margin-bottom: 10px; }

.filter-footer {
  margin: 20px 0; }

.apply-filter {
  font-weight: 300;
  background: #dd3c44;
  color: white;
  border: none;
  outline: none;
  text-align: center;
  padding: 10px 20px;
  border-radius: 12px;
  font-size: 16px; }

.clear-filter {
  border: none;
  background: transparent;
  color: #363636;
  border-bottom: 1px dashed #363636;
  font-size: 16px;
  margin-left: 15px;
  padding: 0;
  font-weight: 300; }

.fi-item.added {
  color: #b6be39; }

.fi-item.added .add svg path {
  fill: white; }

.fi-item.added .add {
  background: #b6be39; }

.fi-item.exclude {
  color: #b1b7b9;
  text-decoration: line-through; }

.fi-item.exclude .exclude svg path {
  fill: white; }

.fi-item.exclude .exclude {
  background: #b1b7b9; }

.news-item-block {
  padding: 30px;
  margin-top: 20px; }

.news-label {
  color: #2f3335;
  font-size: 24px;
  padding-left: 20px; }

.news-item-block:last-child {
  margin-bottom: 40px; }

.ni-name {
  color: #2f3335;
  font-size: 24px;
  padding: 15px 0; }

.ni-name.withoutImg {
  padding-top: 0; }

.ni-preview {
  font-weight: 300; }

.ni-image {
  margin: 0 -30px;
  margin-top: -30px;
  overflow: hidden;
  border-top-right-radius: 12px;
  border-top-left-radius: 12px; }

.ni-image img {
  max-width: 100%;
  border-top-right-radius: 12px;
  border-top-left-radius: 12px; }

.opened .ni-image img {
  border-radius: 0; }

.news-item-block.opened .ni-image {
  border-radius: 0; }

.news-item-block.opened {
  position: fixed;
  z-index: 15;
  width: calc(100% - 60px);
  padding: 30px;
  height: calc(100% - 52px);
  overflow-y: auto;
  background: white;
  top: 0;
  left: 0;
  margin: 0;
  border-radius: 0; }

.news-item-block .close {
  z-index: 3; }

.category-view-item-inner {
  padding: 30px;
  margin-bottom: 20px; }

.category-view-image {
  margin: -30px;
  margin-bottom: 30px;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px; }

.category-view-image img {
  max-width: 100%;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px; }

.category-view-name {
  border-bottom: 1px solid #ececec;
  padding-bottom: 20px; }

.category-view-name.without-border {
  border: none;
  padding-bottom: 0; }

.category-view-name a {
  color: #3e4042;
  font-size: 24px;
  text-decoration: none;
  border-bottom: 1px solid #3e4042;
  font-weight: 300; }

.category-view-description {
  color: #3e4042;
  font-weight: 300;
  font-size: 14px;
  margin-top: 20px; }

.sub-categories-cont {
  padding-top: 20px; }

.sub-categories-cont ul {
  list-style: none;
  padding: 0;
  margin: 0; }

.sub-categories-cont ul li a {
  color: #3e4042;
  font-size: 18px;
  text-decoration: none;
  border-bottom: 1px solid #3e4042;
  font-weight: 300; }

.static-block {
  padding: 30px;
  text-align: center;
  font-weight: 300;
  margin: 30px 0; }

.static-title {
  color: #2f3335;
  font-size: 22px; }

.static-block svg {
  margin: 20px 0; }

.to-root {
  color: #2f3335;
  font-size: 18px;
  text-decoration: none;
  border-bottom: 1px solid #2f3335;
  display: inline-block;
  margin-top: 20px; }

.status-title {
  color: #2f3335;
  font-size: 24px;
  margin-bottom: 20px; }

.opened, .basket-full, .filter-cont, .app-menu, .vue-popover[data-popover="preorder"], .fz-cont, .ingredients-selector, .preset-selector, .filling-cat-list, .auth-container {
  -webkit-overflow-scrolling: touch; }

.app-menu nav ul li ul {
  padding: 0; }

.app-menu nav ul li ul li {
  margin-top: 17px; }

.app-menu nav ul li ul li a {
  font-size: 18px;
  font-weight: 300; }

.likes-cont {
  position: absolute;
  bottom: 20px;
  background: #fff;
  border-radius: 20px;
  right: 20px;
  font-size: 14px;
  font-weight: 300;
  z-index: 3;
  border: 1px solid #e8e8e8;
  color: #848484;
  width: 60px;
  height: 37px;
  text-align: center;
  line-height: 34px; }

.likes-cont.liked {
  color: #2f3335; }

.likes-cont.liked svg path {
  fill: #db5058; }

.likes-cont svg {
  width: 16px; }

.likes-cont svg, .likes-cont span {
  display: inline-block;
  vertical-align: middle; }

.pickup-discount-label {
  display: inline-block;
  margin-left: 5px;
  color: #9f9f9f;
  font-size: 12px;
  background-color: #f6f8f9;
  padding: 0 15px;
  border-radius: 12px; }

.withoutPickup .delivery-type-content {
  padding-top: 0; }

.hooper-list {
  border-radius: 0 !important;
  border-top-left-radius: 12px !important;
  border-bottom-left-radius: 12px !important; }

.no-sale-cont {
  width: 32px;
  height: 32px;
  position: absolute;
  bottom: 20px;
  left: 20px;
  z-index: 2; }

.product-progress {
  margin-top: 15px;
  margin-bottom: 20px;
  position: relative; }

.progress-container .progress-bar {
  position: absolute;
  z-index: 22;
  background-color: #fedd2c;
  transition: all 0.5s ease;
  height: 100%; }

.progress-container .progress-bar-content {
  position: absolute;
  z-index: 23;
  width: 100%;
  font-weight: 300;
  line-height: 2; }

.product-cont .progress-container, .basket-full .progress-container {
  height: 36px;
  border-radius: 12px;
  border: 1px solid #bfc5c7;
  position: relative;
  text-align: center;
  overflow: hidden; }

.basket-full .progress-container .progress-bar-content {
  height: 46px;
  padding-top: 6px; }

.basket-full .progress-container {
  height: 46px;
  margin: 20px 0; }

.progressive-image-wrapper {
  padding-bottom: 0; }

.basket-item-change-amount[disabled] {
  background-color: #eee !important; }

.product-list {
  margin-bottom: 40px; }

.sections-list {
  margin-bottom: 40px; }

.checkout-rules-cont {
  color: #2f3335;
  font-size: 12px;
  font-weight: 300;
  margin-bottom: 30px; }

.checkout-rules-cont a {
  color: #2b6c96;
  text-decoration: none; }

.fi-name {
  width: 80%; }

.rules svg {
  width: 20px; }

.checkout-disabled {
  font-weight: 300;
  text-align: center; }

.delivery-block {
  padding: 30px;
  margin-bottom: 20px; }

.delivery-block .sub-title {
  font-size: 18px;
  color: #2f3335; }

.delivery-block {
  font-weight: 300; }

.fz-cont {
  position: fixed;
  z-index: 21;
  top: 0;
  left: 0;
  width: calc(100% - 80px);
  height: 100%;
  background: white;
  padding: 40px;
  padding-top: 10px;
  overflow-y: auto; }

.fz-text {
  font-weight: 300;
  padding-bottom: 50px; }

.promo-result-cont {
  background: #aab925 url(/bitrix/templates/bd_deliverypizza_mobile/images/promo_result_bg.png) no-repeat center;
  background-size: contain;
  width: calc(100% - 80px);
  height: 180px;
  margin-bottom: 20px;
  border-radius: 12px;
  text-align: center;
  font-weight: 300;
  padding: 10px 40px; }

.prc-title, .prc-text {
  color: white; }

.prc-title {
  padding-top: 40px; }

.clear-promo {
  background: #ebf0f1;
  color: black;
  width: 100%;
  border-radius: 12px;
  font-size: 14px;
  padding: 10px;
  margin-top: 10px;
  border: none;
  outline: none; }

.product-cont.opened.single {
  position: relative;
  width: calc(100% + 40px);
  margin: 20px -20px;
  margin-top: -20px;
  top: 0 !important;
  z-index: 1;
  height: 100%;
  border: none;
  box-shadow: none;
  padding-bottom: 30px;
  margin-bottom: 0px; }

.news-item-block.opened.single {
  position: relative;
  width: calc(100% + -20px);
  margin: 20px -20px;
  margin-top: -20px;
  top: 0 !important;
  margin-bottom: 0;
  z-index: 1; }

.news-back a {
  border: 1px solid #b8bec6;
  padding: 15px;
  border-radius: 12px;
  margin-top: 20px;
  text-decoration: none; }

header .vue-popover[data-popover="personal-promo"].dropdown-position-bottom:before {
  right: 36px !important; }

header .vue-popover[data-popover="bonus-info"].dropdown-position-bottom:before {
  right: 50px !important;
  left: auto; }

.bi-text, .bi-title {
  width: 60%;
  margin: 0 auto; }

.bi-text {
  font-weight: 300;
  padding-top: 20px; }

.filling-cat-list {
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  padding-bottom: 9px; }

.checkout-error-messages {
  border: 1px solid #fbe5e5;
  border-radius: 12px;
  padding: 20px;
  background-color: #fbe5e5;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/PjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMjk1LjQyOCAyOTUuNDI4IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAyOTUuNDI4IDI5NS40Mjg7IiB4bWw6c3BhY2U9InByZXNlcnZlIj48Zz48cGF0aCBmaWxsPSIjZjRiOWI5IiBkPSJNMTQ3LjcxNCwwQzY2LjI2NCwwLDAsNjYuMjY0LDAsMTQ3LjcxNHM2Ni4yNjQsMTQ3LjcxNCwxNDcuNzE0LDE0Ny43MTRzMTQ3LjcxNC02Ni4yNjQsMTQ3LjcxNC0xNDcuNzE0UzIyOS4xNjQsMCwxNDcuNzE0LDB6IE0xNDcuNzE0LDI2NS40MjhDODIuODA3LDI2NS40MjgsMzAsMjEyLjYyMSwzMCwxNDcuNzE0UzgyLjgwNywzMCwxNDcuNzE0LDMwczExNy43MTQsNTIuODA3LDExNy43MTQsMTE3LjcxNFMyMTIuNjIxLDI2NS40MjgsMTQ3LjcxNCwyNjUuNDI4eiIvPjxwYXRoIGZpbGw9IiNmNGI5YjkiIGQ9Ik0xNDcuNzE0LDYxLjY4Yy04LjI4NCwwLTE1LDYuNzE2LTE1LDE1djc5YzAsOC4yODQsNi43MTYsMTUsMTUsMTVzMTUtNi43MTYsMTUtMTV2LTc5QzE2Mi43MTQsNjguMzk2LDE1NS45OTgsNjEuNjgsMTQ3LjcxNCw2MS42OHoiLz48Y2lyY2xlICBmaWxsPSIjZjRiOWI5IiBjeD0iMTQ3LjcxNCIgY3k9IjIxNy42OCIgcj0iMTUiLz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PC9zdmc+);
  background-repeat: no-repeat;
  background-position: 96% 10%;
  background-size: 25px;
  margin-bottom: 20px; }

.checkout-error-messages ul {
  list-style: none;
  padding: 0;
  margin: 0; }

.checkout-error-messages ul li {
  color: #f35564;
  font-weight: 300;
  font-size: 14px; }

.product-cont .news-back {
  margin: 20px 30px; }

.gift-from {
  position: absolute;
  width: calc(100% - 45px);
  z-index: 2;
  bottom: -20px; }

.gift-from .progress-bar-content {
  text-align: left;
  padding-left: 20px;
  line-height: 1.5;
  padding-top: 10px !important; }

.gift-from .progress-container {
  height: 73px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border: none;
  background: white; }

.ps-cont, .ps-cancel {
  display: inline-block;
  vertical-align: middle; }

.ps-cancel {
  margin-left: 20px;
  margin-top: -15px; }

.ps-cancel a {
  color: #2f3335;
  font-size: 18px;
  text-decoration: none;
  border-bottom: 1px dashed #2f3335; }

.ps-cont {
  background-color: transparent;
  color: black;
  border-radius: 12px;
  padding: 15px;
  font-size: 15px;
  margin: 0 0 5px 0;
  width: 50%;
  border: 1px solid #cecece;
  outline: none;
  text-align: left; }

.hooper-slide .progressive-image-wrapper {
  padding-bottom: 91.5251% !important; }

.category-view-image .progressive-image-wrapper {
  padding-bottom: 55.9231% !important; }

.news-additional-photos, .news-products-block, .bonuses-progress {
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  margin-top: 20px;
  margin-right: -30px;
  -webkit-overflow-scrolling-x: touch;
  padding-bottom: 10px; }

.bonuses-progress {
  margin-right: -20px;
  padding-right: 20px; }

.additional-photo-item .progressive-image {
  width: 255px; }

.additional-photo-item, .news-products-block .product-cont {
  display: inline-block;
  margin-right: 20px; }

.news-products-block .product-cont {
  width: 70%; }

.news-products-block .product-cont.opened {
  width: 100%;
  display: block;
  margin: 0; }

.ni-sharing {
  margin-top: 20px; }

.ni-sharing .social-icons-footer {
  text-align: left; }

.basket-footer {
  margin-bottom: 90px !important; }

.basket-recommendations-cont, .basket-gift-container, .news-products-block-cont, .news-additional-photos-cont, .filling-cat-list-cont, .bonuses-progress-cont {
  overflow: hidden; }

.recommendations-list, .choose-gift-list-cont, .news-additional-photos, .news-products-block, .filling-cat-list, .bonuses-progress {
  margin-bottom: -30px !important;
  padding-bottom: 30px !important; }

.news-back.product-back a {
  padding: 7px; }

.news-back.product-back {
  display: inline-block;
  width: 90px;
  height: 25px;
  text-align: left;
  vertical-align: middle;
  margin: 0; }

.bs-promo-discount {
  font-size: 12px; }

.vue-js-switch.toggled .v-switch-core {
  background-color: #b6be39 !important; }

.vue-js-switch .v-switch-core {
  background-color: white !important;
  border: 1px solid #ccc;
  height: 27px !important; }

.vue-js-switch.toggled .v-switch-core .v-switch-button {
  left: -8px !important; }

.vue-js-switch .v-switch-core .v-switch-button {
  border: 1px solid #ccc;
  top: -4px !important;
  left: -5px !important;
  width: 25px !important;
  height: 25px !important; }

.orders-history-item:last-child {
  margin-bottom: 50px; }

.in-basket-count {
  border-radius: 12px;
  height: 38px;
  vertical-align: middle;
  width: 100%;
  bottom: 0;
  left: 0;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between; }

.times {
  font-family: Arial; }

.in-basket-count .basket-item-change-amount, .in-basket-count .basket-item-amount {
  width: 33.3% !important; }

.in-basket-count .basket-item-amount {
  height: 38px;
  display: inline-block;
  line-height: 36px;
  margin: 0 -5px;
  padding: 0;
  text-align: center; }

.product-cont.opened .product-price-cont {
  margin-bottom: 20px !important; }

.in-basket-count .basket-item-change-amount.minus {
  width: 50px;
  border-radius: 0;
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
  height: 38px; }

.in-basket-count .basket-item-change-amount.plus {
  width: 50px;
  border-radius: 0;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  height: 38px; }

.address-block .save-changes {
  margin-top: 30px;
  margin-bottom: 0; }

.my-address-row {
  margin-bottom: 20px; }

.map-opener {
  margin: 20px 0;
  display: inline-block;
  font-size: 16px;
  text-decoration: none;
  border-bottom: 1px dashed #292f31;
  color: #292f31; }

.promo-text {
  padding: 30px;
  font-weight: 300;
  margin-bottom: 50px; }

.map-container {
  position: fixed;
  height: 100%;
  width: 100%;
  z-index: 15;
  top: 0;
  margin-left: -50px;
  background: white; }

.map-container .close {
  z-index: 20; }

.map-container.delivery-map-container {
  margin-left: -20px;
  z-index: 20; }

.bx-android .active .toggle-ingredient-btn span {
  top: 1px !important; }

.bx-android .close {
  line-height: 40px !important; }

h2 {
  font-weight: 300;
  padding: 0;
  margin: 0;
  font-size: 20px; }

.promo-text ul {
  list-style: none;
  padding: 0;
  margin: 0;
  padding-left: 15px; }

.promo-text ul li {
  padding-top: 20px; }

.promo-text ul li::before {
  content: "\2022";
  color: #f84752;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em; }

.progress-stat {
  font-weight: 300; }

.progress-stat .orders-totals, .progress-stat .orders-totals-need {
  font-weight: 400; }

.bottom-sticky {
  position: fixed;
  bottom: 0;
  z-index: 14;
  background: transparent;
  width: calc(100% - 40px);
  margin-left: -20px;
  padding: 0 20px; }

.bd-popover {
  position: fixed;
  top: 0;
  left: 0;
  width: calc(100%);
  margin: 0;
  z-index: 20;
  background: #fefefe;
  overflow-y: auto !important;
  height: calc(100vh);
  border-radius: 0; }

.bd-popover.personal-promo {
  background-image: -moz-linear-gradient(20deg, #d9555d 0%, #e6a668 100%);
  background-image: -webkit-linear-gradient(20deg, #d9555d 0%, #e6a668 100%);
  background-image: -ms-linear-gradient(20deg, #d9555d 0%, #e6a668 100%);
  box-shadow: 0px 1px 12px 0px rgba(211, 211, 211, 0.004);
  text-align: center;
  color: white;
  height: calc(100vh - 100px);
  padding-top: 100px; }

.bd-popover.bonus-info {
  text-align: center;
  padding-top: 100px; }

.bs-basket {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  width: 40%; }

.bs-basket svg {
  width: 30px; }

.bs-basket svg path {
  fill: #c0c4cb; }

.bsb-count {
  background-color: #f84752;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 7px !important;
  left: 20px;
  font-size: 12px;
  color: white;
  text-align: center;
  line-height: 19px; }

.bsb-sum {
  display: inline-block;
  position: absolute;
  left: 51px !important;
  top: 15px !important;
  font-weight: 300; }

.bottom-sticky .menu-icon span:nth-child(2) {
  top: 6px; }

.bottom-sticky .menu-icon span:nth-child(3) {
  top: 12px; }

.gift-info-toggle, .bs-gift-progress {
  background: #f5f5f5; }

.bs-gift-progress {
  width: calc(100% + 40px);
  height: 16px;
  margin-left: -20px; }

.bs-progress-bar {
  background: #b1c82e;
  background: -moz-linear-gradient(left, #b1c82e 0%, #f1d533 50%, #ea4040 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #b1c82e), color-stop(50%, #f1d533), color-stop(100%, #ea4040));
  background: -webkit-linear-gradient(left, #b1c82e 0%, #f1d533 50%, #ea4040 100%);
  background: -o-linear-gradient(left, #b1c82e 0%, #f1d533 50%, #ea4040 100%);
  background: -ms-linear-gradient(left, #b1c82e 0%, #f1d533 50%, #ea4040 100%);
  background: linear-gradient(to right, #b1c82e 0%, #f1d533 50%, #ea4040 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b1c82e', endColorstr='#ea4040', GradientType=1 );
  height: 16px;
  width: 100%;
  position: relative; }

.bs-progress-bar-track {
  background: #f5f5f5;
  width: 100%;
  position: absolute;
  height: 16px;
  top: 0;
  left: 0; }

.bs-footer {
  position: relative;
  background: white;
  padding-bottom: calc(env(safe-area-inset-bottom) * 1.4);
  width: calc(100% + 40px);
  margin-left: -20px;
  display: table; }

.gift-info-toggle {
  width: 40px;
  margin: 0 auto;
  text-align: center;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px; }

.gift-info-toggle svg {
  width: 20px;
  margin-top: 5px; }

.gift-info-toggle.active svg path {
  fill: #f84752; }

.bs-gift-progress.opened {
  height: auto;
  padding: 10px 20px;
  width: 100%; }

.bspc-item {
  width: 29%;
  margin-left: 3%;
  display: inline-block;
  background: #cbced5;
  height: 40px;
  vertical-align: middle;
  border-radius: 12px;
  color: white;
  text-align: center;
  padding-top: 15px;
  margin-top: 10px; }

.bspc-item:first-child {
  margin-left: 0; }

.bspc-item.l1.active {
  background-color: #b3ca00; }

.bspc-item.l2.active {
  background-color: #f6bb08; }

.bsg-title, .bsg-description {
  color: #292f31;
  font-size: 14px;
  font-weight: 300; }

.bsg-title {
  font-size: 18px;
  font-weight: 400; }

.bs-footer-item {
  display: table-cell;
  vertical-align: middle;
  width: 20%; }

.bs-footer-item.menu-toggle-container {
  width: 20%; }

.bs-footer-item:last-child {
  padding: 0 20px; }

.bs-footer-item:nth-child(3) {
  text-align: center; }

@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.tada {
  animation: tada 1s infinite;
  animation-delay: 1s; }

.spiner {
  width: 45px;
  height: 45px;
  -webkit-animation: rotate-big step-start .8s infinite normal;
  -moz-animation: rotate-big step-start .8s infinite normal;
  -ms-animation: rotate-big step-start .8s infinite normal;
  -o-animation: rotate-big step-start .8s infinite normal;
  animation: rotate-big step-start .8s infinite normal;
  background: url(/bitrix/templates/bd_deliverypizza_mobile/images/spinner_bd.png);
  position: absolute;
  top: 150px;
  left: 0;
  right: 0;
  margin: auto; }

@-moz-keyframes rotate-big {
  0% {
    background-position: 0 0; }
  13% {
    background-position: -45px 0; }
  26% {
    background-position: -90px 0; }
  39% {
    background-position: -135px 0; }
  52% {
    background-position: -180px 0; }
  65% {
    background-position: -225px 0; }
  78% {
    background-position: -270px 0; }
  91% {
    background-position: -315px 0; }
  100% {
    background-position: 0 0; } }

@-webkit-keyframes rotate-big {
  0% {
    background-position: 0 0; }
  13% {
    background-position: -45px 0; }
  26% {
    background-position: -90px 0; }
  39% {
    background-position: -135px 0; }
  52% {
    background-position: -180px 0; }
  65% {
    background-position: -225px 0; }
  78% {
    background-position: -270px 0; }
  91% {
    background-position: -315px 0; }
  100% {
    background-position: 0 0; } }

@-ms-keyframes rotate-big {
  0% {
    background-position: 0 0; }
  13% {
    background-position: -45px 0; }
  26% {
    background-position: -90px 0; }
  39% {
    background-position: -135px 0; }
  52% {
    background-position: -180px 0; }
  65% {
    background-position: -225px 0; }
  78% {
    background-position: -270px 0; }
  91% {
    background-position: -315px 0; }
  100% {
    background-position: 0 0; } }

@-o-keyframes rotate-big {
  0% {
    background-position: 0 0; }
  13% {
    background-position: -45px 0; }
  26% {
    background-position: -90px 0; }
  39% {
    background-position: -135px 0; }
  52% {
    background-position: -180px 0; }
  65% {
    background-position: -225px 0; }
  78% {
    background-position: -270px 0; }
  91% {
    background-position: -315px 0; }
  100% {
    background-position: 0 0; } }

@keyframes rotate-big {
  0% {
    background-position: 0 0; }
  13% {
    background-position: -45px 0; }
  26% {
    background-position: -90px 0; }
  39% {
    background-position: -135px 0; }
  52% {
    background-position: -180px 0; }
  65% {
    background-position: -225px 0; }
  78% {
    background-position: -270px 0; }
  91% {
    background-position: -315px 0; }
  100% {
    background-position: 0 0; } }

.company-phone-header {
  display: table-cell;
  margin-left: 10px;
  font-size: 14px;
  vertical-align: middle;
  text-align: right; }

.company-phone-header a {
  color: #2f3335;
  text-decoration: none; }

.app-header {
  background: #fff; }

.font-fix {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.currency {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

svg {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.headers-icons {
  padding-top: 17px; }

.index-category-item {
  margin-top: 10px; }

.hooper-list {
  border-radius: 12px; }

.hooper-slide img {
  border-radius: 12px; }

.categories-index-cont {
  padding-top: 15px; }

.index-category-title {
  padding: 6px 15px;
  font-weight: 400;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.catalog-direct-link a {
  height: 38px;
  font-size: 14px;
  font-weight: 400;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.main-tabs-nav {
  padding-top: 40px; }

.main-tabs-nav a {
  font-weight: 300;
  color: #748287;
  border-bottom: none; }

.main-tabs-nav a.active {
  font-weight: 400;
  font-size: 16px;
  color: #292f31;
  border-bottom: 2px solid #f9515c; }

.product-badges {
  left: 15px; }

.badge-item {
  margin-right: 5px; }

.product-cont .product-name {
  padding-top: 5px;
  padding-bottom: 10px;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.price-native-value .currency {
  font-size: 25px;
  padding-left: 3px;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.old-price-value {
  color: #a3a3a3;
  font-weight: 300; }

.old-price-value .currency {
  font-size: 19px;
  padding-left: 0px;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.product-cont.opened .product-price-cont {
  padding-bottom: 0px; }

.product-price-cont {
  margin-top: 8px; }

.product-price-cont > div {
  margin-right: 10px; }

.product-price-cont > div .weight-value {
  font-weight: 300; }

.product-info-detail-opener-trigger {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 35px;
  font-weight: 400;
  font-family: Arial; }

.tabs-wrapper {
  margin: 50px 0; }

.tab-item-header {
  padding: 21px 30px 21px 30px; }

.tab-item-header span {
  font-weight: 300;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.tab-item-text {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 300; }

strong {
  font-weight: 400; }

.footer-wrapper nav ul li a {
  text-decoration: none;
  border-bottom: 1px solid #93989a; }

.app-menu ul li {
  margin-top: 25px; }

.app-menu ul li a {
  border-bottom: 1px solid #93989a; }

.footer-wrapper nav {
  padding: 50px 0;
  border-bottom: 1px dashed #d2d2d2; }

.footer-wrapper nav ul li {
  margin-bottom: 20px; }

.company-info {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.company-phone {
  font-size: 26px; }

.company-name {
  font-weight: 300; }

footer .social-icons-footer {
  padding: 40px 0; }

.product-image-cont img {
  border-radius: 12px 0px 0px 0px; }

#menu-icon span {
  background: #f65360; }

.close {
  font-size: 21px;
  line-height: 26px;
  background-color: #3a474c; }

.auth-container .close {
  top: 28px;
  right: 20px; }

.auth-footer {
  margin-top: 30px; }

.code-desc {
  margin-bottom: 30px; }

.user-top-cont {
  height: 100px; }

.umb-value {
  font-weight: 400;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.umb-value .currency {
  font-size: 28px;
  padding-left: 3px; }

.profile-nav {
  margin-bottom: 20px; }

.logout-cont a {
  background-color: #3a474c;
  padding: 8px 0; }

.auth-content {
  padding: 30px 20px 30px 20px; }

.logout-cont {
  margin: 30px 0; }

.user-top-cont .user-my-bonuses-cont {
  left: 140px;
  top: 27px; }

.option-item {
  padding: 12px 0;
  background: #eef2f3;
  font-weight: 300; }

.option-item.active {
  background: #f25768; }

.product-basket-actions-cont {
  border-radius: 12px;
  background-color: #fff;
  position: fixed;
  z-index: 2;
  bottom: -16px;
  left: 0;
  width: calc(100% - 30px);
  padding: 10px 15px;
  padding-bottom: calc(10px + (env(safe-area-inset-bottom) * 1.3)); }

.add-to-basket {
  min-height: 60px;
  background-color: #f25768;
  height: 40px;
  font-size: 14px;
  user-select: none;
  touch-action: none;
  overflow: hidden; }

.add-to-basket-unavailable {
  border-radius: 12px;
  height: 40px;
  font-size: 14px;
  z-index: 2;
  bottom: 10px;
  left: 0;
  background: #dedede;
  padding: 10px 0;
  width: 100%;
  text-align: center; }

.product-option-item {
  margin-top: 30px; }

.option-title {
  font-weight: 300;
  font-size: 18px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e8e8e8; }

.energy-table .title {
  font-size: 16px;
  padding: 20px 0 0 0;
  font-weight: 300;
  border-bottom: 1px dashed #2f3335;
  display: inline-block; }

.energy-table ul li {
  padding-bottom: 10px; }

.energy-table ul li span.meta-property:after {
  border-bottom: 1px dashed #c0c0c0;
  bottom: 4px; }

.product-cont .opened .product-name {
  font-size: 24px;
  font-weight: 300;
  padding-top: 10px;
  padding-bottom: 5px; }

.product-description {
  font-weight: 300; }

.product-options {
  padding: 0 0 25px 0; }

.price-native-value.newPrice {
  color: #ff122b; }

.basket-item-footer button, .si-actions button {
  font-family: Arial; }

.basket-item-footer button.basket-item-remove {
  bottom: 25px; }

.basket-item-name {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.basket-item-section {
  color: #939396;
  font-weight: 300;
  padding-top: 2px; }

.basket-item-price {
  font-size: 20px;
  top: 33px;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.basket-item-price .currency {
  font-size: 23px;
  padding-left: 3px; }

.basket-item-constructor-info {
  font-size: 16px;
  font-weight: 300;
  padding-top: 10px; }

.basket-item-constructor-info span:first-child {
  font-weight: 400;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.basket-item-constructor-info > div {
  padding-bottom: 5px; }

.gift-image img {
  border-radius: 12px 0 0 0; }

.basket-sum-title .currency {
  font-size: 41px; }

.need-spend-cont {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.need-spend .currency {
  font-size: 37px;
  padding-left: 3px; }

.checkout-btn, .auth-button {
  background-color: #f35564;
  margin: 10px 0 30px 0;
  padding: 10px 15px;
  font-weight: 300; }

.checkout-btn {
  margin: 10px 0 15px 0;
  padding: 15px 15px; }

.checkout-btn[disabled] {
  color: black;
  background: #eee; }

.checkout-rules-cont {
  margin-bottom: 50px; }

.auth-footer > div {
  padding-bottom: 10px; }

.auth-footer a {
  color: #262b2e;
  font-size: 20px;
  border-bottom: 1px dashed #d3d3d3;
  font-weight: 300; }

.preorder-cont button {
  margin: 0 0 15px 0; }

.checkout-block {
  padding: 30px 30px 50px 30px;
  margin-bottom: 20px; }

.checkout-title {
  margin-bottom: 15px; }

.bd-input input {
  line-height: 30px;
  color: #262b2e; }

.bd-checkbox label span {
  font-size: 12px;
  top: 0px; }

.bonuses-cont svg {
  top: 17px;
  left: 35px; }

.checkout-my-bonuses {
  left: 120px;
  top: 19px;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.bonuses-cont .bd-input {
  bottom: 24px;
  left: 34px; }

.cmb-value .currency {
  font-size: 27px;
  padding-left: 3px; }

.summary-value {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 300; }

.summary-item.total .summary-value {
  font-weight: 400; }

.summary-item.total .summary-value .currency {
  font-size: 30px;
  padding-left: 3px; }

.summary-value .currency {
  font-size: 19px;
  padding-left: 3px; }

.order-summary {
  margin-top: 40px;
  margin-bottom: 50px; }

.checkout-third-cont {
  padding-top: 20px; }

.checkout-block .main-tabs-nav {
  border-bottom: 2px solid #e1e1e1; }

.checkout-block .main-tabs-nav a.active {
  border-bottom: none; }

.checkout-block .main-tabs-nav a.active span {
  border-bottom: 2px solid #f9515c;
  padding-bottom: 12px; }

.checkout-block .odd-cont {
  padding-bottom: 10px; }

.checkout-inner-title {
  font-size: 18px;
  font-weight: 300; }

.bd-radio {
  margin-top: 20px; }

.bd-radio label span {
  left: 30px; }

.likes-cont {
  width: 65px;
  height: 35px; }

.likes-cont span {
  padding-left: 2px; }

.choose-gift-title {
  font-size: 20px;
  font-weight: 300;
  padding-left: 10px; }

.choose-gift-cont {
  padding-top: 15px; }

.gift-item-name {
  padding: 10px 25px 28px 25px; }

.promo-code-cont button {
  margin-left: 5px;
  font-size: 14px;
  font-weight: 300;
  padding: 18px 30px;
  border: 2px solid #c5c73b; }

input[type="text"]::-webkit-input-placeholder {
  color: #a2a2a2;
  font-weight: 300; }

input[type="text"]:-ms-input-placeholder {
  color: #a2a2a2;
  font-weight: 300; }

input[type="text"]::-ms-input-placeholder {
  color: #a2a2a2;
  font-weight: 300; }

input[type="text"]::placeholder {
  color: #a2a2a2;
  font-weight: 300; }

.need-spend-icon svg {
  top: -4px; }

.need-spend-cont {
  top: 31px;
  right: 60px; }

.need-spend {
  line-height: 1;
  padding-top: 5px; }

.pickup-discount-label {
  padding: 3px 10px;
  border-radius: 6px;
  font-weight: 300;
  margin-left: 10px; }

.checkout-block .main-tabs-nav a.active .pickup-discount-label {
  color: #fff;
  font-size: 12px;
  background-color: #fc6173;
  font-weight: 300; }

.filter-opener {
  top: 72px;
  right: 30px; }

h1 {
  font-size: 26px;
  font-weight: 300; }

.filter-label {
  font-size: 26px; }

.filter-cont {
  width: calc(100% - 50px);
  padding: 20px 30px 30px 20px; }

.fi-action {
  margin-top: -25px; }

.filter-cont .close {
  top: 19px;
  right: 30px;
  width: 40px;
  height: 40px;
  font-size: 22px;
  line-height: 35px; }

.apply-filter {
  background-color: #fc4f58;
  background-image: none;
  padding: 10px 40px;
  font-size: 14px; }

.clear-filter {
  margin-left: 25px; }

.basket-title {
  font-size: 26px;
  font-weight: 300;
  padding: 20px 10px 25px 10px; }

.close {
  top: 18px;
  right: 20px;
  width: 40px;
  height: 40px;
  font-size: 22px;
  line-height: 35px; }

.auth-title {
  font-size: 26px;
  font-weight: 300;
  padding: 30px 20px 0px 20px; }

.auth-content .bd-input {
  margin-bottom: 30px; }

.auth-login.pass .bd-input {
  margin-bottom: 10px; }

.auth-login.pass .auth-footer {
  margin-top: 20px; }

.auth-button[disabled] {
  color: #afafaf;
  background: #fff;
  border: 1px solid #e2e4e5;
  border-radius: 12px; }

.auth-button {
  border: 1px solid #f35564; }

.auth-errors {
  font-weight: 300; }

.fi-list {
  margin-top: 30px; }

.sub-categories li {
  padding-bottom: 15px; }

.category-view-image {
  margin-bottom: 10px; }

.empty-items .status-title {
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 200px;
  margin-top: 100px;
  text-align: center; }

.user-top-cont svg {
  top: 18px;
  left: 40px; }

.user-top-cont .user-my-bonuses-cont {
  left: 141px;
  top: 24px; }

.opened .ni-detail {
  font-weight: 300; }

.news-item-block .ni-preview {
  line-height: 25px; }

.news-item-block .ni-preview ol {
  padding-inline-start: 15px; }

.news-item-block .ni-preview ol li {
  padding-inline-start: 5px;
  padding-bottom: 10px; }

.opened .ni-detail {
  line-height: 25px;
  margin-bottom: 40px; }

.opened .ni-detail ol {
  padding-inline-start: 15px; }

.opened .ni-detail ol li {
  padding-bottom: 10px;
  padding-inline-start: 5px; }

.basket-sticky {
  background-color: #f35563; }

.basket-item-change-amount.plus {
  background-color: #f35563; }

.likes-cont.liked svg path {
  fill: #f35563; }

.no-sale-cont {
  bottom: 20px; }

.add-address {
  margin-top: 28px; }

.add-address span {
  font-size: 21px;
  font-family: Arial; }

.save-changes {
  font-size: 14px;
  font-weight: 300;
  padding: 12px 0;
  margin-bottom: 50px; }

.address-buttons button {
  font-size: 14px;
  margin-top: 40px;
  font-weight: 300; }

.bonuses-balance {
  height: 60px;
  width: calc(100% - 80px); }

.bb-value {
  margin-top: 6px; }

.bb-title {
  margin-top: -5px;
  font-weight: 300; }

.bonuses-balance .bb-cont {
  margin-left: 15px;
  padding-top: 2px; }

.bonuses-balance .currency {
  font-size: 23px;
  padding-left: 3px; }

.bb-value {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.vue-popover[data-popover="personal-promo"] {
  background-image: -moz-linear-gradient(20deg, #f65661 0%, #f9a76b 100%);
  background-image: -webkit-linear-gradient(20deg, #f65661 0%, #f9a76b 100%);
  background-image: -ms-linear-gradient(20deg, #f65661 0%, #f9a76b 100%); }

.vue-popover {
  border-radius: 15px; }

.copy-promo-block {
  padding: 10px 0; }

.cpb-label {
  font-weight: 300; }

.winner-text {
  font-weight: 400;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.winner-bottom-text {
  width: 80%;
  margin: 15px auto; }

.prc-title {
  padding-top: 20px;
  font-size: 20px;
  font-weight: 400;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.prc-text {
  padding-top: 10px;
  font-size: 14px; }

.clear-promo {
  margin-top: 15px;
  font-weight: 300; }

.orders-empty {
  text-align: left;
  font-weight: 300;
  margin-top: 0px;
  padding-left: 20px;
  font-size: 14px; }

.user-gift-header-icon svg path {
  fill: #f35563; }

.order-info .op-price .currency {
  font-size: 21px;
  padding-left: 3px; }

.orders-history-item .close {
  top: 18px;
  right: 28px; }

.orders-history-item.opened {
  padding: 15px 30px 30px 30px; }

.order-date {
  padding: 30px 0 15px 0; }

.op-section {
  font-weight: 300; }

.op-main-info, .op-amount, .op-price {
  font-weight: 300; }

.repeat-btn {
  font-size: 14px;
  margin-top: 25px;
  font-weight: 300; }

.cashback-resulr .currency {
  font-size: 16px;
  padding-left: 2px; }

.upb-item {
  width: 60px;
  height: 60px; }

.ci-desc {
  font-weight: 300; }

.constructor-block {
  padding: 30px 37px 40px 37px;
  margin-top: 25px; }

.constructor-section-title {
  padding-bottom: 10px;
  font-size: 24px;
  font-weight: 300; }

.ci-name {
  font-size: 18px;
  margin-top: 4px;
  font-weight: 300; }

.constructor-main-button span {
  font-weight: 300; }

.souse-list .ci-name {
  margin-top: 0px; }

.constructor-result .constructor-name {
  font-weight: 300;
  font-size: 24px; }

.constructor-result .si-name {
  font-weight: 300;
  font-size: 18px; }

.constructor-result .si-section {
  font-weight: 300; }

.constructor-result .si-price .currency {
  font-size: 20px;
  padding-left: 3px; }

.si-section, .si-weight {
  font-weight: 300; }

.basket-item-amount {
  font-weight: 300; }

.selected-footer {
  padding: 40px 30px 40px 30px;
  margin-top: 30px; }

.constructor-result .add-to-basket {
  margin: 42px 0 0 0; }

.constructor-result .selected-footer a {
  margin-top: 15px; }

.constructor-result .selected-footer a span {
  font-weight: 300; }

.si-actions .basket-item-remove {
  background-color: #c3cbcc; }

.toggle-ingredient-btn span {
  font-family: arial;
  font-weight: 300;
  top: 3px;
  left: 1px; }

.filling-item-selector {
  font-weight: 300; }

.active .toggle-ingredient-btn span {
  top: 4px; }

.add-filling-cont button {
  font-weight: 300; }

.add-filling-cont button {
  color: #f9515c;
  border: 1px dashed #f9515c; }

.filling-cat-selector {
  font-weight: 300; }

.filling-cat-selector.active {
  background: #f9515c; }

.filling-cat-selector {
  margin-top: 15px; }

.ingredients-selector .is-title {
  font-weight: 300;
  padding-bottom: 30px; }

.ingredients-selector .close {
  top: 25px;
  right: 35px; }

.preset-selector .is-title {
  font-weight: 300; }

.preset-selector .close {
  top: 25px;
  right: 35px; }

.preset-img-cont {
  border: 1px solid #e5e5e5; }

.preset-name {
  font-weight: 300;
  font-size: 20px;
  margin-top: 15px; }

.preset-desc {
  font-weight: 300;
  padding-top: 10px; }

.preset-info .preset-price .currency {
  font-size: 27px;
  padding-left: 3px; }

.preset-info {
  margin-top: 20px; }

.preset-weight {
  font-weight: 300; }

.preset-button button {
  font-weight: 300; }

.basket-recommendations-cont .choose-gift-title {
  padding-top: 30px; }

.choose-gift-cont .choose-gift-title {
  padding-top: 15px; }

.cashback-result .currency {
  font-size: 16px;
  padding-left: 2px; }

.progress-bar-content .currency {
  font-size: 16px;
  padding-left: 2px; }

.basket-gift-no-min-sum {
  margin-top: 15px; }

.bonus-info .bi-title {
  padding-top: 15px;
  font-weight: 300;
  font-size: 18px; }

.bonus-info .bi-text {
  padding-top: 15px;
  font-size: 14px; }

.vs__dropdown-option {
  padding: 20px 15px 20px 30px;
  font-size: 16px;
  white-space: normal; }

.vs__dropdown-option.vs__dropdown-option--selected:before {
  right: 22px;
  top: 28px; }

.vs__dropdown-menu {
  top: calc(100% + 15px); }

.constructor-item.active .ci-image-cont svg {
  width: 40px;
  top: 3px;
  left: 3px; }

.filter-opener.filtered svg path:first-child {
  fill: #f35563; }

.checkout-disabled {
  font-weight: 300;
  text-align: left;
  padding-left: 12px;
  font-size: 18px; }

.bonuses-level-item.got span {
  top: 31px;
  left: 27%; }

.bonuses-level-item.got {
  border: none; }

.progress-information .currency {
  font-size: 19px; }

.min-order-sum .progress-container .progress-bar-content {
  line-height: 2.0; }

.progress-container .progress-bar-content {
  font-size: 14px;
  line-height: 2.5; }

.product-cont .progress-container {
  border: 1px solid #e8e8e8; }

.basket-footer .progress-container {
  border: 1px solid #e8e8e8 !important; }

.basket-full .progress-container {
  border: 0px; }

.preorder-title {
  padding-bottom: 15px; }

.preorder-days-cont {
  padding-bottom: 20px; }

.inline-selector {
  margin-top: 0px;
  font-weight: 300; }

.gift-from .progress-bar-content {
  padding-top: 17px !important; }

.gift-item .progress-container .progress-bar-content {
  line-height: 1.4; }

.app-menu .menu-logo-cont {
  border-bottom: 1px solid #dedede; }

.app-menu .logo-container {
  border-right: 1px solid #dedede;
  padding-top: 14px;
  padding-bottom: 15px; }

.app-menu .menu-icon {
  top: 31px; }

.app-menu nav ul {
  padding-left: 20px; }

.menu-icon {
  margin-top: 24px; }

.menu-icon span {
  background: #c0c4cb;
  height: 3px; }

.menu-icon span:nth-child(1) {
  top: -1px; }

.bottom-sticky .menu-icon span:nth-child(3) {
  top: 13px; }

.common-block.delivery-block .map-opener {
  border-bottom: none;
  color: #fff;
  background: #f15767;
  padding: 15px 30px 15px 30px;
  border-radius: 12px;
  font-weight: 300; }

.common-block.checkout-block .map-opener {
  margin: 15px 0 10px 0;
  font-size: 14px;
  border-bottom: none;
  color: #fff;
  background: #f15767;
  padding: 10px 25px 10px 25px;
  border-radius: 12px;
  font-weight: 300; }

.vs__search, .vs__search:focus {
  color: #262b2e;
  font-weight: 300;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.vs__selected {
  color: #262b2e;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.filling-item-selector .currency {
  font-size: 19px;
  padding-left: 2px; }

.news-back.product-back {
  width: 120px;
  height: 22px; }

.news-back.product-back a {
  padding: 7px 25px;
  border: 1px solid #e8e8e8; }

.in-basket-count {
  border-left: none;
  border-right: none; }

.in-basket-count .basket-item-change-amount.minus {
  font-family: Arial;
  margin-top: 0.5px; }

.in-basket-count .basket-item-change-amount.plus {
  font-family: Arial; }

.notify-item span {
  padding-left: 10px; }

.account-login {
  padding-bottom: 5px; }

.change-rules {
  padding-bottom: 30px;
  font-weight: 300; }

.profile-title {
  padding: 30px 0; }

.bsb-count {
  width: 18px;
  height: 18px;
  top: -2px;
  left: 18px; }

.bsb-sum {
  left: 44px;
  top: 2px; }

.bsb-sum .currency {
  font-size: 19px;
  padding-left: 3px; }

.bottom-sticky {
  border-top: none; }

.bs-gift-progress {
  box-shadow: 0 0 15px rgba(81, 92, 98, 0.3);
  -webkit-box-shadow: 0 0 15px rgba(81, 92, 98, 0.3); }

.bspc-item {
  padding-top: 10px;
  height: 30px;
  margin-top: 18px; }

.bs-gift-progress .bspc-item .currency {
  font-size: 19px;
  padding-left: 2px; }

.bspc-item.l3.active {
  background-color: #fc4151; }

.logo-container {
  padding-left: 0px; }

.gift-info-toggle svg {
  width: 15px;
  margin-top: 10px; }

.basket-summary .cashback-cont {
  line-height: 16px;
  font-weight: 300; }

.bd-popover.bonus-info {
  padding-top: 80px; }

.logo-container img {
  display: table-cell;
  vertical-align: middle;
  max-height: 25px; }

.constructor-preset-icon {
  background: url(/bitrix/templates/bd_deliverypizza_mobile/images/preset-icon.svg) no-repeat;
  width: 41px;
  height: 41px;
  display: inline-block;
  background-size: contain;
  vertical-align: middle; }

.cmb-second span {
  margin-left: 0;
  margin-top: 9px; }

.withoutBonus .bsb-count {
  left: 68px;
  top: 15px !important; }

.withoutBonus .bs-footer-item {
  width: 30%; }

.likes-cont path:nth-child(2) {
  display: none; }

.likes-cont.liked path:nth-child(2) {
  display: inherit; }

.vs__dropdown-menu {
  max-height: inherit;
  z-index: 12; }

.progressive-image {
  max-width: 100% !important; }

.constructor-validation-cont {
  height: 45px;
  line-height: 45px;
  background: #f35562;
  color: #fff;
  text-align: left;
  margin: 10px -30px;
  font-weight: 300;
  padding-left: 58px;
  position: relative; }

.constructor-validation-cont .message {
  padding-left: 10px; }

.constructor-validation-cont::before {
  content: '!';
  display: block;
  width: 25px;
  height: 25px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #fff;
  position: absolute;
  top: 10px;
  left: 30px;
  line-height: 1.5;
  text-align: center; }

.add-to-basket[disabled] {
  color: #afafaf;
  background: #fff;
  border: 1px solid #e2e4e5;
  border-radius: 12px; }

.basket-footer {
  margin-bottom: 200px !important; }

.product-cont.opened .product-detail {
  padding-bottom: 230px; }

::-webkit-input-placeholder {
  color: #262b2e; }

:-ms-input-placeholder {
  color: #262b2e; }

::placeholder {
  color: #262b2e; }

.captcha-cont img, .captcha-cont svg {
  display: inline-block;
  vertical-align: middle; }

.captcha-cont svg {
  margin-left: 10px;
  cursor: pointer; }

.captcha-cont svg path {
  fill: #f35562; }

.nc-cont {
  background: #f6f6dc;
  padding: 20px;
  border-radius: 15px;
  margin: 20px 0;
  position: relative; }

.nc-cont:after {
  content: '!';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  left: auto;
  margin: auto;
  font-size: 80px;
  line-height: 1.25;
  color: #dfe1c3; }

.nc-cont .bd-checkbox {
  margin-top: 0; }

.nc-cont .bd-checkbox label span {
  width: 200px;
  font-weight: 300;
  font-size: 18px;
  line-height: 0.9; }

.nc-desc {
  font-weight: 300;
  font-size: 14px;
  margin-top: 10px;
  padding-right: 20px; }

.country-by .currency, .country-ua .currency {
  font-family: "Roboto Condensed"; }

.country-by .bsb-sum .currency, .country-ua .bsb-sum .currency {
  font-size: 14px; }

.country-by .price-native-value .currency, .country-ua .price-native-value .currency {
  font-size: 16px; }

.country-by .basket-item-price .currency, .country-ua .basket-item-price .currency {
  font-size: 16px; }

.country-by .basket-sum-title .currency, .country-ua .basket-sum-title .currency {
  font-size: 22px;
  margin-left: -2px; }

.country-by .need-spend .currency, .country-ua .need-spend .currency {
  font-size: 18px; }

.country-by .cashback-result .currency, .country-ua .cashback-result .currency {
  font-size: 14px; }

.country-by .progress-bar-content .currency, .country-ua .progress-bar-content .currency {
  font-size: 12px; }

.country-by .umb-value .currency, .country-ua .umb-value .currency {
  font-size: 18px; }

.country-by .bonuses-balance .currency, .country-ua .bonuses-balance .currency {
  font-size: 14px; }

.country-by .order-info .op-price .currency, .country-ua .order-info .op-price .currency {
  font-size: 14px; }

.country-by .summary-value .currency, .country-ua .summary-value .currency {
  font-size: 14px; }

.country-by .summary-item.total .summary-value .currency, .country-ua .summary-item.total .summary-value .currency {
  font-size: 18px;
  padding-left: 5px; }

.country-by .progress-information .currency, .country-ua .progress-information .currency {
  font-size: 14px; }

.country-by .old-price-value .currency, .country-ua .old-price-value .currency {
  font-size: 13px;
  padding-left: 3px; }

.country-by .cmb-value .currency, .country-ua .cmb-value .currency {
  font-size: 16px; }

.nc-cont .bd-checkbox label span {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.2;
  left: 30px;
  color: #575740; }

.nc-desc {
  color: #575740;
  margin-top: 15px; }

.nc-cont {
  border-radius: 12px;
  padding: 30px 20px 30px 32px;
  box-shadow: 0 0 15px rgba(81, 92, 98, 0.1);
  -webkit-box-shadow: 0 0 15px rgba(81, 92, 98, 0.1); }

.nc-cont .bd-checkbox label {
  background: #f6f6dd; }

.country-md span.currency {
  font-family: "Roboto Condensed", sans-serif; }

.country-md .bsb-sum .currency {
  font-size: 16px; }

.country-md .basket-item-price .currency {
  font-size: 18px; }

.country-md .need-spend .currency {
  font-size: 26px;
  padding-left: 6px; }

.country-md .basket-sum-title .currency {
  font-size: 30px; }

.country-md .cashback-result .currency {
  font-size: 14px; }

.country-md .price-native-value .currency {
  font-size: 18px; }

.country-md .bonuses-balance .currency {
  font-size: 18px; }

.country-md .umb-value .currency {
  font-size: 20px; }

.country-md .order-info .op-price .currency {
  font-size: 18px; }

.country-md .summary-value .currency {
  font-size: 16px; }

.country-md .summary-item.total .summary-value .currency {
  font-size: 22px; }

.country-md .progress-information .currency {
  font-size: 16px; }

.country-md .progress-bar-content .currency {
  font-size: 14px; }

.country-md .summary-value .currency {
  font-size: 14px; }

.need-spend-cont {
  right: 40px; }

.privacy-title {
  font-size: 22px;
  padding: 30px 0 10px 0; }

.privacy-text {
  font-weight: 300;
  margin-bottom: 50px; }

.cookie-notification {
  background: rgba(37, 37, 37, 0.8);
  color: white;
  padding: 20px;
  bottom: -1px;
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px);
  position: fixed;
  width: 90%;
  z-index: 9999;
  left: 0; }

.cookie-text {
  font-size: 14px;
  line-height: 1.5; }

.cookie-notification a {
  font-size: inherit;
  color: white;
  font-weight: bold;
  text-decoration: none; }

.accept-cookie {
  background: #ffffff;
  color: black;
  margin-top: 15px;
  width: 100%;
  border-radius: 24px;
  padding: 10px 40px;
  font-size: 16px;
  opacity: 0.8;
  cursor: pointer;
  user-select: none;
  border: none; }

.bd-global-mask {
  position: fixed;
  background: rgba(0, 0, 0, 0.6) !important;
  left: 0;
  top: 0;
  z-index: 4;
  height: 100%;
  width: 100%; }

.swipe-closable:before {
  content: ' ';
  width: 50px;
  height: 3px;
  border-radius: 10px;
  background: #ccc;
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  margin: auto;
  top: 7px;
  z-index: 3; }

/* End */


/* Start:/bitrix/templates/bd_deliverypizza_mobile/css/update.css?16630111945912*/
/* Change Autocomplete styles in Chrome*/
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  border: none;
  -webkit-text-fill-color: #000;
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
  transition: background-color 5000s ease-in-out 0s;
}


.price-native-value .currency {
	font-size: 22px;
    padding-left: 5px;
}

.product-info {
	    width: calc(100% - 56px);
}

.bs-footer {
	box-shadow: 0 0 15px rgb(81 92 98 / 30%);
    -webkit-box-shadow: 0 0 15px rgb(81 92 98 / 30%);
}

.bs-footer-item.menu-toggle-container { 
top: 3px;
}

.bs-footer-item {
	text-align: center;
}

.bsb-count {
left: 52px;
    top: 15px !important;
}

.menu-icon span {
	height: 2px;
	border-radius: 666px;
}

.close {
	line-height: 1.24;
	background-color: #e8e8e8;
	    color: #717171;
	font-weight: 300;
	    top: 10px;
    right: 10px;
        width: 30px;
    height: 30px;
}

.app-menu ul li a {
	border-bottom: none;
}

.footer-wrapper nav ul li a {
	border-bottom: none;
}

.gift-info-toggle, .bs-gift-progress, .bs-progress-bar {
	display: none;
}

.likes-cont {
	border: none;
}

.no-sale-cont {
	display: none;
}

.product-info-detail-opener-trigger {
	font-weight: 300;
    font-family: 'Roboto';
}

.basket-item-price .currency {
	font-size: 20px;
    padding-left: 4px;
}

.progress-bar-content .currency {
	    font-size: 14px;
    padding-left: 2px;
}

.basket-sum-title .currency {
    font-size: 35px;
}

.cashback-result .currency {
    font-size: 14px;
    padding-left: 3px;
}

.cmb-value .currency {
    font-size: 24px;
    padding-left: 5px;
}

.summary-value .currency {
    font-size: 16px;
    padding-left: 5px;
} 

.summary-item.total .summary-value .currency {
    font-size: 26px;
    padding-left: 5px;
}

.ps-cancel a {
	    border-bottom: none;
}

.checkout-rules-cont {
	line-height: 1.3;
}

.umb-value .currency {
    font-size: 24px;
    padding-left: 5px;
}

.profile-nav a {
	border-bottom: none;
}

.bonuses-balance .currency {
    font-size: 20px;
    padding-left: 5px;
}

.progress-information .currency {
	font-size: 16px;
	font-weight: 400;
}

.bonuses-level-item.got span {
	top: 37px;
    left: 23%;
}

.bonuses-level-item span {
    top: 29px;
    left: 24%;
}

.promo-text ul li {
	line-height: 1.4;
}

.bonuses-balance .bb-cont{
	    padding-top: 6px;
}

.change-rules {
	    line-height: 1.4;
}

.profile-title {
	    padding: 20px 0;
}

.add-address {
	margin-top: 14px;
}

.add-address span {
	    font-size: 24px;
    font-family: 'Roboto';
    font-weight: 300;
    top: 6px;
    left: 0px;
}

.winner-bottom-text {
	line-height: 1.4;
}

.basket-item-footer button, .si-actions button {
	font-family: 'Roboto';
}

.basket-summary .cashback-cont {
	font-size: 13px;
}

.gift-item-name {
	font-size: 14px;
}

.basket-summary {
	margin-top: 50px;
}

.choose-gift-title {
	font-weight: 500;
}

.basket-title {
	    font-size: 30px;
    font-weight: 500;
    padding: 40px 10px 0px 0px;
}

.profile-nav {
	    margin-bottom: 30px;
}

.app-menu .menu-logo-cont {
	display: none;
}

.app-menu ul {
	margin-top: 10px;
}

.app-menu .menu-icon {
	width: 30px;
    height: 30px;
}

.app-menu .menu-icon span {
	background: #000;
}

.filter-opener {
	top: 65px;
}
.filter-cont {
	padding: 40px 30px 30px 20px;
}
.filter-cont .close {
	    top: 10px;
    right: 10px;
}

.clear-filter {
	border-bottom: none;
}

.order-name span {
	border-bottom: none;
}

.order-date {
	border-bottom: none;
}

.orders-history-item .close {
    top: 10px;
    right: 10px;
}

.old-price-value .currency {
	font-size: 16px;
	padding-left: 3px;
}

h1 {
	font-weight: 500;
}

.company-phone-header a {
	font-size: 16px;
}

.need-spend .currency {
    font-size: 33px;
    padding-left: 5px;
}

.basket-footer .progress-container {
	background: #fff;
}

.need-spend-icon svg {
	left: 40px;
}

.need-spend-cont {
    right: 40px;
    top: 36px;
}

.index-category-item {
	margin-top: 20px;
}

.index-category-item.small {
	height: 96px;
}

.bi-text, .bi-title {
	width: 80%;
}

.bonus-info .bi-title {
    font-weight: 400;
    font-size: 20px;
    line-height: 1.3;
}

.bonus-info .bi-text {
	font-size: 16px;
	line-height: 1.4;
}

.code-desc {
	line-height: 1.4;
}

.rules .label a {
	line-height: 1.4;
	border-bottom: none;
}

.auth-container .close {
    top: 10px;
    right: 10px;
}

.category-view-name a {
	border-bottom: none;
} 

.product-description {
	    font-size: 14px;
}

.energy-table .title {
	font-size: 14px;
}

.bd-global-mask {
	    background: rgba(0, 0, 0, 0.4);
}

.product-cont {
	background: #ffffff;
}

.menu-toggle-container {
	height: 70px;
}

.bd-popover.personal-promo {
	    background-image: linear-gradient(59deg, #4158D0 0%, #C850C0 31%, #FFCC70 100%);  
}

.product-detail .add-to-basket {
	font-size: 16px;
}

.product-detail .add-to-basket .currency {
	font-weight: 400;
	padding-left: 3px;
}

.in-basket-count {
	height: 60px;
}

.in-basket-count .basket-item-change-amount.minus, .in-basket-count .basket-item-change-amount.plus {
	height: 60px;
	font-family: 'Roboto';
	font-weight: 300;
	font-size: 30px;
	
}

.in-basket-count .basket-item-amount {
	height: 60px;
	line-height: 60px;
	font-size: 18px;
}

.in-basket-count .basket-item-amount .currency {
	font-weight: 400;
	padding-left: 3px;
}

.add-to-basket-unavailable {
	height: 40px;
	font-size: 16px;
	background: #F2F2F2;
	line-height: 40px;
	font-weight: 300;
}

.bs-footer {
	padding-bottom: calc(env(safe-area-inset-bottom) * 1.4);
}

.product-cont.opened .product-image-cont img {
	border-radius: 16px;
}

.bs-basket {
	    top: 3px;
}

.promo-result-cont {
	    margin-top: 15px;
}

.basket-sum-title.withPromo .currency {
	font-size: 26px;
}

.bs-promo-discount {
	padding-top: 5px;
}
/* End */
/* /bitrix/templates/bd_deliverypizza_mobile/dist/style.css?1663011194102701 */
/* /bitrix/templates/bd_deliverypizza_mobile/css/update.css?16630111945912 */
