.excWidgetInText { position:relative; width:100%; margin-bottom:20px; }
.excWidgetInText-paging	{ position:relative; display:block; width:100%; height:40px; outline:none; clear:both; margin-bottom:0px; }
.excWidgetInText-pagingBack,
.excWidgetInText-pagingNext	{ position:relative; float:left; width:50%; height:40px; cursor:pointer; outline:none; }
.excWidgetInText-pagingBack.pagingDisable,
.excWidgetInText-pagingNext.pagingDisable	{ opacity:0.25; }
.excWidgetInText-pagingBack { text-align:right; }
.excWidgetInText-pagingBack:before { content:''; position:absolute; top:4px; right:10px; width:16px; height:16px; background:url(/images/spritenext.svg) -96px -64px no-repeat; background-size:256px 1024px; }
.excWidgetInText-pagingBack:hover:before { background-position:-64px -112px; }
.excWidgetInText-pagingBack.pagingDisable:hover:before { background-position:-96px -64px; }
.excWidgetInText-pagingNext:before { content:''; position:absolute; top:4px; left:10px; width:16px; height:16px; background:url(/images/spritenext.svg) -112px -64px no-repeat; background-size:256px 1024px; }
.excWidgetInText-pagingNext:hover:before { background-position:-80px -112px; }
.excWidgetInText-pagingNext.pagingDisable:hover:before { background-position:-112px -64px; }

.excWidgetInText .slick-list {width:100%;}

/* Список экскурсий */
/* desktop */
.excurs-list		{ 
	position:relative; 
	margin:0 -1.1%;
	display:-webkit-flex;
	display:flex;
	flex-flow:row wrap;
	width:100%;
}
.excurs-list hr		{ width:100%;background:#D9D9D9;border:0;height:1px;font-size:1px;position:relative;top:10px;display:block;padding:0px; }
.excurs-list__delim	{ position:absolute;font-size:14px;font-weight:bold;left:50%; }
.excurs-list__delim b	{ background:#FDFDFD;padding:2px 10px;width:150px;text-align:center;position:absolute;left:-75px;z-index:1 }
.excurs-list__item	{ position: relative; display:block; padding:0 0 50px; margin:0 8px;
	box-sizing: content-box; -moz-box-sizing: content-box;
	width:31%; min-height:185px;
	-webkit-flex-basis:31%; 
	flex-basis:31%;
	align-content: center;
	max-width:340px;
}
.excurs-list__item-img	{ 
	position:relative; display:block; width:100%; height:auto;
	top:0; left:0; margin-bottom:14px; z-index:1;
}
.excurs-list__item b		{ display:block; font-weight: bold; font-size:18px;  margin:0 0 7px; line-height:1.22; letter-spacing:-0.3px; }
.excurs-list__item b a					{ color: #262626; text-decoration:none; }
.excurs-list__item b a:visited	{ color: #262626; text-decoration:none; }
.excurs-list__item b a:hover		{ color: #212121; text-decoration:none; }
.excurs-list__item-time		{ display:block; position:absolute; right:10px; left:10px; bottom:10px; color: #fff; white-space:normal; font-size:12px; line-height: 1em; }
.excurs-list__item-guide	{ display:block; max-width:85%; color:#6c6c6c;  margin-top:5px; font-size:14px; line-height:16px; }
.excurs-list__item-guide a					{ color: #6c6c6c; text-decoration:none; }
.excurs-list__item-guide a:visited	{ color: #6c6c6c; text-decoration:none; }
.excurs-list__item-guide a:hover		{ color: #262626; text-decoration:none; }
.excurs-list__item-licence 	{ position:absolute; display:block; width:22px; height:22px; right:0px; background:url(../images/spritenext-gid.svg) -176px -44px repeat-y; background-size:704px 704px; z-index:1; cursor:help; }
.excurs-list__item-price		{ display:block; color:#6c6c6c;  font-size:14px; margin-top:5px; line-height:16px; }
.excurs-list__item-price b 	{ display:inline-block; color:#212121; font-weight:normal; font-size:14px; line-height:16px; }
.excurs-list__item:hover b a			{ color: #e72325; }
.excurs-list__item:hover b a:visited	{ color: #e72325; }
.excurs-list__item:hover b a:hover		{ color: #e72325; }
.excurs-list__item:hover .excurs-list__item-img {
	transition:.3s;
	transition-property:box-shadow;	
	-webkit-box-shadow: 1px 1px rgba(0, 0, 0, 0.09), 0 3px 3px rgba(0, 0, 0, .1), 0 6px 6px rgba(0, 0, 0, .07), 0 12px 12px rgba(0, 0, 0, .05), 0 18px 18px rgba(0, 0, 0, .02);
	-moz-box-shadow: 1px 1px rgba(0, 0, 0, 0.09), 0 3px 3px rgba(0, 0, 0, .1), 0 6px 6px rgba(0, 0, 0, .07), 0 12px 12px rgba(0, 0, 0, .05), 0 18px 18px rgba(0, 0, 0, .02);
	box-shadow: 1px 1px rgba(0, 0, 0, 0.09), 0 3px 3px rgba(0, 0, 0, .1), 0 6px 6px rgba(0, 0, 0, .07), 0 12px 12px rgba(0, 0, 0, .05), 0 18px 18px rgba(0, 0, 0, .02);
}
.excurs-list__item div.clear	{ clear:both; }
.excurs-list .excurs-list__item:first-child	{ border-top: 0px;}
.excurs-list a.excurs-list__item_more,
.excurs-list а.excurs-list__item_more:visited,
.excurs-list а.excurs-list__item_more:hover	{ position:relative;display:block;width:100%;height:auto;padding:calc((100% / 340 * 228 / 2) - 14px) 0;text-align:center; 
	font-weight:bold; font-size:18px; margin:0 0 7px; line-height:1.22; letter-spacing:-0.3px; color: #262626; text-decoration:none;
}
.excurs-list__item:hover a.excurs-list__item_more			{ color: #e72325; }
.excurs-list__item:hover a.excurs-list__item_more:visited	{ color: #e72325; }
.excurs-list__item:hover a.excurs-list__item_more:hover		{ color: #e72325; }

/* mobile */
.mobile_excurs-list			{ position:relative; margin:0 0 50px; }
.mobile_excurs-list1			{ max-width:736px; text-align:left; margin:auto; }
.mobile_excurs-list__delim	{ position:absolute;font-size:14px;font-weight:bold;left:50%; }
.mobile_excurs-list__delim b	{ background:#FDFDFD;padding:2px 10px;width:150px;text-align:center;position:absolute;left:-75px;z-index:1 }
.mobile_excurs-list__item	{ display:block; position:relative; width:100%; margin:0 0 30px; box-sizing:content-box; -moz-box-sizing:content-box; }
.mobile_excurs-list__item-img	{ display:block; position:relative; clear:both; width:100%; min-height:210px; margin-bottom:10px; }
.mobile_excurs-list__item-img	img { -webkit-border-radius: 6px; -moz-border-radius: 6px;  border-radius: 6px; }
.mobile_excurs-list__item-img-gid	{ position:absolute; bottom:-20px; right:15px; }
.mobile_excurs-list__item-img-gid img { -webkit-border-radius:25px; -moz-border-radius:25px; border-radius:25px; border:1.5px solid #fff; }
.mobile_excurs-list__item h3	{ display:block;  font-size:18px; font-weight:600; margin:2px 75px 10px 0; }
.mobile_excurs-list__item h3 a			{ color: #212121; text-decoration: none;}
.mobile_excurs-list__item h3 a:visited	{ color: #212121; text-decoration: none;}
.mobile_excurs-list__item h3 a:hover	{ color: #e72325; text-decoration: none;}
.mobile_excurs-list__item-guide	{ display:block; max-width:85%; color: #7a7a7a; font-size: 11px; font-weight: 500;  }
.mobile_excurs-list__item-guide a			{ color: #7a7a7a; text-decoration: none; font-size: 13px; }
.mobile_excurs-list__item-guide a:visited	{ color: #7a7a7a; text-decoration: none;}
.mobile_excurs-list__item-guide a:hover	{ color: #7a7a7a; text-decoration: none;}
.mobile_excurs-list__item-data	{ position:relative; vertical-align:bottom; }
.mobile_excurs-list__item-price	{ position:relative; display:block; text-align:right; float:right; width:35%;  font-size:14px; white-space:nowrap; line-height:16px; font-weight: 700; }
.mobile_excurs-list__item-value	{ position:relative; display:block;  font-size:12px; white-space:nowrap;font-weight: normal; }
.mobile_excurs-list__item-time			{ position:relative; display:block; padding-left:21px!important; float:left; width:65%; margin-top:18px; line-height:18px; font-size:12px; color:#7a7a7a; white-space:normal; }
.mobile_excurs-list__item-time:before	{ content:''; position:absolute; width: 18px; height: 18px; background:url(/images/spritenext.svg) -126px -306px no-repeat; background-size:288px 1152px; left: 0px; top: -1px;}
.mobile_excurs-list__item div.clear	{ clear:both; }
.mobile_excurs-list-extypes {  font-style: normal; font-weight: 500; font-size: 9px; line-height: 13px; letter-spacing: 0.1em; text-transform: uppercase; color: #262626; opacity: 0.5; display: block; max-width: 285px; }
/* новые стили для цены и времени экскурсии */
.mobile_excurs-list__item-priceline	{ position:relative; display:block; text-align:right; float:left;  font-size:13px; font-weight: 500; white-space:nowrap; line-height:14px;  margin: 0 8px 8px 0; color: #7a7a7a }
.mobile_excurs-list__item-timeline { position:relative; display:block; padding-left:9px !important; float:left; line-height:14px;  font-size:13px; font-weight: 500;  color:#7a7a7a; white-space:normal; margin: 0 10px 8px 0; }
.mobile_excurs-list__item-timeline:before	{ content:'·'; position:absolute; width: 18px; height: 18px; left: 0px; top: 0px;}
.mobile_excurs-list a.mobile_excurs-list__item_more,
.mobile_excurs-list а.mobile_excurs-list__item_more:visited,
.mobile_excurs-list а.mobile_excurs-list__item_more:hover	{ position:relative;display:block;width:100%;height:auto;padding:calc((100% / 340 * 228 / 2) - 14px) 0;text-align:center; 
	font-weight:bold; font-size:18px; margin:0 0 7px; line-height:1.22; letter-spacing:-0.3px; color: #262626; text-decoration:none;
}
.mobile_excurs-list__item:hover a.mobile_excurs-list__item_more			{ color: #e72325; }
.mobile_excurs-list__item:hover a.mobile_excurs-list__item_more:visited	{ color: #e72325; }
.mobile_excurs-list__item:hover a.mobile_excurs-list__item_more:hover		{ color: #e72325; }
