@charset "UTF-8";

@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;700;800&display=swap");

html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

button,
input {
  /* 1 */
  overflow: visible;
}

button,
select {
  /* 1 */
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

/*Обнуление*/

* {
  padding: 0;
  margin: 0;
  border: 0;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

:focus,
:active {
  outline: none;
}

a:focus,
a:active {
  outline: none;
}

nav,
footer,
header,
aside {
  display: block;
}

html,
body {
  font-family: "Inter", sans-serif;
  height: 100%;
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  margin: 0;
}

input,
button,
textarea {
  font-family: inherit;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: 800;
}

/*--------------------*/

body {
  font-family: "Inter", sans-serif;
  padding: 0;
  margin: 0;
  height: 100%;
}

div {
  margin: 0;
  padding: 0;
  display: block;
}

image {
  display: block;
}

img {
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a {
  margin: 0;
}

ul {
  text-decoration: none;
  text-transform: none;
  list-style: none;
  margin: 0;
  padding: 0;
}

li {
  text-decoration: none;
  text-transform: none;
  list-style: none;
  margin: 0;
  padding: 0;
  color: #232323;
  display: inline-block;
}

li a {
  text-decoration: none;
  text-transform: none;
  color: #232323;
  list-style: none;
  padding: 0;
  margin: 0;
}

a {
  -webkit-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  display: inline-block;
}

a:hover,
a:focus,
a:active {
  text-decoration: none;
  outline: none;
}

a:visited {
  color: inherit;
}

.container-fluid {
  width: 100%;
  padding: 0;
  margin: 0;
}

.container {
  max-width: 1780px;
  margin-left: auto;
  margin-right: auto;
}

.hs-text {
  display: block;
  font-size: 10px;
  list-style: none;
  line-height: 10px;
  font-weight: 500;
  color: #36383F;
  padding-bottom: 4px;
}

.phone a {
  text-decoration: none;
  text-transform: none;
  color: #232323;
  font-size: 20px;
  line-height: 20px;
  font-weight: 700;
}

.body._lock {
  overflow: hidden;
}

.wrapper {
  min-height: 100%;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  background-color: #fff;
}

.header_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__container {
  max-width: 100%;
  margin: 0px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0px 70px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 90px;
  background-color: #fff;
  -webkit-box-shadow: 0px 4px 70px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 4px 70px rgba(0, 0, 0, 0.16);
}

.header__logo {
  z-index: 5;
}

.header__logo img {
  display: block;
  max-width: 140px;
  height: auto;
  z-index: 5;
}

.menu__icon {
  display: none;
}

.menu__body {
  padding-left: 70px;
}

.menu__list > li {
  position: relative;
  margin: 0px 0px 0px 40px;
}

.nav {
  position: top;
  width: 100%;
  height: 120px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 999;
  overflow: hidden;
  background-color: white;
  position: fixed;
  top: 0;
}

.left-side-nav {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 70px;
}

.nav-links ul li {
  padding-right: 40px;
}

.nav-links ul li a {
  font-family: "Inter", sans-serif;
  font-size: 15px;
  line-height: 18px;
  font-weight: 700;
  color: #232323;
}

.nav-links ul li a:hover {
  font-family: "Inter", sans-serif;
  color: #E84B04;
  font-weight: 700;
}

.logo {
  padding-right: 90px;
}

.logo img {
  max-width: 220px;
  height: auto;
}

.nav-mobile {
  display: none;
}

/* ----SVG-ICONS-------- */

.icon {
  display: block;
  width: 28px;
  height: 28px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.phone {
  width: auto;
}

.menu__link {
  color: #fff;
  font-size: 16px;
  line-height: 24px;
}

.menu__list li a {
  font-family: "Inter", sans-serif;
  font-size: 14px !important;
  line-height: 24px !important;
  text-decoration: none !important;
  text-transform: none !important;
  color: #232323 !important;
  font-weight: 500;
}

.menu__list li a:hover {
  color: #480404 !important;
  font-weight: 500;
}

.menu__link:hover {
  text-decoration: underline;
}

.menu__sub-list {
  position: absolute;
  top: 100%;
  right: -130px;
  background-color: #fff;
  padding: 15px;
  min-width: 300px;
  -webkit-box-shadow: 0px 4px 75px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 4px 75px rgba(0, 0, 0, 0.16);
}

.menu__sub-list li {
  margin: 15px 15px 5px 15px;
  display: block;
}

.menu__sub-link {
  color: #fff;
}

.menu__sub-link:hover {
  text-decoration: underline;
}

.menu__arrow {
  display: none;
}

/* --------------------- */

body._pc .menu__list > li:hover .menu__sub-list {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(0px, 0px);
      -ms-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
  pointer-events: all;
}

body._touch .menu__list > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.body._touch .menu__link {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

body._touch .menu__arrow {
  display: block;
  width: 0;
  height: 0;
  margin: 20px 0px 20px 50px;
  -webkit-transition: -webkit-transform 0.3s ease 0s;
  transition: -webkit-transform 0.3s ease 0s;
  -o-transition: transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 10px solid #232323;
}

body._touch .menu__list > li._active .menu__sub-list {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(0px, 0px);
      -ms-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
  pointer-events: all;
}

body._touch .menu__list > li._active .menu__arrow {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.header__Left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.header__Left .contact {
  margin-right: 60px;
}

.social_media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.social_media .icon_wrap {
  background: #fbfbfb;
  width: 50px;
  height: 50px;
  border-radius: 900px;
  margin-left: 8px;
}

.social_media .icon_wrap :hover {
  background: #fff;
  -webkit-filter: drop-shadow(0px 4px 44px rgba(0, 0, 0, 0.18));
          filter: drop-shadow(0px 4px 44px rgba(0, 0, 0, 0.18));
  -webkit-transform: translateY(-2px);
      -ms-transform: translateY(-2px);
          transform: translateY(-2px);
}

.social_media .icon_wrap a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 900px;
}

.social_media .icon_wrap a img {
  width: 60%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.social_media_menu {
  display: none;
}

.mainSlider {
  margin-top: 90px;
}

.mainSlider .swiper-pagination-bullet {
  background: #fbfbfb;
}

.mainSlider .swiper-pagination-bullet-active {
  background: #fbfbfb !important;
}

.mainSlider .swiper-pagination-bullet-active-main {
  background: #fff !important;
}

.mainSlider .slide_wrapper {
  position: relative;
}

.mainSlider .slide_wrapper .text_content {
  z-index: 2;
  position: absolute;
  top: 38%;
  left: 5%;
}

.mainSlider .slide_wrapper .text_content h1 {
  font-size: 55px;
  line-height: 65px;
  font-weight: 800;
  color: #fbfbfb;
  margin-bottom: 10px;
  max-width: 600px;
}

.mainSlider .slide_wrapper .text_content h2 {
  font-size: 55px;
  line-height: 65px;
  font-weight: 800;
  color: #fbfbfb;
  margin-bottom: 10px;
  max-width: 600px;
}

.mainSlider .slide_wrapper .text_content p {
  font-size: 15px;
  line-height: 24px;
  font-weight: 400;
  color: #fbfbfb;
  max-width: 550px;
}

.mainSlider .slide_wrapper img {
  width: 100%;
  height: auto;
}

.mainSlider_mb {
  display: none;
}

.cafes {
  padding: 90px 0;
}

.cafe_one_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.cafe_one_wrapper .left_side {
  width: 50%;
}

.cafe_one_wrapper .left_side .cafe_info_wrap {
  width: 90%;
}

.cafe_one_wrapper .left_side .cafe_info_wrap span {
  font-size: 55px;
  color: #cacaca;
  font-weight: 800;
  line-height: 100%;
  text-transform: uppercase;
  margin-bottom: 15px;
  opacity: 0.4;
}

.cafe_one_wrapper .left_side .cafe_info_wrap h2 {
  font-size: 28px;
  line-height: 140%;
  font-weight: 800;
  color: #232323;
  margin-bottom: 10px;
}

.cafe_one_wrapper .left_side .cafe_info_wrap .location {
  font-size: 15px;
  color: #232323;
  line-height: 24px;
  font-weight: 500;
}

.cafe_one_wrapper .left_side .cafe_info_wrap .location span {
  color: #480404;
  font-size: 15px;
  line-height: 24px;
  font-weight: 500;
  margin-right: 5px;
  text-transform: none;
}

.cafe_one_wrapper .left_side .cafe_info_wrap .phones_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 15px 0;
}

.cafe_one_wrapper .left_side .cafe_info_wrap .phones_wrap .number {
  margin-right: 30px;
}

.cafe_one_wrapper .left_side .cafe_info_wrap .phones_wrap .number:last-child {
  margin-right: 0px;
}

.cafe_one_wrapper .left_side .cafe_info_wrap .phones_wrap .number a {
  color: #232323;
  font-size: 18px;
  line-height: 24px;
  font-weight: 800;
}

.cafe_one_wrapper .left_side .cafe_info_wrap .phones_wrap .number a:hover {
  color: #480404;
}

.cafe_one_wrapper .left_side .cafe_info_wrap .about_cafe p {
  font-size: 15px;
  line-height: 24px;
  color: #232323;
  margin-bottom: 14px;
}

.cafe_one_wrapper .left_side .cafe_info_wrap .about_cafe p:last-child {
  margin-bottom: 0px;
}

.cafe_one_wrapper .left_side .cafe_info_wrap .action_btn {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.cafe_one_wrapper .left_side .cafe_info_wrap .action_btn .btn_int {
  color: #fff;
  background: #480404;
  display: inline-block;
  padding: 16px 24px;
  border-radius: 4px;
  margin-right: 10px;
  min-width: 180px;
  text-align: center;
  font-size: 14px;
  line-height: 100%;
}

.cafe_one_wrapper .left_side .cafe_info_wrap .action_btn .btn_int:hover {
  color: #fff;
  background: #232323;
  -webkit-filter: drop-shadow(0px 4px 24px rgba(0, 0, 0, 0.18));
          filter: drop-shadow(0px 4px 24px rgba(0, 0, 0, 0.18));
}

.cafe_one_wrapper .left_side .cafe_info_wrap .action_btn .btn_menu {
  color: #480404;
  background: transparent;
  border: solid 2px #480404;
  display: inline-block;
  padding: 16px 24px;
  border-radius: 4px;
  min-width: 180px;
  text-align: center;
  font-size: 14px;
  line-height: 100%;
}

.cafe_one_wrapper .left_side .cafe_info_wrap .action_btn .btn_menu:hover {
  color: #fff;
  background: #232323;
  -webkit-filter: drop-shadow(0px 4px 24px rgba(0, 0, 0, 0.18));
          filter: drop-shadow(0px 4px 24px rgba(0, 0, 0, 0.18));
}

.cafe_one_wrapper .right_side {
  width: 50%;
}

.cafe_two_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 90px;
}

.cafe_two_wrapper .right_side {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.cafe_two_wrapper .right_side .cafe_info_wrap {
  width: 90%;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.cafe_two_wrapper .right_side .cafe_info_wrap span {
  font-size: 55px;
  color: #cacaca;
  font-weight: 800;
  line-height: 100%;
  text-transform: uppercase;
  margin-bottom: 15px;
  opacity: 0.4;
}

.cafe_two_wrapper .right_side .cafe_info_wrap h2 {
  font-size: 28px;
  line-height: 140%;
  font-weight: 800;
  color: #232323;
  margin-bottom: 10px;
}

.cafe_two_wrapper .right_side .cafe_info_wrap .location {
  font-size: 15px;
  color: #232323;
  line-height: 24px;
  font-weight: 500;
}

.cafe_two_wrapper .right_side .cafe_info_wrap .location span {
  color: #480404;
  font-size: 15px;
  line-height: 24px;
  font-weight: 500;
  margin-right: 5px;
  text-transform: none;
}

.cafe_two_wrapper .right_side .cafe_info_wrap .phones_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 15px 0;
}

.cafe_two_wrapper .right_side .cafe_info_wrap .phones_wrap .number {
  margin-right: 30px;
}

.cafe_two_wrapper .right_side .cafe_info_wrap .phones_wrap .number:last-child {
  margin-right: 0px;
}

.cafe_two_wrapper .right_side .cafe_info_wrap .phones_wrap .number a {
  color: #232323;
  font-size: 18px;
  line-height: 24px;
  font-weight: 800;
}

.cafe_two_wrapper .right_side .cafe_info_wrap .phones_wrap .number a:hover {
  color: #480404;
}

.cafe_two_wrapper .right_side .cafe_info_wrap .about_cafe p {
  font-size: 15px;
  line-height: 24px;
  color: #232323;
  margin-bottom: 14px;
}

.cafe_two_wrapper .right_side .cafe_info_wrap .about_cafe p:last-child {
  margin-bottom: 0px;
}

.cafe_two_wrapper .right_side .cafe_info_wrap .action_btn {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.cafe_two_wrapper .right_side .cafe_info_wrap .action_btn .btn_int {
  color: #fff;
  background: #480404;
  display: inline-block;
  padding: 16px 24px;
  border-radius: 4px;
  margin-right: 10px;
  min-width: 180px;
  text-align: center;
  font-size: 14px;
  line-height: 100%;
}

.cafe_two_wrapper .right_side .cafe_info_wrap .action_btn .btn_int:hover {
  color: #fff;
  background: #232323;
  -webkit-filter: drop-shadow(0px 4px 24px rgba(0, 0, 0, 0.18));
          filter: drop-shadow(0px 4px 24px rgba(0, 0, 0, 0.18));
}

.cafe_two_wrapper .right_side .cafe_info_wrap .action_btn .btn_menu {
  color: #480404;
  background: transparent;
  border: solid 2px #480404;
  display: inline-block;
  padding: 16px 24px;
  border-radius: 4px;
  min-width: 180px;
  text-align: center;
  font-size: 14px;
  line-height: 100%;
}

.cafe_two_wrapper .right_side .cafe_info_wrap .action_btn .btn_menu:hover {
  color: #fff;
  background: #232323;
  -webkit-filter: drop-shadow(0px 4px 24px rgba(0, 0, 0, 0.18));
          filter: drop-shadow(0px 4px 24px rgba(0, 0, 0, 0.18));
}

.cafe_two_wrapper .left_side {
  width: 50%;
}

.cafeSlider {
  margin-top: 0px;
}

.cafeSlider .swiper-pagination-bullet {
  background: #fbfbfb;
}

.cafeSlider .swiper-pagination-bullet-active {
  background: #fbfbfb !important;
}

.cafeSlider .swiper-pagination-bullet-active-main {
  background: #fff !important;
}

.cafeSlider .slide_wrapper {
  position: relative;
}

.cafeSlider img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}

.wedo {
  margin-bottom: 90px;
}

.wedo_title {
  margin-bottom: 40px;
}

.wedo_title h3 {
  font-size: 34px;
  line-height: 44px;
  font-weight: 800;
  color: #232323;
}

.wedo_items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.wedo_items .wedo_item {
  width: 32%;
  background: #fbfbfb;
  padding: 30px 50px;
  border-radius: 8px;
}

.wedo_items .wedo_item:hover {
  background: #fff;
  -webkit-filter: drop-shadow(0px 4px 44px rgba(0, 0, 0, 0.08));
          filter: drop-shadow(0px 4px 44px rgba(0, 0, 0, 0.08));
  -webkit-transition: ease 0.6s;
  -o-transition: ease 0.6s;
  transition: ease 0.6s;
}

.wedo_items .wedo_item .head_tit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}

.wedo_items .wedo_item .head_tit img {
  width: 38px;
}

.wedo_items .wedo_item .head_tit h4 {
  font-size: 20px;
  line-height: 20px;
  font-weight: 700;
  color: #232323;
  margin-bottom: 5px;
  margin-left: 14px;
}

.wedo_items .wedo_item p {
  font-size: 13px;
  line-height: 20px;
  color: #3a3a3a;
  font-weight: 400;
}

footer {
  background-color: #232323;
  width: 100%;
}

.footer_wrap {
  padding: 70px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footer_wrap .col_1 {
  width: 23%;
}

.footer_wrap .col_1 img {
  width: 50%;
}

.footer_wrap .col_1 .descript {
  margin-top: 8px;
}

.footer_wrap .col_1 .descript p {
  font-size: 12px;
  color: #fff;
  font-weight: 500;
  line-height: 18px;
  width: 80%;
}

.footer_wrap .col_2 {
  width: 23%;
}

.footer_wrap .col_2 .foot_tit {
  font-size: 18px;
  color: #fff;
  margin-bottom: 12px;
  font-weight: 800;
  line-height: 26px;
}

.footer_wrap .col_2 .foot_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.footer_wrap .col_2 .foot_nav li {
  padding-bottom: 12px;
}

.footer_wrap .col_2 .foot_nav li:last-child {
  padding-bottom: 0px;
}

.footer_wrap .col_2 .foot_nav li a {
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  line-height: 100%;
}

.footer_wrap .col_2 .foot_nav li a:hover {
  color: #A7A7A7;
}

.footer_wrap .col_3 {
  width: 23%;
}

.footer_wrap .col_3 .foot_tit {
  font-size: 18px;
  color: #fff;
  margin-bottom: 12px;
  font-weight: 800;
  line-height: 26px;
}

.footer_wrap .col_3 .foot_conts .cont_foot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.footer_wrap .col_3 .foot_conts .cont_foot li {
  padding-bottom: 14px;
}

.footer_wrap .col_3 .foot_conts .cont_foot li .sub_cont {
  font-size: 12px;
  color: #A7A7A7;
  margin-bottom: 5px;
}

.footer_wrap .col_3 .foot_conts .cont_foot li a {
  color: #fff;
  font-size: 16px;
  line-height: 100%;
  font-weight: 800;
}

.footer_wrap .col_3 .foot_conts .cont_foot li a:hover {
  color: #A7A7A7;
}

.footer_wrap .col_4 {
  width: 23%;
}

.footer_wrap .col_4 .foot_tit {
  font-size: 18px;
  color: #fff;
  margin-bottom: 12px;
  font-weight: 800;
  line-height: 26px;
}

.footer_wrap .col_4 .rek_wrap p {
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  line-height: 100%;
}

.footer_wrap .col_4 .rek_wrap .loc_footer h4 {
  color: #A7A7A7;
  font-size: 12px;
  margin-top: 15px;
  font-weight: 500;
  line-height: 100%;
  margin-bottom: 5px;
}

.footer_wrap .col_4 .rek_wrap .loc_footer p {
  color: #fff;
  font-size: 13px;
  line-height: 18px;
}

.footer_wrap .col_4 .webstudio {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer_wrap .col_4 .webstudio p {
  font-size: 9px;
  line-height: 120%;
  margin-bottom: 8px;
  color: #fff;
  margin-right: 14px;
  padding-top: 10px;
}

.footer_wrap .col_4 .webstudio a img {
  width: 80px;
  height: auto;
}

.topbanner_banner {
  width: 100%;
}

.topbanner_wrap {
  padding-top: 90px;
}

.topbanner_wrap .delivery_cover {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
  width: 100%;
  height: 550px;
  padding: 0;
  margin: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.topbanner_wrap .delivery_cover img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.topbanner_wrap .banner_content {
  z-index: 2;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}

.topbanner_wrap .banner_content h1 {
  font-size: 45px;
  font-weight: 800;
  line-height: 120%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  margin-bottom: 10px;
}

.topbanner_wrap .banner_content p {
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

.offer {
  padding: 90px 0;
}

.delivery_orders {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.delivery_orders .delivery_order {
  width: 26%;
}

.delivery_orders .delivery_order img {
  width: 30px;
  height: auto;
  margin-bottom: 15px;
}

.delivery_orders .delivery_order a {
  color: #232322;
  font-size: 18px;
  margin-top: 15px;
  font-weight: 800;
  line-height: 100%;
}

.delivery_orders .delivery_order h2 {
  font-size: 18px;
  color: #232322;
  line-height: 120%;
  font-weight: 800;
  margin-bottom: 15px;
}

.delivery_orders .delivery_order p {
  font-size: 14px;
  color: #232322;
  font-weight: 500;
  line-height: 140%;
}

.delivery_orders .delivery_order ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 15px;
}

.delivery_orders .delivery_order ul li {
  margin-bottom: 12px;
}

.menu_items {
  padding-bottom: 70px;
}

.menu_items_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.menu_items_wrap .menu_item {
  width: 23%;
}

.menu_items_wrap .menu_item a {
  color: #232322;
  width: 100%;
  height: 100%;
  font-size: 15px;
  font-weight: 800;
}

.menu_items_wrap .menu_item a img {
  width: 100%;
  height: auto;
  border-radius: 6px;
}

.menu_items_wrap .menu_item a p {
  margin-top: 14px;
}

.menu_items_wrap .menu_item a:hover {
  color: #480404;
  -webkit-transform: translateY(-8px);
      -ms-transform: translateY(-8px);
          transform: translateY(-8px);
  -webkit-transition: ease-in 0.6s;
  -o-transition: ease-in 0.6s;
  transition: ease-in 0.6s;
}

.p_title {
  padding-top: 150px;
}

.page_title {
  padding-bottom: 50px;
}

.page_title h1 {
  font-size: 40px;
  font-weight: 800;
  line-height: 140%;
  color: #232323;
  width: 100%;
  margin-bottom: 10px;
}

.page_title p {
  font-size: 15px;
  font-weight: 500;
  line-height: 140%;
  color: #232323;
  width: 30%;
}

.reviews_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding-bottom: 50px;
}

.reviews_wrap .review_item {
  width: 25%;
}

.reviews_wrap .review_item p {
  width: 95%;
  font-size: 13px;
  color: #232323;
  font-weight: 400;
  line-height: 140%;
  padding: 30px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 35px 4px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 0px 35px 4px rgba(0, 0, 0, 0.06);
  border-radius: 8px;
  margin-bottom: 25px;
}

.contacts_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 70px;
}

.contacts_wrap .col_contact {
  width: 50%;
}

.contacts_wrap .col_contact span {
  font-size: 18px;
  color: #232323;
  opacity: 0.3;
  line-height: 100%;
  font-weight: 700;
}

.contacts_wrap .col_contact h2 {
  font-size: 30px;
  color: #232323;
  line-height: 140%;
  font-weight: 800;
  margin-bottom: 5px;
}

.contacts_wrap .col_contact .location {
  font-size: 13px;
  color: #232323;
  font-weight: 500;
  line-height: 120%;
  margin-bottom: 20px;
  width: 50%;
}

.contacts_wrap .col_contact ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 15px;
  margin-bottom: 15px;
}

.contacts_wrap .col_contact ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 18px;
}

.contacts_wrap .col_contact ul li:last-child {
  margin-bottom: 0px;
}

.contacts_wrap .col_contact ul li h3 {
  font-size: 18px;
  font-weight: 800;
  color: #232323;
  line-height: 140%;
}

.contacts_wrap .col_contact ul li p {
  font-size: 15px;
  color: #232323;
  font-weight: 500;
  line-height: 140%;
}

.contacts_wrap .col_contact ul li .admin {
  font-size: 12px;
  color: #232323;
  opacity: 0.3;
  line-height: 120%;
  font-weight: 400;
  margin-top: 5px;
}

.contacts_wrap .col_contact .phones {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.contacts_wrap .col_contact .phones .phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.contacts_wrap .col_contact .phones .phone a {
  font-size: 18px;
  line-height: 140%;
  font-weight: 800;
  color: #232323;
  margin-bottom: 14px;
}

.contacts_wrap .col_contact .phones .phone a:last-child {
  margin-bottom: 0px;
}

.no-webp .prim_cover{
  background-image: url(../img/gallerypage/prim/prim-bg.jpg); }

.prim_cover {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
  width: 100%;
  height: 300px;
  padding: 0;
  margin: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.no-webp .mg_cover{
  background-image: url(../img/gallerypage/mg/mg-bg.jpg); }

.mg_cover {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
  width: 100%;
  height: 300px;
  padding: 0;
  margin: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.gallery_cover {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
  width: 100%;
  height: 300px;
  padding: 0;
  margin: 0;
}

.gallery_cover img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.primBox {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  padding: 70px 0;
}

.primBox a {
  width: 100%;
}

.primBox a img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: auto;
  border-radius: 0.5rem;
  aspect-ratio: 16/9;
}

.menu_cover {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
  width: 100%;
  height: 300px;
  padding: 0;
  margin: 0;
}

.menu_cover img {
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
}

.menu_section .razdel {
  padding-bottom: 10px;
}

.menu_section .headname {
  padding-top: 40px;
  padding-bottom: 30px;
}

.menu_section .headname h2 {
  font-size: 35px;
  line-height: 100%;
  font-weight: 800;
  color: #232323;
}

.menu_items_wrap {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}

.menu_items_wrap .menu_item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.menu_items_wrap .menu_item .img_holder {
  position: relative;
}

.menu_items_wrap .menu_item .img_holder img {
  width: 100%;
  height: auto;
  border-radius: 6px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  aspect-ratio: 16/12;
}

.menu_items_wrap .menu_item .img_holder .gram {
  position: absolute;
  bottom: 20px;
  right: 20px;
}

.menu_items_wrap .menu_item .img_holder .gram p {
  font-size: 12px;
  line-height: 12px;
  font-weight: 500;
  padding: 10px 14px;
  background: #232323;
  color: #fff;
  border-radius: 4px;
}

.menu_items_wrap .menu_item .posinfo {
  margin-top: 10px;
}

.menu_items_wrap .menu_item .posinfo .title {
  font-size: 16px;
  color: #232323;
  line-height: 130%;
  font-weight: 800;
  margin-bottom: 3px;
}

.menu_items_wrap .menu_item .posinfo .subinfo {
  font-size: 13px;
  font-weight: 500;
  color: #686868;
  line-height: 130%;
}

.menu_items_wrap .menu_item .price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 6px;
}

.menu_items_wrap .menu_item .price p {
  font-size: 16px;
  font-weight: 800;
  line-height: 100%;
  color: #232323;
  margin-right: 4px;
}

.menu_items_wrap .menu_item .price span {
  font-size: 12px;
  font-weight: 500;
  line-height: 100%;
  color: #232323;
  opacity: 0.6;
}

.zv_header {
  margin-top: 120px;
  margin-bottom: 50px;
}

.img_cover {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
  width: 100%;
  height: 320px;
  padding: 0;
  margin: 0;
  position: relative;
}

.img_cover .zv_header_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 90%;
  margin: 0 auto;
  z-index: 1;
}

.img_cover .zv_header_text h1 {
  font-size: 35px;
  font-weight: 800;
  line-height: 120%;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  margin-bottom: 5px;
}

.img_cover .zv_header_text p {
  font-size: 15px;
  font-weight: 400;
  line-height: 140%;
  color: #fff;
}

.img_cover img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.menu_position_wrapper {
  margin-bottom: 70px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 10px;
}

.menu_position_wrapper .menu_item {
  width: calc((100% - 30px) / 4);
  margin-bottom: 30px;
  overflow: hidden;
}

.menu_position_wrapper .menu_item .card_prev_wrap {
  background: #fbfbfb;
  position: relative;
}

.menu_position_wrapper .menu_item .card_prev_wrap img {
  width: 60%;
  margin: 0 auto;
  padding: 30px 30px;
}

.menu_position_wrapper .menu_item .card_prev_wrap .price_wrap {
  position: absolute;
  right: 20px;
  bottom: 20px;
}

.menu_position_wrapper .menu_item .card_prev_wrap .price_wrap .price {
  background-color: #232322;
  padding: 6px 10px;
  border-radius: 4px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.menu_position_wrapper .menu_item .card_prev_wrap .price_wrap .price p {
  font-size: 13px;
  font-weight: 800;
  line-height: 120%;
  margin-right: 4px;
}

.menu_position_wrapper .menu_item .card_prev_wrap .price_wrap .price span {
  font-size: 10px;
  font-weight: 400;
}

.menu_position_wrapper .menu_item .card_name_wrap {
  margin-top: 10px;
  color: #232322;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  width: 100%;
}

.menu_position_wrapper .menu_item .card_name_wrap .name {
  width: 70%;
  font-size: 16px;
  font-weight: 800;
}

.menu_position_wrapper .menu_item .card_name_wrap .gramms {
  width: 22%;
  font-size: 13px;
  text-align: end;
}

.menu_item:hover .card_prev_wrap img {
  -webkit-transform: rotate(10deg);
      -ms-transform: rotate(10deg);
          transform: rotate(10deg);
  -webkit-transition: ease 0.45s;
  -o-transition: ease 0.45s;
  transition: ease 0.45s;
}

.nydesk {
  width: 100%;
  background: #C20000;
}

.nydesk .sect_wrap {
  width: 100%;
  padding-top: 150px;
  padding-bottom: 400px;
}

.nydesk .sect_wrap .content_head {
  width: 100%;
  position: relative;
}

.nydesk .sect_wrap .content_head img {
  width: 100%;
  height: auto;
}

.nydesk .sect_wrap .content_head .text_area {
  position: absolute;
  bottom: -271px;
  left: 50px;
}

.nydesk .sect_wrap .content_head .text_area h1 {
  font-size: 140px;
  line-height: 130px;
  font-weight: 800;
  color: #fff;
}

.nydesk .sect_wrap .content_head .text_area p {
  font-size: 20px;
  line-height: 34px;
  font-weight: 300;
  color: #fff;
  max-width: 910px;
  padding-top: 25px;
}

.fullinfo_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.fullinfo_area .side_l {
  width: 50%;
}

.fullinfo_area .side_l .img_gal_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.fullinfo_area .side_l .img_gal_wrap .img_w {
  width: 50%;
}

.fullinfo_area .side_l .img_gal_wrap .img_w img {
  width: 100%;
  height: auto;
}

.fullinfo_area .side_r {
  width: 50%;
}

.fullinfo_area .side_r .contetn_wrap {
  padding: 9% 9% 0% 9%;
}

.fullinfo_area .side_r .contetn_wrap .headtext {
  margin-bottom: 30px;
}

.fullinfo_area .side_r .contetn_wrap .headtext h2 {
  font-size: 54px;
  line-height: 60px;
  font-weight: 700;
  color: #232323;
  margin-bottom: 15px;
}

.fullinfo_area .side_r .contetn_wrap .headtext h2 span {
  color: #C20000;
}

.fullinfo_area .side_r .contetn_wrap .headtext p {
  font-size: 18px;
  line-height: 140%;
  font-weight: 500;
  color: #232323;
}

.fullinfo_area .side_r .contetn_wrap .checklist h3 {
  font-size: 30px;
  color: #480404;
  line-height: 38px;
  margin-bottom: 10px;
  font-weight: 700;
}

.fullinfo_area .side_r .contetn_wrap .checklist ul {
  margin-bottom: 20px;
  list-style: circle;
}

.fullinfo_area .side_r .contetn_wrap .checklist ul li {
  display: block;
  margin-bottom: 12px;
  color: #232323;
}

.fullinfo_area .side_r .contetn_wrap .checklist .subinfo {
  font-size: 13px;
  color: #232323;
  line-height: 24px;
  margin-bottom: 5px;
}

.fullinfo_area .side_r .contetn_wrap .checklist p {
  font-size: 18px;
  line-height: 30px;
  font-weight: 500;
  color: #232323;
}

.fullinfo_area .side_r .contetn_wrap .callus {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 30px;
}

.fullinfo_area .side_r .contetn_wrap .callus .text {
  margin-right: 30px;
}

.fullinfo_area .side_r .contetn_wrap .callus .text h3 {
  font-size: 28px;
  line-height: 32px;
  font-weight: 700;
  color: #480404;
  margin-bottom: 5px;
}

.fullinfo_area .side_r .contetn_wrap .callus .text p {
  font-size: 14px;
  line-height: 20px;
  color: #232323;
  font-weight: 400;
}

.fullinfo_area .side_r .contetn_wrap .callus a {
  color: #232323;
  text-decoration: none;
  font-size: 28px;
  line-height: 100%;
  font-weight: 700;
}

.no-webp .nymob .topblock_wrap{
  background: url("/img/newyear/img-gny-topmob.jpg"); }

.nymob .topblock_wrap {
  position: relative;
  width: 100%;
  min-height: 500px;
  background-repeat: no-repeat;
  background-position: center;
  overflow-x: hidden;
}

.nymob .topblock_wrap img {
  width: 38%;
  overflow: hidden;
  position: absolute;
  right: -10px;
  top: 131px;
  z-index: 2;
}

.nymob .topblock_wrap .texthead {
  position: absolute;
  top: 35%;
  left: 20px;
}

.nymob .topblock_wrap .texthead h1 {
  color: #fff;
  font-size: 38px;
  font-weight: 700;
  line-height: 45px;
  margin-bottom: 10px;
}

.nymob .topblock_wrap .texthead p {
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  color: #fff;
}

.nymob .special_content .content_one {
  margin: 35px 0;
}

.nymob .special_content .content_one h2 {
  font-size: 40px;
  line-height: 40px;
  font-weight: 700;
  color: #480404;
  margin-bottom: 10px;
  width: 100%;
}

.nymob .special_content .content_one h2 span {
  color: #C20000;
}

.nymob .special_content .content_one p {
  font-size: 15px;
  font-weight: 400;
  line-height: 140%;
  color: #232323;
  width: 100%;
}

.nymob .special_content .content_two h2 {
  font-size: 28px;
  font-weight: 700;
  line-height: 32px;
  color: #480404;
  margin-bottom: 15px;
}

.nymob .special_content .content_two ul {
  margin-bottom: 30px;
  list-style: disc;
  padding-left: 20px;
}

.nymob .special_content .content_two ul li {
  list-style: disc !important;
  font-size: 15px;
  line-height: 24px;
  font-weight: 400;
  color: #232323;
  margin-bottom: 8px;
  display: revert;
}

.nymob .special_content .content_two ul li:last-child {
  margin-bottom: 0;
}

.nymob .special_content .content_two .special {
  font-size: 13px;
  width: 100%;
  color: #232323;
  line-height: 140%;
  margin-bottom: 10px;
}

.nymob .special_content .content_two p {
  font-size: 18px;
  font-weight: 500;
  line-height: 140%;
  margin-bottom: 30px;
}

.nymob .special_content .callme {
  position: relative;
  width: 100%;
  background: #fbfbfb;
  overflow: hidden;
}

.nymob .special_content .callme h3 {
  font-size: 28px;
  line-height: 32px;
  font-weight: 700;
  color: #480404;
  margin-bottom: 5px;
  padding-top: 40px;
}

.nymob .special_content .callme p {
  font-size: 14px;
  line-height: 120%;
  color: #232323;
  margin-bottom: 15px;
  font-weight: 400;
}

.nymob .special_content .callme a {
  font-size: 28px;
  line-height: 120%;
  color: #232323;
  font-weight: 700;
  padding-bottom: 40px;
}

.nymob .special_content .callme img {
  position: absolute;
  width: 32%;
  height: auto;
  top: 3px;
  right: -30px;
}

.nymob .special_content .galimg_newyear {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.nymob .special_content .galimg_newyear .img_w {
  width: 50%;
}

.nymob .special_content .galimg_newyear .img_w img {
  width: 100%;
  height: auto;
}

.nymob .special_content .galimg_newyear .img_w img:last-child {
  width: 100%;
}

@media (min-width: 767px) {
  .menu__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .menu__list > li {
    padding: 10px 0;
  }

  .menu__sub-list {
    -webkit-transform: translate(0px, 10%);
        -ms-transform: translate(0px, 10%);
            transform: translate(0px, 10%);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
}

@media (min-width: 2560px) {
  .header__container {
    padding: 0px 370px;
  }
}

@media (max-width: 767px) {
  .social_media {
    display: none;
  }

  .social_media_menu {
    padding-top: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .social_media_menu .icon_wrap {
    background: #fbfbfb;
    width: 50px;
    height: 50px;
    border-radius: 900px;
    margin-left: 8px;
  }

  .social_media_menu .icon_wrap :hover {
    background: #fff;
    -webkit-filter: drop-shadow(0px 4px 44px rgba(0, 0, 0, 0.18));
            filter: drop-shadow(0px 4px 44px rgba(0, 0, 0, 0.18));
    -webkit-transform: translateY(-2px);
        -ms-transform: translateY(-2px);
            transform: translateY(-2px);
  }

  .social_media_menu .icon_wrap a {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 900px;
  }

  .social_media_menu .icon_wrap a img {
    width: 60%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .menu__icon {
    z-index: 5;
    display: block;
    position: relative;
    width: 30px;
    height: 18px;
    cursor: pointer;
  }

  .menu__list li a {
    margin: 0px 0px 15px 0 !important;
  }

  .menu__list li a {
    font-size: 20px !important;
    line-height: 26px !important;
    font-weight: 500;
  }

  .menu__icon._active span {
    top: 50%;
    -webkit-transform: scale(1) translate(0px, -50%);
        -ms-transform: scale(1) translate(0px, -50%);
            transform: scale(1) translate(0px, -50%);
  }

  .menu__icon._active::before {
    top: 50%;
    -webkit-transform: rotate(-45deg) translate(0px, -50%);
        -ms-transform: rotate(-45deg) translate(0px, -50%);
            transform: rotate(-45deg) translate(0px, -50%);
  }

  .menu__icon._active::after {
    bottom: 50%;
    -webkit-transform: rotate(45deg) translate(0px, -50%);
        -ms-transform: rotate(45deg) translate(0px, -50%);
            transform: rotate(45deg) translate(0px, -50%);
  }

  .menu__icon span,
  .menu__icon::before,
  .menu__icon::after {
    left: 0;
    position: absolute;
    height: 10%;
    width: 100%;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    background-color: #232323;
  }

  .menu__icon::before,
  .menu__icon::after {
    content: "";
  }

  .menu__icon::before {
    top: 0;
  }

  .menu__icon::after {
    bottom: 0;
  }

  .menu__icon span {
    top: 50%;
    -webkit-transform: scale(1) translate(0px, -50%);
        -ms-transform: scale(1) translate(0px, -50%);
            transform: scale(1) translate(0px, -50%);
  }

  .menu__icon._active span {
    -webkit-transform: scale(0) translate(0px, -50%);
        -ms-transform: scale(0) translate(0px, -50%);
            transform: scale(0) translate(0px, -50%);
  }

  .menu__body {
    position: fixed;
    top: 0;
    left: -120%;
    width: 100%;
    height: 100%;
    background-color: #fff;
    padding: 100px 30px 30px 30px;
    -webkit-transition: left 0.3s ease 0s;
    -o-transition: left 0.3s ease 0s;
    transition: left 0.3s ease 0s;
    overflow: auto;
  }

  .menu__body._active {
    left: 0;
  }

  .menu__body::before {
    content: "";
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    height: 50px;
    background-color: #fff;
    z-index: 2;
  }

  .menu__list > li {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 24px 0px 24px 0;
  }

  .menu__list > li:last-child {
    margin-bottom: 0;
  }

  .menu__list > li._active .menu__sub-list {
    display: block;
    -webkit-box-shadow: none;
            box-shadow: none;
    padding: 0px;
  }

  .menu__list > li._active .menu__sub-list li {
    margin: 24px 0px 24px 0px !important;
  }

  .menu__list > li._active .menu__sub-list li a {
    font-size: 16px !important;
    line-height: 21px !important;
    width: 80%;
    font-weight: normal;
  }

  .menu__link {
    font-size: 22px;
  }

  .menu__sub-list {
    position: relative;
    background-color: #fff;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    margin: 0px 0 0 0;
    display: none;
    right: 0;
  }

  .menu__sub-link {
    font-size: 18px;
    color: #fff;
  }

  .header__container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .menu__sub-list li {
    margin: 0px 0px 10px 0px;
    display: block !important;
  }

  .callback-mob {
    display: block;
  }
}

@media (max-width: 600px) {
  .mainSlider {
    display: none;
  }

  .mainSlider_mb {
    margin-top: 70px;
    display: block;
    height: inherit;
    height: 400px;
  }

  .mainSlider_mb .swiper-pagination-bullet {
    background: #fbfbfb;
  }

  .mainSlider_mb .swiper-pagination-bullet-active {
    background: #fbfbfb !important;
  }

  .mainSlider_mb .swiper-pagination-bullet-active-main {
    background: #fff !important;
  }

  .mainSlider_mb .slide_wrapper {
    position: relative;
    height: 100%;
  }

  .mainSlider_mb .slide_wrapper .text_content {
    z-index: 2;
    position: absolute;
    bottom: 50px;
    left: 25px;
    max-width: 90%;
  }

  .mainSlider_mb .slide_wrapper .text_content h1 {
    font-size: 30px;
    line-height: 40px;
    font-weight: 800;
    color: #fbfbfb;
    margin-bottom: 10px;
  }

  .mainSlider_mb .slide_wrapper .text_content h2 {
    font-size: 30px;
    line-height: 40px;
    font-weight: 800;
    color: #fbfbfb;
    margin-bottom: 10px;
  }

  .mainSlider_mb .slide_wrapper .text_content p {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #fbfbfb;
  }

  .mainSlider_mb .slide_wrapper img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
}

@media screen and (max-width: 600px) {
  .primBox {
    padding: 2rem 0;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    gap: 0.5rem;
  }

  .primBox a {
    width: 100%;
  }

  .primBox a img {
    border-radius: 0.25rem;
  }
}

@media (min-width: 320px) and (max-width: 1024px) {
  .nav {
    display: none;
  }

  .nav-mobile {
    display: inherit;
    height: 60px;
  }

  .header__container {
    height: 70px;
  }

  .logo-holder {
    padding-left: 20px;
  }

  .humburger {
    padding-right: 20px;
    padding-top: 15px;
  }

  .header_right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .nav-content {
    width: 100%;
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 15px;
  }

  #menuToggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    top: 25px;
    left: 25px;
    z-index: 99;
    -webkit-user-select: none;
    -moz-user-select: none;
     -ms-user-select: none;
         user-select: none;
  }

  #menuToggle input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 40px;
    height: 32px;
    position: absolute;
    cursor: pointer;
    right: 0;
    opacity: 0;
    z-index: 99;
  }

  #menuToggle span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 29px;
    height: 2px;
    margin-bottom: 5px;
    position: relative;
    background: #232323;
    border-radius: 3px;
    z-index: 98;
    -webkit-transform-origin: 5px 0px;
        -ms-transform-origin: 5px 0px;
            transform-origin: 5px 0px;
    -webkit-transition: background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
    transition: background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
    -o-transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  }

  #menuToggle span:first-child {
    -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
  }

  #menuToggle span:nth-last-child(2) {
    -webkit-transform-origin: 0% 50%;
        -ms-transform-origin: 0% 50%;
            transform-origin: 0% 50%;
  }

  #menuToggle input:checked ~ span {
    opacity: 1;
    -webkit-transform: rotate(45deg) translate(-3px, -1px);
        -ms-transform: rotate(45deg) translate(-3px, -1px);
            transform: rotate(45deg) translate(-3px, -1px);
    background: #36383F;
  }

  #menuToggle input:checked ~ span:nth-last-child(3) {
    opacity: 0;
    -webkit-transform: rotate(0deg) scale(0.2, 0.2);
        -ms-transform: rotate(0deg) scale(0.2, 0.2);
            transform: rotate(0deg) scale(0.2, 0.2);
  }

  #menuToggle input:checked ~ span:nth-last-child(2) {
    -webkit-transform: rotate(-45deg) translate(0, -1px);
        -ms-transform: rotate(-45deg) translate(0, -1px);
            transform: rotate(-45deg) translate(0, -1px);
  }

  #menu {
    z-index: 97;
    position: absolute;
    width: 75%;
    height: 100vh;
    margin: -50px 0 0 -291px;
    padding: 50px;
    padding-top: 120px;
    background-color: #fff;
    -webkit-font-smoothing: antialiased;
    -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    -webkit-transform: translate(-158%, 0);
        -ms-transform: translate(-158%, 0);
            transform: translate(-158%, 0);
    -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
    transition: -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
    -o-transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  }

  #menu li {
    padding: 10px 0;
    -webkit-transition-delay: 2s;
         -o-transition-delay: 2s;
            transition-delay: 2s;
    display: block;
  }

  #menuToggle input:checked ~ ul {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}

@media (min-width: 360px) and (max-width: 375px) {
  #menu {
    z-index: 97;
    position: absolute;
    width: 73%;
    height: 100vh;
    margin: -50px 0 0 -325px;
    padding: 50px;
    padding-top: 120px;
    background-color: #fff;
    -webkit-font-smoothing: antialiased;
    -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    -webkit-transform: translate(-158%, 0);
        -ms-transform: translate(-158%, 0);
            transform: translate(-158%, 0);
    -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
    transition: -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
    -o-transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  }
}

@media (min-width: 320px) and (max-width: 568px) {
  .container {
    width: 90%;
  }

  .header__Left {
    display: none;
  }
}

@media (min-width: 1025px) and (max-width: 1661px) {
  .container {
    width: 90%;
  }
}

@media (min-width: 320px) and (max-width: 600px) {
  .cafes {
    padding: 30px 0;
  }

  .cafe_one_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .cafe_one_wrapper .left_side {
    width: 100%;
  }

  .cafe_one_wrapper .left_side .cafe_info_wrap {
    width: 100%;
    margin-top: 30px;
  }

  .cafe_one_wrapper .left_side .cafe_info_wrap span {
    font-size: 40px;
    margin-bottom: 15px;
  }

  .cafe_one_wrapper .left_side .cafe_info_wrap h2 {
    font-size: 22px;
    line-height: 120%;
    margin-bottom: 8px;
    margin-top: 8px;
  }

  .cafe_one_wrapper .left_side .cafe_info_wrap .location {
    font-size: 14px;
  }

  .cafe_one_wrapper .left_side .cafe_info_wrap .location span {
    color: #480404;
    font-size: 14px;
    line-height: 24px;
    margin-right: 5px;
    opacity: 1;
  }

  .cafe_one_wrapper .left_side .cafe_info_wrap .phones_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 15px 0;
  }

  .cafe_one_wrapper .left_side .cafe_info_wrap .phones_wrap .number {
    margin-right: 0px;
    margin-bottom: 8px;
  }

  .cafe_one_wrapper .left_side .cafe_info_wrap .phones_wrap .number:last-child {
    margin-right: 0px;
    margin-bottom: 0px;
  }

  .cafe_one_wrapper .left_side .cafe_info_wrap .phones_wrap .number a {
    color: #232323;
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 8px;
  }

  .cafe_one_wrapper .left_side .cafe_info_wrap .phones_wrap .number a:hover {
    color: #480404;
  }

  .cafe_one_wrapper .left_side .cafe_info_wrap .phones_wrap .number a:last-child {
    margin-bottom: 0px;
  }

  .cafe_one_wrapper .left_side .cafe_info_wrap .about_cafe p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 14px;
  }

  .cafe_one_wrapper .left_side .cafe_info_wrap .about_cafe p:last-child {
    margin-bottom: 0px;
  }

  .cafe_one_wrapper .left_side .cafe_info_wrap .action_btn {
    margin-top: 40px;
  }

  .cafe_one_wrapper .left_side .cafe_info_wrap .action_btn .btn_int {
    padding: 24px 24px;
    margin-right: 0px;
    font-size: 14px;
    width: 100%;
    margin-bottom: 8px;
  }

  .cafe_one_wrapper .left_side .cafe_info_wrap .action_btn .btn_menu {
    color: #480404;
    background: transparent;
    border: solid 2px #480404;
    padding: 24px 24px;
    font-size: 14px;
    width: 100%;
  }

  .cafe_one_wrapper .right_side {
    width: 100%;
  }

  .cafe_two_wrapper {
    padding-top: 70px;
  }

  .cafe_two_wrapper .right_side {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }

  .cafe_two_wrapper .right_side .cafe_info_wrap {
    width: 100%;
    margin-top: 30px;
  }

  .cafe_two_wrapper .right_side .cafe_info_wrap span {
    font-size: 40px;
    margin-bottom: 15px;
  }

  .cafe_two_wrapper .right_side .cafe_info_wrap h2 {
    font-size: 22px;
    line-height: 120%;
    margin-bottom: 8px;
    margin-top: 8px;
  }

  .cafe_two_wrapper .right_side .cafe_info_wrap .location {
    font-size: 14px;
  }

  .cafe_two_wrapper .right_side .cafe_info_wrap .location span {
    color: #480404;
    font-size: 14px;
    line-height: 24px;
    margin-right: 5px;
    opacity: 1;
  }

  .cafe_two_wrapper .right_side .cafe_info_wrap .phones_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 15px 0;
  }

  .cafe_two_wrapper .right_side .cafe_info_wrap .phones_wrap .number {
    margin-right: 0px;
    margin-bottom: 8px;
  }

  .cafe_two_wrapper .right_side .cafe_info_wrap .phones_wrap .number:last-child {
    margin-right: 0px;
    margin-bottom: 0px;
  }

  .cafe_two_wrapper .right_side .cafe_info_wrap .phones_wrap .number a {
    color: #232323;
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 8px;
  }

  .cafe_two_wrapper .right_side .cafe_info_wrap .phones_wrap .number a:hover {
    color: #480404;
  }

  .cafe_two_wrapper .right_side .cafe_info_wrap .phones_wrap .number a:last-child {
    margin-bottom: 0px;
  }

  .cafe_two_wrapper .right_side .cafe_info_wrap .about_cafe p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 14px;
  }

  .cafe_two_wrapper .right_side .cafe_info_wrap .about_cafe p:last-child {
    margin-bottom: 0px;
  }

  .cafe_two_wrapper .right_side .cafe_info_wrap .action_btn {
    margin-top: 40px;
  }

  .cafe_two_wrapper .right_side .cafe_info_wrap .action_btn .btn_int {
    padding: 24px 24px;
    margin-right: 0px;
    font-size: 14px;
    width: 100%;
    margin-bottom: 8px;
  }

  .cafe_two_wrapper .right_side .cafe_info_wrap .action_btn .btn_menu {
    color: #480404;
    background: transparent;
    border: solid 2px #480404;
    padding: 24px 24px;
    font-size: 14px;
    width: 100%;
  }

  .cafe_two_wrapper .left_side {
    width: 100%;
  }

  .cafeSlider {
    margin-top: 0px;
  }

  .cafeSlider .swiper-pagination-bullet {
    background: #fbfbfb;
  }

  .cafeSlider .swiper-pagination-bullet-active {
    background: #fbfbfb !important;
  }

  .cafeSlider .swiper-pagination-bullet-active-main {
    background: #fff !important;
  }

  .cafeSlider .slide_wrapper {
    position: relative;
  }

  .cafeSlider img {
    width: 100%;
    height: auto;
    border-radius: 8px;
  }

  .wedo {
    margin-bottom: 50px;
    margin-top: 20px;
  }

  .wedo_title {
    margin-bottom: 30px;
  }

  .wedo_title h3 {
    font-size: 30px;
    line-height: 34px;
  }

  .wedo_items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .wedo_items .wedo_item {
    width: 100%;
    background: #fbfbfb;
    padding: 30px 30px;
    margin-bottom: 20px;
  }

  .wedo_items .wedo_item:last-child {
    margin-bottom: 0;
  }

  .wedo_items .wedo_item:hover {
    background: #fff;
    -webkit-filter: drop-shadow(0px 4px 44px rgba(0, 0, 0, 0.08));
            filter: drop-shadow(0px 4px 44px rgba(0, 0, 0, 0.08));
    -webkit-transition: ease 0.6s;
    -o-transition: ease 0.6s;
    transition: ease 0.6s;
  }

  .wedo_items .wedo_item .head_tit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 10px;
  }

  .wedo_items .wedo_item .head_tit img {
    width: 30px;
  }

  .wedo_items .wedo_item .head_tit h4 {
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 5px;
    margin-left: 10px;
  }

  .wedo_items .wedo_item p {
    font-size: 13px;
    line-height: 20px;
  }

  .footer_wrap {
    padding: 40px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .footer_wrap .col_1 {
    width: 100%;
    margin-bottom: 15px;
  }

  .footer_wrap .col_1 img {
    width: 44%;
  }

  .footer_wrap .col_1 .descript {
    margin-top: 4px;
    margin-bottom: 24px;
  }

  .footer_wrap .col_1 .descript p {
    font-size: 12px;
    width: 80%;
  }

  .footer_wrap .col_2 {
    width: 100%;
    margin-bottom: 24px;
  }

  .footer_wrap .col_2 .foot_tit {
    font-size: 18px;
    margin-bottom: 12px;
  }

  .footer_wrap .col_2 .foot_nav li {
    padding-bottom: 16px;
  }

  .footer_wrap .col_2 .foot_nav li:last-child {
    padding-bottom: 0px;
  }

  .footer_wrap .col_2 .foot_nav li a {
    font-size: 14px;
  }

  .footer_wrap .col_3 {
    width: 100%;
    margin-bottom: 24px;
  }

  .footer_wrap .col_3 .foot_tit {
    font-size: 18px;
    margin-bottom: 12px;
  }

  .footer_wrap .col_3 .foot_conts .cont_foot {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .footer_wrap .col_3 .foot_conts .cont_foot li {
    padding-bottom: 14px;
  }

  .footer_wrap .col_3 .foot_conts .cont_foot li .sub_cont {
    font-size: 12px;
    margin-bottom: 5px;
  }

  .footer_wrap .col_3 .foot_conts .cont_foot li a {
    font-size: 16px;
  }

  .footer_wrap .col_4 {
    width: 100%;
  }

  .footer_wrap .col_4 .foot_tit {
    font-size: 18px;
    margin-bottom: 12px;
  }

  .footer_wrap .col_4 .rek_wrap p {
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    line-height: 100%;
  }

  .footer_wrap .col_4 .rek_wrap .loc_footer h4 {
    font-size: 12px;
    margin-top: 15px;
    margin-bottom: 5px;
  }

  .footer_wrap .col_4 .rek_wrap .loc_footer p {
    font-size: 12px;
    line-height: 18px;
  }

  .offer {
    padding: 40px 0;
  }

  .topbanner_wrap {
    padding-top: 70px;
  }

  .topbanner_wrap .delivery_cover {
    height: 400px;
  }

  .topbanner_wrap .banner_content h1 {
    font-size: 35px;
    margin-bottom: 10px;
  }

  .topbanner_wrap .banner_content p {
    font-size: 16px;
    line-height: 120%;
    width: 80%;
    margin: 0 auto;
  }

  .delivery_orders {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .delivery_orders .delivery_order {
    width: 100%;
    margin-bottom: 45px;
  }

  .delivery_orders .delivery_order:last-child {
    margin-bottom: 0px;
  }

  .delivery_orders .delivery_order img {
    width: 40px;
    margin-bottom: 15px;
    opacity: 0.4;
  }

  .delivery_orders .delivery_order a {
    font-size: 24px;
    margin-top: 15px;
  }

  .delivery_orders .delivery_order h2 {
    font-size: 24px;
    margin-bottom: 15px;
  }

  .delivery_orders .delivery_order p {
    font-size: 13px;
  }

  .delivery_orders .delivery_order ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 15px;
  }

  .delivery_orders .delivery_order ul li {
    margin-bottom: 12px;
  }

  .p_title {
    padding-top: 120px;
  }

  .page_title {
    padding-bottom: 50px;
  }

  .page_title h1 {
    font-size: 34px;
    width: 80%;
  }

  .page_title p {
    font-size: 13px;
    width: 80%;
  }

  .reviews_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 50px;
  }

  .reviews_wrap .review_item {
    width: 100%;
  }

  .reviews_wrap .review_item p {
    width: 100%;
  }

  .contacts_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 50px;
  }

  .contacts_wrap .col_contact {
    width: 100%;
    margin-bottom: 50px;
  }

  .contacts_wrap .col_contact:last-child {
    margin-bottom: 0px;
  }

  .contacts_wrap .col_contact span {
    font-size: 18px;
  }

  .contacts_wrap .col_contact h2 {
    font-size: 30px;
    color: #232323;
    margin-bottom: 5px;
  }

  .contacts_wrap .col_contact .location {
    font-size: 13px;
    margin-bottom: 20px;
    width: 90%;
  }

  .contacts_wrap .col_contact ul {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .contacts_wrap .col_contact ul li {
    margin-bottom: 18px;
  }

  .contacts_wrap .col_contact ul li h3 {
    font-size: 18px;
  }

  .contacts_wrap .col_contact ul li p {
    font-size: 15px;
  }

  .contacts_wrap .col_contact ul li .admin {
    font-size: 12px;
    margin-top: 5px;
  }

  .contacts_wrap .col_contact .phones .phone a {
    font-size: 24px;
    margin-bottom: 18px;
  }

  .menu_section .razdel {
    padding-bottom: 10px;
  }

  .menu_section .razdel:last-child {
    padding-bottom: 40px;
  }

  .menu_section .headname {
    padding-top: 30px;
    padding-bottom: 20px;
  }

  .menu_section .headname h2 {
    font-size: 35px;
  }

  .menu_items_wrap {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
    gap: 1.5rem;
  }

  .menu_items_wrap .menu_item {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .menu_items_wrap .menu_item .img_holder img {
    aspect-ratio: 16/9;
  }

  .menu_items_wrap .menu_item .img_holder .gram {
    bottom: 15px;
    right: 15px;
  }

  .menu_items_wrap .menu_item .img_holder .gram p {
    font-size: 11px;
    line-height: 11px;
    padding: 10px 14px;
    background: #232323;
    color: #fff;
  }

  .menu_items_wrap .menu_item .posinfo {
    margin-top: 10px;
  }

  .menu_items_wrap .menu_item .posinfo .title {
    font-size: 16px;
    margin-bottom: 3px;
  }

  .menu_items_wrap .menu_item .posinfo .subinfo {
    font-size: 12px;
  }

  .menu_items_wrap .menu_item .price {
    margin-top: 6px;
  }

  .menu_items_wrap .menu_item .price p {
    font-size: 15px;
    margin-right: 4px;
  }

  .menu_items_wrap .menu_item .price span {
    font-size: 12px;
    opacity: 0.6;
  }

  .menu_position_wrapper {
    margin-bottom: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }

  .menu_position_wrapper .menu_item {
    width: 100%;
    margin-bottom: 30px;
  }

  .menu_position_wrapper .menu_item .card_name_wrap .name {
    width: 65%;
  }

  .menu_position_wrapper .menu_item .card_name_wrap .gramms {
    width: 28%;
  }

  .nydesk {
    display: none;
  }

  .special_info {
    display: none;
  }
}

@media (min-width: 1170px) and (max-width: 1660px) {
  .menu_items_wrap {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem 1rem;
  }

  .menu_items_wrap .menu_item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (min-width: 768px) and (max-width: 1160px) {
  .menu_items_wrap {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem 1rem;
  }

  .menu_items_wrap .menu_item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (min-width: 1180px) and (max-width: 1660px) {
  .fullinfo_area .side_l {
    width: 100%;
  }

  .fullinfo_area .side_l .img_gal_wrap .img_w {
    width: 25%;
  }

  .fullinfo_area .side_l .img_gal_wrap .img_w img {
    width: 100%;
    height: auto;
  }

  .fullinfo_area .side_r {
    width: 100%;
  }

  .fullinfo_area .side_r .contetn_wrap {
    padding: 60px 70px;
  }

  .fullinfo_area .side_r .contetn_wrap .headtext {
    margin-bottom: 30px;
  }

  .fullinfo_area .side_r .contetn_wrap .headtext h2 {
    margin-bottom: 10px;
    max-width: 700px;
  }

  .fullinfo_area .side_r .contetn_wrap .headtext p {
    font-size: 18px;
    max-width: 800px;
  }
}

@media (min-width: 601px) and (max-width: 9999px) {
  .nymob {
    display: none;
  }
}

@media (width: 414px) {
  #menu {
    z-index: 97;
    position: absolute;
    width: 75%;
    height: 100vh;
    margin: -50px 0 0 -364px;
    padding: 50px;
    padding-top: 120px;
    background-color: #ffffff;
    -webkit-font-smoothing: antialiased;
    -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    -webkit-transform: translate(-158%, 0);
        -ms-transform: translate(-158%, 0);
            transform: translate(-158%, 0);
    -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
    transition: -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
    -o-transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  }
}

@media (width: 1368px) {
  .menu__list > li {
    position: relative;
    margin: 0px 0px 0px 20px;
  }
}

@media (width: 1440px) {
  .header__Left .contact {
    margin-right: 25px;
  }

  .menu__list > li {
    position: relative;
    margin: 0px 0px 0px 25px;
  }
}

.webp .prim_cover{ background-image: url(../img/gallerypage/prim/prim-bg.webp); }

.webp .mg_cover{ background-image: url(../img/gallerypage/mg/mg-bg.webp); }

.webp .nymob .topblock_wrap{ background: url(/img/newyear/img-gny-topmob.webp); }