/*reset*/
html,
body,
div,
span,
object,
iframe,
img,
strong,
b,
u,
i,
table,
tbody,
tfoot,
thead,
td,
th,
tr form,
label,
legend,
header,
footer,
article,
section,
aside {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  background: transparent;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none;
}
html,
body {
  width: 100%;
  height: 100%;
}
.clear {
  clear: both;
  font-size: 0;
}
.clearfix::after {
  clear: both;
  content: "";
  display: table;
}
* {
  box-sizing: border-box;
}
button,
input[type="button"],
input[type="submit"] {
  cursor: pointer;
}
table,
td,
th,
tr {
  border-collapse: collapse;
  border-spacing: 0;
}
input,
select,
textarea,
button {
  font-family: arial, helvetica, sans-serif;
  font-weight: 400;
  color: #000;
}
* {
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
* {
  outline: 0 !important;
}
/*reset*/

@font-face {
  font-family: "seguisb";
  src: url("../fonts/seguisb.eot");
  src: local("seguisb"), url("../fonts/seguisb.woff") format("woff"),
    url("../fonts/seguisb.ttf") format("truetype"),
    url("../fonts/seguisb.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

.store_link {
    position: absolute;
    width: 147px;
    height: 59px;
    border-radius: 7px;
}


@media (min-width:1200px){
    .store_link:hover{
        background: rgba(255,255,255,0.7);
    }
}    

#app_store_link {
    left: 416px;
    bottom: 34px;
    width: 203px;
    height: 59px;
}

.en #app_store_link {
    left: 446px; 
    width: 153px;
}

#google_link {
    left: 629px;
    bottom: 34px;
}

.en #google_link {
    left: 608px;
}
.rub {
  font-family: "seguisb" !important;
}

.prize_gramm span.rub {
  font-size: 20px;
}

body #welcome {
  display: none;
}

@font-face {
  font-family: "Glober_Book";
  src: url("../fonts/Glober_Book.eot");
  src: local("Glober_Book"), url("../fonts/Glober_Book.woff") format("woff"),
    url("../fonts/Glober_Book.ttf") format("truetype"),
    url("../fonts/Glober_Book.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

body {
  font-family: "Proxima Nova regular";
  color: #000;
  background: #fff;
  position: relative;
  margin: 0 auto;
  position: relative;
}
.container {
  max-width: 1400px;
  margin: 0 auto;
}

@media (min-width:900px){
    h2.no_icon_h2 {
        padding-top: 29px;
    }    
}


body
  .select2-container
  .select2-selection--single
  .select2-selection__rendered {
  padding-left: 2;
}

#popap_call_back input[type="text"].cnt {
  display: inline-block;
  width: 33px;
  text-align: center;
  color: #fff;
  text-indent: 0;
  padding: 0;
  border-radius: 5px;
  height: 22px;
  line-height: 22px;
  margin-bottom: 0;
}

.cnt-btn.plus,
.cnt-btn.minus,
.cnt-btn.plus-mod,
.cnt-btn.minus-mod,
.cnt-btn.plus-sel,
.cnt-btn.minus-sel {
  font-size: 27px;
}

.adds-elem {
  display: flex;
  align-items: center;
  margin: 5px 0;
  position: relative;
}

.adds-elem input,
.adds-elem label {
  float: none !important;
  font-size: 16px !important;
  font-family: "Proxima Nova regular";
}

body .adds-elem input[type="checkbox"].main-check + label {
  position: initial;
}

.in_pizza_flex > div .adds-elem img {
  height: 45px;
  margin: 0;
}

@media (max-width: 560px) {
  .in_pizza_flex > div .adds-elem img {
    width: auto;
    height: 45px;
    margin: 0;
  }
}
.all-adds {
  padding-top: 15px;
}

.adds-elem input[type="checkbox"].main-check + label::before {
  right: 0px;
  width: 24px;
  height: 24px;
  left: inherit;
  top: 9px;
}

.adds-elem input[type="checkbox"].main-check + label::after {
  right: 0px;
  left: inherit;
  background: url(https://tomyumbar.ru/img/galka.png);
  background-size: 19px;
  top: 11px;
  background-repeat: no-repeat;
}

.addit a.show-all-adds {
  text-align: center;
  display: block;
  font-size: 14px;
  font-family: "Proxima Nova semibold";
  color: #c4c4c4;
  margin: 20px 0 10px;
}

.all-adds {
  display: none;
}

.cart_item {
  margin-top: 8px;
}

#order {
  width: 100%;
  max-width: 500px;
}

#order table {
  width: 100%;
}

#order table td {
  padding: 3px 0;
}

table#order-table td:nth-child(1) {
  width: 240px;
}

table#order-table td:nth-child(2) {
  width: 90px;
}

table#order-table td:nth-child(3) {
  width: 77px;
}
table#order-table td:nth-child(4) {
  width: 90px;
}

.cnt-btn {
  vertical-align: middle;
  display: inline-block;
  height: 27px;
  line-height: 27px;
  text-align: center;
  width: auto;
  border-radius: 5px;
  margin: 0 2px;
  cursor: pointer;
  /* border: 1px solid #fff; */
}

a.del.cnt-btn,
a.del-mod.cnt-btn {
  border: 1px solid #fff;
  padding: 3px 6px;
  line-height: normal;
}

.cnt-btn.minus {
  line-height: 23px;
}

.menu-list {
  text-align: center;
  margin-top: 5px;
  color: #fff;
  font-size: 13px;
  display: none;
  line-height: 23px;
  max-width: 1300px;
  margin: 0 auto;
}

@media (min-width: 900px) {
  .fix_head .menu-list {
    display: block;
  }
}

.pizza_block .section {
  margin-top: -90px;
}
.cat-name {
  padding-top: 90px;
}
.menu-list a {
  text-transform: uppercase;
  margin: 0 4px;
  cursor: pointer;
  color: #000;
  text-decoration: none;
}

.menu-list a.active {
  background: #e31d24;
  padding: 6px;
  border-radius: 73px;
}
.menu-list span:last-child {
  display: none;
}

.fix_head {
  /* padding: 10px 0; */
  background: rgba(0, 0, 0, 0.8);
}

.fix_head .logo {
  margin-top: 20px;
  margin-bottom: 10px;
}
.in_head_flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
}
.num_b {
  width: 420px;
}

 

.ava {
  background-size: contain;
  background-repeat: no-repeat !important;
  width: 315px;
  height: 220px;
  margin: 0 0 35px 0;
  max-width: 100%;
}

.ava.load {
  background-size: 400%;
  background-image: linear-gradient(
    90deg,
    #eeeeee 0%,
    #eeeeee 40%,
    #dddddd 50%,
    #dddddd 55%,
    #eeeeee 65%,
    #eeeeee 100%
  );

  animation: skeleton 1500ms infinite;
  content: "";
}

@media (min-width: 800px) {
  .ava {
    position: relative;
    top: 0px;
    margin: 0 0 0px 0;
  }

  .prize_gramm {
    margin-top: -8px;
  }
}
.num_b h2 {
  font-size: 25px;
  color: #fff;
  margin: 0 0 7px 0;
  font-weight: 400;
}
.num_b h2 a {
  text-decoration: none;
  color: #fff;
}
.num_b h2 span {
  font-size: 16px;
  color: #e31d24;
}
nav {
  margin: 0 0 25px 0;
}
nav a {
  font-size: 17px;
  display: inline-block;
  margin: 0 10px 0 0;
  padding: 0 10px 0 0;
  color: #fff;
  text-decoration: none;
  border-right: 2px solid #fff;
}
nav a:last-child {
  border: none;
}
.num_b p {
  font-size: 14px;
  color: #fff;
  margin: 0;
  line-height: 16px;
  max-width: 320px;
}

.corzina_btn {
  width: 260px;
}
.corzina {
  display: inline-block;
  background: url(../img/corzina.png) 0 0 no-repeat;
  width: 26px;
  height: 30px;
  margin: 0 10px 0 0;
  vertical-align: middle;
}
.corzina_btn p {
  display: inline-block;
  margin: 5px 0 0 0;
  font-size: 13px;
  color: #fff;
  vertical-align: middle;
}
.corzina_btn p span {
  font-size: 18px;
  color: #e31d24;
}

.swal2-container {
  z-index: 9999999 !important;
}
.btn_call {
  width: auto;
  display: block;
  background: #e31d24;
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  font-family: "Proxima Nova semibold";
  text-align: center;
  padding: 11px 22px;
  margin: 0;
  letter-spacing: 2px;
  border-radius: 73px;
}
.ban_block {
  background: url(../img/main_bg.jpg) center 275px no-repeat;
  -webkit-background-size: cover;
  background-size: 100%;
  padding: 180px 0 460px;
}

@media (max-width: 1400px) {
  .ban_block {
    padding: 180px 0 345px;
  }
}
.ban_block h2 {
  font-size: 62px;
  margin: 0 0 15px 0;
  color: #fff;
  text-align: center;
  font-family: "Glober_Book";
  color: #000;
  text-transform: uppercase;
}
.ban_block h3 {
  text-align: center;
  font-size: 17px;
  line-height: 1.3em;
  color: #000;
  margin: 0 0 15px 0;
  font-weight: 400;
}
.ban_block h3 span {
  display: block;
  margin-bottom: 15px;
}
.ban_block h3 a {
  color: #fff;
  text-decoration: none;
  display: inline-block;
  border-bottom: 1px solid #39393a;
}
.social {
  width: 120px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  margin: 0 auto 0;
}
.social a {
  background: #fff;
  display: inline-block;
  text-align: center;

  color: #e31d24;

  margin: 0 5px;
}

.popap_more2 .card_page1_flex_txt_in5 .btn_count {
  display: none;
}

.ban_block .social a {
  width: 26px;
  height: 26px;
  line-height: 26px;
}

.select-wrap .select2-container {
  width: 266px !important;
  margin-bottom: 20px;
}

.select-wrap .select2-container--default .select2-selection--single {
  border: 1px solid #ccc;
  border-radius: 5px;
  height: 30px;
  outline: none;
}

ul .select2-results__option {
  font-family: "Proxima Nova semibold" !important;
}

body
  .select2-container--default
  .select2-results__option--highlighted[aria-selected] {
  background-color: #e31d24;
  color: white;
}

.select-wrap
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  line-height: 30px;
  font-size: 14px;
  font-family: "Proxima Nova semibold";
}

.select-wrap
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 28px;
}

.select2-dropdown,
.select-wrap
  .select2-container--default.select2-container--open.select2-container--below
  .select2-selection--single,
.select-wrap
  .select2-container--default.select2-container--open.select2-container--below
  .select2-selection--multiple {
  border-color: #e31d24 !important;
  border-radius: 5px !important;
}

.select2-search--dropdown {
  display: none !important;
}

.select2-dropdown,
.select-wrap
  .select2-container--default.select2-container--open.select2-container--below
  .select2-selection--single,
.select-wrap
  .select2-container--default.select2-container--open.select2-container--below
  .select2-selection--multiple {
  border-color: #e31d24 !important;
  border-radius: 5px !important;
}

.cat-name {
  border-bottom: 1px solid #aaa;
  padding-bottom: 20px;
  font-size: 40px;
}

.in_pizza_flex > div h2 .icons {
  top: 3px;
  position: relative;
}
.in_pizza_flex > div h2 .icons .img {
  width: 37px;
  height: 20px;
  margin-right: 10px;
  background-size: contain;
  background-position: left center;
  display: inline-block;
  vertical-align: top;
  background-repeat: no-repeat;
}

.in_pizza_flex > div h2 .icons .img.icon-1 {
  width: 50px;
}

 

.in_pizza_flex > div h2 .icons .img.icon-5 {
  width: 22px;
}
.best {
  border-bottom: 0;
  padding-bottom: 20px;
  font-size: 25px;
  text-align: center;
}

.cat-name span {
  display: block;
  font-size: 22px;
  margin-top: 10px;
}
.pizza_block {
  padding: 0px 0 30px;
}
.pizza_flex {
  display: block;
  padding: 55px 0;
  border-bottom: 1px solid #c5c5c5;
}
.in_pizza_flex {
  width: 49%;
  display: inline-block;
  margin-bottom: 90px;
}
.in_pizza_flex > div {
  width: 49%;
  display: inline-block;
  vertical-align: top;
}
.in_pizza_flex > div img {
  width: auto;
  height: 220px;
  display: block;
  margin: 0 0 35px 0;
}
.prize_gramm {
  display: none;
  font-size: 22px;
  font-family: "Proxima Nova bold";
  margin: 0;
  text-align: center;
  text-transform: uppercase;
}
.prize_gramm span {
  font-size: 13px;
  font-family: "Proxima Nova bold";
}

.prize_gramm em {
  font-style: normal;
}
.in_pizza_flex > div h2 {
  text-transform: uppercase;
  font-size: 24px;
  font-family: "Proxima Nova bold";
  margin: 0 0 10px 0;
}
.in_pizza_flex > div > p {
  font-size: 13px;
  min-height: 95px;
  margin: 0 0 10px 0;
  line-height: 1.5em;
  font-family: "Proxima Nova semibold";
}
.size {
  width: 230px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  margin: 0 0 40px 0;
}
.size span {
  font-size: 18px;
  font-family: "GothamPro-Bold";
  display: inline-block;
  text-align: center;
  width: 80px;
  padding: 6px 0;
  border: 1px solid transparent;
  cursor: pointer;
  color: #a9a9a9;
}
.size span.choosed1 {
  border: 1px solid #000 !important;
  color: #000;
}
.btn_buyed {
  width: 266px;
  display: block;
  user-select: none;
}

.btn_buyed .buy_1 {
  cursor: pointer;
}
.btn_buyed .buy_1 {
  background: #e31d24;
}
.btn_buy .buy_1 {
  background: #e31d24;
}

.in_pizza_flex .buy_1 {
  display: none;
}
.buy_1 {
  text-transform: uppercase;
  font-size: 16px;
  width: 160px;
  border-radius: 73px;
  padding: 11px 0;
  text-align: center;
  margin: 0;
  margin-top: 14px;
  color: #fff;
  font-family: "Proxima Nova semibold";
}
.in_pizza_flex .btn_buyed.btn_buy .buy_3 {
  display: none;
}
.in_pizza_flex .btn_buyed.btn_buy .buy_1 {
  display: block;
}

.buy_1:hover {
  background: #cb0007;
}

input[type="checkbox"].main-check {
  opacity: 0;
  float: left;
  width: 100%;
  height: 15px;
  position: absolute;
  z-index: 9;
  left: -4px;
  top: -4px;
}

input[type="checkbox"].main-check + label {
  margin: 0 0 0 20px;
  position: relative;
  cursor: pointer;
  font-size: 14px;
  float: left;
}

input[type="checkbox"].main-check + label ~ label {
  margin: 0 0 0 40px;
}

input[type="checkbox"].main-check + label::before {
  content: " ";
  position: absolute;
  left: -25px;
  top: -3px;
  width: 17px;
  height: 17px;
  display: block;
  background: white;
  border: 1px solid #a9a9a9;
}

input[type="checkbox"].main-check + label::after {
  content: " ";
  position: absolute;
  left: -27px;
  top: -5px;
  width: 23px;
  height: 23px;
  display: block;
  z-index: 1;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjE4MS4yIDI3MyAxNyAxNiIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAxODEuMiAyNzMgMTcgMTYiPjxwYXRoIGQ9Ik0tMzA2LjMgNTEuMmwtMTEzLTExM2MtOC42LTguNi0yNC04LjYtMzQuMyAwbC01MDYuOSA1MDYuOS0yMTIuNC0yMTIuNGMtOC42LTguNi0yNC04LjYtMzQuMyAwbC0xMTMgMTEzYy04LjYgOC42LTguNiAyNCAwIDM0LjNsMjMxLjIgMjMxLjIgMTEzIDExM2M4LjYgOC42IDI0IDguNiAzNC4zIDBsMTEzLTExMyA1MjQtNTI0YzctMTAuMyA3LTI1LjctMS42LTM2eiIvPjxwYXRoIGZpbGw9IiMzNzM3MzciIGQ9Ik0xOTcuNiAyNzcuMmwtMS42LTEuNmMtLjEtLjEtLjMtLjEtLjUgMGwtNy40IDcuNC0zLjEtMy4xYy0uMS0uMS0uMy0uMS0uNSAwbC0xLjYgMS42Yy0uMS4xLS4xLjMgMCAuNWwzLjMgMy4zIDEuNiAxLjZjLjEuMS4zLjEuNSAwbDEuNi0xLjYgNy42LTcuNmMuMy0uMS4zLS4zLjEtLjV6Ii8+PHBhdGggZD0iTTExODcuMSAxNDMuN2wtNTYuNS01Ni41Yy01LjEtNS4xLTEyLTUuMS0xNy4xIDBsLTI1My41IDI1My41LTEwNi4yLTEwNi4yYy01LjEtNS4xLTEyLTUuMS0xNy4xIDBsLTU2LjUgNTYuNWMtNS4xIDUuMS01LjEgMTIgMCAxNy4xbDExNC43IDExNC43IDU2LjUgNTYuNWM1LjEgNS4xIDEyIDUuMSAxNy4xIDBsNTYuNS01Ni41IDI2Mi0yNjJjNS4yLTMuNCA1LjItMTIgLjEtMTcuMXpNMTYzNC4xIDE2OS40bC0zNy43LTM3LjdjLTMuNC0zLjQtOC42LTMuNC0xMiAwbC0xNjkuNSAxNjkuNS03MC4yLTcxLjljLTMuNC0zLjQtOC42LTMuNC0xMiAwbC0zNy43IDM3LjdjLTMuNCAzLjQtMy40IDguNiAwIDEybDc3LjEgNzcuMSAzNy43IDM3LjdjMy40IDMuNCA4LjYgMy40IDEyIDBsMzcuNy0zNy43IDE3NC43LTE3Ni40YzEuNi0xLjcgMS42LTYuOS0uMS0xMC4zeiIvPjwvc3ZnPg==")
    no-repeat center center;
  -ms-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.3s ease;
  -ms-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
  opacity: 0;
}

input[type="checkbox"].main-check:checked + label::after {
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(0.7);
  opacity: 1;
}

.addit {
  position: relative;
  margin-bottom: 20px;
  z-index: 3;
}

.addit a {
  color: #e31d24;
  text-decoration: underline;
  cursor: pointer;
}

.addit .body {
  display: none;
  position: absolute;
  top: 16px;
  left: -200px;
  padding: 25px;
  border: 1px solid #eee;
  background: #fff;
  border-radius: 0;
  width: 400px;
  border-radius: 30px;
}

.addit .body .cols {
  display: inline-block;
  vertical-align: top;
}

.addit .body .cols.first {
  margin-right: 20px;
}

.addit .body p {
  position: relative;
}
.addit .body a.close {
  position: absolute;
  top: 15px;
  right: 15px;
  color: #000;
  text-decoration: none;
  display: none;
}

.go-wrap {
  margin-top: 20px;
  display: flex;
  justify-content: space-evenly;
}
.addit .body a.close.close-go {
  display: block;
  position: relative;
  top: inherit;
  right: inherit;
  border-radius: 20px;
  background: #eee;
  text-align: center;
  padding: 5px 10px;
  font-size: 16px;
  font-family: "Proxima Nova semibold";
  width: 130px;
  text-transform: uppercase;
}

.addit .body a.go {
  width: 130px;
  display: block;
  color: #fff;
  background: #e31d24;
  font-size: 16px;
  padding: 5px 10px;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  border-radius: 20px;
  font-family: "Proxima Nova semibold";
  text-transform: uppercase;
}
.buy_2 {
  font-size: 14px;
  width: 30px;
  height: 22px;
  line-height: 22px;
  color: #fff;
  text-align: center;
  margin: 0;
  font-family: "Proxima Nova bold";
  border-right: 1px solid #d40008d4;
  border-left: 1px solid #d40008d4;
}
.buy_3 {
  width: 141px;
  padding: 2px 0;
  background: #e31d24;
  margin: 0;
  display: flex;
  border-radius: 50px;
  align-items: center;
  justify-content: center;
  margin-top: 14px;
}
.buy_3 span {
  cursor: pointer;
}

.click_1,
.click_2 {
  width: 40px;
  height: 38px;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
}

.click_2 {
  line-height: 27px;
}

.akcii {
  padding: 60px 0;
}
.akcii h2 {
  font-size: 90px;
  margin: 0 0 35px 0;
  font-family: "BebasNeueBold";
  text-transform: uppercase;
  text-align: center;
}
.skidka {
  width: 950px;
  margin: 0 auto 0;
  -webkit-box-shadow: 0px 1px 10px 0px rgba(165, 165, 165, 0.7);
  -moz-box-shadow: 0px 1px 10px 0px rgba(165, 165, 165, 0.7);
  box-shadow: 0px 1px 10px 0px rgba(165, 165, 165, 0.7);
}
.skidka h3 {
  font-size: 50px;
  text-align: center;
  color: #fff;
  margin: 0;
  padding: 50px 0;
  font-family: "BebasNeueBold";
  background: url(../img/bg_2.jpg) center 0 no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
.skidka h4 {
  font-size: 25px;
  font-family: "GothamPro-Bold";
  padding: 35px 35px 0 35px;
  margin: 0;
}
.skidka p {
  font-size: 17px;
  padding: 30px 35px;
  margin: 0;
  line-height: 1.6em;
}
.radius_dost {
  padding: 60px 0;
}
.radius_dost h2 {
  font-size: 65px;
  margin: 0 0 25px 0;
  font-family: "Proxima Nova semibold";
  text-transform: uppercase;
  text-align: center;
}
.radius_dost h4 {
  font-size: 17px;
  text-align: center;
  line-height: 1.6em;
  font-weight: 400;
}
.radius_dost h4 a {
  text-decoration: none;
  color: #000;
}
.map {
  width: 950px;
  margin: 0 auto 0;
  -webkit-box-shadow: 0px 1px 10px 0px rgba(165, 165, 165, 0.7);
  -moz-box-shadow: 0px 1px 10px 0px rgba(165, 165, 165, 0.7);
  box-shadow: 0px 1px 10px 0px rgba(165, 165, 165, 0.7);
}
.map iframe {
  width: 100%;
  height: 350px;
}
footer {
  background: #282828;
  padding: 50px 0;
}
.footer_flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-around;
  -ms-align-items: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
.footer_flex .logo {
  margin: 0;
}
.footer_flex > div h3 {
  font-family: "Proxima Nova semibold";
  font-size: 24px;
  margin: 0 0 15px 0;
  color: #fff;
  text-transform: uppercase;
}
.footer_flex > div p {
  font-size: 14px;
  margin: 0;
  padding: 5px 0 5px 0;
  color: #fff;
}
.footer_flex > div p a {
  color: #fff;
  text-decoration: none;
}
.footer_flex .social a {
  background: #282828;
  color: #fff;
}
/*======================*/

#popap_call_back {
  width: 80%;
  background: transparent;
}
#popap_call_back .phone {
  font-weight: 500;
  font-size: 50px;
  color: #ffffff;
  text-decoration: none;
  margin-bottom: 13px;
  display: block;
}
#popap_call_back p {
  font-size: 18px;
  color: #ffffff;
  font-family: "Proxima Nova regular";
}
#popap_call_back input[type="text"],
#popap_call_back input[type="tel"],
#popap_call_back input[type="email"],
#popap_call_back input[type="number"] {
  height: 40px;
  width: 100%;
  max-width: 426px;
  font-size: 16px;
  color: #ffffff;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  padding: 0 20px 0 44px;
  outline: none;
  border: 1px solid #ffffff;
  background: transparent;
  display: block;
  font-family: "Proxima Nova regular";
}
#popap_call_back input[name="name"] {
  margin-top: 74px;
  margin-bottom: 24px;
  background: url(../img/name-icon.png) 16px 50% no-repeat;
}
#popap_call_back input[name="phone"] {
  margin-bottom: 24px;
  background: url(../img/phone-icon-input.png) 16px 50% no-repeat;
}
#popap_call_back input[name="email"] {
  margin-bottom: 24px;
  background: url(../img/email-icon.png) 15px 50% no-repeat;
}
#popap_call_back textarea {
  height: 115px;
  width: 100%;
  max-width: 635px;
  border: 1px solid #ffffff;
  font-size: 16px;
  -webkit-border-radius: 26px;
  -moz-border-radius: 26px;
  border-radius: 26px;
  margin-bottom: 45px;
  padding: 15px 20px 10px 44px;
  resize: none;
  outline: none;
  color: #ffffff;
  background: transparent;
}
.popap_call_back .btn_call {
  width: 280px;
  border: none;
  font-family: "Proxima Nova regular";
}
::-webkit-input-placeholder {
  color: #fff;
}
::-moz-placeholder {
  color: #fff;
} /* Firefox 19+ */
:-moz-placeholder {
  color: #fff;
} /* Firefox 18- */
:-ms-input-placeholder {
  color: #fff;
}

:focus::-webkit-input-placeholder {
  color: transparent;
}
:focus::-moz-placeholder {
  color: transparent;
} /* Firefox 19+ */
:focus:-moz-placeholder {
  color: transparent;
} /* Firefox 18- */
:focus:-ms-input-placeholder {
  color: transparent;
}

input.error,
textarea.error {
  border: 1px solid red !important;
}

div#good-3004f350-89e5-4d26-a4fb-4172e2d3f4ed .ava {
  background-size: 80% !important;
  background-position: center bottom !important;
}

.ban_block {
  background: url(../img/main-bg-new.jpg) center 275px no-repeat;
  background-size: 90%;
}
body .fix_head {
  background: rgb(255 255 255 / 100%);
}

body .fix_head .contact-wrap {
  display: none;
}

body .menu-list a.active {
  color: #fff;
}
body .fix_head #logo {
  display: none;
}

#order,
body #popap_call_back p.text-after,
#popap_call_back input[type="text"],
#popap_call_back input[type="tel"],
#popap_call_back input[type="email"],
#popap_call_back input[type="number"] {
  max-width: 565px;
}

@media (min-width: 1580px) {
  .fix_head #logo {
    display: block;
    position: absolute;
    left: 31px;
    top: 14px;
  }
  .fix_head #logo img {
    max-width: 120px;
    display: block;
  }
}
.fix_head .menu-list {
  color: #000;
  max-width: 70%;
}
.new-head,
.contact-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.contact-wrap {
  position: relative;
  z-index: 2;
}
.contact-wrap a {
  color: #000;
  text-decoration: none;
}

.left-block {
  position: relative;
  z-index: 2;
}

#logo img {
  max-width: 265px;
  display: block;
}

.soc {
  display: flex;
  justify-content: space-between;
  align-items: center; 
}
.soc a {
  width: 30px;
  display: inline-block;
  margin: 0 2px;
}

.soc i {
  font-size: 30px;
}
.soc a img {
  width: 100%;
  top: 2px;
  position: relative;
}

.work-time p {
  margin: 0;
  text-transform: uppercase;
}

.work-time {
  line-height: 20px;
}

.splide {
  padding: 180px 0 0;
  margin-bottom: 100px;
}

body .splide__pagination__page.is-active {
  transform: scale(1.4);
  background: #d14b42;
}

.splide__slide {
  /* opacity: 0.6; */
  transition: all 0.8s 0.1s ease;
}
.splide__slide.is-active {
  opacity: 1;
  margin: 0 auto;
}

.best span i {
  text-transform: uppercase;
  font-size: 20px;
  display: block;
  color: #eee;
  font-style: normal;
  margin-top: 10px;
}

body a.plus.cnt-btn {
  background: #d14b42;
  color: #fff;
}

.addit .body {
  width: 397px;
}
.addit .body p {
  position: relative;
  margin: 5px 0;
  margin-right: 10px;
  display: inline-block;
}

.ban_block .social a {
  width: auto;
  height: auto;
  line-height: 26px;
  background: transparent;
}

button[disabled] {
  opacity: 0.4;
}

#good-12779eb8-0e07-4bb8-8194-feae9fb6cd64 .ava,
#good-bee45792-2c36-40a3-9b79-559ed6b39487 .ava,
#good-37d05bfa-0928-48bb-b211-96c731277aaf .ava,
#good-b53f3ca8-d965-41d1-96bf-b480c0c94219 .ava,
#good-d11b88dc-0c79-4cd0-ae65-c3d69327a97b .ava {
  background-size: 92% !important;
}

.social img {
  height: 30px;
  margin-left: 10px;
}

#popap_call_back textarea {
  height: 115px;
  width: 100%;
  max-width: 565px;
  border: 1px solid #000;
  font-size: 16px;
  -webkit-border-radius: 26px;
  -moz-border-radius: 26px;
  border-radius: 0;
  margin-bottom: 15px;
  padding: 15px 20px 10px 44px;
  resize: none;
  outline: none;
  color: #000;
  background: transparent;
}

.num_b p {
  margin-bottom: 10px;
}

body .num_b h2 {
  margin: 0 0 5px 0;
}

@media (max-width: 1400px) {
  .ban_block {
    background: url(img/main_bg.jpg) center 305px no-repeat;
    background-size: contain;
  }
}

.splide {
  height: 740px;
  overflow: hidden;
}

@media (max-width: 600px) {
  .splide {
    height: 396px;
  }
  body .ban_block {
    padding: 505px 0 40px;
    background: url(img/bg_mob.jpg) 0 95px no-repeat;
    background-size: contain;
  }

  body .ban_block h2 {
    font-size: 35px;
  }

  body .ban_block h2 span {
    text-align: center;
    margin-top: 12px;
  }
}

@media (min-width: 900px) {
  .ban_block {
    padding: 215px 0 460px;
  }
  .contact-wrap .left-block > a i {
    display: none;
  }
  .ban_block h2 {
    margin: 0 0 4px 0;
  }
}

@media (max-width: 530px) {
  body .btn_call {
    display: none;
  }

  .location-wrap {
    margin-top: 18px;
  }
  body .fancybox-inner .btn_call {
    display: block !important;
    width: 100%;
    color: #fff;
    margin-top: 25px;
  }
  body .mob {
    display: block;
    position: absolute;
    z-index: 999;
    top: 22px;
    left: 25px;
  }

  body .contact-wrap {
    position: absolute;
    z-index: 2;
    left: 15px;
  }

  body #logo {
    position: relative;
    left: 140px;
  }
  body .num_b h2 {
    font-size: 17px;
    padding-right: 0;
    text-align: center;
    margin-left: 3px;
  }
  body .logo a {
    width: 320px;
    height: 200px;
  }
}

#popap_call_back input[type="text"].cnt {
  display: inline-block;
  width: 33px;
  text-align: center;
  color: #000;
  text-indent: 0;
  padding: 0;
  border-radius: 0;
  height: 22px;
  line-height: 23px;
  margin-bottom: 0;
  border: 1px solid;
  padding: 0;
  font-size: 13px;
}

#popap_call_back input[type="text"],
#popap_call_back input[type="tel"],
#popap_call_back input[type="email"],
#popap_call_back input[type="number"] {
  height: 40px;
  width: 100%;
  max-width: 565px;
  font-size: 16px;
  color: #000;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 0;
  padding: 0 20px 0 44px;
  outline: none;
  border: 1px solid #000;
  background: transparent;
  display: block;
  font-family: "Proxima Nova regular";
}

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

.cnt-btn.minus {
  line-height: 23px;
  border: 1px solid;
}

#popap_call_back p {
  color: #000;
  font-size: 11px;
}
.cnt-btn.plus,
.cnt-btn.minus,
.cnt-btn.plus-mod,
.cnt-btn.minus-mod,
.cnt-btn.plus-sel,
.cnt-btn.minus-sel {
  font-size: 20px;
}

a.del.cnt-btn,
a.del-mod.cnt-btn {
  border: 1px solid #000;
  padding: 3px 6px;
  line-height: normal;
  width: auto;
  font-size: 13px;
}

.cnt-btn {
  vertical-align: middle;
  display: inline-block;
  height: 23px;
  line-height: 27px;
  text-align: center;
  width: 17px;
  border-radius: 0;
  margin: 0 2px;
  cursor: pointer;
  /* border: 1px solid #fff; */
}

#popap_call_back .phone {
  color: #000;
}

.corzina_btn {
  width: auto;
  display: flex;
  align-items: center;
}
.corzina_btn img {
  height: 30px;
}
.corzina_btn p {
  margin: 0 15px;
  width: auto;
  text-align: center;
}

.corzina_btn p span {
  color: #000;
}

.ban_block {
  text-align: center;
}
.ban_block h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 45px;
  font-weight: 400;
  display: inline-block;
}
.ban_block h2 span {
  text-transform: uppercase;
  font-size: 20px;
  display: block;
  color: #eee;
  text-align: left;
}

@media (min-width: 900px) {
  .in_pizza_flex > div {
    position: relative;
    height: auto;
  }

  .btn_buyed {
    position: relative;
  }

  .in_pizza_flex > div > p {
    min-height: inherit;
  }
}
@media (max-width: 600px) {
  body .splide__slide.is-active {
    margin: 0px;
  }

  body .splide__slide img {
    width: 100%;
  }

  body .splide__slide {
    margin: 0;
    transition: none;
    opacity: 1;
  }
  .work-time,
  .soc {
    display: none;
  }
  body .container {
    width: 100%;
    padding: 0 5px;
  }
  body .corzina_btn {
    display: none;
  }
  body .fix_head .corzina_btn p {
    width: 85px;
  }
  body .fix_head .corzina_btn {
    display: flex;
    margin-left: 125px;
  }
  body .fix_head .btn_call {
    display: block;
    padding: 20px 12px;
    position: relative;
    left: -18px;
    font-size: 16px;
  }

  body .mob a i {
    color: #000;
  }
  body #logo img {
    max-width: 200px;
    display: block;
    margin: 0 20px;
  }
}

body .fancybox-slide--html .fancybox-close-small {
  color: #000 !important;
}

body div#order b:first-child {
  font-size: 25px;
  margin-bottom: 0px;
  display: block;
}

.fancybox-button:hover {
  background: transparent;
}

#go-top {
  display: none;
  background: #e21d23;
  width: 66px;
  height: 64px;
  border-radius: 50%;
  font-size: 25px;
  position: fixed;
  right: 5%;
  margin-right: 0;
  text-align: center;
  text-decoration: none;
  top: 90%;
  cursor: pointer;
  z-index: 999;
}

#go-top svg {
  width: 40px;
  height: 40px;
  vertical-align: middle;
  position: relative;
  top: 10px;
}

@media (max-width: 600px) {
  body {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
}

.default {
  display: none !important;
}

.file_info {
  text-align: center;
  margin-top: 40px;
}

.file_info a {
  color: #fff;
}
.select2-dropdown {
  z-index: 9999999 !important;
}

#swal2-content .select2-container {
  width: 100% !important;
  margin-top: 15px;
}
.input2 {
  display: flex;
  justify-content: space-between;
  max-width: 565px;
}

body #popap_call_back .input2 input[type="text"] {
  width: 48%;
}

#popap_call_back input {
  margin-bottom: 24px;
}

.swal2-container {
  z-index: 9999999;
}

#welcome {
  background: #fff;
  padding: 20px;
  border: 1px solid #eee;
  max-width: 355px;
  height: auto;
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 900;
}
#welcome img,
#welcome p {
  display: inline-block;
  vertical-align: top;
}
#welcome img {
  max-width: 200px;
}
#welcome p {
  font-size: 14px;
  margin-left: 20px;
  line-height: 20px;
  position: relative;
}

#welcome a {
  position: absolute;
  top: -25px;
  right: -7px;
  cursor: pointer;
  font-size: 18px;
}

@media (max-width: 600px) {
  #welcome {
    background: #fff;
    padding: 20px;
    border: 1px solid #eee;
    max-width: 100%;
    height: auto;
    position: fixed;
    right: 0;
    bottom: 0;
  }

  #welcome p {
    font-size: 18px;
    margin-left: 20px;
    line-height: 27px;
    position: relative;
  }
}

.quest-call {
  display: block;
  font-size: 17px;
  margin-bottom: 10px;
}
#popap_call_back .phone {
  font-size: 25px;
}

#popap_call_back p.text-after {
  margin-bottom: 0;
}

body #popap_call_back p.text-after {
  margin-bottom: 20px;
}

#popap_call_back input[name="name"] {
  margin-top: 26px;
}

#form {
  position: relative;
}
#popap_call_back .map {
  box-shadow: none;
  position: absolute;
  right: 50px;
  top: -50px;
  width: 40%;
  height: 300px;
}

.long-img {
  position: absolute;
  right: 50px;
  top: 47px;
  width: 40%;
}

body #popap_call_back .map p.title {
  font-size: 25px;
  margin: 0 0 20px;
}

.long-img img {
  width: 100%;
}

@media (max-width: 600px) {
  .long-img {
    position: relative;
    right: 0;
    top: 0;
    width: 100%;
    margin-bottom: 20px;
  }

  #popap_call_back .map {
    box-shadow: none;
    position: relative;
    right: 0;
    top: 0;
    width: 100%;
    height: 300px;
    margin-top: 52px;
    margin-bottom: 140px;
  }

  #popap_call_back input[type="text"],
  #popap_call_back input[type="tel"],
  #popap_call_back input[type="email"],
  #popap_call_back input[type="number"],
  .input2,
  #popap_call_back textarea {
    max-width: 100%;
  }

  #popap_call_back p {
    text-align: center;
  }

  #form {
    margin-top: 25px;
  }

  #popap_call_back p.text-after {
    text-align: left;
  }

  #popap_call_back .btn_call {
    display: block;
  }
}

@media only screen and (min-width: 800px) and (max-width: 1450px) {
  #order,
  body #popap_call_back p.text-after,
  #popap_call_back input[type="text"],
  #popap_call_back input[type="tel"],
  #popap_call_back input[type="email"],
  #popap_call_back input[type="number"],
  #popap_call_back textarea {
    max-width: 500px !important;
  }
}

body .swal2-title {
  color: #e31d24;
  font-size: 37px;
  font-family: "Proxima Nova bold";
}

.search_main_res_in1_inner_flex_prs .show {
  display: flex !important;
}
.search_main_res_in1_inner_flex_prs .hide {
  display: none !important;
}

body #swal2-content {
  font-size: 18px;
  line-height: 22px;
  font-family: "Proxima Nova semibold";
  color: #000;
}

body #swal2-content .bl {
  text-transform: uppercase;
  max-width: 322px;
  margin: 0 auto;
}
body #swal2-content .bl .select2 {
  text-transform: none;
}
body .swal2-popup {
  background: #ffffff;
  border: 1px solid #c5c5c5;
  border-radius: 38px;
}

body .swal2-styled.swal2-confirm {
  border: 0 !important;
  width: 200px;
  text-align: center;
  font-family: "Proxima Nova bold";
  color: #fff;
  background: #e31d24;
  font-size: 20px;
  border-radius: 73px;
  text-transform: uppercase;
}

body .swal2-styled:focus {
  box-shadow: none;
}

body .select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #c5c5c5;
  border-radius: 18px;
  text-align: left;
  text-indent: 7px;
  height: 37px;
}

body
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  line-height: 37px;
}

body
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 37px;
  position: absolute;
  top: 1px;
  right: 9px;
  width: 20px;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: #cccccc transparent;
  border-style: solid;
  border-width: 7px 6px 0;
  height: 0;
  left: 50%;
  margin-left: -1px;
  margin-top: -3px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--default.select2-container--open
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: #cccccc transparent;
  border-width: 0 7px 6px;
}
.footer_flex_main .footer_flex {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  justify-content: center;
}

.footer_flex_in {
  width: 19%;
  text-align: center;
  margin: 0 25px 50px;
}

.footer_flex_main .footer_flex_in h4 {
  font-size: 17px;
  font-family: "Proxima Nova semibold";
  font-weight: 600;
  margin: 0 0 6px 0;
}

.footer_flex_main .footer_flex_in p {
  font-size: 17px;
  margin: 0 0 6px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
}

.footer_flex_in .time {
  font-size: 15px;
  color: #b7b7b7;
}

.btn_num {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 145px;
  height: 26px;
  border: 1px solid #e3e3e3;
  border-radius: 11px;
  background: #fff;
  margin: 0 auto 10px;
  font-size: 15px;
  text-decoration: none;
  color: #000;
}

.footer_flex_in_flex {
  width: auto;
  display: flex;
  justify-content: center;
  margin: 0 auto;
}

.footer_flex_main .footer_flex > div p {
  color: #000;
}

@media (max-width: 600px) {
  body .prize_gramm {
    font-size: 28px;
    position: absolute;
    bottom: 4px;
    left: 20px;
  }
  body .footer_flex_main .footer_flex > div {
    width: 33%;
  }
  body .in_pizza_flex > div > p {
    min-height: inherit;
  }
  .ava {
    margin-left: 0px;
    margin-top: -25px;
  }

  body .logo {
    width: 320px;
    height: 188px;
  }
}

body header {
  padding: 20px 0;
  background: #ffffff;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
  margin: 0 0 35px 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  transition: all 0.2s;
  z-index: 9999;
}

@media (min-width: 1000px) {
  body header {
    height: 140px;
  }
}
.header_fix {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 25px 0;
}
.header_flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header_search {
  display: none;
  padding: 20px 0;
}
.loc_txt {
  font-family: "Proxima Nova semibold";
  font-weight: 600;
  font-size: 16px;
  margin: 0 0 0 0;
    cursor: pointer;
}

.select_location_main {
  width: 145px;
  position: relative;
  margin: 0 0 0 0;
}
.select_location_main::after {
  content: "";
  display: inline-block;
  width: 11px;
  height: 15px;
  background: url(../img/select_location_main_ic.svg) center no-repeat;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -9px;
}
.select_location {
  width: 100%;
}
.select_location_main .select2-container--default .select2-selection--single {
  height: auto;
  border-radius: 0;
  border: none;
  padding: 12px 10px 8px 22px;
  text-indent: 0;
}
header
  .select_location_main
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  color: #000;
  line-height: normal;
  padding: 0;
  font-family: "Proxima Nova regular";
  font-size: 14px;
  border-bottom: 1px solid #000;
  display: inline-block;
}
.select_location_main
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  display: none;
}
header .select2-dropdown {
  border: none;
  border-radius: 0;
}
header
  .select2-container--default
  .select2-results
  > .select2-results__options {
  max-height: initial;
}
header .select2-results__option {
  padding: 6px 16px;
  font-weight: 400;
  font-family: "Proxima Nova regular";
  font-size: 14px;
}

header
  .select2-container--default
  .select2-results__option--highlighted.select2-results__option--selectable {
  background: #eee;
  color: #000;
}

.location-select .select2-results__option--highlighted {
  background: #eee;
}
header .select2-container--default .select2-results__option--selected {
  background: #eee;
}
.search_main {
    width: 290px;
    position: relative;
    flex-shrink: 0;
    display: flex;
    align-items: center;
}
.search_inpt {
  position: relative;
    width: 300px;
}
.search {
  display: block;
  width: 22px;
  height: 22px;
  padding: 0;
  border: none;
  background: url(../img/search_ic.svg) center no-repeat;
  position: absolute;
  top: 50%;
  left: 17px;
  margin-top: -12px;
}
.search_inpt input {
  width: 100%;
  border: 1px solid #e0e0e0;
  background: #fff;
  padding: 11px 20px 11px 50px;
  border-radius: 40px;
  color: #000;
  font-family: "Proxima Nova regular";
  font-weight: 400;
  font-size: 14px;
}

.search_inpt input:focus {
  border: 1px solid #e31d24;
}
.reset_bt {
  width: 22px;
  height: 22px;
  padding: 0;
  border: none;
  background: url(../img/reset_bt.svg) center no-repeat;
  position: absolute;
  top: 50%;
  right: 17px;
  margin-top: -11px;
  transition: all 0.3s;
  opacity: 0;
  visibility: hidden;
}

.search_main_res {
  display: none;
  width: 400px;
  height: 412px;
  position: absolute;
  top: 55px;
  left: 0;
  background: #fff;
  overflow: hidden;
  border-radius: 24px;
  filter: drop-shadow(0px 9px 12px rgba(0, 0, 0, 0.05));
  padding: 5px 0 10px 0;
  z-index: 9998;
}
.search_main_res_in1_top {
  font-weight: 400;
  font-size: 13px;
  color: #717171;
  margin: 0 0 5px 0;
  padding: 0 15px;
  margin-top: -12px;
}
.search_main_res_in1_top span {
  display: block;
  padding: 10px 5px 5px 5px;
  border-bottom: 1px solid #f6f6f6;
}

.search_main_res_in1_inner_scrol_main {
  padding: 0 5px 0;
  padding-top: 15px;
}
.search_main_res_in1_inner_scrol {
  height: 372px;
  overflow-y: scroll;
  padding: 0 10px 0;
}
.search_main_res_in1_inner_scrol::-webkit-scrollbar {
  width: 4px; /* ширина всей полосы прокрутки */
}

.search_main_res_in1_inner_scrol::-webkit-scrollbar-track {
  background: #fff; /* цвет зоны отслеживания */
}

.search_main_res_in1_inner_scrol::-webkit-scrollbar-thumb {
  width: 2px;
  background-color: rgba(0, 0, 0, 0.24); /* цвет бегунка */
  border-radius: 20px; /* округлось бегунка */
  border: none; /* отступ вокруг бегунка */
}

.skeleton {
  position: relative;
  cursor: default;
}

.skeleton::after {
  background-image: linear-gradient(
    90deg,
    #eeeeee 0%,
    #eeeeee 40%,
    #dddddd 50%,
    #dddddd 55%,
    #eeeeee 65%,
    #eeeeee 100%
  );
  background-size: 400%;
  animation: skeleton 1500ms infinite;
  content: "";
  z-index: 9999;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 5px;
}

@keyframes skeleton {
  from {
    background-position: 100% 100%;
  }
  to {
    background-position: 0 0;
  }
}

body
  .select2-container--default
  .select2-results
  > .select2-results__options::-webkit-scrollbar {
  width: 4px; /* ширина всей полосы прокрутки */
}

body
  .select2-container--default
  .select2-results
  > .select2-results__options::-webkit-scrollbar-track {
  background: #fff; /* цвет зоны отслеживания */
}

body
  .select2-container--default
  .select2-results
  > .select2-results__options::-webkit-scrollbar-thumb {
  width: 2px;
  background-color: rgba(0, 0, 0, 0.24); /* цвет бегунка */
  border-radius: 20px; /* округлось бегунка */
  border: none; /* отступ вокруг бегунка */
}
.search_main_res_in1_inner_flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 5px;
  border-radius: 10px;
  transition: all 0.3s;
}
.search_main_res_in1_inner_flex:hover {
  background: rgba(227, 29, 36, 0.09);
}
.search_main_res_in1_inner_flex_img {
  width: 70px;
  flex-shrink: 0;
}
.search_main_res_in1_inner_flex_img img {
  display: block;
  width: 100%;
  height: auto;
}
.search_main_res_in1_inner_flex_name {
  width: 60%;
  padding-left: 11px;
  padding-right: 11px;
}
.search_main_res_in1_inner_flex_name p {
  font-family: "Proxima Nova regular";
  font-weight: 400;
  font-size: 14px;
  margin: 0;
  line-height: 1.4em;
  text-transform: uppercase;
}
.search_main_res_in1_inner_flex_prs {
  width: 122px;
}
.search_main_res_in1_inner_flex_prs button {
  font-family: "Proxima Nova semibold";
  font-weight: 600;
  font-size: 14px;
  margin: 0;
  flex-shrink: 0;
  white-space: nowrap;
  border: none;
  background: transparent;
  padding: 0;
}
.search_main_res_in1_inner_flex_prs button span {
  font-size: 14px;
  font-family: "seguisb" !important;
  display: inline-block;
  margin: 0 0 0 0;
}
.reques_list {
  padding: 5px 2px 0 15px;
  margin: 0;
}
.reques_list li {
  list-style: none;
  font-size: 14px;
  display: inline-block;
  padding: 9px 11px;
  margin: 0 10px 10px 0;
  background: #fef6f6;
  border-radius: 20px;
}
.reques_not_found {
  min-height: 180px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 13px;
  margin: 0;
  color: #717171;
  padding: 20px 20px;
}
.img1 {
  min-height: 1200px;
}
.img1 img {
  display: block;
  width: 100%;
  height: auto;
}
.img2 {
  display: none;
}
.in_header_links {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-left: 25px;
}
.in_header_links a {
  width: 30px;
  width: 30px;
  border-radius: 4px;
  overflow: hidden;
}
.in_header_links a:first-child {
  margin-right: 5px;
}
.in_header_links a img {
  display: block;
  width: 100%;
  height: auto;
}
.logo-new {
  width: 268px;
  margin: 0 0px 0 41px;
  padding: 0;
}

.logo-new a {
  display: block;
  width: 100%;
}
.logo-new a img {
  display: block;
  width: 100%;
  height: auto;
}
.working_mode {
  margin: 0 0 0 20px;
}
.working_mode p {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4em;
  margin: 0 0 3px 0;
  white-space: nowrap;
}
.working_mode p span {
  text-transform: uppercase;
}
.btn_shop_and_order {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.btn_shop {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  color: #000;
  font-weight: 600;
  font-size: 16px;
  margin: 0 20px 0 60px;
  white-space: nowrap;
  width: 95px;
}
.btn_shop span {
  display: inline-block;
  vertical-align: middle;
  font-family: "seguisb" !important;
  font-weight: bold;
  margin: 0 0 0px 3px;
  font-size: 15px;
}

.btn_shop::before {
  content: "";
  display: inline-block;
  background: url(../img/btn_shop_ic.svg) center no-repeat;
  width: 28px;
  height: 33px;
  margin: 0 13px 0 0;
}
.btn_order {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 192px;
  height: 54px;
  background: #e31e24;
  border-radius: 41px;
  text-decoration: none;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.menu_nav_main {
  display: none;
  padding: 0 30px;
}
.header_fix .location {
  display: none;
}
.header_fix .in_header_links {
  display: none;
}
.header_fix .logo-new {
  display: none;
}
.header_fix .working_mode {
  display: none;
}
.header_fix .menu_nav_main {
  display: block;
}
.header_fix .btn_shop {
  margin-left: 0;
}
.menu_nav {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.menu_nav span {
  display: inline-block;
  width: 1px;
  height: 10px;
  background: #000;
  margin: 0 7px 8px;
}
.menu_nav p {
  margin: 0 0 8px 0;
}
.menu_nav p a {
  padding: 6px 6px;
  font-weight: 600;
  font-size: 13px;
  border-radius: 32px;
  color: #000;
  text-decoration: none;
  font-family: "Proxima Nova bold";
  text-transform: uppercase;
}

.menu_nav span:last-child {
  display: none;
}
.menu_nav p .active {
  color: #fff;
  background: #e31d24;
}
.menu_flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.menu-btn {
  display: none;
  position: relative;
  padding: 0 40px 0 0px;
}
.menu-btn > span {
  width: 24px;
  height: 2px;
  background: #000;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -1px;
  border-radius: 2px;
}
.menu-btn > span::before,
.menu-btn > span::after {
  width: 100%;
  content: "";
  height: 2px;
  background: #000;
  position: absolute;
  right: 0;
  transition: transform 0.2s;
  border-radius: 2px;
}
.menu-btn > span::before {
  top: -7px;
}
.menu-btn > span::after {
  bottom: -7px;
}
.menu-btn > b {
  font-weight: 700;
  font-size: 13px;
  text-transform: uppercase;
  font-family: "Proxima Nova bold";
}
.mob_order {
  display: none;
}
.call_num_mob {
  display: none;
}
.search_main_res_in1 .btn_order {
  display: none;
}
.btn_up {
  display: none;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: #e31d24 url(../img/arr_up.svg) center no-repeat;
  position: fixed;
  right: 20px;
  bottom: 100px;
}

.search_main_res_in1_inner_flex_prs button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 112px;
  height: 33px;
  background: #e31d24;
  border-radius: 24px;
  color: #fff;
}
.search_main_res_in1_inner_flex_prs button::after {
  content: "";
  display: inline-block;
  background: url(../img/btn_shop_ic_white.svg) center no-repeat;
  background-size: contain;
  width: 16px;
  height: 20px;
  margin: 0 0 0 5px;
}
.search_main_res_in1_inner_flex_prs button span {
  margin: 0 0 0 2px;
}

body
  .location-select.select2-container
  .select2-selection--single
  .select2-selection__rendered {
  padding-left: 20px;
  padding-top: 3px;
}

body .select2-dropdown {
  box-shadow: none;
}

body .location-select .select2-results__option:nth-child(2) {
  border-top: 0 !important;
}

@media screen and (max-width: 1440px) {
}
@media screen and (max-width: 1280px) {
  .logo-new {
    width: 248px;
    margin: 0 30px;
  }
  .btn_shop {
    margin: 0 20px 0 20px;
  }
  .search_main {
    width: 260px;
    margin: 0 20px 0 0;
  }
}
@media screen and (max-width: 1200px) {
  .btn_order {
    width: 176px;
  }
  .working_mode p {
    font-size: 14px;
  }
  .logo-new {
    margin: 0 30px 0 10px;
  }
}
@media screen and (max-width: 1024px) {
  .logo-new {
    margin: 0 15px 0 10px;
  }
  .search_main {
    width: 180px;
    margin: 0 10px 0 0;
  }
  .working_mode {
    margin: 0 0 0 0px;
  }
  .btn_shop {
    margin: 0 10px 0 20px;
  }
  .menu_nav_main {
    padding: 0 20px;
  }
}
@media screen and (max-width: 980px) {
  .btn_up {
    display: block;
  }

  .search_main_res_in1_inner_flex_name p {
    font-family: "Proxima Nova regular";
    font-weight: 400;
    font-size: 15px;
    margin: 0;
    line-height: 1.4em;
    text-transform: uppercase;
    margin-left: -30px;
  }

  .search_main_res_in1_inner_flex_prs button::after {
    content: "";
    display: inline-block;
    background: url(../img/btn_shop_ic_white.svg) center no-repeat;
    background-size: contain;
    width: 24px;
    height: 23px;
    margin: 0 0 0 5px;
  }

  .search_main_res_in1_inner_flex_prs button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 128px;
    height: 40px;
    background: #e31d24;
    border-radius: 24px;
    color: #fff;
    font-size: 15px;
  }

  .search_main_res_in1_inner_flex_prs button span {
    font-size: 16px;
    font-family: "seguisb" !important;
    display: inline-block;
    margin: 0 0 0 0;
    position: relative;
    top: -1px;
  }

  .search_main_res_in1_inner_flex_prs .btn_count {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 128px;
    height: 40px;
    background: #e31d24;
    padding: 0 22px;
    border-radius: 24px;
    margin: 0;
  }

  body .location span {
    margin-left: 0;
  }
  .in_header_links {
    display: none;
  }
  .search_main {
    display: none;
  }
  .logo-new {
    width: 146px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -26px 0 0 -73px;
  }

  .reques_list li:nth-child(6) {
    margin-right: 0;
  }

  .location {
    margin-left: 30px;
  }

  body header {
    padding: 26px 0;
  }
  header {
    padding: 20px 0;
  }
  .header_fix {
    padding: 26px 0;
  }
  .menu-btn {
    display: block;
    margin-right: 45px;
  }

  body .splide__pagination {
    bottom: 15px;
  }
  .loc_txt {
    display: none;
  }
  header
    .select_location_main
    .select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    border-bottom: 1px solid transparent;
  }

  .menu-btn > b {
    font-size: 15px;
  }

  header
    .select_location_main
    .select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    font-size: 16px;
  }
  .menu.menu-pc {
    width: 100%;
    display: none;
    position: absolute;
    top: 83px;
    right: 0;
    background: #fff;
    padding: 30px 15px;
  }
  .header_fix .menu {
    top: 83px;
  }
  .menu_flex {
    flex-wrap: wrap;
    justify-content: center;
  }
  .menu_nav_main {
    display: block;
    margin: 0 0 20px 0;
  }

  .working_mode {
    width: 100%;
    text-align: center;
    margin: 0 0 20px 0;
  }

  .header_fix .location {
    display: block;
  }
  .header_fix .logo-new {
    display: block;
  }
  .select_location_main
    .select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    font-size: 13px;
  }
  header .select2-results__option {
    font-size: 13px;
  }
  header .select_location_main {
    width: 160px;
  }

  .location-select.select2-container--default
    .select2-results
    > .select2-results__options {
    max-height: 430px;
  }

  body .location-select .select2-results__option {
    padding: 14px 0px 14px 19px;
    font-size: 16px !important;
  }
  body .splide {
    height: 363px;
    padding: 121px 0 0;
    margin-bottom: 0px;
  }

  body .splide__track {
    width: 91%;
  }

  body .splide__track {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05);
  }
  .btn_shop_and_order {
    justify-content: flex-end;
    background: rgba(227, 30, 36, 0.9);
    box-shadow: 0px -4px 4px rgba(0, 0, 0, 0.05);
    border-radius: 25px 25px 0px 0px;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 15px 15px;
  }

  .btn_shop_and_order.mob_shop_btn {
    z-index: 999;
  }

  #go-top {
    bottom: 90px !important;
  }
  .call_num_mob {
    position: absolute;
    top: 50%;
    left: 30px;
    display: flex;
    align-items: center;
    width: 117px;
    height: 30px;
    border: 1px solid #ffffff;
    border-radius: 41px;
    background: url(../img/call_ic.svg) 11px 7px no-repeat;
    font-weight: 600;
    font-size: 13px;
    color: #fff;
    text-decoration: none;
    padding: 0 0 0 33px;
    margin: -13px 0 0 0;
    text-transform: uppercase;
  }

  .btn_shop {
    width: auto;
    margin: 0 12px 0 0px;
    color: #fff;
    font-size: 15px;
  }
  .btn_shop span {
    font-size: 14px;
  }
  .btn_shop::before {
    display: none;
  }
  .btn_shop::after {
    content: "";
    display: inline-block;
    background: url(../img/btn_shop_ic_white.svg) center no-repeat;
    width: 19px;
    height: 23px;
    margin: 0 0 0 5px;
  }
  .btn_order {
    width: 194px;
    height: 42px;
    font-size: 15px;
    color: #e31d24;
    letter-spacing: 0.1em;
    background: #fff;
  }
  .search_main_mobile {
    display: block;
  }
  .search_main_mobile .search_inpt {
    width: 100%;
  }

  .search_main_mobile .search_inpt input {
    padding: 14px 40px 14px 65px;
    font-size: 18px;
    background: rgba(227, 29, 36, 0.1);
    border: 0;
  }

  .search_main_res_in1_top {
    font-size: 14px;
  }

  .search_main_mobile .search_inpt input::-webkit-input-placeholder {
    color: #e31d24;
  }
  .search_main_mobile .search_inpt input:-ms-input-placeholder {
    color: #e31d24;
  }
  .search_main_mobile .search_inpt input::-ms-input-placeholder {
    color: #e31d24;
  }
  .search_main_mobile .search_inpt input::placeholder {
    color: #e31d24;
  }

  .search_main_mobile .search {
    width: 25px;
    height: 25px;
    background-size: contain;
    left: 22px;
  }
  .header_search {
    display: block;
  }
  .header_search.fix-mob {
    display: block;
    z-index: 9999;
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    bottom: 0;
  }

  .header_search .cancel {
    display: none;
  }

  .header_search.fix-mob .cancel {
    display: block;
  }

  .header_search.fix-mob .search_inpt {
    width: 82%;
  }

  .header_search.fix-mob .search_inpt input {
    background: #f7f7f7;
  }

  .header_search.fix-mob
    .search_main_mobile
    .search_inpt
    input::-webkit-input-placeholder {
    color: #afafaf;
  }
  .header_search.fix-mob
    .search_main_mobile
    .search_inpt
    input:-ms-input-placeholder {
    color: #afafaf;
  }
  .header_search.fix-mob
    .search_main_mobile
    .search_inpt
    input::-ms-input-placeholder {
    color: #afafaf;
  }
  .header_search.fix-mob .search_main_mobile .search_inpt input::placeholder {
    color: #afafaf;
  }

  .fix-mob .search_main_res_in1_inner_scrol {
    height: 800px;
  }
  .header_search .container {
    padding: 0;
  }
  .search_main_mobile {
    padding: 0 15px;
  }
  .search_main_res {
    width: 100%;
    border-radius: 0;
    filter: none;
  }

  .fix-body {
    position: fixed !important;
  }
  .search_main_res_in1_inner_flex_name {
    width: 40%;
  }
  .search_main_res_in1_inner_flex_prs {
    width: 122px;
  }

  .search_main_res_in1_top span {
    padding: 10px 0px 10px 0px;
    color: #717171;
  }
  .search_main_res_in1_inner_flex:hover {
    background: transparent;
  }
  .search_main_res_in1 .btn_order {
    display: flex;
    width: 100px;
    height: 40px;
    font-weight: 600;
    font-size: 13px;
    background: #e31e24;
    color: #fff;
    margin: 0 auto 0;
  }
  .search_main_mobile {
    width: 100%;
    margin: 0;
    border-radius: 0;
  }
  .reques_not_found {
    min-height: 140px;
  }
  .img1 {
    display: none;
  }
  .img2 {
    display: block;
  }
  .img2 img {
    display: block;
    width: 100%;
    height: auto;
  }
}

.search_main_mobile .search_main_res {
  height: auto;
}
.cancel {
  font-family: "Proxima Nova regular";
  font-weight: 400;
  font-size: 14px;
  color: #e31d24;
  border: none;
  background: transparent;
  position: absolute;
  top: 50%;
  right: -70px;
  margin: -10px 0 0 0;
}
.reques_cat {
  padding: 0 15px;
  margin: 0 0 15px 0;
}
.reques_cat p {
  font-weight: 400;
  font-size: 14px;
  padding: 7px 0;
  margin: 0;
  border-bottom: 1px solid #f6f6f6;
}
.reques_cat p:last-child {
  border: none;
}
.reques_cat p a {
  color: #000;
  text-decoration: none;
}
.search_main_res_in1_inner_flex_prs .btn_count {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 112px;
  height: 33px;
  background: #e31d24;
  padding: 0 22px;
  border-radius: 24px;
  margin: 0;
}

@media (max-width: 600px) {
  .search_main_res_in1_inner_flex_prs .btn_count {
    width: 128px;
    height: 40px;
  }
}
.search_main_res_in1_inner_flex_prs .btn_count input {
  display: block;
  width: 20px;
  text-align: center;
  margin: 0 5px;
  border: none;
  background: transparent;
  color: #fff;
  font-family: "Proxima Nova bold";
  font-weight: 600;
  font-size: 13px;
}
.search_main_res_in1_inner_flex_prs .btn_count > span {
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background: transparent;
}
.search_main_res_in1_inner_flex_prs .minus_f::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 2px;
  background: #fff;
}
.search_main_res_in1_inner_flex_prs .plus_f::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 2px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0px 0 0 -4px;
}
.search_main_res_in1_inner_flex_prs .plus_f::after {
  content: "";
  display: inline-block;
  width: 2px;
  height: 8px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -3px 0 0 -1px;
}

.search_main_res_in1_inner_flex_prs .minus_f::after {
  display: none;
}

.search_main_mobile .search_main_res {
  top: 55px;
}


.lang-change{
    position: relative;
    z-index: 99;
    margin: 0;
    cursor: pointer;
    margin-left: 20px;
}

.lang-change img{
    width: 25px;
}

.text-wrap{
    border-radius: 0 0 8px 8px;
    border: none;
    overflow: visible;
    background: #fff;
    right: -31px;
    position: absolute;
    width: 92px;
    display: none;
}

.text-wrap a{
    display: block;
    text-indent: 20px;
    padding: 10px 0;
    font-size: 14px;
    color: #000;
    text-decoration: none;
}
@media (max-width:600px){
    .text-wrap{
        right: -1px;
    }
    
    .search_main{
        display: block;
        width: auto;
        position: absolute;
        right: 4px;
        top: 27px;
    }
    
    .menu-btn {
        display: block;
        margin-right: 60px;
    }
 
    .search_main .search_inpt{
        display: none;
    }
}
