@font-face {
  font-family: 'Comfortaa';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/comfortaa/v45/1Pt_g8LJRfWJmhDAuUsSQamb1W0lwk4S4TbMPrQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Comfortaa';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/comfortaa/v45/1Pt_g8LJRfWJmhDAuUsSQamb1W0lwk4S4WjMPrQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Comfortaa';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/comfortaa/v45/1Pt_g8LJRfWJmhDAuUsSQamb1W0lwk4S4VrMPrQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Comfortaa';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/comfortaa/v45/1Pt_g8LJRfWJmhDAuUsSQamb1W0lwk4S4bbLPrQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Comfortaa';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/comfortaa/v45/1Pt_g8LJRfWJmhDAuUsSQamb1W0lwk4S4Y_LPrQ.ttf) format('truetype');
}
html, body {
	max-width: 100vw;
	overflow-x: hidden;
}

body {
	min-height: 100vh;
	background: #fff;
	font-family: 'Comfortaa', cursive;
	color: #25252d;
}
.logo {
	max-width: 110px;
	width: 100%;
	height: auto;
}
.logo-bottom {
	margin-top:-30px!important;
}
.nav-second {
	align-items: center;
	margin-top: 0px!important;
}
.container {
	max-width: 1140px;
}

.bg-dark {
	background-color: #16161b !important;
}

.btn-primary {
	background-color: #16161b !important;
	border: none !important;
}

.btn-primary:hover, .btn-primary.active {
	background-color: #ff2290 !important;
	box-shadow: 0 0 10px 2px #ff2290;
}

.btn-pink {
	background-color: #ff2290 !important;
}

.btn-pink:hover, .btn-pink.active {
	box-shadow: 0 0 10px 2px #ff2290;
}

.border-pink {
	border-color: #ff2290 !important;
}

.text-pink {
	color: #ff2290;
}

.rounded-16 {
	border-radius: 16px;
}

.form-control {
	background-color: #fff9ea;
	border-radius: 8px;
}

.slick-slider * {
	outline: none !important;
}

.slick-slider .slick-prev,
.slick-slider .slick-next {
	background-size: contain !important;
}

.slick-slider .slick-prev:before,
.slick-slider .slick-next:before {
	display: none;
	content: none;
}

.slick-slider .slick-prev {
	background: url(/wp-content/themes/lumiere/assets/images/icons/left_light.png) no-repeat;
	left: 0;
}

.slick-slider .slick-prev:hover {
	background: url(/wp-content/themes/lumiere/assets/images/icons/left_pink.png) no-repeat;
}

.slick-slider .slick-next {
	background: url(/wp-content/themes/lumiere/assets/images/icons/right_light.png) no-repeat;
	right: 0;
}

.slick-slider .slick-next:hover {
	background: url(/wp-content/themes/lumiere/assets/images/icons/right_pink.png) no-repeat;
}

.header-nav {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.top-nav .nav-link {
	background-color: #16161b !important;
	border-left: 1px solid;
	border-color: #504a46 !important;
	border-radius: 0 !important;
	padding: .750rem .75rem;
	color: rgba(255, 255, 255, .9);
	font-size: .9rem;
}

.top-nav .nav-link:last-child, .top-nav .nav-link.before-lang {
	border-right: 1px solid;
}

.top-nav .nav-link:hover, .top-nav .nav-link.active {
	background-color: #ff2290 !important;
	color: rgba(255, 255, 255, .9) !important;
}

.top-nav .nav-lang {
	border: none;
	padding: .750rem .15rem;
}

.top-nav .nav-lang.lang-ua {
	padding-left: .75rem !important;
}

.top-nav .nav-lang.lang-en {
	padding-right: .75rem !important;
}

.top-nav .dropdown-menu {
	min-width: 3rem !important;
}

.top-nav #collapseMenu {
	position: absolute;
	left: 0;
	width: 100%;
}

.nav-second .nav-link {
	padding: 1rem 1.5rem;
}

.nav-second .nav-link:hover, .nav-second .nav-link.active {
	background-color: #16161b !important;
	color: rgba(255, 255, 255, .9) !important;
}

.main-slider {
	margin-top: -10rem;
}

.video-about {
	position: relative;
	background-image: url(/wp-content/themes/lumiere/assets/images/words/feel.png), url(/wp-content/themes/lumiere/assets/images/words/enjoy.png), url(/wp-content/themes/lumiere/assets/images/bg/bg.jpg);
	background-repeat: no-repeat;
	background-position: top left, right bottom, center bottom;
	background-size: 20vw, 40vw, cover;

	animation-name: fading-feel-enjoy;
	animation-duration: 2s;
	animation-delay: 4s;
	animation-iteration-count: infinite;
}

@keyframes fading-feel-enjoy {
	0% {
		background-image: url(/wp-content/themes/lumiere/assets/images/words/feel.png), url(/wp-content/themes/lumiere/assets/images/words/enjoy.png), url(/wp-content/themes/lumiere/assets/images/bg/bg.jpg);
	}
	50% {
		background-image: url(/wp-content/themes/lumiere/assets/images/words/feel2.png), url(/wp-content/themes/lumiere/assets/images/words/enjoy2.png), url(/wp-content/themes/lumiere/assets/images/bg/bg.jpg);
	}
	100% {
		background-image: url(/wp-content/themes/lumiere/assets/images/words/feel.png), url(/wp-content/themes/lumiere/assets/images/words/enjoy.png), url(/wp-content/themes/lumiere/assets/images/bg/bg.jpg);
	}
}

.video-about .video {
	margin-top: -30px;
}

@media only screen and (max-width: 767px) {
	.main-slider {
		padding-top: 15rem !important;
	}

	.video-about {
		padding-bottom: 10rem;
	}

	.video-about .word-feel {
		top: auto;
		bottom: 0;
		width: 100vw;
	}

	.video-about {
		background-position: bottom center, right bottom, center bottom;
		background-size: 100vw, 0, cover !important;
	}
}

.features {
	position: relative;
	background: #fff url(/wp-content/themes/lumiere/assets/images/bg/feautures.jpg) no-repeat 100% center;
	background-size: cover;
}

.our-rooms {
	position: relative;
	background-image: url(/wp-content/themes/lumiere/assets/images/words/bornto.png), url(/wp-content/themes/lumiere/assets/images/bg/bg.jpg);
	background-position: top left, top center;
	background-repeat: no-repeat, no-repeat;
	background-size: 20vw, cover;
	/*background-size: 30vw, cover;*/
	min-height: 50vh;

	animation-name: fading-bornto;
	animation-duration: 2s;
	animation-delay: 4s;
	animation-iteration-count: infinite;
}

@keyframes fading-bornto {
	0% {
		background-image: url(/wp-content/themes/lumiere/assets/images/words/bornto.png), url(/wp-content/themes/lumiere/assets/images/bg/bg.jpg);
	}
	50% {
		background-image: url(/wp-content/themes/lumiere/assets/images/words/bornto2.png), url(/wp-content/themes/lumiere/assets/images/bg/bg.jpg);
	}
	100% {
		background-image: url(/wp-content/themes/lumiere/assets/images/words/bornto.png), url(/wp-content/themes/lumiere/assets/images/bg/bg.jpg);
	}
}

/*.our-rooms .word-bornto {*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    z-index: 0;*/
/*    width: 30vw;*/
/*}*/
@media only screen and (max-width: 767px) {
	.our-rooms { 
		background-position: -9vw top, top center;
	background-repeat: no-repeat, no-repeat;
	background-size: 67vw, cover;
	}
}

.our-rooms .room img {
	cursor: pointer;
	transition: all .15s linear;
}

.our-rooms .room img:hover {
	opacity: .5;
}

.calculator {
	background: #fff url(/wp-content/themes/lumiere/assets/images/icons/calc.svg) no-repeat 2vw 7vh;
	background-size: 4rem;
	margin-bottom: -20rem;
}

.calculator .form-switch .form-check-input {
	position: absolute;
	height: 2em;
	width: 2.5em;
	background-image: url(/wp-content/themes/lumiere/assets/images/icons/off.png);
	background-size: 100% 100%;
	margin-top: -.15em;
	margin-right: 1em;
	border: none;
}

.calculator .form-switch .form-check-input:checked {
	background-color: transparent;
	background-image: url(/wp-content/themes/lumiere/assets/images/icons/on.png);
}

.page-main .reviews {
	background-image: url(/wp-content/themes/lumiere/assets/images/words/freedom.png), url(/wp-content/themes/lumiere/assets/images/bg/reviews.jpg);
	background-position: right 30%, top center;
	background-repeat: no-repeat, no-repeat;
	background-size: 25vw, cover;
	min-height: 50vh;
	/*padding-top: 20rem !important;*/

	animation-name: fading-freedom;
	animation-duration: 2s;
	animation-delay: 4s;
	animation-iteration-count: infinite;
}

@keyframes fading-freedom {
	0% {
		background-image: url(/wp-content/themes/lumiere/assets/images/words/freedom.png), url(/wp-content/themes/lumiere/assets/images/bg/reviews.jpg);
	}
	50% {
		background-image: url(/wp-content/themes/lumiere/assets/images/words/freedom2.png), url(/wp-content/themes/lumiere/assets/images/bg/reviews.jpg);
	}
	100% {
		background-image: url(/wp-content/themes/lumiere/assets/images/words/freedom.png), url(/wp-content/themes/lumiere/assets/images/bg/reviews.jpg);
	}
}

.reviews .reviews-slider {
	margin-bottom: -15rem;
}

.reviews .reviews-slider .review img {
	/*background-size: cover !important;*/
	/*background-size: 90% 95% !important;*/
	background-size: 90% 98% !important;
	border-radius: 3rem;
	margin-left: auto;
	margin-right: auto;
}

/*.reviews .reviews-slider .review:after {*/
/*    position: absolute;*/
/*    z-index: 1;*/
/*    top: 0;*/
/*    left: 0;*/
/*    content: '';*/
/*    display: block;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    background: url(/wp-content/themes/lumiere/assets/images/iphone13_2.png') no-repeat center center;*/
/*    background-size: 100% 100%;*/
/*}*/

.bonus {
	background-image: url(/wp-content/themes/lumiere/assets/images/words/luck.png), url(/wp-content/themes/lumiere/assets/images/bg/bg.jpg);
	background-position: left bottom, top center;
	background-repeat: no-repeat, no-repeat;
	background-size: 10vw, cover;
	min-height: 50vh;
	padding-top: 12rem !important;

	animation-name: fading-luck;
	animation-duration: 2s;
	animation-delay: 4s;
	animation-iteration-count: infinite;
}

@keyframes fading-luck {
	0% {
		background-image: url(/wp-content/themes/lumiere/assets/images/words/luck.png), url(/wp-content/themes/lumiere/assets/images/bg/bg.jpg);
	}
	50% {
		background-image: url(/wp-content/themes/lumiere/assets/images/words/luck2.png), url(/wp-content/themes/lumiere/assets/images/bg/bg.jpg);
	}
	100% {
		background-image: url(/wp-content/themes/lumiere/assets/images/words/luck.png), url(/wp-content/themes/lumiere/assets/images/bg/bg.jpg);
	}
}

footer {
	position: relative;
	background-image: url(/wp-content/themes/lumiere/assets/images/words/love.png), url(/wp-content/themes/lumiere/assets/images/bg/footer.jpg);
	background-position: right 5%, center center;
	background-repeat: no-repeat, no-repeat;
	background-size: calc((100vw - 1140px) / 2), cover;

	animation-name: fading-love;
	animation-duration: 2s;
	animation-delay: 4s;
	animation-iteration-count: infinite;
}

@keyframes fading-love {
	0% {
		background-image: url(/wp-content/themes/lumiere/assets/images/words/love.png), url(/wp-content/themes/lumiere/assets/images/bg/footer.jpg);
	}
	50% {
		background-image: url(/wp-content/themes/lumiere/assets/images/words/love2.png), url(/wp-content/themes/lumiere/assets/images/bg/footer.jpg);
	}
	100% {
		background-image: url(/wp-content/themes/lumiere/assets/images/words/love.png), url(/wp-content/themes/lumiere/assets/images/bg/footer.jpg);
	}
}

@media only screen and (max-width: 767px) {
	footer {
		background-position: right 5%, left center;
		background-size: 30vw, cover;
	}
}

.page {
	padding-top: 15rem;
	min-height: 80vh;
}

.page-main {
	padding-top: 10rem;
}

.page-promo {
	background-image: url(/wp-content/themes/lumiere/assets/images/words/happy.png), url(/wp-content/themes/lumiere/assets/images/bg/bg.jpg);
	background-repeat: no-repeat, no-repeat;
	background-position: top right, center top;
	background-size: 30vw, cover;

	animation-name: fading-happy;
	animation-duration: 2s;
	animation-delay: 4s;
	animation-iteration-count: infinite;
}

@keyframes fading-happy {
	0% {
		background-image: url(/wp-content/themes/lumiere/assets/images/words/happy.png), url(/wp-content/themes/lumiere/assets/images/bg/bg.jpg);
	}
	50% {
		background-image: url(/wp-content/themes/lumiere/assets/images/words/happy2.png), url(/wp-content/themes/lumiere/assets/images/bg/bg.jpg);
	}
	100% {
		background-image: url(/wp-content/themes/lumiere/assets/images/words/happy.png), url(/wp-content/themes/lumiere/assets/images/bg/bg.jpg);
	}
}

.page-contacts {
	background-image: url(/wp-content/themes/lumiere/assets/images/words/lumier.png), url(/wp-content/themes/lumiere/assets/images/bg/bg.jpg);
	background-repeat: no-repeat, no-repeat;
	/*background-position: 0 15vh, center top;*/
	background-position: 0 12%;
	background-size: 15vw, cover;

	animation-name: fading-lumier;
	animation-duration: 2s;
	animation-delay: 4s;
	animation-iteration-count: infinite;
}

@keyframes fading-lumier {
	0% {
		background-image: url(/wp-content/themes/lumiere/assets/images/words/lumier.png), url(/wp-content/themes/lumiere/assets/images/bg/bg.jpg);
	}
	50% {
		background-image: url(/wp-content/themes/lumiere/assets/images/words/lumier3.png), url(/wp-content/themes/lumiere/assets/images/bg/bg.jpg);
	}
	100% {
		background-image: url(/wp-content/themes/lumiere/assets/images/words/lumier.png), url(/wp-content/themes/lumiere/assets/images/bg/bg.jpg);
	}
}

@media only screen and (max-width: 767px) {
	.page-contacts {
	background-image: url(/wp-content/themes/lumiere/assets/images/bg/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	animation: none;
	}
}

.page-contacts .google-map {
	width: 100%;
	height: 350px;
	filter: invert(90%)
}

.page-about {
	background-image: url(/wp-content/themes/lumiere/assets/images/bg/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}

.page-about .block-1 {
	background-image: url(/wp-content/themes/lumiere/assets/images/words/lumier2.png), url(/wp-content/themes/lumiere/assets/images/icons/bulb.png);
	background-repeat: no-repeat, no-repeat;
	background-position: 5% 15%;
	background-size: 30%, 30%;

	animation-name: fading-lumier2;
	animation-duration: 2s;
	animation-delay: 4s;
	animation-iteration-count: infinite;
}

@keyframes fading-lumier2 {
	0% {
		background-image: url(/wp-content/themes/lumiere/assets/images/words/lumier2.png), url(/wp-content/themes/lumiere/assets/images/icons/bulb.png);
	}
	50% {
		background-image: url(/wp-content/themes/lumiere/assets/images/words/lumier4.png), url(/wp-content/themes/lumiere/assets/images/icons/bulb.png);
	}
	100% {
		background-image: url(/wp-content/themes/lumiere/assets/images/words/lumier2.png), url(/wp-content/themes/lumiere/assets/images/icons/bulb.png);
	}
}

.page-about .block-2 {
	background-image: url(/wp-content/themes/lumiere/assets/images/words/we.png), url(/wp-content/themes/lumiere/assets/images/bg/about_2.jpg);
	background-repeat: no-repeat, no-repeat;
	background-position: 95% 40%;
	background-size: 30%, cover;

	animation-name: fading-we;
	animation-duration: 2s;
	animation-delay: 4s;
	animation-iteration-count: infinite;
}

@keyframes fading-we {
	0% {
		background-image: url(/wp-content/themes/lumiere/assets/images/words/we.png), url(/wp-content/themes/lumiere/assets/images/bg/about_2.jpg);
	}
	50% {
		background-image: url(/wp-content/themes/lumiere/assets/images/words/we2.png), url(/wp-content/themes/lumiere/assets/images/bg/about_2.jpg);
	}
	100% {
		background-image: url(/wp-content/themes/lumiere/assets/images/words/we.png), url(/wp-content/themes/lumiere/assets/images/bg/about_2.jpg);
	}
}

.page-about .block-3 {
	background-color: #efe3d7;
	background-image: url(/wp-content/themes/lumiere/assets/images/icons/target.png);
	background-repeat: no-repeat;
	background-position: 5% center;
	background-size: 30%;
}

.page-about .block-1 img,
.page-about .block-2 img,
.page-about .block-3 img {
	max-width: 60%;
}

@media only screen and (max-width: 767px) {
	.page-about .block-1 {
		background: none;
		animation: none;
	}

	.page-about .block-2 {
		background-size: 0, cover;
	}

	.page-about .block-3 {
		background: none;
	}
}

.page-about .reviews {
	background-image: url(/wp-content/themes/lumiere/assets/images/words/freedom.png), url(/wp-content/themes/lumiere/assets/images/bg/reviews.jpg);
	background-position: right 5%, bottom center;
	background-repeat: no-repeat, no-repeat;
	background-size: 25vw, cover;
	padding-top: 1rem !important;
	padding-bottom: 1rem !important;

	animation-name: fading-freedom;
	animation-duration: 2s;
	animation-delay: 4s;
	animation-iteration-count: infinite;
}

.page-about .reviews-slider {
	position: relative;
}

.page-about .bonus {
	padding-top: 10rem !important;
}

.page-gallery .gallery-categories {
	background-image: url(/wp-content/themes/lumiere/assets/images/words/gallery.png), url(/wp-content/themes/lumiere/assets/images/words/freedom.png), url(/wp-content/themes/lumiere/assets/images/bg/reviews.jpg);
	background-position: left 2%, right center, bottom center;
	background-repeat: no-repeat, no-repeat, no-repeat;
	background-size: 15vw, 25vw, cover;

	animation-name: fading-gallery-freedom;
	animation-duration: 2s;
	animation-delay: 4s;
	animation-iteration-count: infinite;
}

@keyframes fading-gallery-freedom {
	0% {
		background-image: url(/wp-content/themes/lumiere/assets/images/words/gallery.png), url(/wp-content/themes/lumiere/assets/images/words/freedom.png), url(/wp-content/themes/lumiere/assets/images/bg/reviews.jpg);
	}
	50% {
		background-image: url(/wp-content/themes/lumiere/assets/images/words/gallery2.png), url(/wp-content/themes/lumiere/assets/images/words/freedom2.png), url(/wp-content/themes/lumiere/assets/images/bg/reviews.jpg);
	}
	100% {
		background-image: url(/wp-content/themes/lumiere/assets/images/words/gallery.png), url(/wp-content/themes/lumiere/assets/images/words/freedom.png), url(/wp-content/themes/lumiere/assets/images/bg/reviews.jpg);
	}
}

.page-gallery  {
	background-image: url(/wp-content/themes/lumiere/assets/images/bg/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}

.page-gallery .gallery-img {
	width: auto;
	max-width: 100%;
	max-height: 50vh;
	margin-left: auto;
	margin-right: auto;
}

.page-gallery .gallery-slider .slick-prev,
.page-gallery .gallery-slider .slick-next {
	z-index: 2;
	top: auto;
	bottom: 5%;
}

.page-gallery .gallery-slider .slick-prev {
	left: auto;
	right: 51%;
}

.page-gallery .gallery-slider .slick-next {
	left: 51%;
	right: auto;
}

.page-gallery .gallery-categories .active-category {
	color: #ff2290 !important;
}

.page-gallery .gallery-categories .active-category .ratio {
	border: 3px solid rgba(255, 34, 144, .9);
}

.page-gallery .reviews {
	background: none !important;
	padding-top: 1rem !important;
	padding-bottom: 1rem !important;
}

.page-gallery .reviews-slider {
	position: relative;
}

.page-gallery .bonus {
	padding-top: 10rem !important;
}

.page-recommendation {
	padding-top: 5rem !important;;
	background-image: url(/wp-content/themes/lumiere/assets/images/words/films.png), url(/wp-content/themes/lumiere/assets/images/bg/bg.jpg);
	background-position: left 10%, top center;
	background-repeat: no-repeat, no-repeat;
	background-size: 25vw, cover;

	animation-name: fading-films;
	animation-duration: 2s;
	animation-delay: 4s;
	animation-iteration-count: infinite;
}

@keyframes fading-films {
	0% {
		background-image: url(/wp-content/themes/lumiere/assets/images/words/films.png), url(/wp-content/themes/lumiere/assets/images/bg/bg.jpg);
	}
	50% {
		background-image: url(/wp-content/themes/lumiere/assets/images/words/films2.png), url(/wp-content/themes/lumiere/assets/images/bg/bg.jpg);
	}
	100% {
		background-image: url(/wp-content/themes/lumiere/assets/images/words/films.png), url(/wp-content/themes/lumiere/assets/images/bg/bg.jpg);
	}
}

.page-recommendation .movies {
	background-image: url(/wp-content/themes/lumiere/assets/images/words/freedom.png), url(/wp-content/themes/lumiere/assets/images/bg/reviews.jpg);
	background-position: right center, bottom center;
	background-repeat: no-repeat, no-repeat;
	background-size: 15vw, cover;

	animation-name: fading-freedom;
	animation-duration: 2s;
	animation-delay: 4s;
	animation-iteration-count: infinite;
}

@media only screen and (max-width: 767px) {
	.page-recommendation {
		background-position: left 9.4%, top center;
		background-size: 50vw, cover;
	}
	
	.page-recommendation .movies {
		background-size: 25vw, cover;
	}
	
	.page-recommendation .movies .movies-slider .slick-prev,
	.page-recommendation .movies .movies-slider .slick-next {
		top: auto;
		bottom: -30px;
	}

	.page-recommendation .movies .movies-slider .slick-prev {
		left: auto;
		right: 53%;
	}

	.page-recommendation .movies .movies-slider .slick-next {
		right: auto;
		left: 53%;
	}
}

.page-recommendation .reviews {
	background: none;
	padding-top: 1rem !important;
	padding-bottom: 1rem !important;
}

.page-recommendation .reviews-slider {
	position: relative;
}

.page-recommendation .bonus {
	padding-top: 10rem !important;
}

.page-menu {
	background-color: #efe3d7;
	background-image: url(/wp-content/themes/lumiere/assets/images/words/popcorn.png), url(/wp-content/themes/lumiere/assets/images/bg/bg.jpg);
	background-repeat: no-repeat, no-repeat;
	background-position: left 18vh, center top;
	background-size: 22vw, 100vw auto;

	animation-name: fading-popcorn;
	animation-duration: 2s;
	animation-delay: 4s;
	animation-iteration-count: infinite;
}

@keyframes fading-popcorn {
	0% {
		background-image: url(/wp-content/themes/lumiere/assets/images/words/popcorn.png), url(/wp-content/themes/lumiere/assets/images/bg/bg.jpg);
	}
	50% {
		background-image: url(/wp-content/themes/lumiere/assets/images/words/popcorn2.png), url(/wp-content/themes/lumiere/assets/images/bg/bg.jpg);
	}
	100% {
		background-image: url(/wp-content/themes/lumiere/assets/images/words/popcorn.png), url(/wp-content/themes/lumiere/assets/images/bg/bg.jpg);
	}
}

.page-menu .catalog img {
	max-width: 30px;
	max-height: 30px;
}

.page-menu .catalog .all-price {
	position: absolute;
	top: 55%;
	right: 0;
}

/*.page-menu .catalog .all-price:before {
	position: absolute;
	top: -4.5rem;
	left: -6rem;
	content: '}';
	font-size: 8rem;
	color: rgba(255, 255, 255, .95);
}*/
.page-menu .catalog .all-price-wrapper:before {
	position: absolute;
	/*top: -4.5rem;*/
	/*left: -6rem;*/
	top: 20%;
	left: 50%;
	content: '';
	width: 25px;
	height: 80%;
	background: url(/wp-content/themes/lumiere/assets/images/icons/sum.png) no-repeat center center;
	background-size: 100% 100%;
}

.page-menu .menu-1 {
	background-image: url(/wp-content/themes/lumiere/assets/images/words/bar.png);
	background-repeat: no-repeat;
	background-position: 5vw top;
	background-size: 40vw;
}

.page-menu .menu-2 {
	background-image: url(/wp-content/themes/lumiere/assets/images/icons/cocktail.png);
	background-repeat: no-repeat;
	background-position: 5vw top;
	background-size: 40vw;
}

.page-menu .bonus {
	background-image: url(/wp-content/themes/lumiere/assets/images/words/luck.png);
	background-repeat: no-repeat;
	background-position: left bottom, top center;
	background-size: 10vw;
	padding-top: 0 !important;
}

@media only screen and (max-width: 767px) {
	.page-menu {
		background-image: url(/wp-content/themes/lumiere/assets/images/bg/bg_m.jpg), url(/wp-content/themes/lumiere/assets/images/bg/bg_m_2.jpg);
		background-repeat: no-repeat, no-repeat;
		background-position: top center, bottom center;
		background-size: contain, contain;
		animation: none;
	}

	.page-menu .bonus {
		/*background-position: left top;
		background-size: 40vw;*/
	}
}
.site-main {
	background-color: #efe3d7;
	background-image: url(/wp-content/themes/lumiere/assets/images/words/new_user.png), url(/wp-content/themes/lumiere/assets/images/words/happy.png), url(/wp-content/themes/lumiere/assets/images/bg/bg.jpg);
	background-repeat: no-repeat, no-repeat, no-repeat;
	background-position: left 30vh, top right, center top;
	background-size: 0vw, 22vw, 100vw auto;

	animation-name: fading-user-happy;
	animation-duration: 2s;
	animation-delay: 4s;
	animation-iteration-count: infinite;
	
	margin-bottom: -30px;
    padding-bottom: 30px;
}

.page-register {
	background-color: #efe3d7;
	background-image: url(/wp-content/themes/lumiere/assets/images/words/new_user.png), url( /wp-content/themes/lumiere/assets/images/words/happy.png), url(/wp-content/themes/lumiere/assets/images/bg/bg.jpg);
	background-repeat: no-repeat, no-repeat, no-repeat;
	background-position: left 23vh, top right, center top;
	background-size: 0vw, 22vw, 100vw auto;

	animation-name: fading-user-happy;
	animation-duration: 2s;
	animation-delay: 4s;
	animation-iteration-count: infinite;
}

@keyframes fading-user-happy {
	0% {
		background-image: url(/wp-content/themes/lumiere/assets/images/words/new_user.png), url(/wp-content/themes/lumiere/assets/images/words/happy.png), url(/wp-content/themes/lumiere/assets/images/bg/bg.jpg);
	}
	50% {
		background-image: url(/wp-content/themes/lumiere/assets/images/words/new_user2.png), url(/wp-content/themes/lumiere/assets/images/words/happy2.png), url(/wp-content/themes/lumiere/assets/images/bg/bg.jpg);
	}
	100% {
		background-image: url(/wp-content/themes/lumiere/assets/images/words/new_user.png), url(/wp-content/themes/lumiere/assets/images/words/happy.png), url(/wp-content/themes/lumiere/assets/images/bg/bg.jpg);
	}
}

.page-register .form-control, .page-login .form-control {
	background-color: #efe3d7;
	border-color: #888;
}
.um-field-label-icon i {
	color: #ff2290 !important;
}
.um .um-form input[type=number] {
	width: 100%;
	height: 40px!important;
}
.um input[type=submit].um-button {
	background: #ff2290!important;
}
.um-field-gender .um-field-area {
	display: flex;
}


@media only screen and (max-width: 767px) {
	.page-register {
		background-image: url(/wp-content/themes/lumiere/assets/images/bg/bg.jpg);
		background-repeat: no-repeat;
		background-position: center top;
		background-size: 2500px auto;
		animation: none;
	}

	.page-register .form-control, .page-login .form-control {
		padding: .6rem .75rem;
	}
}

.page-login {
	background-color: #efe3d7;
	background-image: url(/wp-content/themes/lumiere/assets/images/bg/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100vw auto;
}

.page-cabinet {
	background-color: #efe3d7;
	background-image: url(/wp-content/themes/lumiere/assets/images/bg/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100vw auto;
}

/* GAMES */

.right-block {
	background-image: url(/wp-content/themes/lumiere/assets/images/bg/bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    /*padding: 45px 67px 10px 87px;*/
	padding: 45px 67px 10px 67px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden auto;
}
.header-mob {
	display: none;
}
.screen1 {
    padding-top: 10px;
    padding-bottom: 20px;
	margin-top: 150px;
}
.page3 .games-card-wrap {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    width: calc(100% + 30px);
   /* margin-left: -30px;*/
    flex-flow: row;
    flex-wrap: wrap;
}
.page3 .game-card {
    width: calc(33.3% - 30px);
    margin-left: 30px;
    text-align: center;
    border-radius: 10px;
    background: white;
    padding: 30px;
    box-shadow: 10px 10px 35px rgba(95, 154, 220, 0.3);
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.font2 {
    margin: 0;
    color: #ff2290;
    font-size: 20px;
    font-weight: 700;
    line-height: 22px;
    margin-bottom: 15px;
}
.game-card a img {
	max-width:370px; 
	width: 100%;  
	height: auto;
	margin-bottom: 30px;
}
.order-button {
	width: 100%;
    color: white;
    background: #5F98DB;
    border: none;
    border-radius: 10px;
    padding: 16px 36px;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    transition: 0.3s;
	height: 56px;
	/*margin: 30px auto;*/
}

.order-popup-wrap{
	width: 100%;
	height: 100%;
	position: fixed;
	background: rgba(144,128,232, 0.5);
	top: 20;
	left: 0;
	z-index: 17;
	opacity: 0;
	visibility: hidden;
	transition: 0.3s;
}
.order-popup-wrap.active{
	opacity: 1;
	visibility: visible;
}
.order-popup-wrap.active .order-popup{
	transform: translateX(0);
}
.order-popup{
	height: 100%;
	width: 100%;
	max-width: 500px;
	background: white;
	z-index: 12;
	position: absolute;
	right: 0;
	top: 20;
	padding: 20px 30px;
	overflow: auto;
	transform: translateX(100%);
	transition: 0.3s;
	scrollbar-width: none;
}
.order-popup .first-row{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.order-popup .close-popup{
	width: 20px;
	cursor: pointer;
}
.order-popup .logo img{
	margin-left: 60px;
	margin-right: 0;
}
.order-popup .socs-wrap a{
	margin-right: 20px;
}
.order-popup .socs-wrap a:last-of-type{
	margin-right: 0;
}
.order-popup .second-row h5{
	text-align: center;
	font-size: 27px;
	margin: 0;
}
.order-popup .second-row{
	margin-top: 60px;
}
.order-popup .second-row form{
	margin-top: 25px;
}
.order-popup .second-row p{
	margin: 0;
	font-size: 16px;
}
.order-popup .second-row input{
	margin-top: 5px;
	margin-bottom: 20px;
	border: none;
	box-shadow: 10px 10px 35px rgba(95, 154, 220, 0.3);
	border-radius: 5px;
	height: 50px;
	width: 100%;
	font-size: 18px;
	padding-left: 10px;
	padding-right: 15px;
	outline: none;
}
.order-popup .button-wrap{
	text-align: center;
	margin-top: 40px;
}
.order-popup .text-block{
	margin-top: 40px;
	color: #4F4F4F;
	font-size: 16px;
	font-weight: 300;
}
.closer-order-popup{
	width: 100%;
	height: 100%;
	z-index: 11;
	position: absolute;
	top: 0;
	left: 0;
}

.main-popup-wrap{
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 11;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.5);
	display: none;
}

.popup-wrap{
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 12;
	top: 0;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
.game-popup .popup-wrap {
    display: block;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow: auto;
    padding: 150px 15px;
    max-height: 100vh;
}
.game-popup .popup {
    width: 100%;
    max-width: 1200px;
    background: white;
    padding: 40px;
    border-radius: 10px;
    margin: auto;
    position: relative;
    z-index: 15;
}
.game-popup .popup .close-popup {
    width: 20px;
    display: block;
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
}
.closer-popup{
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 13;
	top: 0;
	left: 0;
}
.game-popup .popup .flex-row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.game-popup .popup .flex-row .left {
    width: 25%;
    position: sticky;
    top: 0;
}
.game-popup .popup .flex-row .left img {
    max-height: 280px;
	width: 100%;
	height: auto;
    display: block;
    margin-bottom: 30px;
    display: block;
    height: auto;
}
.game-popup .popup .flex-row .right {
    width: calc(75% - 40px);
}
.game-popup .popup .flex-row .right h2 {
    font-weight: 700;
	display: block;
    font-size: 1.5em;
    margin-block-start: 0.83em;
    margin-block-end: 0.83em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}
.game-popup .popup .flex-row .right p {
    font-size: 16px;
}

/* Правки меню  */

.nav ul{
	width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
	justify-content: space-between;
}

.top-nav ul li {
    background-color: #16161b !important;
    border-left: 1px solid;
    border-color: #504a46 !important;
    border-radius: 0 !important;
    padding: 0.75rem 0.75rem;
    color: rgba(255, 255, 255, .9);
    font-size: .9rem;
}
.nav ul .menu-item {
    flex: 1 1 auto;
    text-align: center;
}
.top-nav ul li:hover {
    background-color: #ff2290 !important;
    color: rgba(255, 255, 255, .9) !important;
}

.top-nav ul li a {
    color: #fff;
    text-decoration: none;
	padding: 0.75rem 0.75rem;
}
.top-nav ul li.active {
    background-color: #ff2290 !important;
    color: rgba(255, 255, 255, .9) !important;
}
.flex-column ul{
    flex-direction: column!important;
}
.flex-column ul .menu-item {
    text-align: left;
}

/* Фінальні правки  */
.tel-link {padding-bottom: 30px;}
.post-649 .entry-header h1 {
	text-align: center;
}
@media only screen and (max-width: 400px) {
	input{
		width: 100%;
	} 
}
/* Ігри  */
.page3 .games-card-wrap {
		width: 100%;
		margin-left: -15px;
		margin-right: -15px;
	}
	.page3 .game-card {
    	/*width: 100%;
		max-width: 430px;
		margin: 15px auto;*/
	}
@media only screen and (max-width: 1024px) {
	.right-block {
		padding: 0;
		margin-right: 0px;
	}
	.screen1 {
		margin-top: 270px;
	}
	.page3 .games-card-wrap {
		width: 100%;
		margin-left: 0px;
		margin-right: 0px;
	}
	.page3 .game-card {
    	width: 100%;
		max-width: 430px;
		margin: 15px auto;
	}
}
@media only screen and (max-width: 768px){
	.page3 .games-card-wrap {
		margin-left: 0px;
		margin-right: 0px;
	}
	.page3 .game-card {
		width: 100%;
		padding: 30px;
		max-width: 400px;
		margin: 15px auto;
	}
}
/* Особистий кабінет */

.um-header {
    border-bottom: none!important;
}
.um-profile-edit i {
    color: #ff2290!important;
}
.post-111 .entry-header h1 {
	/*text-align: center;*/
}
.row-cabinet {
	width: 100%;
	display: flex;
	padding-bottom: 30px;
}
.cabinet-left {
	width: 50%;
	margin-bottom: 50px;
}
.cabinet-right {
	width: 50%;
	margin-top: 140px;
}
.cabinet-bonus {
	max-width: 440px;
	width: 100%;
	height:59px;
	border: 3px solid #ff2290!important;
	border-radius: 8px;
	justify-content: center;
}
.bonus-cabinet {
	margin-bottom: 9px;
}
.cabinet-bonus-price {
	font-size: 36px;
	margin-right: 30px;
	margin-left: 30px;
	color: #000;
}
.personal-data {
	font-size: 24px;
	font-weight: 900;
	margin-bottom: 50px;
}
.user-cabinet{
	margin-bottom: 15px;
}
.cabinet-lastname {
	margin-top: 50px;
}
.cabinet-name1 {
	display: flex;
}
.cabinet-bonus{
	margin-top: 30px;
	margin-bottom: 50px;
	display: flex!important;
	align-items: flex-end;
}
.cabinet-firstname1 {
	margin-right: 10px;
}

.cabinet-right-title {
	font-size: 24px;
    font-weight: 900;
}
.cabinet-right-img {
	width: 100%;
	max-width: 420px;
	height: auto;
}
.cabinet-right-text {
	margin-top: 30px;
}
@media only screen and (max-width: 768px){
	.col-md-6 {
		width: 50%;
	}
	.cabinet-left {
		width: 100%!important;
	}
	.cabinet-right {
    	width: 100%; 
        margin-top: 0;
	}
}
.entry-footer { display: none!important;}
.fw-normal-right{ margin-left: 30px;}
.fs-6-margin {margin-bottom: 40px;}
.fs-6-margin-top  {margin-top: 40px;}
.fs-6-margin-1 { margin-bottom: 40px;}
.fs-6-margin-1:nth-child(n + 2) { margin-top: 40px;}
.fs-6-title-top {margin-top: 40px;}
.fs-6-title {font-weight: 900 !important;font-size: 1.2rem !important; margin-bottom: 1.5rem;}
.fs-6 {
    font-size: 1rem !important;
    display: flex!important;
    justify-content: space-between!important;
}