body {
  font-family: "Jeko";
  font-size: 24px;
  font-weight: 400;
  color: #fff;
  background-color: #4c2aab;
  perspective: 1px;
  /* height: 100vh; */
}

.container {
  max-width: 1650px;
  margin: 0 auto;
  padding: 0 15px;
}

.title {
  font-size: 180px;
  font-weight: 600;
}

.btn {
  position: relative;
  padding: 30px 65px;
  min-width: 350px;
  color: #fff;
  background-color: transparent;
  text-align: center;
  border: 3px solid #1FDBFA;
  transition: all .3s ease-in-out;
}

.btn::after {
  content: '';
  position: absolute;
  left: -3px;
  right: -3px;
  bottom: 0;
  transform: translateY(100%);
  height: 60px;
  /* background: linear-gradient(180deg, rgba(31, 219, 250, 0.19) 0%, rgba(31, 219, 250, 0) 54.55%); */
  background: linear-gradient(180deg, rgba(31, 219, 250, 0.19) 13.2%, rgba(31, 219, 250, 0) 100%);
  transition: all .3s ease-in-out;
}

.btn:hover {
  background-color: #1FDBFA;
}

.btn:hover::after {
  height: 130px;
}

.btn--gradient {
  border: 3px solid #1fdbfa;
  -moz-border-image: -moz-linear-gradient(left, #f449f4, #1fdbfa);
  -webkit-border-image: -webkit-linear-gradient(left, #f449f4, #1fdbfa);
  border-image: linear-gradient(to right, #f449f4, #1fdbfa);
  border-image-slice: 1;
  transition: all .5s;
}

.btn--gradient::after {
  display: none;
}

.btn--gradient:hover {
  -moz-border-image: -moz-linear-gradient(270deg, #f449f4, #1fdbfa);
  -webkit-border-image: -webkit-linear-gradient(270deg, #f449f4, #1fdbfa);
  border-image: linear-gradient(270deg, #f449f4, #1fdbfa);
  border-image-slice: 1;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}



.preloader {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: rgba(83, 59, 240, 0.60);
  z-index: 1;
}

.preloader__heart {
  animation: heartbeat 1s infinite;
  background-color: #f449f4;
  display: inline-block;
  height: 50px;
  margin: 0 10px;
  position: relative;
  transform: rotate(-45deg);
  width: 50px;
}

.preloader__heart:before,
.preloader__heart:after {
  content: "";
  background-color: #f449f4;
  border-radius: 50%;
  height: 50px;
  position: absolute;
  width: 50px;
}

.preloader__heart:before {
  top: -25px;
  left: 0;
}

.preloader__heart:after {
  left: 25px;
  top: 0;
}

@keyframes heartbeat
{
  0%
  {
    transform: scale( 1 )
      rotate(-45deg);    
  }
  20%
  {
    transform: scale( 1.25 )
      rotate(-45deg);  
  }
   40%
  {
    transform: scale( 1.5 )
      rotate(-45deg);
  }
}

.preloader__text {
  margin-top: 40px;
  font-size: 32px;
  font-weight: 600;
  animation: flicktext 1s  infinite;
}

@keyframes flicktext {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.header {
  padding: 50px 15px 0;
  margin-bottom: 210px;
  display: flex;
  justify-content: center;
}

.header__logo {
  max-width: 255px;
}

.top {
  position: relative;
  padding-bottom: 250px;
}

.top__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 30px;
}

.top__logo {
  max-width: 1110px;
  width: 100%;
  margin-bottom: 80px;
}
/* 
.top__logo path {
  stroke-width: 4px;
  fill: transparent;
  stroke: rgba(76, 42, 171, 0.6);
  animation: stroke 10s ease-in-out forwards;
  opacity: 0;
}

@keyframes stroke {
  15% {
    opacity: 1;
  }

  50% {
    fill: #fff;
    
  }
  to {
    stroke-dashoffset: 0;
    fill: #fff;
    opacity: 1;
  }
} */

.top__text {
  max-width: 820px;
  margin-bottom: 90px;
  font-size: 36px;
  font-weight: 600;
}

.top__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: -1;
}

.top__bg-img-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.top__bg-left-box,
.top__bg-right-box {
  position: absolute;
  height: 100%;
  width: 50%;
}

.top__bg-left-box {
  background: radial-gradient(66.5% 9.65% at 117.89% 50%, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.13) 31.25%, rgba(255, 255, 255, 0) 99.86%),
    radial-gradient(47.29% 35.24% at 0% 18.91%, rgba(40, 225, 255, 0.5) 1.04%, rgba(160, 242, 255, 0) 100%), #4C2CAC;
}

.top__bg-right-box {
  right: 0;
  background: radial-gradient(71.67% 14.46% at 3.38% 52.08%, rgba(31, 219, 250, 0.2) 0%, rgba(31, 219, 250, 0) 100%),
    radial-gradient(69.31% 32.97% at 96.07% 45.84%, rgba(244, 73, 244, 0.3) 0%, rgba(244, 73, 244, 0) 100%),
    linear-gradient(180deg, rgba(76, 42, 171, 0.5) 0%, rgba(155, 60, 238, 0.5) 44.97%, rgba(76, 42, 171, 0.5) 100%);
}

.top__bg-gradient {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 370px;
  width: 100%;
  background: linear-gradient(360deg, #4c2bab 17%, rgba(76, 42, 171, 0) 100%);
}

.top__bg-img {
  position: absolute;
  top: 60px;
  object-fit: contain;
  height: 90%;
  width: 100%;
  max-width: 100%;
}

.top__bg-img--left {
  left: 0;
  transform: translateX(-15%);
}

.top__bg-img--right {
  right: 0;
  transform: translateX(15%);
}

.top__bg-stars {
  position: absolute;
  top: 22%;
  height: 500px;
  width: 75%;
  overflow: hidden;
}

.top__bg-stars--right {
  right: 0;
}

.top__bg-stars>div {
  position: absolute;
  /* background: radial-gradient(ellipse at center, rgba(187, 161, 88, 0.74) 2%, rgb(205, 186, 53) 100%); */
  background: #fff;
  border-radius: 100%;
  opacity: 0;
  /* filter:blur(1px); */
  animation: shine infinite alternate;
}

@keyframes shine {

  0% {
    opacity: .0;
  }

  40% {
    opacity: .2;
  }

  /* 40% {
    opacity: .3;
  } */
  60% {
    opacity: .6;
  }

  80% {
    opacity: .1;
  }

  100% {
    opacity: .4;
  }
}


.location {
  padding-bottom: 80px;
  background-image:
  radial-gradient(32% 55% at 21% 49%, rgb(85, 72, 196) 0%, rgba(76, 42, 171, 0.25) 100%),
  url(../img/decoration.jpg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top center;
}

.location__inner {
  position: relative;
  padding-top: 160px;

  /* background-image: url(../img/decoration/stardust.png); */
  background-repeat: no-repeat;
  background-position: center center;
}

.location__title {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.location__title span:nth-child(1) {
  margin-left: 32%;
}

.location__title span:nth-child(2) {
  margin-left: 15%;
}

.location__title span:nth-child(3) {
  display: block;
  margin-bottom: 20px;
}

.location__title span:nth-child(4) {
  display: block;
  margin-left: 32%;
}

.location__list {
  height: 1180px;
  display: flex;
  align-items: baseline;
}

.location__item {
  max-width: 400px;
  padding: 7px 7px 55px;
  border: 3px solid #00EBFF;
  -moz-border-image: -moz-linear-gradient(top, #00EBFF, #8155FF);
  -webkit-border-image: -webkit-linear-gradient(top, #00EBFF, #8155FF);
  border-image: linear-gradient(to bottom, #00EBFF, #8155FF);
  border-image-slice: 1;
}

.location__item:nth-child(1) {
  margin-top: auto;
  margin-left: 5%;
  margin-bottom: auto;
}

.location__item:nth-child(2) {
  margin-top: auto;
  margin-left: 9%;
}

.location__item:nth-child(3) {
  margin-left: 10%;
}

.location__img {
  width: 100%;
  margin-bottom: 50px;
}

.location__item-title {
  margin-bottom: 45px;
  padding: 0 30px;
  font-size: 18px;
  font-weight: 600;
}

.location__text {
  padding: 0 50px 0 30px;
  font-size: 18px;
  opacity: 0.5;
}

.weapon {
  padding-bottom: 190px;
  position: relative;
  /* background-image: url(../img/decoration.jpg); */
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  /* background: radial-gradient(79.15% 36.04% at 93.29% 55.12%, rgba(255, 0, 229, 0.25) 0%, rgba(76, 42, 171, 0.25) 100%); */
  background-image:
  radial-gradient(32% 55% at 21% 49%, rgba(255, 0, 229, 0.16) 0%, rgba(76, 42, 171, 0.25) 100%),
  url(../img/decoration.jpg);
}

.weapon::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.weapon__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  padding-top: 170px;
  z-index: 1;
}

.weapon__title {
  max-width: 1100px;
  margin: 0 auto 130px;
  font-size: 114px;
  font-weight: 400;
}

.weapon__title span:nth-child(1) {
  display: inline-block;
  margin-bottom: 90px;
}

.weapon__title span:nth-child(2) {
  display: inline-block;
  margin-bottom: 90px;
  margin-left: 35px;
  border-bottom: 5px solid #fff;
}

.weapon__title span:nth-child(3) {
  display: inline-block;
  border-bottom: 5px solid #fff;
}

.weapon__title span:nth-child(4) {
  display: block;
  margin-right: 180px;
  text-align: right;
}

.weapon__img-box {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.weapon__img {
  position: absolute;
}

.weapon__img:nth-child(1) {
  top: 40%;
  z-index: -1;
}

.weapon__img:nth-child(2) {
  left: 31%;
}

.weapon__img:nth-child(3) {
  right: 25%;
  bottom: 11%;
  z-index: -1;
}

.avatar__top {
  padding: 0 60px;
  position: relative;
}

.avatar__title span {
  display: block;
  text-align: right;
}

.avatar__descr {
  position: absolute;
  top: 70px;
  right: 60px;
  max-width: 580px;
  font-family: 'Inder';
}

.avatar__tabs {
  margin-top: 30px;
  display: none;
  justify-content: center;
}

.avatar__inner {
  display: flex;
}

.avatar__list {
  display: flex;
  width: 100%;
  position: relative;
}

.avatar__img {
  background: linear-gradient(180.05deg, rgba(31, 219, 250, 0) 1.05%, rgba(31, 219, 250, 0.58) 51.78%, rgba(31, 219, 250, 0) 97.2%);
}

.avatar__img--customize {
  background: none;
}

.avatar__item::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

.avatar__item {
  padding-top: 150px;
  width: 100%;
  max-height: 100vh;
  position: relative;
  z-index: 1;
  overflow: hidden;
  background-color: #4c2aab;
  /* transition: all .3s ease-in-out; */
  /* -moz-border-image: -moz-linear-gradient(top,
      rgba(0, 0, 0, 0) 25%,
      rgba(255, 255, 255, 0),
      rgba(0, 0, 0, 0) 75%);
  -webkit-border-image: -webkit-linear-gradient(top,
      rgba(0, 0, 0, 0) 25%,
      rgba(255, 255, 255, 0),
      rgba(0, 0, 0, 0) 75%);
  border-image: linear-gradient(to bottom,
      rgba(0, 0, 0, 0) 25%,
      rgba(255, 255, 255, 0),
      rgba(0, 0, 0, 0) 75%);
  border-image-slice: 1; */
  transition: border .3s;
}

.avatar__item::before,
.avatar__item::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 2px;
  background: linear-gradient(rgba(0, 0, 0, 0) 10%,
  rgba(255, 255, 255, 0.6),
  rgba(0, 0, 0, 0) 94%);
  opacity: 0;
  transition: all .3s ease-in-out;
  z-index: 1;
}

.avatar__item::before {
  left: 0;
}
.avatar__item::after {
  right: 0;
}

.avatar__item.hov::after {
  opacity: 1;
}

.avatar__item:hover::before,
.avatar__item:hover::after {
  opacity: 1;
}

.avatar__item:hover .avatar__img {
  opacity: 1;
}

.avatar__item:hover .avatar__img.show {
  opacity: 1 !important;
}

.avatar__item--center {
  overflow: visible;
  background-color: transparent;
  z-index: 0;
}

.avatar__item--center::after,
.avatar__item--center::before {
  content: none;
}

.avatar__item--center:hover + .avatar__item::before {
  opacity: 1;
}



.avatar__item--center .gradient {
  position: absolute;
  top: 0;
  left: 50%;
  width: 50vw;
  height: 100%;
  /* background-image: url(../img/decoration/custom-gradient.png); */
  background-size: contain;
  background-repeat: no-repeat;
  /* background: linear-gradient(180.05deg, rgba(31, 219, 250, 0) 0.05%, rgba(31, 219, 250, 0.88) 51.78%, rgba(31, 219, 250, 0) 97.2%); */
  background: radial-gradient(79.15% 36.04% at 93.29% 55.12%, rgba(255, 0, 229, 0.25) 0%, rgba(76, 42, 171, 0.25) 100%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */, radial-gradient(72.77% 26.85% at 20.05% 44.86%, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 100%), linear-gradient(179.96deg, #4C2AAB 5.14%, #543BF0 57.41%, #4C2AAB 97.21%);
  z-index: -1;
  opacity: 0;
}


.avatar__list-gradient {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  width: 100%;
  height: 60px;
  background: linear-gradient(0deg, #4C2AAB 20%, rgba(76, 42, 171, 0) 100%);
  z-index: 1;
}

.avatar__info {
  position: absolute;
  top: 80%;
  left: 30px;
  display: flex;
  flex-direction: column;
  z-index: 1;
}

.avatar__price {
  height: 95px;
  margin-bottom: 5px;
  padding-top: 25px;
  font-size: 40px;
  font-weight: 700;
}

.avatar__price::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #FFB800;
}

.avatar__price span {
  display: block;
  font-size: 16px;
}

.avatar__img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center top;
  opacity: 0.5;
  transition: all .3s ease-in-out;
  max-width: none;
}

.avatar__img--customize {
  position: relative;
  width: max-content;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: bottom;
  opacity: 0.5;
  transition: opacity .5s;
}


.avatar__img--customize2 {
  position: absolute;
  left: 0;
  bottom: 0;
}

.avatar__img--customize.hide {
  opacity: 0 !important;
}

.avatar__name {
  font-size: 36px;
  font-weight: 600;
}

.avatar {
  /* margin-bottom: 500px; */
  position: relative;
  z-index: 1;
}

.custom {
  position: relative;
  /* z-index: -1; */
  /* margin-top: -400px; */
}

.custom__title {
  margin: 0 auto;
  padding: 0 60px;
  max-width: 1920px;
  text-align: right;
}

.custom__title span {
  display: block;
  text-align: start;
}

.custom__inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: -205px;
}

.custom__panel {
  margin-top: 230px;
  position: relative;
} 

.custom__panel::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  width: 1300px;
  max-width: 100vw;
  height: 1300px;
  max-height: 100vh;
  background-image: url(../img/decoration/glares.png);
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0.3;
}

.custom__item {
  display: flex;
  align-items: center;
}

.custom__item:first-child {
  margin-bottom: 12px;
}

.custom__item+.custom__item {
  margin-bottom: -11px;
}

.custom__el {
  margin-right: 30px;
  width: 100px;
  min-width: 100px;
}

.custom__item:nth-child(odd) .custom__editor {
  transform: translateX(59px);
}

.custom__editor {
  display: flex;
}



.custom__edit {
  width: 108px;
  height: 108px;
  position: relative;
  z-index: 1;
  cursor: pointer;
  /* clip-path: polygon(50% -3%, 103% 19%, 103% 78%, 58% 107%, -4% 77%, -3% 23%); */
}

.custom__edit+.custom__edit {
  margin-left: 11px;
}

.custom__edit::before,
.custom__edit::after,
.custom__edit img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  clip-path: polygon(45% 1.33975%, 46.5798% 0.60307%, 48.26352% 0.15192%, 50% 0%, 51.73648% 0.15192%, 53.4202% 0.60307%, 55% 1.33975%, 89.64102% 21.33975%, 91.06889% 22.33956%, 92.30146% 23.57212%, 93.30127% 25%, 94.03794% 26.5798%, 94.48909% 28.26352%, 94.64102% 30%, 94.64102% 70%, 94.48909% 71.73648%, 94.03794% 73.4202%, 93.30127% 75%, 92.30146% 76.42788%, 91.06889% 77.66044%, 89.64102% 78.66025%, 55% 98.66025%, 53.4202% 99.39693%, 51.73648% 99.84808%, 50% 100%, 48.26352% 99.84808%, 46.5798% 99.39693%, 45% 98.66025%, 10.35898% 78.66025%, 8.93111% 77.66044%, 7.69854% 76.42788%, 6.69873% 75%, 5.96206% 73.4202%, 5.51091% 71.73648%, 5.35898% 70%, 5.35898% 30%, 5.51091% 28.26352%, 5.96206% 26.5798%, 6.69873% 25%, 7.69854% 23.57212%, 8.93111% 22.33956%, 10.35898% 21.33975%);
  -webkit-clip-path: polygon(45% 1.33975%, 46.5798% 0.60307%, 48.26352% 0.15192%, 50% 0%, 51.73648% 0.15192%, 53.4202% 0.60307%, 55% 1.33975%, 89.64102% 21.33975%, 91.06889% 22.33956%, 92.30146% 23.57212%, 93.30127% 25%, 94.03794% 26.5798%, 94.48909% 28.26352%, 94.64102% 30%, 94.64102% 70%, 94.48909% 71.73648%, 94.03794% 73.4202%, 93.30127% 75%, 92.30146% 76.42788%, 91.06889% 77.66044%, 89.64102% 78.66025%, 55% 98.66025%, 53.4202% 99.39693%, 51.73648% 99.84808%, 50% 100%, 48.26352% 99.84808%, 46.5798% 99.39693%, 45% 98.66025%, 10.35898% 78.66025%, 8.93111% 77.66044%, 7.69854% 76.42788%, 6.69873% 75%, 5.96206% 73.4202%, 5.51091% 71.73648%, 5.35898% 70%, 5.35898% 30%, 5.51091% 28.26352%, 5.96206% 26.5798%, 6.69873% 25%, 7.69854% 23.57212%, 8.93111% 22.33956%, 10.35898% 21.33975%);
  z-index: -1;
}

.custom__edit::before {
  content: "";
  background-color: #22C3F5;
  transform: scale(1.09);
  transition: all .5s ease-in-out;
}

.custom__edit.gender-female::before,
.custom__editor.female .custom__edit::before {
  background-color: #BB50D5;
}

.custom__edit::after {
  content: "";
  background-color: transparent;
  opacity: 0.8;
  transition: all .3s ease-in-out;
}

.custom__edit:hover::after {
  background-color: rgba(31, 221, 250, 0.8);
}

.custom__edit.active::after {
  background-color: rgba(120, 41, 255, 0.8);
}

.custom__editor.female .custom__edit.active::after {
  background-color: rgba(187, 78, 213, 0.7);
}

.custom__edit img {
  object-fit: cover;
  object-position: center;
  background-color: #4C2AAB;
}

.gender-male img {
  background-color: #22C3F5;
}

.gender-female img {
  background-color: #B947CB;
}

.custom__edit .custom__icon {
  background-color: transparent;
}

.custom__img {
  opacity: 0;
  transition: all .3s ease-in-out;
}

.custom__img.show {
  opacity: 1;
}

.custom__property {
  margin-right: 160px;
}

.custom__progress-bar {
  margin-bottom: 20px;
  position: relative;
  text-align: center;
}

.custom__progress-bar:nth-child(1) svg {
  width: 300px;
  height: 300px;
}

.custom__progress-bar:nth-child(2) svg {
  width: 260px;
  height: 260px;
}

.custom__progress-bar svg circle {
  width: 100%;
  height: 100%;
  fill: transparent;
  stroke-width: 18px;
  transform: rotateZ(-90deg) rotateX(180deg);
  transform-origin: center;
}

.custom__progress-bar svg circle:first-child {
  stroke: rgba(0, 0, 0, 0.2);
}

.custom__progress-bar svg circle:nth-child(2) {
  transition: all 2s ease-in-out;
}

.custom__value {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 86px;
  font-weight: 700;
}

.custom__value div {
  font-size: 16px;
  font-weight: 400;
}

.custom__btn-box {
  flex-basis: 100%;
}

.custom__btn {
  display: flex;
  justify-content: space-between;
  padding: 30px;
}

.custom__price {
  position: relative;
  padding-left: 35px;
}

.custom__price::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-color: #FFB800;
  border-radius: 50%;
}

.stars {
  margin-top: 330px;
  margin-bottom: 130px;
  position: relative;
  z-index: 1;
}

.stars__title {
  position: relative;
}

.stars__text {
  margin-bottom: 35px;
  max-width: 520px;
  margin-left: auto;
}

.stars__subtitle {
  display: none;
}

.stars__inner {
  display: flex;
}

.stars__list {
  display: flex;
}

.stars__list--male {
  margin-left: 10px;
}

.stars__item {
  position: relative;
  width: 100%;
  height: 100%;
  max-height: 768px;
  overflow: hidden;
  user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
}

.stars__item::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 80%;
  background: linear-gradient(0deg, #7935F5 11.93%, rgba(76, 42, 171, 0) 92.55%);
}

.stars__item::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 75%;
  height: 90%;
  margin: 0 auto;
  background: radial-gradient(150.27% 48.34% at 54.38% 52.77%, rgba(39, 164, 255, 0.49) 38%, rgba(76, 42, 171, 0) 100%);
  opacity: 0;
  transition: all .3s ease-in-out;
}

.stars__item:hover::after {
  opacity: 1;
}

.stars__item+.stars__item {
  margin-left: 10px;
}

.stars__item img {
  margin: auto;
  max-height: 100%;
}

.stars__name {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 90px;
  font-size: 36px;
  font-weight: 500;
  text-align: center;
}

.social__title {
  margin-bottom: 50px;
  text-align: center;
}

.social__text {
  max-width: 1150px;
  margin: 0 auto 60px;
  font-size: 36px;
  text-align: center;
}

.social__form {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 100px;
  position: relative;
}

.social__input {
  padding: 15px 20px;
  background-color: transparent;
  border: 3px solid #54E1F9;
  font-size: 36px;
  color: #fff;
  outline: transparent;
  transition: all .3s ease-in-out;
}

.social__honeypot {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  border: 0;
}

.social__input:focus {
  border-color: #f449f4;
}

.social__input:-webkit-autofill,
.social__input:-webkit-autofill:focus {
  transition: background-color 600000s 0s, color 600000s 0s;
}

.social__btn {
  background-color: rgba(243, 73, 244, 0.1);
  font-size: 36px;
  padding: 15px 60px;
  cursor: pointer;
}

.social__form-respond {
  position: absolute;
  bottom: 0;
  transform: translateY(200%);
  text-align: center;
  transition: all .3s ease-in-out;
}

.social__list {
  margin: 0 auto 90px;
  max-width: 1140px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.social__item {
  width: 75px;
  height: 75px;
}

.social__item svg path {
  transition: all .3s ease-in-out;
}

.social__item:hover svg path {
  fill: #1FDBFA;
}

.social__item svg {
  width: 100%;
  height: 100%;
}

.social__item + .social__item {
  margin-left: 42px;
}

.footer {
  margin: 0 20px;
  padding: 50px 0 80px;
  display: flex;
  justify-content: space-between;
  border-top: 2px solid rgba(255, 255, 255, 0.2);
}

.footer__copy {
  font-size: 16px;
}

@media (max-width: 1920px) {
  .header {
    margin-bottom: 90px;
  }

  .top__logo {
    max-width: 970px;
  }
}

@media (max-width: 1900px) {

  .title {
    font-size: 120px;
  }

  .header {
    margin-bottom: 150px;
  }

  .top {
    padding-bottom: 200px;
  }

  .top__logo {
    max-width: 810px;
  }

  .location__list {
    height: 900px;
  }

  .location__item:nth-child(1) {
    margin-left: 60px;
  }

  .avatar__top {
    max-width: 1580px;
    margin: 0 auto;
  }

  .avatar__descr {
    top: 40px;
  }

  .custom__inner {
    margin-top: -140px;
  }
}

@media (max-width: 1440px) {
  .header {
    margin-bottom: 100px;
    padding: 30px 15px 0;
  }

  .top {
    padding-bottom: 100px;
  }

  .top__bg-img {
    top: 80px;
  }

  .location__title span:nth-child(3) {
    margin-bottom: 0;
  }

  .location__item {
    max-width: 340px;
  }

  .weapon {
    padding-bottom: 100px;
  }

  .avatar__descr {
    position: static;
    max-width: 680px;
    text-align: center;
    margin: 0 auto;
  }

  .avatar__price {
    height: 80px;
    font-size: 30px;
  }

  .avatar__price::before {
    width: 20px;
    height: 20px;
  }

  .avatar__price span {
    font-size: 12px;
  }

  .avatar__name {
    font-size: 26px;
  }

  .custom__item+.custom__item {
    margin-top: -9px;
  }

  .custom__el {
    margin-right: 15px;
    width: 65px;
    min-width: 65px;
    font-size: 16px;
  }

  .custom__edit {
    width: 95px;
    height: 95px;
  }

  .custom__item:nth-child(odd) .custom__editor {
    transform: translateX(52px);
  }

  .custom__edit+.custom__edit {
    margin-left: 7px;
  }

  .custom__progress-bar svg {
    width: 280px;
    height: 280px;
  }

  .custom__progress-bar:nth-child(1) svg {
    width: 300px;
    height: 300px;
  }
  
  .custom__progress-bar:nth-child(2) svg {
    width: 250px;
    height: 250px;
  }

  .custom__value {
    font-size: 68px;
  }
}

@media (max-width: 1280px) {
  .title {
    font-size: 96px;
  }

  .top__logo {
    max-width: 480px;
    margin-bottom: 50px;
  }

  .top__text {
    max-width: 360px;
    font-size: 18px;
    text-align: center;
  }

  .top__bg-stars {
    height: 400px;
  }

  .location {
    padding-bottom: 40px;
  }
  
  .location__inner {
    padding-top: 0;
  }

  .location__title {
    position: static;
    margin-bottom: 20px;
  }

  .location__list {
    flex-wrap: wrap;
    max-width: 900px;
    height: 100%;
    justify-content: space-between;
    margin: 0 auto;
  }

  .location__item:nth-child(1) {
    margin-top: 0;
    margin-left: 0;
  }

  .location__item:nth-child(2) {
    margin-top: 250px;
    margin-left: 0;
  }

  .location__item:nth-child(3) {
    margin-top: -100px;
    margin-left: 0;
  }

  .weapon {
    padding-bottom: 70px;
  }

  .weapon__inner {
    padding-top: 90px;
  }

  .weapon__title {
    text-align: center;
  }

  .weapon__title span:nth-child(2) {
    margin-left: 0;
  }

  .weapon__title span:nth-child(3) {
    margin-bottom: 75px;
  }

  .weapon__title span:nth-child(4) {
    margin-right: 0;
    text-align: center;
  }

  .weapon__img:nth-child(1) {
    max-width: 275px;
  }

  .weapon__img:nth-child(2) {
    max-width: 300px;
  }

  .weapon__img:nth-child(3) {
    max-width: 270px;
    right: 10%;
  }

  .avatar__title {
    margin-bottom: 20px;
  }

  .avatar__info {
    top: 78%;
  }

  .custom {
    margin-bottom: 40px;
  }

  .custom__title {
    text-align-last: left;
  }

  .custom__inner {
    padding-bottom: 140px;
    margin-top: 0;
    position: relative;
    flex-direction: column;
  }

  .custom__panel {
    max-width: 400px;
    margin: 380px auto 0;
    padding-right: 40px;
  }

  .custom__property {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin-right: 0;
    padding-top: 40px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    z-index: -1;
  }

  .custom__progress-bar {
    margin-bottom: 0;
    width: 300px;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .custom__btn {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }

  .stars {
    margin-top: 100px;
  }

  .stars__name {
    bottom: 40px;
    font-size: 24px;
  }

}

@media (max-width: 1024px) {
  body {
    perspective: none;
  }

  .scroll-lock {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    overflow: hidden;
  }

  .avatar-custom {
    overflow: hidden;
  }

  .avatar {

  }
  
  .custom {
    /* max-width: 100vw;
    overflow: hidden; */
    z-index: 1;
  }

  .social__form {
    margin-bottom: 40px;
  }

  .social__text {
    font-size: 24px;
    margin: 0 auto 30px;
  }

  .social__input {
    font-size: 18px;
  }

  .social__btn {
    padding: 15px 30px;
    min-width: 190px;
    font-size: 18px;
  }

  .social__list {
    margin: 0 auto 40px;
  }
}

@media (max-width: 912px) {
  .avatar__img {
    height: 100%;
  }

  .avatar__item .gradient {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 70px;
    background: linear-gradient(0deg, #4C2AAB 50%, rgba(76, 42, 171, 0) 100%);
  }
}


@media (max-width: 768px) {

  .btn {
    min-width: 250px;
    padding: 15px 30px;
  }

  .title {
    font-size: 48px;
  }

  .header {
    padding: 15px 15px 0;
    margin-bottom: 250px;
  }

  .header__logo {
    max-width: 180px;
  }

  .top__logo {
    margin-bottom: 40px;
  }

  .top__text {
    margin-bottom: 60px;
  }

  .top__bg {
    max-height: 550px;
  }

  .top__bg-stars {
    width: 100%;
  }

  .top__bg-gradient {
    height: 175px;
  }

  .location__list {
    display: block;
  }

  .location__item {
    padding: 7px 7px 30px;
  }

  .location__item:nth-child(1),
  .location__item:nth-child(2),
  .location__item:nth-child(3) {
    margin: 0 auto 20px;
  }

  .location__img {
    margin-bottom: 25px;
  }

  .location__item-title {
    margin-bottom: 20px;
    padding: 0 20px;
  }

  .location__text {
    padding: 0 40px 0 20px;
  }

  .weapon__title {
    font-size: 48px;
  }

  .weapon__img:nth-child(1) {
    max-width: 175px;
  }

  .weapon__img:nth-child(2) {
    max-width: 220px;
  }

  .weapon__img:nth-child(3) {
    max-width: 200px;
  }

  .avatar__top {
    padding: 0 15px;
  }

  .avatar__descr {
    font-size: 20px;
  }

  .avatar__tabs {
    display: flex;
  }

  .avatar__btn {
    min-width: auto;
    width: 100%;
  }

  .avatar__btn.active {
    background-color: #1fdbfa;
  }

  .avatar__list {
    width: 100%;
  }

  .avatar__item {
    padding-top: 40px;
  }

  .avatar__item--center .gradient {
    display: none;
  }

  .avatar__info {
    top: 67%;
    left: 10px;
  }

  .avatar__price {
    height: 50px;
    padding-top: 15px;
    font-size: 18px;
  }

  .avatar__price span {
    font-size: 10px;
  }

  .avatar__price::before {
    width: 10px;
    height: 10px;
  }

  .avatar__name {
    font-size: 18px;
  }

  .avatar__list-gradient {
    display: none;
  }

  .custom {
    z-index: 1;
  }

  .custom__title {
    padding: 0 15px;
  }

  .custom__inner {
    padding-bottom: 140px;
    height: 85vh;
  }

  .custom__progress-bar {
    width: 200px;
    height: 200px;
  }

  .custom__progress-bar:nth-child(1) svg {
    width: 200px;
    height: 200px;
  }

  .custom__progress-bar:nth-child(2) svg {
    width: 160px;
    height: 160px;
  }

  .custom__value {
    font-size: 33px;
  }

  .custom__value div {
    font-size: 10px;
  }

  .custom__btn {
    min-width: 300px;
    bottom: 15px;
  }

  .custom__panel {
    margin: auto auto 15px;
  }

  .custom__item:first-child {
    margin-bottom: 5px;
  }
  .custom__item+.custom__item {
    margin-top: 5px;
  }

  .custom__edit+.custom__edit {
    margin-left: 4px;
  }

  .custom__item:nth-child(odd) .custom__editor {
    transform: translateX(35px);
  }

  .custom__edit {
    width: 64px;
    height: 64px;
  }

  .custom__model img {
    max-height: 800px;
  }

  .stars__inner {
    display: block;
  }

  .stars__subtitle {
    display: block;
    background-color: #1FDBFA;
    margin-top: 30px;
    margin-bottom: 40px;
  }


  .stars__list {
    align-items: baseline;
    width: 100%;
  }

  .stars__list--male {
    margin-left: 0;
  }

  .stars__list.show {
    display: flex;
    animation: show-stars .3s forwards;
  }

  @keyframes show-stars {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }

  .stars__item img {
    max-height: 50vh;
  }

  .social__item {
    margin-bottom: 15px;
  }

}


@media (max-width: 560px) {

  .top__bg {
    max-height: 410px;
  }
  .top__bg-img--left,
  .top__bg-img--right {
    transform: translateX(0);
  }

  .avatar__name {
    font-size: 14px;
  }

  .custom__inner {
    padding-bottom: 95px;
  }

  .custom__model img {
    max-height: 550px;
  }

  .custom__progress-bar {
    width: 144px;
    height: 144px;
  }

  .custom__progress-bar:nth-child(1) svg {
    width: 144px;
    height: 144px;
  }

  .custom__progress-bar:nth-child(2) svg {
    width: 118px;
    height: 118px;
  }

  .custom__btn {
    bottom: 15px;
  }

  .custom__panel {
    margin: auto auto 15px;
  }

  .custom__el {
    width: 45px;
    min-width: 45px;
    font-size: 12px;
    margin-right: 10px;
  }

  .stars__name {
    bottom: 20px;
    font-size: 18px;
  }

  .social__form {
    flex-direction: column;
  }

  .social__input {
    width: 100%;
    margin-bottom: 20px;
  }

  .social__btn {
    width: 100%;
  }

  .social__item {
    width: 50px;
    height: 50px;
  }

  .social__item + .social__item {
    margin-left: 20px;
  }

  .footer {
    display: block;
    padding: 50px 0 60px;
  }

  .footer__copy {
    margin-bottom: 50px;
    text-align: center;
  }
}

@media (max-width: 420px) {
  .header {
    margin-bottom: 200px;
  }
  .top__bg {
    max-height: 370px;
  }
}
