html {
	width: 100%;
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
	width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
	font-size: 14px;
	font-family: 'helveticaneuecyrroman', Verdana, Arial, sans-serif;
	color: #555;
	background-color: #fff;
	font-synthesis: none;
	text-rendering: optimizelegibility;
	font-feature-settings: "liga", "kern";
}

a, article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {	display: block; }

button:focus, button.focus, button.btn-primary {
  outline: none !important;
}

input, textarea {
  font-family: 'helveticaneuecyrlight', Verdana, Arial, sans-serif;
}

button.btn, a.btn {
  border-radius: 10px !important;
  -moz-border-radius: 10px !important;
  -webkit-border-radius:  10px !important;
  text-transform: uppercase !important;
	font-size: 14px;
}

strong {
  font-family: 'helveticaneuecyrbold', Verdana, Arial, sans-serif;
}

h1 {
  font-family: 'helveticaneuecyrmedium', Verdana, Arial, sans-serif;
  font-size: 14px;
  color: #ff8853;
  line-height: 140%;
  text-transform: uppercase;
}

h1 > small {
	font-family: 'helveticaneuecyrlight', Verdana, Arial, sans-serif;
  text-transform: none;
  font-size: 13px;
}

p, li {
  font-size: 16px;
  line-height: 140%;
}

h2 {
	font-family: 'helveticaneuecyrlight', Verdana, Arial, sans-serif;
  font-size: 18px;
  color: #ff8853;
  line-height: 140%;
  text-transform: none;

}

h3 {
  font-size: 18px;
}

li {
	list-style: none;
}

a {
  color: #333;
  text-decoration: none;
  outline: 0;
  cursor: pointer;
}

a:active, a:hover {
	outline: 0;
  text-decoration: none;
}

form .form-control {
  height: auto;
  padding: 10px;
  text-align: center;
  color: #333;
}

form p {
  font-family: 'helveticaneuecyrmedium', Verdana, Arial, sans-serif;
  font-size: 14px;
  margin-bottom: 20px;
}

form button.btn {
	font-size: 14px;
}

.callback-box .fancybox-close {
  right: 20px;
  top: 20px;
}

.callback-box .fancybox-skin {
  border-radius: 20px !important;
  -moz-border-radius: 20px !important;
  -webkit-border-radius: 20px !important;
}

header {
	width: 100%;
  margin: 20px 0;
}

header > .row > div {
	margin-top: 30px;
	margin-bottom: 30px;
}

header .logo {
	padding-top: 2px;
  text-align: center;
}

header .logo a {
  outline: none !important;
}

header .contacts {
	padding-top: 7px;
	font-size: 24px;
	color: #888;
	text-align: center;
	line-height: 110%;
}

header .contacts .contacts-tel {
  font-family: 'helveticaneuecyrroman', Verdana, Arial, sans-serif;
}

header .contacts .contacts-tel i {
  top: 2px;
}

header .contacts a {
  font-family: 'helveticaneuecyrlight', Verdana, Arial, sans-serif;
	font-size: 19px;
	color: #888;
}

header .button {
	padding-top: 10px;
}

nav.navbar {
	background-color: #f5f5f5;
  border: 1px solid #ddd;
  margin-bottom: 10px;
}

nav.container {
	margin-bottom: 0;
}
nav.container .navbar-header {
	float: none;
	text-align: center;
}

nav.container .navbar-toggle {
	margin: 15px auto;
	float: none;
}

nav.container > .navbar-collapse {
	margin: 0 -15px;
	padding: 0;
}

nav.container .nav a {
	font-family: 'helveticaneuecyrmedium', Verdana, Arial, sans-serif;
	text-transform: uppercase;
	text-align: center;
	font-size: 14px;
	color: #888;
}

nav.container a:active,
nav.container a.active,
nav.container a:hover {
	background: none;
}

nav.container .nav > li.social  {
  padding: 13px 15px;
  text-align: center;
}

nav.container .nav > li.social > a {
  display: inline-block;
  padding: 0px;
  margin: 0 2px;
}

nav.container .nav > li.social > a:hover img {
  background-color: #ff8853;
}

main{
	margin: auto;
}

main .preferences {
}

main h1.line-title  {
  text-align: center;
  color: #888;
  border-bottom: 1px solid #ff8853;
  margin-bottom: 50px;
  height:8px;
  line-height: 120%;
}

main .line-title  span {
  background-color: #fff;
  padding: 5px 15px;
}

main .preference {
	font-family: 'helveticaneuecyrroman', Verdana, Arial, sans-serif;
  text-align: center;
  font-size: 15px;
  margin-bottom: 30px;
}

main .preference .pref-img {
  width: 60px;
  height: 52px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  margin: 0 auto;
}

main .call {
  border: 1px solid #00a5e9;
  border-radius: 10px !important;
  -moz-border-radius: 10px !important;
  -webkit-border-radius:  10px !important;
  padding: 20px 40px 20px 40px;
  margin-top: 30px;
}

article {
	width: 100%;
	padding: 0 20px 10px 20px;
  margin-top: -30px;
}

article h1{
	font-family: 'helveticaneuecyrlight', Verdana, Arial, sans-serif;
  font-size: 22px;
  position: relative;
	margin-top: 60px;
  margin-left: 0px;
  margin-bottom: 25px;
  text-transform: none;
}

article h1 > img {
	margin: 0 13px 5px 0;
}

article  p, article ol {
	padding-top: 0px;
	font-family: 'helveticaneuecyrlight', Verdana, Arial, sans-serif;
}

article ol {
  counter-reset: tsg_counter;
  padding-left: 0;
}

article ol > li {
	padding-bottom: 20px;
	list-style: none;
	list-style-position: outside;
}

article ol > li:before {
  color: #ff8853;
  font-size: 24px;
  counter-increment: tsg_counter;
  content:counter(tsg_counter) ". ";
}

article ul > li {
	padding-bottom: 10px;
  list-style: inherit;
}

article ul {
  margin-bottom: 10px;
}

article a.collapser {
  position: relative;
  border-bottom: 1px solid;
  color: #333;
  margin-left: 28px;
}

article a.collapser:before {
  width: 23px;
  content: " ";
  background: url(/images/collapse.png) -23px 0 no-repeat;
  position: absolute;
  left: -28px;
  top: -3px;
  height: 23px;
}

article a[data-toggle=collapse][aria-expanded=true]:before {
  background-position: 0 0;
}

article a[data-toggle=collapse]:hover,
article a[data-toggle=collapse]:focus {
  text-decoration: none !important;
  outline: none !important;
  color: #333 !important;
}

article .collapse,
article .collapsing {
  padding-top: 0;
  padding-left: 20px;
  margin-left: 20px;
  border-left: 1px solid #aaa;
  
}

article .collapse > h2,
article .collapsing > h2 {
  margin-top: 0;
  padding-top: 5px;
}

article .collapse > p,
article .collapsing > p {
  margin-top: 0;
  padding-top: 5px;
}

article p a {
  display: inline;
  color: #337ab7;
}

article.landing-article .btn-primary,
article.landing-article .btn-primary:hover,
article.landing-article .btn-primary.hover,
article.landing-article .btn-primary:focus,
article.landing-article .btn-primary.focus,
article.landing-article .btn-primary:active,
article.landing-article .btn-primary.active  {
  background-color: #ff8853 !important;
  border-color: #ff8853 !important;
  color: #fff !important;
  border-radius: 10px !important;
  -moz-border-radius: 10px !important;
  -webkit-border-radius:  10px !important;
  outline: none !important;
  text-transform: uppercase;
	font-size: 14px;
}

article.camp-article .btn-primary {
  border-radius: 8px !important;
  -moz-border-radius: 8px !important;
  -webkit-border-radius:  8px !important;
  padding: 6px 16px;

}

.reviews {
  position: relative;
  margin-bottom: 30px;
}

.reviews a {
	text-decoration: underline;
}

.instagram {
  position: relative;
  margin-bottom: 30px;
}

.arrow {
  width: 19px;
  height: 28px;
  position: absolute;
  top: 50%;
  margin-top: -14px;
  z-index: 100;
  cursor: pointer;
}

.arrow-left {
  left: 0px;
  background: url(/images/arrow-left.png) 50% 50% no-repeat;
}

.arrow-right {
  right: 0px;
  background: url(/images/arrow-right.png) 50% 50% no-repeat;
}

.reviews-carousel {
  padding: 0 20px;
}

.reviews .owl-item {
  padding: 0 20px;
}

.instagram .owl-item {
  padding: 0 20px;  
}

.instagram-carousel {
  padding: 0 20px;
}

.instagram-item {
  height: 253px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 130%;
}

.reviews .owl-item .review-frame {
  float: left;
  height: 180px;
  width: 180px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  border-radius: 90px;
  border: 4px solid #ccc;
}

.reviews .owl-item .review-text {
  margin-left: 210px;
}

.reviews .owl-item .review-text p {
  line-height: 120%;
}

.reviews .owl-item .review-text h3 {
  font-size: 12px;
  color: #ff8853;
  margin-top: 0;
}

.reviews .owl-item .review-text p {
  font-size: 12px;
}

.partners {
  margin-bottom: 40px;
  padding-left: 40px;
}

.partners img {
  margin-bottom: 30px;
}

.map-preview {
  position: relative;
  height: 300px;
  background: url(/images/map.jpg) 50% 55% no-repeat;
  background-size: cover;
}

.map-preview .shader {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}

.map-preview .shader p {
  position: absolute;
  left: 0;
  width: 100%;
  top: 50%;
  margin-top: -20px;
  text-align: center;
}

.map-preview .btn-primary,
.map-preview .btn-primary:hover,
.map-preview .btn-primary.hover,
.map-preview .btn-primary:active,
.map-preview .btn-primary.active,
.map-preview .btn-primary:focus,
.map-preview .btn-primary.focus {
  background-color: transparent !important;
  border: 2px solid #fff !important;
  color: #fff !important;
}

.map-container {
	padding: 5px 20px 20px 20px;
}

#map {
	height: 500px;
}

.map-item {
	margin-top: 15px;
	padding-left: 45px;
	line-height: 110%;
}

.map-item h1 {
	text-transform: inherit;
	font-size: 14px;
	margin-bottom: 7px;
}

.map-item .txt {
	margin: 5px 0;
	font-size: 14px;
}

.map-item a {
	font-size: 14px;
  color: #00a5e9;
}

.requisites {
  margin-top: -20px;
	margin-bottom: 30px;
}

.gallery-container {
  margin-top: 30px;
}

.gallery-item {
  padding: 0 15px;
}

.gallery-item a {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
	display: block;
	height: 253px;
  margin-bottom: 30px;
}

.owl-pagination {
  margin-left: 20px;
}

.owl-page {
  float: left;
  padding: 5px 10px;
  border: 1px solid #fff;
}

.owl-page.active {
  border: 1px solid #ff8853;
  color: #ff8853;
}


footer{
	position: relative;
	padding: 30px 100px 0px 100px;
	background-color: #fff;
	clear:both;
	overflow: auto;
}
@media (max-width: 768px) {
  footer{
    padding: 30px 30px 0px 30px;
  }
}


footer div {
  padding-bottom: 20px;
}


@media (max-width: 1200px) and (min-width: 992px) { /*! less than col-lg */

	header .logo img {
		height: 46px;
	}

	header .contacts {
		padding-left: 20px;
		padding-top: 0;
	}

	header .contacts .contacts-tel {
		font-size: 20px;
	}

	header .contacts a {
		font-size: 18px;
	}

	header .button {
		padding-top: 2px;
	}

	nav.container .nav a {
		padding-left: 10px;
		padding-right: 10px;
	}

  .instagram-item {
    height: 200px;
  }

  .gallery-item a {
    height: 203px;
  }

}

@media (max-width: 992px) and (min-width: 768px) { /*! less than col-md */

}

@media (max-width: 992px) { /*! less than col-md */

  .partners {
    padding-left: 0;
  }

	header > .row > div {
		margin-top: 30px;
		margin-bottom: 0px;
	}

	header .logo img {
		margin: 0 auto;
	}

	header > .row > .button {
		text-align: center;
		margin-bottom: 30px;
	}

  .instagram-item {
    height: 180px;
  }

  .gallery-item a {
    height: 203px;
  }

}

@media (max-width: 768px) { /*! less than col-sm */

	nav.container > .navbar-collapse {
		margin: inherit;
		padding: inherit;
	}

	.map-item {
		padding-left: 60px;
	}

}

@media (max-width: 640px) { /*! less than col-xs */

  .instagram-item {
    height: 220px;
  }

	.map-item {
		padding-left: 60px;
	}

}

@media (max-width: 480px) {

	header .logo img {
		height: 36px;
	}	

	.reviews .owl-item .review-frame {
		display: none;
	}

	.reviews .owl-item .review-text {
		margin-left: 0;
	}

  .instagram-item {
    height: 180px;
  }

	.map-item {
		padding-left: 15px;
	}

}

hr {
  margin-bottom: -20px;
}

.camp-title  {
  color: #888;
  font-family: 'helveticaneuecyrbold', Verdana, Arial, sans-serif;
}

.camp-title  strong {
  color: #666;
}

.camp-text   {
  /* color: #888; */
}
.camp-text  strong {
  font-family: 'helveticaneuecyrroman', Verdana, Arial, sans-serif;
  color: #ff8853;
}