* {
	 box-sizing: border-box;
	 -webkit-box-sizing: border-box;
	 word-wrap: break-word;
  outline: none;
}
 body {
	 margin: 0;
	 font: normal 13px Arial, Sans-serif;
	 font-weight: 400;
	 color: #fff;
	 line-height: normal;
	 letter-spacing: normal;

	background-image: url(../img/bg.jpg);
	background-color: #c7b39b;

	min-width: 1205px;
  min-height: 720px;
  overflow: hidden; 
}

.closed {
  display: none !important;
}

/*gallery*/
 .gallery-wrapper {
	 position: relative;
	 z-index: 1;
 	grid-column-start: 1;
	grid-column-end: 2;
	grid-row-start: 3;
	grid-row-end: 4;
}
 .gallery-wrapper .content {
	 position: relative;
	 overflow: hidden;
	 width: 90vw;
	 height: 78vh;
	 display: flex;
	 flex-direction: column;
	 justify-content: space-between;
	 margin: 1vh auto;
}
 .gallery-wrapper .content .gallery.full {
	 position: relative;
	 display: flex;
	 align-items: center;
}
 .gallery-wrapper .content .gallery.full .swiper-container .swiper-wrapper {
	 display: flex;
	 height: 80vh;
	 align-items: center;
}
 .gallery-wrapper .content .gallery.full .swiper-container .swiper-wrapper .swiper-slide {
	 position: relative;
	 height: 50vh;
	 transition: all 0.4s ease-out;
	 box-sizing: border-box;
	 width: auto;
	 opacity: 0.25;
}
 .gallery-wrapper .content .gallery.full .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-prev, .gallery-wrapper .content .gallery.full .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-next {
	 width: 17% !important;
}
 .gallery-wrapper .content .gallery.full .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active {
	 height: 80vh;
	 width: 68% !important;
	 opacity: 1;
	 /*box-shadow: 0px 0px 25px #436ea6;*/
}
 .gallery-wrapper .content .gallery.full .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active:hover .zoom {
	 opacity: 1;
	 pointer-events: auto;
	 visibility: visible;
}
 .gallery-wrapper .content .gallery.full .swiper-container .swiper-wrapper .swiper-slide .image {
	 width: 100%;
	 height: 100%;
	 
}
 .gallery-wrapper .content .gallery.full .swiper-container .swiper-wrapper .swiper-slide .image img {
	 width: 100%;
	 height: 100%;
	 display: block;
	 /*object-fit: cover;*/
}
 .gallery-wrapper .content .gallery.full .swiper-container .swiper-wrapper .swiper-slide .overlay {
	position: absolute;
	z-index: 2;
	visibility: hidden;
	padding: 10px;
	font-size: 18pt;
	font-weight: 600;
	text-align: center;
	/*display: flex;
	
	justify-content: center;
	border: 1px solid white;
	border-radius: 6px;
	background-color: #436ea6;
	top: 4%;
	left: 20%;
	right: 20%;
	box-shadow: 0px 0px 25px white;*/
	

	/*
	background: linear-gradient(90deg, rgba(255, 255, 255, 0.01), rgba(79, 124, 179, 1));
	top: 0;
	left: 40%;
	right: 0;
	bottom: 0;
	*/

	display: flex;
	justify-content: inherit;
	/*align-items: center;*/
	color: #41414b;
	/*background: linear-gradient(0deg, rgba(255, 255, 255, 1) 1%, rgba(255, 255, 255, 1) 40%, rgba(255, 255, 255, 0.01));*/

	background: linear-gradient(0deg, rgba(255, 255, 255, 0.9) 60%, rgba(255, 255, 255, 0.01)), 
							linear-gradient(8deg, rgba(255, 255, 255, 1) 30%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0));
	top: 60%;
	left: 0;
	right: 0;
	bottom: 0;
}
 .gallery-wrapper .content .gallery.full .swiper-container .swiper-wrapper .swiper-slide .overlay.show {
	 opacity: 1;
	 visibility: visible;
}
.gallery-wrapper .content .gallery.full .swiper-container .swiper-wrapper .swiper-slide .overlay.show .text-wrap {
	 opacity: 1;
	 visibility: visible;
	 transform: translateY(0);
}
 .gallery-wrapper .content .gallery.full .swiper-container .swiper-wrapper .swiper-slide .overlay .text-wrap {
	 
	 /*flex-direction: column;*/
	 /*max-width: 600px;*/
	 width: 100%;

	 /*display: flex;
	 justify-content: stretch;*/

	 opacity: 0;
	 visibility: hidden;
	 transition: all 0.2s linear;
	 padding: 100px 14px;

	display: grid;
	grid-template-columns: 1fr;
	grid-template-rows: repeat(6, 1fr);

}

.gallery-wrapper .content .gallery.full .swiper-container .swiper-wrapper .swiper-slide .overlay .text-wrap .name {
	grid-column-start: 1;
	grid-column-end: 2;
	grid-row-start: 1;
	grid-row-end: 2;
	text-align: start;
}

.overlay_text {
	font-weight: 600;
	font-size: 14pt;
	text-align: start;
	padding-left: 30px;
	padding-top: 5px;
}
 /*.gallery-wrapper .content .gallery.full .swiper-container .swiper-wrapper .swiper-slide .overlay .text-wrap .name span {
	 font-size: 2.2em;
	 font-weight: 700;
}
}*/
 .gallery-wrapper .content .gallery.full .swiper-container .swiper-wrapper .swiper-slide .overlay .text-wrap .caption p {
	 font-size: 1.16em;
	 color: #fff;
	 line-height: 1.7;
}
 .gallery-wrapper .content .gallery.full .swiper-next-button, .gallery-wrapper .content .gallery.full .swiper-prev-button {
	 position: absolute;
	 z-index: 99;
	 outline: none;
	 transition: all 0.2s linear;
	 width: 20%;
	 height: 50vh;
	 display: flex;
	 justify-content: flex-end;
	 align-items: center;
	 cursor: pointer;
}
 .gallery-wrapper .content .gallery.full .swiper-next-button.swiper-button-disabled, .gallery-wrapper .content .gallery.full .swiper-prev-button.swiper-button-disabled {
	 opacity: 0.2;
}
 .gallery-wrapper .content .gallery.full .swiper-next-button em, .gallery-wrapper .content .gallery.full .swiper-prev-button em {
	 font-size: 68px;
}
 .gallery-wrapper .content .gallery.full .swiper-next-button {
	 right: 0;
	 padding-left: 5vw;
	 justify-content: flex-start;
}
 .gallery-wrapper .content .gallery.full .swiper-prev-button {
	 left: 0;
	 padding-right: 5vw;
}




/*#grid_wrapper {
	display: grid;
	
	grid-template-columns: 1fr;
	grid-template-rows: 1fr 10px auto 10px 1fr;
	height: 100%;
	width: 100%;
	
	color: white;

	
}*/

.structure_wrapper {
	text-align: center;
	background: rgba(0,60,136,0.7);
	border: 1px solid rgba(100, 90, 76, 1);
	box-shadow: 0 0 2px rgba(255, 255, 255, 0.7);
}

#header_wrapper {
	position: relative;
	z-index: 1;
	overflow: hidden;
	width: 100%;
	height: 7vh;
	/*grid-column-start: 1;
	grid-column-end: 2;
	grid-row-start: 1;
	grid-row-end: 2;*/
	

	/*display: flex;
 	align-items: center;
 	justify-content:center;*/
 	display: grid;
 	grid-template-columns: repeat(17, 1fr);
	grid-template-rows: 1fr;

 	font-size: 20pt;
 	font-weight: 800;
	text-align: center;
}

#header_name_div {
	grid-column-start: 2;
	grid-column-end: 17;
	grid-row-start: 1;
	grid-row-end: 2;

	display: flex;
 	align-items: center;
 	justify-content: center;
}

#header_lang_div {
	grid-column-start: 17;
	grid-column-end: 18;
	grid-row-start: 1;
	grid-row-end: 2;

	font-size: 8pt;

	display: flex;
 	align-items: center;
 	justify-content:space-around;
}

/*#header_lang_ru
#header_lang_en*/

#header_lang_div a {
	text-decoration: none;
	color: white;
	cursor: pointer;
}

.slider_button_div {
	/*grid-column-start: 7;
	grid-column-end: 15;
	grid-row-start: 20;
	grid-row-end: 21;*/
	position: relative;
	z-index: 1;
	overflow: hidden;
	width: 100%;
	height: 4vh;

	display: flex;
 	align-items: center;
 	justify-content:center;
}

.slider_button {
	background: #6d91be;
  border: 1px solid rgba(0,60,136,0.9);
  color: white;
  text-align: center;
  font-size: 15pt;
  font-weight: 600;
  border-radius: 6px;
  padding: 5px;
  cursor: pointer;
  width: 200px;
}

.square {
	cursor: pointer;
	color: #436ea6;
}

#slider_bottom_div {
	/*grid-column-start: 7;
	grid-column-end: 15;
	grid-row-start: 21;
	grid-row-end: 22;*/
	position: relative;
	z-index: 1;
	overflow: hidden;
	width: 20%;
	height: 4vh;

	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-direction: row;
	flex-wrap: nowrap;
	font-size: 14pt;
	margin: 0 auto;
}



.arrow {
	font-size: 24pt;
 	cursor: pointer;
	/*background: rgba(0,60,136,0.7);
	border: 1px solid rgba(0,60,136,0.9);
	border-radius: 6px;*/
	padding: 0 10px;
	/*text-shadow: 0 0 50px rgba(0,60,136,0.9);*/
	text-shadow: 2px 0 0 rgba(0,60,136,0.4),
							 -2px 0 0 rgba(0,60,136,0.4),
							 0 2px 0 rgba(0,60,136,0.4),
							 0 -2px 0 rgba(0,60,136,0.4),
							 1px 1px rgba(0,60,136,0.4),
							 -1px -1px 0 rgba(0,60,136,0.4),
							 1px -1px 10px rgba(0,60,136,0.4),
							 -1px 1px 0 rgba(0,60,136,0.4);
	color: rgba(255,255,255,0.8);
}

#footer_wrapper {
	position: relative;
	z-index: 1;
	overflow: hidden;
	width: 100%;
	height: 5vh;
	/*grid-column-start: 1;
	grid-column-end: 2;
	grid-row-start: 4;
	grid-row-end: 5;*/

	display: grid;
	grid-template-columns: repeat(17, 1fr);
	grid-template-rows: 1fr;

 	font-size: 12pt;
 	font-weight: 600;
	text-align: center;
}

#footer_name_div {
	grid-column-start: 4;
	grid-column-end: 15;
	grid-row-start: 1;
	grid-row-end: 2;

	display: flex;
 	align-items: center;
 	justify-content: center;
}

#footer_mail_div {
	grid-column-start: 15;
	grid-column-end: 17;
	grid-row-start: 1;
	grid-row-end: 2;

	display: flex;
 	align-items: center;
 	justify-content:space-around;
}
.mailto {
	text-decoration: none;
	color: white;
}

#login_wrapper {
	position: fixed;
	/*background: rgba(0, 0, 0, .5);*/
	background:  radial-gradient(circle at center, rgba(255, 255, 255, 0.9) 200px, rgba(255, 255, 255, 0.1));
	left: 0;
	right: 0;
	top: 7vh;
	bottom: 5vh;
	z-index: 50;

	display: flex;
 	align-items: center;
 	justify-content: center;

 	
}

#login_div_container {
	/*margin: auto auto;*/
	/*width: 380px;
	height: 600px;*/
	/*background-color: rgba(255, 255, 255, 0.95);*/
	z-index: 100;
	/*box-shadow: 0px 0px 1000px #436ea6;*/

	display: flex;
 	align-items: center;
 	justify-content: center;
 	/*visibility: hidden;*/
 	transition: all 2s ease-out;
}

.container_show {
	visibility: visible !important;
}

#login, #register, #restore_password {
	border: 1px solid rgba(147, 184, 189, 0.8);
	background: rgba(0,60,136,0.7);
	width: 380px;
	padding: 20px;
	border-radius: 5px;

	/*display: flex;
 	align-items: center;
 	justify-content: center;*/
}

.login_header {
	text-align: center;
	color: white;
	font-size: 22pt;
	font-weight: 700;
}
 
.login_header:after {
	content: ' ';
	display: block;
	width: 100%;
	height: 2px;
	margin-top: 10px;
	background: -moz-linear-gradient(left, rgba(147,184,189,0) 0%, rgba(147,184,189,0.8) 20%, rgba(147,184,189,1) 53%, rgba(147,184,189,0.8) 79%, rgba(147,184,189,0) 100%); 
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(147,184,189,0)), color-stop(20%,rgba(147,184,189,0.8)), color-stop(53%,rgba(147,184,189,1)), 
		color-stop(79%,rgba(147,184,189,0.8)), color-stop(100%,rgba(147,184,189,0))); 
	background: -webkit-linear-gradient(left, rgba(147,184,189,0) 0%,rgba(147,184,189,0.8) 20%,rgba(147,184,189,1) 53%,rgba(147,184,189,0.8) 79%,rgba(147,184,189,0) 100%); 
	background: -o-linear-gradient(left, rgba(147,184,189,0) 0%,rgba(147,184,189,0.8) 20%,rgba(147,184,189,1) 53%,rgba(147,184,189,0.8) 79%,rgba(147,184,189,0) 100%); 
	background: -ms-linear-gradient(left, rgba(147,184,189,0) 0%,rgba(147,184,189,0.8) 20%,rgba(147,184,189,1) 53%,rgba(147,184,189,0.8) 79%,rgba(147,184,189,0) 100%); 
	background: linear-gradient(left, rgba(147,184,189,0) 0%,rgba(147,184,189,0.8) 20%,rgba(147,184,189,1) 53%,rgba(147,184,189,0.8) 79%,rgba(147,184,189,0) 100%); 
}


.login_input {
	background: rgba(255,255,255,0.2);
  border: 1px solid rgba(0,60,136,0.9);
  color: white;
  text-align: center;
  border-radius: 6px;	
	top: 0px;
	width: 340px;
	height: 30px;
	padding: 1px;
	font-size: 10pt;
	margin-top: 1px;
}

.login_label {
	margin-top: 10px;
	display: inline-block;
}

.submit {
	text-align: right;
	margin-top: 20px;
}

#login_div_container input[type='button'] {
	background: rgba(255,255,255,0.2);
	border: 1px solid rgba(0,60,136,0.9);
	color: white;
	text-align: center;
	font-size: 10pt;
	border-radius: 6px;
	padding: 5px;
	cursor: pointer;
	width: 150px;
	height: 26px;
}

.regtext {
	padding-top: 5px;
	text-align: center;
	border-top: 1px solid rgb(147,184,189);
	-webkit-border-radius: 0 0  5px 5px;
  -moz-border-radius: 0 0  5px 5px;
  border-radius: 0 0  5px 5px;
	margin-top: 10px;
	color: black;
	
}

.forgotpassworddiv {
	text-align: center;
}

#withoutlogin_container {
	/*grid-column-start: 1;
	grid-column-end: 101;
	grid-row-start: 87;
	grid-row-end: 94;*/

	display: flex;
 	align-items: center;
 	justify-content: center;
 	margin-top: 40px;
}

#withoutlogin_button {
	color: black;
	border: none;
	background: rgba(255,255,255,0.2);
	text-align: center;
	font-size: 10pt;
	border-radius: 6px;
	padding: 5px;
	cursor: pointer;
	height: 26px;
}

#login_flex_container {
	position: relative;
}

.close_login_div {
	position: absolute;
	top: 2px;
	right: 4px;
	cursor: pointer;
}

#modalformalert, #modalformconfirm {
	text-align: center !important;
}
.modalformalertp, .modalformconfirmp {
  text-align: center;
}

.ui-dialog[aria-describedby='modalformalert'] .ui-button {
  float: none !important;
}

.ui-dialog-titlebar-close {
  visibility: hidden;
}

.ui-dialog-buttonpane {
  text-align: center !important;
}

.ui-button {
  width: 130px;
}

.grecaptcha-badge {
	bottom: 5vh !important;
	z-index: 100;
}