@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; }

.breadcrumbs {
  margin: 24px 0;
  display: flex;
  align-items: center; }

.breadcrumbs__item {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #B0B2C6;
  transition: .3s; }

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

.breadcrumbs__item svg {
  transition: .3s; }

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

.breadcrumbs__item:hover svg {
  fill: #535574;
  transition: .3s; }

.breadcrumbs__item--active {
  color: #535574; }

.breadcrumbs__separator {
  margin: 0 24px;
  color: #B0B2C6; }

.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; }

.badge {
  width: 92px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  line-height: 18px;
  margin-right: 10px; }

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

.badge--light {
  background: #E8E8EF;
  color: #535574; }

.badge--dark {
  background: #535574;
  color: white; }

.badge--green {
  background: #0f6e31;
  color: white; }

.category {
  position: relative;
  background: white;
  box-shadow: 0px 4px 24px rgba(83, 85, 116, 0.2);
  padding: 0 32px;
  display: flex;
  min-height: 573px; }

.category--account {
  min-height: 507px; }

.category--product {
  margin-top: 40px; }

.category__content {
  flex: 1;
  margin-right: 24px; }

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

.category__list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 8px;
  max-height: 800px;
  transition: .3s; }

.category__list--hidden {
  max-height: 0;
  visibility: hidden;
  opacity: 0;
  transition: .3s; }

.category__header {
  padding: 32px 0 24px 0; }

.category__title {
  font-size: 18px;
  line-height: 27px;
  font-weight: 900;
  text-transform: uppercase; }

.category__stress {
  color: #006E31; }

.category__body {
  position: relative; }

.category__body--hidden {
  display: none; }

.category__footer {
  padding: 30px 0 32px 0;
  border-top: 1px solid #D5D5E1; }

.category__footer--flex {
  display: flex;
  align-items: center;
  justify-content: space-between; }

.category__summ {
  font-size: 24px;
  line-height: 36px;
  font-weight: 600; }

.category__order {
  color: #535574;
  font-style: italic; }

.category__side {
  width: 240px;
  padding-left: 32px;
  margin: 32px 0;
  border-left: 1px solid #D5D5E1; }

.category__policy {
  font-size: 12px;
  line-height: 18px;
  color: #535574;
  margin: -8px 0 32px 0; }

.product-list {
  position: relative;
  display: flex;
  padding: 32px 52px 32px 0;
  border-top: 1px solid #D5D5E1; }

.product-list__imgbox {
  width: 152px;
  height: 152px;
  margin-right: 24px;
  position: relative;
  background: #E8E8EF; }

.product-list__img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  position: relative;
  z-index: 1; }

.product-list__content {
  display: flex;
  flex-direction: column;
  justify-content: center; }

.product-list__icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto; }

.product-list__title {
  font-weight: 600;
  color: #535574;
  margin-bottom: 16px; }

.product-list__title--empty {
  margin-bottom: 8px; }

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

.product-list__char--empty {
  margin-bottom: 16px; }

.product-list__char--last {
  margin-bottom: 18px; }

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

.product-list__value {
  font-size: 12px;
  line-height: 18px;
  font-weight: 600;
  margin-left: 6px; }

.product-list__flex {
  display: flex;
  align-items: center; }

.product-list__badges {
  display: flex;
  align-items: center;
  margin-top: 18px; }

.product-list__col {
  flex: 1; }

.product-list__col2 {
  width: 130px;
  margin-left: 24px; }

.product-list__prices {
  display: flex;
  align-items: center;
  margin-bottom: 16px; }

.product-list__price {
  font-weight: 600;
  white-space: nowrap; }

.product-list__priceold {
  font-size: 12px;
  line-height: 18px;
  color: #B7B8CB;
  margin-left: 16px;
  text-decoration: line-through;
  white-space: nowrap; }

.product-list__button {
  margin-top: 30px; }

.product-list__link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: none; }

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

.stock--panel {
  margin-bottom: 16px; }

.stock--none {
  color: #FE3B30; }

.stock--available {
  color: #006E31; }

.stock--low {
  color: #FF9900; }

.quantity {
  display: flex;
  align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content; }

.quantity__button {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background: #E8E8EF;
  transition: .3s; }

.quantity__button:hover {
  background: rgba(232, 232, 239, 0.5);
  transition: .3s; }

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

.quantity__button--minus {
  border-right: 1px solid #B0B2C6; }

.quantity__button--plus {
  border-left: 1px solid #B0B2C6; }

.quantity__count {
  width: 46px;
  height: 24px;
  font-size: 12px;
  line-height: 18px;
  background: #E8E8EF;
  color: #535574;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none; }

.button {
  width: 208px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: linear-gradient(135deg, transparent 10px, white 10px, white 167px, transparent 0px);
  font-weight: 900;
  font-size: 14px;
  line-height: 14px;
  padding: 0 16px;
  text-transform: uppercase;
  cursor: pointer;
  position: relative;
  z-index: 1;
  transition: .3s; }

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

.button--green {
  background: linear-gradient(135deg, transparent 10px, #006E31 10px, #006E31 167px, transparent 0px);
  color: white; }

.button--green:disabled {
  opacity: 0.5;
  pointer-events: none;
  cursor: auto; }

.button--blue {
  background: linear-gradient(135deg, transparent 10px, #535574 10px, #535574 167px, transparent 0px);
  color: white; }

.button--active {
  background: linear-gradient(135deg, transparent 10px, #404040 10px, #404040 167px, transparent 0px);
  transition: .3s; }

.button--active .button__content {
  visibility: hidden;
  opacity: 0; }

.button--active .button__content--hidden {
  visibility: visible;
  opacity: 1; }

.button--active > * {
  pointer-events: initial; }

.button--disabled {
  background: linear-gradient(135deg, transparent 10px, #F2F2F2 10px, #F2F2F2 167px, transparent 0px);
  pointer-events: none;
  color: #CCCCCC; }

.button--disabled path {
  fill: #CCCCCC; }

.button__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  transition: .3s; }

.button__content--hidden {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 16px;
  height: 100%;
  color: white;
  visibility: hidden;
  opacity: 0; }

.button-action {
  position: relative;
  display: flex;
  align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer; }

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

.button-action__text1 {
  position: relative;
  margin-right: 12px;
  border-bottom: 1px solid rgba(83, 85, 116, 0.5);
  transition: .3s; }

.button-action__text2 {
  position: absolute;
  left: 0;
  margin-right: 12px;
  border-bottom: 1px solid rgba(83, 85, 116, 0.5);
  visibility: hidden;
  opacity: 0;
  transition: .3s; }

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

.button-action:hover .button-action__text1:before {
  width: 100%;
  left: 0;
  background: #006E31; }

.button-action:hover .button-action__text1 {
  transition: .3s; }

.button-action__icon1 {
  transition: .3s; }

.button-action__icon2 {
  position: absolute;
  right: 0;
  visibility: hidden;
  opacity: 0;
  transition: .3s; }

.button-action--cross {
  pointer-events: none; }

.button-action--cross .button-action__text1 {
  position: absolute;
  left: 0;
  margin-right: 12px;
  border-bottom: 1px solid rgba(83, 85, 116, 0.5);
  visibility: hidden;
  opacity: 0;
  transition: .3s; }

.button-action--cross .button-action__text2 {
  position: relative;
  visibility: visible;
  opacity: 1;
  margin-right: 12px;
  border-bottom: 1px solid rgba(83, 85, 116, 0.5);
  transition: .3s; }

.button-action--cross .button-action__icon1 {
  position: absolute;
  right: 0;
  visibility: hidden;
  opacity: 0;
  transition: .3s; }

.button-action--cross .button-action__icon2 {
  position: initial;
  visibility: visible;
  opacity: 1;
  transition: .3s; }

.button-action--active > * {
  pointer-events: initial; }

.button-action--active .button-action__content {
  visibility: hidden;
  opacity: 0; }

.button-action--active .button-action__content--hidden {
  visibility: visible;
  opacity: 1; }

.button-action__content {
  position: relative;
  display: flex;
  align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
  transition: .3s; }

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

.button-action__content--hidden {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: .3s; }

.button-action__text {
  position: relative;
  margin-right: 12px;
  border-bottom: 1px solid rgba(83, 85, 116, 0.5);
  white-space: nowrap; }

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

.button-action:hover .button-action__text:before {
  width: 100%;
  left: 0;
  background: #006E31;
  transition: .3s; }

.button-text {
  position: relative;
  display: inline-block;
  border-bottom: 1px solid rgba(83, 85, 116, 0.5);
  cursor: pointer;
  transition: .3s; }

.button-text--blue {
  color: #535574; }

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

.button-text:hover:before {
  width: 100%;
  left: 0;
  background: #006E31; }

.button-text:hover {
  transition: .3s; }

.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; }

.panel {
  position: -webkit-sticky;
  position: sticky;
  top: 32px; }

.panel__imgbox {
  width: 208px;
  height: 208px;
  margin-bottom: 24px;
  position: relative; }

.panel__img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  position: relative;
  z-index: 1; }

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

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

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

.panel__title {
  font-weight: 900;
  text-transform: uppercase; }

.panel__title--sku {
  color: #006E31;
  margin-bottom: 16px; }

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

.panel__key {
  font-size: 12px;
  line-height: 18px;
  margin-right: 6px; }

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

.panel__prices {
  margin: 16px 0 8px 0;
  display: flex;
  align-items: center; }

.panel__price {
  font-weight: 600; }

.panel__oldprice {
  font-size: 12px;
  line-height: 18px;
  color: #B7B8CB;
  text-decoration: line-through;
  margin-left: 16px; }

.panel__buttons {
  margin-top: 48px; }

.panel__buttons button:first-child {
  margin-bottom: 16px; }

.panel__claim {
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
  margin: 24px 0 16px 0; }

.panel__subclaim {
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 48px; }

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

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

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

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

.panel__content {
  flex: 1; }

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

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

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

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

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

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

.panel__logo {
  position: absolute;
  right: -32px;
  top: 72px;
  z-index: -1; }

/*------------------------------------*\
  PRODUCT
\*------------------------------------*/

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

.product__intro {
  display: flex;
  border-bottom: 1px solid #D5D5E1;
  margin: 0 24px 80px 24px;
  padding: 24px 8px; }

.product__imgbox {
  width: 456px;
  height: 456px;
  padding: 8px 0 16px 0;
  position: relative; }

.product__img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  position: relative;
  z-index: 1; }

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

.product__content {
  flex: 1;
  position: relative;
  margin-left: 40px;
  border-left: 1px solid #D5D5E1;
  padding: 8px 0 16px 40px; }

.product__title {
  font-size: 18px;
  line-height: 27px;
  font-weight: 900;
  text-transform: uppercase;
  margin: unset; }

.product__title--sku {
  color: #006E31; }

.product__badges {
  display: flex;
  align-items: center;
  margin: 8px 0 0 0; }

.product__prices {
  display: flex;
  align-items: center;
  margin: 48px 0 24px 0; }

.product__price {
  font-size: 24px;
  line-height: 36px;
  font-weight: 600; }

.product__priceold {
  color: #B7B8CB;
  text-decoration: line-through;
  margin-left: 16px; }

.product__flex {
  display: flex;
  align-items: center; }

.product__buy {
  margin-top: 24px; }

.product__claim {
  margin: 40px 0 8px 0; }

.product__tel {
  font-size: 18px;
  line-height: 27px;
  font-weight: 600;
  margin-bottom: 24px; }

.product__question {
  color: #585858;
  margin-right: 14px; }

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

.product__block {
  width: 730px;
  margin: auto;
  padding-bottom: 80px; }

.product__header {
  position: relative;
  margin-bottom: 60px; }

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

.product__stress {
  color: #006E31; }

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

.product__chars {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -120px -16px 0; }

.product__item {
  width: calc(50% - 120px);
  display: flex;
  align-items: center;
  margin: 0 120px 16px 0; }

.product__key {
  margin-right: 6px; }

.product__value {
  font-weight: 600; }

.product__text {
  font-size: 18px;
  line-height: 27px; }

.product__text p:first-of-type {
  margin-top: 0px; }

.product__text p:last-of-type {
  margin-bottom: 0px; }

.product__logo {
  position: absolute;
  right: -32px;
  top: 0;
  bottom: 0;
  margin: auto; }

.product__quantity {
  margin-right: 16px; }

.product__footer {
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid #D5D5E1;
  display: flex;
  align-items: center;
  justify-content: flex-end; }

.product__total {
  font-size: 24px;
  line-height: 36px;
  font-weight: 600;
  margin-left: 8px; }

.product__wrapper {
  overflow: hidden; }

.product a {
  display: inline;
  color: #006E31; }

/*------------------------------------*\
  PRODUCT-SUB
\*------------------------------------*/

.product-sub {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 8px;
  cursor: pointer; }

.product-sub__imgbox {
  width: 64px;
  height: 64px;
  margin-right: 16px; }

.product-sub__img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain; }

.product-sub__title {
  font-weight: 600;
  color: #535574;
  flex: 1;
  max-height: 48px;
  overflow: hidden; }

.product-sub__sku {
  font-size: 12px;
  line-height: 18px;
  margin-left: 24px; }

.product-sub__count {
  font-weight: 600;
  color: #404040;
  margin-left: 110px; }

.product-sub__link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1; }

.product-sub__link > * {
  pointer-events: none; }