@font-face {
  font-family: Bender;
  font-display: swap;
  src: url(/wa-apps/shop/themes/gbc/dist/fonts/Bender.otf);
  font-weight: 400; }

@font-face {
  font-family: Bender;
  font-display: swap;
  font-style: italic;
  src: url(/wa-apps/shop/themes/gbc/dist/fonts/Bender-Italic.otf);
  font-weight: 400; }

@font-face {
  font-family: Bender;
  font-display: swap;
  src: url(/wa-apps/shop/themes/gbc/dist/fonts/Bender-Bold.otf);
  font-weight: 600; }

@font-face {
  font-family: Bender;
  font-display: swap;
  src: url(/wa-apps/shop/themes/gbc/dist/fonts/Bender-Black.otf);
  font-weight: 900; }

* {
  outline: none;
  box-sizing: border-box; }

html {
  font-family: Bender;
  font-size: 16px;
  line-height: 24px;
  color: #404040;
  height: 100%; }

body {
  margin: 0;
  height: 100%; }

img {
  display: block;
  opacity: 0; }

img:not(.initial) {
  transition: opacity 1s; }

img.initial,
img.loaded,
img.error {
  opacity: 1; }

img:not([src]):not([srcset]) {
  visibility: hidden; }

button {
  background-color: unset;
  padding: unset;
  border: none;
  outline: none;
  font-family: Bender;
  color: #404040; }

input {
  border: none;
  padding: unset;
  outline: none;
  font-family: Bender;
  color: #404040;
  font-size: 16px;
  line-height: 24px; }

a {
  display: block;
  text-decoration: none;
  color: #404040; }

[v-cloak] {
  display: none; }

.container {
  background: #D5D5E1;
  min-width: 1024px !important;
  width: unset !important;
  padding: 0 !important; }

.container__flex {
  max-width: 1440px;
  display: flex;
  align-items: flex-start;
  padding: 40px 40px 90px 40px;
  margin: auto; }

.cursor {
  top: -17px;
  left: -17px;
  border-radius: 100%;
  width: 34px;
  height: 34px;
  background: transparent;
  position: absolute;
  z-index: 150;
  pointer-events: none; }

.counter {
  width: 18px;
  height: 18px;
  font-weight: 600;
  font-size: 12px;
  line-height: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FE3B30;
  color: white;
  border-radius: 50%;
  position: absolute;
  top: -3px;
  left: 25px;
  visibility: hidden;
  opacity: 0;
  transition: .3s; }

.counter--active {
  visibility: visible;
  opacity: 1;
  transition: .3s; }

#search {
  position: relative;
  margin-right: 24px;
  flex: 1;
  height: 40px; }

.cover {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  cursor: pointer;
  visibility: hidden;
  opacity: 0;
  transition: .3s; }

.cover--active {
  visibility: visible;
  z-index: 100;
  opacity: 1;
  transition: .3s; }

.menu {
  position: relative;
  background: #535574;
  width: 304px;
  color: white;
  padding: 0 0 32px 0;
  margin-right: 40px;
  z-index: 31; }

.menu--index {
  z-index: 101; }

.menu--active {
  width: 304px !important; }

.menu--active .menu__name {
  display: initial; }

.menu--active .menu__text {
  display: initial; }

.menu--active .menu__arrow {
  display: initial; }

.menu--active .menu__quote {
  visibility: visible;
  height: initial; }

.menu--active .menu__made {
  display: initial; }

.menu--active .menu__ru {
  display: none; }

.menu--active .menu__quad--type5 {
  display: initial; }

.menu--active .menu__header {
  padding-right: 32px; }

.menu__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 32px;
  margin-bottom: 30px;
  z-index: 1;
  position: relative; }

.menu__block {
  position: relative;
  width: 96px;
  height: 96px;
  display: flex;
  flex-wrap: wrap; }

.menu__logo {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto; }

.menu__logo > * {
  pointer-events: none; }

.menu__quad {
  width: 48px;
  height: 48px;
  border-style: solid;
  border-width: 48px 48px 0px 0px; }

.menu__quad--type1 {
  border-color: #B7B8CB #D5D5E1 transparent transparent; }

.menu__quad--type2 {
  border-color: #E8E8EF #D5D5E1  transparent transparent; }

.menu__quad--type3 {
  border-color: #E8E8EF #E8E8EF transparent transparent; }

.menu__quad--type4 {
  position: absolute;
  left: 0;
  top: 100%;
  border-color: #E8E8EF #535574  transparent transparent; }

.menu__quad--type5 {
  position: absolute;
  left: 96px;
  top: 0;
  border-color: #E8E8EF #535574  transparent transparent; }

.menu__title {
  font-size: 18px;
  line-height: 12px;
  font-weight: 600;
  margin-bottom: 8px;
  text-align: right; }

.menu__subtitle {
  font-size: 12px;
  line-height: 12px;
  font-weight: 600;
  text-align: right;
  color: #B0B2C6; }

.menu__quote {
  font-size: 12px;
  line-height: 18px;
  text-align: right;
  padding: 0 32px;
  margin-bottom: 30px;
  font-style: italic; }

.menu__item {
  position: relative;
  display: flex;
  align-items: center;
  border-top: 1px solid rgba(176, 178, 198, 0.1);
  height: 62px;
  padding: 15px 32px;
  font-weight: 600;
  cursor: pointer;
  color: white;
  transition: .3s; }

.menu__item:hover {
  width: 304px;
  background: #474866;
  transition: .3s; }

.menu__item:hover + div {
  border-top: 1px solid transparent;
  transition: .3s; }

.menu__item:hover + a {
  border-top: 1px solid transparent;
  transition: .3s; }

.menu__item:hover .menu__text {
  display: initial; }

.menu__item:hover .menu__arrow {
  display: initial; }

.menu__item > * {
  pointer-events: none; }

.menu__card {
  width: 250px;
  position: absolute;
  top: 0;
  left: 100%;
  background: white;
  z-index: 2;
  min-height: 100%;
  transition: .3s; }

.menu__card--hidden {
  visibility: hidden;
  opacity: 0;
  transition: .3s; }

.menu__cardhead {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 600;
  color: #404040;
  padding: 27px 32px 40px 32px; }

.menu__cardcontent {
  display: none; }

.menu__cardcontent--active {
  display: block; }

.menu__close {
  cursor: pointer; }

.menu__close > * {
  pointer-events: none; }

.menu__shadow {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 24px;
  background: linear-gradient(90deg, rgba(83, 85, 116, 0.2) 0%, rgba(83, 85, 116, 0) 100%); }

.menu__category {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #404040;
  padding: 8px 32px;
  white-space: nowrap;
  transition: .3s; }

.menu__category--light {
  color: rgba(64, 64, 64, 0.5);
  padding-top: 24px;
  margin-top: 16px;
  pointer-events: none;
  position: relative; }

.menu__category--light:after {
  content: '';
  height: 1px;
  width: calc(100% - 64px);
  position: absolute;
  top: 0;
  left: 32px;
  background: #B7B8CB; }

.menu__category:hover {
  color: #535574;
  transition: .3s; }

.menu__text {
  margin: 0 auto 0 16px; }

.menu__made {
  margin: 62px 0 0 32px; }

.menu__ru {
  margin: auto;
  margin-top: 68px;
  display: none; }

.header {
  display: flex;
  align-items: center;
  flex: 1; }

.header__box {
  position: relative; }

.header__box:hover .status {
  visibility: visible;
  opacity: 1;
  transition: .3s; }

.header__box:hover .manager {
  visibility: visible;
  opacity: 1;
  transition: .3s; }

.header__box:hover .header__arrow {
  transform: rotate(180deg);
  transition: .3s; }

.header__item {
  position: relative;
  display: flex;
  align-items: center;
  margin-right: 24px;
  cursor: pointer; }

.header__item > * {
  pointer-events: none; }

.header__item--last {
  margin-right: 0; }

.header__arrow {
  transition: .3s; }

.header__text {
  font-weight: 600;
  color: #535574;
  margin-right: 8px; }

.header__text--opposite {
  margin: 0 0 0 16px; }

.search {
  position: relative;
  height: 40px;
  margin-right: 24px;
  flex: 1;
  z-index: 30; }

.search--active {
  z-index: 101; }

.search__input {
  width: 100%;
  font-size: 12px;
  line-height: 18px;
  padding: 11px 20px 11px 45px; }

.search__input::-moz-placeholder {
  color: #404040; }

.search__input:-ms-input-placeholder {
  color: #404040; }

.search__input::-ms-input-placeholder {
  color: #404040; }

.search__input::placeholder {
  color: #404040; }

.search__zoom {
  position: absolute;
  left: 13px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 16px;
  height: 16px;
  cursor: pointer; }

.search__card {
  padding: 24px;
  width: 100%;
  position: absolute;
  z-index: 2;
  left: 0;
  top: calc(100% + 8px);
  background: white; }

.search__item {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
  position: relative; }

.search__imgbox {
  width: 64px;
  height: 64px;
  margin-right: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #E8E8EF; }

.search__img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  opacity: 1; }

.search__content {
  flex: 1; }

.search__name {
  color: #535574;
  font-weight: 600;
  max-height: 48px;
  overflow: hidden; }

.search__price {
  font-weight: 600;
  margin-top: 8px; }

.search__text {
  margin-top: 8px;
  font-size: 16px;
  line-height: 24px;
  cursor: pointer;
  transition: .3s; }

.search__text:hover {
  color: #535574;
  transition: .3s; }

.search__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.status {
  background: #FFFFFF;
  box-shadow: 0px 4px 24px rgba(83, 85, 116, 0.25);
  padding: 32px;
  width: 240px;
  position: absolute;
  top: calc(100% + 16px);
  z-index: 2;
  visibility: hidden;
  opacity: 0;
  transition: .3s; }

.status--opposite {
  right: 0; }

.status::before {
  content: '';
  height: 16px;
  width: 100%;
  background: transparent;
  position: absolute;
  bottom: 100%;
  left: 0; }

.status__header {
  border-bottom: 1px solid #D5D5E1;
  padding-bottom: 24px;
  margin-bottom: 24px; }

.status__header span {
  font-weight: 600; }

.status__item {
  margin-bottom: 16px;
  transition: .3s; }

.status__item:hover {
  color: #535574;
  transition: .3s; }

.status__stress {
  color: #FE3B30; }

.manager {
  position: absolute;
  top: calc(100% + 16px);
  z-index: 2;
  padding: 32px;
  box-shadow: 0px 4px 24px rgba(83, 85, 116, 0.25);
  background: white;
  visibility: hidden;
  opacity: 0;
  transition: .3s; }

.manager::before {
  content: '';
  height: 16px;
  width: 100%;
  background: transparent;
  position: absolute;
  bottom: 100%;
  left: 0; }

.manager__header {
  display: flex;
  align-items: center;
  margin-bottom: 26px; }

.manager__imgbox {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  margin-right: 16px; }

.manager__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover; }

.manager__available {
  width: 18px;
  height: 18px;
  border-radius: 100%;
  border: 2px solid white;
  background: #80C300;
  position: absolute;
  bottom: 0;
  right: 0; }

.manager__available--not {
  background: #FE3B30; }

.manager__icon {
  position: absolute;
  left: 0;
  top: 0; }

.manager__content {
  flex: 1; }

.manager__name {
  font-size: 14px;
  line-height: 21px;
  font-weight: 600; }

.manager__hours {
  font-size: 12px;
  line-height: 18px; }

.manager__item {
  display: flex;
  align-items: center;
  margin-bottom: 8px; }

.manager__item:last-of-type {
  margin-bottom: 32px; }

.manager__key {
  width: 52px;
  font-size: 12px;
  line-height: 18px;
  margin-right: 14px; }

.manager__value {
  font-size: 12px;
  line-height: 18px;
  font-weight: 600; }

.manager__logo {
  position: absolute;
  right: 0;
  bottom: -14px;
  z-index: -1; }

.back {
  display: flex;
  align-items: center;
  padding: 24px 0;
  cursor: pointer;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content; }

.back--full {
  width: 100%; }

.back > * {
  pointer-events: none; }

.back__flex {
  display: flex;
  align-items: center;
  position: relative; }

.back__title {
  font-size: 18px;
  line-height: 27px;
  font-weight: 900;
  text-transform: uppercase;
  color: #535574;
  margin: 0 auto 0 16px; }

.back__count {
  color: #535574;
  margin-left: auto; }

.post {
  background: white;
  box-shadow: 0px 4px 24px rgba(83, 85, 116, 0.2);
  padding: 64px 0 80px 0; }

.post__date {
  color: #B7B8CB;
  margin: 0 auto 32px auto;
  width: 730px; }

.post__header {
  position: relative;
  margin: 0 auto 42px auto;
  width: 730px; }

.post__title {
  font-weight: 900;
  font-size: 24px;
  line-height: 36px;
  margin: 0;
  text-transform: uppercase;
  position: relative;
  z-index: 1; }

.post__cover {
  font-size: 48px;
  line-height: 54px;
  font-weight: 600;
  color: #F2F2F2;
  position: absolute;
  left: -25px;
  top: 8px;
  text-transform: uppercase; }

.post__footer {
  display: flex;
  align-items: center;
  font-size: 18px;
  line-height: 27px;
  color: #B7B8CB;
  width: 730px;
  margin: 32px auto 0 auto; }

.post__footertext {
  margin-right: 16px; }

.post__social {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  margin-right: 8px;
  transition: .3s; }

.post__social:hover {
  opacity: .8;
  transition: .3s; }

.post__social:last-of-type {
  margin-right: 0; }

.post__content {
  font-size: 18px;
  line-height: 27px;
  width: 730px;
  margin: auto; }

.post__content h2 {
  font-size: 24px;
  line-height: 36px;
  font-weight: 900;
  margin: 40px 0 16px 0; }

.post__content p {
  margin: 0 0 24px 0; }

.post__content figure {
  position: relative;
  margin: 32px 0; }

.post__content figure:before {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  border-color: transparent white transparent transparent;
  border-style: solid;
  border-width: 62px 62px 0px 0px; }

.post__content figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  border-color: transparent transparent transparent white;
  border-style: solid;
  border-width: 0px 0px 62px 62px; }

.post__content > figure > img {
  width: 100%;
  opacity: 1; }

.post__content a {
  position: relative;
  display: inline-block;
  border-bottom: 1px solid rgba(83, 85, 116, 0.5); }

.post__content .post__social {
  border-bottom: none; }

.post__content .post__social::after {
  content: none; }

.post__content a::after {
  content: "";
  width: 0;
  height: 1px;
  position: absolute;
  bottom: -1px;
  right: 0;
  background: #006E31;
  transition: .3s; }

.post__content a:hover:after {
  width: 100%;
  left: 0;
  background: #006E31; }

.post__content a:hover {
  transition: .3s; }

.post__content ul {
  margin: 0 0 24px 0;
  padding-left: 46px; }

.post__content li {
  position: relative;
  margin-bottom: 8px;
  list-style: none; }

.post__content li:after {
  content: '';
  position: absolute;
  left: -22px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background: #006E31; }

.post__content li:last-of-type {
  margin-bottom: 0; }

.post__line {
  position: relative;
  width: 730px;
  height: 1px;
  margin: 10px auto 44px auto; }

.post__line:after {
  content: '';
  position: absolute;
  width: 80px;
  height: 1px;
  left: 0;
  top: 0;
  background: #B7B8CB; }

.post__quote {
  display: block;
  font-style: italic;
  font-size: 18px;
  line-height: 27px;
  padding-left: 18px;
  border-left: 2px solid #006E31;
  margin: 32px 0 !important; }

.post__grid {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 8px; }

.post__item {
  width: 275px;
  margin-right: 60px; }

.post__item--full {
  width: 100%;
  margin-right: 0; }

.post__key {
  color: rgba(64, 64, 64, 0.5);
  margin-bottom: 8px; }

.post__value {
  font-weight: 600;
  margin-bottom: 24px;
  border-bottom: unset !important;
  display: flex;
  align-items: center; }

.post__value::after {
  content: none !important; }

.post__button {
  display: flex !important;
  border-bottom: 1px solid #D5D5E1 !important; }

.post__button:after {
  content: unset !important; }

.post__button--map {
  position: absolute !important;
  right: 24px;
  bottom: 16px; }

.button-border {
  width: 208px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 900;
  font-size: 14px;
  line-height: 14px;
  padding: 0 16px;
  text-transform: uppercase;
  cursor: pointer;
  position: relative;
  z-index: 1;
  border: 1px solid #D5D5E1;
  background: white; }

.button-border--long {
  width: 252px; }

.button-border > * {
  pointer-events: none; }

.button-border__angle {
  height: 18px;
  width: 1px;
  background: #D5D5E1;
  position: absolute;
  transform: rotate(45deg); }

.button-border__angle--left {
  left: -1px;
  top: -6px;
  transform-origin: bottom; }

.button-border__angle--right {
  right: -1px;
  bottom: -6px;
  transform-origin: top; }

.button-border__box {
  width: 13px;
  height: 13px;
  border-style: solid;
  border-width: 13px 13px 0px 0px;
  position: absolute; }

.button-border__box--left {
  border-color: white transparent transparent transparent;
  left: -1px;
  top: -1px; }

.button-border__box--right {
  border-color: transparent white transparent transparent;
  right: -1px;
  bottom: -1px; }