::-webkit-scrollbar {
  width: 0;
}
body {
	
}
.header__main {
  max-width: 700px;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    display: flex;
    padding: 10px 20px;
    background: #3c3c3c;
    margin: 5px auto;
    justify-content: space-between;
    align-items: center;
    border-radius: 30px;
	transition: .3s ease;
}
.header__main_img_logo {
  height: 100%;
    position: absolute;
    left: 10px;
}

.btn_top-menu {
  width: 50px;
  padding: 2px 8px;
  border: 1px solid;
  cursor: pointer;
  margin: 10px;
  background: linear-gradient(
      0deg,
      rgba(255, 255, 255, 0.05),
      rgba(255, 255, 255, 0.05)
    ),
    linear-gradient(0deg, rgba(255, 255, 255, 0.01), rgba(255, 255, 255, 0.01));
  border: 1px solid #ffffff0d;
  box-shadow: 0px 0px 16px 0px #ffffff33;
}

.btn_top-menu_span {
  display: block;
  width: 100%;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.3);
  border-radius: 3px;
  height: 4px;
  background: #fff;
  transition: all 0.3s;
  position: relative;
}

.btn_top-menu_span + .btn_top-menu_span {
  margin-top: 7px;
}

.active_top-menu .btn_top-menu_span:nth-child(1) {
  animation: ease 0.4s top_top-menu forwards;
}

.not-active_top-menu .btn_top-menu_span:nth-child(1) {
  animation: ease 0.4s top-2_top-menu forwards;
}

.active_top-menu .btn_top-menu_span:nth-child(2) {
  animation: ease 0.4s scaled_top-menu forwards;
}

.not-active_top-menu .btn_top-menu_span:nth-child(2) {
  animation: ease 0.4s scaled-2_top-menu forwards;
}

.active_top-menu .btn_top-menu_span:nth-child(3) {
  animation: ease 0.4s bottom_top-menu forwards;
}

.not-active_top-menu .btn_top-menu_span:nth-child(3) {
  animation: ease 0.4s bottom-2_top-menu forwards;
}

@keyframes top_top-menu {
  0% {
    top: 0;
    transform: rotate(0);
  }
  50% {
    top: 12px;
    transform: rotate(0);
  }
  100% {
    top: 12px;
    transform: rotate(45deg);
  }
}

@keyframes top-2_top-menu {
  0% {
    top: 12px;
    transform: rotate(45deg);
  }
  50% {
    top: 12px;
    transform: rotate(0deg);
  }
  100% {
    top: 0;
    transform: rotate(0deg);
  }
}

@keyframes bottom_top-menu {
  0% {
    bottom: 0;
    transform: rotate(0);
  }
  50% {
    bottom: 12px;
    transform: rotate(0);
  }
  100% {
    bottom: 12px;
    transform: rotate(135deg);
  }
}

@keyframes bottom-2_top-menu {
  0% {
    bottom: 12px;
    transform: rotate(135deg);
  }
  50% {
    bottom: 12px;
    transform: rotate(0);
  }
  100% {
    bottom: 0;
    transform: rotate(0);
  }
}

@keyframes scaled_top-menu {
  50% {
    transform: scale(0);
  }
  100% {
    transform: scale(0);
  }
}

@keyframes scaled-2_top-menu {
  0% {
    transform: scale(0);
  }
  50% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}

.header__navigate {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 100%;
  left: 0;
  z-index: 999;
  background: black;
  padding: 10px 3%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.4s ease;
}
.header__navigate_active {
  top: 0%;
}
.header__navigate_links {
  display: flex;
  height: 100%;
  align-items: center;
  flex-direction: column;
  justify-content: flex-start;
  overflow: scroll;
width: 100%;
  padding: 80px 0;
}
.header__navigate_link {
  font-size: 20px;
    margin: 0 0 20px;
}
.header__navigate_title {
  font-size: 14px;
  font-weight: normal;
  color: #d4e0f5;
  text-transform: uppercase;
  font-family: "Montserrat";
  margin-bottom: 15px;
}

.buy__btn {
  display: flex;
    color: #000;
    justify-content: center;
    align-items: center;
    border-radius: 40px;
    border: 1px solid #ffffff0d;
    background: #FFD752;
    padding: 15px 30px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
}
.main__contats_item_header {
    font-family: "Gosha Sans";
    padding: 10px 0px;
}
.main__contats_item {
    display: flex;
    align-items: center;
    padding: 5% 10%;
}
.main__contats_item_img {
    margin-right: 13px;
}
.main__contats_social_block {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.main__contats_social_block a {
    transition: 0.3s ease;
}
.main__contats_social_img {
    padding: 10px;
    border-radius: 8px;
    border: 1px solid white;
}
.btn_top-menu_mobile {
	display: none;
}
.header__navigate_link_pc {
	margin: 0;
}

@media screen and (max-width: 620px) {
.btn_top-menu_mobile {
	display: block;
}
.header__navigate_link_pc {
	display: none;
}
.header__main {
	margin: 0;
    border-radius: 0;
    padding: 0 15px;
	background: linear-gradient(45deg, #FF7F5F, #C085FF);
}
.header__navigate_link {
    padding: 10px 0 10px;
	margin: 0;
    width: 100%;
    text-align: center;
    border-bottom: 1px solid grey;
}
.header__navigate_link_last {
	border-bottom: none;
	margin-bottom: 30px;
}
}