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

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

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

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

.checkbox {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
  font-size: 12px;
  line-height: 18px;
  color: #535574;
  text-transform: uppercase;
  cursor: pointer; }

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

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

.checkbox input {
  display: none; }

.checkbox input:checked ~ .checkbox__checkbox::after {
  visibility: visible;
  opacity: 1;
  transition: .3s; }

.checkbox__checkbox {
  width: 24px;
  height: 24px;
  background: #E8E8EF;
  margin-right: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .3s; }

.checkbox__checkbox::after {
  content: '';
  width: 10px;
  height: 10px;
  background: #535574;
  visibility: hidden;
  opacity: 0;
  transition: .3s; }

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

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

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

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

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

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

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

/*------------------------------------*\
  TAG
\*------------------------------------*/

.tag {
  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;
  color: #535574;
  margin: 0 24px 16px 0;
  background: #E8E8EF;
  transition: .3s; }

.tag--active {
  background: #535574;
  color: #FFFFFF;
  transition: .3s; }

.tag svg {
  transform: rotate(180deg);
  transition: .3s; }

.tag--active svg {
  transform: rotate(0deg);
  transition: .3s; }

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

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

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

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

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

.tag__box--left {
  border-color: #D5D5E1 transparent transparent transparent;
  left: 0;
  top: 0; }

.tag__box--right {
  border-color: transparent #D5D5E1 transparent transparent;
  right: 0;
  bottom: 0; }

/*------------------------------------*\
  SORT
\*------------------------------------*/

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

.sort__title {
  font-weight: 600;
  margin-right: 24px; }

.sort__item {
  cursor: pointer;
  display: flex;
  align-items: center;
  opacity: .5;
  margin-right: 24px;
  transition: .3s; }

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

.sort__item:hover {
  opacity: 1;
  transition: .3s; }

.sort__filter {
  margin-left: auto;
  opacity: 1;
  display: none;
  cursor: pointer;
  align-items: center; }

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

.sort__filter svg {
  margin-left: 8px; }

.sort__item--active {
  opacity: 1;
  transition: .3s; }

.sort__item--up svg {
  transform: rotate(180deg);
  transition: .3s; }

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

.sort__item svg {
  margin-left: 8px;
  transition: .3s; }

/*------------------------------------*\
  RANGE
\*------------------------------------*/

.range {
  position: relative; }

.range__box {
  position: relative;
  display: inline-block;
  margin-right: 18px; }

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

.range__item {
  width: 92px;
  height: 24px;
  background: #E8E8EF;
  font-size: 12px;
  line-height: 18px;
  color: #535574;
  padding-left: 37px;
  transition: .3s; }

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

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

.range__label {
  position: absolute;
  font-size: 12px;
  color: #535574;
  top: 2px;
  bottom: 0;
  left: 20px;
  margin: auto;
  text-transform: lowercase; }

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

.range__slider {
  margin: 28px 0 34px 0; }

/*------------------------------------*\
  NOUI-SLIDER
\*------------------------------------*/

.noUi-target {
  border: none !important;
  height: 2px !important;
  padding: 0 12px !important; }

.noUi-connect {
  background: #535574 !important; }

.noUi-handle {
  border: none !important;
  border-radius: 100% !important;
  width: 24px !important;
  height: 24px !important;
  background: #E8E8EF !important;
  top: 0 !important;
  bottom: 0 !important;
  right: -12px !important;
  margin: auto !important;
  box-shadow: unset !important;
  transition: 0.3s !important; }

.noUi-handle:hover {
  background: #f3f3f8 !important;
  transition: 0.3s !important; }

.noUi-handle::before {
  content: none !important; }

.noUi-handle::after {
  content: none !important; }

/*------------------------------------*\
  FILTER
\*------------------------------------*/

.filter {
  position: relative; }

.filter__header {
  display: none;
  align-items: center;
  margin-bottom: 31px;
  cursor: pointer; }

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

.filter__header svg {
  margin-right: 16px; }

.filter__block {
  margin-bottom: 24px; }

.filter__block:first-of-type {
  height: 106px; }

.filter__title {
  font-weight: 600;
  margin-bottom: 16px; }

.filter__buttons {
  margin-top: 48px; }

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

/*------------------------------------*\
  RADIO
\*------------------------------------*/

.radio {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
  font-size: 12px;
  line-height: 18px;
  color: #535574;
  cursor: pointer; }

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

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

.radio input {
  display: none; }

.radio input:checked ~ .radio__checkbox::after {
  visibility: visible;
  opacity: 1;
  transition: .3s; }

.radio__checkbox {
  width: 24px;
  height: 24px;
  background: #E8E8EF;
  border-radius: 100%;
  margin-right: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .3s; }

.radio__checkbox::after {
  content: '';
  width: 10px;
  height: 10px;
  background: #535574;
  border-radius: 100%;
  visibility: hidden;
  opacity: 0;
  transition: .3s; }