.notebook {
  white-space: nowrap;
  overflow: hidden;
  background: transparent;
margin-top: 15px;
}

.notebook > input {
  display: none;
}

.notebook > input + label {
  display: inline-block;
  border: 3px double #cccccc;
  padding: 5px;
  cursor: pointer;
  position: relative;
  color: #252525;
  background: #e4e4e4;
  width: 152px;
  /* height: 54px; */
  text-align: center;
  margin: 0px 5px 0px 5px;
  text-transform: uppercase;
  font-family: 'Rubik';
  font-size: 150%;
}

.notebook > input + label:hover {
  color: #252525;
  background: #cccccc;
}

.notebook > input + label:last-of-type::after {
  display: block;
  background: #788ea7;
  width: 700px;
  content: "";
  position: absolute;
  bottom: 0px;
  left: 100%;
}

.notebook > input:checked + label {
  color: #000000;
    background: #b9ada4;
}

.notebook > input:checked + label:last-of-type::after {
  bottom: 0px;
}

.notebook > div {
  white-space: normal;
  display: none;
  /*border: 1px solid #cccccc;*/
  margin: 0px;
  padding: 20px;
  text-align: justify;
}

.notebook > input:nth-of-type(1):checked ~ div:nth-of-type(1),
.notebook > input:nth-of-type(2):checked ~ div:nth-of-type(2),
.notebook > input:nth-of-type(3):checked ~ div:nth-of-type(3),
.notebook > input:nth-of-type(4):checked ~ div:nth-of-type(4) {
  display: block;
}

.clan {
  width: 50px;
  height: 50px;
  background-size: cover;
}

.shop {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  -ms-grid-rows: 1fr;
      grid-template-rows: 1fr;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
}

.shop__title {
  font-family: 'Inter';
    font-size: 14px;
    text-align: center;
    color: #917e70;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 12px;
    margin-bottom: 5px;
    font-weight: 200;
}

.shop__title::before {
  content: '«';
  font-size: 16px;
}

.shop__title::after {
  content: '»';
  font-size: 16px;
}

.shop__band {
  color: #aa8a69;
  /* -webkit-text-stroke: 1px #000; */
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 900;
  font-size: 9px;
  /* -webkit-transform: rotate(
270deg
); */
  /* transform: rotate(
270deg
); */
  width: 30px;
  text-transform: uppercase;
  letter-spacing: -0.1px;
  text-align-last: justify;
}

.shop__subtitle {
  font-family: roboto;
  font-size: 14px;
  text-align: center;
  /* padding-top: 10px; */
  color: #000000;
  text-transform: lowercase;
  letter-spacing: 3px;
  word-spacing: 2px;
  line-height: 11px;
  font-weight: 900;
  margin-bottom: 10px;
}

.shop__textblock {
  width: 265px;
  margin-left: 10px;
}

.shop__text {
  font-family: roboto;
  font-size: 12px;
  /* border: 1px; */
  padding: 10px;
  overflow-y: scroll;
  max-height: 100px;
  color: #dadada;
  margin-bottom: 10px;
}

.shop__text p {color: #ff3333;
    font-size: 10px;
    line-height: 10px!important;
    padding: 0 0 0.5em 0!important;}

.shop__text::-webkit-scrollbar {
    width: 0px;
    height: 3px;
}

.shop__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.shop__content img {
  border-radius: 50%;
  background-color: #101010;
}

.shop__item {
  height: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  /* align-content: end; */
  background: linear-gradient(45deg, #c6c7d1, transparent);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 5px #ccc;
          box-shadow: 0px 0px 5px #ccc;
  -webkit-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;
}

.shop__item__text {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.shop__item:hover {
  background-color: #000;
  -webkit-box-shadow: 0px 0px 5px #9b9b9b;
          box-shadow: 0px 0px 5px #9b9b9b;
}

.shop__item:hover > .shop__hide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.shop__item:hover > .shop__content {
  display: none;
}

.shop__item-none {
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  /* align-content: end; */
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 5px;
  -webkit-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.shop .none {
  height: 100px;
}

.shop__hide {
  display: none;
  background-color: #101010;
  max-height: 90px;
  /* border-radius: 5px; */
  border: 1px solid #dadada;
  margin: 10px;
}

.shop__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.shop__column__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.shop__price {
  font-family: Playfair Display;
  font-size: 11px;
  letter-spacing: 1px;
  line-height: 11px;
  margin-bottom: 5px;
}

.shop__price_a {
  font-family: roboto;
  font-size: 20px;
  font-weight: 900;
  line-height: 27px;
  color: #1a1a1a;
  background-color: #dcdcdd;
  padding: 0 5px;
  border-radius: 5px;
  min-width: 70px;
  text-align: center;
}

.bands {
  -ms-grid-columns: 30px 1fr 1fr;
      grid-template-columns: 30px 1fr 1fr;
}

.b-80 {
  width: 80px;
}

.about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.about__text {
  font-size: 11px;
  font-family: arial;
  width: 650px;
  letter-spacing: 0.2px;
  padding: 0 10px;
  /* background-color: #dfdfdf; */
    text-transform: lowercase;
}

.about__text ul {
  -webkit-padding-start: 0px !important;
          padding-inline-start: 0px !important;
}

.about__text li {
  list-style: none;
  margin-bottom: 3px;
}

.about__text li::before {
  content: '>';
  color: #c8a1a4;
  font-size: 110%;
  top: 2px;
  position: relative;
  padding-right: 10px;
}

.bank {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1.2fr;
      grid-template-columns: 1fr 1.2fr;
  grid-row-gap: 25px;
  grid-column-gap: 25px;
  padding: 15px 100px;
  border: var(--main-border);
  margin: 0 6%;
/*border-radius: 20px;*/
}

.bank__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.bank__title {
  font-family: roboto;
  font-size: 14px;
  text-align: center;
  color: #000000;
  text-transform: lowercase;
  letter-spacing: 3px;
  word-spacing: 2px;
  line-height: 10px;
  font-weight: 900;
  width: 100%;
}

.bank__list {
  color: #000;
  line-height: 15px;
  font-family: arial;
  letter-spacing: 0.2px;
  text-transform: lowercase;
}

.bank__wanted {
  border: var(--main-border);
  padding: 8px;
}

.gift {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (50px)[auto-fit];
      grid-template-columns: repeat(auto-fit, 50px);
  grid-row-gap: 25px;
  grid-column-gap: 25px;
  padding: 15px 100px;
  border: 1px solid #ccc6c3;
  margin: 0 6%;
border-radius: 20px;
}

.gift__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.gift__title {
  font-family: roboto;
  font-size: 10px;
  text-align: center;
  /* padding-top: 10px; */
  color: #000000;
  text-transform: lowercase;
  letter-spacing: 2px;
  word-spacing: 2px;
  line-height: 10px;
  font-weight: 900;
  margin-bottom: 6px;
}

.gift__img {
  width: 40px;
  height: 40px;
}

.anti {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
      grid-template-columns: repeat(4, 1fr);
  grid-row-gap: 15px;
  grid-column-gap: 15px;
}

.anti__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /*min-height: 55px;*/
  background: linear-gradient(45deg, #c6c7d1, transparent);
  border-radius: 5px;
  padding: 10px;
  -webkit-box-shadow: 0px 0px 5px #ccc;
          box-shadow: 0px 0px 5px #ccc;
}

.anti__item-text {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.anti__item:last-child {
  min-height: auto;
}

.anti__title {
  font-family: roboto;
  font-size: 14px;
  text-align: center;
  margin-top: 5px;
  color: #000000;
  text-transform: lowercase;
  letter-spacing: 2px;
  word-spacing: 2px;
  line-height: 10px;
  font-weight: 900;
  margin-bottom: 6px;
}

.anti__text {
  font-family: roboto;
  font-size: 11px;
  max-height: 100px;
  color: #101010;
  line-height: 11px;
  text-transform: lowercase;
}

.anti__price {
  font-family: roboto;
  font-size: 20px;
  font-weight: 900;
  line-height: 20px;
  color: #1a1a1a;
  padding: 6px;
  min-width: 50px;
  text-align: center;
  border: var(--main-border);
  /* margin-bottom: 15px; */
  margin: 0 6% 15px 6%;
border-radius: var(--main-bord-radius);
}

.anti__price:not(:first-child) {
  margin: 20px 6% 15px 6%;
}