/* страница услуги */

.container{
	margin: 0;
}

.tour-cover{
	padding-top: 23px;
	/*padding-bottom: 46px;*/
	text-align: center;
	color: #fff;
}

.tour-cover-rating{
	height: 90px;
	margin: 30px 0 20px;
}

.tour-cover h1{
	font-style: normal;
	font-weight: bold;
	font-size: 32px;
	line-height: 39px;
	text-align: center;
	letter-spacing: -0.03em;
	color: #FFFFFF;
	margin: 0 0 7px;
}

.tour-cover-targets{
	font-weight: bold;
	font-size: 25px;
	line-height: 30px;
}

.tour-cover-subtitle{
	font-style: normal;
	font-weight: 500;
	font-size: 20px;
	line-height: 24px;
	text-align: center;
	letter-spacing: -0.03em;
	color: #FFFFFF;
	margin-bottom: 14px;
}

.tour-cover-duration{
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
	color: #FFFFFF;
	margin-bottom: 22px;
}

.tour-cover-price{
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 20px;
	text-align: center;
	color: #FFFFFF;
	display: inline-block;
	padding: 6px 13px;
	/*margin-bottom: 73px;*/
	margin-bottom: 23px;
	background: linear-gradient(180deg, #E95555 0%, #E21D1D 100%);
	border-radius: 4px;
}

.tour{
	padding: 0 18px;
}

.tour .aside{
	
	margin:70px 0; 
}

.tour  h2{
	font-style: normal;
	font-weight: 600;
	font-size: 17px;
	line-height: 21px;
	color: #333333;
	margin-bottom: 22px;
}

.tour-rate{
	display: inline-block;
	width: 51px;
	height: 51px;
	background: #91E45D;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	font-style: normal;
	font-weight: 600;
	font-size: 22px;
	line-height: 26px;;
	text-align: center;
	letter-spacing: -0.03em;
	color: #FFFFFF;
	margin-right: 17px;
}

.tour-rate>div{
	position: relative;
	top: 50%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.tour-main-info{
	font-style: normal;
	font-weight: 600;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 47px;
}

.tour-info-headers{

}

.tour-main-info h3{
	font-size: 22px;
	line-height: 27px;
	color: #333333;
	margin: 0 0 5px;
}

.tour-main-info h5{
	font-size: 15px;
	line-height: 18px;
	color: #8A8A8A;
	margin: 0;
}

.tour .params{
}

.tour .params span{
	line-height: 30px;
}

.tour .params i{
	display: block;
	float: left;
	margin-right: 10px; 
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: #286BB3;
	text-align: center;
}

.tour .tour-info{
	margin-bottom: 58px;
	margin-top: 36px;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 23px;
	color: #333333;
	word-break: break-word;
}

.cms h2{
	margin: 10px 0 20px;
}

.tour .program{
	margin-bottom: 58px;
}

.tour .program-day{
	display: flex;
	margin-bottom: 20px;
	background: #FFFFFF;
	box-shadow: 2px 2px 16px rgb(0 0 0 / 11%);
	border-radius: 4px;
	padding: 20px 20px 22px 27px;
}

.tour .program-day:last-child{
	margin-bottom: 0;
}

.tour .included,
.tour .not-included,
.tour .important{
	margin-bottom: 20px;
	border-radius: 4px;
	padding: 24px 20px 27px 26px;
	font-style: normal;
	font-weight: 600;
	font-size: 13px;
	line-height: 20px;
	color: #333333;
}

.tour .included{
	background: rgba(153, 216, 50, 0.1);
	margin-top: 50px;
}

.tour .not-included{
	background: #F7F7F7;
}

.tour .important{
	background: #FDF2F2;
}

.tour .included .title-line,
.tour .not-included .title-line,
.tour .important .title-line{
	display: flex;
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 20px;
	position: relative;
}

.tour .included .text,
.tour .not-included .text,
.tour .important .text{
	display: none;
	margin-top: 22px;
	word-break: break-word;
}

.tour .included .title-line .title-icon,
.tour .not-included .title-line .title-icon,
.tour .important .title-line .title-icon{
	width: 23px;
	height: 23px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.tour .included .title-line .title,
.tour .not-included .title-line .title,
.tour .important .title-line .title{
	flex: 1;
	padding-left: 14px;
	padding-right: 35px;
	padding-top: 3px;
}

.tour .included .title-line .title-icon{
	background: #99D832 url('../img/i/check_sign.svg') no-repeat center;
	background-position-y: 4px;
}

.tour .included .title-line .title{
	color: #699D14;
}

.tour .not-included .title-line .title-icon{
	background: #CECECE url('../img/i/minus_sign.svg') no-repeat center;;
	background-position-y: 7px;
}

.tour .not-included .title-line .title{
	color: #6D6D6D;
}

.tour .important .title-line .title-icon{
	background: #EE7F7F url('../img/i/cross_sign.svg') no-repeat center;
	background-position-y: 4px;
}

.tour .important .title-line .title{
	color: #D96A6A;
}

.tour .program-image{
}

.tour .program-image .img{
	width: 100%;
	height: 300px;
}

.tour .program-info{
	padding-left: 17px;
	position: relative;
	flex: 1;
}

.tour .program-info::after,
.tour .included .title-line::after,
.tour .not-included .title-line::after,
.tour .important .title-line::after{
	content:'';
	border: solid #FF6F1E;
	border-width: 0 2px 2px 0;
	display: inline-block;
	padding: 3px;
	position: absolute;
	top: 7px;
	right: 0;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transition: all .3s cubic-bezier(.25, .8, .25, 1);
}

.tour .program-info.opened::after,
.tour .included.opened .title-line::after,
.tour .not-included.opened .title-line::after,
.tour .important.opened .title-line::after{
	top: 9px;
	transform: rotate(225deg);
	-webkit-transform: rotate(225deg);
}

.tour .included .title-line::after,
.tour .not-included .title-line::after,
.tour .important .title-line::after{
	top:9px
}

.tour .included.opened .title-line::after,
.tour .not-included.opened .title-line::after,
.tour .important.opened .title-line::after{
	top:11px
}

.tour .included .title-line::after{
	border: solid #699D14;
	border-width: 0 1px 1px 0;
}

.tour .important .title-line::after{
	border: solid #D96A6A;
	border-width: 0 1px 1px 0;
}

.tour .not-included .title-line::after{
	border: solid #6D6D6D;
	border-width: 0 1px 1px 0;
}

.tour .big-grey-dot{
	background: #E1E1E1;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	position: relative;
}

.program-border{
	background: url(../img/i/tour_program_border.svg) no-repeat -50% 27px;
}

.tour .small-white-dot{
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background: #FFFFFF;
	box-shadow: 0px 2px 4px rgb(0 0 0 / 20%);
	width: 10px;
	height: 10px;
	border-radius: 50%;
}

.tour .program-info .title{
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 19px;
	color: #424242;
	margin-top: 2px;
	padding-right: 12px;
}

.tour .program-info .text{
	display: none;
	margin-top: 24px;
	word-break: break-word;
}

.tour .hotel:nth-child(odd){
	padding-right: 15px;
}

.tour .hotel:nth-child(even){
	padding-left: 15px;
}

.tour .hotel-photo{
	height: 192px;
	background-color: #f3f3f3;
	margin-bottom: 15px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.tour .hotel-name{
	font-style: normal;
	font-weight: 600;
	font-size: 17px;
	line-height: 21px;
	color: #424242;
	margin: 0 0 8px;
}

.tour .hotel-info{
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 23px;
	color: #333333;
	margin-bottom: 56px;
}

.tour .hotel-info .info-text{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	line-clamp: 3;
	-webkit-box-orient: vertical;
}

.tour .hotel-info .info-text.opened{
	-webkit-line-clamp: unset;
	line-clamp: unset;
}

.tour .read-more,
.tour .read-less,
.aside .read-more,
.aside .read-less{
	color:#286BB3;
	text-transform: lowercase;
}

.tour .read-more:hover,
.tour .read-less:hover,
.aside .read-more:hover,
.aside .read-less:hover{
	text-decoration: underline;
	cursor: pointer;
}

.tour .read-less,
.aside .read-less{
	display:none;
}

.sight-list{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.sight-list .sight{
	text-align: center;
	padding: 0 18px;
	margin-bottom: 28px;
}

.sight-list .sight-wrapper{
	width:77px;
	height: 77px;
	background-color: rgba(196,196,196,.3);
	box-shadow: inset 0 4px 4px rgba(0, 0, 0, .25);
	border-radius: 50px;
	position: relative;
	margin: 0 auto;
}

.sight-list .sight-img{
	border-radius: 50px;
	width: 69px;
	height: 69px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	left:50%;
	top:50%;
	transform: translate(-50%, -50%);
}

.sight-list .info{
	margin-top: 13px;
}

.sight-list .sight-name{
	font-style: normal;
	font-weight: 500;
	font-size: 15px;
	line-height: 18px;
	text-align: center;
	color: #286BB3;
	word-break: break-word;
}

.sight-list .sight-name:hover{
	cursor: pointer;
}

.sight-modal{
	position: fixed;
	top: 0 !important;
}

.sight-modal .content{
	width: 100%;
	margin: 0 auto;
	background: #fff;
	border-radius: 8px;
	box-shadow: 0 25px 25px rgba(0, 0, 0, 0.15);
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.sight-modal .img{
	width:100%;
	height: 300px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	border-radius: 8px 8px 0 0;
}

.sight-modal .info{
	background: #f2f2f2;
	border-radius: 8px;
	padding: 25px 18px 30px;
}

.sight-modal .close-area{
	padding: 0;
}

.sight-modal .close{
	margin-top: 10px;
}

.sight-modal .name{
	font-style: normal;
	font-weight: 800;
	font-size: 25px;
	line-height: 30px;
	color: #20244A;
	margin-bottom: 15px;
}

.sight-modal .text{
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 14px;
	color: #8D90A9;
}

/* fallback  */
.gallery > img{
	width: 100%;
	height: auto; 
	margin-bottom: 30px; 
}

.gallery{
	margin: 0 auto;
	position: relative;
}

.gallery-view{
	position: relative;
	background-color: #fff;
	background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.gallery-nav{
	margin: 0 auto;
}

.gallery-prev,.gallery-next{
	position: absolute;
	display: block;
	width: 39px;
	height: 39px;
	background: rgba(255, 255, 255, 0.5) no-repeat center center;
	border-radius: 4px;
	z-index: 500;
} 

.gallery-prev{
	background-image: 
		url('../img/arrow-left.svg')
}

.gallery-next{
	background-image: 
		url('../img/arrow-right.svg')
}

.gallery-list{
	position: relative;
	overflow: hidden;
	height: 115px;
	margin-top: 10px;
}

.gallery-wrap{
	position: absolute;
	white-space: nowrap;
}

.gallery-icon{
	display: inline-block;
	width: 165px;
	height: 116px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	margin-right: 11px;
	cursor: pointer;
}

.gallery-icon:last-child{
	margin-right: 0;
}

.gallery-icon.selected, 
.gallery-icon:hover{
	filter: brightness(0.5);

}

.gallery-view{
	height: 188px;
}

.gallery-prev{
	top: 50%;
	left: 10px;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.gallery-next{
	top: 50%;
	right: 10px;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.gallery-list{
	display: none;
}

.form-order{
	margin: 0;
	padding: 30px;
	border-radius: 8px;
	background: #F2F2F2;
    box-shadow: 0 25px 25px rgba(0, 0, 0, 0.4);
}

.form-order h2{
	margin: 0;
}

.form-order .order-line{
	line-height: 30px;
	padding: 30px 0;
}

.form-order .order-line + .order-line{
	border-top: 1px solid #DADADA;
}

.form-order .order-line > i{
	float: left;
	margin-right: 10px;
	display: block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #286BB3;
    text-align: center;
}

.form-order .order-line > .dropdown{
	display: inline;
}

.form-order .order-line > input{
	background: none;
	outline: none;
	border: none;

}
.form-order .order-line > input:focus{
	background: #fff;
	outline: none;
}

.order-place-list{
	display: none;
}

.order-place{
	clear: both;
	padding: 15px 0 0;
}

.order-total{
	clear: both;
	padding: 15px 0 0;
	margin-left:70px;	
}

.order-place-input{
	float: left;
	width:60px;
}

.order-place-name{
	margin-left:70px;
}

.order-place-input > input{
	width:100%;
	padding: 0 5px;
	border: 0;
	text-align: right;
}

.order-submit {
	text-align: right;
}

.order-submit button{
	display: inline-block;
	max-width: 320px; 
}

.order-place-link{
	text-decoration: none!important;
	color: #333;
}

.tour .grey-panel,
.aside .grey-panel{
	background: #F7F7F7;
	border-radius: 4px;
	padding: 18px 25px;
}

.tour .facts,
.aside .facts{
	margin-top: 32px;
	text-align: left;
}

.tour .facts h3,
.aside .facts h3{
	font-style: normal;
	font-weight: 600;
	font-size: 15px;
	line-height: 35px;
	margin-bottom: 6px;
	margin-top: 0;
	color: #333333;
}

.tour .facts .fact,
.aside .facts .fact{
	font-style: normal;
	font-weight: normal;
	font-size: 13px;
	line-height: 20px;
	color: #333333;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	line-clamp: 5;
	-webkit-box-orient: vertical;
	word-break: break-word;
}

.tour .facts .fact.opened,
.aside .facts .fact.opened{
	-webkit-line-clamp: unset;
	line-clamp: unset;
}

.tour .facts .read-less,
.aside .facts .read-less,
.tour .facts .read-more,
.aside .facts .read-more{
	font-style: normal;
	font-weight: normal;
	font-size: 13px;
	line-height: 20px;
}

.tour .contacts,
.aside .contacts{
	margin-top: 21px;
	text-align: center;
	margin-bottom: 38px;
	color: #707070;
	font-size: 15px;
}

.tour .contacts h2,
.aside .contacts h2{
	font-style: normal;
	font-weight: 600;
	font-size: 17px;
	line-height: 35px;
	color: #333333;
	margin-top: 0;
	margin-bottom: 3px;
}

.tour .contacts .phone,
.aside .contacts .phone{
	font-style: normal;
	font-weight: 500;
	font-size: 22px;
	line-height: 35px;
	color: #333333;
	margin-bottom: 9px;
}

.tour .contacts .email,
.aside .contacts .email{
	font-style: normal;
	font-weight: 500;
	font-size: 13px;
	line-height: 35px;
	color: #707070;
}

.tour .contacts .email a,
.aside .contacts .email a{
	color:#286BB3;
}

.tour .contacts .email a:hover,
.aside .contacts .email a:hover{
	text-decoration: underline;
	cursor: pointer;
}

.breadcrumbs-wrapper{
	margin-top: 14px;
	padding-right: 87px;
}

.breadcrumbs{
	display: inline-block;
}

.breadcrumbs ul{
	list-style: none;
	padding: 0;
}

.breadcrumbs li{
	display: inline-block;
	position: relative;
	margin-left: 25px;
}

.breadcrumbs li:first-child{
	margin-left: 0;
}

.breadcrumbs li:after{
	content:'';
	border: solid #333333;
	border-width: 0 1px 1px 0;
	display: inline-block;
	padding: 2px;
	position: absolute;
	top: 13px;
	right: -15px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transition: all .3s cubic-bezier(.25, .8, .25, 1);
}

.breadcrumbs li:last-child::after{
	content: none;
}

.breadcrumbs a{
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 30px;
	text-decoration-line: underline;
	color: #333333;
	cursor: pointer;
}

.breadcrumbs a.active{
	color: #286BB3;
}

.share{
	display: inline-block;
	float: right;
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
	text-align: right;
	color: #333333;
	display: flex;
	flex-direction: row;
	align-items: center;
}

.share .icons{
	margin-left: 22px;
	display: flex;
	flex-direction: row;
	align-items: center;
}

.share .icons a{
	width: 24px;
	height: 24px;
	display: inline-block;
}

.share .icons a{
	margin-right: 14px;
}

.share .icons a:last-child{
	margin-right: 0;
}

.share .icons .inst{
	background: url('../img/icons/inst_square.png') no-repeat center;
}

.share .icons .fb{
	background: url('../img/icons/fb_square.png') no-repeat center;
}

.share .icons .vk{
	background: url('../img/icons/vk_square.png') no-repeat center;
	width: 30px;
	height: 17px;
}

.anchors{
	margin-bottom: 18px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.anchors a{
	display: inline-block;
	text-decoration: none;
	font-style: normal;
	font-weight: 600;
	font-size: 17px;
	line-height: 21px;
	text-align: center;
	color: #8A8A8A;
}

.anchors a:hover{
	cursor: pointer;
	text-decoration: none;
}

@media(min-width:375px){
	.gallery-list{
		display: block
	}

	.gallery-prev,
	.gallery-next{
		top: 94px;
	}
}

@media (min-width: 768px){
	.tour .program-image{
		width: 300px;
		float: left;
	}

	.tour .program-image .img{
		width: 270px;
		height: 200px;
	}

	.tour .program-info{
		/*margin-left: 300px;*/
		/*margin-top:0;*/
	}

	.gallery-view{ height: 570px;}

	.gallery-list{ display: block;}

	.gallery-prev{
		top: 285px;
		left: 13px;
	}

	.gallery-next{
		top: 285px;
		right: 13px;
	}

	.sight-list .sight {
		display: flex;
		align-items: center;
	}

	.sight-list .info {
		margin-top: 0;
		flex: 1;
		padding-left: 20px;
	}

	.sight-list .sight-name {
		text-align: left;
	}

	.sight-modal .content{
		width:50%;
	}
}

@media(min-width:992px)
{
	.tour {
		padding: 0 87px;
	}
}

@media (min-width: 1200px){
	.tour{
		padding: 0 0 0 87px;
	}

	.tour-cover{
		position: relative;
		padding-bottom: 131px;
	}

	.tour-cover.has-columns .main,
	.tour.has-columns .main{
		margin-right: 490px;
		margin-top: 59px;
	}

	.tour-cover.has-columns .aside,
	.tour.has-columns .aside{
		float: none;
		position: absolute;
		top: 100%;
		right: 0;
		max-width: 370px;
	}

	.tour-cover-price{
		font-size: 16px;
		line-height: 20px;
		margin-bottom: 0;
	}

	.tour-cover-duration{
		font-size: 18px;
		line-height: 22px;
		margin: 0;
		display: inline-block;
	}

	.tour-cover-price-wrapper{
		display: inline-block;
		margin-left: 20px;
	}

	.tour-cover h1{
		font-size: 45px;
		line-height: 55px;
		margin-bottom: 11px;
	}

	.tour-cover-subtitle{
		font-size: 27px;
		line-height: 33px;
		margin-bottom: 26px;
	}

	.aside{
		margin-top: 210px;
	}

	.help-link_wrapper{
		margin-top: 0 !important;
		margin-bottom: 15px !important;
	}

	.aside .facts{
		margin-top: 33px;
	}

	.aside .contacts {
		margin-top: 27px;
		text-align: left;
	}

	.aside .grey-panel{
		padding: 21px 23px 18px;
	}

	.aside .contacts h2{
		font-size: 16px;
		margin-bottom: 12px;
	}

	.aside .contacts .phone{
		font-size: 23px;
		margin-bottom: 9px;
	}

	.aside .contacts .email{
		font-size: 15px;
	}

	.aside .facts h3{
		font-size: 16px;
		margin-bottom: 12px;
	}

	.aside .facts .fact {
		margin-bottom: 23px;
	}
}

@media(min-width:1280px)
{
	.container{
		margin: 0 auto;
	}
}