/*
Theme Name: relax
*/

@font-face {
  font-family: FoglihtenNo06;
  src: url(assets/fonts/FoglihtenNo06.woff);
}

@font-face {
  font-family: InterTight-Italic;
  src: url(assets/fonts/InterTight-Italic.woff);
}

@font-face {
  font-family: InterTight-Light;
  src: url(assets/fonts/InterTight-Light.woff);
}

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

body {
  font-family: FoglihtenNo06;
  background-color: #000000;
}

header {
  background: rgba(0, 0, 0, 0.58);
  backdrop-filter: blur(9.6px);
  -webkit-backdrop-filter: blur(9.6px);
	position: relative;
	z-index: 99999;
}

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

.text-new {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 900px;
	gap: 10px;
	margin: 0 auto;
}

.text-new h2, .text-new p, .text-new ul li {
	color: #fff;
	text-align: center;
	
}

.text-new h2 {
	margin: 20px 0 20px 0;
	font-size: 34px;
}

 .text-new p, .text-new ul li {
	font-size: 20px;
	 font-family: InterTight-Light;
	
}


.dop-text-data {
  margin: 0 auto 30px auto;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 500px;
  width: 100%;
}

.dop-text-data p {
  color: #fff;
  text-align: center;
  font-size: 20px;
}



.scroll-top {
	position: fixed;
	bottom: 30px;
	left: 30px;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: #e4b122;
	display: flex;
	align-items: center;
justify-content: center;
	cursor: pointer;
}

.scroll-top svg {
	width: 20px;
	height: 20px;
	fill: #fff;
}





.sub-title-text {
	font-family: InterTight-Light;
    text-align: center;
    font-weight: 100;
    font-size: 22px;
    color: #fff;
	max-width: 900px;
	margin-top: -100px;
}






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

::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  background-color: #7e6111;
}

::-webkit-scrollbar-thumb {
  background-color: #e4b122;
  border-radius: 20px;
  transition: 0.3s linear;
}

::-webkit-scrollbar-thumb:hover {
  background-color: #eaddf7;
  border-radius: 20px;
  transition: 0.3s linear;
}

.page-title {
  color: #fff;
  font-size: 30px;
}

.main-section {
  overflow: hidden;
  width: 100%;
  height: auto;
}

.main-section-wrapper {
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
  position: relative !important;
}

.interier-pagination {
	display; none;
}

.container {
  max-width: 1720px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}

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

.overflow-hidde {
  overflow: hidden;
}

.relative {
  position: relative;
}

.btn {
  background-color: #000;
  color: #e4b122;
  font-family: InterTight-Italic;
  font-size: 20px;
  border: 1px solid #e4b122;
  text-decoration: none;
  transition: 0.3s ease;
  cursor: pointer;
  position: relative;
  z-index: 1;
}
.btn:hover {
  color: #000;
  background-color: #e4b122;
  transition: 0.3s ease;
}

.burger-btn {
  background: initial;
  border: none;
  cursor: pointer;
}

.burger-btn img {
  transition: 0.3s linear;
}

.burger-btn img:hover {
  transition: 0.3s linear;
  filter: brightness(1.5);
}

.header-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 150px;
  position: relative;
}

.header-logo a img {
  position: absolute;
  top: 38px;
  left: calc(50% - 62px);
}

.header-social-links {
  display: flex;
  align-items: center;
  gap: 14px;
}

.header-phone {
  font-size: 20px;
  color: #fff;
  font-family: InterTight-Light;
  font-weight: 700;
  transition: 0.3s linear;
}

.header-phone:hover {
  color: #e4b122;
  transition: 0.3s linear;
}

/* .header-social-links a img {
  transition: 0.3s linear;
} */

.header-social-links a img:hover {
  filter: brightness(6.5);
}

.burger-links a img {
  transition: 0.3s linear;
}

.burger-links a img:hover {
  filter: brightness(6.5);
  transition: 0.3s linear;
}

.first-ellipse {
  position: absolute;
  top: -100px;
  left: -400px;
}

.second-ellipse {
  position: absolute;
  top: 0;
  right: -400px;
}

.title-text {
  font-size: 100px;
  color: #fff;
  font-weight: 400;
  user-select: none;
}

.sub-title {
  color: #fff;
  font-family: InterTight-Light;
  font-size: 20px;
  font-weight: regular;
}

.text-center {
  text-align: center;
}

.front-img {
  max-width: 1494px;
}

.main-section-wrapper {
  display: flex;
  justify-content: center;
  position: relative;
}

.main-section-content {
  margin-top: 17px;
}

.front-text {
  position: absolute;
  top: 50px;
  left: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 150px 0;
}

.phone-btn {
  font-size: 20px;
  padding: 18px 40px;
}

.run-lines-wrapper {
  max-width: 1920px;
  margin: auto;
  transform: translateY(60px);
  height: 200px;
}
.items-wrap {
  position: relative;
  display: flex;
  overflow: hidden;
  user-select: none;
  background-color: #000;
  padding: 8px 0;
  border-top: 1px solid #e4b122;
  border-bottom: 1px solid #e4b122;
}

.items {
  flex-shrink: 0;
  display: flex;
  counter-reset: item;
  justify-content: space-around;
  min-width: 100%;
}

.item {
  flex: 0 0 auto;
  width: 360px;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 35px;
  font-weight: 400;
  color: #fff;
  transition: all 0.1s ease-in-out;
  line-height: 1;
}

.rev {
  transform: rotate(-3deg);
  margin-top: -60px;
}

.ver {
  transform: rotate(3deg);
  opacity: 20%;
}

.marquee {
  animation: scroll 60s linear infinite;
}
.reverce {
  animation-direction: reverse;
}

@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-100% - 20px));
  }
}

.banners-wrapper {
  transform: translateY(-160px);
}

.banner-slider {
  max-width: 1067px;
  display: flex;
  overflow: visible !important;
  width: 100%;
  height: 604px;
  position: relative;
}

.banner-slider-wrapper {
  height: unset;
}

.banner-slider {
  max-width: 933px;
  width: 100%;
  height: 500px;
  display: flex;
  overflow: visible !important;
  position: relative;
}

.banner-slid {
  overflow: hidden;
  border: 1px solid #e4b122;
  border-radius: 30px;
  max-width: 933px;
  width: 100%;
  height: 500px;
  transition: 0.3s linear;
  opacity: 0.5;
}

.banner-slid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper-slide-active {
  position: relative;
  z-index: 10;
  transition: 0.3s linear;
}

.banners-pagination {
  position: static !important;
}

.banners-pagination .swiper-pagination-bullet {
  background-color: #2b230c !important;
  width: 16px;
  height: 16px;
}

.banners-pagination .swiper-pagination-bullet-active {
  background-color: #e4b122 !important;
}

.prev-btn {
  cursor: pointer;
  z-index: 30;
  display: flex;
  align-items: center;
}

.next-btn {
  display: flex;
  align-items: center;
  transform: rotate(180deg);
  cursor: pointer;
  z-index: 30;
}

.mobile-banner-slider-navigation {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 85px;
}

.arrow-m-left {
  position: absolute;
  top: calc(50%);
  left: 20px;
  max-width: 30px;
  width: 100%;
  cursor: pointer;
}

.arrow-m-right {
  position: absolute;
  top: calc(50%);
  right: 20px;
  transform: rotate(180deg);
  max-width: 30px;
  width: 100%;
  cursor: pointer;
}

.girls-slider {
  max-width: 1920px;
  width: 100%;
  padding-top: 40px !important;
}

.masters-section {
  width: 100%;
  transform: translateY(114px);
}

.masters-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 146px 96px;
  margin-top: 120px;
  flex-wrap: wrap;
}

.master-item-wrapper {
  display: flex;
  align-items: center;
  position: relative;
  max-width: 496px;
  width: 100%;
}

.all-maters-btn-wrapper {
  padding-top: 100px;
  display: flex;
  justify-content: center;
  padding-bottom: 60px;
}

.all-masters-btn {
  padding: 18px 40px;
}

.girl-content {
  overflow: hidden;
  position: relative;
  border-radius: 248px 248px 0 0;
}

.girl-wrapper:after {
  content: url(assets/img/border.svg);
  position: absolute;
  top: -38px;
  right: -30px;
  z-index: -1;
}

.girl-img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.girl-data-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  bottom: 29px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  width: 100%;
}

.girl-name {
  color: #fff;
  font-weight: 400;
  font-size: 70px;
  text-align: center;
}

.girl-parametrs {
  font-family: InterTight-Light;
  font-size: 18px;
  color: #fff;
  margin: 10px 0 29px 0;
}

.girl-phone {
  padding: 10px 30px;
  text-decoration: none;
  transition: 0.3s ease;
}

.btn-reverse {
  background-color: #e4b122;
  border: 1px solid #e4b122;
  color: #000;
  transition: 0.3s ease;
}

.btn-reverse:hover {
  background-color: #000000;
  border: 1px solid #e4b122;
  color: #e4b122;
  transition: 0.3s ease;
}

.add-link-girl {
  margin-top: 30px;
  color: #e4b122;
  font-size: 20px;
  font-family: InterTight-Italic;
}

.label-girl {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
}

.label-girl p {
  margin-bottom: 0;
  font-size: 20px;
  padding-top: 8px;
  user-select: none;
}

.girls-wrapper {
  overflow: hidden;
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
}

.girls-slider {
  max-width: 526px;
  display: flex;
  overflow: visible !important;
  width: 100%;
  position: relative;
}

.girls-slider-ellipse {
  position: absolute;
  top: 0;
}

.girl-slide {
  transition: 0.3s linear;
  transform: scale(0.8) !important;
  opacity: 0.5;
}

.swiper-slide-active {
  position: relative;
  z-index: 10;
  transition: 0.3s linear;
  transform: scale(1) !important;
  opacity: 1;
}

.banners-pagination .swiper-pagination-bullet {
  background-color: #2b153e;
  width: 16px;
  height: 16px;
}

.banners-pagination .swiper-pagination-bullet-active {
  background-color: #a164da;
}

.girls-slider-navigation-wrapper {
  padding-top: 102px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.prev-btn-girl {
  cursor: pointer;
}

.next-btn-girl {
  transform: rotate(180deg);
  cursor: pointer;
}

.all-girls-link {
  padding: 18px 25px;
  cursor: pointer;
}

.luck-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 150px;
  width: 100%;
}

.title-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 45px 0;
  position: relative;
}

.title-wrapper-ellipse {
  position: absolute;
  top: -250px;
}

section:nth-child(2) {
  padding-bottom: 150px;
  padding-top: 30px;
}

.circle-fortune-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 100%;
}

.fortune-circle {
  max-width: 858px;
  width: 100%;
  aspect-ratio: 1/1;
  transition: 1s ease-in-out;
  position: relative;
  display: block;
}

.circle-fortune {
  position: relative;
}

.mediator {
  position: absolute;
  right: -60px;
  top: calc(50% - 37px);
}

.girl-btn {
  display: flex;
  align-items: center;
  gap: 0 30px;
}

.lucky-btn {
  padding: 18px 40px;
  cursor: pointer;
}

.main-programm-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 150px;
  padding-bottom: 100px;
}

.programms-items {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 80px 21px;
  margin-top: 179px;
  flex-wrap: wrap;
  justify-content: center;
}

.programms-items-wrapper {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 114px 21px;
  margin-top: 179px;
}

.program-item-img-small:nth-child(1) {
  max-width: 546px;
  width: 100%;
  aspect-ratio: 1/1;
  overflow: hidden;
  border-radius: 40px 300px 40px 40px;
}

.program-item-img-small:nth-child(2) {
  max-width: 546px;
  width: 100%;
  aspect-ratio: 1/1;
  overflow: hidden;
  border-radius: 300px 40px 40px 40px;
}

.program-item-img img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.program-item-img-big:nth-child(1) {
  height: 546px;
  max-width: 1112px;
  width: 100%;
  overflow: hidden;
  border-radius: 300px 40px 40px 40px;
}

.g-card {
  display: none !important;
}

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

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

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

.vis-card {
  display: none !important;
}

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

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

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

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

.vis-card:nth-child(5) {
  display: flex !important;
}

.vis-card:nth-child(6) {
  display: flex !important;
}

.vis-card:nth-child(7) {
  display: flex !important;
}

.vis-card:nth-child(8) {
  display: flex !important;
}

.vis-card:nth-child(9) {
  display: flex !important;
}

.vis-card:nth-child(10) {
  display: flex !important;
}

.vis-card:nth-child(11) {
  display: flex !important;
}

.program-item-img-big:nth-child(2) {
  border-radius: 40px 300px 40px 40px;
}

.program-item-img-big img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.program-item {
  max-width: 546px;
  width: 100%;
  aspect-ratio: 1/1;
  background-color: #0b0b0b;
  border-radius: 45px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.program-item::after {
  content: url(assets/img/border.png);
  position: absolute;
  bottom: 0;
  left: 0;
  max-width: 546px;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.programm-text-wrapper {
  position: relative;
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 0 59px;
  min-height: 300px;
  margin-top: 46px;
  gap: 40px 0;
}

.programm-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px 0;
}

.programm-icon {
  margin-top: -60px;
}

.titile-programm {
  font-size: 35px;
  color: #fff;
  font-weight: 400;
}

.description-programm {
  font-family: InterTight-Light;
  text-align: center;
  font-weight: 100;
  font-size: 18px;
  color: #fff;
  opacity: 0.6;
}

.price-programm {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
  flex-wrap: wrap;
}

.price-programm p {
  font-family: InterTight-Light;
  font-size: 18px;
  color: #fff;
  border: 1px solid #fff;
  padding: 6px 9px;
  border-radius: 90px;
}

.price-programm p:empty {
  display: none;
}

.programm-girl {
  position: absolute;
  bottom: 210px;
  left: -210px;
}

.all-programm-btn {
  padding: 18px 25px;

  position: relative;
  z-index: 1;
  margin-top: 68px;
}

.sertificat-wrapper {
  padding-top: 150px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.sertificat-img-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 57px;
  position: relative;
  width: 100%;
}

.sertificats-img {
  position: relative;
  top: -190px;
  left: -70px;
  z-index: 0;
}

.discont-line {
  position: relative;
  top: -340px;
  height: auto;
}

.sertificat-ellipse-left {
  position: absolute;
  bottom: 450px;
  left: -400px;
}

.sertificat-ellipse-right {
  position: absolute;
  top: 0;
  right: -400px;
}

.sertificat-btn {
  padding: 18px 40px;
}

.interior-slider-wrapper {
  overflow: hidden;
  padding-top: 150px;
  padding-bottom: 150px;
}

.interior-slider {
  max-width: 1060px;
  margin: 0 auto;
  width: 100%;
  min-height: 760px;
  overflow: visible !important;
}

.interior-slide {
  transform: scale(0.8) !important;
  height: 100%;
  transition: 0.3s linear;
  opacity: 0.3;
  overflow: hidden;
  border-radius: 45px;
  height: 805px;
  border-radius: 20px;
}

.interior-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper-slide-active {
  transform: scale(1) !important;
  height: 100%;
  opacity: 1;
  transition: 0.3s linear;
	border-radius: 20px;
}

.interior-slider .swiper-pagination .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  background: #2b230c;
	display: none !important;
}

.interior-slider .swiper-pagination .swiper-pagination-bullet-active {
  background: #e4b122 !important;
}

footer {
  padding-top: 150px;
}

.footer-wrapper {
  width: 100%;
  height: 600px;
  background-color: #0b0b0b;
  border-radius: 45px;
  padding: 100px 90px;
  position: relative;
  display: flex;
  overflow: visible;
}

.footer-items {
  display: flex;
  flex-direction: column;
  gap: 77px 0;
}

.footer-item {
  display: flex;
}

.footer-menu ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px 0;
}


.footer-menu ul li .sub-menu {
  display: none;
  position: absolute;
  top:35px;
  left:  0;
  padding: 0;
  list-style: none;
  z-index: 2;
}

.footer-nav li:last-child {
  display: none;
}

.footer-menu ul li:hover .sub-menu {
  display: flex;
}


.footer-menu ul li a {
  text-decoration: none;
  color: #fff;
  font-family: InterTight-Light;
  font-size: 20px;
  transition: 0.3s linear;
}

.footer-menu ul li a:hover {
  color: #e4b122;
  transition: 0.3s linear;
}



.sub-menu {
  width: 260px;
  padding: 20px !important;
  background-color: #111111;
  flex-direction: column;
  align-items: flex-start;
  gap: 30px;
  border: 1px solid #c19b59;
}



















.footer-links {
  display: flex;
  align-items: center;
  gap: 0 13px;
  margin-top: 20px;
}

.footer-nav-item {
  text-decoration: none;
  color: #fff;
  font-family: InterTight-Light;
  font-size: 16px;
  opacity: 0.6;
}



.footer-discont {
  padding: 18px 25px;
}

.adress-wrapper {
  display: flex;
  flex-direction: column;
  gap: 95px 0;
}

.adress {
  color: #fff;
  font-family: InterTight-Light;
  font-size: 18px;
  margin-top: 10px;
}

.footer-girl {
  position: absolute;
  bottom: 0;
  right: 20px;
}

.contacts-wrapper {
  margin: 0 148px 0 200px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 57px;
}

.description-section {
  padding: 32px 0 94px 0;
}

.description-text {
  color: #fff;
  font-family: InterTight-Light;
  font-size: 14px;
  opacity: 0.6;
}

.bread-crumbs-wrapper ul {
  padding-top: 15px;
  display: flex;
  list-style: none;
  gap: 0 3px;
}

.bread-crumbs-wrapper ul li p {
  font-family: InterTight-Light;
  font-size: 18px;
  color: #fff;
  opacity: 1;
}

.bread-crumbs-wrapper ul li a {
  font-family: InterTight-Light;
  font-size: 18px;
  color: #fff;
  text-decoration: none;
  opacity: 0.6;
}

.crazy-menu-wrapper {
  background-image: url(assets/img/c-menu.png);
  width: 100%;
  margin: 0 auto;
  height: 1543px;
  transform: translateY(117px);
  background-repeat: no-repeat;
  background-position: center center;
  display: flex;
  justify-content: space-between;
}

.crazy-menu-item {
  width: 32%;
  display: flex;
  flex-direction: column;
  gap: 30px 0;
  transform: translateY(30px);
}

.crazy-item:nth-child(even) {
  display: flex;
  width: 100%;
  justify-content: flex-start;
}

.crazy-item:nth-child(odd) {
  display: flex;
  width: 100%;
  justify-content: flex-end;
}

.center {
  display: flex;
  width: 100%;
  justify-content: center;
  margin-top: 40px;
}

.crazy-line {
  transform: translateY(200px);
  padding-bottom: 400px;
}

.crazy-line .items-wrap .items .item {
  width: 270px;
}

.crazy-menu-item-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px 0;
}

.crazy-menu-item-text h2 {
  color: #fff;
  font-size: 35px;
  text-align: center;
}
.state-wrapper {
  width: 100%;
}

.state-text {
  width: 100%;
  color: #fff;
}

.state-text .state-img {
  overflow: hidden;
  width: 100%;
  height: 400px;
  border-radius: 8px;
}

.state-text img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.state-text h1 {
  margin-bottom: 80px;
  font-size: 48px;
  text-align: center;
}

.state-text > h2 {
  margin: 40px 0 20px 0;
  font-size: 30px;
}

.state-text > ul {
  padding-left: 30px;
}

.state-text p span {
  font-family: InterTight-Light !important;
}

.crazy-menu-item-text p:last-child {
  font-family: InterTight-Light;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  padding: 7px 30px;
  border: 1px solid #fff;
  border-radius: 90px;
}

.vocancy-wrapper {
  transform: translateY(90px);
  display: flex;
  flex-direction: column;
  /* align-items: center; */
  gap: 35px 0;
}

.vocancy-item {
  background: #0b0b0b;
  height: 574px;
  border-radius: 45px;
  display: flex;
  justify-content: space-between;
}

.vocancy-item:nth-child(even) {
  flex-direction: row-reverse;
  justify-content: left;
}

.vocancy-item:nth-child(even) .vocancy-content {
  padding: 125px 60px 125px 80px !important;
}

.vocancy-img-wrapper {
  height: 100%;
  max-width: 1021px;
  width: 100%;
  border-radius: 45px;
  overflow: hidden;
}

.vocancy-img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.vocancy-content {
  padding: 125px 0 125px 60px;
}

.vocancy-btn {
  padding: 18px 25px;
  /* display: flex;
  justify-content: center; */
}

.vocancy-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
}

.vocancy-content h4 {
  color: #fff;
  font-size: 35px;
  font-weight: 400;
}

.vocancy-content p {
  color: #fff;
  font-family: InterTight-Light;
  font-size: 18px;
}

.vocancy-content ul {
  padding-left: 26px;
}

.vocancy-content ul li {
  color: #fff;
  font-family: InterTight-Light;
  font-size: 18px;
}

.vocancy-content-text {
  margin: 35px 0 30px 0;
}

.vocancy-line {
  margin-top: 300px;
}

.line-vocancy-item {
  flex: 0 0 auto;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 35px;
  font-weight: 400;
  color: #fff;
  transition: all 0.1s ease-in-out;
  line-height: 1;
  padding: 0 10px;
}

.sertificat-section-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 150px;
}

.sertificat-text-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px 0;
  max-width: 706px;
  width: 100%;
  margin: 52px 0;
}

.sertificat-text-list li {
  font-family: InterTight-Light;
  font-size: 18px;
  color: #fff;
  text-align: center;
  opacity: 0.8;
}

.sertificat-text-list li:first-child {
  opacity: 1;
}

.take-discont {
  padding: 18px 40px;
}

.sertificats-wrapper-panel {
  padding-top: 150px;
}

.sertificats-steps {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px 20px;
  margin-top: 100px;
}

.sertificats-steps-item {
  background: #0b0b0b;
  border-radius: 45px;
  max-width: 405px;
  width: 100%;
  height: 194px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 24px 0;
}

.sertificats-steps-item p {
  font-family: InterTight-Light;
  font-size: 25px;
  color: #fff;
}

.interier-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: end;
  gap: 80px;
  margin-top: 60px;
}

.big-img-interier {
  max-width: 950px;
  width: 100%;
  height: 840px;
  overflow: hidden;
  border-radius: 45px;
  background-color: aliceblue;
}

.small-img-interier {
  max-width: 650px;
  width: 100%;
  height: 580px;
  overflow: hidden;
  background-color: aliceblue;
  border-radius: 45px;
}

.small-img-interier img,
.big-img-interier img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.interier-section {
  padding-bottom: 150px;
}

.menu-nav-item {
  margin-bottom: 10px;
}

.burger-menu-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000a9;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  z-index: 99999;
}

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

.burger-wrapper {
  padding: 40px;
  margin-top: 45px;
  max-width: 1350px;
  width: 100%;
  height: 810px;
  background-color: #0b0b0b;
  border: 1px solid #e4b122;
  border-radius: 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 20px;
  transform: translateY(-900px);
}
.burger-wrapper-open {
  transform: translateY(0);
  transition: 0.3s linear;
}

.burger-tel {
  padding: 18px 25px;
}

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

.navbar-burger {
  display: flex;
  justify-content: center;
}

.navbar-burger ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px 0;
}

.navbar-burger ul li a {
  font-size: 50px;
  text-decoration: none;
  color: #fff;
  transition: 0.3s linear;
}

.navbar-burger ul li a:hover {
  color: #e4b122;
  transition: 0.3s linear;
}

.mob-burger-panel {
  width: 100%;
}

.burger-links {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  gap: 0 14px;
}

.burger-links a {
  display: flex;
  align-items: center;
}

.close-burger {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  background: initial !important;
  width: 40px;
  height: 40px;
}

.close-burger svg {
  fill: #fff;
}

.random-position {
  transition: 1.5s ease-in-out;
  transform: rotate(832deg);
}

.position-random {
  transition: 1.5s ease-in-out;
  transform: rotate(939deg);
}

.pos-random {
  transition: 1.5s ease-in-out;
  transform: rotate(720deg);
}

.circle-f {
  transition: 1.5s ease-in-out;
}

.fortuna-popup-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 99999;
  background-color: #000000d2;
  backdrop-filter: blur(6px);
  opacity: 0;
  visibility: hidden;
}

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

.fortuna-popup {
  max-width: 600px;
  width: 100%;
  height: fit-content;
  border-radius: 40px;
  background-color: #202020;
  padding: 20px;
  margin: 0 20px;
}

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

.fortuna-popup-close button {
  background: initial;
  border: none;
  cursor: pointer;
}

.fortuna-popup-close button svg {
  width: 40px;
  height: 40px;
  fill: #fff;
}

.fortuna-popup-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  height: 100%;
  gap: 30px;
}

.count-chance {
  color: #fff;
  font-size: 16px;
}

.count {
  color: #f781ff;
  font-size: 20px;
}

.des-text {
  color: #fff;
  font-family: InterTight-Light;
  text-align: center;
}

.give-award {
  padding: 18px 40px;
}

.award {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 340px;
  width: 100%;
  border: 1px solid #a164da;
  background: linear-gradient(
    149deg,
    rgb(226, 197, 29) 0%,
    rgb(120, 207, 70) 42%,
    rgb(75, 216, 162) 72%,
    rgb(143, 103, 255) 100%
  );
  background-size: 400%;
  padding: 30px;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 0 26px -3px rgba(0, 0, 0, 0.8);
  animation: gradient 10s infinite linear;
}

.master-btns {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 20px;
}

@keyframes gradient {
  0% {
    background-position: 80% 0%;
  }
  50% {
    background-position: 20% 100%;
  }
  100% {
    background-position: 80% 0%;
  }
}

.text-award {
  color: #fff;
  font-size: 20px;
  text-align: center;
}

.call-ic {
  max-width: 50px;
  animation: call 1200ms linear infinite;
}

.call-icon {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #6d2ea8;
}

@keyframes call {
  0% {
    transform: rotateZ(0deg);
    -ms-transform: rotateZ(0deg);
    -webkit-transform: rotateZ(0deg);
  }

  10% {
    transform: rotateZ(-30deg);
    -ms-transform: rotateZ(-30deg);
    -webkit-transform: rotateZ(-30deg);
  }

  20% {
    transform: rotateZ(15deg);
    -ms-transform: rotateZ(15deg);
    -webkit-transform: rotateZ(15deg);
  }

  30% {
    transform: rotateZ(-10deg);
    -ms-transform: rotateZ(-10deg);
    -webkit-transform: rotateZ(-10deg);
  }

  40% {
    transform: rotateZ(7.5deg);
    -ms-transform: rotateZ(7.5deg);
    -webkit-transform: rotateZ(7.5deg);
  }

  50% {
    transform: rotateZ(-6deg);
    -ms-transform: rotateZ(-6deg);
    -webkit-transform: rotateZ(-6deg);
  }

  60% {
    transform: rotateZ(5deg);
    -ms-transform: rotateZ(5deg);
    -webkit-transform: rotateZ(5deg);
  }

  70% {
    transform: rotateZ(-4.28571deg);
    -ms-transform: rotateZ(-4.28571deg);
    -webkit-transform: rotateZ(-4.28571deg);
  }

  80% {
    transform: rotateZ(3.75deg);
    -ms-transform: rotateZ(3.75deg);
    -webkit-transform: rotateZ(3.75deg);
  }

  90% {
    transform: rotateZ(-3.33333deg);
    -ms-transform: rotateZ(-3.33333deg);
    -webkit-transform: rotateZ(-3.33333deg);
  }

  100% {
    transform: rotateZ(0deg);
    -ms-transform: rotateZ(0deg);
    -webkit-transform: rotateZ(0deg);
  }
}

.girl-img-wrapper {
  padding: 20px;
  border-radius: 20px;
  position: relative;
}

.img-girl {
  max-width: 500px;
  width: 100%;
  height: 750px;
  object-fit: cover;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.55);
}

.content-card {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 200px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 29px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(9.8px);
  -webkit-backdrop-filter: blur(9.8px);
  border: 1px solid rgba(255, 255, 255, 0.55);
}

.girl-data-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  align-items: center;
}

.info-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 100%;
  top: 20px;
  top: 40px;
  left: 0;
}

.icons {
  width: 80%;
  display: flex;
  justify-content: space-between;
}

.amr {
  position: absolute;
  top: calc(50%);
  right: 40px;
  transform: rotate(180deg);
  max-width: 30px;
  width: 100%;
  cursor: pointer;
}

.aml {
  position: absolute;
  top: calc(50%);
  left: 40px;
  max-width: 30px;
  width: 100%;
  cursor: pointer;
  pointer-events: painted;
}

.label-girl {
  animation: hoverWave 1s linear infinite;
}

@keyframes hoverWave {
  0% {
    box-shadow: 0 8px 10px rgba(255, 255, 255, 0.3),
      0 0 0 0 rgba(255, 255, 255, 0.2), 0 0 0 0 rgba(170, 170, 170, 0.2);
  }

  40% {
    box-shadow: 0 8px 10px rgba(255, 255, 255, 0.3),
      0 0 0 15px rgba(255, 255, 255, 0.2), 0 0 0 0 rgba(170, 170, 170, 0.2);
  }

  80% {
    box-shadow: 0 8px 10px rgba(255, 255, 255, 0.3),
      0 0 0 30px rgba(255, 255, 255, 0), 0 0 0 26.7px rgba(170, 170, 170, 0.067);
  }

  100% {
    box-shadow: 0 8px 10px rgba(255, 255, 255, 0.3),
      0 0 0 30px rgba(255, 255, 255, 0), 0 0 0 40px rgba(170, 170, 170, 0);
  }
}

.vocansi-btns {
  display: flex;
  align-items: center;
  gap: 20px;
}

.prgram-link-text {
  color: #e4b122;
  font-size: 20px;
  font-family: InterTight-Italic;
  margin-top: 20px;
  position: relative;
  z-index: 10;
}

.girl-link-text {
  color: #e4b122;
  font-size: 20px;
  font-family: InterTight-Italic;
  margin-top: 20px;
  position: relative;
  z-index: 10;
}

.prog-item-card {
  display: flex;
  align-items: center;
  flex-direction: column;
  max-width: 645px;
  width: 100%;
}

.prog-item-card {
  margin-top: 50px;
}

.programm-text-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 80px;
  gap: 40px;
}

.aa,
.bb {
  width: 40px;
  height: 40px;
  background-color: #6d2ea8;
}

.ind-girl {
  margin-top: 70px;
  width: 496px;
  height: 744px;
  overflow: visible !important;
}

.girl-ind-slide {
  border-radius: 248px 248px 0 0;
  overflow: hidden;
}

.girl-ind-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.girl-wrap-section {
  overflow: hidden;
  width: 100%;
}

.nav-girl-wrap {
  margin-top: 60px;
  max-width: 496px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.call-btn {
  padding: 10px 30px;
}

.g-prev-btn,
.g-next-btn {
  cursor: pointer;
}

.g-next-btn {
  transform: rotate(180deg);
}

.text-girl-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 30px;
  margin-top: 20px;
}

.ind-girl-wrapper .girl-ind-slide {
  transform: scale(0.8) !important;
  opacity: 0.6;
  transition: 0.3s linear;
}

.ind-girl-wrapper .swiper-slide-active {
  transform: scale(1) !important;
  opacity: 1;
  transition: 0.3s linear;
}







.banner-slid-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 40px 60px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
}

.banner-slid-content-date-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.date-baner {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 32px;
  border-radius: 20px;
  background-color: #ffad0091;
}

.date-baner p {
  font-size: 20px;
  color: #fff;
}

.banner-slid-link {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: #ffad0091;
  display: flex;
  align-items: center;
  justify-content: center;
}

.banner-slid-link svg {
  width: 40px;
  height: 40px;
  fill: #fff;
}

.banner-slid-content-text {
  font-size: 32px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}

.banner-slid-content-text-wrapper {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 20px;
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(14.5px);
  -webkit-backdrop-filter: blur(14.5px);
}


@media all and (max-width: 768px) {
 .state-text .state-img {
  height: 300px;
  border-radius: 8px;
}

  .page-title {
    font-size: 30px !important;
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }

  .state-text > h2 {
    font-size: 22px;
    text-align: center;
  }

  .state-text p {
    font-size: 14px;
  }
	
	.sub-title-text {
	font-family: InterTight-Light;
    text-align: center;
    font-weight: 100;
    font-size: 16px;
    color: #fff;
	max-width: 900px;
	margin-top: -100px;
}
	
	.h2-text-wrapper h2 {
		font-size: 34px;
	}
	
	.h2-text-wrapper ul {
    padding-left: 30px;
}
	
	.h2-text-wrapper ul li {
    font-size: 16px;

}
	
	    .main-section-wrapper {
        overflow: hidden;
        padding-bottom: 140px;
    }
	
	    .main-section-wrapper {
      
    }
	
	    .front-img-m {
        padding-top: 130px;
        display: block;
        position: relative;
        z-index: 2;
        height: 424px;
        top: 130px;
    }
	
	    .banners-wrapper {
        transform: translateY(-90px) !important;
        position: relative;
        z-index: 2;
    }
	    .sub-title-text {
        font-family: InterTight-Light;
        text-align: center;
        font-weight: 100;
        font-size: 16px;
        color: #fff;
        max-width: 900px;
        margin-top: -30px;
    }
	
	    .phone-btn {
        margin-top: 188px !important;
    }
	
	    .front-img-m {
        padding-top: 100px;
        display: block;
        position: relative;
        z-index: 2;
        height: 422px;
        top: 190px;
    }
	
	.h2-text-wrapper p {
    font-family: InterTight-Light;
    font-size: 16px;
    color: #fff;
    text-align: center;
    width: 350px;
}

	
	
	
	
	
.text-new {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 350px;
	gap: 10px;
	margin: 0 auto;
}

.text-new h2, .text-new p, .text-new ul li {
	color: #fff;
	text-align: center;
	
}

.text-new h2 {
	margin: 20px 0 20px 0;
	font-size: 24px;
}

 .text-new p, .text-new ul li {
	font-size: 16px;
	font-family: InterTight-Light;
}

	
	.text-new ul {
		padding-left: 20px;
	}
	
	
	
	
	
	
	
	    .front-img-m {
        padding-top: 130px !important;
        display: block;
        position: relative;
        z-index: 2;
        height: 422px;
    }
	
	
	
	
	    .main-section-wrapper {
        overflow: hidden;
        padding-bottom: 180px !important;
    }
	
	    .front-text {
        top: 30px !important;
        gap: 40px 0;
    }
	
.phone-btn {
        margin-top: 200px !important;
    }
}
