@charset "UTF-8";
@font-face {
  font-family: "Rosamunda";
  src: url("/fonts/Rosamunda One.ttf");
}
@font-face {
  font-family: "Marker";
  src: url("/fonts/PermanentMarker-Regular.ttf");
}
@font-face {
  font-family: "PlayfairMed";
  src: url("/fonts/playfair/PlayfairDisplay-Medium.ttf");
}
body {
  font-size: 16px;
  padding-top: 46px;
  background: #edf3f8;
  color: #070024;
}

h2, h3 {
  font-family: "PlayfairMed";
}

h3 {
  font-size: 1.3rem;
}

.p0 {
  padding: 0;
}

.pad-min-1 {
  padding-right: 0.1rem;
}

.header {
  background: #fff;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
  transition: top 0.3s;
}

.logo {
  font-family: "Rosamunda";
  font-size: 3rem;
  line-height: 3rem;
}

.shwp {
  font-family: "Marker";
  font-style: italic;
  font-size: 1rem;
  line-height: 1rem;
  letter-spacing: 0.1rem;
  margin: 0.5rem 0 0 0;
}

.ltr1 {
  letter-spacing: 0.3rem;
}

.shwp img {
  width: 100px;
}

.content-container {
  position: relative;
  padding-bottom: 5rem;
}

.container {
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
}

.footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  background-color: #fff;
  padding: 7px 0 0 0;
  z-index: 1000;
}

.footer p {
  margin: 0;
}

.footer-container {
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
}

.footer-row, .forhead, .logo {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.forhead {
  align-items: center;
}

.footer-col, .elhead {
  flex: 1;
  text-align: center;
  padding: 0 15px;
}

.footer-col {
  border-right: 0.5px solid #4c2a78;
}

.foot-bt img {
  width: 2.8rem;
  height: 2.8rem;
  padding: 3px;
}

.elhead {
  text-align: left;
  padding: 0 0.3rem;
}

.heart, .bell {
  width: 2rem;
  margin-right: 1rem;
}

.heart {
  margin-left: auto;
}

.heart img, .bell img {
  width: 100%;
}

/*--------------------------------*/
.swiper {
  width: 100%;
  height: 300px;
  cursor: grab;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 90%; /* Применено к обоим слайдерам */
}

.sl1, .sl2, .sl3, .sl4 {
  background: center, no-repeat;
  background-size: cover;
}

.sl1 {
  background-image: url(/images/banners/slider-1.jpg);
}

.sl2 {
  background-image: url(/images/banners/slider-2.jpg);
}

.sl3 {
  background-image: url(/images/banners/slider-3.jpg);
}

.sl4 {
  background-image: url(/images/banners/slider-4.jpg);
}

.slide-content {
  display: flex;
  flex-direction: column; /* устанавливаем направление столбцом */
  justify-content: flex-start; /* выравнивание по верхнему краю */
  align-items: center; /* центрируем по горизонтали */
  width: 100%;
  padding: 30px 20px;
  position: relative;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 0 50px 50px 50px;
  z-index: 1;
}

.slide-content::before {
  content: "";
  position: absolute;
  left: 5px;
  right: 5px;
  top: 5px;
  bottom: 5px;
  border: 3px double #4c2a78;
  border-radius: 0 50px 50px 50px;
  z-index: -1;
}

.slide-content h2, .slide-content h6 {
  font-family: "PlayfairMed";
  font-size: 1.1rem;
}

.slide-content h6 {
  font-size: 0.9rem;
  letter-spacing: 2px;
  color: #4c2a78;
}

.slide-content p, .cats-descript p, .prof-cont {
  font-size: 0.8rem;
  font-weight: 500;
  font-family: "roboto";
}

.roses-slide {
  position: absolute;
  right: -20px;
  bottom: -15px;
  width: 20%;
  height: 100%;
  background-image: url(/img/rosees-1.png);
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: 120px 120px;
}

/* -------------------------------------------------- */
.slide-content,
.slide-content h6,
.slide-content h2,
.slide-content p,
.roses-slide {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.swiper-slide-active .slide-content,
.swiper-slide-active .slide-content h6,
.swiper-slide-active .slide-content h2,
.swiper-slide-active .slide-content p,
.swiper-slide-active .roses-slide {
  opacity: 1;
  transform: translateY(0);
}

.slide-content {
  transition-delay: 0.15s;
}

.slide-content h6 {
  transition-delay: 0.25s;
}

.slide-content h2 {
  transition-delay: 0.35s;
}

.slide-content p {
  transition-delay: 0.45s;
}

.roses-slide {
  transition-delay: 0.55s;
}

/* ------------------------------------------------ */
.swiper2 {
  width: 100%;
  height: 450px;
}

.swiper2 .swiper-wrapper {
  display: flex;
  top: 25px;
}

.swiper2 .swiper-slide {
  flex: 0 0 auto; /* Добавлено для второго слайдера */
  width: 200px; /* Ширина слайда во втором слайдере */
  height: 350px; /* Высота слайда во втором слайдере */
  display: flex;
  flex-direction: column;
  background: #edf3f8;
}

.swiper2 .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.swiper2 .swiper-slide .cat-icons {
  display: flex; /* Добавляем flex-контейнер */
  justify-content: center; /* Выравниваем содержимое по горизонтали по центру */
  align-items: flex-start;
  margin: auto;
  margin-top: -50px;
  width: 100px;
  height: 105px;
  background: #fff;
  border-radius: 50%;
  transition: all 0.5s ease-in-out;
  z-index: 1;
}

.swiper2 .swiper-slide .cat-icons img {
  width: 3rem;
  height: 3.5rem;
  margin: 5px 0 0 0;
}

.cats-descript {
  width: 90%;
  left: 5%;
  margin-top: -30px;
  background: #fff;
  padding: 0px 5px;
}

.cats-descript h3 {
  margin-top: -45px;
  font-family: "PlayfairMed";
  text-align: left;
}

.cats-descript p {
  font-weight: normal;
  text-align: left;
  margin-bottom: 5px;
}

.top-cats-h {
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 3rem;
}

/* registration */
.form-group {
  margin-bottom: 20px;
}

.login-form {
  margin: 2rem 0 5rem 0;
  background: #fff;
  box-shadow: 0 0 40px 5px rgba(0, 0, 0, 0.05);
  position: relative;
  padding: 20px;
}

.login-form::before {
  content: "";
  position: absolute;
  top: 40px;
  bottom: 40px;
  left: 0;
  width: 3px;
  background: #4c2a78;
  border-radius: 10px;
}

.login-form .log-head {
  text-align: center;
  margin-bottom: 50px;
}

.login-form .log-head img {
  width: 100%;
  height: auto;
}

.login-form .form-group {
  margin-bottom: 20px;
}

.login-form label {
  display: inline-block;
  vertical-align: top;
  width: 250px;
  color: #000;
  margin-bottom: 5px;
  font-size: 1.2rem;
  font-family: "Roboto";
  font-weight: 500;
  font-style: italic;
}

.login-form .form-group .form-reg-inp {
  border: 1px solid #4c2a78;
  border-radius: 5px;
  padding: 12px 18px;
  box-shadow: none;
  transition: 0.5s;
  width: 100%;
  background: #fff;
}

.form-reg-inp:focus {
  border-color: #007bff;
  box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
}

.login-form .but-go-100 {
  width: 100%;
}

.but-go-100 {
  font-size: 16px;
  color: #ffffff;
  padding: 12px 28px;
  transition: all 0.5s;
  text-transform: uppercase;
  position: relative;
  border-radius: 0px;
  font-weight: 500;
  cursor: pointer;
  text-align: center;
  border: none;
  background: #4c2a78;
  box-shadow: 0 3px 24px rgba(0, 0, 0, 0.12);
  z-index: 1;
}

.but-go-100::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  border: 2px solid #4c2a78;
  top: 5px;
  left: -5px;
  transition: all 0.5s ease-in-out;
  z-index: -1;
}

.login-form .login-foot {
  margin-top: 25px;
}

.login-form .login-foot a {
  color: #4c2a78;
  transition: 0.5s;
}

.eror-mess-form {
  color: red;
  font-family: "Roboto";
  font-weight: 500;
}

/* Профиль */
.profile, .prof-video, .albums {
  margin-top: 0.4rem;
  padding: 7px;
  background: #fff;
  border-radius: 10px;
}

.profile h2, .prof-video h2, .profile h3, .prof-video h3 {
  font-style: italic;
}

.profile h2 {
  font-style: normal;
  font-weight: 600;
}

.prof-ava {
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #4c2a78;
  border: solid #4c2a78;
  border-width: 0.2rem 0 0 0.2rem;
}

.prof-ava img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 150%;
  height: 150;
}

.prof-mess, .prof-linc-soc, .prof-coont-cover {
  list-style-type: none;
  padding: 0;
  display: flex;
  justify-content: center;
}

.prof-coont-cover {
  justify-content: flex-start;
}

.prof-cont {
  margin-right: 0.5rem;
}

.prof-linc-soc {
  margin-top: 0.5rem;
  flex-direction: column;
  align-items: left;
}

.prof-mess li, .prof-linc-soc li {
  width: 2rem;
  height: 2rem;
  flex: 1;
  text-align: center;
  font-family: "Roboto";
  font-weight: 500;
  background-repeat: no-repeat;
  background-position: top left;
  background-size: contain;
}

.prof-event-event {
  background: url(/img/events_ico.svg);
}

.prof-event-feed {
  background: url(/img/feedback_ico.svg);
}

.prof-event-mess {
  background: url(/img/mess_ico.svg);
}

.prof-linc-soc li {
  width: 7.5rem;
  height: auto;
  text-align: left;
  font-weight: 400;
  padding-left: 1.2rem;
  background-size: 1rem 1rem;
  background-position: center left;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.prof-linc-soc a {
  color: #4c2a78;
  font-weight: 500;
}

.prof-link-insta {
  background: url(/img/insta_ico.svg);
}

.prof-link-yt {
  background: url(/img/yt_ico.svg);
}

.prof-link-tic {
  background: url(/img/tic-tok_ico.svg);
}

.prof-bio {
  width: 100%;
  padding: 3px;
  min-height: 150px;
}

.edit-text, .edit-text-right {
  width: 1rem;
  height: 1rem;
  position: absolute;
  bottom: 0;
  right: 0;
  background: url(/img/edit_dimly_ico.svg) no-repeat center center;
}

.edit-text-right {
  position: relative;
  margin-left: 0.5rem;
}

.prof-video {
  -o-object-fit: scale-down;
     object-fit: scale-down;
  padding: 0;
}

.prof-video h4 {
  text-align: center;
  padding: 5px;
}

.video-but {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  border-radius: 20%;
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.2) url(/img/yt_ico.svg) no-repeat center center;
  z-index: 9999;
}

/* Модал загрузки видео */
.modal {
  display: block;
  visibility: hidden;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 0;
  transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out;
  transform: scale(0.95);
  padding-top: 40%;
}

.modal img {
  position: absolute;
  top: -0.5rem;
  right: -1rem;
  width: 6rem;
  height: 6rem;
  transform: rotate(170deg);
}

.modal.show {
  visibility: visible;
  opacity: 1;
  transform: scale(1);
}

.modal-content {
  margin: 5% auto;
  padding: 10px 15px;
  border: 1px solid #888;
  width: 80%;
  background:url(/img/divider.svg) no-repeat center 1rem #fefefe;
  background-size: 40%;
}

.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.btn-viol-1 {
  font-size: 16px;
  color: #ffffff;
  padding: 12px 28px;
  transition: all 0.5s;
  text-transform: uppercase;
  position: relative;
  border-radius: 0px;
  font-weight: 500;
  cursor: pointer;
  text-align: center;
  border: none;
  background: #4c2a78;
  box-shadow: 0 3px 14px rgba(0, 0, 0, 0.12);
  z-index: 1;
  margin: 1rem;
}

.btn-viol-1::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  border: 2px solid #4c2a78;
  top: -5px;
  left: -5px;
  transition: all 0.5s ease-in-out;
  z-index: -1;
}

.btn-viol-1-70{
  width: 70%; 
  margin:2rem auto;
  text-decoration:none;
}

/* Albums */

.albums {
  padding: 1rem;
  min-height: 14rem;
  position: relative;
  z-index: 0;
}

.cover-albums {
  padding: 0 4px 0 2px;
}

.cover-albums > .albums-img img {
  max-width: 100%;
  transition: transform 0.3s ease;
  position: relative;
  z-index: 2;
}

.cover-albums > .albums-img:before {
  content: "";
  position: absolute;
  width: 85%;
  height: 85%;
  border: 3px solid #4c2a78;
  left: 8px;
  top: 8px;
  z-index: 1;
}

.cover-albums-shape {
  position: absolute;
  right: 5px;
  bottom: 2px;
  z-index: 0;
}

.cover-albums-shape img {
  width: 3rem;
}

.cover-albums-name {
  background: #fff;
  position: absolute;
  left: -2px;
  bottom: 25px;
  padding: 2px;
  z-index: 3;
}

.ico2 {
  width: 1rem;
  height: 1rem;
}

.prof-coont-cover {
  display: flex;
  justify-content: space-between;
}

.prof-cont {
  font-size: 1rem;
}

.album-link {
  text-decoration: none;
  color: inherit;
  display: block;
}

.albums-img:hover img {
  transform: scale(1.1);
}
