/*

00baa6
f1f1f1


*/



body {
 font-family: Arial;
 font-size: 16px;
 color: #000000;
}


@font-face {
  font-family: 'HeliosCondC';

  src: url('../styles/fonts/helioscondcbold.eot');
  src: url('../styles/fonts/helioscondcbold.eot?#iefix') format('embedded-opentype'), url('../styles/fonts/helioscondcbold.woff2') format('woff2'), url('../styles/fonts/helioscondcbold.woff') format('woff'), url('../styles/fonts/helioscondcbold.ttf') format('truetype'), url('../styles/fonts/helioscondcbold.svg') format('svg');
}

a {
	color: #00baa6;
	text-decoration: underline;
}

a:hover, a:active {
	color: #00baa6;
	text-decoration: underline;
}


.clear {	
	clear: both;	
	height: 0;
}

.wrap {	
	margin-top: 1em;
	margin-bottom: 1em;
}

.img_width {
	width: 100%;
}

/* ******************************************************* */
.design_header {

}

.header_contacts {
	background-color: #000000;
}


/*@media (min-width: 992px) {
	.header_contacts {
		background: url('/images/bg_header_contacts.jpg') repeat-x top left; 
	}
}
*/

.header_contacts .address {
	color: #ffffff;
	padding-top: 20px;
}

.header_container {
  padding-right:3px;
  padding-left: 5px;
}

.address {
	font-size: 14px;
}

.btns {
	padding-top: 13px;	
}

.btn_callback {
	background: transparent url('/images/bg_top_callback.png') no-repeat top left;
	padding: 10px 5px 32px 30px !important;	
}


.btn_header {
	display: inline-block;
	color: #00baa6;
	line-height: 14px;
	padding: 2px 10px 2px 35px;	
	height: 20px;
	cursor: pointer;
	text-decoration: underline;
}

.btn_header:hover {
	color: #ffffff;
	text-decoration: none;
}

.btn_feedback {
	background: transparent url('/images/bg_top_feddback.png') no-repeat top left ;
	padding: 10px 5px 2px 35px !important;	
}






.lang_menu {
	display: block;
	width: 150px;
	float: none;
	margin: 0 0 5px 0;
	padding: 0;	
}

.lang_menu li {
	float: none;
	display: inline-block;
/*	width: 30px;*/
	margin: 0;

	background-color: #FFFFFF;
	color: #333333;
		
}

.lang_menu li.active {
	background-color: #61c4bc;
	color: #FFFFFF;
	padding: 6px 7px;		
}

.lang_menu a {
	display: block;
	padding: 6px 7px;		
	text-decoration: none !important;
	color: #000000;	
}
.lang_menu a:hover {
	text-decoration: none !important;
	color: #61c4bc;	
}

. {
}

. {
}


/* ******************************************************* */
.header_menu {
	padding-top: 4px;
	padding-bottom: 8px;
}


.top-nav {
	text-transform: uppercase;
  font-family: 'HeliosCondC';
  font-size: 18px;
  margin-top:60px;	
}



.top-nav  li {
	list-style: none;
	display: inline-block;
}

.top-nav a {
	color: #00baa6;
  text-decoration: underline;
	
}
.top-nav a:hover , .top-nav  li:hover {
	color: #000000;
	background-color: transparent;
}

.nav > li > a:hover,
.nav > li > a:focus, .nav  li.active a {
	color: #000000;
  text-decoration: none;
  background-color: transparent;
}

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: transparent;
  border-color: transparent;
  text-decoration: none;
}

.dropdown-menu {
  min-width: 160px;
  padding: 0;
  margin: 2px 0 0;
  text-align: left;
  list-style: none;
  background-color: #00baa6;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border-top: 1px solid #ffffff;

  border-radius: 0px;
  -webkit-box-shadow: none;
          box-shadow: none;
}



.dropdown-menu > li {
    width: 100%;
	
}
 

.dropdown-menu > li > a {
    color: #ffffff;
    width: 100%;
    padding: 15px;
     border-bottom: 1px solid #ffffff;
      text-decoration: none;
}
  
  
  
  .dropdown-menu > li > a:hover,
   .dropdown-menu > li > a:focus {
    color: #00baa6;
    background-color: #f1f1f1;
  }
  
  .dropdown-menu  a:hover,
  .dropdown-menu > .active > a,
  .dropdown-menu > .active > a:hover,
  .dropdown-menu > .active > a:focus {
    /*color: #00baa6;*/
    background-color: transparent;
    

  /* background-image: -webkit-linear-gradient(0deg, #a59f90, #FFFFFF, #cccccc);
  background-image:      -o-linear-gradient(0deg, #a59f90, #FFFFFF, #cccccc);
  background-image:         linear-gradient(0deg, #a59f90, #FFFFFF, #cccccc); */
 
    
  }


.navbar-nav .open .dropdown-menu {
  background-color: #00baa6 !important;
}


@media (max-width: 768px) {
	
.top-nav {
  margin-top:5px;	
}
/*
.top-nav  li {
	list-style: none;
	display: block;
	text-align: center;
}


.top-nav a {
	color: #00baa6;
  text-decoration: none;
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;

}
*/


}








.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
  background-image: none;
  border: 1px solid #00baa6;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form-control:focus {
  border-color: #00baa6;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(255, 102, 51, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(204, 204, 204, .6);
}

.form_ns_star {
	color: #d4d5d9;
}

.control-label {
	text-align: right;
}


@media (max-width: 768px) {
  .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: left;
  }
}


.price {
	color:	#00baa6;
}


.btn-primary {
  color: #ffffff;
  background-color: #00baa6;
  border-color: 00baa6;
	  
  /* background-image: -webkit-linear-gradient(0deg, #9b9a86, #FFFFFF, #cccccc);
  background-image:      -o-linear-gradient(0deg, #9b9a86, #FFFFFF, #cccccc);
  background-image:         linear-gradient(0deg, #9b9a86, #FFFFFF, #cccccc); */
}


.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #00baa6;
  background-color: #f1f1f1;
  border-color: 00baa6;
}


 
.btn-default {
  color: #ffffff;
  background-color: #00baa6;
  border-color: #00baa6;
 
  
  /* background-image: -webkit-linear-gradient(0deg, #171c1a, #5f6462 , #454a48 , #585d5b ,  #494d4c , #f3f8f6,  #434846 );
  background-image:      -o-linear-gradient(0deg, #171c1a, #5f6462 , #454a48 , #585d5b ,  #494d4c , #f3f8f6,  #434846 );
  background-image:         linear-gradient(0deg, #171c1a, #5f6462 , #454a48 , #585d5b ,  #494d4c , #f3f8f6,  #434846  ); */




 

  
}

.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #00baa6;
  background-color: #f1f1f1;
  border-color: 00baa6;
  
  
  /* background-image: -webkit-linear-gradient(0deg, #171c1a, #5f6462 , #454a48 , #585d5b ,  #494d4c , #f3f8f6,  #434846 );
  background-image:      -o-linear-gradient(0deg, #171c1a, #5f6462 , #454a48 , #585d5b ,  #494d4c , #f3f8f6,  #434846 );
  background-image:         linear-gradient(0deg, #171c1a, #5f6462 , #454a48 , #585d5b ,  #494d4c , #f3f8f6,  #434846  ); */


}



/* ******************************************************* */
.menu_submenu {
  font-family: 'HeliosCondC';
	background-color: #f1f1f1;
}

.menu_submenu ul {
	display: table;
	margin: 0 auto;
}

.menu_submenu ul li {
/*	display: inline-block;*/
	display: table-cell;
	vertical-align: middle;
	height: 78px;
	width: 166px;
	border-right: 1px solid #00baa6;
}

.menu_submenu ul li a  {
	display: block;
	max-width: 110px;
	margin: 0 auto;
	color: #00baa6;
	text-decoration: none;
	text-align: center;
}

.menu_submenu ul li a:hover  ,  .menu_submenu ul li.active a {
	color: #000000 !important;
	text-decoration: none;
}


/* ******************************************************* */
.services_one {
	margin-top: 20px;
	margin-bottom: 40px;
}

.services_one h2 {
	color: #00baa6;
	font-size: 150%;
	margin: 0 0 0.5em 0;
}

.services_description {
   
   margin-top:20px;

}


.services_description  .row {
	background-color: #f1f1f1;
	box-shadow: 2px 2px 2px #CCCCCC;
	margin-bottom: 5px;
	padding-top: 15px;
	padding-bottom: 15px;
}

.services_description .row.header {
	background-color: #00baa6;
	box-shadow: none;
}

.services_one_btns1 {
}

.services_one_btns1 > div {
	padding-right: 5px;
	padding-left: 5px;
}

.services_one_btns2 {
	text-align: center;
	margin: 1em 0;
}

.services_one_table_short {
	width: 60%;
}

.announce_show {
	cursor: pointer;
	margin: 10px 0 20px 0;
	color: #00baa6;
	
}

.announce_show h3 {
color: #00baa6;}

@media (max-width: 776px) {
	.services_one_table_short {
		width: 100%;
	}
}

/* ******************************************************* */
.contacts-block {
	padding-bottom: 120px;
}

.contacts-block h3 {
	color: #000000;
	font-family: 'HeliosCondC';
	font-size: 20px;
}


.map {
	width: 552px;
	float: left;
}
.map-inner{
	padding: 18px 22px;
	height: 340px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	background-color: #fff;
	box-shadow: 3px 3px 11px rgba(102,102,102,.75);
}


. {
}


/* ******************************************************* */
.site-footer {
	background: #000000;
}
.site-footer .container {
	height: 110px;
}

@media (max-width: 776px) {
.site-footer .container {
	height: auto;
	padding-bottom: 20px;
}

}



@media (min-width: 992px) {}


.copyright , .footer_menu {
	padding-top: 35px;
	color: #00baa6;
}
.footer_menu a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

.site-footer, .site-footer a {
	color: #00baa6;
}

.footer_contacts {
}

.footer_contacts .btn_callback {
	background-image: none;
	color: #00baa6;
	text-decoration: underline;
	display: block;
	padding: 0 !important;
}

.footer_contacts .btn_feedback {
	color: #00baa6 !important;
	text-decoration: underline;
		background-image: none;
	padding: 0 !important;
	display: block;

}


/* ******************************************************* */
.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
/*  background-image: none;*/
  border: 1px solid transparent;
  border-radius: 0px;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
  border: 1px solid transparent;  
}

.btn:hover,
.btn:focus,
.btn.focus {
color: #000000 !important;
	background-color: #00baa6;
  text-decoration: none;
  border: 1px solid transparent;  
}



.btns {
	text-align: center;
}

.btn-black {
	/*display: inline-block;*/
	display: block;
	background-color: #00baa6;
	color: #ffffff;
	padding: 4px;
	border-radius: 0px;
	box-shadow: 2px 2px 2px #333333	;
	text-align: center;
	text-decoration: none;
}

.btn-black:hover {
	color: #000000;
	text-decoration: none;
	
}





/* ******************************************************* */
.catalog_homepage_carousel {

}

.catalog_homepage_carousel .img {
	text-align: center;
}


.carousel-inner {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
}

.carousel-inner .item {
/*	padding: 10px 0;*/
}

.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #00baa6;
  text-align: center;
  text-shadow: none;
  filter: alpha(opacity=50);
  opacity: .5;
}
.carousel-control.left {
  background: transparent url('/images/icon_slider_control_left.png') no-repeat left 50%;
  
}
.carousel-control.right {
  right: 0;
  left: auto;
/*  background-image: none;*/
  background-image: url('/images/icon_slider_control_left.png');

  background: transparent url('/images/icon_slider_control_right.png') no-repeat right 50%;

}
.carousel-control:hover,
.carousel-control:focus {
  color: #00baa6;
  text-decoration: none;
  filter: alpha(opacity=90);
  outline: 0;
  opacity: .9;
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  font-family: serif;
}

.carousel-caption {
  position: absolute;
	left: 0;
  bottom: 0px;
/*  left: 15%;*/

  z-index: 10;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 105px;
  color: #fff;
  text-align: right;
	background-color: rgba(97,87,76,0.6);
	text-shadow: none;
	right: 0;
	text-shadow: 0 1px 2px rgba(0, 0, 0, .8);
	font-family: 'HeliosCondC';	
	font-size: 22px;
}



/* ******************************************************* */
.path {
	background-color: #00baa6;
  color: #000000;	
}

.breadcrumb {
  padding: 6px 0px;
  list-style: none;
  background-color: transparent;
  border-radius: 0px;
  margin-bottom: 0;
  font-size: 14px;
}

.breadcrumb a {
  color: #FFFFFF;
	text-decoration: underline;
}

.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #FFFFFF;
  content: "/\00a0";
}
.breadcrumb > .active {
  color: #FFFFFF;
}


.thumbnail {
  display: block;
  padding: 0px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0px;
  
}
.thumbnail > img,
.thumbnail a > img {
  margin-right: auto;
  margin-left: auto;
  margin: 0;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: transparent;
}
















/* ******************************************************* */
.list_gall_rsd {
	/*max-height: 400px;*/
}

.list_gall_rsd_wrap {
}


.list_gall_rsd_img {
	height: 170px;
}


@media (max-width: 776px) {
	.list_gall_rsd_img {
		height: auto;
	}
}


.list_gall_rsd_img_img {
}

.list_gall_rsd_announce {
	height: 40px;
	margin-top: 5px;
	overflow: hidden;
}




.list_gall_rsd_announce .title a {
	color: #000000 !important;
	text-decoration: none;
	font-size: 16px;
}

.list_gall_rsd_announce .announce {
	
}

.list_gall_wrap {
}

/*.list_gall {
	width: 365px;
	height: 256px;
	overflow: hidden;
}
*/

.list_gall_img {

}
.list_gall_top_description {
	
}


.photogallery_widget_wrap {
	background-color: #f1f1f1;
	padding-bottom: 28px;
	
	margin-top: 10px;
	
	font-family: 'HeliosCondC';
	font-size: 20px;
	
}

.photogallery_widget_wrap a {
	
	color: #00baa6;
	text-decoration: underline;
}

.photogallery_widget_wrap a:hover {
	color: #000000;
	text-decoration: none;
}

.photogallery_widget_title {
	background-color: #00baa6;
	padding: 15px 0;
	color: #000000;
	text-transform: uppercase;
}

.photogallery_widget_title a, .photogallery_widget_title a:hover {
	color: #ffffff !important;
	text-decoration: none !important;
}

.photogallery_widget_list {
	padding-top: 15px;
}

.photogallery_widget_list img {
	margin-bottom: 10px;
}

/* ******************************************************* */
#design_social_links {
	list-style: none;	
	padding: 0 !important;
}

#design_social_links1 li {
}




/* ******************************************************* */





#onepx
{
   margin-top: 1px;
}
.light-text-bg
{
    background: #f8f8f8;
    color: #666666;
}
.no-padding-r
{
    padding-right: 0;
}
.no-padding-l
{
    padding-left: 0;
}
.sld-bold
{
    font-family: 'Bold',sans-serif;
    text-align: left
}
.light-border-bottom
{
    border-bottom: 1px  solid #b3b3b3;
}
.icon-block
{
    height: 140px;
    width: 100%;
    background: #f1f1f1;
    margin-top: 15px;
    color: #666666;
    font-size: 18px;
    margin-right: 24px;
}
.icon-block img
{
    float: left;
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
}
.icon-block p
{
    font-family: 'Regular',sans-serif;
}
#arrow
{
    padding-top: 25px;
}
#hands-up
{
    padding-top: 20px;
     text-align: left;
}
#back
{
    text-align: left;
    padding-top: 24px;
}
.man-img-block
{
    height: 240px;
    margin-top: 20px;
}
.back-treat-text h1
{
    font-size: 26px;
    text-align: center;
    color: #666666;
    font-family: 'Bold'
}
.back-treat-text p
{
    font-size: 18px;
    font-family: 'Regular';
    color: #666666;
    text-align: left;
    line-height: 1.3;
    width: 100%;
}
second-back-block img
{
    margin-left: 20px;
}
#doc-float
{
    float: left;
    margin-right: 20px;
}
/* ******************************************************* */

/* ******************************************************* */

/* ******************************************************* */

/* ******************************************************* */

/* ******************************************************* */

/* ******************************************************* */

/* ******************************************************* */

/* ******************************************************* */

/* ******************************************************* */

/* ******************************************************* */

/* ******************************************************* */

/* ******************************************************* */

/* ******************************************************* */

/* ******************************************************* */

/* ******************************************************* */

/* ******************************************************* */

/* ******************************************************* */

/* ******************************************************* */
. {

}


/* ******************************************************* */


