*,
*::before,
*::after {
  box-sizing: border-box;
}

ul[class],
ol[class] {
  padding: 0;
}
body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}
button, input {
  outline: none;
  border: none;
}
body {
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
  display: flex;
  flex-direction: column;
  margin: 0;
  min-height: 100vh;
  background: url(/fav/el/images/tt/12/d/bg2.png) repeat;
}
ul[class],
ol[class] {
  list-style: none;
}
a {
  text-decoration-skip-ink: auto;
  text-decoration: none;
}
img {
  max-width: 100%;
  display: block;
}
article > * + * {
  margin-top: 1em;
}
input,
button,
textarea,
select {
  font: inherit;
  background: transparent;
}
button,
input:focus,
select:focus,
textarea:focus {
  outline: none;
}


html {
  font-size: 0.694446vw;
  font-family: 'Karla', sans-serif;
  height: -webkit-fill-available;
}

.header {
  max-width: 1440px;
  display: flex;
  justify-content: space-between;
  height: 10rem;
  align-items: center;
  margin: 0 auto 1rem;
  width: 100%;
  padding: 0 4rem;
}
.header__logo-img {
  width: 100%;
  height: 100%;
}
.header__logo {
  width: 25.3rem;
  height: 4rem;
}
.header__title {
  font-family: Rubik;
  font-style: normal;
  font-weight: bold;
  font-size: 3.6rem;
  line-height: 4.3rem;
  text-transform: uppercase;
  color: #EF2F69;
  color: #1D1D1D;
}
.header__title .colored {
  color: #EF2F69;
}
.content {
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.05);
  border-radius: 1rem;
  min-height: 40rem;
  margin-bottom: 8rem;
  margin: 0 1rem  8rem;
  background: rgba(255,255,255, 0.75);
}
.content__header-item {
  display: flex;
  align-items: center;
  font-size: 1.8rem;
  color: #292929;
  position: relative;
}
.content__header-item:nth-child(1) {
  animation: header1 1s;
}
.content__header-item:nth-child(2) {
  animation: header2 1.5s;
}
.content__header-item:nth-child(3) {
  animation: header3 2s;
}
@keyframes header1 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes header2 {
  0% {
    opacity: 0;
  }
  75% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes header3 {
  0% {
    opacity: 0;
  }
  85% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.content__header-img {
  width: 4rem;
  height: 4rem;
  margin-right: 1rem;
}
.content__header-count {
  font-weight: bold;
  font-size: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  width: 2rem;
  height: 2rem;
  position: absolute;
  left: -0.4rem;
  top: -0.5rem;
  background: #EF2F69;
  border-radius: 3px;
}
.content__header {
  display: flex;
  margin: 0 auto;
  flex: 1;
  width: 96.2rem;
  justify-content: space-between;
  padding: 0 4rem;
  height: 8rem;
  align-items: center;
  margin-top: -1rem;
  background: #FFFFFF;
  border: 1px solid #DCDCDC;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.05);
  border-radius: 4rem;
}
.wrapper {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-bottom: 2.2rem;
}

.selector {
  display: flex;
  justify-content: space-between;
  max-width: 128rem;
  margin: 0 auto;
  padding-top: 4.3rem;
}

.selector__item-title {
  font-weight: bold;
  font-size: 1.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  color: #1D1D1D;
  height: 5rem;
}
.swiper-container {
  width: 100%;
  height: 25rem;
  border-radius: 1rem 1rem 0 0;
}
.selector__item {
  width: 30rem;
  height: 30rem;
  position: relative;
  border: 1px solid #DCDCDC;
  box-shadow: 0px 1px 15px rgba(160, 160, 160, 0.4);
  border-radius: 1rem;
  cursor: pointer;
}
.selector__item_selected, .selector__item_selected_before {
  box-shadow: 0px 0px 0px 0.5rem #FFD2E0;
}
.selector__item_selected_before::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #FFBFD3;
  border-radius: 1rem;
  width: 33rem;
  height: 33rem;
  z-index: -1;
  border: 1rem solid #FFBFD3;
  animation: selected 0.4s ;
  opacity: 0;
}
@keyframes selected {
  0% {
    opacity: 0;
  }
  75% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.swiper-button {
  width: 2rem;
  height: 2rem;
  background: url(/fav/el/images/tt/12/d/arrow.svg) repeat center center;
  background-size: 100%;
  position: absolute;
  outline: none;
  right: -3rem;
  bottom: 15rem;
  cursor: pointer;
  margin-top: -2rem;
}
.swiper-button-prev {
  transform: rotate(180deg);
  left: -3rem;
  right: auto;
  bottom: 15rem;
  margin-top: -2rem;
}
.selector__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.search__button {
  width: 50rem;
  height: 10rem;
  border-radius: 1rem;
  font-weight: bold;
  font-size: 3.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  cursor: pointer;
}
.search {
  position: relative;
  width: 50rem;
  height: 10rem;
  margin: 4.3rem auto -4.5rem;
}
.search__item {
  position: absolute;
}
.search__item-blue {
  width: 3rem;
  height: 3rem;
  background: #007AFF;
  border-radius: 1rem;
  transform: rotate(-15deg);
  left: -15rem;
  top: 4rem;
}
.search__item-red {
  width: 4.1rem;
  height: 4.1rem;
  background: #EF2F69;
  border-radius: 1rem;
  transform: rotate(15deg);
  left: -7.6rem;
  top: 3.5rem;
}
.search__item-1 {
  left: auto;
  right: -8.5rem;
  transform: rotate(-15deg);
}
.search__item-2 {
  left: auto;
  top: 4rem;
  right: -15rem;
  transform: rotate(15deg);
}


.custom-btn {
  width: 50rem;
  height: 10rem;
  color: #fff;
  border-radius: 5px;
  font-family: 'Lato', sans-serif;
  font-weight: 500;
  background: transparent;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  display: flex;
  outline: none;
}

.btn-12{
  position: relative;
  border:none;
  box-shadow: none;
  width: 50rem;
  height: 10rem;
  line-height: 42px;
  -webkit-perspective: 230px;
  perspective: 230px;
}
.btn-12 span {
  background: #EF2F69;
  display: flex;
  position: absolute;
  width: 50rem;
  height: 10rem;
  border-radius: 5px;
  margin:0;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
  align-items: center;
  justify-content: center;
}
.btn-12 span:nth-child(1) {
  box-shadow:
   -7px -7px 20px 0px #fff9,
   -4px -4px 5px 0px #fff9,
   7px 7px 20px 0px #0002,
   4px 4px 5px 0px #0001;
  -webkit-transform: rotateX(90deg);
  -moz-transform: rotateX(90deg);
  transform: rotateX(90deg) translateY(-3rem);
  -webkit-transform-origin: 50% 50% -20px;
  -moz-transform-origin: 50% 50% -20px;
  transform-origin: 50% 50% -20px;
  opacity: 0;

}
.btn-12 span:nth-child(2) {
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  transform: rotateX(0deg);
  -webkit-transform-origin: 50% 50% -20px;
  -moz-transform-origin: 50% 50% -20px;
  transform-origin: 50% 50% -20px;
}
.btn-12:hover span:nth-child(1) {
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  transform: rotateX(0deg);
  opacity: 1;
}
.btn-12:hover span:nth-child(2) {
 color: transparent;
  -webkit-transform: rotateX(-90deg);
  -moz-transform: rotateX(-90deg);
  transform: rotateX(-90deg) translateY(3rem);
  opacity: 0;
}
.footer {
  display: flex;
  width: 135rem;
  margin: 0 auto;
  justify-content: space-between;
}
.footer__item, .footer__link {
  width: 30ren;
  height: 10rem;
  display: block;
  border-radius: 1rem;
  overflow: hidden;
}
.footer__item {
  display: none;
}
.footer__item-1 {
  display: block;
}
.footer__img {
  width: 100%;
  height: 100%;
}
.step {
  display: none;
  position: relative;
}
.step-3 {
  padding: 1rem 0;
}
.step-1 {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  background: url(/fav/el/images/tt/12/d/bg-11.jpg) no-repeat center bottom;
  background-size: cover;
}

.step.step_active {
  display: block;
}

.selected {
  display: flex;
  width: 113rem;
  margin: -7rem auto 0;
  justify-content: space-between;
  height: 12.5rem;
}
.selected__img {
  width: 15rem;
  height: 12.5rem;
  border-radius: 0.5rem;
  overflow: hidden;
}
.img-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hole {
  display: flex;
  justify-content: space-between;
  width: 125.8rem;
  margin: 4rem auto;
}
.blackhole {
  width: 27.5rem;
  height: 27.5rem;
  animation: black-hole 1s infinite linear;
  transform-origin: 45% 58%;
  position: relative;
  top: -3rem;
  left: 1rem;
}
.blackhole::before {
  position: absolute;
  width: 1rem;
  height: 1rem;
  background: #fff;
  left: 43%;
  top: 56%;
}
@keyframes black-hole {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(-180deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
.underhole__nnr {
  margin: 0 auto 2rem;
}
.nnr-sm {
  width: 30rem;
  height: 10rem;
  display: block;
  border-radius: 1rem;
  overflow: hidden;
}
.tabs {
  width: 100%;
  position: absolute;
  height: 4rem;
  top: -4rem;
}
.tabs__item {
  align-items: center;
  justify-content: center;
  display: flex;
  width: 21.4rem;
  height: 100%;
  position: absolute;
  left: 4.5rem;
  bottom: 0;
  box-shadow: 0px -2px 8px rgba(0, 0, 0, 0.05);
  border-radius: 10px 10px 0px 0px;
  font-size: 1.8rem;
  color: #1D1D1D;
  cursor: pointer;
  background: #CDCDCD;

}
.tabs__item_active {
  font-weight: bold;
  background: rgba(255,255,255, 0.75);
  cursor: default;
}
.tabs__item_similar {
  left: auto;
  right: 27rem;
}
.tabs__item_similar.tabs__item_active {
  background: #fff;
  left: 12.2rem;
}

.profiles {
  align-items: flex-end;
  margin-left: 4.4rem;
  display: none;
  padding: 4.5rem 0;
}
.profiles__info {
  width: 34.2rem;
  margin-left: 4.6rem;
}
.profiles__photo {
  width: 21.4rem;
  height: 38rem;
  background: #FFFFFF;
  border-radius: 1rem;
  overflow: hidden;
  position: relative;
}
.profiles__photo_premium {
  border: 2px solid #FFD600;
}
.profiles__photo-text {
  font-size: 1.3rem;
  display: flex;
  align-items: center;
  text-align: center;
  letter-spacing: -0.06em;
  color: #000000;
  position: relative;
  width: 100%;
  height: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FFD600;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
}
.profiles__photo-text::before,
.profiles__photo-text::after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 2rem;
  width: 1.5rem;
  height: 1.6rem;
  background: url(/fav/el/images/tt/12/d/star.svg) no-repeat center center;
  background-size: contain;
}
.profiles__photo-text::after {
  right: 2rem;
  left: auto;
}
.profile__title {
  position: relative;
  font-weight: bold;
  font-size: 2rem;
  line-height: 2.3rem;
  color: #484848;
  height: 6rem;
  align-items: center;
  display: flex;
}
.profile__status {
  width: 1.6rem;
  height: 1.6rem;
  background: #53C22B;
  position: absolute;
  top: 0;
  left: -2.5rem;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
}
.profiles__text {
  font-size: 1.4rem;
  line-height: 1.6rem;
  color: #000000;
  margin-bottom: 1rem;
  width: 24.5rem;
}
.profiles__photo-img {
  /* filter: blur(20px); */
}
.profiles__about {
  color: #787878;
}
.profiles__text-colored {
  color: #D8D8D8;
}
.profiles__expand {
  font-size: 1.4rem;
  line-height: 1.6rem;
  color: #787878;
  display: inline-block;
  border-bottom: 1px dashed #787878;
  margin-bottom: 2.8rem;
  cursor: pointer;
  display: none;
}
.profiles__album {
  display: flex;
  margin-bottom: 2rem;
  margin-top: 5rem;
}
.profiles__album-item {
  width: 7.4rem;
  height: 7.4rem;
  margin-right: 1rem;
  border-radius: 0.5rem;
  overflow: hidden;
  cursor: pointer;
}
.profiles__album-img {
  filter: blur(8px);
}
.profiles__album-item:last-child {
  margin-right: 0;
}
.input, .button {
  background: #FFFFFF;
  border: 1px solid #3C3C3C;
  box-sizing: border-box;
  border-radius: 1rem;
  width: 100%;
  height: 4.5rem;
}
.input__field {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  outline: none;
  font-size: 1.6rem;
  color: #3C3C3C;
  text-align: center;
}
.input__field::placeholder {
  color: #3C3C3C;
}
.button {
  font-weight: bold;
  font-size: 1.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  color: #FFFFFF;
  background: #EF2F69;
  border-radius: 1rem;
  margin-top: 0.5rem;
  cursor: pointer;
  border: none;
  user-select: none;
}
.profiles__similar {
  display: flex;
  margin-left: auto;
  margin-right: 4.5rem;
}
.profiles__similar .profiles__photo {
  margin-right: 1rem;
  cursor: pointer;
}
.profiles__similar .profiles__photo:last-child {
  margin-right: 0;
}
.profiles__photo-wrapper {
  display: none;
}
.profiles_tab-similar .profiles__photo {
  margin-left: -18.5rem;
  z-index: 1;
}
.profiles_tab-similar .profiles__photo:first-child {
  margin-left: 0;
}
.profiles_tab-similar {
  display: none;
}
.profiles_tab-active {
  display: flex;
}
.profiles_tab-similar .profiles__similar {
  margin: 0;
}
.nnr-counter {
  margin-left: auto;
  margin-right: 3.5rem;
}
.nnr-counter .nnr-sm {
  margin-top: 1rem;
}

.nnr-sm, .nnr-md, .modal-img, .selector__img, .selected__img, .hole__nnr-link .img-cover {
  /* filter: blur(15px); */
}

.modal__backdrop {
  background: #000000;
  opacity: 0.9;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  display: none;
}
.modal {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 71.5rem;
  height: 59rem;
  z-index: 3;
  overflow: hidden;
  display: none;
  border-radius: 1rem;
}
.modal__content {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.modal-img {
  position: absolute;
  left: 0;
  top: 0;
  filter: blur(15px);
}
.modal__form {
  z-index: 1;
  width: 34.2rem;
}
.started {
  width: 74rem;
  height: 44rem;
  left: 0;
  top: 45%;
  transform: translateY(-50%);
  position: absolute;
  background: rgba(245, 245, 245, 0.5);
  border-radius: 0px 3rem 3rem 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.started__logo {
  width: 50.6rem;
  height: 8rem;
  margin-bottom: 2rem;
  position: relative;
  right: -2.5rem;
}
.started__logo-img {
  width: 100%;
  height: 100%;
}
.started__title {
  font-family: Rubik;
  font-weight: bold;
  font-size: 3.6rem;
  line-height: 4.3rem;
  text-transform: uppercase;
  color: #1D1D1D;
  margin-bottom: 5.3rem;
}
.started__title .colored {
  color: #EF2F69;
}
.started__button {
  width: 46.3rem;
  height: 10rem;
  font-weight: bold;
  font-size: 3.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  background: #EF2F69;
  border-radius: 1rem;
  cursor: pointer;
  color: #FFFFFF;
}
.hole__nnr {
  width: 30rem;
  height: 27.5rem;
}
.hole__nnr-link {
  display: block;
  width: 100%;
  height: 100%;
}

.genie {
  display: block;
  z-index: 2;
  position: absolute;
}
.selected {
  position: relative;
  display: flex;
  width: 95rem;
  margin: -7rem auto 0;
  justify-content: space-between;
  height: 12.5rem;
  transform: translateX(-7rem);
  z-index: 1;
  opacity: 0;
  animation: hide 4s;
}
@keyframes hide {
  0% {
    opacity: 1;
  }
  30% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
#block1 {
  left: 50%;
  transform: translateX(-50%);
}

#block2 {
  right: 0;
  left: auto;
}


@media (min-width: 1440px) {
  html {
    font-size: 10px;
  }
  .content {
    margin-left: auto;
    margin-right: auto;
    max-width: 142rem;
    width: 100%;
  }
}


