@charset "UTF-8";
[x-cloak] {
  display: none;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html,
body {
  width: 100%;
  min-width: 320px;
  color: #282e32;
  background: #fff;
  font: 16px/110% "Open Sans", sans-serif;
  overflow-x: hidden;
}

html {
  height: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  height: auto !important;
  min-height: 100%;
  height: 100%;
  position: relative;
}

html,
body,
div,
applet,
object,
iframe,
blockquote,
pre,
abbr,
acronym,
address,
big,
select,
input,
textarea,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
sub,
sup,
tt,
var,
dd,
dl,
dt,
fieldset,
form,
label,
legend,
caption,
h1,
h2,
h3,
h4,
h5 {
  font: 16px/110% "Open Sans", sans-serif;
  margin: 0;
  padding: 0;
  border: 0;
}

a img,
:link img,
:visited img {
  border: 0;
}

p {
  padding: 0px;
  margin: 0px;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td {
  vertical-align: top;
}

a {
  cursor: pointer;
  outline: none;
  color: #282e32;
  text-decoration: none;
  font: 16px/110% "Open Sans", sans-serif;
}

a:hover {
  text-decoration: none;
}

.cl:after, .form_block .book_form:after, .fci_price:after, .fc_item:after, .mt_items:after, .news_inner_block:after, .mes_bot:after, .nav:after, .fo_socials:after, .fo_right:after, .fo_left:after, .map_top:after, .main_bot:after, .main_middle:after, .main_top:after, .footer_bot:after, .footer_top:after, .content:after, .header_bot:after {
  content: "";
  display: block;
  clear: both;
}

.hand {
  cursor: pointer;
}

.display_none {
  display: none;
}

input,
select,
textarea {
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

textarea {
  outline: none;
  resize: none;
  overflow: auto;
}

ul {
  list-style: none;
}

/* SELECT */
.select {
  display: block;
  width: 100%;
  position: relative;
}

.new-select {
  font-family: "Caviar_Dreams-Bold";
  line-height: 1;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding: 10px 15px;
  cursor: pointer;
  user-select: none;
}

.new-select__list {
  position: absolute;
  top: calc(100% - 1px);
  left: 0;
  cursor: pointer;
  width: 100%;
  z-index: 2;
  user-select: none;
  background-color: #fff;
  border: 1px solid #999a95;
  color: #999a95;
  font-family: "Caviar_Dreams-Bold";
  border-top: none;
}

.new-select__list.on {
  display: block;
}

.new-select__item span {
  display: block;
  padding: 10px 15px;
  transition: 0.3s color, 0.3s background-color;
}

.new-select__item span:hover {
  color: #fff;
  background-color: #999a95;
} 

.new-select:after {
  content: '';
  display: block;
  width: 10px;
  height: 5px;
  position: relative;
  background-image: url('../images/arrow-down-small.svg');
  background-size: 100% auto;
  background-repeat: no-repeat;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;

  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}

.new-select.on:after {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}

/* site styles */
.footer_bot, .footer_top, .content, .header_bot {
  max-width: 1470px;
  padding: 0 15px;
  margin: 0 auto;
}

header {
  position: relative;
  z-index: 5;
  margin-bottom: 93px;
}

.header_top {
  max-width: 1470px;
  margin: 0 auto;
  position: relative;
  border-bottom: 1px solid #ebebea;
  display: grid;
  padding: 15px;
  grid-template-columns: 40% 20% 40%;
  align-items: center;
}

.logo {
  display: block;
}
.logo > img {
  display: block;
  max-height: 70px;
  margin: auto;
}

.ht_socials {
  display: flex;
  gap: 8px;
}
.ht_socials > a {
  display: block;
  width: 34px;
  height: 34px;
  transition: 0.3s;
}
.ht_socials > a:hover {
  filter: alpha(Opacity=70);
  opacity: 0.7;
}

.ht_right {
  text-align: right;
}

.ht_tel {
  font-size: 21px;
  font-family: "Caviar_Dreams-Bold";
  text-transform: uppercase;
}

.ht_time {
  font-size: 16px;
  line-height: 22px;
  color: #949494;
  margin-top: 9px;
}

.burger {
  display: none;
  position: relative;
  z-index: 1;
  width: 22px;
  height: 18px;
}
.burger.opened span {
  height: 0;
}
.burger.opened span:before {
  top: 50%;
  transform: rotate(-45deg);
}
.burger.opened span:after {
  top: 50%;
  transform: rotate(45deg);
}
.burger:hover {
  filter: alpha(Opacity=70);
  opacity: 0.7;
}
.burger span {
  display: block;
  width: 100%;
  height: 2px;
  background: #000;
  position: absolute;
  left: 0;
  top: 8px;
}
.burger span:before {
  display: block;
  content: "";
  width: 100%;
  height: 2px;
  background: #000;
  position: absolute;
  left: 0;
  top: -8px;
  transition: 0.3s;
}
.burger span:after {
  display: block;
  content: "";
  width: 100%;
  height: 2px;
  background: #000;
  position: absolute;
  left: 0;
  top: 8px;
  transition: 0.3s;
}

.h_menu {
  display: flex;
  position: relative;
  justify-content: space-between;
}
.h_menu > li {
  padding-top: 21px;
  z-index: 1;
}
.h_menu > li:hover, .h_menu > li.current {
  border-top: 1px solid #999a95;
  margin-top: -1px;
}
.h_menu > li > a {
  color: #999a95;
  font-family: "Caviar_Dreams-Bold";
  font-size: 14px;
  letter-spacing: 0.42px;
  text-transform: uppercase;
  transition: 0.3s;
}

.content {
  position: relative;
}

.stars {
  display: block;
  margin-bottom: 25px;
}

.main_top .c_head {
  float: left;
}

.c_head {
  font-family: "Caviar_Dreams-Bold";
  font-size: 70px;
  letter-spacing: 2.1px;
  text-transform: uppercase;
}

.mt_text {
  float: right;
  max-width: 953px;
  width: calc(100% - 467px);
  color: #575757;
  font-size: 16px;
  line-height: 162.5%;
  margin-top: 7px;
}

.main_middle {
  margin-top: 33px;
}

.mm_menu {
  float: left;
  max-width: 388px;
  width: 100%;
  margin-top: 18px;
  position: relative;
  z-index: 1;
}
.mm_menu > li {
  display: block;
  padding: 28px 0;
}
.mm_menu > li:nth-child(2) {
  border-top: 1px solid #ebebea;
  border-bottom: 1px solid #ebebea;
}
.mm_menu > li:nth-child(4) {
  margin-top: 175px;
}
.mm_menu > li > a {
  padding-left: 42px;
  color: #999a95;
  font-family: "Caviar_Dreams-Bold";
  font-size: 18px;
  letter-spacing: 0.54px;
  text-transform: uppercase;
  transition: 0.3s;
  position: relative;
}
.mm_menu > li > a:hover {
  filter: alpha(Opacity=70);
  opacity: 0.7;
}
.mm_menu > li > a > img {
  display: inline-block;
  vertical-align: top;
  position: absolute;
  left: 0;
  top: 0;
}

.main_slider {
  float: right;
  max-width: 973px;
  width: calc(100% - 467px);
}
.main_slider .owl-dots {
  display: none;
}
.main_slider img {
  display: block;
}
.main_slider .owl-prev,
.main_slider .owl-next {
  display: block;
  width: 54px;
  height: 60px;
  background: #282e32 url(../images/dir.svg) center no-repeat !important;
  border: none;
  position: absolute;
  bottom: 0;
  right: 0;
  transition: 0.3s;
}
.main_slider .owl-prev:hover,
.main_slider .owl-next:hover {
  filter: alpha(Opacity=70);
  opacity: 0.7;
}
.main_slider .owl-prev > span,
.main_slider .owl-next > span {
  display: none !important;
}
.main_slider .owl-prev {
  right: 54px;
}
.main_slider .owl-next {
  transform: rotate(180deg);
}

.main_bot {
  position: relative;
}
.main_bot:before {
  display: block;
  content: "";
  width: 954px;
  height: 351px;
  background: url(../images/mb_bg.jpg) 0 0 no-repeat;
  position: absolute;
  top: -179px;
  left: 121px;
}

.mb_img {
  display: block;
  float: left;
  max-width: 467px;
  width: 100%;
  position: relative;
  z-index: 1;
}

.mb_about {
  padding-top: 243px;
  float: right;
  max-width: 833px;
  width: calc(100% - 500px);
  position: relative;
  z-index: 1;
}
.mb_about p {
  color: #575757;
  font-size: 16px;
  line-height: 162.5%;
  margin-bottom: 27px;
}

.c_head_2, .prod__title, .c_head_3 {
  font-family: "Caviar_Dreams-Bold";
  font-size: 48px;
  letter-spacing: 1.44px;
  text-transform: uppercase;
  margin-bottom: 33px;
}

.c_head_3 {
  font-size: 40px;
}

.mb_btn {
  display: inline-block;
  vertical-align: top;
  color: #999a95;
  font-family: "Caviar_Dreams-Bold";
  font-size: 18px;
  letter-spacing: 0.54px;
  text-transform: uppercase;
  margin-top: 35px;
  padding-left: 42px;
  position: relative;
  transition: 0.3s;
}
.mb_btn:hover {
  filter: alpha(Opacity=70);
  opacity: 0.7;
}
.mb_btn:before {
  display: block;
  content: "";
  width: 21px;
  height: 21px;
  background: url(../images/mm_4.svg) 0 0 no-repeat;
  position: absolute;
  top: -2px;
  left: 0;
}

.main_bot_btn {
  padding-left: 467px;
}
.main_bot_btn > a {
  display: table;
  width: 100%;
  height: 156px;
  background: url(../images/mbb.jpg) center no-repeat;
  transition: 0.3s;
}
.main_bot_btn > a:hover {
  filter: alpha(Opacity=70);
  opacity: 0.7;
}
.main_bot_btn > a > span {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  color: #fff;
  font-family: "Caviar_Dreams-Bold";
  font-size: 40px;
  line-height: 110%;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}
.main_bot_btn > a > span > img {
  display: inline-block;
  vertical-align: top;
  margin: 4px 0 0 27px;
}

/*стили модальных окон*/
.mask {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9000;
  background: rgba(0, 0, 0, 0.4);
  display: none;
  backdrop-filter: blur(7px);
  transition: all 300ms ease-in-out;
}

.boxes .window {
  display: none;
  max-width: 700px;
  width: 100%;
  max-height: 90vh;
  overflow: auto;
  background: #ffffff;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
}

.boxes .product-detail {
  display: none;
  max-width: 1200px;
  width: 96%;
  max-height: 90vh;
  overflow: auto;
  background: #ffffff;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
}

.boxes .delivery-detail {
  width: 96%;
}

.boxes .delivery-detail .delivery-detail-content {
  padding: 20px;
  margin-top: 10px;
}

.boxes .delivery-detail .text-content {
  font-size: 16px;
  line-height: 26px;
  margin-top: 20px;
}

.boxes .delivery-detail .text-content p {
  margin-bottom: 20px;
}

.close {
  display: block;
  width: 25px;
  height: 25px;
  position: absolute;
  z-index: 3;
  right: 30px;
  top: 20px;
  cursor: pointer;
  filter: alpha(Opacity=50);
  opacity: 0.5;
  transition: 0.3s;
}
.close:hover {
  filter: alpha(Opacity=100);
  opacity: 1;
}
.close:before {
  display: block;
  content: "";
  width: 25px;
  height: 2px;
  background: #000;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0) rotate(-45deg);
}
.close:after {
  display: block;
  content: "";
  width: 25px;
  height: 2px;
  background: #000;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0) rotate(45deg);
}

.m_content {
  padding: 45px 35px;
}
.m_content_nopad {
  padding: 0 !important;
}

.m_head {
  text-align: center;
  font-family: "Caviar_Dreams-Bold";
  font-size: 40px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  margin-bottom: 40px;
}

.f_input, .f_area {
  display: block;
  width: 100%;
  height: 46px;
  background: none;
  border-bottom: 1px solid #949494;
  margin-bottom: 15px;
  font-size: 16px;
}
.f_input:focus, .f_area:focus {
  border-bottom: 1px solid #000;
}

.f_area {
  overflow: hidden;
  padding: 10px 0;
}

.f_submit, .fb_submit {
  padding-left: 34px;
  position: relative;
  margin-top: 75px;
  transition: 0.3s;
}
.f_submit:hover, .fb_submit:hover {
  filter: alpha(Opacity=70);
  opacity: 0.7;
}
.f_submit:before, .fb_submit:before {
  display: block;
  content: "";
  width: 21px;
  height: 21px;
  background: url(../images/mm_4.svg) 0 0 no-repeat;
  position: absolute;
  left: 0;
  top: 0;
}

.f_submit > input, .fb_submit > input,
.f_submit > button, .fb_submit > button {
  border: none;
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  height: 22px;
  background: none;
  color: #999a95;
  font-family: "Caviar_Dreams-Bold";
  font-size: 18px;
  text-align: left;
  letter-spacing: 0.54px;
  text-transform: uppercase;
}

.fb_submit {
  width: 278px;
  height: 57px;
  border: 1px solid #999a95;
}
.fb_submit:before {
  left: 43px;
  top: 16px;
}

.fb_submit > input,
.fb_submit > button {
  width: 100%;
  height: 55px;
  padding-left: 42px;
}

.m_text {
  font-size: 16px;
  line-height: 140%;
  color: #575757;
  margin-bottom: 30px;
}

.m_bot {
  font-size: 16px;
  line-height: 140%;
  color: #575757;
  margin-top: 20px;
}
.m_bot > a {
  font-size: 16px;
  line-height: 140%;
  color: #575757;
}
.m_bot > a:hover {
  text-decoration: underline;
}

.main_photos {
  margin-top: 190px;
  position: relative;
}
.main_photos:before {
  display: block;
  content: "";
  width: 316px;
  height: 582px;
  background: url(../images/pg_bg.jpg) 0 0 no-repeat;
  position: absolute;
  bottom: -88px;
  right: -93px;
}

.photo_slider .owl-dots {
  display: none;
}
.photo_slider .owl-prev,
.photo_slider .owl-next {
  display: block;
  width: 61px;
  height: 61px;
  background: url(../images/dir_gray.svg) center no-repeat !important;
  border: 1px solid #d4d4d4;
  position: absolute;
  top: -104px;
  right: 0;
  transition: 0.3s;
}
.photo_slider .owl-prev:hover,
.photo_slider .owl-next:hover {
  filter: alpha(Opacity=70);
  opacity: 0.7;
}
.photo_slider .owl-prev > span,
.photo_slider .owl-next > span {
  display: none !important;
}
.photo_slider .owl-prev {
  right: 71px;
}
.photo_slider .owl-next {
  transform: rotate(180deg);
}

.ps_content {
  overflow: hidden;
  transition: 0.3s;
  cursor: pointer;
}
.ps_content img {
  display: block;
  transition: 0.3s;
}
.ps_content:hover img {
  transform: scale(1.1);
}

.map_block {
  margin-top: 186px;
}

.map_top .c_head_2, .map_top .prod__title, .map_top .c_head_3 {
  float: left;
}
.map_top .mb_btn {
  float: right;
  margin: 27px 0 0 0;
}

.map {
  margin-top: 30px;
  height: 521px;
}

footer {
  margin-top: 105px;
  padding: 68px 0 80px;
  background: #282e32;
}

.fo_left {
  float: left;
}
.fo_left .fo_menu {
  float: left;
}
.fo_left .fo_menu:nth-child(2) {
  margin-right: 107px;
}

.fo_head {
  color: #fff;
  font-family: "Caviar_Dreams-Bold";
  font-size: 36px;
  letter-spacing: 1.08px;
  text-transform: uppercase;
  margin-bottom: 37px;
}

.fo_menu > li {
  display: block;
  margin-bottom: 6px;
}
.fo_menu > li > a {
  color: #949494;
  font-size: 16px;
  line-height: 162.5%;
  transition: 0.3s;
}
.fo_menu > li > a:hover {
  color: #fff;
}

.fo_right {
  float: right;
  max-width: 515px;
  width: 100%;
  margin: 26px 66px 0 0;
}

.for_left {
  float: left;
}

.for_head {
  color: #fff;
  font-family: "Caviar_Dreams-Bold";
  font-size: 21px;
  text-transform: uppercase;
  margin-bottom: 28px;
}

.for_right {
  float: right;
}

.fo_tel {
  display: inline-block;
  color: #fff;
  font-family: "Caviar_Dreams-Bold";
  font-size: 21px;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.fo_time {
  color: #949494;
  font-size: 16px;
  line-height: 162.5%;
}

.fo_socials {
  margin-top: 47px;
}
.fo_socials > a {
  display: block;
  float: left;
  width: 34px;
  height: 34px;
  margin-right: 8px;
  transition: 0.3s;
}
.fo_socials > a:hover {
  filter: brightness(500%);
}
.fo_socials > a > img {
  display: block;
}

.footer_bot {
  margin-top: 43px;
  padding-top: 26px;
  position: relative;
}
.footer_bot:before {
  display: block;
  content: "";
  width: calc(100% - 30px);
  height: 1px;
  background: #3f4446;
  position: absolute;
  top: 0;
  left: 15px;
}

.copy {
  float: left;
  color: #949494;
  font-size: 14px;
  opacity: 0.54;
}

.conf {
  float: right;
  color: #949494;
  font-size: 14px;
  opacity: 0.54;
  transition: 0.3s;
}
.conf:hover {
  color: #fff;
  opacity: 1;
}

/*menu*/
.nav {
  margin: -6px 0 6px;
}
.nav > li {
  display: block;
  float: left;
  margin: 0 25px 15px 0;
  position: relative;
}
.nav > li:before {
  display: block;
  content: "";
  width: 12px;
  height: 1px;
  background: #949494;
  position: absolute;
  top: 8px;
  right: -20px;
}
.nav > li:last-child {
  margin-right: 0;
}
.nav > li:last-child:before {
  display: none;
}
.nav > li > a {
  color: #949494;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.42px;
  text-transform: uppercase;
}
.nav > li > a:hover {
  text-decoration: underline;
}

.menu_slider, .banquets_top, .loyalty {
  margin: 42px 0 76px;
  position: relative;
}
.menu_slider:before, .banquets_top:before, .loyalty:before {
  display: block;
  content: "";
  width: 690px;
  height: 351px;
  background: url(../images/bg_2.jpg) 0 0 no-repeat;
  position: absolute;
  top: -90px;
  right: -103px;
}
.menu_slider .owl-dots, .banquets_top .owl-dots, .loyalty .owl-dots {
  display: none;
}
.menu_slider .owl-prev, .banquets_top .owl-prev, .loyalty .owl-prev,
.menu_slider .owl-next,
.banquets_top .owl-next,
.loyalty .owl-next {
  display: block;
  width: 54px;
  height: 60px;
  background: #282e32 url(../images/dir.svg) center no-repeat !important;
  border: none;
  position: absolute;
  bottom: 0;
  right: 0;
  transition: 0.3s;
}
.menu_slider .owl-prev:hover, .banquets_top .owl-prev:hover, .loyalty .owl-prev:hover,
.menu_slider .owl-next:hover,
.banquets_top .owl-next:hover,
.loyalty .owl-next:hover {
  filter: alpha(Opacity=70);
  opacity: 0.7;
}
.menu_slider .owl-prev > span, .banquets_top .owl-prev > span, .loyalty .owl-prev > span,
.menu_slider .owl-next > span,
.banquets_top .owl-next > span,
.loyalty .owl-next > span {
  display: none !important;
}
.menu_slider .owl-prev, .banquets_top .owl-prev, .loyalty .owl-prev {
  right: 54px;
}
.menu_slider .owl-next, .banquets_top .owl-next, .loyalty .owl-next {
  transform: rotate(180deg);
}

.mes_content {
  position: relative;
}
.mes_content img {
  display: block;
}

.mes_block {
  max-width: 470px;
  width: 100%;
  position: absolute;
  right: 121px;
  top: 50%;
  transform: translateY(-53%);
}

.mes_head {
  color: #fff;
  font-family: "Caviar_Dreams-Bold";
  font-size: 48px;
  line-height: 130%;
  letter-spacing: 1.44px;
  text-transform: uppercase;
}

.mes_text {
  color: #fff;
  font-size: 16px;
  line-height: 162.5%;
  margin-top: 18px;
}

.mes_btn {
  display: inline-block;
  vertical-align: top;
  color: #fff;
  font-family: "Caviar_Dreams-Bold";
  font-size: 18px;
  letter-spacing: 0.54px;
  text-transform: uppercase;
  margin-top: 63px;
  padding-left: 42px;
  position: relative;
  transition: 0.3s;
}
.mes_btn:hover {
  filter: alpha(Opacity=70);
  opacity: 0.7;
}
.mes_btn:before {
  display: block;
  content: "";
  width: 21px;
  height: 21px;
  background: url(../images/mm_4_w.svg) 0 0 no-repeat;
  position: absolute;
  top: -2px;
  left: 0;
}

.mes_bot {
  margin-top: 77px;
}

.meb_left {
  float: left;
  max-width: 865px;
}

.meb_form {
  max-width: 765px;
  padding-bottom: 28px;
  border-bottom: 1px solid #ebebea;
  position: relative;
}
.meb_form:after {
  display: block;
  content: "";
  width: 154px;
  height: 1px;
  background: #999a95;
  position: absolute;
  left: 0;
  bottom: -1px;
}
.meb_form > div {
  display: inline-block;
  vertical-align: top;
  margin-right: 50px;
  font-family: "Caviar_Dreams-Bold";
  font-size: 16px;
  letter-spacing: 0.48px;
  text-transform: uppercase;
  padding-left: 42px;
  position: relative;
  filter: alpha(Opacity=50);
  opacity: 0.5;
}
.meb_form > div.current {
  filter: alpha(Opacity=100);
  opacity: 1;
}
.meb_form > div > img {
  display: block;
  position: absolute;
  top: -4px;
  left: 0;
}
.meb_form > div:before {
  display: block;
  content: "";
  width: 6px;
  height: 1px;
  background: #282e32;
  position: absolute;
  top: 7px;
  left: 28px;
}
.meb_form > div:last-child {
  margin-right: 0;
}

.meb_text {
  color: #575757;
  font-size: 16px;
  line-height: 162.5%;
  margin-top: 27px;
}

.meb_people {
  font-family: "Caviar_Dreams-Bold";
  font-size: 18px;
  letter-spacing: 0.54px;
  text-transform: uppercase;
  padding-left: 41px;
  position: relative;
  margin-top: 40px;
}
.meb_people:before {
  display: block;
  content: "";
  width: 27px;
  height: 27px;
  background: url(../images/meb_people.svg) 0 0 no-repeat;
  position: absolute;
  left: 0;
  top: -8px;
}

.meb_right {
  float: right;
  max-width: 640px;
  width: 100%;
  margin-right: 95px;
}

.mebr_head {
  font-family: "Caviar_Dreams-Bold";
  font-size: 16px;
  letter-spacing: 0.54px;
  text-transform: uppercase;
}

.mebr_items {
  text-align: right;
  margin-top: 31px;
}

.mebr_item {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  width: 120px;
  margin-left: 47px;
}
.mebr_item:nth-child(1) {
  margin-left: 0;
}

.mebr_img {
  display: table;
  width: 100%;
  height: 60px;
}
.mebr_img > span {
  display: table-cell;
  vertical-align: middle;
}
.mebr_img > span > img {
  width: 31px;
  height: 31px;
  display: inline-block;
  vertical-align: middle;
}

.mebr_name {
  color: #575757;
  font-size: 16px;
  line-height: 26px;
}

.menu_holder {
  margin-top: 43px;
  position: relative;
}
.menu_holder.bg {
  margin-bottom: 159px;
}
.menu_holder.bg:before {
  display: block;
  content: "";
  width: 954px;
  height: 351px;
  background: url(../images/mb_bg.jpg) 0 0 no-repeat;
  position: absolute;
  bottom: -75px;
  right: -103px;
}
.menu_holder a {
  display: block;
  position: relative;
  z-index: 1;
}
.menu_holder img {
  display: block;
}

/*catering*/
.cat_btn {
  display: inline-block;
  vertical-align: top;
  font-family: "Caviar_Dreams-Bold";
  font-size: 18px;
  color: #999a95;
  letter-spacing: 0.54px;
  text-transform: uppercase;
  padding-left: 32px;
  position: absolute;
  right: 15px;
  top: 85px;
  transition: 0.3s;
}
.cat_btn:hover {
  filter: alpha(Opacity=70);
  opacity: 0.7;
}
.cat_btn:before {
  display: block;
  content: "";
  width: 21px;
  height: 21px;
  background: url(../images/mm_2.svg) 0 0 no-repeat;
  position: absolute;
  top: -2px;
  left: 0;
}

.cat_items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 0 74px;
  margin-top: 86px;
  padding-right: 55px;
}

.cat_item {
  position: relative;
}

.ci_img {
  height: 160px;
  margin-bottom: 43px;
}
.ci_img > img {
  display: block;
}

.ci_name {
  color: #282e32;
  font-family: "Caviar_Dreams-Bold";
  font-size: 18px;
  line-height: 130%;
  letter-spacing: 0.54px;
  text-transform: uppercase;
}

.ci_text {
  color: #575757;
  font-size: 16px;
  line-height: 162.5%;
  margin-top: 18px;
}

.cat_bot {
  margin-top: 158px;
  overflow: hidden;
  position: relative;
}
.cat_bot:before {
  display: block;
  content: "";
  width: 954px;
  height: 351px;
  background: url(../images/mb_bg.jpg) 0 0 no-repeat;
  position: absolute;
  top: 322px;
  left: 393px;
}

.catb_block {
  width: 100%;
  position: absolute;
  z-index: 2;
  top: 3px;
  left: 0;
  padding: 0 70px 0 547px;
}
.catb_block p {
  color: #575757;
  font-size: 16px;
  line-height: 162.5%;
  margin-bottom: 20px;
}

.catb_items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 0 21px;
  position: relative;
  z-index: 1;
}

.catb_item:nth-child(2) {
  padding-top: 407px;
}
.catb_item:nth-child(3) {
  padding-top: 655px;
}
.catb_item a,
.catb_item img {
  display: block;
  margin-bottom: 20px;
}

/*news*/
.news .mes_btn {
  padding-left: 0;
}
.news .mes_btn:before {
  display: none;
}
.news .cat_btn:before {
  background: url(../images/mm_4.svg) 0 0 no-repeat;
}
.news .menu_slider, .news .banquets_top, .news .loyalty {
  margin-bottom: 103px;
}
.news .menu_slider:before, .news .banquets_top:before, .news .loyalty:before {
  display: block;
  content: "";
  width: 690px;
  height: 351px;
  background: url(../images/bg_3.jpg) 0 0 no-repeat;
  position: absolute;
  bottom: -90px;
  top: unset;
}

.news_items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 77px 20px;
  margin-top: 40px;
}

.news_item {
  display: block;
  transition: 0.3s;
}
.news_item > img {
  display: block;
  transition: 0.3s;
}
.news_item:hover > img {
  filter: brightness(115%);
}

.ni_date, .nib_date {
  display: block;
  color: #949494;
  font-size: 16px;
  line-height: 110%;
  text-transform: uppercase;
  margin-top: 35px;
}

.ni_name {
  display: block;
  color: #282e32;
  font-family: "Caviar_Dreams-Bold";
  font-size: 18px;
  line-height: 140%;
  letter-spacing: 0.54px;
  text-transform: uppercase;
  margin-top: 18px;
}

.ni_text {
  display: block;
  color: #575757;
  font-size: 16px;
  line-height: 162.5%;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-top: 12px;
}

.listing {
  margin-top: 93px;
}
.listing > li {
  display: inline-block;
  vertical-align: top;
  margin-right: 2px;
}
.listing > li > a {
  display: block;
  width: 39px;
  height: 39px;
  border: 1px solid #fff;
  font-size: 16px;
  line-height: 37px;
  color: #949494;
  text-align: center;
  transition: 0.3s;
}
.listing > li > a.current {
  border: 1px solid #1e1e1e;
  color: #1e1e1e;
}
.listing > li > a:hover {
  color: #1e1e1e;
}

.news_inner .c_head_3 {
  text-align: center;
  margin-bottom: 30px;
}

.news_inner_block {
  max-width: 870px;
  margin: 40px auto 0;
}

.nib_img {
  display: block;
  float: right;
}

.nib_content {
  float: left;
  width: calc(100% - 490px);
}

.nib_date {
  margin-top: 0;
}

.nib_text {
  color: #575757;
  font-size: 16px;
  line-height: 162.5%;
  margin-top: 20px;
}

/*loyalty*/
.loyalty {
  margin-top: -25px;
  position: relative;
}
.loyalty:before {
  display: block;
  content: "";
  width: 690px;
  height: 351px;
  background: url(../images/bg_3.jpg) 0 0 no-repeat;
  position: absolute;
  bottom: -90px;
  top: unset;
}
.loyalty .mes_block {
  max-width: 530px;
  right: 180px;
  transform: translateY(-50%);
}
.loyalty .nav > li {
  color: #fff;
}
.loyalty .nav > li:before {
  background: #fff;
}
.loyalty .nav > li > a {
  color: #fff;
}
.loyalty .mes_btn {
  margin-top: 41px;
  padding-left: 35px;
}
.loyalty .mes_btn:before {
  width: 23px;
  height: 20px;
  background: url(../images/mm_5.svg) 0 0 no-repeat;
  position: absolute;
  top: 2px;
  left: 0;
}

/*contacts*/
.contacts .cat_btn:before {
  background: url(../images/mm_4.svg) 0 0 no-repeat;
}
.contacts .map_block {
  margin-top: 47px;
}

.mt_items {
  margin-bottom: 54px;
}

.mt_item {
  float: left;
  margin-right: 177px;
}
.mt_item:nth-child(2) {
  margin-right: 190px;
}
.mt_item:last-child {
  margin-right: 0;
}

.mti_head {
  color: #949494;
  font-size: 16px;
}

.mti_text {
  font-family: "Caviar_Dreams-Bold";
  font-size: 21px;
  text-transform: uppercase;
  margin-top: 20px;
}

/*banquets*/
.banquets .menu_holder {
  margin-top: 134px;
}

.banquets_top > div {
  margin-bottom: 90px;
}
.banquets_top > div:last-child {
  margin-bottom: 0;
}

.download_menu {
  display: block;
  width: 254px;
  height: 57px;
  border: 1px solid #999a95;
  color: #999a95;
  font-family: "Caviar_Dreams-Bold";
  font-size: 18px;
  line-height: 55px;
  letter-spacing: 0.54px;
  text-transform: uppercase;
  padding-left: 74px;
  position: relative;
  transition: 0.3s;
  margin-top: 78px;
}
.download_menu:hover {
  filter: alpha(Opacity=70);
  opacity: 0.7;
}
.download_menu:before {
  display: block;
  content: "";
  width: 21px;
  height: 22px;
  background: url(../images/menu_icon.svg) 0 0 no-repeat;
  position: absolute;
  left: 32px;
  top: 50%;
  transform: translateY(-50%);
}

/*for children*/
.fc_items {
  margin-top: 78px;
}

.fc_item {
  margin-bottom: 140px;
  position: relative;
}
.fc_item:before {
  display: block;
  content: "";
  width: 690px;
  height: 351px;
  background: url(../images/bg_3.jpg) 0 0 no-repeat;
  position: absolute;
  top: -50px;
  right: -67px;
}

.fci_name {
  float: left;
  font-family: "Caviar_Dreams-Bold";
  font-size: 48px;
  width: calc(100% - 770px);
  max-width: 580px;
  padding-right: 20px;
  letter-spacing: 1.44px;
  text-transform: uppercase;
  padding-top: 39px;
}

.fci_img {
  display: block;
  float: right;
  max-width: 770px;
  width: 100%;
  position: relative;
  z-index: 1;
}

.fci_content {
  float: left;
  width: calc(100% - 770px);
  max-width: 580px;
  padding-right: 20px;
}

.fci_text {
  color: #575757;
  font-size: 16px;
  line-height: 162.5%;
  margin-top: 14px;
}

.fci_price {
  margin-top: 48px;
}
.fci_price > div {
  float: left;
  font-family: "Caviar_Dreams-Bold";
  font-size: 18px;
  letter-spacing: 0.54px;
  text-transform: uppercase;
}
.fci_price > div:nth-child(1) {
  margin-right: 154px;
}

.fci_btn {
  display: block;
  width: 254px;
  height: 57px;
  border: 1px solid #999a95;
  color: #999a95;
  font-family: "Caviar_Dreams-Bold";
  font-size: 18px;
  line-height: 55px;
  letter-spacing: 0.54px;
  text-transform: uppercase;
  padding-left: 74px;
  position: relative;
  transition: 0.3s;
  margin-top: 92px;
}
.fci_btn:hover {
  filter: alpha(Opacity=70);
  opacity: 0.7;
}
.fci_btn:before {
  display: block;
  content: "";
  width: 21px;
  height: 21px;
  background: url(../images/mm_4.svg) 0 0 no-repeat;
  position: absolute;
  left: 32px;
  top: 50%;
  transform: translateY(-50%);
}

.btn {
  display: block;
  width: auto;
  height: 57px;
  border: 1px solid #999a95;
  color: #999a95;
  font-family: "Caviar_Dreams-Bold";
  font-size: 18px;
  line-height: 55px;
  letter-spacing: 0.54px;
  text-transform: uppercase;
  position: relative;
  transition: 0.3s;
  text-align: center;
  cursor: pointer;
  padding: 0 15%;
}
.btn:hover {
  background-color: #999a95;
  color: white;
  border: 1px solid #999a95;
}
.btn:active, .btn.current {
  background-color: #333;
  color: white;
  border-color: #333;
}
.btn_black {
  background-color: #333;
  color: white;
  border-color: #333;
}

.form_block {
  margin-top: 229px;
}
.form_block .c_head_2, .form_block .prod__title, .form_block .c_head_3 {
  margin-bottom: 29px;
}
.form_block .m_content {
  padding: 0;
}
.form_block .m_head {
  text-align: left;
}
.form_block .book_form {
  margin-top: 80px;
}
.form_block .book_form > input {
  float: left;
  width: calc(50% - 10px);
  padding-bottom: 30px;
}
.form_block .book_form > input:nth-child(2) {
  float: right;
}
.form_block .book_form .f_area {
  margin-top: 35px;
  padding-bottom: 45px;
}
.form_block .book_form .fb_submit {
  float: left;
  margin-top: 46px;
}
.form_block .book_form .fb_submit > button {
  width: 100%;
}
.form_block .book_form .m_bot {
  float: right;
  width: calc(100% - 300px);
  max-width: 1076px;
  margin-top: 67px;
}

.md {
  margin-top: 80px;
  margin-bottom: 150px;
  position: relative;
}
.md:before {
  content: "";
  background: url("../images/bg-pattern.jpg") no-repeat center/cover;
  width: 360px;
  height: 270px;
  position: absolute;
  top: 30px;
  right: -60px;
}
.md__title {
  margin-bottom: 32px;
  z-index: 1;
  position: relative;
}
.md__body {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  grid-gap: 40px 20px;
}

.product {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}

.product .product__desc {
  display: none;
}

.product-short-info {
  display: none;
}

.product-short-info .prod__content {
  margin-bottom: 10px;
}

.prod__pfc {
  color: #575757;
}

.prod__pfc ul {
  list-style-type: disc;
  padding-left: 20px;
}

.prod__pfc ul li {
  margin-bottom: 5px;
  font-size: 16px;
}

.product_disabled {
  filter: grayscale(1);
  opacity: 0.5;
  pointer-events: none;
}
.product__image {
  position: relative;
  padding-bottom: 80%;
  margin-bottom: 24px;
  cursor: pointer;
}

.product__image.mobile {
  display: none;
}

.product__image > img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.product__info {
  margin-bottom: 32px;
}
.product__title {
  font-family: "Caviar_Dreams-Bold";
  font-size: 18px;
  line-height: 26px;
  text-transform: uppercase;
  color: #282E32;
  margin-bottom: 15px;
  cursor: pointer;
}
.product__title.mobile {
  display: none;
}
.product__desc {
  font-size: 16px;
  color: #575757;
  line-height: 22px;
  margin-bottom: 16px;
}
.product__price {
  font-family: "Caviar_Dreams-Bold";
  font-size: 18px;
  line-height: 26px;
  display: flex;
  align-items: center;
}

.basket-icon {
  padding: 22px;
  display: inline-flex;
  border-radius: 50px;
  background: rgba(0, 0, 0, 0.4);
  position: fixed;
  top: 250px;
  right: 40px;
  z-index: 255;
  cursor: pointer;
  transition: background 300ms ease-in-out;
}
.basket-icon:hover {
  background: #282E32;
}
.basket-icon:before {
  content: attr(data-count);
  font-size: 18px;
  line-height: 35px;
  border-radius: 20px;
  background: #282E32;
  color: white;
  width: 35px;
  height: 35px;
  text-align: center;
  position: absolute;
  top: -10px;
  right: -10px;
}
.basket-icon > img {
  width: 30px;
  height: 30px;
  display: block;
}

.prod {
  display: grid;
  grid-gap: 0;
  grid-template-columns: 40% 60%;
}
.prod__image > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.prod__body {
  padding: 42px;
}
.prod__title {
  margin-bottom: 16px;
}
.prod__params {
  display: flex;
  margin-bottom: 24px;
}
.prod__weight {
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.08492 13.9999H5.91411C4.54883 14.006 3.23588 13.4751 2.25837 12.5218C1.23964 11.4949 0.496062 10.2277 0.096306 8.83746C-0.00691983 8.48887 -0.0275017 8.12101 0.0361933 7.76307C0.0998882 7.40513 0.246107 7.06696 0.46325 6.77539C0.680393 6.48381 0.962485 6.24687 1.28715 6.08334C1.61181 5.91981 1.9701 5.8342 2.33361 5.83331H11.6654C12.029 5.83414 12.3874 5.9197 12.7121 6.08318C13.0368 6.24667 13.319 6.48359 13.5363 6.77515C13.7535 7.06671 13.8999 7.4049 13.9637 7.76287C14.0275 8.12085 14.007 8.48878 13.9039 8.83746C13.5044 10.228 12.7605 11.4952 11.7412 12.5218C10.7637 13.4754 9.45045 14.0064 8.08492 13.9999ZM2.33361 6.99997C2.15237 6.9991 1.97346 7.04089 1.81135 7.12196C1.64924 7.20302 1.50848 7.3211 1.40043 7.46664C1.28955 7.61392 1.21479 7.78519 1.18217 7.96665C1.14955 8.14811 1.15998 8.33469 1.21262 8.51138C1.56142 9.71125 2.20274 10.8057 3.07899 11.6964C3.83816 12.4329 4.85649 12.8412 5.91411 12.8333H8.08492C9.14178 12.8406 10.1591 12.4318 10.9171 11.6952C11.7936 10.8047 12.435 9.71022 12.7835 8.51021C12.8361 8.33352 12.8466 8.14694 12.8139 7.96548C12.7813 7.78402 12.7066 7.61276 12.5957 7.46547C12.4879 7.32044 12.3476 7.20276 12.186 7.1219C12.0244 7.04105 11.8461 6.99928 11.6654 6.99997H2.33361ZM9.33247 3.49999C9.3335 3.16171 9.26737 2.82659 9.13792 2.51407C9.00846 2.20155 8.81826 1.91785 8.57834 1.67941C8.44696 1.54864 8.34286 1.39307 8.27207 1.22174C8.20129 1.0504 8.16523 0.866714 8.16599 0.681331V0.583331C8.16599 0.428622 8.10454 0.280249 7.99517 0.170854C7.88579 0.0614579 7.73744 0 7.58275 0C7.42807 0 7.27972 0.0614579 7.17034 0.170854C7.06096 0.280249 6.99952 0.428622 6.99952 0.583331V0.681331C6.99854 1.01969 7.06469 1.35487 7.19414 1.66748C7.32358 1.98009 7.51376 2.2639 7.75364 2.50249C7.88495 2.63319 7.98902 2.78867 8.0598 2.95989C8.13058 3.13112 8.16668 3.3147 8.16599 3.49999C8.16599 3.65469 8.22744 3.80307 8.33682 3.91246C8.4462 4.02186 8.59455 4.08332 8.74923 4.08332C8.90392 4.08332 9.05226 4.02186 9.16164 3.91246C9.27102 3.80307 9.33247 3.65469 9.33247 3.49999ZM6.99952 4.08332V3.90365C7.00043 3.56544 6.9343 3.23041 6.80496 2.91792C6.67562 2.60543 6.48563 2.32168 6.24597 2.08307C6.11477 1.95263 6.01072 1.79746 5.93984 1.62655C5.86896 1.45563 5.83266 1.27236 5.83304 1.08733V0.583331C5.83304 0.428622 5.77159 0.280249 5.66221 0.170854C5.55283 0.0614579 5.40448 0 5.2498 0C5.09512 0 4.94677 0.0614579 4.83739 0.170854C4.72801 0.280249 4.66656 0.428622 4.66656 0.583331V1.08733C4.66569 1.42558 4.7319 1.76065 4.86134 2.07315C4.99078 2.38565 5.1809 2.66937 5.42069 2.9079C5.55179 3.0384 5.65573 3.19359 5.72651 3.3645C5.79729 3.53541 5.83349 3.71866 5.83304 3.90365V4.08332C5.83304 4.23803 5.89449 4.3864 6.00387 4.49579C6.11324 4.60519 6.26159 4.66665 6.41628 4.66665C6.57096 4.66665 6.71931 4.60519 6.82869 4.49579C6.93807 4.3864 6.99952 4.23803 6.99952 4.08332Z' fill='%23575757'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: top 4px left 0;
  padding-left: 20px;
  color: #575757;
  margin-right: 32px;
  line-height: 24px;
}
.prod__content {
  color: #575757;
  position: relative;
}
.prod__content span {
  cursor: pointer;
  line-height: 24px;
  display: inline-block;
  background: linear-gradient(to right, #888 33%, rgba(255, 255, 255, 0) 0%) repeat-x 0% 95%/3px 1px;
}
.prod__content span:hover {
  background: transparent;
}
.prod__content:hover .prod__content-dropdown {
  display: block;
}
.prod__content-dropdown {
  display: none;
  position: absolute;
  top: 32px;
  left: 50%;
  transform: translateX(-50%);
  padding: 20px 24px;
  background: #282E32;
  width: 240px;
  color: white;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}
.prod__content-dropdown:after {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(40, 46, 50, 0);
  border-bottom-color: #282E32;
  border-width: 8px;
  margin-left: -8px;
}
.prod__desc {
  color: #575757;
  line-height: 26px;
  margin-bottom: 32px;
}
.prod__price {
  margin-bottom: 32px;
  font-family: "Caviar_Dreams-Bold";
  font-size: 28px;
}
.prod__actions .btn {
  display: inline-flex;
}

.counter {
  display: flex;
  align-items: center;
  max-width: 220px;
  height: 57px;
  padding: 0 12px;
  border: 1px solid #999a95;
}
.counter__up, .counter__down {
  font-size: 20px;
  font-weight: 600;
  width: 30px;
  text-align: center;
  color: #999A95;
  cursor: pointer;
  vertical-align: middle;
}
.counter__up:hover, .counter__down:hover {
  color: #333;
}
.counter__input {
  font-family: "Caviar_Dreams-Bold";
  font-size: 24px;
  display: block;
  width: auto;
  min-width: 40px;
  text-align: center;
}
.counter_small {
  padding: 0 4px;
  height: auto;
  border: 0;
  max-width: 80px;
}
.counter_small .counter__input {
  line-height: 24px;
  font-size: 16px;
}

.plist {
  margin-top: 40px;
}
.plist__row {
  display: grid;
  grid-gap: 16px;
  grid-template-columns: 80px 1fr 120px 120px 20px;
  color: #282E32;
  padding: 20px 0;
  align-items: center;
  line-height: 24px;
  font-size: 16px;
}
.plist__row:not(:last-child) {
  border-bottom: 1px solid #EBEBEA;
}
.plist__title {
  line-height: inherit;
  font-size: inherit;
  font-family: "Caviar_Dreams-Bold";
  text-transform: uppercase;
}
.plist__count {
  line-height: inherit;
  font-size: inherit;
}
.plist__price {
  font-family: "Caviar_Dreams-Bold";
  line-height: inherit;
  font-size: inherit;
}
.plist__actions {
  display: flex;
  gap: 16px;
  align-items: center;
}
.plist__actions a, .plist__actions a svg {
  display: block;
}

.recommend {
  margin-top: 120px;
  position: relative;
}
.recommend .owl-dots {
  display: none;
}
.recommend .owl-prev,
.recommend .owl-next {
  display: block;
  width: 61px;
  height: 61px;
  background: url(../images/dir_gray.svg) center no-repeat !important;
  border: 1px solid #d4d4d4;
  position: absolute;
  top: -90px;
  right: 0;
  transition: 0.3s;
}
.recommend .owl-prev:hover,
.recommend .owl-next:hover {
  filter: alpha(Opacity=70);
  opacity: 0.7;
}
.recommend .owl-prev > span,
.recommend .owl-next > span {
  display: none !important;
}
.recommend .owl-prev {
  right: 71px;
}
.recommend .owl-next {
  transform: rotate(180deg);
}

.basket__block {
  margin-top: 160px;
}
@media (max-width: 600px) {
  .basket__block {
    margin-top: 80px;
  }
}

.tab__block:not(:last-child) {
  margin-bottom: 160px;
}
.tab__controls {
  display: flex;
  gap: 16px;
  margin-bottom: 30px;
  flex-wrap: wrap;
}
@media only screen and (max-width: 550px) {
  .tab__controls {
    flex-direction: column;
  }
}
@media only screen and (max-width: 650px) {
  .tab__controls .btn {
    font-size: 16px;
  }
}
.tab__button {
  padding: 0 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
}
.tab__button-tip {
  font-weight: 700;
  font-size: 16px;
  background: #333;
  border-radius: 30px;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  margin-left: 20px;
}
.tab__button.current .tab__button-tip {
  background: white;
  color: #333;
}

.form__row {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: var(--columns);
  align-items: end;
}
.form__row > * {
  margin-bottom: 0;
}
.form__row:not(:last-child) {
  margin-bottom: 60px;
}
.form__row .btn {
  padding: 0 20px;
}
@media only screen and (max-width: 650px) {
  .form__row .btn {
    font-size: 16px;
  }
}
.form__row_address {
  grid-template-columns: 1fr 32.5%;
}
@media only screen and (max-width: 900px) {
  .form__row_address {
    grid-template-columns: 1fr;
  }
}
.form__row_flat {
  grid-template-columns: 1fr 1fr 1fr;
}
@media only screen and (max-width: 650px) {
  .form__row_flat {
    grid-template-columns: 1fr;
  }
}
.form__row_contacts {
  grid-template-columns: 1fr 1fr 1fr;
}
@media only screen and (max-width: 650px) {
  .form__row_contacts {
    grid-template-columns: 1fr;
  }
}
.form__row_time {
  grid-template-columns: 1fr 1fr 1fr;
}
@media only screen and (max-width: 900px) {
  .form__row_time {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (max-width: 650px) {
  .form__row_time {
    grid-template-columns: 1fr;
  }
}
.form__row_change {
  grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
}

.radio input {
  display: none;
}
.radio input:checked + .radio__label {
  color: #333;
}
.radio input:checked + .radio__label:before {
  background: #333;
  box-shadow: 0 0 0 3px white inset, 0 0 0 1px #999A95;
}
.radio__label {
  color: #999A95;
  gap: 12px;
  position: relative;
  display: flex;
  align-items: center;
  font-family: "Caviar_Dreams-Bold";
  font-weight: 400;
  text-transform: uppercase;
}
.radio__label:before {
  transition: all 100ms ease-in;
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 16px;
  box-shadow: 0 0 0 1px #999A95;
  display: block;
  background: white;
}

.terms {
  color: #333;
  margin-top: 40px;
  line-height: 24px;
}
.terms a {
  color: #999A95;
}
.terms a:hover {
  text-decoration: underline;
}

.summary {
  margin-top: 60px;
  border-top: 1px solid #eee;
  padding-top: 40px;
  display: flex;
  gap: 24px;
  align-items: flex-end;
  flex-wrap: wrap;
}
.summary__float {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #EBEBEA;
  padding: 30px 15px;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background: white;
  z-index: 10;
}
.summary__delivery {
  display: flex;
  align-items: baseline;
  line-height: 24px;
  color: #999A95;
  font-weight: 400;
  margin-bottom: 15px;
}
.summary__delivery > img {
  margin-right: 10px;
  transform: translateY(2px);
}
@media (max-width: 550px) {
  .summary__float {
    padding: 15px;
    flex-direction: column;
  }
}
.summary__info {
  margin-right: 10%;
}
.summary__time {
  color: #999A95;
  font-family: "Caviar_Dreams-Bold";
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.summary__price {
  color: #333;
  font-family: "Caviar_Dreams-Bold";
  font-weight: 400;
  font-size: 32px;
  text-transform: uppercase;
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .summary__price {
    font-size: 24px;
  }
}
.summary__actions .btn {
  display: inline-block;
  padding: 0 30px;
}
@media only screen and (max-width: 650px) {
  .summary__actions .btn {
    font-size: 16px;
  }
}

.h_menu li:hover .dropdown {
  display: block;
}
@media (max-width: 1024px) {
  .h_menu li:hover .dropdown {
    display: none;
  }
}


.dropdown {
  display: none;
  width: 100%;
  position: absolute;
  left: 0;
  z-index: 256;
  top: 100%;
  padding: 15px 0;
}
.dropdown__nav {
  background: white;
  padding: 30px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  display: grid;
  grid-gap: 30px 80px;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}
.dropdown__item > a {
  font-family: "Caviar_Dreams-Bold";
  font-size: 14px;
  text-transform: uppercase;
  color: #282E32;
}
.dropdown__item a:hover {
  text-decoration: underline;
  color: #999A95;
}

.subnav__item {
  margin-top: 8px;
}
.subnav__item > a {
  line-height: 24px;
  color: #999a95;
  font-size: 14px;
}
.subnav__item > a:hover {
  color: #282E32;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

img {
  max-width: 100%;
  height: auto;
}

.time_select_block {
  display: flex;
  height: 57px;
}

.time_select_block .new-select {
  border: 1px solid #999a95;
  color: #999a95;
  height: 100%;
  min-width: 140px;
}

.time_select_block .select:not(:last-child) {
  margin-right: 20px;
}

.time_select_block .select:first-child .new-select__list {
  max-height: 150px;
  overflow-y: scroll;
}

button.delivery_info,
a.delivery_info {
  background-color: transparent;
  border: none;
  transition: 0.3s opacity;
}

a.delivery_info {
  margin-left: 20px;
}

button.delivery_info:hover,
a.delivery_info:hover {
  opacity: 0.7;
}

button.delivery_info.mobile,
a.delivery_info.mobile {
  display: none;
}

.summary__text {
  margin-right: 15px;
}

/* MEDIA QUERIES*/
@media only screen and (max-width: 1660px) {
  .main_photos:before, .menu_slider:before, .banquets_top:before, .loyalty:before, .fc_item:before {
    display: none !important;
  }
  .menu_holder.bg {
    margin-bottom: unset;
  }
  .menu_holder.bg:before {
    display: none;
  }
} /*1650*/
@media only screen and (max-width: 1480px) {
  .catb_block {
    padding: 0 15px 0 34vw;
  }
} /*1480*/
@media only screen and (max-width: 1400px) {
  .mm_menu > li:nth-child(4) {
    margin-top: 75px;
  }
  .cat_items {
    padding-right: 0;
  }
  .mes_bot {
    margin-top: 50px;
  }
  .meb_left {
    float: none;
  }
  .meb_right {
    float: none;
    margin: 30px 0 0;
  }
} /*1400*/
@media only screen and (max-width: 1200px) {
  .c_head {
    font-size: 60px;
  }
  .mt_text {
    width: calc(100% - 350px);
  }
  .mm_menu {
    max-width: 320px;
  }
  .mm_menu > li:nth-child(4) {
    margin-top: 35px;
  }
  .main_slider {
    width: calc(100% - 350px);
  }
  .main_bot:before {
    display: none;
  }
  .mb_img {
    max-width: 350px;
  }
  .mb_about {
    padding-top: 50px;
    width: calc(100% - 380px);
  }
  .main_bot_btn {
    padding-left: 350px;
  }
  .main_bot_btn > a {
    height: 100px;
  }
  .fo_right {
    max-width: 400px;
    margin-right: 0;
  }
  .cat_items {
    grid-gap: 0 40px;
  }
  .cat_btn {
    top: 76px;
  }
  .news .menu_slider, .news .loyalty, .news .banquets_top {
    margin-bottom: 70px;
  }
  .news_items {
    margin-top: unset;
    grid-gap: 40px 15px;
  }
  .ni_date, .nib_date {
    font-size: 15px;
    margin-top: 15px;
  }
  .ni_name {
    font-size: 16px;
  }
  .ni_text {
    font-size: 15px;
    margin-top: 7px;
  }
  .mt_item {
    margin-right: 80px;
  }
  .mt_item:nth-child(2) {
    margin-right: 80px;
  }
  .fc_items {
    margin-top: 50px;
  }
  .fc_item {
    margin-bottom: 70px;
  }
  .fci_name {
    float: none;
    width: 100%;
    max-width: 100%;
    padding-top: 0;
  }
  .fci_img {
    float: none;
    margin-top: 20px;
  }
  .fci_content {
    float: none;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-top: 20px;
  }
  .fci_price {
    margin-top: 30px;
  }
  .fci_btn {
    margin-top: 40px;
  }
  .form_block {
    margin-top: 120px;
  }
  .form_block .book_form .fb_submit {
    float: none;
  }
  .form_block .book_form .m_bot {
    float: none;
    width: 100%;
    margin-top: 30px;
    max-width: 100%;
  }
} /*1200*/
@media only screen and (max-width: 1024px) {
  .basket-icon {
    top: 140px;
    right: 15px;
  }
  .basket-icon:before {
    right: unset;
    left: -10px;
  }

  .md:before {
    display: none;
  }
  header {
    margin-bottom: 40px;
    width: 100%;
    position: fixed;
    background-color: #fff;
  }
  .content {
    margin-top: 140px;
  }
  .header_top {
    grid-template-columns: 38px calc(40% - 38px) 20% 40%;
  }
  .burger {
    display: block;
    margin-right: 16px;
  }
  .h_menu {
    display: none;
    width: 260px;
    background: #fff;
    position: absolute;
    left: 0;
    padding: 30px;
    box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.15);
  }
  .h_menu > li {
    display: block;
    margin-bottom: 20px;
    padding: 0;
  }
  .h_menu > li:hover, .h_menu > li.current {
    border-top: none;
    margin-top: 0;
  }
  .h_menu > li:hover > a, .h_menu > li.current > a {
    color: #000;
  }
  .h_menu > li:last-child {
    margin-bottom: 0;
  }
  .c_head {
    font-size: 40px;
  }
  .main_top .c_head {
    float: none;
  }
  .mt_text {
    width: 100%;
    float: none;
  }
  .mm_menu {
    max-width: 320px;
  }
  .mm_menu > li:nth-child(4) {
    margin-top: 35px;
  }
  .main_slider {
    width: calc(100% - 350px);
  }
  .main_bot:before {
    display: none;
  }
  .mb_img {
    max-width: 350px;
  }
  .mb_about {
    padding-top: 50px;
    width: calc(100% - 380px);
  }
  .main_bot_btn {
    padding-left: 350px;
  }
  .main_bot_btn > a {
    height: 100px;
  }
  .mm_menu {
    float: none;
    max-width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .mm_menu > li {
    margin: -1px 0 0 !important;
    padding: 15px 5px;
    text-align: center;
    border: 1px solid #ebebea;
  }
  .main_slider {
    float: none;
    max-width: 100%;
    width: 100%;
    margin-top: 20px;
  }
  .mb_img {
    display: none;
  }
  .mb_about {
    float: none;
    padding: 0;
    max-width: 100%;
    width: 100%;
    margin-top: 40px;
  }
  .mb_about p {
    margin-bottom: 15px;
  }
  .c_head_2, .c_head_3, .prod__title {
    font-size: 34px;
    margin-bottom: 20px;
  }
  .mb_btn {
    margin-top: 20px;
  }
  .main_bot_btn {
    padding-left: 0;
    margin-top: 30px;
  }
  .main_photos {
    margin-top: 80px;
  }
  .photo_slider .owl-prev, .photo_slider .owl-next, .recommend .owl-prev, .recommend .owl-next {
    top: -60px;
    width: 40px;
    height: 40px;
  }
  .photo_slider .owl-prev, .recommend .owl-prev {
    right: 50px;
  }
  .map_block {
    margin-top: 80px;
  }
  footer {
    margin-top: 60px;
    padding: 50px 0 80px;
  }
  .map_top .mb_btn {
    margin: 13px 0 0 0;
  }
  .map {
    height: 450px;
  }
  .fo_left .fo_menu:nth-child(2) {
    margin-right: 40px;
  }
  .fo_right {
    max-width: 350px;
  }
  .footer_bot {
    margin-top: 25px;
  }
  .mes_content img {
    height: 370px;
    object-fit: cover;
  }
  .mes_block {
    max-width: 350px !important;
    transform: translateY(0) !important;
    top: 30px;
    right: 30px !important;
  }
  .mes_head {
    font-size: 30px;
  }
  .mes_text {
    font-size: 15px;
    margin-top: 10px;
  }
  .mes_btn {
    margin-top: 30px;
  }
  .cat_items {
    grid-gap: 0 30px;
    margin-top: 50px;
  }
  .ci_img {
    margin-bottom: 20px;
  }
  .ci_name {
    font-size: 16px;
  }
  .ci_text {
    font-size: 14px;
  }
  .cat_btn {
    top: 49px;
  }
  .cat_bot {
    margin-top: 80px;
  }
  .catb_block {
    position: static;
    padding: 0;
  }
  .catb_block:before {
    display: none;
  }
  .catb_items {
    grid-gap: 0 10px;
  }
  .catb_item {
    padding-top: 0 !important;
  }
  .mt_items {
    margin-bottom: 0;
  }
  .mt_item {
    margin-right: 40px;
    margin-bottom: 40px;
  }
  .mt_item:nth-child(2) {
    margin-right: 40px;
  }
  .fci_name {
    font-size: 35px;
  }
  .meb_form > div {
    margin-right: 35px;
  }
  .banquets .menu_holder {
    margin-top: 30px;
  }
} /*1024*/
@media only screen and (max-width: 900px) {
  .news_items {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 40px 15px;
  }
} /*900*/
@media only screen and (max-width: 768px) {
  .product__price {
    display: none;
    font-size: 24px;
  }

  .product__price.mobile {
    display: flex;
    justify-content: space-between;
  }

  .top-content {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
  }

  .product__info {
    margin-bottom: 10px;
  }

  button.delivery_info.mobile,
  a.delivery_info.mobile {
    display: block;
  }

  button.delivery_info,
  a.delivery_info {
    display: none;
  }

  .product {
    flex-direction: row;
    flex-wrap: wrap;
  }

  .product__image {
    display: none;
  }

  .product__image.mobile {
    display: block;
    width: 100%;
    padding-bottom: 186px;
  }

  .product-short-info {
    display: flex;
    width: 50%;
    min-width: 190px;
    padding-left: 10px;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 30px;
  }

  .product__info {
    width: 100%;
  }

  .product__actions {
    width: 100%;
  }

  .product .product__desc {
    display: block;
  }

  .product__title {
    display: none;
  }

  .product__title.mobile {
    display: block;
    font-size: 24px;
  }
  .plist__row {
    font-size: 14px;
  }
  .prod {
    grid-template-columns: auto;
    grid-template-rows: 200px auto;
  }
  .prod__body {
    padding: 32px 24px;
  }
  .header_top {
    grid-template-columns: 22px auto 1fr auto;
    grid-gap: 16px;
  }
  .burger {
    order: 0;
    margin-right: 0;
  }
  .ht_socials {
    order: 3;
  }
  .logo {
    order: 1;
  }
  .logo > img {
    max-height: 50px;
  }
  .ht_right {
    order: 2;
  }
  .ht_tel {
    font-size: 18px;
  }
  .ht_time {
    margin-top: 4px;
    font-size: 14px;
  }
  .stars {
    margin-bottom: 15px;
  }
  .c_head {
    font-size: 30px;
  }
  .c_head_2, .c_head_3, .prod__title {
    font-size: 24px;
    margin-bottom: 30px;
  }
  .mt_text {
    font-size: 15px;
    line-height: 130%;
  }
  .main_middle {
    margin-top: 10px;
  }
  .mm_menu > li {
    padding: 8px 5px;
  }
  .mm_menu > li > a {
    font-size: 14px;
    padding-left: 25px;
  }
  .mm_menu > li > a > img {
    max-width: 15px;
    top: 2px;
  }
  .main_slider .owl-prev, .main_slider .owl-next, .menu_slider .owl-prev, .loyalty .owl-prev, .banquets_top .owl-prev, .menu_slider .owl-next, .loyalty .owl-next, .banquets_top .owl-next {
    width: 30px;
    height: 30px;
  }
  .main_slider .owl-prev, .menu_slider .owl-prev, .loyalty .owl-prev, .banquets_top .owl-prev {
    right: 30px;
  }
  .mb_about p {
    font-size: 15px;
    line-height: 130%;
  }
  .mb_btn {
    margin-top: 10px;
  }
  .main_bot_btn > a {
    height: 50px;
  }
  .main_bot_btn > a > span {
    font-size: 20px;
  }
  .main_bot_btn > a > span > img {
    display: none;
  }
  .main_photos {
    margin-top: 50px;
  }
  .photo_slider .owl-prev, .photo_slider .owl-next, .recommend .owl-prev, .recommend .owl-next {
    top: -50px;
  }
  .map_block {
    margin-top: 50px;
  }
  footer {
    margin-top: 30px;
    padding: 30px 0 50px;
  }
  .map_top .mb_btn {
    margin: 4px 0 0 0;
  }
  .map {
    height: 350px;
  }
  .fo_head {
    font-size: 30px;
    margin-bottom: 20px;
  }
  .fo_left .fo_menu {
    float: none;
  }
  .fo_left .fo_menu:nth-child(2) {
    margin: 0;
  }
  .menu_slider, .loyalty, .banquets_top {
    margin: 20px 0 30px;
    width: calc(100% + 30px);
    transform: translateX(-15px);
  }
  .mes_block {
    max-width: 290px !important;
    top: 15px;
    right: 15px !important;
  }
  .mes_head {
    font-size: 24px;
    line-height: 120%;
  }
  .mes_text {
    font-size: 14px;
    line-height: 140%;
    margin-top: 10px;
  }
  .mes_btn {
    margin-top: 20px;
    font-size: 16px;
  }
  .cat_items {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 30px 0;
    margin-top: 40px;
  }
  .ci_img {
    height: unset;
  }
  .ci_img > img {
    max-width: 100px;
  }
  .ci_name {
    position: absolute;
    top: 32px;
    left: 0;
    padding-left: 120px;
  }
  .cat_bot {
    margin-top: 50px;
  }
  .catb_block p {
    font-size: 14px;
    line-height: 130%;
    margin-bottom: 15px;
  }
  .news .menu_slider, .news .loyalty, .news .banquets_top {
    margin-bottom: 40px;
  }
  .listing {
    margin-top: 50px;
  }
  .nib_img {
    float: none;
    margin: 0 auto;
  }
  .nib_content {
    float: none;
    width: 100%;
    margin-top: 25px;
  }
  .contacts .map {
    margin-top: 0;
  }
  .mt_item {
    margin-bottom: 30px;
  }
  .mti_text {
    font-size: 18px;
    margin-top: 10px;
  }
  .fci_name {
    font-size: 25px;
  }
  .fci_text {
    font-size: 15px;
    line-height: 140%;
  }
  .fci_price > div:nth-child(1) {
    margin-right: 60px;
  }
  .form_block {
    margin-top: 50px;
  }
  .form_block .c_head_2, .form_block .c_head_3, .form_block .prod__title {
    margin-bottom: 19px;
  }
  .form_block .book_form {
    margin-top: 30px;
  }
  .form_block .book_form > input {
    float: none !important;
    width: 100%;
    padding-bottom: unset;
  }
  .form_block .book_form .f_area {
    margin-top: 20px;
    padding-bottom: unset;
  }
  .form_block .book_form .fb_submit {
    margin-top: 40px;
  }
  .banquets_top > div {
    margin-bottom: 30px;
  }
  .mes_bot {
    margin-top: 30px;
    padding: 0 15px;
  }
  .meb_form {
    max-width: 100%;
    text-align: center;
    padding-bottom: 0;
    border-bottom: none;
  }
  .meb_form:after {
    display: none;
  }
  .meb_form > div {
    margin: 0 13px 30px;
  }
  .meb_left {
    text-align: center;
  }
  .meb_text {
    font-size: 15px;
    line-height: 130%;
    text-align: left;
    margin-top: 10px;
  }
  .meb_people {
    display: inline-block;
    margin-top: 25px;
  }
  .meb_right {
    max-width: 100%;
    margin-top: 40px;
    text-align: center;
  }
  .mebr_items {
    text-align: center;
    margin-top: 20px;
  }
  .mebr_item {
    margin: 0 13px 30px;
  }
  .download_menu {
    margin-top: 40px;
  }
} /*768*/
@media only screen and (max-width: 650px) {
  .news .cat_btn {
    position: relative;
    top: unset;
    right: unset;
    margin-top: 20px;
  }
  .news_items {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 20px 0;
  }
  .news_item > img {
    width: 100%;
  }
} /*650*/
@media only screen and (max-width: 600px) {
  .plist__row {
    grid-template-rows: auto auto;
    grid-template-columns: 80px 80px 1fr 20px;
  }
  .plist__image {
    grid-row-start: span 2;
  }
  .plist__title {
    grid-column-start: span 3;
  }
  .plist__price {
    text-align: right;
  }
  .fo_right {
    margin: 0;
    max-width: unset;
    width: unset;
  }
  .for_left {
    float: none;
    margin-bottom: 20px;
  }
  .for_right {
    float: none;
  }
  .fo_tel {
    font-size: 18px;
  }
  .fo_socials {
    margin-top: 20px;
  }
} /*600*/
@media only screen and (max-width: 550px) {
  .mm_menu {
    grid-template-columns: repeat(1, 1fr);
  }
  .mm_menu > li {
    border: none !important;
    border-bottom: 1px solid #ebebea !important;
  }
  .mm_menu > li:last-child {
    border: none !important;
  }
  .m_content {
    padding: 40px 15px;
  }
  .close {
    top: 20px;
    right: 20px;
    width: 30px;
    height: 30px;
  }

  .close:before {
    width: 30px;
  }

  .close:after {
    width: 30px;
  }
  .m_head {
    font-size: 30px;
    margin-bottom: 30px;
  }
  .f_submit, .fb_submit {
    margin-top: 40px;
  }
  .m_text {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .m_bot {
    font-size: 14px;
    line-height: 140%;
    margin-top: 15px;
  }
  .m_bot > a {
    font-size: 14px;
  }
  #book .m_head {
    font-size: 24px;
  }
  .fb_submit {
    width: 100%;
    height: 40px;
  }
  .fb_submit:before {
    left: 50%;
    transform: translateX(-100px);
    top: 8px;
  }
  .fb_submit > button {
    height: 38px;
    padding-left: 0;
    text-align: center;
  }
  .map_top .c_head_2, .map_top .c_head_3, .map_top .prod__title {
    float: none;
  }
  .map_top .mb_btn {
    float: none;
    margin: 10px 0 0;
  }
  .footer_bot {
    text-align: center;
  }
  .copy {
    float: none;
    text-align: center;
    margin-bottom: 15px;
  }
  .conf {
    display: inline-block;
    float: none;
  }
} /*550*/
@media only screen and (max-width: 480px) {
  .header_top {
    padding: 8px 15px;
  }
  .logo {
    transform: translateX(0);
    left: 64px;
    top: 8px;
  }
  .ht_socials > a {
    width: 24px;
    height: 24px;
  }
  .ht_tel {
    font-size: 14px;
  }
  .ht_time {
    font-size: 12px;
    line-height: 18px;
  }
  .fo_left {
    max-width: 120px;
  }
  .fo_head {
    font-size: 24px;
  }
  .fo_menu > li {
    margin-bottom: 10px;
  }
  .fo_menu > li > a {
    font-size: 15px;
    line-height: 120%;
  }
  .fo_tel {
    font-size: 16px;
  }
  .cat_btn {
    position: relative;
    top: unset;
    right: unset;
    margin-top: 20px;
  }
} /*480*/
@media only screen and (max-width: 360px) {
  .logo {
    left: 47px;
  }
} /*360*/

.plist__image {
  width: 80px;
  aspect-ratio: 1/1;
}
.plist__image > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.profile {
  display: grid;
  grid-gap: 6%;
  grid-template-columns: 340px 1fr;
  margin-top: 80px;
  margin-bottom: 150px;
}
@media (max-width: 900px) {
  .profile {
    grid-template-columns: 260px 1fr;
    grid-gap: 32px;
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .profile {
    grid-template-columns: 1fr;
    grid-gap: 32px;
  }
}
.profile__nav {
  display: flex;
  flex-direction: column;
}
.profile__nav .btn {
  margin-bottom: 24px;
  padding: 0 24px;
}
@media (max-width: 768px) {
  .profile__nav {
    display: none;
  }
  .profile__nav.opened {
    display: flex;
    flex-direction: column;
  }
}
.profile__nav__toggle {
  display: none;
  justify-content: space-between;
  align-items: center;
  padding: 0 24px;
}
@media (max-width: 768px) {
  .profile__nav__toggle {
    display: flex;
  }
}
.profile__title {
  font-family: "Caviar_Dreams-Bold";
  font-size: 40px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  margin-bottom: 40px;
  line-height: 1.3;
}
@media (max-width: 768px) {
  .profile__title {
    font-size: 24px;
  }
}
.profile_form {
  max-width: 600px;
}
@media (max-width: 768px) {
  .profile_form {
    max-width: 100%;
  }
}

.form_field {
  margin-bottom: 40px;
  position: relative;
}
.form_field__label {
  display: block;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #949494;
}
.form_field__action {
  position: absolute;
  bottom: 14px;
  right: 0;
  z-index: 1;
  display: inline-flex;
}

.radio {
  display: flex;
  align-items: flex-start;
}
.radio_group {
  display: flex;
  padding: 10px 0;
}
.radio_group .radio:not(:last-child) {
  margin-right: 24px;
}
.radio input + label {
  position: relative;
  padding-left: 28px;
  line-height: 26px;
  cursor: pointer;
}
.radio input + label:before {
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 15px;
  background: white;
  border: 1px solid #949494;
  display: block;
  position: absolute;
  top: 4px;
  left: 0;
  box-shadow: 0 0 0 3px white inset;
  transition: all 200ms ease-in-out;
}
.radio input:checked + label:before {
  background: #282e32;
}

.checkbox {
  display: flex;
  align-items: flex-start;
}
.checkbox_group {
  display: flex;
  padding: 10px 0;
}
.checkbox_group .checkbox:not(:last-child) {
  margin-right: 24px;
}
.checkbox_group__column {
  flex-direction: column;
}
.checkbox_group__column .checkbox {
  margin-bottom: 24px;
}
.checkbox input + label {
  position: relative;
  padding-left: 28px;
  line-height: 26px;
  cursor: pointer;
}
.checkbox input + label:before {
  content: "";
  width: 16px;
  height: 16px;
  background: white;
  border: 1px solid #949494;
  display: block;
  position: absolute;
  top: 4px;
  left: 0;
  box-shadow: 0 0 0 3px white inset;
  transition: all 200ms ease-in-out;
}
.checkbox input:checked + label:before {
  background: #282e32;
}

.status_steps {
  margin: 40px 0;
  display: grid;
  grid-gap: 20px;
  grid-template-columns: repeat(auto-fill, minmax(140px, 180px));
}
@media (max-width: 600px) {
  .status_steps {
    grid-template-columns: 1fr;
  }
}

.status_step {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
@media (max-width: 600px) {
  .status_step {
    flex-direction: row;
  }
}
.status_step:not(:last-child):after {
  content: "";
  width: 34px;
  height: 8px;
  background: url("../images/arrow-right.svg") no-repeat;
  position: absolute;
  display: block;
  top: 28px;
  left: 100%;
}
@media (max-width: 600px) {
  .status_step:not(:last-child):after {
    display: none;
  }
}
.status_step__icon {
  padding: 14px;
  border-radius: 50%;
  border: 1px solid #949494;
  margin-bottom: 20px;
}
@media (max-width: 600px) {
  .status_step__icon {
    margin-bottom: 0;
    margin-right: 20px;
  }
}
.status_step__icon img {
  display: block;
}
.status_step__name {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #949494;
}
.status_step_active .status_step__icon {
  background: #282e32;
  border-color: #282e32;
}
.status_step_active .status_step__name {
  color: #282e32;
}

.bonus__table {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-bottom: 40px;
}
.bonus__row {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #E4E4E4;
  padding: 16px 0;
}
@media (max-width: 650px) {
  .bonus__row {
    flex-direction: column;
    align-items: flex-start;
  }
}
.bonus__row span {
  font-weight: 300;
}
.bonus__row span.color_gray {
  color: #949494;
}
.bonus__row span.font_semibold {
  font-weight: 600;
}
.bonus__row_expired {
  opacity: 0.7;
}
.bonus__row_expired span {
  color: #949494;
}
.bonus__row_head {
  padding: 0 0 24px 0;
}
.bonus__row_head span {
  font-size: 21px;
  line-height: 28px;
}
.bonus__col:first-child {
  margin-right: 16px;
}
.bonus__col:last-child {
  text-align: right;
}
@media (max-width: 650px) {
  .bonus__col:last-child {
    text-align: left;
    margin-top: 8px;
  }
}

.history {
  font-family: 16px/110% "Open Sans", sans-serif;
}
.history__head {
  display: grid;
  grid-gap: 0;
  grid-template-columns: 120px 1fr;
  border-bottom: 1px solid #ECECEC;
}
@media (max-width: 480px) {
  .history__head {
    display: none;
  }
}
.history__head_col {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #949494;
  padding: 10px;
}
.history__row {
  color: #575757;
  border-bottom: 1px solid #CACACA;
}
.history__row_content {
  display: grid;
  grid-gap: 0;
  grid-template-columns: 120px 1fr auto auto auto;
  align-items: center;
}
.history__row_content.active {
  background: #F5F5F5;
}
.history__row_content.active img {
  transform: scaleY(-1);
}
.history__row_content.active + .history__row_expand {
  max-height: 100vh;
  transform: translateY(0);
}
@media (max-width: 1200px) {
  .history__row_content {
    grid-template-columns: auto 1fr auto;
  }
}
@media (max-width: 480px) {
  .history__row_content {
    grid-template-columns: 1fr auto;
  }
}
.history__row_expand {
  transform: translateY(-10px);
  overflow: hidden;
  max-height: 0;
  transition: all 300ms ease-in-out;
}
.history__col {
  padding: 10px;
  line-height: 22px;
}
.history__col .btn:not(:last-child) {
  margin-right: 16px;
}
.history__col_actions {
  display: flex;
  align-items: center;
}
.history__col:last-child {
  justify-self: flex-end;
}
.history__col_hidden {
  display: none;
  color: #949494;
}
.history__col img {
  justify-self: flex-end;
}
@media (max-width: 1200px) {
  .history__col_actions {
    grid-column-start: span 2;
  }
}
@media (max-width: 480px) {
  .history__col_data {
    grid-column-start: span 2;
  }
  .history__col_hidden {
    display: inline-flex;
  }
  .history__col_actions {
    grid-column-start: span 1;
  }
}
.history__detail {
  border-top: 1px solid #CACACA;
  background: #F5F5F5;
}
.history__detail_row {
  display: grid;
  grid-gap: 0;
  grid-template-columns: 1fr auto 280px;
}
@media (max-width: 1200px) {
  .history__detail_row {
    grid-template-columns: 1fr auto auto;
  }
}
@media (max-width: 600px) {
  .history__detail_row {
    grid-template-columns: 1fr auto;
  }
}
.history__detail_col {
  padding: 16px;
}
.history__detail_col:last-child {
  text-align: right;
}
@media (max-width: 600px) {
  .history__detail_col:first-child {
    grid-column-start: span 2;
    padding-bottom: 0;
  }
}
.history__detail_footer {
  background: #ECECEC;
  border-top: 1px solid #CACACA;
  padding-bottom: 16px;
  display: flex;
  flex-wrap: wrap;
  display: grid;
  grid-gap: 0;
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 1024px) {
  .history__detail_footer {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  .history__detail_footer {
    grid-template-columns: 1fr;
  }
}
.history__summary {
  font-size: 14px;
  padding: 16px 16px 0 16px;
  line-height: 20px;
}
.history__summary span {
  color: #282e32;
  font-weight: 500;
}

.pagination {
  margin: 40px 0;
}
.pagination__link {
  display: inline-flex;
  padding: 8px 12px;
  color: #949494;
  border: 1px solid transparent;
  margin-right: 8px;
}
.pagination__link:hover {
  background: #ECECEC;
  border: 1px solid #ECECEC;
}
.pagination__link_active {
  border: 1px solid #949494;
  color: #282E32;
  pointer-events: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

img {
  max-width: 100%;
  height: auto;
}

.history {
  font-family: 16px/110% "Open Sans", sans-serif;
}
.history__head {
  display: grid;
  grid-gap: 0;
  grid-template-columns: 120px 1fr;
  border-bottom: 1px solid #ECECEC;
}
@media (max-width: 480px) {
  .history__head {
    display: none;
  }
}
.history__head_col {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #949494;
  padding: 10px;
}
.history__row {
  color: #575757;
  border-bottom: 1px solid #CACACA;
}
.history__row_content {
  display: grid;
  grid-gap: 0;
  grid-template-columns: 120px 1fr auto auto auto;
  align-items: center;
}
.history__row_content.active {
  background: #F5F5F5;
}
.history__row_content.active img {
  transform: scaleY(-1);
}
.history__row_content.active + .history__row_expand {
  max-height: 100vh;
  transform: translateY(0);
}
@media (max-width: 1200px) {
  .history__row_content {
    grid-template-columns: auto 1fr auto;
  }
}
@media (max-width: 480px) {
  .history__row_content {
    grid-template-columns: 1fr auto;
  }
}
.history__row_expand {
  transform: translateY(-10px);
  overflow: hidden;
  max-height: 0;
  transition: all 300ms ease-in-out;
}
.history__col {
  padding: 10px;
  line-height: 22px;
}
.history__col .btn:not(:last-child) {
  margin-right: 16px;
}
.history__col_actions {
  display: flex;
  align-items: center;
}
.history__col:last-child {
  justify-self: flex-end;
}
.history__col_hidden {
  display: none;
  color: #949494;
}
.history__col img {
  justify-self: flex-end;
}
@media (max-width: 1200px) {
  .history__col_actions {
    grid-column-start: span 2;
  }
}
@media (max-width: 480px) {
  .history__col_data {
    grid-column-start: span 2;
  }
  .history__col_hidden {
    display: inline-flex;
  }
  .history__col_actions {
    grid-column-start: span 1;
  }
}
.history__detail {
  border-top: 1px solid #CACACA;
  background: #F5F5F5;
}
.history__detail_row {
  display: grid;
  grid-gap: 0;
  grid-template-columns: 1fr auto 280px;
}
@media (max-width: 1200px) {
  .history__detail_row {
    grid-template-columns: 1fr auto auto;
  }
}
@media (max-width: 600px) {
  .history__detail_row {
    grid-template-columns: 1fr auto;
  }
}
.history__detail_col {
  padding: 16px;
}
.history__detail_col:last-child {
  text-align: right;
}
@media (max-width: 600px) {
  .history__detail_col:first-child {
    grid-column-start: span 2;
    padding-bottom: 0;
  }
}
.history__detail_footer {
  background: #ECECEC;
  border-top: 1px solid #CACACA;
  padding-bottom: 16px;
  display: flex;
  flex-wrap: wrap;
  display: grid;
  grid-gap: 0;
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 1024px) {
  .history__detail_footer {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  .history__detail_footer {
    grid-template-columns: 1fr;
  }
}
.history__summary {
  font-size: 14px;
  padding: 16px 16px 0 16px;
  line-height: 20px;
}
.history__summary span {
  color: #282e32;
  font-weight: 500;
}

.btn_compact {
  display: inline-flex;
  padding: 0 20px;
  height: 38px;
  line-height: 38px;
  font-size: 14px;
}

.rate_stars {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}
.rate_stars img {
  display: block;
}
.rate_stars img:not(:last-child) {
  margin-right: 8px;
}
.submit_center {
  display: flex;
  justify-content: center;
  margin: 40px 0 0 0;
}

.m_text_center {
  text-align: center;
}

.status_steps {
  margin: 40px 0;
  display: grid;
  grid-gap: 20px;
  grid-template-columns: repeat(auto-fill, minmax(140px, 180px));
}
@media (max-width: 600px) {
  .status_steps {
    grid-template-columns: 1fr;
  }
}

.status_step {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
@media (max-width: 600px) {
  .status_step {
    flex-direction: row;
  }
}
.status_step:not(:last-child):after {
  content: "";
  width: 34px;
  height: 8px;
  background: url("../images/arrow-right.svg") no-repeat;
  position: absolute;
  display: block;
  top: 28px;
  left: 100%;
}
@media (max-width: 600px) {
  .status_step:not(:last-child):after {
    display: none;
  }
}
.status_step__icon {
  padding: 14px;
  border-radius: 50%;
  border: 1px solid #949494;
  margin-bottom: 20px;
}
@media (max-width: 600px) {
  .status_step__icon {
    margin-bottom: 0;
    margin-right: 20px;
  }
}
.status_step__icon img {
  display: block;
}
.status_step__name {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #949494;
}
.status_step_active .status_step__icon {
  background: #282e32;
  border-color: #282e32;
}
.status_step_active .status_step__name {
  color: #282e32;
}

.m_buttons {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}

.m_buttons > .btn:not(:last-child) {
  margin-right: 24px;
}

.login_form__actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 40px 0 0 0;
}

.login_form__link {
  color: #949494;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.42px;
  text-transform: uppercase;
  text-align: center;
}

.m_bot a {
  font-size: 16px;
  line-height: 140%;
  color: #575757;
}

.login_form__link:not(:last-child) {
  margin-bottom: 16px;
}
/*# sourceMappingURL=style.css.map */
