.hide-scroll-y {
  overflow-y: hidden; /*Убираем вертикальный скролл*/
}

:root {
	--primary-color: #fdfcfc;

	--color-text: #4e4e4e;
	--color-text-opacity: rgb(78, 78, 78, .8);
	--color-title: #5b2975;
	--color-p: #4F2465;
	--color-p-hight: #EBCFB1;
	--color-gold: #EBD0B2;
	--color-5A: #3C005A;
	--gradient: linear-gradient(270deg, #AD1078 0%, #5B2975 100%);
/*#7b093c;*/
}

body {
	padding: 0;
	margin: 0;
	background: var(--primary-color);
	color: var(--color-text);
	font-size: 16px;
	display: block;

	font-family: 'Dancing Script', serif;
	font-family: 'Montserrat Alternates', serif;

/*	font-family: 'Cormorant', serif;
	font-family: 'Lobster', cursive;
	font-family: 'Lobster Two', cursive;
	font-family: 'Roboto Mono', monospace;
	font-family: 'Goblin One', cursive;
	font-family: 'Montserrat', sans-serif;
	font-family: 'Carter One', cursive;*/

	overflow-x:hidden; /*Убираем горизонтальный скролл*/
}

h1, h2, h3, h4, h5, h6, ul, li,
blockquote, code, dd, div,
dl, dt, fieldset, form, input, p,
pre, td, textarea, th {
	padding: 0;
	margin: 0;
}

ul, li {
	display: inline-block;
}

#preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #fff;
	z-index: 3000;
	height: 100vh;
}

	.video_mobile {
		display: none;
	}

		a.ms_booking {
		display: none;
	}

	.hamburger_wrapper {
		display: none;
	}

.person_mobile {
	display: none;
}

.birthday_img_mobile {
	display: none;
}

.slaider_new_year_mobile {
    display: none;
}

.visible {
	visibility: visible;
	opacity: 1;
	transition: opacity 1s linear;
}
.hidden {
	visibility: hidden;
	opacity: 0;
	transition: all 0.7s ease;
}

.preloader_wrapper {
	background: #fff;
	text-align: center;
	position: absolute;
	top: 35%;
	left: 0;
	right: 0;
}

.modal-kyks {
	z-index: 2;
	display: none;
	width: 30%;
	margin: auto;
	text-align: center;
	position: fixed;
	bottom: 5%;
	right: 0;
	left: 0;
	background-color: blueviolet;
	color: white;
	padding: 1%;
	border-radius: 15px;
	box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, .5);
}

.modal_btn {
	display: flex;
	justify-content: space-around;
	margin: 20px 0 10px 0;
	align-items: center;
}

.close_modal_kyks {
	text-decoration: none;
	padding: 6px 15px;
	border: none;
	transition: all 0.5s ease;
	background: rgb(144 25 25 / 60%);
	border-radius: 7px;
	box-shadow: 7px 7px 4px rgb(0 0 0 / 25%);
}

.modal_btn a {
	list-style-type: circle;
	color: #fff;
}

.close_modal_kyks:hover {
	background: var(--color-5A);
}

.header {
	height: 100vh;
/*	height: calc(var(--vh) * 100);*/
	overflow: hidden;
	color: var(--primary-color);
}

.header video {
	position: absolute;
	z-index: -1;
	right: 0;
	bottom: 0;
	min-width: 100%;
	min-height: 100%;
	opacity: 0.7;
}


.header_wrapper {
	display: flex;
	align-items: flex-end;
	padding-top: 2%;
	justify-content: center;
	font-family: 'Dancing Script';
	font-size: 1.5em;
	text-transform: uppercase;
}

.header_wrapper_logo {
	display: flex;
	align-items: flex-end;
	justify-content: center;
}

.header_logo {
	width: 10%;
	margin-right: 2%;
}

.language {
	position: absolute;
	right: 0;
	font-family: 'Dancing Script';
}

.nav {
	margin-top: 4%;
	text-align: center;
}

h1 {
	font-family: 'Montserrat Alternates', cursive;
	font-weight: 400;
	font-size: 55px;
	letter-spacing: 0.085em;
	text-align: center;
	margin-top: 25%;
	text-shadow: 1px 2px 4px #000;
}


.header_btn {
	text-align: center;
	margin-top: 25%;
	font-size: 1.4rem;
}

.wrapper_section {
	padding-top: 5%;
	display: flex;
/*	height: 415px;*/
}

.wrapper_section img {
/*	height: 100%;*/
	border-radius: 15px;
	object-fit: cover;
	box-shadow: 7px 6px 10px 0px rgba(0, 0, 0, .5);
	width: 373px;
	height: 419px;
}

.wrapper_section img:hover {
	opacity: 0.9;
}

.wrapper_card {

}

.wrapper_section_card {
	border-radius: 10px;
	border: 2px solid var(--color-text);
}

.wrapper_title_card {
	padding-left: 5%;
}

.wrapper_title_card h2,
.text_new_year h2{
	font-size: 40px;
}

.text_new_year_gift {
    font-size: 1.3em;
    padding-top: 2%;
}

.text_new_year_gift p {
    padding-top: 1%;
}

.new_year_gift {
    padding-top: 2%;
    font-size: 1.3em;
}


.wrapper_title_card_right {
	padding-left: 3%;
	min-width: 37%;
}

.atmosphere_wrapper_card {
/*	max-width: 63%;*/
}

.wrapper_title_card_right h2 {
	font-size: 30px;
}

.wrapper_title_card_left {
	padding-right: 3%;
	min-width: 37%;
}

.wrapper_title_card_left h2 {
	font-size: 30px;
}

h2 {
	font-family: 'Montserrat Alternates', regular;
	font-size: 48px;
	color: var(--color-5A);
	font-weight: 600;
}

.text_services_mobile {
	padding-top: 7%;
	font-size: 1.3em;
}

.wrapper_section_time {
	padding-top: 5%;
}

.promotional,
.health {
	width: 1170px;
	margin: auto;
	display: flex;
	margin-bottom: 3%;
}

.promotional p {
	padding-top: 4%;
	font-size: 1.3em;
}

.promotional h4 {
	padding-top: 4%;
}

.promotional img {
	width: 600px;
	height: 100%;
	border-radius: 15px;
	object-fit: cover;
	box-shadow: 7px 6px 10px 0px rgba(0, 0, 0, .5);
}

.wrapper_new_year {
    width: 1170px;
    margin: auto;
    margin-bottom: 3%;
}

.slaider_new_year_pk {
    margin: 4% 0;
}

.dokuments_new_year {
    margin-top: 7%;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.dokuments_new_year_title {
    text-align: center;
}

.dokuments_new_year_title p{
    margin-top: 10%;
}

.dokuments_new_year_title a{
    text-decoration: none;
    color: var(--color-text);
}

.dokuments_new_year_title:hover{
    transform: scale(1.2);
    transition: all 0.7s ease;
}

.new_year_teleg img {
    width: 100px;
}

.gallery-health {
	height: 525px;
}

.gallery-health a {
	height: 100%;
	border-radius: 18px;
}

.health_thailand {
	margin-top: 7%;
}

.health p {
	padding-top: 7%;
	font-size: 1.3em;
	width: 85%;
}

.health h4 {
	padding-top: 7%;
}

.health_videofiles {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	width: 1170px;
	margin: 0 auto 60px;
}

.health_video_item {
	width: 330px;
	padding: 10px;
	object-fit: cover;
	border-radius: 30px;
}


/*Слайдер на карточках начало*/



.card_slider {
    min-width: 373px;
    /* width: 100%; */
    height: 100%;
    object-fit: cover;
}

.card_slide_active img {
	width: 100%;
}

.card_slider button {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background-color: rgba(255, 255, 255, 0.8);
	border: none;
	cursor: pointer;
	padding: 10px;
}




/*Слайдер на карточках конец*/

.card_wrapper_btn {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 3%;
}

.card_wrapper_btn p {
	font-size: 1.3em;
}

.card_wrapper_btn a {
	margin: 0;
}



.img_header {
    position: absolute;
    top: 0;
    left: 45%;
    max-height: 100%;
}

.page__images {
	position: relative;
	background: url("../img/loading3.gif") center / 55% no-repeat;
}


.line_section_one {
	width: 36%;
	margin: 5% auto 4% auto;
}

.section_one {
	position: relative;
}

.section_one_img {
	width: 90%;
	border-radius: 21%;
	transform: skewX(10deg);
}

.section_one_wrapper {
	position: relative;
	display: grid;
	grid-template-columns: repeat(4, 310px);
	gap: 1%;
}

.section_one_person_img {
	width: 310px;
	height: 445px;
	object-fit: cover;
	border-radius: 20px;
	box-shadow: 7px 6px 10px 0px rgba(0, 0, 0, .5);
}

.person_wrapper {
	position: relative;
}

.person_wrapper_title {
	opacity: 0;
	width: 100%;
	text-align: center;

	transition: all 0.25s ease-in;
}

.person_wrapper:hover .person_wrapper_title {
	opacity: 1;
}

.person_title,
.person_title_first,
.person_title_second {
	position: absolute;
	right: 0;
	left: 0;
	color: var(--primary-color);
}

.person_title {
	top: 5%;
	margin: auto;
	font-size: 1.3em;
}

.person_title_first {
	bottom: 16%;
	font-size: 1.6em;
}

.person_title_second {
	bottom: 9%;
	font-size: 1.3em;
}

.person_card_img::before {
	opacity: 0;
	content: '';

	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 99.5%;
	border-radius: 20px;

	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%);

	transition: all 0.25s ease-in;
}

.person_wrapper:hover .person_card_img::before {
	opacity: 1;
}

.nook {
	width: 1170px;
	margin: auto;
}
.big_wrapper_doc {
	display: flex;
	justify-content: space-between;
	margin: 7%;
}

.wrapper_doc {
	width: 20%;
	text-align: center;
}

.wrapper_doc img {
	height: 170px;
	margin-bottom: 8%;
	transition: all 0.5s ease;
}

@media (hover: hover) {
	.wrapper_doc img:hover {
		transform: scale(1.07);
		box-shadow: 0px 10px 12px 0px rgba(0, 0, 0, 0.2);
	}
}

.wrapper_doc a {
	color: unset;
}

.wrapper_doc a:hover {
	color: blue;
}




.section_one_img_title {
	position: absolute;
	bottom: 33%;
	right: -4%;
	width: 350px;
	height: 350px;
	background: var(--primary-color);
	border-radius: 50%;
	align-content: center;
	text-align: center;
	font-size: 1.4em;
	transform: rotate(-10deg);
}

.section_one_img_title span {
	font-size: 2.5em;
	transform: rotate(-15deg);
	color: var(--color-5A);
}



.section_one h3 {
	width: 58%;
	text-align: right;
	margin-left: auto;
	font-size: 26px;
	margin-top: 4%;
	margin-bottom: 4%;
	color: var(--color-text);
	font-weight: 400;
	font-style: italic;
}

.text_head_mini,
.kosmetiks_mobile,
.title_company_mobile,
#one_btn-prev,
#one_btn-next,
.gallery_addtwo,
.gallery_addthree,
.addimgthree,
.delimg,
.slaid_gallery,
.title_mobile_mini,
.record_mobile{
	display: none;
}

.container {
	height: 100%;
    width: 1170px;
    margin: auto;
    position: absolute;
    right: 0;
    left: 0;
}


.language_dropbtn {
    padding: 5px 19px 5px 0px;
    cursor: pointer;
}

.language_dropbtn {
    position: relative;
    display: inline-block;
}

.language_content {
    display: none;
    position: absolute;
    right: 0px;
    background-color: #fff;
    width: 72px;
	padding: 12px 10px;
}

.language_wrapper {
	display: flex;
	align-items: center;
	padding-bottom: 10px;
}

.language_flag {
	width: 50%;
	margin-right: 7px;
}

/*.language_dropbtn {
  background: url('http://icons.iconarchive.com/icons/custom-icon-design/flag-3/16/Russia-Flag-icon.png') no-repeat left center;
  padding-left: 5px;
  width: 40px;
}*/

.language_dropbtn::after {
    background: rgba(0, 0, 0, 0) url("https://cdn3.iconfinder.com/data/icons/google-material-design-icons/48/ic_keyboard_arrow_down_48px-16.png") no-repeat scroll center center;
    content: "";
    height: 16px;
    position: absolute;
    right: 0;
    top: 7px;
    width: 16px;
}

/*.language_content a:first-child {
  background: url('../img/flag-3/16/Russia_flag_icon.png') no-repeat left center;
}

.language_content a:last-child {
  background: url('../img/Usa_flag_icon.png') no-repeat left center;
}*/

.language_content a {
    color: black;
    text-decoration: none;
    display: block;
}

.language_content a:hover {background-color: #f1f1f1}

.language_active {
    display: block;
}

.language {
	font-family: 'Dancing Script';
	text-align: right;
	padding-bottom: 12px;
}

.nav a, .addimgtwo a, .addimgthree a,
.delimg a {
	text-decoration: none;
	color: #fff;
	list-style-type: circle;
	padding: 6px 15px;
	border: none;
	transition: all 0.5s ease;
}

.nav a:hover {
	background: #fff;
	color: #000;
	border-radius: 7px;
}

a.phone:hover {
	color: #fff;
	background: #901919;
	border-radius: 7px;
	box-shadow: 7px 7px 4px rgb(0 0 0 / 25%);
}

a.instagram_btn, a.vkontakte_btn, a.disabl {
	color: #fff;
	background: rgb(144 25 25 / 60%);
	border-radius: 7px;
	box-shadow: 7px 7px 4px rgb(0 0 0 / 25%);
	font-family: 'Carter One', cursive;
}

a.vkontakte_btn {
    background: #5181D0;
}

a.instagram_btn:hover, a.kosmetiks_mobile:hover,
a.disabl:hover {
	color: #fff;
	background: var(--color-5A);
}

a.vkontakte_btn:hover {
    color: #fff;
	background: #1f3d87;
}

.wrapper_about_us {
    display: flex;
    place-content: space-between;
    align-items: center;
    height: 95%;
}

/*.fixed {
	position: fixed;
	top:0;
	left: 0;
	background: #69002F;
	z-index: 100;
	width: 100%;
	padding: 20px 0;
	transition: all 0.5s ease;
	text-align: center;
}
*/

#nav-icon6 {
	display: none;
}

.activ {
	background: #FBE6B7;
	border-radius: 7px;
}

p.about_us_title {
    font-family: 'Dancing Script', cursive;
    font-size: 55px;
    background: url(../img/logo_2.svg) no-repeat;
    height: 60px;
    padding-left: 25px;
    line-height: 0.9em;
}




.about_us_masters {
	margin-bottom: 10%;
	font-size: 24px;
	font-family: 'Cormorant', italic;
	font-weight: 700;
}

.head_wrapper p {
	margin-top: 30px;
	font-size: 24px;
	font-family: 'Cormorant', italic;
	font-weight: 700;
}

p.title_company {
	font-size: 36px;
	font-family: 'Dancing Script', cursive;
	font-weight: 400;
	margin: 0;
	padding: 21px 0 0 26px;
}

p.title_btn {
    font-size: 30px;
    color: #f1e973;
}

.head_btn {
    display: flex;
    justify-content: space-between;
}

.btn {
	display: block;
	font-weight: 400;
	font-size: 24px;
	color: #000;
	background: #fff;
	border-radius: 50px;
	width: 266px;
	padding: 3px 0;
	text-align: center;
	text-decoration: none;
	margin-top: 40px;
	transition: all 0.5s ease;
}

.btn:hover {

	background-image: url(./../img/button_full.svg);
	color: var(--primary-color);
}

.strelka {
	display: block;
	height: 25px;
	margin: auto;
	position: absolute;
    bottom: 15px;
    right: 0;
    left: 0;
    animation: strelka 1.8s infinite;
}

@keyframes strelka {
    0%{
        opacity: 0;
        transform: translateY(-50px);
    }
    50%{
        opacity: 1;
        transform: translateY(0);
    }
    100%{
        opacity: 0;
        transform: translateY(0);
    }
}


.section_one {
	width: 1170px;
	margin: auto;
	padding-top: 65px;
	transition: all 0.5s ease;
}



.section_title {
    min-height: 413px;
    position: unset;
}



.additionally {
	position: relative;
}

.additionally img {
	position: absolute;
    top: 25px;
    left: -165px;
}

.reasons_wrapper {
	display: flex;
	padding-top: 87px;
	justify-content: space-between;
}

/*
 Переворот карточек начало
*/

.wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #d5d5d5;
  display: flex;
  justify-content: center;
  align-items: center;
}

.card {
  width: 370px;
  height: 415px;
  position: relative;
  perspective: 1000px;
  border: solid #6c035f 3px;
  border-radius: 5px;
}

.front, .back {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 1s;
  backface-visibility: hidden;
  background-color: #69002F;
 }

.front img {
  max-width: 100%;
  min-width: 100%;
  height: auto;
}

.back {
  transform: rotateY(180deg);
  border-radius: 10px;
  white-space: pre-line;
  font-size: 22px;
  font-family: 'Cormorant', italic;
  font-weight: 700;
}

.card:hover .front {
  transform: rotateY(180deg);
}

.card:hover .back {
  transform: rotateY(360deg);
}
/*
 Переворот карточек конец
*/



.reasons {
	text-align: center;
	width: 346px;
	height: 333px;
}

h3 {
	margin: 24px 0px;
	font-weight: 700;
	font-size: 28px;
}

h3.person_warning {
    text-align: left;
    margin: 0;
    width: 66%;
    margin-top: 4%;
}

h4 {
	font-weight: 700;
	font-size: 22px;
	color: var(--color-p);
}

h4.contact a {
	text-decoration: none;
    color: #fff;
}

.section_leaf {
	background: url(../img/triangle_right_red.png) no-repeat center / contain;
    min-height: 413px;
}

.section_leaf img {
    position: absolute;
    top: 45px;
    right: -165px;
    width: 25%;
}

.services {
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 1170px;
    text-align: center;
    margin: auto;
    position: relative;
}

.services h3 {
	margin: 20px 0px 10px 0px;
}

.btn_services {
	width: 228px;
	padding: 9.5px 0;
	background-image: url(./../img/button.svg);
}

.service_box {
	min-height: 600px;
	margin-bottom: 78px;
}

.service_box img {
	border-radius: 5px;
}

.reasons_block {
	display: block;
  margin-top: 50px;
}

.reasons h4 span {
	color: #EB2C2C;
}




.section_birthday {
	margin-top: 5%;
}

.birthday_wrapper {
	width: 100%;
}

.birthday_wrapper img {
	object-fit: cover;
	width: 100%;
}



.birthday_wrapper_title {
	display: flex;
	align-items: center;
	justify-content: space-around;
}

.birthday_wrapper h3 {
	width: 58%;
	margin-top: 4%;
	margin-bottom: 4%;
	color: var(--color-text);
	font-weight: 400;
	font-style: italic;
}

.birthday_wrapper h2 {
	font-size: 7em;
	transform: rotate(-15deg);
}

.birthday_line {
	width: 22%;
	margin-top: 85px;
}

.birthday_line_down {
	margin-top: 85px;
}

.birthday_line_top {
	margin-bottom: 85px;
}

.birthday_wrapper span {
	color: var(--color-5A);
	font-weight: 600;
}

.birthday_event {
	text-align: center;
	margin: 4% 0;
}
.birthday_event h2 {
	font-size: 30px;
}







.sertificate {
	position: relative;
	background-image: url(../img/sertificate_fon.jpg);
	margin: auto;
	text-align: center;
	padding: 35px;
	height: 529px;
	margin-top: 6%;
}

.sertificate img {
	position: absolute;
	right: 15%;
	top: -50px;
}

.sertificate span {
	font-weight: 300;
}

.sertificate_wrapper {
	text-align: left;
}


.sertificate_title_reason {
	font-weight: 600;
	padding: 2% 0;
}

.sertificate_icon {
	width: 75px;
	height: 75px;
	background: var(--gradient);
	border-radius: 24px;
	margin-bottom: 30px;
	text-align: center;
	align-content: center;
}

.sertificate_icon img{
	width: 48%;
	position: static;
	transform: none;
}

.sertificate_wrapper_icons {
	display: flex;
	margin-top: 5%;
}

.sertificate_wrapper_icons_card {
	text-align: -webkit-center;
	padding: 0 5%;
}

.sertificate_btn {
	justify-items: center;
}

.sertificate_btn a {
	font-size: 22px;
	padding: 10.5px 0;
	background: none;
	background-image: url(./../img/button.svg);
	margin-top: 7%;
}


@keyframes example {
	0% {
		transform: translateY(0);
}
	50% {
		transform: translateY(15px);
}
	100% {
		transform: translateY(0px);
}
}

.girl_sertificate {
	display: none;
}

.animated_sertificate {

  /* анимируем */
  animation: example 3s infinite;
}


.atmosphere {
	margin: auto;
}

.atmosphere_title {
	text-align: center;
}

.atmosphere_wrapper {
	display: flex;
    justify-content: center;
    padding: 2%;
    max-width: 1095px;
    justify-self: center;
}

.level a {
	text-decoration: none;
	color: var(--color-5A);
}

.title_level_institution{
	font-size: 1.3em;
	margin-top: 3%;
	text-align: center;
}


.slide img {
/*	max-width: 369px;*/
	max-height: 415px;
	min-height: 415px;
	border-radius: 15px;
}

.owl-nav {
	color: var(--primary-color);
	margin-top: 0;
	font-size: 3rem;
}

.owl-prev {
	position: absolute;
	top: 45%;
	left: 2%;
}

.owl-next {
	position: absolute;
	top: 45%;
	right: 2%;
}

a.owl-prev {
	background-image: url(../img/strelka_left.svg);
}



.social_network {
	background-image: url(../img/sertificate_fon.jpg);
	padding-top: 3%;
}

.social_network h2 {
	width: 1170px;
	margin: auto;
}

.social_network_wrapper {
	display: flex;
	position: static;
	justify-content: space-between;
}

.social_network_wrapper_card {
	max-width: 45%;
}

.social_network_title p {
	margin: 5% 0;
}

.social_network_btn {
	display: block;
	margin-top: 12%;
}

.social_network_wrapper_btn {
	display: flex;
	align-items: center;
    margin-top: 15%;
}

.social_network_wrapper_btn a {
	padding-left: 10%;
	text-decoration: none;
	color: var(--color-text);
}

.social_network_wrapper_btn:hover {
	opacity: 0.8;
}

.social_network_wrapper_btn a:hover {
	color: var(--color-title);
	font-weight: 600;
}

.vkontakte_btn,
.telegram_btn {
	margin-left: 40%;
}

.instagram_btn,
.telegram_btn {
	padding-top: 7%;
}

.social_network_img {
	width: 50%;
}

.social_network_img img {
	width: 75%;
	height: 100%;
}




#location {
	width: 100%;
}

#area_one, #area_four {
	width: 1170px;
	margin: auto;
}

.choice {
	display: flex;
  justify-content: space-between;
  width: 50%;
  margin: 40px auto;
  position: unset;
}

.choice_hotel {
	width: 190px;
	height: 195px;
	border-radius: 15px;
	position: relative;
	border: solid #6c035f 2px;
	transition: all .8s ease;
}

.choice p {
	white-space: pre-line;
  margin-top: 12px;
  font-family: 'Cormorant', italic;
  font-weight: 700;
  font-size: 22px;
}

.choice img {
	position: absolute;
  margin: auto;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}

.choice_active {
	background: #fff;
	box-shadow: 4px 7px 7px rgb(0 0 0 / 25%);
	border: none;
}

.choice_hotel:hover {
	background: #fFF;
	box-shadow: 4px 7px 7px rgb(0 0 0 / 25%);
}


#btn-prev, #btn-next,
#one_btn-prev, #one_btn-next {
    font-family: 'Goblin One', cursive;
    font-size: 50px;
    color: #FBE6B7;
    background: #2D1F1A;
    border-radius: 12px;
  	position: absolute;
    top: 13%;
    width: 5%;
    cursor: pointer;
    transition: all 0.5s ease;
}

#one_btn-prev, #one_btn-next {
	top: 50%;
}

#btn-prev:hover, #btn-next:hover,
#one_btn-prev:hover, #one_btn-next:hover {
    background: #901919;
  	color: #fff;
    box-shadow: 4px 5px 4px rgb(0 0 0 / 25%);
}

#btn-prev, #one_btn-prev {
	left: 8%;
}

#btn-next, #one_btn-next {
    right: 8%;
}

.slides_area {
    display: none;
}

.slide_active {
	display: block;
}

.sertificate_use {
	height: 47px;
    color: #e50000;
    background: #fff;
    border-radius: 15px;
    line-height: 47px;
    width: 75%;
    margin: 0 auto;
    display: block;
}



.wrapper_stage {
	display: flex;
	flex-wrap: wrap;
}

.stage_card {
	width: 30%;
}

.stage_card img {
	width: 100%;
}





.gallery {
	background: var(--gradient);
}

.gallery_wrapper {
	text-align: center;
	width: 80%;
	height: 750px;
	margin: auto;
}

.wrapper_gallery {
	height: 500px;
	height: auto;
    max-height: 100%;
}

.gallery-list-grid {
	display: grid;
	gap: 10px;
	/*grid-template-columns: repeat(4, 260px);*/
	grid-template-rows: repeat(8, 260px);
	grid-auto-rows: 380px;
	grid-template-areas:
			"g1 g1 g2 g2"
			"g1 g1 g3 g3"
			"g4 g5 g5 g6"
			"g4 g5 g5 g6"
			"g7 g8 g9 g10"
			"g7 g8 g9 g10"
			"g11 g12 g12 g14"
			"g11 g13 g13 g14";
}

.g1 { grid-area: g1; }
.g2 { grid-area: g2; }
.g3 { grid-area: g3; }
.g4 { grid-area: g4; }
.g5 { grid-area: g5; }
.g6 { grid-area: g6; }
.g7 { grid-area: g7; }
.g8 { grid-area: g8; }
.g9 { grid-area: g9; }
.g10 { grid-area: g10; }
.g11 { grid-area: g11; }
.g12 { grid-area: g12; }
.g13 { grid-area: g13; }
.g14 { grid-area: g14; }

.grid-two {
	grid-template-areas:
			"g17 g17 g15 g16"
			"g18 g18 g15 g16"
			"g19 g20 g21 g22"
			"g19 g20 g21 g22"
			"g23 g24 g25 g26"
			"g23 g24 g25 g26"
			"g27 g29 g29 g28"
			"g27 g29 g29 g28";
}


.g15 { grid-area: g15; }
.g16 { grid-area: g16; }
.g17 { grid-area: g17; }
.g18 { grid-area: g18; }
.g19 { grid-area: g19; }
.g20 { grid-area: g20; }
.g21 { grid-area: g21; }
.g22 { grid-area: g22; }
.g23 { grid-area: g23; }
.g24 { grid-area: g24; }
.g25 { grid-area: g25; }
.g26 { grid-area: g26; }
.g27 { grid-area: g27; }
.g28 { grid-area: g28; }
.g29 { grid-area: g29; }

/*.grid-three {
	grid-template-rows: repeat(3, 230px);
	grid-template-areas:
			"g20 g21 g22 g23"
			"g20 g24 g24 g23"
			"g25 g25 g26 g27";
}*/



.gallery_addtwo {
	transition: all 0.5s ease;
	padding: 10px 0;
}

.imgnon {
	display: none;
}

.gallery_active {
		display: block;
		text-align: center;
}

.addimgthree, .delimg,
.addimgtwo {
	margin: 20px 0 15px 0;
}



.stage_foto {
	width: 1170px;
	margin: 3% auto;
}


/*.grid-paradize {
	grid-template-rows: repeat(3, 230px);
	grid-template-areas:
			"p1 p1 p2 p2"
			"p1 p1 p3 p3"
			"p3 p6 p6 p5";
}

.p1 { grid-area: p1; }
.p2 { grid-area: p2; }
.p3 { grid-area: p3; }
.p4 { grid-area: p4; }
.p5 { grid-area: p5; }
.p6 { grid-area: p6; }*/

.owl-carousel .owl-item img {
	 object-fit: cover;
	 width: 100%;
}

.owl-dots {
	display: none;
}


.slideshow-container {
  	height: 100%;
  	overflow: hidden;
  	justify-content: center;
  	align-items: center;
  	display: flex;
  	position: relative;
}

.mySlides {
    display: none;
    height: 100%;
    width: 100%;
}

.mySlides img {
    height: 100%;
    /* width: 100%; */
    /* padding: 0 250px 0 0; */
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  width: 3%;
  padding: 100% 20px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  position: absolute;
}

.prev {
	left: 0;
}

/* Position the "next button" to the right */
.next {
 right: 0;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  transition: background-color 0.6s ease;
}



/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}


.mobile_work h2 {
		display: none;
	}	

.videowrapper {
    margin-top: 30px;
    position: unset;
    width: 1260px;
}

.videofiles {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 30px;
}

.video_item {
	width: 400px;
/*	height: 245px;*/
	padding: 10px;
	object-fit: cover;
}

.guests {
	width: 1170px;
	margin: 7% auto;
}
.guests_wrapper {
	width: 100%;
}
.guests_wrapper img,
.guests_video {
	width: 33%;
}






.footer {
	background: var(--color-5A);
	color: var(--primary-color);
	text-align: center;
	padding: 15px 0 20px 0;
	font-size: 20px;
}

.footer_title {
	font-family: 'Dancing Script';
	font-size: 1.5em;
	text-transform: uppercase;
}

.footer h4 {
	font-size: 36px;
	font-family: 'Dancing Script', cursive;
	font-weight: 400;
}

.footer a {
	text-decoration: none;
	color: #ffee78;
}

.footer a:hover {
	color: #ffdf00;
}

.footer_title_support {
	margin-top: 0.5%;
}



#scroll_top {
	display: none;
	position: fixed;
	bottom: 20px;
	right: 15px;
	padding-top: 40px;
	z-index: 1000;
	width: 50px;
	height: 40px;
	background: url(..//img/scroll_top.png) no-repeat top / contain;
	border-radius: 50%;
	opacity: 0.5;
}

#scroll_top:hover {
 	opacity: 1;
}

.btn-prev, .btn-next,
#btn-prev, #btn-next {
	display: none;
}





/* Responsive */

/* 992px - 1200px*/


/* 768px */
@media screen and (max-width: 768px) {
	.person_mobile {
		display: block;
	}
	.section_one_wrapper {
		display: none;
	}
	.health_videofiles {
		width: 100%;
	}
	.birthday_event h2 {
		font-size: 20px;
	}
	.wrapper_doc img {
		width: 140px;
		margin: 7% 8%;
	}
}




/* 768px - 992px Планшет*/
@media screen and (max-width: 992px) {
	
}


@media screen and (max-width: 1200px) {
.social_network_wrapper_card {
		margin-left: 4%;
	}
	h2 {
		font-size: 36px;
		margin-left: 4%;
		margin-right: 4%;
	}
	.vkontakte_btn,
	.telegram_btn {
		padding-left: 30%;
	}
	.videowrapper {
		width: 1170px;
	}
	.video_item {
		width: 48%;
		height: 320px;
	}
	.sertificate_title_reason {
		margin-left: 4%;
	}
	.sertificate img {
		right: 5%;
		top: -135px;
	}
	.wrapper_section {
		display: flex;
		margin-left: 4%;
	}
	.section_one h3 {
		margin-right: 4%;
	}
	.atmosphere_wrapper {
		max-width: 100%;
		flex-direction: column-reverse;
		padding: 0;
	}
	.wrapper_title_card_right,
	.wrapper_title_card_left {
		display: flex;
		flex-wrap: wrap;
		align-items: flex-end;
		justify-content: space-around;
		margin-bottom: 3%;
	}
	.wrapper_title_card_right h2,
	.wrapper_title_card_left h2 {
		width: 100%;
		text-align: center;
		margin: auto;
	}
	.atmosphere_wrapper_left {
		max-width: 100%;
		flex-direction: column;
	}
	.atmosphere_wrapper_card {
		max-width: 100%; 
		margin: 2%;
	}
	.owl-carousel {
		width: auto !important;
	}
	.sertificate_wrapper_icons {
		flex-wrap: wrap;
	}
	.sertificate_wrapper_icons_card {
		display: flex;
	}
	.container,
	.section_one {
		width: 100%;
	}
	.sertificate_btn a {
		margin-top: 1%;
	}
    
    .section_one_wrapper{
        grid-template-columns: repeat(3, 365px);
        justify-items: center;
    }
    .section_one_img_title{
        right: 20%;
    }

}

@media screen and (max-width: 768px) {
	h2 {
		font-size: 2em;
	}
	.section_one {
		padding-top: 8%;
	}
	.section_one h3 {
		font-size: 1.5em;
	}
	.animated_sertificate {
		display: none;
	}
	.wrapper_section img {
		height: 80%;
		width: 100%;
	}
	.wrapper_title_card {
		width: 85%;
	}
	.wrapper_title_card h2 {
		margin-left: 0;
		font-size: 1.65em;
	}
    .text_new_year h2{
        font-size: 1.65em;
    }
    .text_new_year p{
        font-size: 1.2rem;
    }
    .text_new_year{
        margin: 0 4%;
    }
    .new_year h2{
        margin: auto;
        text-align: center;
    }
    .dokuments_new_year img{
        width: 80px;
    }
	.videofiles {
		margin: 0 2%;
	}
	.video_item {
		width: 100%;
		height: 100%;
		padding: 1% 0;
	}
	.social_network_title h2 {
		font-size: 30px;
		margin: 0;
	}
	.social_network_btn {
		display: block;
	}
	.social_network_wrapper_btn {
		padding: 4% 0;
	}
	.social_network_img img {
		width: 93%;
	}
	.sertificate_icon {
		width: 20%;
	}
	.icon_hands {
		width: 105px;
	}
	.social_network {
		padding-left: 2%;
	}
	.social_network h2 {
		width: 100%;
	}
    .wrapper_new_year {
        width: 100%;
    }
    .modal-window {
        width: 95%;
        max-width: unset;
    }

}

/* 320px - 576px Мобильники*/
@media screen and (max-width: 576px) {
.modal-kyks {
	width: 80%;
	font-size: 0.9rem;
	padding: 2.5%;
}
	h1 {
		font-size: 2.8rem;
	}
	.social_network_wrapper {
		position: relative;
	}
	.social_network_img img {
		position: absolute;
		width: 50%;
		bottom: 0;
	}
	.sertificate_wrapper_icons p {
		font-size: 1.3rem;
	}
	.sertificate_icon {
		width: 35%;
		height: 80%;
		border-radius: 10%;
	}
	.sertificate_wrapper_icons_card {
		margin: 3% 0;
	}
	.icon_hands {
		width: 27%;
	}
	.Line_mobile,
	.atmosphere hr {
		margin: 6% 0;
	}
	.wrapper_section {
		display: block;
		margin: 0 4%;
	}
	.wrapper_card img {
		height: 310px;
	}
	.wrapper_title_card {
		padding: 5% 0 0 0;
		width: 100%;
	}
	.wrapper_title_card a {
		justify-items: center;
	}
	.text_services_mobile {
		padding-top: 7%;
		font-size: 1.2rem;
	}
	.btn_services {
		justify-self: center;
	}
	.header_wrapper_logo {
		display: block;
		text-align: center;
	}
	.language {
		padding: 5%;
	}
	.video_mobile {
		display: block;
	}
	.video_pc {
		display: none;
	}
	.header_logo {
		width: 20%;
		margin: 0;
	}
	.vkontakte_btn, .telegram_btn {
		margin-left: 0;
	}
	a.ms_booking {
		display: block;
	}
	.card_wrapper_btn,
	.title_level_institution {
		display: none;
	}

	.section_one_img {
		display: none;
	}
	.section_one_img_title {
		position: unset;
		background: var(--color-p-hight);
		width: 250px;
		margin: 30px 30px;
		height: 250px;
		font-size: 1em;
	}
      
    .slaider_new_year_mobile {
    display: block;
    }
    .slaider_new_year_pk {
    display: none;
    }
    .wrapper_new_year {
        width: 100%;
    }

	.strelka {
		display: none;
	}

.big_wrapper_doc {
	display: block;
}
	.nook {
	width: 100%;
}

.wrapper_doc {
	display: flex;
	align-items: center;
	width: 100%;
}

.wrapper_doc img {
	height: 100px;
	width: 100px;
}



/* Создаём гамбургер */
#nav-icon6 {
	display: block;
}
.nav {
	position: relative;
}
.burger_box {
	position: relative;
}

/* Задаём размер кнопки гамбургера */
.hamburger {
	display: inline-block;
	width: 60px;
	height: 45px;
	background: red;
	position: absolute;
	right: 0;
	padding: 0;
	cursor: pointer;
	transition-duration: 1s;
}

/* Задаём свойства палочек гамбургера */
.hamburger span {
	position: absolute;
	width: 26px;
	height: 3px;
	background-color: var(--primary-color);
	border-radius: 20px;
	transition-duration: .25s;
	transition-delay: .25s;
}

.hamburger span:before {
	left: 0;
	position: absolute;
	top: -10px;
	height: 3px;
	width: 26px;
	background-color: #fff;
	content: "";
	border-radius: 20px;
	transition-duration: .25s;
	transition: transform .25s, top .25s .25s;
}
.hamburger span:after {
	left: 0;
	position: absolute;
	top: 10px;
	height: 3px;
	width: 26px;
	background-color: #fff;
	content: "";
	border-radius: 20px;
	transition-duration: .25s;
	transition: transform .25s, top .25s .25s;
}

.hamburger_line {
	margin: 30px auto;
	width: 73%;
	opacity: 0.7;
}

/* Задаём свойства обертки гамбургера */
.view {
	position: absolute;
	top: 30px;
	right: -60%;
	background: var(--gradient);
	padding: 5% 1%;
	text-align: right;
	transition: all 0.5s ease;
}

.view li {
	display: none;
	font-size: 1.2em;
	transition: all 0.5s ease;
	padding: 5% 0;
}

/* Задаём анимацию крестика гамбургера */
.hamburger.open span {
	transition-duration: 0.1s;
	transition-delay: .25s;
	background: transparent;
}
.hamburger.open span:before {
	transition: top .25s, transform .25s .25s;
	top: 0px;
	transform: rotateZ(-45deg);
}
.hamburger.open span:after {
	transition: top 0.4s, transform .25s .25s;
	top: 0px;
	transform: rotateZ(45deg);
}

.menu_toggle_active {
	right: 0;
}

.promotional {
	display: block;
	width: 100%;
}

.promotional img {
	width: 100%;
}

.promotional_wrapper {
	margin: 3%;
}

.promotional_photo {
	width: 95%;
	margin: 0 2%;
}

.stage_foto,
section.gallery {
	display: none;
}

.health_thailand {
	margin: 2%;
	text-align: center;
}

.health {
	display: block;
	width: 100%;
}

.health p {
	width: 100%;
}

.gallery-health {
	height: 600px;
}

.health .owl-prev img,
.health .owl-next img {
	height: 100%;
}

.health h4 {
	margin-bottom: 10%;
}

.social_network_img img {
	height: 80%;
}

.girl_sertificate {
	display: block;
	text-align: center;
}
.girl {
	position: unset!important;
	width: 90%;
}
.sertificate {
	height: 1085px;
	margin-top: unset;
}

.guests {
	width: 100%;
	margin: 7% auto;
}
.guests_wrapper {
	width: 95%;
	margin: auto;
}
.guests_wrapper img,
.guests_video {
	width: 100%;
}

	.hamburger_wrapper {
		position: absolute;
		top: 170px;
		right: 0;
	}

	.hamburger_wrapper_holmi,
	.hamburger_wrapper_paradize {
		width: 80%;
		text-align: right;
		margin: 0 0 0 auto;
		padding-right: 20px;
	}


	.hamburger_wrapper a.btn {
		padding: unset;
	}
	.hamburger_wrapper_holmi_title {
		padding-bottom: 30px;
	}
	.hamburger {
		top: 62px;
	}
	.nav {
		position: unset;
	}
	.language {
		left: 0;
		right: unset;
	}
	.view {
		top: unset;
		padding: 0;
		width: 0%;
		height: 100vh;
		transition: all 1s ease;
	}
	.hamburger_wrapper_btn {
		display: block;
		padding: 12.2px 0!important;
/*		background-image: url(./../img/button.svg);*/
		width: 228px;
		margin: 7% 0 7% auto;
		font-size: 1.1em;
		background: black;
		border-radius: 10px;
		text-align: center;
	}
	.hamburger_wrapper_whatsapp_btn {
		display: flex;
		align-items: flex-end;
		justify-content: flex-end;
		padding: 8% 0 0 0;
	}
	.hamburger_wrapper_whatsapp_btn a {
		padding-left: 2%;
		color: var(--primary-color);
	}
	.menu_toggle_active {
	display: block;
	transition: all 0.5s ease;
	width: 100%;
}

	.birthday_wrapper {
		width: 100%;
	}
	.birthday_line_top {
		margin-bottom: 45px;
	}
	.birthday_wrapper_title {
		display: block;
	}
	.birthday_wrapper h3 {
		width: 100%;
		text-align: center;
		font-size: 1.4em;
	}
	.birthday_wrapper h2 {
		font-size: 5em;
		text-align: center;
	}
	.birthday_line_down {
		margin-top: 45px;
	}

	.health_videofiles {
	display: block;
	width: 100%;
	margin-bottom: 30px;
}

.health_video_item {
	width: 95%;
}

.birthday_img_mobile {
	display: block;
}
.birthday_img {
	display: none;
}
    h3.person_warning {
      margin-left: 4%;  
    }

.big_wrapper_doc {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}

.wrapper_doc img {
	height: 100px;
}



}



@media screen and (max-width: 430px) {
.modal-kyks {
	font-size: 0.84rem;
}
	h1 {
		font-size: 2.2rem;
	}
	.header_btn {
		font-size: 1.2rem;
	}
	h2 {
		font-size: 1.5em;
	}
	.header video {
		width: 100%;
		height: auto;
		min-width: static;
		min-height: static;
	}
	.section_one {
		padding-top: unset;
	}
	.section_one h3 {
		font-size: 1.2em;
		width: 68%;
	}
	.text_services_mobile,
	.promotional p,
	.health p {
		font-size: 1.1rem;
	}
	h4 {
		font-size: 1.2em;
	}
	.wrapper_section_time {
		width: 100%;
	}
	.btn_services {
		font-size: 1.1em;
		padding: 12.2px 0;
		margin: 9% auto;
	}
	.sertificate_wrapper_icons p {
		font-size: 1.1rem;
		padding-left: 2%;
	}
	.sertificate_btn a {
		margin-top: 9%;
	}
	.wrapper_title_card_right,
	.wrapper_title_card_left {
		display: block;
		text-align: center;
		padding: 0;
	}
	.social_network_img img {
		height: 80%;
	}
	.footer {
		font-size: 0.9em;
	}
	.line_mini_mobile {
		margin-top: 5%;
	}
	.sertificate_icon {
		width: 40%;
		height: 60%;
	}
	.sertificate_btn {
		width: 100%;
	}
	.sertificate_btn a {
		margin: 9% auto;
	}
	.icon_hands {
		width: 30%;
		height: 82%;
	}
	.sertificate {
		height: 900px;
	}

	.person_card_img {
		margin: 0 4%;
}
	.section_one_person_img {
		height: 535px;
}

    .person_wrapper_mobile .owl-next{
        right: 6%;
    }
    .person_wrapper_mobile .owl-prev{
        left: 6%;
    }
    .person_card_img::before {
        opacity: 0.4;
    }
        .person_wrapper_title {
            opacity: 1;
    }

    .birthday_line {
        margin-top: 50px;
    }
    .text_new_year p {
        font-size: 1.1rem;
    }
    .dokuments_new_year img{
        width: 60px;
    }

.big_wrapper_doc {
	display: block;
}
.birthday_event h2 {
	font-size: 16px;
}


}






/*#nav-icon6 {
    width: 60px;
    height: 45px;
    position: relative;
    transition-duration: 1s;
    margin: 48px auto 12px auto;
    cursor: pointer;
}*/
/*#nav-icon6 span {
    height: 3px;
    width: 26px;
    background-color: #fff;
    border-radius: 20px;
    position: absolute;
    transition-duration: .25s;
    transition-delay: .25s;    
}*/
/*#nav-icon6 span:before {
    left: 0;
    position: absolute;
    top: -10px;
    height: 3px;
    width: 26px;
    background-color: #fff;
    content: "";
    border-radius: 20px;
    transition-duration: .25s;
    transition: transform .25s, top .25s .25s;
}
#nav-icon6 span:after {
    left: 0;
    position: absolute;
    top: 10px;
    height: 3px;
    width: 26px;
    background-color: #fff;
    content: "";
    border-radius: 20px;
    transition-duration: .25s;
    transition: transform .25s, top .25s .25s;
}*/



/*.ul.view span {
  display: block;
  background-color: #333;
  border-radius: 1px;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
  transition: all 0.3s ease;
}

.ul.view span:nth-child(1) {
  transform: translateY(-5px) rotate(45deg);
}

.ul.view span:nth-child(2) {
  opacity: 0;
}

.ul.view span:nth-child(3) {
  transform: translateY(5px) rotate(-45deg);
}

*/


}