/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

html {
  overflow-x: hidden;
  min-width: 320px;
}

body {
  font-family: 'Roboto', sans-serif;
  color: #0C2B5A;
  overflow-x: hidden;
  min-width: 320px;
}

* {
  box-sizing: border-box !important;
  outline: none !important;
}

img {
  max-width: 100%;
  height: auto;
}

input, textarea {
  font-size: 16px;
  line-height: 19px;
  padding: 16px 14px;
  border: 1px solid transparent;
  border-radius: 4px;
  width: 100%;
  resize: none;
  max-width: 100%;
}

b, strong {
  font-weight: bold;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

@media (min-width: 991px) {
  .pr0 {
    padding-right: 0;
  }
}

.align-items-center {
  align-items: center;
}

.fancybox-close {
  top: 0;
  right: 0;
}

.header {
  margin-top: -20px;
  background-color: rgba(37, 77, 139, 0.03);
  position: relative;
  z-index: 1;
}
@media (max-width: 991px) {
  .header {
    margin-bottom: 8px;
    padding: 0 25px;
    z-index: 2;
  }
}
@media (max-width: 767px) {
  .header {
    margin-bottom: 11px;
    margin-top: -15px;
  }
}
@media (max-width: 350px) {
  .header {
    padding: 0 10px;
  }
}
.header > .container {
  padding: 0;
}
.header__row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.header__left {
  position: relative;
}
.header__right {
  display: flex;
  align-items: center;
  position: relative;
}

.logo {
  position: relative;
}
@media (max-width: 1270px) {
  .logo {
    width: 110px;
  }
}
@media (max-width: 767px) {
  .logo {
    width: 80px;
  }
}

.top-bar {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.header-social {
  display: flex;
  align-items: center;
}
@media (max-width: 1270px) and (min-width: 991px) {
  .header-social {
    display: none;
  }
}
.header-social__item {
  margin: 0 5px;
  opacity: 0.3;
  transition: 0.25s all linear;
}
@media (max-width: 520px) {
  .header-social__item img {
    width: 25px;
  }
}
.header-social__item:hover {
  opacity: 1;
}

.header-lang {
  margin-left: 40px;
  position: relative;
}
@media (max-width: 1270px) {
  .header-lang {
    margin-left: 10px;
  }
}
@media (max-width: 767px) {
  .header-lang {
    margin-left: 20px;
  }
}
.header-lang__current {
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  padding-right: 21px;
  background-image: url("../img/arrow-down.svg");
  background-size: 15px;
  background-repeat: no-repeat;
  background-position: top 0px right;
}
.header-lang__hidden {
  position: absolute;
  padding: 3px;
  border-radius: 4px;
  background: #fff;
  transform: translateX(-3px);
  box-shadow: 0px 0px 8px -1px rgba(0, 0, 0, 0.3);
  display: none;
}
.header-lang__item {
  font-size: 16px;
  text-transform: uppercase;
  line-height: 19px;
  letter-spacing: 0.05em;
  padding: 2px 0;
}
.header-lang__item a {
  text-decoration: none;
  color: #000;
}
.header-lang:hover .header-lang__hidden {
  display: block;
}

.header-cart {
  margin-left: 30px;
  padding-left: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-left: 1px solid rgba(51, 51, 51, 0.2);
  cursor: pointer;
}
@media (max-width: 1270px) {
  .header-cart {
    margin-left: 10px;
    padding-left: 10px;
  }
}
@media (max-width: 991px) {
  .header-cart {
    display: none;
  }
}
.header-cart__item {
  position: relative;
}
.header-cart__item img {
  display: block;
}
.header-cart__count {
  font-weight: bold;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: -1px;
  color: #FFFFFF;
  position: absolute;
  display: flex;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  top: -6px;
  right: -10px;
  align-items: center;
  justify-content: center;
  background-color: #ffce45;
}

.info-bar {
  display: flex;
  align-items: center;
  padding: 22px 0;
  margin-right: 10px;
}
@media (max-width: 1270px) {
  .info-bar {
    margin-right: 0;
  }
}
@media (max-width: 991px) {
  .info-bar {
    display: none;
  }
}

.header-info-item {
  display: flex;
  align-items: center;
  margin-left: 20px;
}
@media (max-width: 1270px) {
  .header-info-item {
    margin-left: 10px;
  }
}
.header-info-item:first-child {
  margin-left: 0;
}
#menu .header-info-item:first-child {
  margin-left: 0;
}
.header-info-item__icon {
  margin-right: 13px;
}
.header-info-item__caption span {
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: rgba(12, 43, 90, 0.5);
  display: block;
  margin: 2px 0;
}
.header-info-item__caption p {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.05em;
  margin: 2px 0;
  color: #0C2B5A;
}
.header-info-item__caption p a {
  color: #0C2B5A;
  text-decoration: none;
}

@keyframes opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.banner {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: rgba(37, 77, 139, 0.03);
  position: relative;
}
@media (max-width: 991px) {
  .banner {
    z-index: 1;
    margin-top: -40px;
    background-color: transparent;
  }
  .banner .container {
    padding-left: 0;
    padding-right: 0;
  }
}
.banner__wrap {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
}
@media (max-width: 991px) {
  .banner__wrap {
    flex-wrap: wrap;
  }
}
.banner__content {
  padding-right: 100px;
}
@media (max-width: 1280px) and (min-width: 991px) {
  .banner__content {
    padding-right: 30px;
  }
}
@media (max-width: 991px) {
  .banner__content {
    padding-right: 15px;
    padding-left: 15px;
    flex: 0 0 100%;
  }
}
.banner__cover {
  width: 544px;
  height: 544px;
  border-radius: 50%;
  overflow: hidden;
  flex: 1 0 544px;
  max-width: 100%;
  position: relative;
  z-index: 1;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 1280px) and (min-width: 991px) {
  .banner__cover {
    height: 400px;
    width: 400px;
    flex: 1 0 400px;
  }
}
@media (max-width: 991px) {
  .banner__cover {
    order: -1;
    border-radius: 0;
    flex: 1 1 100%;
    height: 363px;
  }
}
.banner__item {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  transition: 0.5s all linear;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  max-width: 100%;
  opacity: 0;
  visibility: hidden;
}
.banner__item.show {
  visibility: visible;
  transition: 0.5s all linear;
  opacity: 1;
}
.banner__title {
  font-weight: 900;
  font-size: 70px;
  line-height: 73px;
  color: #254D8B;
  margin: 20px 0;
  font-family: 'Dense';
  opacity: 0;
  animation: .5s opacity .5s forwards linear;
}
[data-lang="ru"] .banner__title {
  font-weight: 600;
  font-size: 38px;
  line-height: 46px;
  letter-spacing: -2px;
  font-family: 'Inter', sans-serif;
}
@media (max-width: 1280px) and (min-width: 991px) {
  .banner__title {
    font-size: 50px;
    line-height: 58px;
  }
  [data-lang="ru"] .banner__title {
    font-weight: 600;
    font-size: 34px;
    line-height: 40px;
    letter-spacing: -2px;
    font-family: 'Inter', sans-serif;
  }
}
.banner__title b {
  color: #ffce45;
}
@media (max-width: 991px) {
  .banner__title {
    font-size: 30px;
    line-height: 35px;
    text-align: center;
  }
  [data-lang="ru"] .banner__title {
    font-weight: 600;
    font-size: 26px;
    line-height: 32px;
    letter-spacing: -2px;
    font-family: 'Inter', sans-serif;
  }
}
.banner__subtitle {
  font-size: 22px;
  line-height: 160%;
  color: rgba(12, 43, 90, 0.8);
}
@media (max-width: 991px) {
  .banner__subtitle {
    font-size: 16px;
    text-align: center;
  }
}
.banner__action {
  margin: 30px 0;
}
.banner__action .button {
  margin: 10px 20px 10px 0;
}
@media (max-width: 991px) {
  .banner__action {
    display: none;
  }
}

.button {
  display: inline-block;
  color: #0C2B5A;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  position: relative;
  user-select: none;
  background-color: transparent;
  border: 1px solid #254D8B;
  padding: 15px .75rem;
  text-decoration: none;
  border-radius: 4px;
  min-width: 149px;
  max-width: 100%;
  font-size: 16px;
  line-height: 122.6%;
  letter-spacing: 0.04em;
  transition: 0.25s all linear;
  white-space: nowrap;
  cursor: pointer;
}
.button:hover {
  opacity: 0.9;
}
.button-outline {
  background-color: transparent;
  border: 1px solid #254D8B;
  color: #0C2B5A;
}
.button-outline:hover {
  background-color: #254D8B;
  color: #fff;
}
.button-yellow {
  background-color: #ffce45;
  border: 1px solid #ffce45;
  color: #0C2B5A;
}
.button-yellow:hover {
  background-color: #254D8B;
  color: #fff;
}
.button-full {
  width: 100%;
}
.button-md {
  min-width: 239px;
}

.button-menu {
  background-color: #ffce45;
  border-color: #ffce45;
  min-width: 188px;
}
.button-menu:before {
  content: '';
  width: 16px;
  height: 11px;
  display: inline-block;
  background-image: url("../img/burger.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin-right: 10px;
  transition: 0.25s all linear;
}
.button-menu:hover {
  background-color: #254D8B;
  color: #fff;
}
.button-menu:hover:before {
  background-image: url("../img/burger-white.svg");
}

.menu {
  padding-bottom: 143px;
  padding-top: 63px;
  background-image: url("../img/top-round.svg"), url("../img/illustrations/i1.png"), url("../img/illustrations/i2.png"), url("../img/illustrations/i5.png");
  background-size: 100%, 482px 488px, 321px 370px, 345px 326px;
  background-position: top center, left -187px top -75px, right -90px top 210px, right -142px bottom 0px;
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
  position: relative;
}
@media (max-width: 1377px) {
  .menu {
    background-position: top center, left -50% top -75px, right -24% top 210px, right -28% bottom 0px;
  }
}
@media (max-width: 991px) {
  .menu {
    background-image: none;
    z-index: 2;
    padding-bottom: 0;
  }
}
.menu:before {
  width: 75px;
  height: 47px;
  content: '';
  background-image: url("../img/kajakas.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  left: 50%;
  top: -32px;
  transform: translateX(-50%);
  position: absolute;
}
@media (max-width: 991px) {
  .menu:before {
    top: -12px;
  }
}
.menu__title {
  font-weight: bold;
  font-size: 50px;
  line-height: 52px;
  text-align: center;
  color: #254D8B;
  margin: 30px 0 10px;
  font-family: 'Dense';
}
[data-lang="ru"] .menu__title {
  font-size: 42px;
  line-height: 48px;
  font-family: 'Inter';
  letter-spacing: -2px;
}
@media (max-width: 991px) {
  .menu__title {
    font-size: 30px;
    line-height: 35px;
  }
  [data-lang="ru"] .menu__title {
    font-size: 28px;
    line-height: 32px;
    font-family: 'Inter';
  }
}
.menu__subtitle {
  font-size: 22px;
  line-height: 160%;
  text-align: center;
  margin: 10px auto 30px;
  color: rgba(12, 43, 90, 0.8);
}
@media (max-width: 991px) {
  .menu__subtitle {
    font-size: 16px;
  }
}
#menu .header-info-item__caption {
  text-align: center;
}
.menu__title.menu__subtitle--restaurant {
  margin: 20px auto 0;
}
.menu-list {
  margin: 0;
}
.menu-list__tabs {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 43px;
  flex-direction: column;
}
@media (max-width: 767px) {
  .menu-list__tabs {
    overflow-x: auto;
  }
}
.menu-list__tabs-list {
  justify-content: center;
  display: flex;
}
@media (max-width: 767px) {
  .menu-list__tabs-list {
    flex-wrap: wrap;
  }
}
.menu-list__inner {
  background-color: rgba(12, 43, 90, 0.05);
  border-radius: 4px;
  padding: 6px;
  margin: 2.5px 0;
}
@media (max-width: 767px) {
  .menu-list__inner {
    width: 100%;
  }
}
.menu-list__tabs-item {
  padding: 12px 30px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
@media (max-width: 991px) {
  .menu-list__tabs-item {
    align-items: center;
    justify-content: flex-end;
    flex-direction: column;
    padding: 12px 15px;
  }
}
@media (max-width: 520px) {
  .menu-list__tabs-item {
    padding: 8px 5px;
    flex: 0 0 20%;
  }
  .menu-list__tabs-item.child-category {
    flex: 0 0 auto;
  }
}
.menu-list__tabs-item.active {
  background-color: #fff;
  box-shadow: 0px 1px 2px rgba(37, 77, 139, 0.1);
  border-radius: 4px;
}
.menu-list__tabs-item img {
  margin-right: 15px;
}
@media (max-width: 991px) {
  .menu-list__tabs-item img {
    margin-right: 0;
    margin-bottom: 5px;
  }
}
.menu-list__tabs-item span, .menu-list__tabs-item a {
  font-size: 18px;
  line-height: 122.6%;
  text-decoration: none;
  color: #0C2B5A;
}
@media (max-width: 520px) {
  .menu-list__tabs-item span, .menu-list__tabs-item a {
    font-size: 14px;
  }
}
@media (max-width: 420px) {
  .menu-list__tabs-item span, .menu-list__tabs-item a {
    font-size: 12px;
  }
}
.wines .menu-list__tabs-item {
  padding: 9px 20px;
}
.menu-list__box {
  margin-bottom: 43px;
  margin-left: auto;
  margin-right: auto;
  max-width: 890px;
}
.menu-list__box:after {
  display: table;
  content: ' ';
  clear: both;
}
.menu-list__box.single .menu-group__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.menu-list__box.single .single-li {
  column-count: 1;
}

.tr {
  display: table-row;
}

.menu-group {
  margin-bottom: 60px;
  width: 100%;
  padding: 0 20px;
  float: left;
}
@media (max-width: 991px) {
  .menu-group {
    width: 100%;
  }
}
@media (max-width: 520px) {
  .menu-group {
    padding: 0;
  }
}
.single .menu-group {
  width: 100%;
}
@media (max-width: 991px) {
  .menu-group__list {
    padding: 0 20px;
  }
}
@media (max-width: 520px) {
  .menu-group__list {
    padding: 0;
  }
}
.menu-group__item {
  display: table;
  width: 100%;
  padding: 23px 0;
  border-bottom: 1px solid rgba(12, 43, 90, 0.1);
  flex: 0 0 100%;
}
h4 + .menu-group__list > .menu-group__item {
  width: 100%;
}
@media (max-width: 991px) {
  .menu-group__item {
    flex: 0 0 100%;
  }
}
.menu-group__item:after {
  content: '';
  display: table;
  clear: both;
}
.menu-group__item:first-child {
  border-top: none;
}
.menu-group__item-icon {
  display: inline-block;
  font-weight: bold;
  font-size: 18px;
  line-height: 25px;
  text-align: center;
  color: #254D8B;
  height: 27px;
  width: 27px;
  border-radius: 50%;
  border: 1px solid #254D8B;
  margin-right: 11px;
}
.menu-group__item-number {
  display: table-cell;
  vertical-align: middle;
  width: 7%;
}
.menu-group__item-info {
  display: table-cell;
  vertical-align: middle;
  width: 66%;
}
@media (max-width: 520px) {
  .menu-group__item-info {
    width: 52%;
  }
}
.menu-group__item-summary {
  display: table-cell;
  vertical-align: middle;
  text-align: right;
  position: relative;
}
.menu-group__item-summary:hover button[disabled] + .tooltip {
  display: block;
}
@media (max-width: 1300px) {
  .menu-group__item-summary {
    padding-left: 5px;
    white-space: nowrap;
  }
}
.menu-group__item-summary-tip {
  opacity: 0;
  z-index: 1;
  position: absolute;
  top: 0;
  /* width: 140px; */
  text-align: center;
  right: 0;
  background: #254d8b;
  padding: 6px 8px;
  font-size: 12px;
  color: #fff;
  border-radius: 12px;
  transition: 0.25s all linear;
}
.menu-group__item-summary-tip:before {
  content: '';
  width: 5px;
  height: 5px;
  position: absolute;
  transform: rotate(45deg);
  background-color: #254d8b;
  right: 14px;
  bottom: -3px;
}
.menu-group__item-summary:hover .menu-group__item-summary-tip {
  opacity: 1;
  top: -25px;
}
.menu-group__item-ingredients {
  font-size: 14px;
  line-height: 16px;
  color: rgba(12, 43, 90, 0.6);
  margin: 5px 0;
  padding-right: 5px;
}
.menu-group__item-price {
  font-weight: bold;
  font-size: 18px;
  line-height: 172.6%;
  vertical-align: middle;
  display: inline-block;
}
@media (max-width: 520px) {
  .menu-group__item-price {
    font-size: 15px;
  }
}
.menu-group__item-add {
  width: 33px;
  height: 33px;
  border-radius: 4px;
  background-image: url("../img/plus.svg");
  background-position: center;
  background-size: 15px;
  background-repeat: no-repeat;
  border: 1px solid #254D8B;
  cursor: pointer;
  margin-left: 24px;
  transition: 0.25s all linear;
  background-color: #fff;
  opacity: 0.4;
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 1300px) {
  .menu-group__item-add {
    margin-left: 5px;
  }
}
@media (max-width: 520px) {
  .menu-group__item-add {
    margin-left: 6px;
    width: 22px;
    height: 22px;
  }
}
.menu-group__item-add:hover {
  opacity: 1;
  background-color: #ffce45;
  border-color: #ffce45;
}
.menu-group__item-add[disabled] {
  opacity: 0.15;
  background-color: #ccc;
  border-color: #ccc;
}
.menu-group__item-add[disabled]:hover {
  background-color: #ccc;
  border-color: #ccc;
  opacity: 0.15;
  cursor: not-allowed;
}
.menu-group__title {
  font-weight: bold;
  font-size: 40px;
  line-height: 42px;
  color: #254D8B;
  margin: 5px 0;
  font-family: 'Dense';
}
@media (max-width: 991px) {
  .menu-group__title {
    font-size: 30px;
    line-height: 35px;
  }
}
.menu-group__item-title {
  margin: 5px 0;
  font-weight: bold;
  font-size: 18px;
  line-height: 21px;
}
[data-category-wrapper="13"] .menu-group__item-title, [data-category-wrapper="41"] .menu-group__item-title, [data-category-wrapper="61"] .menu-group__item-title, [data-category-wrapper="69"] .menu-group__item-title {
  font-weight: normal;
}
.menu-group__item-title strong {
  color: #ff4545;
  font-size: 14px;
  font-style: italic;
  font-weight: bold;
}
@media (max-width: 991px) {
  .menu-group__item-title {
    font-size: 16px;
    line-height: 19px;
  }
}

.about {
  position: relative;
}
.about:after {
  content: '';
  width: 722px;
  height: 780px;
  position: absolute;
  left: -240px;
  bottom: -540px;
  background-image: url("../img/illustrations/i3.png");
  background-size: contain;
  background-position: center;
  z-index: -1;
}
@media (max-width: 1300px) {
  .about:after {
    left: -330px;
    bottom: -680px;
  }
}
@media (max-width: 991px) {
  .about:after {
    background-image: none;
  }
}
.about__inner {
  max-width: 570px;
  margin-left: auto;
}
@media (min-width: 991px) {
  .about__inner {
    padding-right: 30px;
  }
}
@media (max-width: 991px) {
  .about__inner {
    max-width: 100%;
    margin: 0 auto 30px auto;
  }
}
.about__content {
  position: relative;
}
.about__content:before {
  content: '';
  width: 95px;
  height: 59px;
  position: absolute;
  left: -83px;
  top: -57px;
  background-image: url("../img/kajakas.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.about__title {
  font-weight: bold;
  font-size: 50px;
  line-height: 52px;
  color: #254D8B;
  margin: 26px 0;
  font-family: 'Dense';
}
[data-lang="ru"] .about__title {
  font-family: 'Inter';
  letter-spacing: -2px;
  font-size: 40px;
  line-height: 46px;
}
.about__title:first-child {
  margin-top: 0;
}
.about__title:last-child {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .about__title {
    font-size: 30px;
    line-height: 35px;
  }
  [data-lang="ru"] .about__title {
    font-size: 28px;
    line-height: 32px;
  }
}
.about__description {
  font-size: 16px;
  line-height: 160%;
  color: rgba(12, 43, 90, 0.8);
  margin: 26px 0;
}
.about__description:first-child {
  margin-top: 0;
}
.about__description:last-child {
  margin-bottom: 0;
}

.gallery {
  margin-bottom: 30px;
  position: relative;
}
.gallery__item:not(.button) {
  height: 391px;
  background-image: url("../img/img1.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: none;
  text-decoration: none;
  cursor: pointer;
}
.gallery__item:first-child {
  display: block;
}
.gallery-thumbs__item {
  cursor: pointer;
  height: 100px;
  margin: 0 15px;
  background-image: url("../img/img1.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.button-gallery {
  position: absolute;
  bottom: -17px;
  left: -20px;
  background-color: #ffce45;
  border-color: #ffce45;
  min-width: 195px;
}
@media (max-width: 991px) {
  .button-gallery {
    left: 50%;
    transform: translateX(-50%);
  }
}
.button-gallery:before {
  content: '';
  width: 22px;
  vertical-align: bottom;
  height: 19px;
  margin-right: 8px;
  background-image: url("../img/gallery.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
}

.feature {
  padding: 60px 0 121px;
  background-image: url("../img/bottom-round.svg");
  background-size: 100%;
  background-position: bottom -1px center;
  background-repeat: no-repeat;
  position: relative;
}
@media (max-width: 520px) {
  .feature {
    background-size: 102%;
  }
}
.feature__box {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.feature__item {
  padding-left: 100px;
  background-image: url("../img/diagonal.svg");
  background-size: 88px;
  background-repeat: no-repeat;
  background-position: left center;
  width: 35%;
  min-height: 1px;
  flex: 0 1 35%;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .feature__item {
    flex: 0 0 100%;
    width: 100%;
    padding-left: 55px;
    background-size: 40px;
    background-position: top 20px left;
  }
}
.feature__title {
  font-weight: bold;
  font-size: 20px;
  line-height: 23px;
  color: #254D8B;
  margin: 15px 0;
}
.feature__subtitle {
  margin: 15px 0;
  font-size: 16px;
  line-height: 150%;
}

.footer {
  position: relative;
  background-color: #254D8B;
  padding: 50px 0;
}
.footer > .container {
  position: relative;
  z-index: 1;
}
.footer:before {
  width: 484px;
  height: 489px;
  content: '';
  position: absolute;
  top: -200px;
  right: -135px;
  background-image: url("../img/illustrations/i4.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 991px) {
  .footer:before {
    content: none;
  }
}
.footer:after {
  width: 865px;
  height: 865px;
  content: '';
  position: absolute;
  bottom: -20px;
  left: -135px;
  background-image: url("../img/footer-lines-2.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 991px) {
  .footer:after {
    content: none;
  }
}

@media (max-width: 576px) {
  .footer-info-col {
    max-width: 300px;
    margin: auto;
  }
}

.footer-logo a {
  display: block;
  text-decoration: none;
}
.footer-logo a:hover {
  text-decoration: none;
}
.footer-logo h4 {
  font-weight: bold;
  font-size: 50px;
  line-height: 52px;
  color: #fff;
  margin: 0 0 26px;
  font-family: 'Dense';
}
@media (max-width: 991px) {
  .footer-logo h4 {
    font-size: 30px;
    line-height: 35px;
  }
}

.footer-reg {
  font-size: 16px;
  line-height: 24px;
  margin: 8px 0;
  color: #fff;
}
.footer-vat {
  font-size: 12px;
  line-height: 18px;
  margin: 6px 0;
  color: #fff;
}
.footer-contact {
  margin: 30px 0;
}
.footer-contact__item {
  font-size: 16px;
  line-height: 24px;
  margin: 6px 0;
  color: #fff;
  display: flex;
  align-items: flex-start;
}
.footer-contact__item a {
  color: #fff;
  vertical-align: middle;
}
.footer-contact__item img {
  width: 14px;
  vertical-align: middle;
  margin: 5px 10px 3px 0;
}

.footer-social {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .footer-social {
    margin-bottom: 30px;
    justify-content: center;
  }
}
.footer-social__item {
  margin-right: 10px;
  opacity: 0.5;
  transition: 0.25s all linear;
}
.footer-social__item:hover {
  opacity: 1;
}

.footer-form {
  width: 300px;
  max-width: 100%;
  margin-left: auto;
}
@media (max-width: 991px) {
  .footer-form {
    margin-left: auto;
    margin-right: auto;
  }
}

.form-item {
  margin: 20px 0;
}
.form-item:first-child {
  margin-top: 0;
}
.form-item input, .form-item textarea {
  background-color: rgba(255, 255, 255, 0.1);
  color: #fff;
}
.form-item input::placeholder, .form-item textarea::placeholder {
  color: #fff;
}

.form-submit {
  margin: 20px 0;
}

.subfooter {
  background: #0C2B5A;
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  line-height: 172.6%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
  position: relative;
}
.subfooter a {
  color: rgba(255, 255, 255, 0.7);
  margin-left: 20px;
}
@media (max-width: 767px) {
  .subfooter a {
    margin-left: 0;
  }
}
@media (max-width: 991px) {
  .subfooter .terms {
    width: auto;
  }
}
@media (max-width: 991px) {
  .subfooter {
    flex-direction: column;
    padding: 20px 20px 70px;
  }
}

.order {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(12, 43, 90, 0.3);
  z-index: 10;
  top: 0;
  left: 0;
}
.order__overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  cursor: pointer;
}
.order__wrap {
  width: 50%;
  margin-left: auto;
  background-color: #fff;
  padding: 20px 30px;
  display: flex;
  height: 100%;
  flex-direction: column;
  position: relative;
  z-index: 1;
  overflow-x: auto;
}
@media (max-width: 1500px) {
  .order__wrap {
    width: 70%;
  }
}
@media (max-width: 1100px) {
  .order__wrap {
    width: 80%;
  }
}
@media (max-width: 767px) {
  .order__wrap {
    width: 100%;
  }
}
.order__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
}
.order__title {
  font-weight: bold;
  font-size: 30px;
  line-height: 35px;
  color: #254D8B;
  margin: 7px 0;
}
.order__close {
  margin: 7px 0;
  padding: 7px 7px 7px 12px;
  min-width: auto;
}
.order__close:after {
  content: '';
  background-image: url("../img/close-button.svg");
  display: inline-block;
  vertical-align: bottom;
  margin-left: 7px;
  width: 20px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.order__list {
  margin-bottom: 43px;
}
@media (max-width: 767px) {
  .order__list {
    margin-bottom: 50px;
  }
}
.order__list table {
  width: 100%;
}
.order__list table tr th {
  font-size: 14px;
  line-height: 16px;
  color: rgba(12, 43, 90, 0.5);
  border-bottom: 1px solid rgba(37, 77, 139, 0.5);
  padding: 7px 15px;
}
.order__list table tr th:first-child {
  padding-left: 0;
}
.order__list table tr th:last-child {
  padding-right: 0;
}
.order__list table tr td {
  padding: 15px;
}
@media (min-width: 767px) {
  .order__list table tr td {
    border-bottom: 1px solid rgba(37, 77, 139, 0.1);
  }
}
.order__list table tr td:first-child {
  padding-left: 0;
}
.order__list table tr td:last-child {
  padding-right: 0;
}
.order__list table tr:last-child td {
  border-bottom: none;
}
.order__item i {
  font-weight: bold;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: #254D8B;
  display: inline-block;
  border: 1px solid #0C2B5A;
  border-radius: 50%;
  height: 20px;
  width: 20px;
}
.order__item span {
  font-size: 16px;
  line-height: 19px;
}
@media (max-width: 1200px) {
  .order__item span {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .order__item span {
    margin-top: 4px;
  }
}
.order__remove {
  display: inline-block;
  vertical-align: middle;
  margin-left: 16px;
  cursor: pointer;
  float: right;
}

.quantity {
  display: flex;
  align-items: center;
}
.quantity__minus {
  flex: 0 0 20px;
  width: 20px;
  height: 20px;
  border: 1px solid #254D8B;
  border-radius: 4px;
  background-image: url("../img/minus.svg");
  background-size: 11px;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}
.quantity__plus {
  flex: 0 0 20px;
  width: 20px;
  height: 20px;
  border: 1px solid #254D8B;
  border-radius: 4px;
  background-image: url("../img/plus.svg");
  background-size: 11px;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}
.quantity__input {
  font-size: 16px;
  line-height: 20px;
  width: 18px;
  text-align: center;
  padding: 0;
  margin: 0 10px;
  height: 20px;
}

.order-info {
  flex-grow: 1;
}
@media (max-width: 767px) {
  .order-info {
    margin-bottom: 27px;
  }
}
.order-info__title {
  font-weight: bold;
  font-size: 20px;
  line-height: 23px;
  color: #254D8B;
  margin-bottom: 13px;
}
.order-info__box {
  margin-left: -12px;
  margin-right: -12px;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
.order-info__item {
  padding: 0 12px;
  width: 50%;
  margin: 10px 0;
}
@media (max-width: 991px) {
  .order-info__item {
    width: 100%;
  }
}
.order-info__item input {
  background: #F3F7FD;
  transition: 0.25s all linear;
}
.order-info__item input:focus {
  border: 1px solid #AFC6E9;
}
.order-info__item input::placeholder {
  color: rgba(12, 43, 90, 0.5);
}
.order-info__item input[disabled] {
  opacity: 0.5;
}

.order-info__customer-type {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .order-info__customer-type {
    flex-direction: column;
    gap: 10px;
  }
}
.order-info__company-fields {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid rgba(12, 43, 90, 0.2);
}
.order-info__subtitle {
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  color: #254D8B;
  margin-bottom: 10px;
}
.order-info__item--vat {
  position: relative;
}
.order-info__item--vat .vat-status {
  position: absolute;
  right: 26px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 18px;
}
.order-info__item--vat .vat-status.valid {
  color: #28a745;
}
.order-info__item--vat .vat-status.invalid {
  color: #dc3545;
  padding-bottom: 18px;
}
.order-info__item--vat .vat-status.checking {
  color: #ffc107;
}
.order-info__item--vat .vat-error {
  color: #dc3545;
  font-size: 12px;
}
.order-info__item--vat .vat-error:not(:empty) {
  margin-top: 5px;
  min-height: 18px;
}
.order-info__item--vat input {
  padding-right: 45px;
}

.customer-type-radio {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.customer-type-radio input {
  display: none;
}
.customer-type-radio input + i {
  border: 1px solid #CED3DD;
  border-radius: 50%;
  display: block;
  height: 20px;
  width: 20px;
  flex: 0 0 20px;
  margin-right: 10px;
  position: relative;
}
.customer-type-radio input:checked + i {
  border: 2px solid #254D8B;
}
.customer-type-radio input:checked + i:after {
  content: '';
  width: 10px;
  height: 10px;
  background-color: #254D8B;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
}
.customer-type-radio span {
  font-size: 16px;
  line-height: 19px;
}

/* Bootstrap Autocomplete для поиска компаний */
.dropdown-menu.autocomplete {
  max-height: 250px;
  overflow-y: auto;
  border: 1px solid #CED3DD;
  border-radius: 4px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  padding: 0;
  z-index: 1050;
  width: 100%;
}
.dropdown-menu.autocomplete .dropdown-item {
  padding: 10px 15px;
  border-bottom: 1px solid #f0f0f0;
  cursor: pointer;
  white-space: normal;
}
.dropdown-menu.autocomplete .dropdown-item:last-child {
  border-bottom: none;
}
.dropdown-menu.autocomplete .dropdown-item:hover,
.dropdown-menu.autocomplete .dropdown-item.active {
  background-color: #f5f7fa;
}
/* Мобильные устройства - увеличенные тач-зоны */
@media (max-width: 767px) {
  .dropdown-menu.autocomplete .dropdown-item {
    padding: 14px 15px;
    min-height: 48px;
  }
}
.company-autocomplete-wrapper {
  position: relative;
}
.company-autocomplete-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 1000;
  background: #fff;
  border: 1px solid #CED3DD;
  border-radius: 4px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
  max-height: 300px;
  overflow-y: auto;
  display: none;
}
.company-autocomplete-dropdown.show {
  display: block;
}
.company-autocomplete-dropdown .dropdown-item {
  display: flex;
  flex-direction: column;
  padding: 10px 15px;
  border: none;
  background: transparent;
  width: 100%;
  text-align: left;
  cursor: pointer;
}
.company-autocomplete-dropdown .dropdown-item:hover,
.company-autocomplete-dropdown .dropdown-item:focus {
  background-color: #f5f7fa;
}
.company-autocomplete-item {
  display: flex;
  flex-direction: column;
}
.company-autocomplete-item strong {
  font-size: 14px;
  color: #0C2B5A;
  margin-bottom: 2px;
}
.company-autocomplete-meta {
  font-size: 12px;
  color: #666;
}

.checkbox {
  display: flex;
  align-items: center;
  cursor: pointer;
  flex-wrap: wrap;
}
.checkbox-wrap {
  margin: 23px 0;
}
.checkbox-terms {
  margin: 5px 0;
}
.checkbox-terms a {
  color: #0C2B5A;
}
.checkbox input {
  display: none;
}
.checkbox input + i {
  background-color: #FFFFFF;
  border: 1px solid #CED3DD;
  border-radius: 4px;
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  background-size: 12px;
  background-repeat: no-repeat;
  background-position: top 4px left 4px;
}
.checkbox input:checked + i {
  background-image: url("../img/checkbox.svg");
}
.checkbox span {
  font-size: 16px;
  line-height: 19px;
  margin-left: 12px;
}
@media (max-width: 991px) {
  .checkbox span {
    flex: 1 0 50%;
  }
}
.checkbox.has-error i {
  border: 1px solid #f00;
}

.payment-info {
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(37, 77, 139, 0.5);
}
.payment-info__title {
  font-weight: bold;
  font-size: 20px;
  line-height: 23px;
  margin: 16px 0;
  color: #254D8B;
}
.payment-info__list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.payment-info__item {
  padding-right: 20px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .payment-info__item {
    flex: 1 0 50%;
  }
}
.payment-info__item label {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.payment-info__item label input {
  display: none;
}
.payment-info__item label input + i {
  border: 1px solid #CED3DD;
  border-radius: 50%;
  display: block;
  height: 20px;
  width: 20px;
  flex: 0 0 20px;
  margin-right: 10px;
  position: relative;
}
.payment-info__item label input:checked + i {
  border: 2px solid #254D8B;
}
.payment-info__item label input:checked + i:after {
  content: '';
  width: 10px;
  height: 10px;
  background-color: #254D8B;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
}
.payment-info__item label img {
  width: auto;
  height: 30px;
}
@media (max-width: 420px) {
  .payment-info__item label img {
    height: auto;
    max-width: 80px;
  }
}

.validation-error {
  margin: 10px 0;
}

@media (max-width: 991px) {
  #checkout-error {
    order: 1;
  }
}

.validation-error, #checkout-error {
  color: #f00;
  flex: 0 0 100%;
}

.order-footer {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}

.order-total {
  font-size: 20px;
  line-height: 23px;
  color: #254D8B;
  display: flex;
  align-items: center;
  padding: 0;
  flex: 0 1 auto;
}
.cart-has-alcohol .order-total {
  flex: 0 0 35%;
  padding-right: 20px;
}
@media (max-width: 991px) {
  .cart-has-alcohol .order-total {
    flex: 0 0 100%;
    padding: 0;
  }
}
@media (max-width: 991px) {
  .order-total {
    padding-right: 0;
    font-size: 30px;
    line-height: 35px;
    width: 100%;
    margin: 15px 0;
    flex: 0 0 100%;
  }
}
.order-total span {
  font-weight: bold;
  margin-left: 8px;
}

.terms {
  flex: 0 1 auto;
}
.cart-has-alcohol .terms {
  flex: 1 0 50%;
}
@media (max-width: 991px) {
  .cart-has-alcohol .terms {
    flex: 0 0 100%;
  }
}
@media (max-width: 991px) {
  .terms {
    width: 100%;
    margin: 15px 0;
    flex: 0 0 100%;
  }
}

.terms-page h1 {
  font-weight: 900;
  font-size: 36px;
  line-height: 42px;
  text-align: center;
  color: #254D8B;
  margin-bottom: 40px;
}
.terms-page h2 {
  font-weight: bold;
  font-size: 20px;
  line-height: 169.7%;
  text-align: justify;
  color: #0C2B5A;
}
.terms-page h3 {
  font-weight: bold;
  font-size: 20px;
  line-height: 169.7%;
  text-align: justify;
  color: #0C2B5A;
}
.terms-page p {
  font-size: 16px;
  line-height: 169.7%;
  text-align: justify;
  color: #0C2B5A;
}

.make-order {
  padding: 0;
  flex: 0 1 auto;
}
.cart-has-alcohol .make-order {
  flex: 0 0 35%;
  padding-right: 20px;
}
@media (max-width: 991px) {
  .cart-has-alcohol .make-order {
    flex: 0 0 100%;
    padding-right: 0;
  }
}
@media (max-width: 991px) {
  .make-order {
    padding-right: 0;
    flex: 0 0 100%;
    order: 1;
    width: 100%;
    margin: 15px 0;
  }
}

.alcohol {
  flex: 1 0 50%;
}
@media (max-width: 991px) {
  .alcohol {
    flex: 0 0 100%;
  }
}

.button-order {
  padding: 15px 34px;
  background-color: #ffce45;
  border-color: #ffce45;
}
.button-order img {
  margin-left: 8px;
  transition: 0.25s all linear;
}
.button-order:hover {
  background-color: transparent;
}
.button-order:hover img {
  transform: translateX(5px);
}

.success-message {
  color: #FFCE45;
  font-size: 22px;
  line-height: 1.3;
  text-transform: uppercase;
  text-align: center;
}

@keyframes pulse {
  0% {
    width: 50%;
    height: 50%;
    opacity: 0;
  }
  50% {
    width: 100%;
    height: 100%;
    opacity: 1;
  }
  100% {
    width: 180%;
    height: 180%;
    opacity: 0;
  }
}
.fixed-cart {
  position: fixed;
  top: 26px;
  right: 26px;
  display: none;
  cursor: pointer;
  z-index: 3;
}
@media (max-width: 991px) {
  .fixed-cart {
    display: none !important;
  }
}
.fixed-cart__count {
  position: absolute;
  font-weight: bold;
  font-size: 12px;
  line-height: 14px;
  width: 20px;
  height: 20px;
  top: 8px;
  right: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #FFCE45;
  border-radius: 50%;
  letter-spacing: 0.05em;
  color: #FFFFFF;
}
.fixed-cart__inner {
  position: relative;
  width: 52px;
  height: 52px;
  background-color: #254D8B;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.fixed-cart__inner > img {
  transform: translateX(-2px);
}
.fixed-cart__inner:after {
  opacity: 0;
  content: '';
  width: 50%;
  position: absolute;
  height: 50%;
  display: block;
  border-radius: 50%;
  border: 1px solid rgba(37, 77, 139, 0.4);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.fixed-cart__inner:before {
  opacity: 0;
  content: '';
  width: 50%;
  position: absolute;
  height: 50%;
  display: block;
  border-radius: 50%;
  border: 1px solid rgba(37, 77, 139, 0.4);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.fixed-cart__inner.added:after {
  animation: 1s pulse forwards linear;
}
.fixed-cart__inner.added:before {
  animation: 1s pulse 0.5s forwards linear;
}

.head-lines {
  position: absolute;
  left: -558px;
  top: -512px;
  width: 1243px;
  height: 1243px;
}
.head-lines span {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.menu-lines {
  position: absolute;
  left: -358px;
  top: 400px;
  width: 856px;
  height: 856px;
  z-index: -1;
}
@media (max-width: 991px) {
  .menu-lines {
    display: none;
  }
}
.menu-lines span {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.about-lines {
  position: absolute;
  right: -100px;
  top: -100px;
  width: 856px;
  height: 856px;
  z-index: -1;
}
@media (max-width: 991px) {
  .about-lines {
    display: none;
  }
}
.about-lines span {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.banner-lines {
  position: absolute;
  width: 856px;
  height: 856px;
  top: -115px;
  right: 135px;
}
.banner-lines span {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.formLoader {
  overflow: hidden;
  position: fixed;
  width: 50%;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.7);
}
@media (max-width: 767px) {
  .formLoader {
    width: 100%;
  }
}

.formLoader ul {
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 999999;
  margin: 0;
}

@keyframes preload {
  0% {
    background: #ed7c00;
    opacity: 1;
  }
  50% {
    background: #fff;
    opacity: 0.5;
  }
  100% {
    background: #ed7c00;
    opacity: 1;
  }
}
.formLoader .formLoading {
  display: block;
  height: 14px;
  margin: 0 auto;
  top: 50%;
  left: 100%;
  transform: translate(-50%, -50%);
  position: absolute;
  width: 100%;
  padding: 0;
}

.formLoader .formLoading li {
  background: #fff;
  opacity: 0.5;
  display: block;
  float: left;
  width: 12px;
  height: 12px;
  border: 1px solid #ed7c00;
  line-height: 12px;
  padding: 0;
  position: relative;
  margin: 0 0 0 4px;
  animation: preload 1s infinite;
  top: -50%;
  border-radius: 50%;
}

.formLoader .formLoading li:first-child {
  margin-left: 0;
}

.formLoader .formLoading li:nth-child(2) {
  animation-delay: 0.15s;
}

.formLoader .formLoading li:nth-child(3) {
  animation-delay: 0.3s;
}

.formLoader.formLoader-complete {
  opacity: 0;
  visibility: hidden;
  transition-duration: 1s;
}

#cart-checkout {
  flex: 1;
}

#checkout-form {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.text-center {
  text-align: center;
}

.thanks-page {
  margin: 150px 0;
  position: relative;
  z-index: 1;
}
@media (max-width: 991px) {
  .thanks-page {
    margin: 40px 0;
    text-align: center;
  }
}
.thanks-page__title {
  font-weight: 900;
  font-size: 36px;
  line-height: 42px;
  color: #254D8B;
  margin: 29px 0;
}
.thanks-page__list {
  margin-bottom: 34px;
}
.thanks-page__list li {
  font-size: 22px;
  line-height: 26px;
  color: rgba(12, 43, 90, 0.8);
  margin-bottom: 20px;
  background-image: url("../img/checkbox-yellow.svg");
  background-size: 23px 20px;
  padding-left: 41px;
  background-position: left center;
  background-repeat: no-repeat;
}
@media (max-width: 991px) {
  .thanks-page__list li {
    text-align: left;
  }
}
.thanks-page__list li b {
  font-weight: 900;
  font-size: 24px;
  line-height: 28px;
}
.thanks-page__action {
  margin-bottom: 29px;
}

.terms-page {
  position: relative;
  z-index: 1;
  margin: 60px auto;
  max-width: 600px;
}
@media (max-width: 991px) {
  .terms-page {
    margin: 40px 0;
  }
}
.terms-page__title {
  font-weight: 900;
  font-size: 36px;
  line-height: 42px;
  text-align: center;
  color: #254D8B;
  margin-bottom: 40px;
}
.terms-page__content {
  font-size: 20px;
  line-height: 169.7%;
  text-align: justify;
  color: #0C2B5A;
}

.error-page {
  position: relative;
  z-index: 1;
  margin: 130px 0;
}
.error-page__title {
  font-weight: 900;
  font-size: 36px;
  line-height: 42px;
  color: #254D8B;
  margin-bottom: 20px;
}
.error-page__subtitle {
  font-size: 22px;
  line-height: 160%;
  color: #0C2B5A;
  opacity: 0.8;
  margin-bottom: 40px;
}
.error-page__content-col {
  padding-left: 222px;
}

.mobile-navigate {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 3;
  background: #FFFFFF;
  box-shadow: 0px -2px 1px rgba(0, 0, 0, 0.04);
}
@media (min-width: 991px) {
  .mobile-navigate {
    display: none;
  }
}
.mobile-navigate__list {
  display: flex;
  align-items: center;
}
.mobile-navigate__cart figure {
  position: relative;
}
.mobile-navigate__cart figure i {
  position: absolute;
  font-weight: bold;
  font-size: 11px;
  right: -7px;
  top: -5px;
  border-radius: 50%;
  line-height: 14px;
  letter-spacing: 0.05em;
  background-color: #ffce45;
  color: #0C2B5A;
  width: 18px;
  height: 19px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mobile-navigate__item {
  flex: 0 0 33.3334%;
  text-align: center;
  margin: 10px 0;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  height: 47px;
  justify-content: space-between;
  align-items: center;
}
.mobile-navigate__item > a,
.mobile-navigate__item > button {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  text-decoration: none;
  height: 100%;
  width: 100%;
  align-items: center;
  padding: 0;
  border: none;
  background: transparent;
  font: inherit;
  cursor: pointer;
}
.mobile-navigate__item .menu-icon {
  height: 18px;
  transform: translateY(6px);
}
.mobile-navigate__item:last-child {
  border-right: none;
}
.mobile-navigate__item img {
  height: auto;
  margin-bottom: 7px;
}
.mobile-navigate__item span {
  font-size: 12px;
  line-height: 122.6%;
  color: #0C2B5A;
}

@media (max-width: 767px) {
  #cart-items-table tr {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: flex-end;
    align-items: center;
    border-bottom: 1px solid rgba(37, 77, 139, 0.1);
  }
  #cart-items-table tr th {
    flex: 0 0 33.3334%;
    text-align: center;
  }
  #cart-items-table tr th:first-child {
    text-align: left;
  }
  #cart-items-table tr td {
    flex: 0 0 33.3334%;
  }
  #cart-items-table tr td .order__item {
    display: flex;
  }
  #cart-items-table tr td .order__item i {
    flex: 0 0 27px;
    height: 27px;
    line-height: 27px;
    margin-right: 4px;
  }
  #cart-items-table tr td:first-child {
    flex: 1 1 100%;
  }
  #cart-items-table tr td .price {
    font-weight: bold;
  }
}

[data-category-wrapper="13"] .menu-group__item {
  flex: 0 0 100%;
}

.order__item span + span {
  font-size: 12px;
  display: block;
}
@media (max-width: 767px) {
  .order__item span + span {
    margin-left: 7px;
  }
}

.offline-working-hours {
  display: flex;
}
.offline-working-hours ul {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  width: 100%;
}
.offline-working-hours ul li {
  display: flex;
  color: #fff;
  margin-bottom: 8px;
}
.offline-working-hours ul li:last-child {
  margin-bottom: 0;
}
.offline-working-hours ul li span {
  flex: 0 1 41px;
  margin-right: 15px;
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
}
.offline-working-hours ul li p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  flex-grow: 1;
  flex-shrink: 0;
}

.offline-working-hours-box {
  display: flex;
  justify-content: center;
}
@media (max-width: 576px) {
  .offline-working-hours-box {
    margin-bottom: 40px;
  }
}

.offline-working-hours-inner {
  flex-direction: column;
  border: 1px solid #fff;
  border-radius: 4px;
  padding: 24px;
}

.offline-working-hours-title {
  margin-bottom: 17px;
  font-size: 22px;
  line-height: 23px;
  font-weight: 700;
  color: #fff;
}

.checkbox-terms .validation-error {
  display: none;
}

.tooltip {
  background-color: #254D8B;
  position: absolute;
  top: -33px;
  right: 0;
  color: #fff;
  padding: 4px 6px 3px;
  border-radius: 10px;
  align-items: center;
  display: none;
}
.tooltip:before {
  content: '';
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #254D8B;
  right: 11px;
  bottom: -5px;
  position: absolute;
}
.tooltip img {
  width: 16px;
  display: block;
}
.tooltip span {
  display: flex;
  align-items: center;
}
.tooltip i {
  margin-left: 4px;
  line-height: 18px;
  font-size: 14px;
}

.book-table {
  margin-right: 80px;
}
@media (max-width: 1270px) {
  .book-table {
    margin-right: 10px;
  }
}
@media (max-width: 767px) {
  .book-table {
    margin-right: 5px;
  }
}
@media (max-width: 767px) {
  .book-table .button {
    font-size: 13px;
    min-width: auto;
    padding: 10px 10px;
  }
}

.restaurant-bar {
  display: block;
  padding-right: 10px;
}

@media (max-width: 991px) {
  .restaurant-bar {
    display: none;
  }
}

.book-table {
  display: block;
}

.info-bars-container {
  display: grid;
}

#menu .info-bars-container {
  display: none;
  margin-top: 10px;
}

@media (max-width: 991px) {
  #menu .info-bars-container {
    display: grid;
  }
}

.info-bar-pirita,
.info-bar-peetri {
  grid-row: 1;
  grid-column: 1;
  display: flex !important;
  transition: opacity 0.2s ease;
}

.info-bar-pirita {
  visibility: visible;
  opacity: 1;
}

.info-bar-peetri {
  visibility: hidden;
  opacity: 0;
}

@media (min-width: 991px) {
  .book-table {
    display: none;
  }
}

/* Mobile Restaurant Dropdown */
.mobile-restaurant-dropdown {
  position: relative;
  display: inline-block;
}
.mobile-restaurant-dropdown__trigger {
  display: flex;
  align-items: center;
  gap: 6px;
  background-color: #ffce45;
  color: #0C2B5A;
  border: 1px solid #ffce45;
  border-radius: 4px;
  padding: 8px 12px;
  cursor: pointer;
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  transition: background 0.18s, box-shadow 0.18s;
  white-space: nowrap;
  max-width: 200px;
}
@media (max-width: 374px) {
  .mobile-restaurant-dropdown__trigger {
    max-width: 160px;
    font-size: 11px;
    padding: 6px 8px;
    gap: 4px;
  }
}
.mobile-restaurant-dropdown__trigger:hover {
  background-color: #f5c22e;
}
.mobile-restaurant-dropdown__current {
  font-weight: 600;
}
.mobile-restaurant-dropdown__time {
  font-size: 11px;
  opacity: 0.8;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 60px;
}
@media (max-width: 374px) {
  .mobile-restaurant-dropdown__time {
    font-size: 10px;
    max-width: 70px;
  }
}
.mobile-restaurant-dropdown__arrow {
  width: 10px;
  height: 10px;
  transition: transform 0.2s ease;
  margin-left: 2px;
}
.mobile-restaurant-dropdown.is-open .mobile-restaurant-dropdown__arrow {
  transform: rotate(180deg);
}
.mobile-restaurant-dropdown__menu {
  position: absolute;
  top: calc(100% + 5px);
  right: 0;
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  min-width: 180px;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s;
}
.mobile-restaurant-dropdown.is-open .mobile-restaurant-dropdown__menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.mobile-restaurant-dropdown__option {
  display: flex;
  flex-direction: column;
  padding: 12px 15px;
  cursor: pointer;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  transition: background 0.15s ease;
}
.mobile-restaurant-dropdown__option:last-child {
  border-bottom: none;
}
.mobile-restaurant-dropdown__option:hover {
  background: rgba(255, 206, 69, 0.15);
}
.mobile-restaurant-dropdown__option.is-selected {
  background: rgba(255, 206, 69, 0.25);
}
.mobile-restaurant-dropdown__name {
  font-size: 14px;
  font-weight: 600;
  color: #0C2B5A;
  text-transform: uppercase;
  margin-bottom: 3px;
}
.mobile-restaurant-dropdown__option-time {
  font-size: 12px;
  color: #666;
  display: flex;
  align-items: center;
  gap: 6px;
}
.mobile-restaurant-dropdown__status {
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 2px 6px;
  border-radius: 3px;
}
.mobile-restaurant-dropdown__status--open {
  background: #4CAF50;
  color: #fff;
}
.mobile-restaurant-dropdown__status--closed {
  background: #f44336;
  color: #fff;
}

.mobile-restaurant-dropdown__text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (max-width: 991px) {
  .info-bar-pirita, .info-bar-peetri {
    display: none !important;
  }

  #menu .info-bar-pirita, #menu .info-bar-peetri {
    display: flex !important;
    justify-content: center;
    padding: 0;
  }
}

@media (max-width: 600px) {
  #menu .info-bar-pirita, #menu .info-bar-peetri {
    display: flex !important;
    justify-content: center;
    flex-wrap: wrap;
    padding: 0;
  }

  #menu .info-bar .header-info-item {
    margin-bottom: 10px;
  }

  #menu .info-bar-pirita .header-info-item .header-info-item__caption > span,
  #menu .info-bar-peetri .header-info-item .header-info-item__caption > span {
    text-align: center;
  }
}

.kajakas-radio-group {
  display: inline-flex;
  border-radius: 2px;
  overflow: hidden;
  background: transparent;
}

.kajakas-radio-group input.btn-check {
  display: none;
}

.btn-kajakas {
  background-color: #ffce45;
  color: #0C2B5A;
  border: 1px solid #ffce45;
  white-space: nowrap;
  line-height: 122.6%;
  border-radius: 0;
  cursor: pointer;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 16px;
  padding: 15px 16px;
  transition: background 0.18s, color 0.18s, box-shadow 0.18s;
  box-shadow: 0 2px 8px 0 rgba(255, 220, 60, 0.14) inset;
}

.btn-kajakas.btn-small {
  padding: 10px 12px;
}

.btn-kajakas:first-of-type {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.btn-kajakas:last-of-type {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

input.btn-check:checked + .btn-kajakas {
  background-color: #254D8B;
  color: #fff;
  border: 1px solid #ffce45;
  box-shadow: 0 1px 12px 0 rgba(255, 214, 1, 0.25);
  z-index: 2;
}

.btn-kajakas:hover, .btn-kajakas:focus {
  background:  #254D8B;
  color: #fff;
  box-shadow: 0 2px 16px 0 rgba(255, 220, 60, 0.18) inset;
}

.menu-list__empty {
  width: 100%;
  text-align: center;
}

.offline-working-hours-box .kajakas-radio-group {
    margin-bottom: 15px;
}

.offline-working-hours-box .btn-kajakas.btn-small {
    padding: 5px 10px;
}

.offline-working-hours-box input.btn-check:checked + .btn-kajakas {
    font-weight: bold;
    text-decoration: underline;
}

/* GDPR Cookie Consent Modal */
.gdpr-cookie-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 20px;
}
@media (min-width: 768px) {
  .gdpr-cookie-modal {
    align-items: center;
  }
}
.gdpr-cookie-modal__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.gdpr-cookie-modal__content {
  position: relative;
  background: #fff;
  border-radius: 12px;
  padding: 24px;
  max-width: 480px;
  width: 100%;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
  max-height: 90vh;
  overflow-y: auto;
}
@media (max-width: 767px) {
  .gdpr-cookie-modal__content {
    padding: 20px;
    border-radius: 12px 12px 0 0;
    max-height: 80vh;
  }
}
.gdpr-cookie-modal__header {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
.gdpr-cookie-modal__header h3 {
  font-size: 20px;
  font-weight: 700;
  color: #0C2B5A;
  margin: 0;
}
.gdpr-cookie-modal__icon {
  width: 32px;
  height: 32px;
  margin-right: 12px;
}
.gdpr-cookie-modal__body {
  margin-bottom: 20px;
}
.gdpr-cookie-modal__body p {
  font-size: 14px;
  line-height: 1.6;
  color: #555;
  margin: 0 0 12px;
}
.gdpr-cookie-modal__body p:last-child {
  margin-bottom: 0;
}
.gdpr-cookie-modal__categories {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid #e5e5e5;
}
.gdpr-cookie-modal__footer {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
@media (max-width: 480px) {
  .gdpr-cookie-modal__footer {
    flex-direction: column-reverse;
  }
}
.gdpr-cookie-modal__btn {
  flex: 1;
  padding: 14px 20px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
  border: none;
  min-width: 140px;
}
@media (max-width: 480px) {
  .gdpr-cookie-modal__btn {
    width: 100%;
  }
}
.gdpr-cookie-modal__btn--primary {
  background: #ffce45;
  color: #0C2B5A;
}
.gdpr-cookie-modal__btn--primary:hover {
  background: #e6b52e;
}
.gdpr-cookie-modal__btn--secondary {
  background: transparent;
  color: #0C2B5A;
  border: 1px solid #CED3DD;
}
.gdpr-cookie-modal__btn--secondary:hover {
  background: #f5f7fa;
}
.gdpr-cookie-modal__link {
  margin-top: 16px;
  text-align: center;
}
.gdpr-cookie-modal__link a {
  font-size: 13px;
  color: #666;
  text-decoration: underline;
}
.gdpr-cookie-modal__link a:hover {
  color: #0C2B5A;
}
.gdpr-cookie-checkbox {
  display: flex;
  align-items: flex-start;
  margin-bottom: 12px;
  cursor: pointer;
}
.gdpr-cookie-checkbox:last-child {
  margin-bottom: 0;
}
.gdpr-cookie-checkbox input[type="checkbox"] {
  width: 18px;
  height: 18px;
  min-width: 18px;
  margin-right: 12px;
  margin-top: 2px;
  accent-color: #0C2B5A;
  cursor: pointer;
}
.gdpr-cookie-checkbox input[type="checkbox"]:disabled {
  opacity: 0.7;
  cursor: not-allowed;
}
.gdpr-cookie-checkbox__label {
  display: flex;
  flex-direction: column;
}
.gdpr-cookie-checkbox__label strong {
  font-size: 14px;
  font-weight: 600;
  color: #0C2B5A;
  margin-bottom: 2px;
}
.gdpr-cookie-checkbox__label small {
  font-size: 12px;
  color: #666;
  line-height: 1.4;
}
body.gdpr-modal-open {
  overflow: hidden;
}

.contact-phone-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99998;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
}
@media (max-width: 767px) {
  .contact-phone-modal {
    align-items: flex-end;
    padding: 0;
  }
}
.contact-phone-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(12, 20, 34, 0.62);
}
.contact-phone-modal__dialog {
  position: relative;
  width: 100%;
  max-width: 720px;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 24px 80px rgba(12, 43, 90, 0.24);
  padding: 40px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .contact-phone-modal__dialog {
    max-width: none;
    border-radius: 24px 24px 0 0;
    padding: 36px 20px 24px;
  }
}
.contact-phone-modal__close {
  position: absolute;
  top: 16px;
  right: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 50%;
  background: #F2F5FA;
  color: #0C2B5A;
  cursor: pointer;
  font-size: 28px;
  line-height: 1;
  transition: background 0.2s ease, transform 0.2s ease;
}
.contact-phone-modal__close:hover {
  background: #E4EBF5;
  transform: scale(1.03);
}
.contact-phone-modal__header {
  max-width: 520px;
  margin-bottom: 28px;
}
.contact-phone-modal__header h3 {
  font-size: 34px;
  line-height: 1.15;
  font-weight: 900;
  color: #0C2B5A;
  margin: 0 0 12px;
}
@media (max-width: 767px) {
  .contact-phone-modal__header h3 {
    font-size: 28px;
  }
}
.contact-phone-modal__header p {
  font-size: 18px;
  line-height: 1.5;
  color: rgba(12, 43, 90, 0.75);
  margin: 0;
}
@media (max-width: 767px) {
  .contact-phone-modal__header p {
    font-size: 16px;
  }
}
.contact-phone-modal__eyebrow {
  display: inline-block;
  margin-bottom: 14px;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(255, 206, 69, 0.22);
  color: #0C2B5A;
  font-size: 12px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.contact-phone-modal__list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}
@media (max-width: 767px) {
  .contact-phone-modal__list {
    grid-template-columns: 1fr;
  }
}
.contact-phone-modal__card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 220px;
  padding: 28px;
  border-radius: 22px;
  text-decoration: none;
  background: linear-gradient(180deg, #FFFFFF 0%, #F6F9FF 100%);
  border: 1px solid rgba(37, 77, 139, 0.14);
  box-shadow: 0 12px 32px rgba(12, 43, 90, 0.08);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}
.contact-phone-modal__card:hover,
.contact-phone-modal__card:focus {
  transform: translateY(-2px);
  box-shadow: 0 18px 40px rgba(12, 43, 90, 0.12);
  border-color: rgba(37, 77, 139, 0.28);
}
.contact-phone-modal__card.is-recommended {
  border-color: rgba(255, 206, 69, 0.95);
  box-shadow: 0 18px 44px rgba(255, 206, 69, 0.22);
  background: linear-gradient(180deg, #FFFDF5 0%, #F6F9FF 100%);
}
.contact-phone-modal__restaurant-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 16px;
}
.contact-phone-modal__restaurant {
  font-size: 15px;
  line-height: 1.4;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(12, 43, 90, 0.75);
  margin-bottom: 0;
}
.contact-phone-modal__badge {
  display: none;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(255, 206, 69, 0.22);
  color: #0C2B5A;
  font-size: 11px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  white-space: nowrap;
}
.contact-phone-modal__card.is-recommended .contact-phone-modal__badge {
  display: inline-flex;
}
.contact-phone-modal__phone {
  font-size: 34px;
  line-height: 1.1;
  font-weight: 900;
  color: #0C2B5A;
  word-break: break-word;
}
@media (max-width: 767px) {
  .contact-phone-modal__phone {
    font-size: 28px;
  }
}
.contact-phone-modal__address {
  margin-top: 12px;
  color: rgba(12, 43, 90, 0.8);
  font-size: 15px;
  line-height: 1.5;
}
.contact-phone-modal__hint {
  margin-top: 20px;
  color: #254D8B;
  font-size: 16px;
  line-height: 1.4;
  opacity: 0.72;
}
body.gdpr-modal-open,
body.contact-modal-open {
  overflow: hidden;
}
