/*
Theme Name: Simeiz
Theme URI: http://neirox.net/
Author: Nik-master
Author URI: https://vk.com/nik_kot_lev
Description: Version 1.0 
License: GNU General Public License v3
License URI: http://www.gnu.org/licenses/gpl.html
*/

@font-face{
	font-family:FranckerCYR-CondensedLight;
    src: local(FranckerCYR-CondensedLight), url(font/FranckerCYR-CondensedLight.ttf);
          }
@font-face{
	font-family:Adderley;
    src: local(Adderley), url(font/Adderley.otf);
          }
@font-face{
	font-family:NeoSansCyr_Regular;
    src: local(NeoSansCyr_Regular), url(font/NeoSansCyr-Medium.ttf);
          }
*{
  margin: 0;
  padding: 0;
}
body{
  margin: 0;
  padding: 0;
  line-height: 1.7;
  font-size: 16px;
  font-family:FranckerCYR-CondensedLight;
  color: #5f5952;
  overflow-x: hidden;
  overflow-y: auto;
}
footer,
section{
    width: 100%;
    height: auto;
    padding: 0px;
    position: relative;
}

h1{
	font-size: 40px;
	font-weight: 400;
	margin: 0;
	font-family: NeoSansCyr_Regular;
	line-height: 1.1;
}
h1,
h2{
	color: #329db4;
}
img{
	width: 100%;
	height: auto;
}
ul, li, form, input, textarea, section, div, span, a, i, p, table, address, h1, h2, img{ 
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box; 
	transition: .5s;
}
ul,li,form,input,section,div,span,a,i,p{
	display: block;
}
input,button,textarea{
	outline:none;
}
ul,li{
	list-style-type: none;
	padding: 0;
	margin: 0;
}
a {
	text-decoration: none;
	padding:0;
	margin:0;
	color: #fff;
	transition: .5s;
}
header{
	width: 100%;
}
.nx_a_c{
    color: #329db4;
}
.nx_a_c_2{
    color: #ff862d;
}
.nx_container{
	max-width: 1100px;
    margin: 0 auto;
    padding: 0 40px;
}
.nx_big_wrapp{
    overflow: hidden;
}
.slb_group_status{display: none!important;}
/*-------------------------------*/
/*-------------------------------*/
/*-------------------------------*/

@media screen and (max-width: 660px){
.nx_container{
    padding: 0 20px;
}
}
@media screen and (max-width: 460px){
.nx_container{
    padding: 0 10px;
}
}
/*---------------------------------------------------------------------------------------------попап бронь----------------------*/
.nx_fix_call_btn{
	position: fixed;
	right: 50px;
	bottom: 40px;
	width: 150px;
	height: 60px;
	z-index: 500;
	display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    cursor: pointer;
    transition: .5s;
}
.nx_fix_call_btn:hover{
    transform: scale(1.1);
}
.nx_fix_call_btn i{
	background: #ff0033;/*-------цвет основной кнопки----------*/
    width: 100%;
    height: 100%;
    border-radius: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    z-index: 2;
    font-size: 26px;
    opacity: 1;
    animation: ani_inf_btn_two 9s ease-in-out infinite;
    opacity: 0;
}
@keyframes ani_inf_btn_two {
	30%{
	  opacity: 0;
	}
	50%{
	  opacity: 1;
	}
	60%{
	  opacity: 1;
	}
	70%{
	  opacity: 1;
	}
	80%{
	  opacity: 0;
	}
	100%{
	  opacity: 0;
	}
}
.nx_fix_call_btn span{
	background: #ff0033;/*-------цвет основной кнопки----------*/
    width: 100%;
    height: 100%;
    border-radius: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    z-index: 3;
    font-size: 14px;
    animation: ani_inf_btn_one 9s ease-in-out infinite;
}
@keyframes ani_inf_btn_one {
	30%{
	  opacity: 1;
	}
	50%{
	  opacity: 0;
	}
	60%{
	  opacity: 0;
	}
	70%{
	  opacity: 0;
	}
	80%{
	  opacity: 1;
	}
	100%{
	  opacity: 1;
	}
}
.nx_fix_call_btn .nx_bg{
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, .3);
    position: absolute;
    border-radius: 35px;
    z-index: 1;
    animation: ani_fix_btn 5s ease-in-out infinite;
}
@keyframes ani_fix_btn {
  50% {
    width: 120%;
    }   
  100% {
    width: 100%;
    }   
}

.nx_popap_book{
	background: #329db4;
	padding-top:50px;
	border-left: 4px solid #fff;
	position: fixed;
	right: -400px;
	width: 100%;
	max-width: 300px;
	height: 100vh;
	z-index: 550;
	transition: 1s;
	max-height: 100vh;
	overflow: auto;
}
.nx_popap_book.nx_activ{
	right: 0px;
}
.nx_popap_book .nx_close{
	position: absolute;
	right: 0px;
	top: 0px;
	background: #ff862d;
	color: #fff;
	font-size: 20px;
	transition: 0.5s;
}
.nx_popap_book .nx_close i{
	width: 70px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.nx_popap_book .nx_close:hover{
    background: #fff;
    color: #ff862d;
}

/*-------------------------------*/
/*-------------------------------*/
/*-------------------------------*/

@media screen and (max-width: 660px){
.nx_fix_call_btn{
	right: 30px;
	bottom: 30px;
}
}
/*---------------------------------------------------------------------------------------------мобильное меню----------------------*/
.nx_btn_mob{
	width: 40px;
	height: 60px;
	position: relative;
	cursor: pointer;
	transition: .3s;
	display: none;
	align-items: center;
	transition: .5s;
}
.nx_btn_mob span{
  width: 100%;
  height: 6px;
  background: #fff;
  position: absolute;
  left: 0px; 
  transition: all .3s ease-out;
}
.nx_btn_mob span::after,
.nx_btn_mob span::before{
  content: "";
  position: absolute;
  width: 100%;
  height: 6px;
  background: #fff;
  transition-duration: 0.3s, 0.3s;
  transition-delay: 0.3s, 0s;
}

.nx_btn_mob span::before {
          transition-property: bottom, transform;
}
.nx_btn_mob span::after {
          transition-property: top, transform;
}
.nx_btn_mob span::after{
  top: -12px;
}
.nx_btn_mob span::before{
  bottom: -12px;
}
.nx_btn_mob.nx_activ span {
  background: none;
}
.nx_btn_mob.nx_activ span::before {
  bottom: 0px;
  transform: rotate(45deg);
}
.nx_nav_bar.nx_activ .nx_btn_mob.nx_activ span::before {
  bottom: 0px;
  transform: rotate(45deg);
}
.nx_btn_mob.nx_activ span::after {
  top: 0px;
  transform: rotate(-45deg);
}
.nx_nav_bar.nx_activ .nx_btn_mob.nx_activ span::after {
  top: 0px;
  transform: rotate(-45deg);
}
.nx_btn_mob.nx_activ span::before,
.nx_btn_mob.nx_activ span::after{
  transition-delay: 0s, 0.3s;
}


.nx_mob_menu{
  width: 100%;
  max-height: 100vh;
  height: 100vh;
  overflow: auto;
  position: fixed;
  top: -150%;
  left: 0%;
  z-index: 50;
  padding-top: 50px;
  transition: 1s;
  background: rgba(255, 255, 255, .5);
}
.nx_mob_menu.nx_activ{
  top: 0%;
}
.nx_mob_menu ul{
  display: flex;
  flex-direction: column;
  text-align: center;
  width: 100%;
}
.nx_mob_menu ul li{
   position: relative;
}
.nx_mob_menu ul li.menu-item-has-children > a{
	pointer-events: none !important;
}
.nx_mob_menu ul li.menu-item-has-children:before{
   width: 40px;
   height: 50px;
   display: flex;
   justify-content: center;
   align-items: center;
   border-left: 2px solid rgba(255, 255, 255, .1);
   font-family: 'Font Awesome 5 Free';
   font-weight: 900;
   content: "\f078";
   position: absolute;
   right: 0px;
   top: 0px;
   color: rgba(255, 255, 255, .3);
   z-index: 10;
}
.nx_mob_menu ul a{
	background: #329db4;
	margin-top: 2px;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	color: #fff;
	position: relative;
}
.nx_mob_menu ul ul{
	position: absolute;
	top: 100%;
	left: 0px;
	visibility: hidden;
	opacity: 0px;
	transition: .5s;
}
.nx_mob_menu ul li:hover ul{
    position: relative;
    opacity: 1;
    visibility: visible;
}

.nx_mob_menu ul li ul li a{
	opacity: 0;
	padding: 0px 40px 0px 0px;
	height: 50px;
	transition: 1s;
	background: #6e9198;
}
.nx_mob_menu ul li:hover ul li a{
    opacity: 1;
	padding: 0px 0px 0px 0px;
}
.nx_mob_menu ul ul ul ul,
.nx_mob_menu ul ul ul{
	display: none !important;
}

.nx_mob_menu ul a:hover{
	background: #fff;
	color: rgba(35, 62, 104, 1);
}

/*-------------------------------*/
/*-------------------------------*/
/*-------------------------------*/

@media screen and (max-width: 660px){
.nx_btn_mob{
	display: flex;
}
}
@media screen and (max-width: 460px){
.nx_btn_mob span::after{
  top: -10px;
}
.nx_btn_mob span::before{
  bottom: -10px;
}
}
/*----------------------------------------------------------------------------------------------попап меню шапка------------------*/
.nx_header{
	position: fixed;
	width: 100%;
	height: 60px;
	z-index: 400;
	top: 0px;
	left: 0px;
	background: #329db4;
	transition: .5s;
}
.nx_header.nx_activ{
	height: 50px;
}
.nx_popap_menu .nx_btn_mob{
	display: none;
	height: 50px;
}
.nx_popap_menu{
    height: 100%;
    width: 100%;
}
.nx_popap_menu .nx_container{
	height: 100%;
	display: flex;
	justify-content: space-between;
}
.nx_popap_menu .nx_logo{
	height: 100%;
}
.nx_popap_menu .nx_logo img{
	width: 130px;
}
.nx_popap_menu ul{
	display: flex;
	height: 100%;
}
.nx_popap_menu ul li{
	position: relative;
}
.nx_popap_menu a{
	height: 100%;
	padding: 0 10px;
	display: flex;
	align-items: center;
	background: #329db4;
	position: relative;
	z-index: 100;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 1px;
}
.nx_popap_menu ul ul{
	flex-direction: column;
	position: absolute;
	top: 0%;
	opacity: 0;
	visibility: hidden;
	left: 0px;
	z-index: 90;
	transition: .2s;
}
.nx_popap_menu ul li:hover ul{
	top: 100%;
	opacity: 1;
	visibility: visible;
}
.nx_popap_menu ul ul li{
	border-top: 2px solid rgba(255, 255, 255, 0)
}
.nx_popap_menu ul ul a{
	width: 250px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding: 10px 15px;
	background: rgba(59, 140, 157, .9);
}


.nx_popap_menu a:hover{
	background: #fff;
	color: #329db4;
}
.nx_popap_menu a.nx_logo:hover{
    background: none;
}
.nx_popap_menu .nx_phone{
    height: 100%;
    font-size: 14px;
	left: 20%;
}

@media screen and (max-width: 1060px){
.nx_popap_menu .menu-top-container{
	display: none;
}
.nx_popap_menu .nx_btn_mob{
	display: flex;
}
.nx_popap_menu .nx_logo{
	display: none;
}
}
/*----------------------------------------------------------------------------------------------приветствие------------------*/
.nx_welcome{
	width: 100%;
	background: url(/wp-content/uploads/2021/03/DSC_0320-scaled.jpg) fixed left;
	background-size: cover;
	padding-top: 60px;
}
.nx_welcome .nx_action{
	background: rgba(255, 255, 255, .1);
	color: #fff;
	opacity: 0;
}
.nx_welcome .nx_action .nx_container {
	padding: 20px 40px 30px 40px;
}
.nx_welcome .nx_action .nx_container h2{
	color: #fff;
}
.nx_welcome .nx_action .nx_container span span,
.nx_welcome .nx_action .nx_container h2 span{
	display: inline-block;
}
.nx_welcome .nx_action .nx_container .nx_btn{
	padding: 10px 15px;
	background: #ff862d;
	width: 200px;
	display: flex;
	justify-content: center;
	text-transform: uppercase;
	font-size: 14px;
	margin-top: 10px;
	cursor: pointer;
	transition: .5s;
}
.nx_welcome .nx_action .nx_container .nx_btn:hover{
    background: #fff;
    color: #ff862d;
}
.nx_welcome .nx_container.d_f{
	padding-top: 80px;
	padding-bottom: 20px;
	position: relative;
}
.nx_welcome .nx_wrapp{
	max-width: 900px;
	width: 100%;
	height: 300px;
	position: relative;
	margin: 0 auto;
	opacity: 0;
}
.nx_welcome .nx_logo{
	max-width: 380px;
	width: 100%;
	height: 120px;
	background: #ff862d;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	z-index: 10;
	left: 0px;
	top: 70px;
	opacity: 0;
}
.nx_welcome .nx_logo img{
	width: 200px;
}
.nx_welcome .nx_slider{
	width: 100%;
	height: 100%;
    position: relative;
}

.owl-stage-outer{
    height: 100%;
}
.nx_welcome .nx_slider .owl-dots{
	position: absolute;
	bottom: 10px;
	right: 20px;
}
.nx_welcome .nx_slider .owl-dots .owl-dot{
}
.nx_welcome .nx_slider .owl-dots .owl-dot span{
	width: 25px !important;
	height: 25px !important;
	border-radius: 0px !important;
	background: #fff;
	transition: .5s;
}
.nx_welcome .nx_slider .owl-dots .owl-dot span:hover{
	background: #ff862d;
}
.nx_welcome .nx_slider .owl-dots .owl-dot.active span{
	background: #ff862d;
}
.nx_welcome .nx_slide{
    margin-left: 50px;
}
.nx_welcome .nx_slide img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.nx_welcome .nx_slide,
.nx_welcome .nx_slider .owl-item,
.nx_welcome .nx_slider .owl-stage{
	height: 100%;
}
.nx_welcome .nx_slide h1{
	    margin-top: -100px;
    margin-left: 30%;
	max-width: 380px;
	width: 100%;
	position: absolute;
	color: #fff;
	left: 0px;
	top: 200px;
	font-size: 24px;
	text-align: center;
	text-shadow: 0 0 10px rgba(0,0,0,0.5);

}
.nx_welcome .nx_contacts{
	margin-top: 50px;
	width: 100%;
	display: flex;
	justify-content: center;
	color: #fff;
	padding: 20px 0;
}
.nx_welcome .nx_contacts .nx_item{
	display: flex;
}
.nx_welcome .nx_contacts .nx_icon{
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 22px;
	padding: 0 20px;
	border-right: 2px solid #fff;
}
.nx_welcome .nx_contacts .nx_txt{
	padding: 0 20px;
}
.nx_welcome .nx_contacts .nx_txt span{}
.nx_welcome .nx_contacts .nx_txt .nx_tit{
	text-transform: uppercase;
	color: #ff862d;
	font-weight: 700;
}

/*-------------------------------*/
/*-------------------------------*/
/*-------------------------------*/

@media screen and (max-width: 660px){
.nx_welcome .menu-top-container{
    display: none;
}
.nx_welcome nav .nx_container{
	display: flex;
	justify-content: flex-start;
}
.nx_welcome .nx_slide{
    margin-left: 30px;
}
.nx_welcome .nx_logo{	
	left: 0px;
	top: -30px;
}
.nx_welcome .nx_slide h1{
	top: 100px;
}
.nx_welcome .nx_contacts{
	margin-top: 20px;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.nx_welcome .nx_contacts .nx_item{
	justify-content: center;
	width: 100%;
	margin-top: 10px;
}
.nx_welcome .nx_contacts .nx_icon{
	width: 100px;
	height: auto;
}
.nx_welcome .nx_contacts .nx_txt{
	width: 100%;
	max-width: 200px;
	padding: 0 20px;
}
}
@media screen and (max-width: 460px){
.nx_welcome .nx_container.d_f{
	padding-top: 100px;
}
.nx_welcome .nx_slide{
    margin-left: 0px;
}	
.nx_welcome .nx_logo{
	max-width: none;
	width: 100%;
	height: 120px;
	left: 0px;
	top: -60px;
}
.nx_welcome .nx_logo img{
	width: 250px;
}
.nx_welcome .nx_slide h1{
	max-width: none;
	width: 100%;
	top: 70px;
	padding: 0 20px;
}
}

/*----------------------------------------------------------------------------------о нас----------------------*/
.nx_two_area{
	position: relative;
	padding-bottom: 50px;
}
.nx_two_area .nx_container{
}
.nx_two_area .nx_title_container{
    padding-top: 50px;
	padding-bottom: 40px;
	position: relative;
}
.nx_two_area .nx_title_container .nx_title{
	padding-bottom: 10px;
	color: #329db4;
}
.nx_two_area .nx_title_container .nx_wrapp{
    display: flex;
    justify-content: center;
}
.nx_two_area .nx_title_container .nx_img{
	width: 500px;
	height: auto;
	padding: 0px;
	margin-left: 0px;
	opacity: 0;
}
.nx_two_area .nx_title_container .nx_img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.nx_two_area .nx_title_container .nx_txt{
  width: 100%;
  position: relative;
  padding: 0 10px 0 20px;
}
.nx_two_area .nx_title_container .nx_txt h1{
	position: relative;
	left: -2px;
}
.nx_two_area .nx_title_container .nx_txt p span{
  display: inline;
  padding: 0px;
}
.nx_two_area .nx_title_container .nx_txt p{
  padding-bottom: 5px;
}

.nx_two_area .nx_bg{
	background: rgba(59, 140, 157, .1);
	width: 100%;
	height: 170px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: -1;
}
.nx_two_area .nx_item{
  width: 100%;
  height: auto;
  padding-top: 60px;
}
.nx_two_area .nx_item h3{
  color: #329db4;
  margin-top: 20px;
}
.nx_two_area .nx_item h2{
  width: 100%;
  position: relative;
  font-size: 40px;
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
  align-items: center;
  font-family: Adderley;
  color: #329db4;
  text-align: center;
}
.nx_two_area .nx_item > .nx_txt{
  padding: 20px;
  width: 100%;
  max-width: 800px;
}

.nx_two_area .nx_item{
  display: flex;
  flex-wrap: wrap;
}
.nx_two_area .nx_item .nx_item_child{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  width: 25%;
  padding: 2px;
  position: relative;
  opacity: 0;
}
.nx_two_area .nx_item .nx_img{
  color: #fff;
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: .5s;
}
.nx_two_area .nx_item i{
	font-size: 38px;
	width: 150px;
	height: 150px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #329db4;
	position: relative;
	z-index: 10;
}
.nx_two_area .nx_item .nx_img:before{
    position: absolute;
    width: 180px;
	height: 180px;
	border-radius: 50%;
	content: "";
	background: rgba(59, 140, 157, .05);
	transition: .5s;
}
.nx_two_area .nx_item .nx_item_child:hover .nx_img:before{
    width: 220px;
	height: 220px;
}
.nx_two_area .nx_item .nx_item_child:hover i{
    transform: scale(1.1);
    background: #ff0033;
}
.nx_two_area .nx_item h3{
  font-size: 20px;
  text-align: center;
}
.nx_two_area .nx_item .nx_item_child .nx_txt{
  padding: 20px;
  text-align: center;
}
.nx_two_area .nx_link_area{
	display: flex;
	flex-wrap: wrap;
}
.nx_two_area .nx_link{
	width: 33.33%;
	height: auto;
	padding-right: 10px;
}
.nx_two_area .nx_link .nx_img{
	overflow: hidden;
	position: relative;
	padding: 0px !important;
	height: 170px;
}
.nx_two_area .nx_link img{
	transition: 2s;
	margin-bottom: 0px !important;
	margin: 0px !important;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.nx_two_area .nx_link:hover img{
    transform: scale(1.2);
}
.nx_two_area .nx_link:nth-last-child(1){
    padding-right: 0px;
}
.nx_two_area .nx_link h2{
    color: #fff;
    position: absolute;
    bottom: 0px;
    left: 0px;
    padding:10px 20px;	
    font-size: 16px;
	background: rgba(59, 140, 157, .5);
	width: 100%;
	transform: 2s;
}
.nx_two_area .nx_link:hover h2{
    padding:20px 20px;	
}



/*-------------------------------*/
/*-------------------------------*/
/*-------------------------------*/

@media screen and (max-width: 1200px){

}
@media screen and (max-width: 1000px){
.nx_two_area .nx_item .nx_item_child{
  width: 50%;
  padding-top: 20px;
}
.nx_two_area .nx_title_container .nx_title{
	margin-bottom: 20px;
	display: flex;
	padding-left: 10px;
}
.nx_title:before {
    bottom: -10px;
    left: auto;
}
.nx_two_area .nx_title_container .nx_txt{
	max-width: 100%;
}
.nx_two_area .nx_item .nx_item_child .nx_txt{
  padding: 10px 20px 20px 20px;
  text-align: center;
}
}

@media screen and (max-width: 760px){
.nx_two_area .nx_title_container{
  padding: 100px 20px 60px 20px;
}
.nx_two_area .nx_item .nx_item_child{
  width: 100%;
}
.nx_two_area .nx_title_container .nx_txt_bg{
  font-size: 100px;
  top: 30px;
  left: -30px;
}
}
@media screen and (max-width: 660px){
.nx_two_area .nx_title_container{
	padding: 0 0 20px 0;
}
.nx_two_area .nx_link{
	width: 100%;
	height: auto;
	padding-right: 0px;
	margin-top: 10px;
}
.nx_two_area .nx_title_container .nx_img{
	width: 100%;
	height: 300px;
	padding:  0px;
	background: rgba(59, 140, 157, .1);
	margin-right: 0px;
	margin-bottom: 0px;
}
.nx_two_area .nx_title_container .nx_img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.nx_two_area .nx_title_container .nx_wrapp{
    display: flex;
    justify-content: center;
    flex-direction: column;	
    margin-top: 50px;
}
.nx_two_area .nx_title_container .nx_txt{
  padding: 20px 0px 20px 0px;
}
.nx_two_area .nx_title_container .nx_title{
	padding-bottom: 0px;
	padding-left: 0px;
}
}

/*----------------------------------------------------------------------------------номера----------------------*/

.nx_room{
	padding-top: 50px;
	padding-bottom: 50px;
    /*background: linear-gradient(45deg, #329db4, #014365);*/
 }
.nx_room .nx_container{}
.nx_room .nx_bg{
	width: 70vw;
	height: 300px;
	background: rgba(59, 140, 157, .3);
	position: relative;
	margin-bottom: -320px
	z-index-1;
}
.nx_room .nx_item{
	margin-top: 20px;
	padding-bottom: 20px;
	position: relative;
	display: flex;
	align-items: center;
}
.nx_room .nx_item:nth-child(4),
.nx_room .nx_item:nth-child(2){
	justify-content: flex-end;
}
.nx_room .nx_item:nth-child(4) .nx_txt,
.nx_room .nx_item:nth-child(2) .nx_txt{
	left: 0px;
	padding: 5px 5px 20px 40px;
}
.nx_room .nx_item .nx_img{
	width: 70%;
	height: all;
	height: 400px;
	opacity: 0;
}
.nx_room .nx_item .nx_img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.nx_room .nx_item .nx_txt{
	position: absolute;
	width: 50%;
	right: 0px;
	height: 300px;
	background: #fff;
	padding: 5px 40px 20px 5px;
	background: rgba(59, 140, 157, .1);
	opacity: 0;
}
.nx_room .nx_item .nx_txt .nx_cover{
	background: #fff;
	position: relative;
	width: 100%;
	height: 100%;
	padding: 20px;
}
.nx_room .nx_item .nx_txt h2{} 
.nx_room .nx_item .nx_txt span{}
.nx_room .nx_item .nx_txt .nx_btn_wrapp{
	position: absolute;
	display: flex;
	bottom: 20px;
	left: 20px;
	background: rgba(59, 140, 157, .4);
}
.nx_room .nx_item .nx_txt .nx_btn{
	padding: 15px 0;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}
.nx_room .nx_item .nx_txt .nx_btn:hover{
	background: #329db4;
}
.nx_room .nx_item .nx_txt .nx_btn.nx_link{
	width: 230px;
	color: #fff;
	background: #ff0033;
}
.nx_room .nx_item .nx_txt .nx_btn.nx_next{
	width: 120px;
}

/*-------------------------------*/
/*-------------------------------*/
/*-------------------------------*/

@media screen and (max-width: 1000px){
.nx_room .nx_item .nx_img{
	width: 60%;
}
.nx_room .nx_item .nx_txt{
	width: 60%;
	
}
}
@media screen and (max-width: 830px){
.nx_room .nx_item .nx_img{
	width: 70%;
}
.nx_room .nx_item .nx_txt{
	width: 70%;
	
}
}
@media screen and (max-width: 760px){
.nx_room .nx_item .nx_img{
	width: 80%;
}
.nx_room .nx_item .nx_txt{
	width: 80%;
	
}
}
@media screen and (max-width: 600px){
.nx_room .nx_item .nx_img{
	width: 100%;
}
.nx_room .nx_item .nx_txt{
	width: 100%;
	position: relative;
	padding: 10px 5px 20px 5px !important;
	margin-bottom: -150px;
	position: relative;
	z-index: 10;
}
.nx_room .nx_item{
	flex-direction: column-reverse;
}
}
@media screen and (max-width: 460px){
.nx_room .nx_item .nx_txt .nx_btn.nx_link,
.nx_room .nx_item .nx_txt .nx_btn.nx_next{
    width: 100%;
}
.nx_room .nx_item .nx_txt{
	height: auto;
}
.nx_room .nx_item .nx_txt .nx_cover{
	padding-bottom: 140px;
}
.nx_room .nx_item .nx_txt .nx_btn_wrapp{
	display: block;
	bottom: 20px;
	left: 20px;
	right: 20px;
}
.nx_room .nx_item .nx_txt .nx_btn{
	padding: 10px 0;
	cursor: pointer;
}
.nx_room .nx_item .nx_txt div.nx_btn{
	width: 100%;
	margin-right: 0px;
	margin-bottom: 5px;
}
.nx_room .nx_item .nx_txt a.nx_btn{
	width: 100%;
}
}
/*----------------------------------------------------------------------------------галлерея главная----------------------*/

.nx_home_gallery{
	padding-top: 60px;
	padding-bottom: 40px;
	background: url(img/bg_1.jpg) fixed right;
	background-size: cover;
}
.nx_home_gallery .nx_container{}
.nx_home_gallery .nx_container a{
	padding: 0 5px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}
.nx_home_gallery .nx_container a:after,
.nx_home_gallery .nx_container a:before{
    position: absolute;
    background: #fff !important;
    content: "";
    transform: scale(0);
    transition: .3s;
    z-index: 10;
}
.nx_home_gallery .nx_container a:hover:after,
.nx_home_gallery .nx_container a:hover:before{
    transform: scale(1);
}
.nx_home_gallery .nx_container a:after{
    width: 50px !important;
    height: 2px !important;
}
.nx_home_gallery .nx_container a:before{
	width: 2px;
    height: 50px;
}
.nx_home_gallery .nx_container img{
	border:6px solid rgba(255, 255, 255, .1);
}
.nx_home_gallery .nx_container a:hover img{
	filter: brightness(50%);
}
.nx_home_gallery .nx_container .owl-dots{
	display: none;
}
.nx_home_gallery .nx_container .owl-nav{}
.nx_home_gallery .nx_container .owl-nav span{
	color: #fff;
	width: 60px;
	height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 40px;
	order:3px solid #fff;
	background: rgba(255, 255, 255, .1) !important;
}
.nx_home_gallery .nx_container .owl-nav span{
}
.nx_home_gallery .nx_container .owl-nav button{
	transition: .5s;
}
.nx_home_gallery .nx_container .owl-nav button:hover{
	background: rgba(255, 255, 255, .3) !important;
}

/*----------------------------------------------------------------------------------отзывы----------------------*/
.nx_comment{
	padding: 100px 0;
}
.nx_comment .nx_bg{
	width: 100%;
	height: 260px;
	background: rgba(59, 140, 157, .1);
	position: absolute;
	left: 0px;
	top: 70px;
}
.nx_comment .nx_container h1{
	width: 100%;
	text-align: center;
}
.nx_comment .nx_container .nx_descript{
	max-width: 600px;
	text-align: center;
	margin: 0 auto;
}
.nx_comment .owl-stage-outer{
	padding-top: 40px;
}
.nx_comment .nx_container .nx_item{
	display: flex;
	flex-direction: column;
	align-items: center;
}
.nx_comment .nx_container .nx_img{
	width: 200px;
	height: 200px;
	border-radius: 50%;
	overflow: hidden;
	transition: .5s;
}
.nx_comment .nx_container .nx_item:hover .nx_img{
    transform: scale(1.1);
}
.nx_comment .nx_container .nx_img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.nx_comment .nx_container .nx_txt{
	padding:0 40px;
}
.nx_comment .nx_container .nx_txt h2,
.nx_comment .nx_container .nx_txt span{
	text-align: center;
	width: 100%;
}

.nx_comment .nx_container .nx_txt h2{
	margin-top: 20px;
}
.nx_comment .nx_container .nx_txt span{}
.nx_comment .owl-dots,
.nx_comment .owl-nav{
	display: none;
}

/*-------------------------------*/
/*-------------------------------*/
/*-------------------------------*/

@media screen and (max-width: 1000px){
.nx_comment .nx_container .nx_txt{
	padding:0 20px;
}
}
@media screen and (max-width: 460px){
.nx_comment .nx_container .nx_txt{
	padding:0 0px;
}
}
/*----------------------------------------------------------------------------------страници----------------------*/
.nx_room.nx_page_room{
	padding-top: 0px !important;
}
.nx_room.nx_page_room .nx_content{
	padding: 0px 0 50px 0 !important;
} 
.nx_page_menu .nx_btn_mob{
	display: none;
	height: 50px;
}
.nx_page_menu{
    height: 50px;
    width: 100%;
    background: #329db4;
    position: relative;
    z-index: 500;
}
.nx_page_menu .nx_container{
	height: 100%;
	display: flex;
	justify-content: space-between;
}
.nx_page_menu .nx_logo{
	height: 100%;
}
.nx_page_menu .nx_logo img{
	width: 130px;
}
.nx_page_menu ul{
	display: flex;
	height: 100%;
}
.nx_page_menu ul li{
	position: relative;
}
.nx_page_menu a{
	height: 100%;
	padding: 0 10px;
	display: flex;
	align-items: center;
	background: #329db4;
	position: relative;
	z-index: 100;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 1px;
}
.nx_page_menu ul ul{
	flex-direction: column;
	position: absolute;
	top: 0%;
	opacity: 0;
	visibility: hidden;
	left: 0px;
	z-index: 90;
	transition: .2s;
}
.nx_page_menu ul li:hover ul{
	top: 100%;
	opacity: 1;
	visibility: visible;
}
.nx_page_menu ul ul li{
	margin-top: 2px;
}
.nx_page_menu ul ul a{
	width: 250px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding: 10px 15px;
	background: rgba(59, 140, 157, .9);
}
.nx_page_menu a:hover{
	background: #fff;
	color: #329db4;
}
.nx_page_menu a.nx_logo:hover{
    background: none;
}
.nx_page_menu .nx_phone{
    height: 100%;
}
.nx_page{
	letter-spacing: .5px;
	font-size: 16px;
	padding-top: 60px;
}
.nx_page .nx_container{}
.nx_page .nx_title_page{
	width: 100%;
	padding: 40px 0px 80px 0px;
	position: relative;
	overflow: hidden;
	letter-spacing: 1.4px;
	background: url(img/bg_1.jpg) fixed center;
	background-size: cover;
}
.nx_page .nx_title_page h1{
	color: #fff;
	position: relative;
	z-index: 5;
    font-size: 50px; 
}
.nx_page .nx_title_page span{
    color: #fff;
	position: relative;
	z-index: 5;
}
.nx_page .nx_title_page img{
	position: absolute;
	top:0px;
	right: 0px;
}
.nx_page .nx_content{
	padding: 50px 0;
}
.nx_page .nx_content h2{
	line-height: 1.5 !important;
	color: #329db4 !important;
}
.nx_page .nx_content h3{
	font-size: 18px;
	line-height: 1.5 !important;
	color: #329db4 !important;
}
.nx_page .nx_content a{
}
.nx_page .nx_content a:hover{
    color: #329db4
}
.nx_page .nx_descriptor{
	margin-top: 5px;
}
.nx_breadcrumbs{
	width: 100%;
	position: absolute;
	bottom: 0px;
	left: 0px;
	background:#329db4;
	z-index: 6;
	padding: 10px 0px;
	color: #FFF;
	font-size: 12px;
}
.nx_breadcrumbs .nx_container{
   display: flex;
   align-items: center;
}
.nx_breadcrumbs .nx_back{
	display: none;
	background: rgba(255, 255, 255, .1);
    height: 100%;
    padding: 0 20px;
    font-size: 18px;
    color: #fff !important;
    padding-top: 3px;
    cursor: pointer;
}
.nx_breadcrumbs .nx_back:hover{
	color: #329db4 !important;
	background: #fff !important;
}
.nx_breadcrumbs .nx_container .nx_breadcrumbs_wrapp{
   display: flex;
   align-items: center;
}
.nx_breadcrumbs a{
   color: rgba(255, 255, 255, .7);
   transition: .5s;
}
.nx_breadcrumbs a:hover{
   color: rgba(255, 255, 255, 1);
}
.nx_separator{
   font-size: 14px;
   margin: 0 5px;
   color: rgba(255, 255, 255, 0);
   background: rgba(255, 255, 255, .7);
   width: 5px;
   height: 5px;
}

.nx_page .widget-title{
	padding-bottom: 20px !important;
	color: #3c5d7e;
	font-size: 18px;
}
.nx_page .textwidget p{
	padding-bottom: 10px !important;
}
.nx_page .textwidget li{
	padding-left: 15px;
	position: relative;
	display: flex;
	align-items: center;
	margin-bottom: 5px;
}
.nx_page .textwidget li:before{
	content: "";
	position: absolute;
	width: 5px;
	height: 100%;
	background: #3c5d7e;
	left: 0px;
}
.nx_page .textwidget a{
	color: rgba(255, 103, 43, 1);
	margin-top:20px;
	transition: .5s;
}
.nx_page .textwidget a:hover{
	color: #3c5d7e;
}
.nx_page .nx_btn{
	background: #ff862d;
	color: #fff;
	padding: 15px;
	max-width: 280px;
	width: 100%;
	display: flex;
	justify-content: center;
	cursor: pointer;
	margin: 0 auto;
}
.nx_page .nx_btn.n_p{
	margin: 0 !important;
}
.nx_page .nx_btn:hover{
    background: #329db4;
}
/*-------------------------------*/
/*-------------------------------*/
/*-------------------------------*/
@media screen and (max-width: 1060px){
.nx_page_menu .menu-top-container{
	display: none;
}
.nx_page_menu .nx_btn_mob{
	display: flex;
}
.nx_page_menu .nx_logo{
	display: none;
}
}

@media screen and (max-width: 660px){
.nx_page{
	padding-top: 30px;
}
.nx_breadcrumbs .nx_back{
	display: block;
}
.nx_breadcrumbs .nx_container .nx_breadcrumbs_wrapp{
   display: flex;
   align-items: center;
   display: none;
}
.nx_page .nx_title_page img{
	height: 100%;
	width: auto;
}
}
@media screen and (max-width: 460px){
.nx_page .nx_title_page h1{
	font-size: 34px;
}	
}

/*----------------------------------------------------------------------------------подвал----------------------*/
footer{
    background: #1f1f1f;
	background-size: cover;
	position: relative;
	overflow: hidden;
}
footer h2{
	color: #fff;
}
footer .nx_bg{
	position: absolute;
	width: 700px;
	right: -300px;
	top: -0px;
	opacity: .4;
}
footer .nx_ani_title{
    z-index: 12;
    top: 30px;
}
footer .nx_ani_title span{
 	background: rgba(255, 255, 255, .05);
}
footer .nx_cover{
	background: rgba(35, 62, 104, .1);
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: 1;
}
footer .nx_container{
	display: flex;
	flex-wrap: wrap;
	padding: 100px 0px;
}
footer .nx_item{
	width: 33.33%;
	height: auto;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	position: relative;
	z-index: 10;
	color: #fff;
    padding:0 20px;
}
footer .nx_item.logo{
	align-items: center;
}
footer .nx_item.menu a:hover{
    color:  #329db4;
}

footer .nx_item.menu li{
	position: relative;
}
footer .nx_item.menu li.menu-item-has-children:before{
   height: 25px;
   display: flex;
   font-size: 12px;
   align-items: center;
   font-family: 'Font Awesome 5 Free';
   font-weight: 900;
   content: "\f078";
   position: absolute;
   right: -0px;
   top: 0px;
   color: rgba(255, 255, 255, 1);
   z-index: 10;
}
footer .nx_item.menu ul ul{
  position: absolute;
  visibility: hidden;
  opacity: 0;
  transition: .5s;
}
footer .nx_item.menu ul li:hover ul{
  position: relative;
  visibility: visible;
  opacity: 1;
}
footer .nx_item.menu ul li ul a{
	padding-left: 10px;
}
footer .nx_contacts{
	font-size: 18px;
}
footer h2{
	font-size: 40px;
	margin-bottom: 20px;
}
footer .nx_contacts span{
    margin-bottom: 10px;
    padding-left: 15px;
    position: relative;
}
footer .nx_contacts span:after{
	position: absolute;
	content: "";
	width: 5px;
	height: 100%;
	left: 0px;
	background: #ff862d;
} 
footer .nx_contacts .c_item{
	display: flex;
	align-items: center;
}
footer .nx_contacts .c_phone{
    display: flex;
    flex-direction: column;
}
footer .nx_contacts .c_phone .nx_descript{
	font-size: 12px;
}
footer .nx_contacts .c_phone .nx_phone{

}
footer .nx_link_bar{
	display: flex;
	height: 70px;
}
footer .nx_link_bar a{
	width: 40px;
	height: 100%;
	font-size: 16px;
	transition: .5s;
	margin-right: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(255, 255, 255, .05);
}
footer .nx_link_bar .nx_vk:hover{
    background: #4a76a8;
}
footer .nx_link_bar .nx_inst:hover{
	background: linear-gradient(45deg, #ff5e22, #b82695);
}
footer .nx_link_bar a:hover{
		height: 120%;
}
footer .nx_item img{
	max-width: 250px;
	width: 100%;
	position: relative;
	z-index: 2;
}
footer .nx_item .nx_bg_img{
	position: absolute;
	z-index: 1;
	max-width: 500px;
	width: 100%;
	opacity: .5;
	display: none;
}
footer form{
	max-width: 400px;
	width: 100%;
}
footer .nx_i_i{
	padding: 15px 20px;
	border:none;
	margin-bottom: 15px;
	width: 100%;
}
footer .nx_i_c span{
	display: flex;
	margin: 0px;
	font-size: 10px;
	position: relative;
	top: 1px;
}
footer .nx_i_c input{
	width: 20px;
	height: 20px;
	margin-right: 10px;
}
footer .nx_i_b{
	width: 100%;
	padding: 15px 20px;
	border:none;
	margin-top: 15px;
	background: rgba(255, 103, 43, 1);
	color: #fff;
	cursor: pointer;
	transition: .5s;
}
footer .nx_i_b:hover{
	background: #fff;
	color: rgba(35, 62, 104, 1); 
}
/*-------------------------------*/
/*-------------------------------*/
/*-------------------------------*/

@media screen and (max-width: 960px){
	footer .nx_item.menu{
		display: none;
	}
	footer .nx_item{
		width: 50%;
	}
}
@media screen and (max-width: 600px){
	footer .nx_container{
		flex-direction: column-reverse;
	}
	footer .nx_item{
		width: 100%;
	}
	footer .nx_item.logo{
		padding-bottom: 80px;
	}

}
/*----------------------------------------------------------------------------------копирайт----------------------*/

.nx_copyright{
	background: #1f1f1f;
	width: 100%;
}
.nx_copyright .nx_container{
	height: 60px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	overflow: hidden;
}
.nx_copyright span{
	display: flex;
	align-items: center;
}
.nx_copyright span i{
	margin-right: 10px;
}
.nx_copyright .nx_link_bar{
	height: 100%;
	display: flex;
}
.nx_copyright .nx_link_bar a{
	height: 100%;
	display: flex;
	align-items: center;
	padding: 0 30px;
	transition: 1s;
}
.nx_copyright .nx_link_bar a:hover{
	background: rgba(255, 255, 255, .1);
}
.nx_copyright .nx_link_bar a img{
	width: 100px;
}

/*-------------------------------*/
/*-------------------------------*/
/*-------------------------------*/

@media screen and (max-width: 460px){
.nx_copyright .nx_container{
	height: auto;
	flex-direction: column-reverse;
	justify-content: flex-start;
}
.nx_copyright span{
	height: 50px;
}
.nx_copyright .nx_link_bar{
	height: 50px;
	padding-top: 20px;
}
}
.nx_welcome .nx_logo {
    display: none;
    max-width: 380px !important;
    margin-top: 230px !important;
    margin-left: 30% !important;
    max-height: 60px !important;
    background: red !important;
}
.social {
	left: 20%;
}
.social2 {
	left: 19%;
}
.social3 {
	left: 18%;
}
@media screen and (max-width: 768px) {
	.nx_welcome .nx_slide h1{
	margin-left: 8% !important;
		margin-top: 0 !important;
	}
	.social {
	left: 0;
}
.social2 {
	left: 0;
}
.social3 {
	left: 0;
}
	.nx_popap_menu .nx_phone{
	left: 0;
}
}
.nx_item_child{
	margin: auto;
}