@import url(../fonts/fonts.css);

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body {
  background: #000000;
}

main {
	padding-bottom: 80px;
}

html {
  scrollbar-gutter: stable;
}

p {
  font-family: Montserrat;
}

.container-full {
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
}

.container {
  max-width: 1178px;
  width: 100%;
  margin: 0 auto;
}

.header-img {
  max-width: 1920px;
  width: 100%;
  height: 902px;
  background-image: url(../img/main-img.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.title {
  font-family: Bebas Neue;
  color: #fff;
  font-weight: 700;
  font-size: 95px;
  line-height: 90%;
  text-transform: uppercase;
  text-align: center;
  background: linear-gradient(
    45deg,
    rgba(141, 141, 141, 1) 0%,
    rgba(179, 179, 179, 1) 10%,
    rgba(221, 219, 219, 1) 11%,
    rgba(255, 255, 255, 1) 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.main-block span {
  font-family: Bebas Neue;
  color: #fff;
  font-weight: 700;
  font-size: 95px;
  line-height: 90%;
  text-transform: uppercase;
  text-align: center;
  color: #1272b7;
}

.main-block {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  width: 100%;
}

.calculator-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-top: 45px;
  padding-bottom: 25px;
  border-bottom: 2px solid #fff;
}

.calculator-up-data {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.calculator-up-item {
  display: flex;

  & p {
    color: #ffffff;
    font-weight: 600;
    font-size: 22px;
    line-height: 341%;
    text-transform: uppercase;
  }
}

.calculator-title-data {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.calculator-title-data-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.circle-title {
  color: #ffffff;
  font-weight: 900;
  font-size: 16px;
  line-height: 469%;
  text-transform: uppercase;
  text-align: center;
}

.circle-text {
  display: flex;
  align-items: center;
	flex-direction: column;
  justify-content: center;
  color: #ffffff;
	gap: 4px;
  font-weight: 700;
  font-size: 19px;
  line-height: 395%;
  text-transform: uppercase;
  text-align: center;
  border-radius: 100px;
  width: 272px;
  height: 62px;
  background: linear-gradient(180deg, #1272b7 0%, #083251 100%);
}

.circle-text p {
	line-height: 1;
}

.calculator-title-data-item:nth-child(1) .circle-text {
  background: linear-gradient(180deg, #e33223 0%, #7d1c13 100%) !important;
}

.calculator-controls {
  margin-top: 46px;
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
}

.clear-btn,
.total-data {
  display: flex;
  align-items: center;
  gap: 18px;
}

.clear-btn {
  & div {
    border: 1.69px solid #fff;
    border-radius: 8px;
    width: 33px;
    height: 33px;
  }
  & p {
    font-weight: 600;
    font-size: 18px;
    line-height: 417%;
    color: #fff;
    font-family: Montserrat;
  }
}

.total-data {
  & p {
    color: #fff;
    font-weight: 900;
    font-size: 22px;
    line-height: 469%;
    text-transform: uppercase;
    text-align: center;
  }

  & div {
    border-radius: 100px;
    width: 272px;
    height: 62px;
    display: flex;
    align-items: center;
    justify-content: center;
	  flex-direction: column;

    background: linear-gradient(180deg, #1fae3e 0%, #0d481a 100%);

    & p {
      font-weight: 900;
      font-size: 21px;
      line-height: 1;
      text-transform: uppercase;
      text-align: center;
      color: #ffffff;
    }
  }
}

.catalog-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 60px;
  width: 100%;
  margin-top: 60px;
}

.catalog-item-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
  width: 100%;

  & h2 {
    font-weight: 700;
    font-size: 60px;
    line-height: 107%;
    text-transform: uppercase;
    color: #ffffff;
    font-family: Bebas Neue;
    background: linear-gradient(
      45deg,
      rgba(141, 141, 141, 1) 0%,
      rgba(179, 179, 179, 1) 19%,
      rgba(221, 219, 219, 1) 20%,
      rgba(255, 255, 255, 1) 100%
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
}

.catalog-item {
  border: 3px solid #1272b7;
  border-radius: 30px;
  width: 100%;
  padding-bottom: 35px;
}

.catalog-item-panel {
  display: flex;
  width: 100%;
  border-bottom: 3px solid #1272b7;
  & div {
    padding: 33px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 3px solid #1272b7;
  }

  & div:last-child {
    border-right: none;
  }
}

.name {
  font-family: Montserrat;
  color: #ffffff;
  font-weight: 900;
  font-size: 19px;
  text-transform: uppercase;
  text-align: center;
  max-width: 268px;
  width: 100%;
}

.foto {
  font-family: Montserrat;
  color: #ffffff;
  font-weight: 900;
  font-size: 19px;
  text-transform: uppercase;
  text-align: center;
  max-width: 228px;
  width: 100%;
}

.r-price,
.price-250,
.price-500,
.price-1m {
  font-family: Montserrat;
  color: #ffffff;
  font-weight: 900;
  font-size: 14px;
  text-transform: uppercase;
  text-align: center;
  max-width: 119px;
  width: 100%;
}

.price-total {
  font-family: Montserrat;
  color: #ffffff;
  font-weight: 900;
  font-size: 17px;
  text-transform: uppercase;
  text-align: center;
  max-width: 182px;
  width: 100%;
}

.catalog-list-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 33px;
  width: 100%;
}

.catalog-list {
  width: 100%;
  display: flex;
  min-height: 104px;
  & div {
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

.wrapper-price-img-name {
  width: 100%;
}

.wrapper-price-items {
  width: 100%;
}

.catalog-list:first-child {
  padding-top: 20px;
}

.item-desc {
  font-weight: 700;
  font-size: 13px !important;
  line-height: 154%;
  text-transform: uppercase;
  text-align: right;
  font-family: Montserrat;
  font-weight: 700;
  font-size: 17px;
  line-height: 118%;
  text-transform: uppercase;
  text-align: right;
  padding: 20px 15px 0 0;
}

.circle-foto {
  content: "";
  position: absolute;
  width: 104px;
  height: 104px;
  background: #1f1f1f;
  border-radius: 50%;
  top: calc(50% - 52px);
  left: calc(50% - 52px);
}

.img-foto {
  width: 104px;
  height: 104px;
  overflow: hidden;

  & img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
}

.name-item {
  max-width: 268px;
  width: 100%;
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-end !important;
  gap: 14px;

  & div {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
}

.foto-item {
  max-width: 228px;
  width: 100%;
  font-family: Montserrat;
  font-weight: 700;
  font-size: 17px;
  line-height: 118%;
  text-transform: uppercase;
  text-align: center;
  position: relative;
}

.price-r-item,
.price-250-item,
.price-500-item,
.price-1m-item {
  max-width: 119px;
  width: 100%;
  font-family: Montserrat;
  font-weight: 700;
  font-size: 17px;
  line-height: 118%;
  text-transform: uppercase;
  text-align: center;
}

.count {
  max-width: 182px;
  width: 100%;
  font-family: Montserrat;
  font-weight: 700;
  font-size: 17px;
  line-height: 118%;
  text-transform: uppercase;
  text-align: center;
}

.count-input {
  width: 71px;
  height: 71px;
  border-radius: 50%;
  background: #161616;
}

.input-count {
  background: #161616;
  width: 100%;
  border-radius: 50%;
  height: 100%;
  border: none;
  outline: none;
  font-weight: 700;
  font-size: 17px;
  line-height: 118%;
  text-transform: uppercase;
  text-align: center;
  color: #ffffff;
  font-family: Montserrat;
  transition: 0.3s linear;
  box-shadow: unset;
  border: 1px solid #161616;
}

.input-count:focus {
  transition: 0.3s linear;
  border: 1px solid #0d456b;
  box-shadow: 0 0 15px 8px rgba(61, 151, 255, 0.3);
}

.count-btn {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: center;
  margin: 66px 0;
  gap: 20px;

  & button {
    border-radius: 10px;
    width: 250px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Montserrat;
    background: #e33223;
    color: #ffffff;
    border: none;
    font-weight: 700;
    font-size: 13px;
    line-height: 300%;
    text-transform: uppercase;
    text-align: center;
    cursor: pointer;
  }
}

.delete-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.check {
  width: 20px !important;
  height: 20px !important;
  background-color: #fff;
  border-radius: 2px !important;
}

.catalog-item-mobile-wrapper {
  display: none;
}

.more {
  display: none;
}
@media all and (max-width: 1200px) {
  .container {
    max-width: 774px;
    padding: 0 16px;
  }

  .calculator-up-item {
    & p {
      font-size: 13px;
      line-height: unset;
    }
  }

  .calculator-wrapper {
    padding-bottom: 16px;
  }

  .circle-text {
    border-radius: 60px;
    width: 163px;
    height: 37px;
    font-size: 11px;
  }

  .circle-title {
    font-size: 9px;
    line-height: unset;
  }

  .calculator-title-data {
    margin-top: 20px;
  }

  .total-data {
    & div {
      border-radius: 60px;
      width: 163px;
      height: 37px;

      & p {
        font-size: 12px;
      }
    }

    & p {
      font-size: 13px;
    }
  }

  .clear-btn {
    & div {
      width: 20px;
      height: 20px;
      border-radius: 5px;
    }
    & p {
      font-size: 13px;
    }
  }

  .calculator-controls {
    margin-top: 30px;
  }

  .catalog-wrapper {
    max-width: 700px;
    width: 100%;
    margin: 40px auto 0 auto;
  }

  .catalog-item-wrapper {
    & h2 {
      font-size: 35px;
    }
  }

  /*  */
  .name {
    font-family: Montserrat;
    color: #ffffff;
    font-weight: 900;
    font-size: 11px;
    text-transform: uppercase;
    text-align: center;
    max-width: 160px;
    width: 100%;
  }

  .foto {
    font-family: Montserrat;
    color: #ffffff;
    font-weight: 900;
    font-size: 11px;
    text-transform: uppercase;
    text-align: center;
    max-width: 136px;
    width: 100%;
  }

  .r-price,
  .price-250,
  .price-500,
  .price-1m {
    font-family: Montserrat;
    color: #ffffff;
    font-weight: 900;
    font-size: 8px;
    text-transform: uppercase;
    text-align: center;
    max-width: 72px;
    width: 100%;
  }

  .price-total {
    font-family: Montserrat;
    color: #ffffff;
    font-weight: 900;
    font-size: 10px;
    text-transform: uppercase;
    text-align: center;
    max-width: 109px;
    width: 100%;
  }

  /*  */

  .item-desc {
    padding: 0 !important;
  }

  .item-desc p {
    font-size: 7px;
  }

  .name-item {
    padding: 22px 8px 0 0;
    max-width: 160px;
    width: 100%;
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-end !important;
    gap: 10px;
    height: 100%;

    & div {
      display: flex;
      flex-direction: column;
      align-items: flex-end;
    }
  }

  .foto-item {
    max-width: 136px;
    width: 100%;
    font-family: Montserrat;
    font-weight: 700;
    font-size: 17px;
    line-height: 118%;
    text-transform: uppercase;
    text-align: center;
    position: relative;
  }

  .price-r-item,
  .price-250-item,
  .price-500-item,
  .price-1m-item {
    max-width: 71px;
    width: 100%;
    font-size: 10px;
  }

  .count {
    max-width: 109px;
    width: 100%;
    font-family: Montserrat;
    font-weight: 700;
    font-size: 17px;
    line-height: 118%;
    text-transform: uppercase;
    text-align: center;
  }

  .circle-foto {
    width: 72px;
    height: 72px;
    top: calc(50% - 36px);
    left: calc(50% - 36px);
  }

  .img-foto {
    width: 72px;
    height: 72px;
  }

  .count-input {
    width: 43px;
    height: 43px;
  }
  .input-count {
    font-size: 10px;
  }

  .catalog-list-wrapper {
    gap: 0;
  }

  .catalog-list {
    padding: 10px 0;
  }

  .header-img {
    max-width: 1920px;
    width: 100%;
    height: 902px;
    background-image: url(../img/main-img-t.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
}

.mob-p {
  display: none;
}

.mob-text-count {
  display: none;
}

@media all and (max-width: 700px) {
  .catalog-list-wrapper {
    gap: 20px;
  }

  .count-btn {
    & button {
      font-size: 10px;
    }
  }

  .item-desc {
    & p {
      text-align: start;
    }
  }

  .catalog-list {
    flex-direction: column;
    border: 3px solid #1272b7;
    border-radius: 17.98px;
    padding: 24px 24px 35px 24px;
    gap: 25px;
  }

  .mob-p {
    display: block;
  }

  .mob-text-count {
    display: block;
  }

  .price-r-item,
  .price-250-item,
  .price-500-item,
  .price-1m-item {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    width: 100% !important;
    max-width: 100% !important;
  }

  .wrapper-price-items {
    gap: 14px;
  }

  .count {
    max-width: 100%;
    width: 100%;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
  }

  .mob-text-count {
    text-align: start;
    font-weight: 900;
    font-size: 11px;
    line-height: 155%;
    text-transform: uppercase;
  }

  .item-desc {
    & p {
      font-weight: 700;
      font-size: 10px;
      line-height: 154%;
      text-transform: uppercase;
    }
  }

  .catalog-item {
    border: none;
  }

  .wrapper-price-items {
    flex-direction: column;
    width: 100%;
    align-items: flex-start !important;
  }

  .name-item {
    padding: 0 !important;
    align-items: start !important;
  }

  .item-desc {
    align-items: start !important;
  }

  .wrapper-price-img-name {
    display: flex !important;
    align-items: center !important;
    width: 100%;
    justify-content: space-between !important;
  }

  .hidden {
    display: none !important;
  }

  .hidden:nth-child(1) {
    display: flex !important;
  }

  .hidden:nth-child(2) {
    display: flex !important;
  }

  .hidden:nth-child(3) {
    display: flex !important;
  }

  .hidden:nth-child(4) {
    display: flex !important;
  }

  .more {
    width: 100%;
    margin: 0 auto;
    display: flex !important;
    justify-content: center;
    align-items: center;
    cursor: pointer;

    & button {
      width: 250px;
      height: 56px;
      background: #1272b7;
      border-radius: 10px;
      border: none;
      font-weight: 700;
      font-size: 13px;
      line-height: 300%;
      text-transform: uppercase;
      text-align: center;
      color: #fff;
    }
  }

  .calculator-title-data {
    flex-wrap: wrap;
    gap: 28px 0;
  }
  .calculator-up-data {
    flex-wrap: wrap;
    gap: 20px 0;
  }

  .calculator-up-item {
    width: 50%;
  }

  .calculator-title-data-item {
    width: 50%;
  }

  .calculator-up-item:nth-child(1) {
    order: 1;
  }

  .calculator-up-item:nth-child(2) {
    order: 3;
  }

  .calculator-up-item:nth-child(3) {
    order: 2;
  }
  .calculator-up-item:nth-child(4) {
    order: 4;
  }

  .main-block span {
    font-size: 52px;
  }

  .title {
    font-size: 52px;
  }

  .clear-btn {
    & p {
      font-size: 9px;
      line-height: unset;
    }
  }

  .header-img {
    max-width: 100%;
    width: 100%;
    height: 420px;
    background-image: url(../img/main-img-m.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }

  .catalog-item-panel {
    display: none;
  }

  .catalog-item {
    max-width: 388px;
    margin: 0 auto;
  }

  .catalog-item-wrapper {
    & h2 {
      font-size: 32px;
    }
  }

  .catalog-item-mobile-wrapper {
    margin-top: 30px;
    display: none;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    width: 100%;
  }

  .catalog-item-mobile {
    border: 1.8px solid #1272b7;
    border-radius: 18px;
    max-width: 388px;
    width: 100%;
    height: 360px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: space-between;
  }

  .img-text {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
  }

  .title-mob-text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
  }

  .title-mob-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;

    & p {
      color: #ffffff;
      font-weight: 700;
      font-size: 10px;
      line-height: 154%;
      text-transform: uppercase;
    }
  }

  .mobile-circle-img {
    position: relative;
    width: 110px;
    height: 110px;
  }
  .circle-mob {
    display: flex;
    justify-content: center;
    align-items: center;

    &:after {
      content: "";
      position: absolute;
      top: calc(50% - 55px);
      left: calc(50% - 55px);
      width: 110px;
      height: 110px;
      border-radius: 50%;
      background: #1f1f1f;
      z-index: -1;
    }
  }

  .mobile-price {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    width: 100%;

    & div {
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: space-between;

      & p:first-child {
        font-weight: 900;
        font-size: 11px;
        line-height: 121%;
        text-transform: uppercase;
        color: #fff;
      }
      & p:last-child {
        font-weight: 700;
        font-size: 12px;
        line-height: 124%;
        text-transform: uppercase;
        text-align: right;
        color: #fff;
      }
    }
  }

  .mob-count-block {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;

    & p {
      font-weight: 900;
      font-size: 11px;
      line-height: 155%;
      text-transform: uppercase;
      color: #ffffff;
    }
  }

  .del {
    display: none !important;
  }
}

.modal-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #00000081;
  z-index: 99999;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s linear;
}

.modal-list {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #00000081;
  z-index: 99999;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s linear;
}

.open {
  opacity: 1;
  visibility: visible;
  transition: 0.3s linear;
}

.modal-content {
  max-width: 628px;
  width: 100%;
  height: 347px;
  background-color: #000;
  padding: 15px 15px 30px 15px;
  border-radius: 20px;
}

.modal-list-content {
  max-width: 628px;
  width: 100%;
  height: 430px;
  height: fit-content;
  background-color: #000;
  padding: 15px 15px 30px 15px;
  border-radius: 20px;
  border: 1px solid #5d5d5d;
  position: relative;
}

.copy-acc {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #000000ac;
  color: #fff;
  font-family: Montserrat;
  font-weight: 700;
  font-size: 26px;
  padding: 15px 15px 30px 15px;
  border-radius: 20px;
  border: 1px solid #5d5d5d;
  opacity: 0;
  visibility: hidden;
}

.open-cop {
  opacity: 1;
  visibility: visible;
  transition: 0.3s linear;
}

.trade-list-items {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  overflow: hidden;

  & button {
    border-radius: 9px;
    width: 233px;
    height: 52px;
    background: #1272b7;
    border: none;
    cursor: pointer;
    color: #fff;
    font-family: Montserrat;
    font-weight: 700;
    font-size: 12px;
    line-height: 300%;
    text-transform: uppercase;
    text-align: center;
  }
}

.list-trade-all::-webkit-scrollbar {
  width: 3px;
  background-color: #acacac;
}

.list-trade-all {
  overflow-y: scroll;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  height: 300px;
  padding-left: 30px;

  & li {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 10px;
    padding: 8px 0;
    border: none;
    border-bottom: 1px solid #808080;
    font-family: Montserrat;
    color: #ffffff;
    font-weight: 900;
    font-size: 19px;
    text-transform: uppercase;

    & span {
      text-transform: lowercase;
      font-size: 16px;
    }
  }

  & li:last-child {
    border-bottom: none;
  }
}

.modal-close {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;

  & button {
    border: none;
    background: initial;
    cursor: pointer;

    & svg {
      width: 34px;
      height: 34px;
    }
  }
}

.modal-list-panel {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  height: 400px;

  & h3 {
    font-family: Montserrat;
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    line-height: 165%;
    text-transform: uppercase;
    text-align: center;
    max-width: 400px;
    width: 100%;
  }
}

.modal-panel {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;

  & h3 {
    font-family: Montserrat;
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    line-height: 165%;
    text-transform: uppercase;
    text-align: center;
    max-width: 400px;
    width: 100%;
  }

  & input {
    max-width: 434px;
    width: 100%;
    height: 78px;
    border: 2px solid #1372b7;
    border-radius: 10px;
    padding: 0 24px;
    background: initial;
    outline: none;
    font-weight: 600;
    font-size: 14px;
    font-family: Montserrat;
    color: #fff;
  }

  & button {
    border-radius: 9px;
    width: 233px;
    height: 52px;
    background: #1272b7;
    border: none;
    cursor: pointer;
    color: #fff;
    font-family: Montserrat;
    font-weight: 700;
    font-size: 12px;
    line-height: 300%;
    text-transform: uppercase;
    text-align: center;
  }
}

.modal-input {
  max-width: 434px;
  width: 100%;
  position: relative;
}

.copy-text {
  border-radius: 9px;
  color: #fff;
  font-family: Montserrat;
  font-weight: 700;
  font-size: 16px;
  background-color: #000;
  border: 2px solid #1272b7;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  user-select: 0;
  transition: 0.3s linear;
  opacity: 0;
  visibility: hidden;
}

.open-copy {
  transition: 0.3s linear;
  opacity: 1;
  visibility: visible;
}

.count-btn {
  position: absolute;
  left: 0;
  top: -160px;
  width: 100%;
  padding: 20px 0;
  margin: 0;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 0 0 16px 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(8.1px);
  -webkit-backdrop-filter: blur(8.1px);
  border: 1px solid rgba(255, 255, 255, 0.73);
  transition: 0.3s linear;
}

.sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  translate: 0 0;
  transition: 0.3s linear;
  z-index: 99;
  animation: scrollTop 0.3s linear;
}

@keyframes scrollTop {
  0% {
    transform: translateY(-110px);
  }

  100% {
    transform: translateY(0);
  }
}
