
/*link to top style */

#top-link-block.affix-top {
	position: absolute; /* allows it to "slide" up into view */
	bottom: -82px; /* negative of the offset - height of link element */
	right: 10px; /* padding from the left side of the window */
}

#top-link-block.affix {
	position: fixed; /* keeps it on the bottom once in view */
	bottom: 18px; /* height of link element */
	right: 10px; /* padding from the righ side of the window */
}

#top-link-block{
	background-color: #000000;
	border-spacing: 3px;
	z-index: 1;
}

/* fin link to top style */

#closebutton{
	position: absolute;
	top:10px;
	right: 10px;
}

/*bootstrap navbar collapse at 990px*/

@media (max-width:990px){
	.navbar-header {
		float: none;
	}
	.navbar-left,.navbar-right {
		float: none !important;
	}
	.navbar-toggle {
		display: block;
	}
	.navbar-collapse {
		border-top: 1px solid transparent;
		box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
	}
	.navbar-fixed-top {
		top: 0;
		border-width: 0 0 1px;
	}
	.navbar-collapse.collapse {
		display: none!important;
	}
	.navbar-nav {
		float: none!important;
		margin-top: 7.5px;
	}
	.navbar-nav>li {
		float: none;
	}
	.navbar-nav>li>a {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.collapse.in{
		display: block !important;
	}

}




/*feedback form style*/

#feedback-form {
	max-width: 400px;
	padding: 2%;
	border-radius: 3px;
	background: #f1f1f1;
	margin-left: auto;
	margin-top: 120px;
	margin-right: auto;
}

#feedback-form [required] {
	width: 100%;
	box-sizing: border-box;
	padding: 2%;
	border: 1px solid rgba(0,0,0,.1);
	border-radius: 3px;
	box-shadow: 0 1px 2px -1px rgba(0,0,0,.2) inset, 0 0 transparent;
}

#feedback-form [required]:hover {
	border-color: #7eb4ea;
	box-shadow: 0 1px 2px -1px rgba(0,0,0,.2) inset, 0 0 transparent;
}

#feedback-form [required]:focus {
	outline: none;
	border-color: #7eb4ea;
	box-shadow: 0 1px 2px -1px rgba(0,0,0,.2) inset, 0 0 4px rgba(35,146,243,.5);
	transition: .2s linear;
}

#feedback-form [type="submit"] {
	padding: 2%;
	border: none;
	border-radius: 3px;
	box-shadow: 0 0 0 1px rgba(0,0,0,.2) inset;
	background: #669acc;
	color: #fff;
}

#feedback-form [type="submit"]:hover {
	background: #5c90c2;
}

#feedback-form [type="submit"]:focus {
	box-shadow: 0 1px 1px #fff, inset 0 1px 2px rgba(0,0,0,.8), inset 0 -1px 0 rgba(0,0,0,.05);
}

/* fin feedback form style*/

/*
carousel custom */

.carousel .item img {
	max-height: 600px;
	min-width: auto;
}
/* Document style */


body {
	background-image: url(img/background.jpg); /* Путь к фоновому изображению */
	background-attachment: scroll; /* Фиксируем фон веб-страницы */
	background-repeat: no-repeat;
	background-size: contain;
	background-position: bottom;
	background-color: #80BFFD;
}

#aboutUs {margin-top: 70px;}

[id*=page] {
	display:block;
	height:120%;

}

a h4 {
	color: black;

}

h4+p,p+p{
	text-align: justify;
}

.row {
	margin-top: 40%;
	min-height: 700px;
	margin-bottom: 20%
	max-width: inherit;
}

.ru {
	display: none;
	//disabled;
}

.navbar-brand {
	height: auto !important;
}

@media (min-width:991px){
	.lng-div-flag{
		//float: right !important;
		position: absolute; !important;
		right: 0px !important;
	}
}

.lng-div-flag
{
	//margin-right: 10px;
	position: absolute;
	right: 50px;
}


.about-us-wraper {
	min-height: 150px;
	cursor:pointer;
	min-width: 260px;
}

.about-us {
	min-height: 145px;
	padding: 10px;
	background-color: blue;
	border: 10px solid black;
	color:white;
}

.imag {
	width:64px;
	height:64px;
}

#flexcont{
	display: flex;
	justify-content: space-around;
}

img{
	/* width: auto; */
}

.inner{
	display: table;
}

.fotorama__wrap {
	margin: 0 auto !important;
}

.fotorama_outer_div_id_here {
	position: fixed;
	display: :none;
	top: 15%;
	z-index: 10;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}


/* Scale reCaptcha */
@media screen and (max-height: 575px){
	#rc-imageselect,
	.g-recaptcha {
		transform:scale(0.5);
		transform-origin:0;
		transform:scale(0.5);
		transform-origin:0 0;
		-webkit-transform:scale(0.5);
		transform:scale(0.5);
		-webkit-transform-origin:0 0;
		transform-origin:0 0;
	}
}

/*Activity Style*/

.wrap {
	/* margin: 0 auto; */
}


#visible img {
	max-width: 80%;
	max-height: 100%
	border: 7px solid #ffffff;
}




.chooser  a{
	cursor: pointer;
}
