body.hidden-body {
  overflow: hidden;
  padding-right: 4px;
}
.cart_wr > div, .popup_wr > div, .basket_wr > div {
  z-index: 2;
}
.cart_wr .bg-cover, .popup_wr .bg-cover, .basket_wr .bg-cover {
  z-index: 1;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  position: absolute;
}
main {
  margin-bottom: 20px;
}
.site_map {
  display: flex;
  flex-wrap: wrap;
}
.site_map > div {
  width: 50%;
  padding: 0 15px;
}
@media (max-width: 768px) {
  .site_map > div {
    width: 100%;
    margin-bottom: 20px;
  }
}
.site_map ul > li a {
  font-size: 18px;
  line-height: 1.3;
}
.site_map ul > li ul {
  padding-left: 30px;
}
.site_map ul > li ul li:before {
  content: '';
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #fab34f;
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
}
.site_map ul > li ul li a {
  font-size: 16px;
}
.site_map .page-title {
  font-size: 24px;
  line-height: 1.5;
}
.header_bottom__adress label .btn_adress {
  z-index: 2;
}
.btn_common_wr .btn_common {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.btn_hover a:not(.su_button_circle) {
  position: relative;
  z-index: 1;
}
#info .input-field {
  text-align: center;
  font-size: 18px;
}
.catalog_fillter_sort {
  margin-bottom: 10px;
}
.category_page .filter__title {
  max-height: inherit;
}
.moment.title_prod {
  width: calc(100% - 48px);
  display: flex;
  justify-content: space-between;
}
.moment.title_prod img {
  margin: 0;
}
.category_wr .category_child:not(.mom_ch):hover .title_prod {
  opacity: 0;
}
.category {
  position: relative;
  z-index: 2;
}
.category_page .filter_content .checkbox_wr_child a, .category_page .filter_content .checkbox_wr_child span {
  position: relative;
  line-height: 26px;
  font-size: 18px;
  font-family: Gilroy;
  font-weight: 500;
  color: #3f4348;
  cursor: pointer;
  display: block;
}
.category_page .filter_content .checkbox_wr_child a:hover, .category_page .filter_content .checkbox_wr_child span:hover {
  color: #58aaa5;
}
.category_page .filter_content .checkbox_wr_child span {
  color: #58aaa5;
}
.category_wr .category_child__price .grm {
  display: inline-block;
}
.store_list {
  display: none;
}
header .header_top .h_wr {
  max-width: 950px;
}
.lang_wr {
  text-transform: uppercase;
}
.lang_wr button {
  text-transform: uppercase;
}
.order_now__content .child__title, .order_now__tabs .link a, .order_now__tabs .link span {
  font-weight: bold;
}
.page_404 .main_banner_wr .stock_block {
  flex-grow: 1;
}
.page_404 .main_banner_wr .stock_img {
  flex-grow: 2;
}
@media (min-width: 1024px) {
  .header_bottom .user_block .btn_adress {
    display: block;
  }
}
@media (min-width: 1025px) {
  .header_bottom .user_block .btn_adress {
    display: none;
  }
}
.input_group {
  align-items: flex-start;
}
#choice .select_ .checkbox_wr_child {
  margin: 5px 0 10px 20px;
  font-size: 16px;
  cursor: pointer;
}
#choice .select_ .checkbox_wr_child:hover {
  color: #eb3c45;
}
#choice .select_:after {
  display: none;
}
.link_top span.active {
  color: #faaf41;
}
.btn_common_wr .btn_common {
  font-weight: bold;
}
.input-field.checkbox_block .check_condition {
  border: 1px solid #ccc;
}
.input-field.checkbox_block input:checked + .check_condition {
  border: 1px solid #58aaa5;
}
.xdsoft_autocomplete_dropdown {
  display: none !important;
}
@media (max-width: 1024px) {
  .child.foot_cont .child__title {
    display: none;
  }
}
header {
  z-index: 3;
}
@media (max-width: 768px) {
  .category_page .filter_content .checkbox_wr_child {
    margin: 15px 0;
  }
}
.btn_adress {
  padding: 0;
}
.btn_adress img {
  max-width: initial;
}
.product_count {
  display: inline-flex;
  min-width: 200px;
  align-items: center;
  height: 48px;
  background: #faaf41;
  border-radius: 45px;
  padding: 6px;
  justify-content: space-between;
}
.product_count .btn_count {
  border-radius: 50%;
  width: 36px;
  height: 36px;
  background: #ffe9ca;
  position: relative;
  cursor: pointer;
}
.product_count .btn_count:after {
  content: '';
  position: absolute;
  width: 12px;
  height: 1.2px;
  background: #faaf41;
  left: calc(50% - 6px);
  top: calc(50% - 0.6px);
}
.product_count .btn_count.count_right:before {
  content: '';
  position: absolute;
  width: 1.2px;
  height: 12px;
  background: #faaf41;
  top: calc(50% - 6px);
  left: calc(50% - 0.6px);
}
.product_count__content {
  font-size: 14px;
  line-height: 15px;
  text-align: center;
  letter-spacing: 0.04em;
  color: #fff;
  font-weight: 700;
}
.animate_cart {
  animation: 0.5s animate_cart linear;
}
@keyframes animate_cart {
  from {
    transform: rotate(8deg);
  }
  30% {
    transform: rotate(-8deg);
  }
  60% {
    transform: rotate(4deg);
  }
  90% {
    transform: rotate(-8deg);
  }
  to {
    transform: rotate(0deg);
  }
}
.select_ .bootstrap-select {
  width: 100% !important;
}
.select_ .bootstrap-select .dropdown-toggle {
  border: 1px solid #e5e5e5;
  background: none;
  height: 45px;
  box-shadow: none;
  padding: 12px 10px;
  font-size: 16px;
  line-height: 24px;
  color: rgba(63, 67, 72, .6);
}
.select_ .bootstrap-select .caret {
  width: 44px;
  height: 100%;
  border: none;
  top: 0;
  bottom: 0;
  background: url(/images/marker_select.svg) no-repeat;
  background-size: cover;
  right: 0;
  margin-top: 0;
}
.select_ .dropdown-menu > .active > a, .select_ .dropdown-menu > .active > a:focus, .select_ .dropdown-menu > .active > a:hover {
  background-color: #faaf41;
}
.rest {
  background: #e5e5e5;
}
.rest.all_bg:after {
  height: 260px;
  transform: rotate(6.5deg);
}
.moment_select {
  position: relative;
  width: 100%;
  max-width: 1570px;
  margin: 60px auto 0;
  padding: 0 15px;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.moment_select__left {
  max-width: 885px;
  width: 100%;
}
.moment_select .select_ {
  display: flex;
  align-items: center;
}
.moment_select .select_ label.select__inp {
  background: #fff url(/images/marker_input.svg) no-repeat 98%;
  border-radius: 5px;
  max-width: 504px;
  width: 100%;
}
.moment_select .select_ input {
  background: none;
  width: 100%;
  height: 55px;
  padding: 0 45px 0 15px;
}
.moment_select .select_.close {
  display: none;
}
.moment_select .select_ .or {
  font-size: 16px;
  line-height: 24px;
  color: rgba(63, 67, 72, .6);
  margin: 0 12px;
  font-weight: 600;
}
.moment_select .select_ > button {
  font-size: 16px;
  line-height: 17px;
  text-align: center;
  letter-spacing: 0.04em;
  color: #fff;
  background: #faaf41;
  border-radius: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #faaf41;
  height: 55px;
  max-width: 330px;
  width: 100%;
  transition: all 0.3s ease-in;
  font-weight: 700;
}
.moment_select .select_ > button svg {
  fill: #fff;
  transition: all 0.3s ease-in;
}
.moment_select .select_ > button span {
  margin-left: 5px;
}
.moment_select .select_ > button:hover {
  background: #fff;
  color: #faaf41;
}
.moment_select .select_ > button:hover svg {
  fill: #faaf41;
}
.moment_select .select_ .bootstrap-select .dropdown-toggle {
  border-radius: 5px;
  height: 55px;
  width: 100%;
  max-width: initial;
  background: #fff;
  padding: 0 10px;
}
.moment_select .select_ .bootstrap-select {
  width: 504px;
}
.moment_select .select_ .bootstrap-select .caret {
  width: 55px;
}
@media (max-width: 1200px) {
  .moment_select .select_ {
    flex-direction: column;
    align-items: flex-start;
  }
  .moment_select .select_ .or {
    margin: 20px 10px;
  }
}
@media (max-width: 768px) {
  .moment_select .moment_select__right {
    display: none;
  }
}
.moment_select .restaurant .bootstrap-select {
  max-width: 504px;
}
.moment_select .restaurant button.rest_btn {
  max-width: 265px;
}
.moment_select__title {
  font-size: 48px;
  line-height: 54px;
  font-weight: 900;
}
.moment_select__title span:last-child {
  color: #eb3c45;
}
.moment_select__descr {
  font-size: 22px;
  line-height: normal;
  color: #3f4348;
  font-weight: 900;
  max-width: 454px;
  margin-bottom: 15px;
}
.moment_select .restaurant, .moment_select .pickup {
  display: none;
}
.moment_select__form.open_pickup .pickup {
  display: block;
}
.moment_select__form.open_rest .restaurant {
  display: block;
}
@media (max-width: 768px) {
  .moment_select {
    margin-bottom: 40px;
  }
  .moment_select .moment_select__title {
    font-size: 34px;
    line-height: 1.5;
  }
  .moment_select .moment_select__descr {
    font-size: 18px;
    line-height: 1.5;
  }
  .moment_select .select_ .bootstrap-select .dropdown-toggle, .moment_select .select_ input, .moment_select .select_ button {
    height: 50px;
  }
  .moment_select .select_ button {
    font-size: 14px;
    max-width: 260px;
  }
}
.header_bottom #logo {
  max-width: 180px;
}
@media (max-width: 768px) {
  .header_bottom #logo {
    max-width: 120px;
  }
}
@media (max-width: 620px) {
  .header_bottom #logo {
    max-width: 100px;
  }
}
@media (max-width: 1500px) {
  .header_bottom {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.checkout_wr .checkout_product .content_product .desc_title {
  min-height: 66px;
}
.select__inp {
  position: relative;
}
.select__inp-btn {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 40px;
  background: none;
  border: none;
}
.category_page .category_wr .tabs span {
  border: none;
}
@media (min-width: 769px) {
  .category_page .category_wr .tabs {
    border: none;
  }
  .category_page .category_wr .tabs li {
    border: 1px solid #e5e5e5;
    overflow: hidden;
  }
  .category_page .category_wr .tabs li span {
    border: none;
  }
  .category_page .category_wr .tabs li.active span {
    border-radius: 0;
  }
  .category_page .category_wr .tabs li:first-child {
    border-radius: 5px 0 0 5px;
    border-right: none;
  }
  .category_page .category_wr .tabs li:last-child {
    border-radius: 0 5px 5px 0;
    border-left: none;
  }
}
.checkout_wr .checkout_form .pay_wr__content {
  justify-content: flex-start;
}
#info .btn_common_wr {
  padding: 0;
}
.order_now__content .child {
  width: 100%;
}
@media (max-width: 1200px) {
  .order_now__content .swiper-wrapper {
    flex-wrap: wrap;
  }
  .order_now__content .swiper-slide {
    width: 25%;
    position: relative;
  }
  .order_now__content .swiper-slide:after {
    content: '';
    border-bottom: 4px dotted #e9e4ed;
    margin-bottom: 10px;
    display: block;
    position: absolute;
    bottom: 0;
    width: 90%;
  }
  .order_now__content .swiper-slide:nth-of-type(4n+4) a {
    border-right: none !important;
  }
}
@media (max-width: 768px) {
  .order_now__content .swiper-slide {
    width: 50%;
  }
  .order_now__content .swiper-slide:nth-of-type(4n+2) a {
    border-right: none !important;
  }
}
.order_now__content .child:last-child a {
  border-right: 4px dotted #e9e4ed;
}
.order_now__content .swiper-slide:last-child a {
  border: none;
}
.order_now__content .swiper-slide.border_no a {
  border-right: 4px dotted #fff;
}
.order_now__content .swiper-slide:active a, .order_now__content .swiper-slide:focus a, .order_now__content .swiper-slide:hover a {
  border-right: 4px dotted #eb3c45;
}
.order_now__content .swiper-button-next {
  right: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fdb940;
}
.order_now__content .swiper-button-next:after {
  content: '\203a';
  font-size: 50px;
  text-align: center;
  vertical-align: middle;
  color: #fff;
}
.order_now__content .swiper-button-next.swiper-button-disabled {
  display: none;
}
.order_now__content .swiper-button-prev {
  left: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fdb940;
}
.order_now__content .swiper-button-prev:after {
  content: '\203a';
  font-size: 50px;
  text-align: center;
  vertical-align: middle;
  color: #fff;
}
.order_now__content .swiper-button-prev.swiper-button-disabled {
  display: none;
}
@media (max-width: 1200px) {
  .order_now__content .swiper-button-prev, .order_now__content .swiper-button-next {
    display: none;
  }
}
html.ie .header_bottom__adress label input {
  height: 77px;
}
html.ie .header_bottom__phone a {
  font-size: 24px;
}
html.ie .header_bottom {
  height: 125px;
}
@media (min-width: 1025px) {
  html.ie header.fixed .header_bottom {
    height: 100px;
  }
}
html.ie .btn_common_wr .btn_common {
  height: 55px;
}
html.ie .order_now__tabs .link a, html.ie .order_now__tabs .link span {
  height: 70px;
}
@media (max-width: 1024px) {
  html.ie .order_now__tabs .link {
    height: 50px;
  }
}
html.ie header .header_top {
  height: 46px;
}
html.ie .category_page .category_wr .tabs span {
  height: 70px;
}
@media (max-width: 520px) {
  .category_wr .category_child {
    padding: 15px;
    margin: 0 15px 20px;
  }
  .category_wr .category_child__img {
    margin-top: 0;
  }
  .category_wr .category_child__img img {
    max-width: 150px;
  }
  .category_wr .category_child__title {
    min-height: initial;
    margin: 10px 0;
  }
}
.cart_content .product_count {
  margin: 50px 15px;
  min-height: 48px;
}
@media (max-width: 768px) {
  .category_wr .category .category_child:not(.mom_ch):active, .category_wr .category .category_child:not(.mom_ch):focus, .category_wr .category .category_child:not(.mom_ch):hover {
    background: #fff;
  }
  .category_wr .category .category_child:not(.mom_ch):active .category_child__img, .category_wr .category .category_child:not(.mom_ch):focus .category_child__img, .category_wr .category .category_child:not(.mom_ch):hover .category_child__img {
    margin-top: 20px;
  }
  .category_wr .category .category_child:not(.mom_ch):active .category_child__desc, .category_wr .category .category_child:not(.mom_ch):focus .category_child__desc, .category_wr .category .category_child:not(.mom_ch):hover .category_child__desc {
    padding: 0;
    display: none;
    max-height: inherit;
    overflow: hidden;
  }
  .category_wr .category .category_child:not(.mom_ch):active .category_child__price .price, .category_wr .category .category_child:not(.mom_ch):focus .category_child__price .price, .category_wr .category .category_child:not(.mom_ch):hover .category_child__price .price {
    color: #eb3c45;
  }
  .category_wr .category .category_child:not(.mom_ch):active .category_child__price .grm, .category_wr .category .category_child:not(.mom_ch):focus .category_child__price .grm, .category_wr .category .category_child:not(.mom_ch):hover .category_child__price .grm {
    color: rgba(0, 0, 0, .54);
  }
  .category_wr .category .category_child:not(.mom_ch):active .title_prod, .category_wr .category .category_child:not(.mom_ch):focus .title_prod, .category_wr .category .category_child:not(.mom_ch):hover .title_prod {
    opacity: 1;
  }
  .category_wr .category .category_child:not(.mom_ch):active .category_child__title, .category_wr .category .category_child:not(.mom_ch):focus .category_child__title, .category_wr .category .category_child:not(.mom_ch):hover .category_child__title {
    color: #333;
  }
}
.tooltip-inner {
  max-width: 260px;
}
@media (max-width: 768px) {
  .tooltip-inner {
    display: none !important;
  }
}
.reviews .swiper-container {
  padding-top: 130px;
}
.order_now_wr {
  margin-top: 40px;
}
.order_now_wr .order_now__tabs .link.two {
  border-radius: 0;
}
.order_now_wr .order_now__tabs .link.one {
  color: #eb3c45;
}
.order_now_wr .order_now__tabs .link.three {
  color: #eb3c45;
  background: #fdb940;
}
.order_now_wr .order_now__tabs .link.three:hover a {
  background: #fdc562;
}
.order_now_wr .order_now__content .child:active, .order_now_wr .order_now__content .child:focus, .order_now_wr .order_now__content .child:hover {
  background: #fdb940;
}
.order_now_wr .order_now__content .swiper-slide:active a, .order_now_wr .order_now__content .swiper-slide:focus a, .order_now_wr .order_now__content .swiper-slide:hover a {
  border-right: 4px dotted #fdb940;
}
.checkout_wr .checkout_form .promo {
  display: flex;
}
.checkout_wr .checkout_form .promo input {
  max-width: inherit;
}
@media (max-width: 540px) {
  .checkout_wr .checkout_form .promo {
    display: block;
  }
  .checkout_wr .checkout_form .promo input {
    max-width: inherit;
    margin-right: 0;
    width: calc(100% - 40px);
  }
  .checkout_wr .checkout_form .promo button {
    margin-top: 20px;
  }
}
.profile_form .input-field.input_edit.add_input label input {
  border-radius: 5px;
}
.profile_form .input-field.input_edit.add_input label .apply {
  display: block;
}
.wrapper {
  max-width: inherit;
}
.wrapper header, .wrapper main, .wrapper footer {
  max-width: 1920px;
  margin: 0 auto;
  width: 100%;
}
#choice .select_ .bootstrap-select .dropdown-toggle {
  padding: 0 15px;
}
.cart_img img {
  border-radius: 50%;
}
@media (max-width: 768px) {
  .cart_wr .cart_content .cart_img {
    max-width: 180px;
    margin: 30px auto 15px;
  }
}
.news_page .news_child__descr .title {
  display: block;
}
.bootstrap-select .dropdown-toggle .filter-option {
  display: flex;
  align-items: center;
}
@media (max-width: 1366px) {
  .breadcrumbs {
    padding: 30px 15px;
  }
  .all_title {
    margin-bottom: 30px;
  }
}
footer {
  padding: 60px 15px 50px;
}
@media (max-width: 1200px) {
  footer {
    padding: 20px 15px 30px;
  }
}
.nav-item.active {
  color: #eb3c45;
}
.news_page .news_child__descr .title {
  min-height: 48px;
}
#adress_search1::-webkit-input-placeholder {
  line-height: 77px;
}
#adress_search1::-moz-placeholder {
  line-height: 77px;
}
/* Firefox 19+ */
#adress_search1:-moz-placeholder {
  line-height: 77px;
}
/* Firefox 18- */
#adress_search1:-ms-input-placeholder {
  line-height: 77px;
}
.catalog_fillter_sort__right .title {
  margin-right: 10px;
}
.checkout_wr .checkout_form .time_block .count_device .bootstrap-select .bs-caret {
  height: 49px;
}
.main_banner_wr {
  z-index: 1;
}
@media (max-width: 1024px) {
  .btn_search {
    display: block !important;
  }
}
.header_bottom__adress label {
  border: 1px solid #ccc;
}
.old_price {
  margin-left: 10px;
  font-size: 16px;
  line-height: 17px;
  text-align: center;
  color: #a4a4a4;
  font-family: Gilroy;
  font-weight: 700;
  position: relative;
}
.old_price:after {
  content: '';
  width: 100%;
  left: 0;
  right: 0;
  height: 1px;
  background: #a4a4a4;
  position: absolute;
  transform: rotate(-15deg) translateY(50%);
  bottom: 50%;
}
.category_child__img img {
  border-radius: 50%;
}
.news_page .news_child.block_hide {
  display: none;
}
@media (max-width: 1024px) {
  .news_page .news_child.block_hide {
    display: block;
  }
}
.dropdown-menu {
  z-index: 3;
}
@media (max-width: 540px) {
  .work_wr:before {
    top: -250px;
  }
}
@media (max-width: 1024px) {
  .checkout_wr .checkout_product .content_product .price_ch {
    text-align: center !important;
  }
  .checkout_wr .checkout_product .content_product .desc_title {
    min-height: inherit;
  }
  .checkout_wr .checkout_product .content_product .bs_count {
    margin: 0 auto;
  }
}
@media (max-width: 1024px) {
  .checkout_wr .checkout .btn_common_wr {
    flex-direction: column;
  }
  .checkout_wr .checkout .btn_common_wr .total_price {
    margin-bottom: 15px;
  }
}
#choice .dropdown-menu > li > a:focus, #choice .dropdown-menu > li > a:hover {
  color: #fff;
  background-color: #faaf41;
}
#call_back .input-field input, #call_back .input-field textarea {
  border: 1px solid #333;
}
@media (max-width: 1024px) {
  ._orinationRight_25.wrap_mW {
    right: inherit;
    left: 20px;
  }
}
.about_us__content li {
  position: relative;
  padding-left: 20px;
  font-size: 18px;
  line-height: 1.3;
}
.about_us__content li:before {
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #fbb133;
  left: 0;
  top: 8px;
  position: absolute;
}
.des_p {
  font-size: 14px;
  line-height: 1.5;
  margin-top: 10px;
}
.des_p .old_price {
  font-size: 20px;
}
.red {
  color: #eb3c45;
}
.work_wr .work .work_content__child .icons_wr span {
  color: #e5eaea;
}
#sign_in .popup {
  max-width: 1000px;
  padding: 45px 30px;
  transform: translate(-50%, 0);
  top: 0;
}
@media (max-width: 768px) {
  #sign_in .popup {
    padding: 40px 10px;
  }
}
#sign_in .delivery_content {
  display: flex;
}
@media (max-width: 768px) {
  #sign_in .delivery_content {
    flex-direction: column;
  }
  #sign_in .delivery_content .delivery_info {
    margin-top: 20px;
  }
}
#sign_in .map {
  min-height: 400px;
  height: initial;
}
@media (max-width: 768px) {
  #sign_in .map {
    min-height: 300px;
  }
}
#sign_in .delivery .delivery_info, #sign_in .delivery_bottom .delivery_info {
  margin-left: 20px;
}
@media (max-width: 768px) {
  #sign_in .delivery .delivery_info, #sign_in .delivery_bottom .delivery_info {
    margin-top: 20px;
    margin-left: 0;
  }
}
#sign_in .delivery_bottom_info__title, #sign_in .delivery_info__title {
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  #sign_in .delivery_bottom_info__title, #sign_in .delivery_info__title {
    font-size: 24px;
    line-height: 1.5;
    margin-bottom: 10px;
  }
  #sign_in .delivery .child_title, #sign_in .delivery_bottom .child_title {
    margin-bottom: 0;
  }
}
#sign_in .delivery_info__desc {
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 20px;
}
.bottom_text{
	margin: 20px auto;
    line-height: 26px;
    font-size: 18px;
    color: #3f4348;
}
