

/* Start:/bitrix/templates/.default/components/bitrix/menu/tour-menu/style.css?1443009098626*/
/* Left menu*/
ul.left-menu
{
	list-style:none;
	margin:0; padding:0;
	margin-bottom:8px;
	position: relative; /*IE bug*/
}

ul.left-menu li
{
	padding: 10px 16px;
	background:#F5F5F5 url(/bitrix/templates/.default/components/bitrix/menu/tour-menu/images/left_menu_bg.gif) top repeat-x;
}

ul.left-menu li a
{
	font-size:100%;
	color:#BC262C;
	font-weight:bold;
	text-decoration:none;
}

ul.left-menu li a:visited
{
	color:#BC262C;
}

ul.left-menu li a:hover
{
	color:#BC262C;
}


ul.left-menu li a.selected:link, 
ul.left-menu li a.selected:visited, 
ul.left-menu li a.selected:active, 
ul.left-menu li a.selected:hover
{
	color:#FC8D3D;
}



/* End */


/* Start:/bitrix/templates/.default/components/bitrix/news.list/slider-main/style.css?17163708235516*/
/*Стили слайдера*/ 

.slider {
    position: relative;
    width: 100%;
    height: 350px; 
    overflow: hidden;
}

.slider .slider-nav {
    width: auto!important;
}
.slider #slider-back {
    background: url(/i/header-back.png) no-repeat top center;
    width: 100%;
    height: 100%;   
    position: absolute;
}

.slides {
    height: 100%;
    overflow: hidden;
    /**    
    * Prevent blinking issue
    * Not tested. Experimental.
    */
    -webkit-backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;  
    -webkit-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000); 
    -moz-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000); 
    -ms-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000); 
    -o-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000); 
    transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
}

.slide {
    height: 100%;
    float: left;
    clear: none;
    list-style: none;
}

.slide figure {
    display: block;
    position: relative;
    text-align: center;
}
.slide figure figcaption {
    background: url("/i/slider-center.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    bottom: 0;
    color: #fff;
    height: 225px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: -30px;
    width: 655px;

}
.slide figure figcaption div {
    text-align: center;
    font-size: 44px;
}

.slide figure figcaption div:first-child {
    color: #343847;
    margin-top: 30px;
}
.slide figure figcaption div:nth-child(2){
    color: #ee3041;
    font-weight: bold;    
}

.slide figure figcaption a {
    width: auto;
    height: 45px;
    text-transform: uppercase;
    color: #fff;
    font-size: 24px;
    background-color: #1a7ca9;
    border-radius: 3px;
    display: inline-block;
    margin: 0 auto;
    padding: 0 30px;
    line-height: 45px;

}


.slide figure img {
    max-height: 350px;
    height: 350px;
    width: 100%;
}

.slider-arrows {}

.slider-arrow {
    position: absolute;
    display: block;
    margin-bottom: -20px;
    padding: 20px;
    /*font-family: 'Alegreya Sans', 'Trebuchet MS', sans-serif;
    text-decoration: none;
    font-weight: 900;
    font-size: 3.0em;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 8px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;*/
}
/*.slider-arrow:hover {
background: #ddd;
color: #aaa;
}*/
.slider-arrow--right { 
    bottom: 50%; 
    right: 30px;
    background: url(/i/slide_next.png) no-repeat; 
}

.slider-arrow--left:hover {
    background: url(/i/slide-prev-act.png) no-repeat;    
}
.slider-arrow--right:hover {
    background: url(/i/slide-next-act.png) no-repeat;    
}
.slider-arrow--left { 
    bottom: 50%; 
    left: 30px;
    background: url(/i/slide_prev.png) no-repeat; 
}


.slider-nav {
    position: absolute;
    bottom: 0px;
    bottom: 30px;
}

.slider-nav__item {
    width: 12px;
    height: 12px;
    float: left;
    clear: none;
    display: block;
    margin: 0 5px;
    background: #fff;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}
.slider-nav__item:hover { background: #bababa; }
.slider-nav__item--current, .slider-nav__item--current:hover { background: #1779a6; }



/** responsive styles **/
@media screen and (max-width: 1200px) {
    .slider {
    width: 100%;
}

#header-title {
    width: 100%;
}
} 
@media screen and (max-width: 998px){
  .slider {
    height: auto;
    padding-bottom: 100px;
  }
   .slide figure::after {
    background: linear-gradient(0deg, #fff 0%, rgba(255, 255, 255, 0.6) 49.14%, rgba(255, 255, 255, 0) 100%);
    content: "";
    display: block;
    height: 100px;
    left: 0;
    position: absolute;
    bottom: 0;
    width: 100%;
  }
  .slide figure figcaption {
    z-index: 1;
  }
  .slides {
    overflow: visible;
  }
  .slide figure figcaption{
    top: auto;
    bottom: -70px;
  }
  .slider-nav__item {
    background: #B4B4B4;
  }
  .slider-nav__item--current, .slider-nav__item--current:hover { background: #1779a6; }
}
@media screen and (max-width: 698px){
  .slide figure figcaption div{
     font-size: 24px;
    line-height: 30px;
  }
  .slide figure figcaption {
    background: none;
    margin-left: 0;
    margin-right: 0;
    padding: 0 10px;
    width: 100%;
  }
  .slide figure figcaption .slide_text{
    top: auto;
    bottom: -70px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 5px solid #fff;
    border-radius: 40px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.7) 0%, #FFFFFF 100%);
    box-shadow: 5px 5px 20px 0px #0000001F;
    height: auto;
    padding: 30px 0;
    margin-bottom: 20px;

  }
  .slide figure figcaption div:first-child{
    margin-top: 0;
  }
}
@media screen and (max-width: 508px){
    .slider {
    padding-bottom: 250px;
}
.slide figure figcaption {
  bottom: -175px;
}
    .slide figure figcaption div{
     font-size: 24px;
    line-height: 30px;
  }
  .slide figure figcaption div:nth-child(2) {
    color: #ee3041;
    font-weight: bold;
    font-size: 30px;
    font-weight: 700;
    line-height: 40px;
  }
  .slide figure img {
    height: 140px;
  }
     .slide figure::after {
    height: 60px;
  }
}
/*
@media screen and (max-width: 650px) {
h1 { font-size: 2.9em; }
}

@media screen and (max-width: 450px) {
h1 { font-size: 2.1em; }
} */

/*Стили слайдера*/

/* End */


/* Start:/bitrix/templates/.default/components/bitrix/news.list/actions-tour-left/style.css?1452588811150*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

/* End */


/* Start:/bitrix/templates/.default/components/bitrix/news.list/reviews-list-left/style.css?1452599463664*/
.reviews {
    width: 475px;
    padding-right: 65px;
    background: url(/i/otzivi-border.jpg) no-repeat;
    height: 410px;
    position: relative;
}
.reviews div:nth-child(2){
    font-size: 16px;
    color: #1373a2; 
    margin: 25px 0 10px;  
} 
.reviews div:nth-child(3){
    font-size: 14px;
    font-style: italic;
    margin-bottom: 30px;   
}
.reviews p {
    font-size: 14px;
    /*height: 185px; */
}
.reviews p img {
    float: left;
    margin-right: 20px;
    width: auto;
    max-width: 260px;
    max-height: 185px;
}  

.reviews .all {
    border-top: none;
    position: absolute;
    margin: auto;
    bottom: 5px;
    left: 0;
    right: 0;
}

/* End */


/* Start:/bitrix/templates/.default/components/bitrix/news.list/reviews-list-main/style.css?17107998251880*/
.reviews-mob {
  display: none;
}
.reviews-main-title {
font-size: 20px;
font-weight: 400;
line-height: 25px;
text-align: center;
margin-bottom: 20px;
text-transform: uppercase;
}
.reviews-main {
  background: #fff;
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: -10px;
}
.reviews-slider {
  padding: 10px;
}
.reviews-main-list {
  padding-bottom: 50px;
}
.reviews-main-item {
  background: #fff;
  border-radius: 4px;
  padding: 19px;
  box-shadow: 5px 5px 20px 0px #0000001A;
  text-align: left;
}
.reviews-top {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  justify-content: space-between;
}
.reviews-top-info {
  width: calc(100% - 70px);
}
.reviews-top-img {
  width: 60px;
  height: 60px;
  overflow: hidden;
  border-radius: 50%;
}
.reviews-top-img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.reviews-top-name {
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  margin-bottom: 5px;
}
.reviews-top-date {
  color: #B4B4B4;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
}
.reviews-main-text {
  font-size: 15px;
  font-weight: 400;
  line-height: 19px;
}
.reviews-main-footer{
  text-align: center;
  padding-top: 25px;
}

.sw-review-box {
  padding: 15px;
  background: #F2F2F2;
  text-align: center;
  margin-bottom: 15px;
}
.sw-reviews-rating{
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
}
.sw-review-item-stars {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
}
.sw-reviews-title {
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  margin-bottom: 16px;
}


.reviews-main-image {
  text-align: center;
}
.reviews-main-image img{
  max-width: 100%;
}

@media screen and (max-width: 790px){
.reviews-list-main .reviews{
  display: none;
}
.reviews-mob {
  display: block;
}
.reviews-list-main > .separator{
  display: none;
}
}
/* End */


/* Start:/bitrix/templates/.default/components/bitrix/news.list/news-list-left/style.css?1452851380664*/
.reviews {
    width: 475px;
    padding-right: 65px;
    background: url(/i/otzivi-border.jpg) no-repeat;
    height: 410px;
    position: relative;
}
.reviews div:nth-child(2){
    font-size: 16px;
    color: #1373a2; 
    margin: 25px 0 10px;  
} 
.reviews div:nth-child(3){
    font-size: 14px;
    font-style: italic;
    margin-bottom: 30px;   
}
.reviews p {
    font-size: 14px;
    /*height: 185px; */
}
.reviews p img {
    float: left;
    margin-right: 20px;
    width: auto;
    max-width: 260px;
    max-height: 185px;
}  

.reviews .all {
    border-top: none;
    position: absolute;
    margin: auto;
    bottom: 5px;
    left: 0;
    right: 0;
}

/* End */


/* Start:/bitrix/templates/.default/components/bitrix/catalog.section.list/tours-cat-list/style.css?14526046847305*/
/* line */
.bx_catalog_line{margin-bottom: 30px;}
.bx_catalog_line .bx_catalog_line_category_title{
	padding-bottom: 14px;
	border-bottom: 1px solid #e5e5e5;
	font-size: 24px;
}
.bx_catalog_line .bx_catalog_line_category_title a{
	color: #000;
	text-decoration: none;
}

.bx_catalog_line .bx_catalog_line_ul{padding: 0;}
.bx_catalog_line .bx_catalog_line_ul li{
	margin-bottom: 20px;
	list-style: none;
}
.bx_catalog_line .bx_catalog_line_ul li:before {content: '' !important}

.bx_catalog_line .bx_catalog_line_img{
	position: relative;
	display: block;
	float: left;
	overflow: hidden;
	margin-right: 40px;
	width: 125px;
	height: 125px;
	border:1px solid #ccc;
	border-radius: 2px;
			background-position: center;
			background-repeat: no-repeat;
	-webkit-background-size:contain;
			background-size:contain;
}

.bx_catalog_line .bx_catalog_line_title{
	margin-bottom: 10px;
	padding: 0;
	vertical-align: top;
	line-height: 18px;
}
.bx_catalog_line .bx_catalog_line_title a{
	color: #4c7da6;
	font-size: 18px;
}
.bx_catalog_line .bx_catalog_line_title a:hover{text-decoration: none;}
.bx_catalog_line .bx_catalog_line_title span{font-size: 16px}
.bx_catalog_line .bx_catalog_line_description{
	color: #3f3f3f;
	font-size: 13px;
	line-height: 16px;
}


@media (max-width:639px) {
	.bx-touch .bx_catalog_line .bx_catalog_line_img{
		margin-right: 10px;
		width: 50px;
		height: 50px;
	}

	.bx-touch .bx_catalog_line .bx_catalog_line_title{
		margin-bottom: 5px;
		line-height: 14px;
	}
	.bx-touch .bx_catalog_line .bx_catalog_line_title a{font-size: 14px;}
	.bx-touch .bx_catalog_line .bx_catalog_line_description{font-size: 11px;}
}



.bx_catalog_line .bx_catalog_line_img,
.bx_catalog_line .bx_catalog_line_title,
.bx_catalog_line .bx_catalog_line_title a,
.bx_catalog_line .bx_catalog_line_description{
	-webkit-transition: all 0.3s ease;
	   -moz-transition: all 0.3s ease;
	    -ms-transition: all 0.3s ease;
	     -o-transition: all 0.3s ease;
	 		transition: all 0.3s ease;
}

/* text */
.bx_catalog_text{margin-bottom: 30px;}
.bx_catalog_text .bx_catalog_text_category_title{
	padding-bottom: 14px;
	border-bottom: 1px solid #e5e5e5;
	font-size: 24px;
}
.bx_catalog_text .bx_catalog_text_category_title a{
	color: #000;
	text-decoration: none;
}

.bx_catalog_text .bx_catalog_text_ul{padding: 0;}
.bx_catalog_text .bx_catalog_text_ul li{
	float: left;
	margin: 0 10px 10px;
	list-style: none;
}
.bx_catalog_text .bx_catalog_text_ul li:before {content: '' !important}
.bx_catalog_text .bx_catalog_text_title{
	margin: 0;
	padding: 0;
	vertical-align: top;
	line-height: 14px;
}
.bx_catalog_text .bx_catalog_text_title a{
	color: #4c7da6;
	white-space: nowrap;
	font-size: 14px;
}
.bx_catalog_text .bx_catalog_text_title a:hover{text-decoration: none}
.bx_catalog_text .bx_catalog_text_title span{font-size: 12px;}

@media (max-width:639px) {
	.bx-touch .bx_catalog_text .bx_catalog_line_title{
		margin-bottom: 5px;
		line-height: 12px;
	}
	.bx-touch .bx_catalog_text .bx_catalog_line_title a{font-size: 12px;}
}

	.bx_catalog_text .bx_catalog_line_title,
	.bx_catalog_text .bx_catalog_line_title a{
		-webkit-transition: all 0.3s ease;
		   -moz-transition: all 0.3s ease;
		    -ms-transition: all 0.3s ease;
		     -o-transition: all 0.3s ease;
		 		transition: all 0.3s ease;
	}
	
/* tile */

.bx_catalog_tile{margin-bottom: 30px;}
.bx_catalog_tile .bx_catalog_tile_category_title{
	padding-bottom: 14px;
	border-bottom: 1px solid #e5e5e5;
	font-size: 24px;
}
.bx_catalog_tile .bx_catalog_tile_category_title a{
	color: #000;
	text-decoration: none;
}

.bx_catalog_tile .bx_catalog_tile_ul{padding: 0;}
.bx_catalog_tile .bx_catalog_tile_ul li{
	float: left;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
	margin-bottom: 20px;
	padding: 0 10px;
	width:12.5%;
	list-style: none;
	text-align: center;
}
.bx_catalog_tile .bx_catalog_tile_ul li:before {content: '' !important}
.bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1){clear: both;}

.bx_catalog_tile .bx_catalog_tile_img{
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0 auto;
	width: 78px;
	height: 78px;
	border:1px solid #ccc;
	border-radius: 2px;
			background-color: #fff;
			background-position: center;
			background-repeat: no-repeat;
	-webkit-background-size:contain;
			background-size:contain;
}
.bx_catalog_tile .bx_catalog_tile_title{
	margin-top: 5px;
	margin-bottom: 10px;
	padding: 0;
	vertical-align: top;
	line-height: 14px;
}
.bx_catalog_tile .bx_catalog_tile_title a{
	color: #4c7da6;
	font-size: 14px;
}
.bx_catalog_tile .bx_catalog_tile_title a:hover{text-decoration: none;}
.bx_catalog_tile .bx_catalog_tile_title span{font-size: 12px;}




/*2*/
@media (max-width:980px){
	.bx_catalog_tile .bx_catalog_tile_ul li{width:20%;}
	.bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1){clear: none;}
	.bx_catalog_tile .bx_catalog_tile_ul li:nth-child(5n+1){clear: both;}
}
/*3*/
@media (max-width:639px) {
	.bx-touch .bx_catalog_tile .bx_catalog_tile_title{
		margin-bottom: 5px;
		line-height: 14px;
	}
	.bx-touch .bx_catalog_tile .bx_catalog_tile_title a{font-size: 11px;}
}
@media (min-width:480px) and (max-width:639px) {
	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li{width:25%;}
	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1){clear: none;}
	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(4n+1){clear: both;}
}
/*4*/
@media (max-width:479px) {
	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li{width:33.3%;}
	.bx-touch .bx_catalog_tile .bx_catalog_tile_img{
		width: 100%;
		height: 80px;
	}
	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1){clear: none;}
	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(3n+1){clear: both;}

}


	.bx_catalog_tile .bx_catalog_tile_title,
	.bx_catalog_tile .bx_catalog_tile_title a,
	.bx_catalog_tile .bx_catalog_tile_ul li,
	.bx_catalog_tile .bx_catalog_tile_img{
		-webkit-transition: all 0.3s ease;
		   -moz-transition: all 0.3s ease;
		    -ms-transition: all 0.3s ease;
		     -o-transition: all 0.3s ease;
		 		transition: all 0.3s ease;
	}
	
/* list */

.bx_sitemap{margin-bottom: 30px;}
.bx_sitemap .bx_sitemap_title{
	padding-bottom: 14px;
	border-bottom: 1px solid #e5e5e5;
	font-size: 24px;
}
.bx_sitemap .bx_sitemap_title a{
	color: #000;
	text-decoration: none;
}

.bx_sitemap .bx_sitemap_ul li{
	padding: 0;
	line-height: 14px;
}
.bx_sitemap .bx_sitemap_ul li:before {content: '' !important}
.bx_sitemap .bx_sitemap_li_title{
	display: inline-block;
	margin: 0;
	padding: 0;
	vertical-align: top;
	font-weight: normal;
	line-height: 13px;
	margin-bottom: 10px;
}
.bx_sitemap .bx_sitemap_li_title a{
	color: #4c7da6;
	white-space: nowrap;
	font-size: 13px;
}
.bx_sitemap .bx_sitemap_li_title a:hover{text-decoration: none}
.bx_sitemap .bx_sitemap_li_title span{font-size: 11px;}

@media (max-width:639px) {
	.bx-touch .bx_sitemap .bx_catalog_line_title{
		margin-bottom: 5px;
		line-height: 12px;
	}
	.bx-touch .bx_sitemap .bx_catalog_line_title a{font-size: 12px;}
}

	.bx_sitemap .bx_catalog_line_title,
	.bx_sitemap .bx_catalog_line_title a{
		-webkit-transition: all 0.3s ease;
		   -moz-transition: all 0.3s ease;
		    -ms-transition: all 0.3s ease;
		     -o-transition: all 0.3s ease;
		 		transition: all 0.3s ease;
	}
/* End */


/* Start:/bitrix/templates/.default/components/bitrix/menu/bottom/style.css?1443009098626*/
/* Left menu*/
ul.left-menu
{
	list-style:none;
	margin:0; padding:0;
	margin-bottom:8px;
	position: relative; /*IE bug*/
}

ul.left-menu li
{
	padding: 10px 16px;
	background:#F5F5F5 url(/bitrix/templates/.default/components/bitrix/menu/bottom/images/left_menu_bg.gif) top repeat-x;
}

ul.left-menu li a
{
	font-size:100%;
	color:#BC262C;
	font-weight:bold;
	text-decoration:none;
}

ul.left-menu li a:visited
{
	color:#BC262C;
}

ul.left-menu li a:hover
{
	color:#BC262C;
}


ul.left-menu li a.selected:link, 
ul.left-menu li a.selected:visited, 
ul.left-menu li a.selected:active, 
ul.left-menu li a.selected:hover
{
	color:#FC8D3D;
}



/* End */


/* Start:/bitrix/templates/.default/components/bitrix/menu/footer-menu1/style.css?1443009098626*/
/* Left menu*/
ul.left-menu
{
	list-style:none;
	margin:0; padding:0;
	margin-bottom:8px;
	position: relative; /*IE bug*/
}

ul.left-menu li
{
	padding: 10px 16px;
	background:#F5F5F5 url(/bitrix/templates/.default/components/bitrix/menu/footer-menu1/images/left_menu_bg.gif) top repeat-x;
}

ul.left-menu li a
{
	font-size:100%;
	color:#BC262C;
	font-weight:bold;
	text-decoration:none;
}

ul.left-menu li a:visited
{
	color:#BC262C;
}

ul.left-menu li a:hover
{
	color:#BC262C;
}


ul.left-menu li a.selected:link, 
ul.left-menu li a.selected:visited, 
ul.left-menu li a.selected:active, 
ul.left-menu li a.selected:hover
{
	color:#FC8D3D;
}



/* End */


/* Start:/bitrix/templates/.default/components/bitrix/menu/footer-menu2/style.css?1443009098626*/
/* Left menu*/
ul.left-menu
{
	list-style:none;
	margin:0; padding:0;
	margin-bottom:8px;
	position: relative; /*IE bug*/
}

ul.left-menu li
{
	padding: 10px 16px;
	background:#F5F5F5 url(/bitrix/templates/.default/components/bitrix/menu/footer-menu2/images/left_menu_bg.gif) top repeat-x;
}

ul.left-menu li a
{
	font-size:100%;
	color:#BC262C;
	font-weight:bold;
	text-decoration:none;
}

ul.left-menu li a:visited
{
	color:#BC262C;
}

ul.left-menu li a:hover
{
	color:#BC262C;
}


ul.left-menu li a.selected:link, 
ul.left-menu li a.selected:visited, 
ul.left-menu li a.selected:active, 
ul.left-menu li a.selected:hover
{
	color:#FC8D3D;
}



/* End */


/* Start:/bitrix/templates/main/template_styles.css?1702380329405*/
.charter {border-top:1px solid #f1f1f1; border-left:1px solid #f1f1f1; margin:20px 0;    border-collapse: collapse;}
.charter td,.charter th {font-weight:normal; border-bottom:1px solid #f1f1f1; border-right:1px solid #f1f1f1;    border-collapse: collapse;
	font-family: 'ScadaRegular', sans-serif;
	font-size:14px;
    text-align: left;
	padding:3px 10px;
	margin:0;
}
	.charter th{
		font-weight:bold;
}
/* End */
/* /bitrix/templates/.default/components/bitrix/menu/tour-menu/style.css?1443009098626 */
/* /bitrix/templates/.default/components/bitrix/news.list/slider-main/style.css?17163708235516 */
/* /bitrix/templates/.default/components/bitrix/news.list/actions-tour-left/style.css?1452588811150 */
/* /bitrix/templates/.default/components/bitrix/news.list/reviews-list-left/style.css?1452599463664 */
/* /bitrix/templates/.default/components/bitrix/news.list/reviews-list-main/style.css?17107998251880 */
/* /bitrix/templates/.default/components/bitrix/news.list/news-list-left/style.css?1452851380664 */
/* /bitrix/templates/.default/components/bitrix/catalog.section.list/tours-cat-list/style.css?14526046847305 */
/* /bitrix/templates/.default/components/bitrix/menu/bottom/style.css?1443009098626 */
/* /bitrix/templates/.default/components/bitrix/menu/footer-menu1/style.css?1443009098626 */
/* /bitrix/templates/.default/components/bitrix/menu/footer-menu2/style.css?1443009098626 */
/* /bitrix/templates/main/template_styles.css?1702380329405 */
