

/* Start:/local/templates/m24941/components/bitrix/news/tours/bitrix/news.detail/.default/style.css?174500541723665*/
.tour-dates {
	width: 100%;
}

.tour-left {
	width: calc(100% - 350px);
	padding-right: 30px;
}

.banner {
	background-size: cover;
	background-position: center;
	position: relative;
	margin-top: -84px;
	height: calc(100vh - 84px);
	color: rgb(253, 253, 253);
	display: flex;
	align-items: center;
	padding-bottom: 100px;
	min-height: 700px;
}
.banner:before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgb(36, 36, 36);
	opacity: 0.4;
}
.banner:after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	bottom: 0;
	background: linear-gradient(0.00deg, rgb(0, 0, 0),rgba(0, 0, 0, 0) 100%);
}
.tour-text {
	font-size: 30px;
	font-weight: 400;
	line-height: 30px;
	margin: 12px 0 26px;
}
.banner > div {
	position: relative;
	z-index: 3;
}
.black-btn  .inline-svg-icon,
.banner .inline-svg-icon {
	width: 24px;
	height: 24px;
	margin-bottom: -6px;
}

.banner .pink-btn {
	padding: 20px 50px 19px 50px;
	margin-right: 17px;
}

.tour-date {
	color: rgb(36, 36, 36);
	font-size: 18px;
	font-weight: 500;
	line-height: 24px;
	text-align: center;
	padding: 0 17px;
	margin: 0 0 26px;
	border-radius: 20px;
	display: inline-block;
	background: #fff ;
	position: relative;
}

.tour-file .inline-svg-icon {
	fill: none;
	stroke: #242424;
}

.tour-file {
	padding: 20px 50px 19px 50px;
	cursor: pointer;
	position: relative;
	text-decoration: none;
	border-radius: 20px;
	color: rgb(36, 36, 36);
	font-size: 18px;
	font-weight: 500;
	line-height: 24px;
	letter-spacing: 0%;
	text-align: center;
	background: rgb(253, 253, 253);
	transition: 0.3s;
	outline: none;
	border: none;
}

.brown-back {
	background: rgb(222, 216, 208);
}

.tour-banner-img-list {
	display: flex;
	margin-bottom: 26px;
}

.tour-banner-img-item {
	width: 100px;
	height: 100px;
	border-radius: 10px;
	background-size: cover;
	background-position: center;
	margin-right: 5px;
}
.tour-banner-img-count {
	width: 100px;
	height: 100px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	border-radius: 90px;
	background: rgb(253, 253, 253);
	color: rgb(36, 36, 36);
	font-size: 24px;
	font-weight: 400;
	line-height: 24px;
}
.tour-banner-img-item img {
	display: none;
}

.brown-back > div > div {
	margin-top: -160px;
	z-index: 3;
	position: relative;
}

.tour-menu {
	border-radius: 20px;
	background: rgb(253, 253, 253);
	display: flex;
	flex-flow: row wrap;
	padding: 26px;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 32px;
}

.tour-menu a {
	color: rgb(36, 36, 36);
	font-size: 18px;
	font-weight: 400;
	line-height: 18px;
	text-decoration: none;

}

.tour-menu .dot {
	width: 3px;
	height: 3px;
	background: rgb(217, 217, 217);
	border-radius: 50%;
}

.tour-detail-text{
	font-size: 18px;
	font-weight: 400;
	line-height: 28px;
	margin-bottom: 36px;
}

.price-banner {
	border-radius: 20px;
	background: rgb(253, 253, 253);
	padding-left: 40px;
	margin-bottom: 80px;
	background-image: url("/local/templates/m24941/components/bitrix/news/tours/bitrix/news.detail/.default/img/price.png"), url("/local/templates/m24941/components/bitrix/news/tours/bitrix/news.detail/.default/img/price_el.svg");
	background-position: 95% 7px, right bottom;
	background-repeat: no-repeat, no-repeat;
	position: relative;
}
.price-banner:before {
	content: '';
	position: absolute;
	right: 20%;
	top: 50%;
	width: 325px;
	background: url("/local/templates/m24941/components/bitrix/news/tours/bitrix/news.detail/.default/img/price_text_2.svg") center no-repeat;
	height: 68px;
}
.black-btn {
	display: inline-block;
	padding: 15px 40px 15px 40px;
	cursor: pointer;
	position: relative;
	text-decoration: none;
	border-radius: 20px;
	color: rgb(253, 253, 253);
	font-size: 18px;
	font-weight: 500;
	line-height: 24px;
	letter-spacing: 0%;
	text-align: center;
	background: rgb(36, 36, 36);
	transition: 0.3s;
	box-sizing: border-box;
}

.black-btn:hover {
	color: rgb(253, 253, 253);
}
.price-banner-block {
	padding-bottom: 40px;
	padding-top: 50px;
}
.tour-price-sale {
	color: rgb(15, 117, 78);
	margin-right: 8px;
}
.tour-price-old {
	color: rgb(164, 164, 164);
	font-size: 12px;
	font-weight: 400;
	line-height: 12px;
	letter-spacing: 0%;
	text-align: left;
	text-decoration-line: line-through;
}
.tour-price-block {
	font-size: 18px;
	font-weight: 700;
	line-height: 18px;
	margin-bottom: 13px;
}

.price-banner p {
	font-size: 18px;
	font-weight: 400;
	line-height: 18px;
	margin: 0 0 9px;
}

.price-banner .black-btn {
	font-size: 14px;
	padding: 10px 18px;
}

.tour-root-list {
	/*display: flex;*/
	/*flex-flow: row wrap;*/
	margin-bottom: 70px;
}

.tour-root-item {
	font-size: 18px;
	font-weight: 400;
	line-height: 24px;
	padding: 2px 10px 2px 10px;
	border-radius: 20px;
	background: rgb(253, 253, 253);
	margin-right: 38px;
	position: relative;
	margin-bottom: 10px;
}

.tour-root-item:before {
	content: '';
	position: absolute;
	width: 18px;
	height: 18px;
	background: rgb(205, 197, 185) url("/local/templates/m24941/components/bitrix/news/tours/bitrix/news.detail/.default/img/ar_l.svg") center no-repeat;
	border-radius: 50%;
	right: -27px;
	top: calc(50% - 9px);
}
.tour-root-list > div {
	display: flex;

}
.tour-root-list > div:last-child .tour-root-item:before {
	display: none;
}
.tour-hotels-item-hotel-price-old {
	margin-left: 10px;
	color: rgb(164, 164, 164);
	font-size: 12px;
	font-weight: 400;
	line-height: 12px;
	letter-spacing: 0%;
	text-align: left;
	text-decoration-line: line-through;
}
.tour-date-block {
	width: 100%;
}

.tour-dates {
	border-radius: 20px;
	background: rgb(253, 253, 253);
	margin: 25px 0 80px;
}
.tour-dates:before {
	content: '';
	position: absolute;
	left: 0;
	top: 72px;
	right: 0;
	height: 0;
	border: 1px dashed rgb(205, 197, 185);
}


.tour-dates .slick-next,
.tour-dates .slick-prev {
	position: absolute;
	top: calc(50% - 30px);
	z-index: 10;
}
.tour-dates .slick-prev {
	left: -30px;
}

.tour-dates .slick-next {
	right: -30px;
}
.tour-dates-item {
	padding-left: 40px;
	padding-bottom: 50px;
}
.tour-dates-item p {
	margin: 0;
	padding: 32px 0 22px;
	white-space: nowrap;
	font-size: 18px;
	font-weight: 700;
	line-height: 18px;
}

.tour-dates-item-dates {
	margin-top: 24px;
	display: flex;
	flex-flow: row wrap;
	width: 100%;
}

.tour-dates-item-dates > div {
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	border-radius: 20px;
	background: rgb(241, 241, 241);
	padding: 2px 10px 2px 10px;
	margin-right: 5px;
	margin-bottom: 8px;
	display: flex;
	align-items: center;
}

.gallery-list {
	margin-top: 25px;
	margin-bottom: 25px;
}
.gallery-list {
	display: flex;
	flex-flow: row wrap;
	overflow: hidden;
	border-radius: 30px;
}


.gallery-item {
	width: 25%;
	padding-top: 212px;
	background-size: cover;
	position: relative;
	background-position: center;
}
.gallery-item.big {
	 width: 40%;
	 padding-top: 424px;
 }
.four-item {
	width: 60%;
	display: flex;
	flex-flow: row wrap;
}
.four-item .gallery-item {
	width: 50%;
}
.gallery-item-more {
	position: absolute;
	right: 0;
	top: 0;
	left: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.7);
	color: rgb(253, 253, 253);
	font-size: 48px;
	font-weight: 400;
	line-height: 48px;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}
.gallery-item.hide {
	display: none;
}

.tour-photo-text {
	font-size: 18px;
	font-weight: 400;
	line-height: 28px;
	margin-bottom: 35px;
}
.white-border {
	border-radius: 20px;
	background: rgb(253, 253, 253);
	margin-bottom: 97px;
	font-size: 18px;
	font-weight: 400;
	line-height: 28px;
	padding: 55px 40px;
}

.white-border ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.white-border h4 {
	margin-bottom: 26px;
}
.white-border ul li {
	padding-left: 28px;
	position: relative;
	margin-bottom: 26px;
}

.white-border ul li:before {
	content: '';
	position: absolute;
	left: 0;
	width: 18px;
	height: 18px;
	top: 1px;
	background: url("/local/templates/m24941/components/bitrix/news/tours/bitrix/news.detail/.default/img/li.svg") center no-repeat;
}

.tour-program-item {
	padding: 32px 40px;
	border-radius: 20px;
	background: rgb(253, 253, 253);
	margin-bottom: 20px;
	cursor: pointer;
	position: relative;
}
.tour-program-item:before {
	content: '';
	width: 22px;
	height: 22px;
	position: absolute;
	right: 50px;
	top: 34px;
	background: url("/local/templates/m24941/components/bitrix/news/tours/bitrix/news.detail/.default/img/bottom.svg") center no-repeat;
	transition: 0.3s;
}

.tour-program-item.active:before {
	transform: rotate(180deg);
}

.tour-program-item-name {
	font-family: Angry, Arial;
	font-size: 24px;
	font-weight: 400;
	line-height: 26px;
	margin-bottom: 14px;
}

.tour-program-item-locs {
	display: flex;
	flex-flow: row wrap;
}

.tour-program-item-locs > div {
	border-radius: 20px;
	padding: 2px 10px 2px 10px;
	background: rgb(205, 197, 185);
	font-size: 18px;
	font-weight: 400;
	line-height: 24px;
	margin-right: 8px;
	margin-bottom: 10px;
}

.tour-program-item-hidden {
	display: none;
}
.tour-program-item.active .tour-program-item-hidden {
	display: block;
}
.tour-program-item-photo {
	display: flex;
	flex-flow: row wrap;
	margin: 32px -5px 30px;
}

.tour-program-item-photo > a {
	width: calc(33.33% - 10px);
	margin: 5px;
	border-radius: 20px;
	padding-top: 20%;
	background-size: cover;
	background-position: center;
}

.tour-program-item-photo img {
	display: none;
}

.tour-program-item-h {
	font-size: 24px;
	font-weight: 700;
	line-height: 28px;
	margin-bottom: 20px;
}

.tour-program-item-text {
	font-size: 18px;
	font-weight: 400;
	line-height: 30px;
	padding-bottom: 40px;
}

.tour-program-item-in-block {
	border-top: 1px dashed rgb(205, 197, 185);
	padding-top: 40px;
	padding-bottom: 20px;
}

.tour-program-item-in > div {
	font-size: 18px;
	font-weight: 400;
	line-height: 28px;
	margin-bottom: 20px;
}


.tour-program-item-in > div img {
	margin-right: 10px;
	margin-bottom: -2px;
}

.tour-file.w-100 {
	margin: 10px 0 80px;
}

.tour-recommend {
	border-radius: 20px;
	background: rgb(253, 253, 253);
	margin-bottom: 80px;
	position: relative;
	padding: 39px 0 39px 40px;
}

.tour-recommend-img {
	position: absolute;
	right: -1px;
	top: 0;
	bottom: 0;
	left: 50%;
	background-position-x: right;
	background-position-y: center;
	background-size: auto 100%;
	background-repeat: no-repeat;
	border-radius: 0 20px 20px 0;
}

.tour-recommend-name {
	position: relative;
	z-index: 2;
	width: 70%;
	margin: 0 0 20px!important;
}

.tour-recommend-preview {
	font-size: 18px;
	font-weight: 700;
	line-height: 28px;
	margin-bottom: 8px;
	position: relative;
	z-index: 2;
	width: 70%;
}

.tour-recommend-detail {
	font-size: 18px;
	font-weight: 400;
	width: 66%;
	position: relative;
	z-index: 2;
	line-height: 28px;
}

.tour-price p {
	font-size: 24px;
	font-weight: 400;
	line-height: 24px;
	margin: 5px 0 40px;
}

.tour-hotels-item {
	border-radius: 20px;
	background: rgb(253, 253, 253);
	margin-bottom: 20px;
	padding: 37px 40px;
}
.tour-hotels-item-hotel {
	padding: 23px 0;
	border-bottom: 1px dashed rgb(205, 197, 185);
}
.tour-hotels-item-hotel:last-child {
	border: none;
}
.tour-hotels-item-name {
	font-size: 18px;
	font-weight: 700;
	line-height: 28px;
	margin-bottom: 10px;
}

.tour-hotels-item-hotel-left {
	font-size: 18px;
	font-weight: 400;
	line-height: 28px;
}

.tour-hotels-item-hotel-price {
	font-weight: 700;
}

.tour-calc {
	border-radius: 20px;
	background: rgb(81, 79, 77) url("/local/templates/m24941/components/bitrix/news/tours/bitrix/news.detail/.default/img/calc.png") top right no-repeat;
	margin: 80px 0;
	padding: 55px 40px 57px;
}

.tour-calc-name {
	color: rgb(253, 253, 253);
	margin: 0 0 25px!important;

}
.tour-calc .pink-btn {
	width: 40%;
}
.tour-calc .pink-btn .inline-svg-icon {
	width: 24px;
	height: 24px;
	margin-bottom: -6px;
}

.white-border .h3 {
	margin-bottom: 25px;
}

.tour-in {
	border-bottom: 1px dashed rgb(205, 197, 185);
	padding-bottom: 30px;
	margin-bottom: 40px;
}

.tour-add {
	border: 1px dashed rgb(205, 197, 185);
	border-radius: 20px;
	background: rgb(252, 247, 242);
	padding: 25px 25px 40px;
	margin-top: 40px;
}

.tour-cities {
	border-radius: 20px;
	background: rgb(253, 253, 253);
	padding: 45px 40px;
	margin-bottom: 90px;

}

.tour-cities-text {
	font-size: 24px;
	font-weight: 700;
	line-height: 28px;
	margin-bottom: 25px;
}

.tour-cities-photo {
	margin: 0 -5px 25px;
	display: flex;
	flex-flow: row wrap;
}

.tour-cities-photo > div {
	padding-top: 175px;
	background-position: center;
	background-size: cover;
	border-radius: 20px;
	width: calc(25% - 10px);
	margin: 5px;
}

.tour-cities-photo > div:first-child {
	width: calc(37.5% - 10px);
}

.tour-cities-photo > div:nth-child(2) {
	width: calc(37.5% - 10px);
	border-radius: 87.5px;
}
.tour-cities-city {
	font-size: 18px;
	font-weight: 400;
	line-height: 28px;
}

.tour-cities-city > div {
	padding: 17px 0;
	border-bottom: 1px dashed rgb(205, 197, 185);
}

.tour-cities-city > div:last-child {
	border: none;
}

.reviews {
	border-radius: 40px 40px 0px 0px;
	padding-top: 100px;
	position: relative;
	z-index: 2;
	margin-top: -40px;
	background: rgb(253, 253, 253);
}

.tour-right {
	width: 350px;
}

.tour-bron {
	border-radius: 20px;
	background: rgb(253, 253, 253);
}
.tour-right > div {
	position: sticky;
	top: 80px;
}
.tour-form-block > p {
	font-size: 18px;
	font-weight: 400;
	line-height: 18px;
	margin-bottom: 14px;
}

.tour-form-block {
	padding: 40px 25px 28px;
	border-bottom: 1px dashed rgb(205, 197, 185);
}

.feedback-input {
	align-self: flex-start;
	position: relative;
	margin-bottom: 5px;
}

.feedback-input input {
	border-radius: 10px;
	background: rgb(241, 241, 241);
	border: none;
	box-sizing: border-box;
	width: 100%;
	height: 45px;
	padding: 10px 20px;
	outline: none;
	font-size: 18px;
	font-weight: 400;
	line-height: 18px;
}

.feedback-input ul {
	list-style: none;
	height: 0;
	overflow: auto;
	margin: 0;
	padding: 0;
	transition: 0.3s linear;
	background: rgb(253, 253, 253) ;
	position: absolute;
	top: 45px;
	width: 100%;
	z-index: 3;

	box-sizing: border-box;
	border-radius: 0 0 10px 10px;
}

.feedback-input.active ul {
	height: 180px;
	transition: 0.3s linear;
	border-right: 1px solid rgb(255, 176, 142);
	border-bottom: 1px solid rgb(255, 176, 142);
	border-left: 1px solid rgb(255, 176, 142);
	border-radius: 0 0 10px 10px;
	padding-top: 20px;
}

.feedback-input ul li {
	padding: 5px 20px;
	cursor: pointer;
}

.feedback-input.active {
	border-right: 1px solid rgb(255, 176, 142);
	border-top: 1px solid rgb(255, 176, 142);
	border-left: 1px solid rgb(255, 176, 142);
	border-radius: 10px 10px 0 0;
}
.feedback-input ul li p {
	font-size: 16px;
	font-weight: 700;
	line-height: 18px;
	margin: 0 0 17px;
}
.date-form-item {
	border-radius: 20px;
	background: rgb(241, 241, 241);
	margin: 0 5px 12px 0;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	padding: 2px 10px 2px 10px;
	cursor: pointer;
}
.date-form-item:hover {
	background: rgb(224, 224, 224);
}
.date-form-item img {
	margin-bottom: -2px;
}

.feedback-input input::placeholder {
	color: rgb(36, 36, 36);
	font-size: 18px;
	font-weight: 400;
	line-height: 18px;
}

.feedback-input.date-input:before {
	content: '';
	position: absolute;
	right: 15px;
	top: 13px;
	width: 18px;
	height: 18px;
	background: url("/img/arr_b.svg") center no-repeat;
}

.feedback-input.count-input input {
	text-align: center;
	padding-left: 76%;
	padding-right: 12%;

}

.feedback-input label {
	font-size: 18px;
	font-weight: 400;
	line-height: 18px;
	position: absolute;
	left: 20px;
	top: 15px;
}

.count-input-minus {
	content: '';
	position: absolute;
	right: 27%;
	top: 17px;
	background: url("/img/minus.svg") center no-repeat;
	width: 10px;
	height: 10px;
	cursor: pointer;
}

.count-input-plus {
	content: '';
	position: absolute;
	right: 20px;
	top: 17px;
	background: url("/img/plus.svg") center no-repeat;
	width: 10px;
	height: 10px;
	cursor: pointer;

}

.tour-form-block form ~ p {
	color: rgb(164, 164, 164);
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	margin-top: 23px;
	text-align: center;
}

.tour-form-bottom {
	padding: 25px 25px 32px;
}

.tour-form-phone a {
	font-size: 18px;
	font-weight: 700;
	line-height: 28px;
	text-decoration: none;
}

.tour-form-phone .header-desc {
	font-size: 14px;
	margin-top: -5px;
}

.tour-program-item input {
	position: absolute!important;
	left: 0;
	top: 0;
	right: 0;
	width: 100%;
	opacity: 0;
	display: block;
	height: 100%;
	cursor: pointer;
	z-index: 3;
}

.tour-program-item.active input{
	height: 60px;
}
.feedback-input input.error {
	outline: 1px solid red;
}
.border-btn {
	display: inline-block;
	padding: 15px 40px 15px 40px;
	cursor: pointer;
	position: relative;
	text-decoration: none;
	border-radius: 20px;
	color: rgb(255, 176, 142);
	font-size: 18px;
	font-weight: 500;
	line-height: 24px;
	letter-spacing: 0%;
	text-align: center;
	border: 1px solid rgb(255, 176, 142);
	transition: 0.3s;
	box-sizing: border-box;
}
.border-btn .inline-svg-icon.arr {
	width: 24px;
	height: 24px;
	margin-bottom: -6px;
	fill: rgb(255, 176, 142);
}
.border-btn:hover {
	color: rgb(36, 36, 36);
	border-color: rgb(36, 36, 36);
}
.border-btn:hover .inline-svg-icon.arr {
	fill: rgb(36, 36, 36);
}
@media (max-width: 1281px){
	.tour-recommend {
		padding: 30px 0 25px 25px
	}


}

@media (max-width: 768px) {
	.tour-left {
		width: 100%;
		padding-right: 0;
	}
	.tour-right {
		width: 100%;
	}
	.tour-menu {
		padding: 26px 26px 12px;
		justify-content: flex-start;
	}
	.tour-menu .dot {
		margin: 0 10px 14px;
	}
	.tour-menu a{
		margin-bottom: 14px;
	}
	.tour-text {
		font-size: 20px;
		font-weight: 400;
		line-height: 20px;
		margin: 6px 0 19px;
	}
	.banner .pink-btn {
		padding: 20px 50px 19px 50px;
		margin-right: 0;
		width: 100%;
		margin-bottom: 11px;
	}
	.tour-banner-img-item {
		width: calc(20% - 5px);
		height: 0;
		padding-top: calc(20% - 5px);
	}
	.tour-banner-img-count {
		width: calc(20% - 5px);
		height: calc(20vw - 11px);
	}
	.brown-back > div > div {
		margin-top: -145px;
	}
	.banner {
		height: calc(100vh)!important;
		min-height: auto;
	}
	.tour-file {
		padding: 20px 0;
		width: 100%;
		white-space: nowrap;
		font-weight: 400;
	}
	.tour-banner-img-item:nth-child(5),
	.tour-banner-img-item:nth-child(6) {
		display: none;
	}
	.price-banner-block {

		padding: 0 20px 40px;
	}
	.price-banner {
		padding-left: 0;
		background-size: 100% auto;
		margin-bottom: 60px;
		background-image: url("/local/templates/m24941/components/bitrix/news/tours/bitrix/news.detail/.default/img/price_mob.png");
		background-position: top right;
		padding-top: 63vw;
	}
	.tour-root-item {
		font-size: 14px;
		margin-right: 28px;
	}
	.tour-root-list {
		margin-bottom: 60px;
	}
	.tour-root-item:before{
		right: -23px;
	}
	.price-banner .black-btn {
		width: 100%;
	}

	.tour-dates-item {
		width: 70vw!important;
		padding-left: 20px;
		padding-bottom: 30px;
		padding-right: 20px;
	}
	.tour-dates .slick-next {
		right: 0;
	}
	.tour-dates .slick-prev {
		left: auto;
		right: 55px;
	}
	.tour-dates .slick-next, .tour-dates .slick-prev {
		position: absolute;
		top: -60px;
	}
	.gallery-item {
		width: 100%;
		padding-top: 0;
		border-radius: 20px;
		overflow: hidden;
	}
	.gallery-list .slick-next {
		right: 20px;
		width: 28px;
		height: 28px;
		position: absolute;
		top: calc(50% - 14px);
		z-index: 4;
	}
	.gallery-list {
		border-radius: 0;
	}
	.gallery-list img {
		width: 100%;
	}
	.gallery-list .slick-prev {
		left: 20px;
		width: 28px;
		height: 28px;
		position: absolute;
		top: calc(50% - 14px);
		z-index: 4;
	}
	.gallery-list .slick-prev:hover:before, .gallery-list .slick-next:hover:before,
	.gallery-list .slick-prev:before, .gallery-list .slick-next:before {
		width: 28px;
		height: 28px;
		background-color: rgb(253, 253, 253);
		background-image: url(/local/templates/m24941/components/bitrix/news/tours/bitrix/news.detail/.default/img/arr.svg);
		background-position-x: 12px;
	}

	.tour-photo-text {
		font-size: 14px;
		line-height: 24px;
		margin-bottom: 25px;
	}
	.white-border {
		margin-bottom: 76px;
		font-size: 14px;
		line-height: 24px;
		padding: 34px 20px;
	}

	.tour-program-item {
		padding: 27px;
	}

	.tour-program-list {
		margin: 0 -15px;
	}
	.tour-program-item-locs > div {
		font-size: 14px;
		font-weight: 400;
		line-height: 24px;
		white-space: nowrap;
		max-width: 100%;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	.tour-program-item-name {
		font-size: 18px;
		line-height: 20px;
	}
	.tour-program-item-photo > a {
		width: calc(50% - 10px);
		padding-top: 40%;
	}
	.tour-program-item-photo > a:first-child {
		width: calc(100% - 10px);
		padding-top: 50%;
	}

	.tour-program-item-h {
		font-size: 18px;
		line-height: 28px;
		margin-bottom: 10px;
	}
	.tour-program-item-in-block {
		border-top: 2px dashed rgb(205, 197, 185);
		padding-top: 40px;
		padding-bottom: 20px;
		padding-left: 27px;
		padding-right: 27px;
		margin-left: -27px;
		margin-right: -27px;
	}
	.tour-program-item-in > div {
		font-size: 14px;
		margin-bottom: 10px;
	}
	.tour-program-item:before {

		right: 15px;
		top: 26px;
	}
	.tour-file.w-100 {
		margin: 10px 0 70px;
	}
	.tour-program-item-text {
		font-size: 14px;
		font-weight: 400;
		line-height: 20px;
	}
	.tour-recommend {
		margin-bottom: 70px;
		padding: 0 20px 40px;
		padding-top: 75vw;
	}
	.tour-program-item-name{
		padding-right: 9px;
	}
	.tour-recommend-img {
		top: 0;
		right: 0;
		left: 0;
		height: 70vh;
		bottom: auto;
		border-radius: 20px 20px 0 0;
		background-size: 100% auto;
		background-position-y: top;
		background-position-x: right;
	}
	.tour-price p {
		font-size: 18px;
		font-weight: 400;
		line-height: 18px;
		margin: -10px 0 25px;
	}
	.tour-hotels-item {
		margin-bottom: 20px;
		padding: 33px 20px;
	}
	.tour-hotels-item-name {
		font-size: 14px;
		font-weight: 700;
		line-height: 20px;
		margin-bottom: 10px;
	}
	.tour-hotels-item-hotel-left {
		font-size: 14px;
		font-weight: 400;
		line-height: 22px;
	}
	.tour-hotels-item .black-btn {
		width: 100%;
		margin-top: 10px;
	}
	.tour-recommend-detail {
		font-size: 14px;
		line-height: 28px;
		margin-bottom: 5px;
	}
	.tour-recommend-name {

		margin: 0 0 10px!important;
	}
	.tour-recommend-preview {
		font-size: 14px;
		line-height: 24px;
	}
	.tour-recommend-detail,
	.tour-recommend-preview,
	.tour-recommend-name{width: 100%;}
	.tour-calc {
		margin: 70px 0;
		padding: 70vw 20px 55px;
		background: rgb(81, 79, 77) url(/local/templates/m24941/components/bitrix/news/tours/bitrix/news.detail/.default/img/calc_mob.png) top right no-repeat;
	}
	.tour-calc .pink-btn {
		width: 100%;
	}
	.white-border .h3 {
		margin-bottom: 25px;
		font-size: 18px;
		font-weight: 400;
		line-height: 22px;
	}
	.tour-cities-photo .slick-slide > div > div {
		height: 50vw;
		border-radius: 20px;
		background-position: center;
		background-size: cover;
	}
	.tour-cities-photo > div,
	.tour-cities-photo > div:nth-child(3),
	.tour-cities-photo > div:nth-child(2) {
		width: 100%;
		border-radius: 0;
		padding-top: 0;
	}
	.tour-cities {
		padding: 36px 20px;
		margin-bottom: 70px;
	}
	.tour-add {
		padding: 25px 20px 30px;
	}
	.tour-cities-photo {
		position: relative;
	}
	.tour-cities-photo .slick-next {
		right: 20px;
		width: 28px;
		height: 28px;
		position: absolute;
		top: calc(50% - 14px);
		z-index: 4;
	}

	.tour-cities-photo .slick-prev {
		left: 20px;
		width: 28px;
		height: 28px;
		position: absolute;
		top: calc(50% - 14px);
		z-index: 4;
	}
	.tour-cities-city {
		font-size: 14px;
		line-height: 24px;
	}
	.tour-right {
		display: none;
	}
	.tour-cities-photo .slick-prev:hover:before, .tour-cities-photo .slick-next:hover:before,
	.tour-cities-photo .slick-prev:before, .tour-cities-photo .slick-next:before {
		width: 28px;
		height: 28px;
		background-color: rgb(253, 253, 253);
		background-image: url(/local/templates/m24941/components/bitrix/news/tours/bitrix/news.detail/.default/img/arr.svg);
		background-position-x: 12px;
	}

	.price-banner {
		background-image: url("/local/templates/m24941/components/bitrix/news/tours/bitrix/news.detail/.default/img/price_mob.png"), url("/local/templates/m24941/components/bitrix/news/tours/bitrix/news.detail/.default/img/price_el_mob.svg");
		background-position: 50% 20px, right top;
		background-repeat: no-repeat, no-repeat;
		background-size: 90% auto, 100%;
	}

	.price-banner:before {
		width: 295px;
		height: 88px;
		background-image: url("/local/templates/m24941/components/bitrix/news/tours/bitrix/news.detail/.default/img/price_text_2_mob.svg");
		top: 37%;
	}

	.border-btn {
		width: 100%;
		text-align: center;
		margin-top: 20px;
	}
	.gallery-list .slick-list {
		height: auto!important;
	}

	main {
		overflow: hidden;
	}
}

@media (max-width: 370px) {
	.tour-file {
		font-size: 16px;
	}

	.price-banner:before{
		right: 10px;
	}
}
/* End */


/* Start:/local/libs/css/slick.css?17450054171758*/
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/* End */


/* Start:/local/libs/css/slick-theme.css?17450054172929*/
@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('/local/libs/css/./ajax-loader.gif') center center no-repeat;
}


/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 60px;
    height: 60px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    position: relative;
}
.slick-prev {
    margin-right: 7px;
}
.slick-next {
    margin-left: 7px;
}
.slick-prev:before,
.slick-next:before
{

    position: absolute;
    top: 0;
    left: 0;
}


.slick-prev:before
{
    content: '';
    width: 60px;
    height: 60px;
    transition: 0.3s;
    border: none;
    border-radius: 50%;
    background: #242424 url("/local/libs/css/arr_r.svg") center no-repeat;
    transform: rotate(180deg);
    background-position-x: 27px;
}

.slick-next:before
{
    content: '';
    width: 60px;
    height: 60px;
    transition: 0.3s;
    border: none;
    border-radius: 50%;
    background: #242424 url("/local/libs/css/arr_r.svg") center no-repeat;
    background-position-x: 27px;

}

.slick-next:hover:before,
.slick-prev:hover:before {
    background-color: #000;
}
.slick-disabled {
    opacity: 0.5!important;
    pointer-events: none;
}
/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: 25px;

    display: block;

    width: 100%;
    max-width: 1100px;
    margin: auto;
    text-align: left;
    left: 50%;
    transform: translateX(-50%);
    list-style: none;
    padding: 0 10px;

}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 11px;
    height: 4px;
    padding: 0;
    margin-right: 5px;
    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 11px;
    height: 4px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 11px;
    height: 4px;

    content: '';
    text-align: center;

    background: #FDFDFD;
    opacity: 0.5;
    border-radius: 10px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: 0.85;

}


@media (max-width: 768px) {
    .slick-prev,
    .slick-next {
        width: 50px;
        height: 50px;
    }

    .slick-prev:before,
    .slick-next:before {
        width: 50px;
        height: 50px;
    }
    .slick-next:before {
        background-position-x: 22px;
    }
    .slick-prev:before{
        background-position-x: 22px;
    }
}
/* End */


/* Start:/local/templates/m24941/components/bitrix/system.pagenavigation/.default/style.css?1745005418615*/

.pagenav a {
    letter-spacing: -0.01em;
    text-decoration: none;
    width: 33.33%;
    text-align: center;
    border-top: 1px solid #B9B3B3;
    padding-top: 10px;
    color: #B9B3B3;
}
.pagenav a:hover {
    border-bottom: none;
    color: #000;
    border-top: 1px solid #000;
}
.pagenav span {
    width: 33.33%;
    text-align: center;
    letter-spacing: -0.01em;
    border-top: 1px solid #000;
    padding-top: 10px;
}

.pagenav {
    margin: 30px 0;
    width: 66%;

}

@media (max-width: 992px){
    .pagenav {
        margin: 20px 0;
        width: 100%;

    }
}
/* End */


/* Start:/local/templates/m24941/components/bitrix/news.list/reviews_tour/style.css?17450054182906*/
.reviews-item > div {
	width: 460px!important;
	padding: 44px 37px;
	border-radius: 20px;
	background: rgb(241, 241, 241);
}

.reviews-item {
	padding: 0 17px;
	display: flex!important;
}

.reviews-list {
	margin: 40px -17px 0;
}

.reviews .slick-next {
	position: absolute;
	right: 0;
	top: -105px;
}
.reviews .slick-prev {
	position: absolute;
	right: 60px;
	top: -105px;
}

.reviews-text {
	font-size: 18px;
	font-weight: 400;
	line-height: 24px;
	margin: 20px 0 24px;
	position: relative;
	overflow: hidden;
}
.reviews-text.hide {
	max-height: 193px;
}
.reviews-date {
	color: rgb(164, 164, 164);
	font-size: 14px;
	font-weight: 400;
	line-height: 14px;
	margin-bottom: 4px;
}

.reviews-name {
	font-size: 14px;
	font-weight: 700;
	line-height: 14px;
	margin-bottom: 5px;
}

.reviews-star img {
	margin-right: 4px;
}

.reviews-item-top-left-info {
	padding-left: 8px;
}

.reviews-item-top-left > img {
	border-radius: 50%;
}

.reviews-photos {
	display: flex;
	flex-flow: row wrap;
}

.reviews-photos a {
	border-radius: 10px;
	width: 70px;
	height: 70px;
	margin-right: 10px;
	margin-bottom: 10px;
	background-position: center;
	background-size: cover;
}
.reviews {
	overflow: hidden;
}
.reviews .slick-slider .slick-list {
	overflow: visible;
}
.reviews .slick-slide,
.reviews .slick-slide > div,
.reviews .slick-slider .slick-track {
	display: flex;
	flex-flow: row wrap;
}

.reviews-more {
	color: rgb(81, 79, 77);
	font-size: 18px;
	font-weight: 700;
	line-height: 24px;
	cursor: pointer;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(0.00deg, rgb(241, 241, 241) 88%,rgba(241, 241, 241, 0) 104.861%);
	padding-left: 18px;
}
.reviews-item-top-right {
	text-align: right;
}
.reviews-more:before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 12px;
	height: 9px;
	background: url("/local/templates/m24941/components/bitrix/news.list/reviews_tour/img/arr.svg") center no-repeat;
}
.reviews {
}
.reviews-bottom {
	font-size: 24px;
	font-weight: 700;
	line-height: 34px;
	margin: 74px auto 0;
	max-width: 65%;
	padding-bottom: 80px;
	text-align: center;
}

.reviews-bottom p {
	margin: 0 0 22px
}

.reviews-bottom .pink-btn {
	display: inline-block;
	padding: 15px 120px;
}

@media (max-width: 768px){
	.reviews-item > div {
		width: 80vw!important;
		padding: 30px 18px;
	}
	.reviews-item{
		padding: 0 5px;
	}
	.reviews .slick-next {
		right: 10px;
	}
	.reviews .h2 {
		width: 70%;
	}
	.reviews-list {
		margin: 40px -5px 0;
	}
	.reviews-text {
		font-size: 14px;
		line-height: 24px;
	}
	.reviews-more{
		font-size: 14px;
		line-height: 24px;
	}
	.reviews-date{
		margin-top: auto;
	}
	.reviews-bottom {
		font-size: 18px;
		font-weight: 700;
		line-height: 24px;
		margin: 0 auto 0;
		max-width: 100%;
		padding-bottom: 60px;
		text-align: center;
		padding-top: 120px;
	}
	.reviews-bottom .pink-btn {
		display: inline-block;
		padding: 15px;
		width: 100%;
	}
	.reviews {
	}
}
/* End */


/* Start:/local/templates/m24941/components/bitrix/news.list/faq/style.css?17450054182402*/
.faq {
	margin: 0 10px;
	border-radius: 30px;
	background: rgb(222, 216, 208);
	padding: 80px 0 100px;
}

.faq-item {
	padding: 10px 0;
	margin: 0 0 5px;
	position: relative;
	width: 100%;
	border-radius: 30px;
	background: rgb(253, 253, 253);
}

.faq-item input[type=checkbox] {
	position: absolute;
	cursor: pointer;
	width: 100%;
	height: 100%;
	z-index: 1;
	opacity: 0;
	top: 0;
	margin: 0;
}

.faq-item-name {
	font-size: 24px;
	font-weight: 700;
	line-height: 34px;
	display: block;
	margin: 0;
	cursor: pointer;
	padding-right: 50px;
	position: relative;
	padding-left: 50px;
	padding-bottom: 15px;
	padding-top: 15px;
}

.faq-item-name:before {
	content: "";
	position: absolute;
	right: 50px;
	top: 50%;
	width: 22px;
	height: 3px;
	background: rgb(217, 217, 217);
	border-radius: 3px;
	transition: .5s ease;
	transform: translateY(-50%);
}

.faq-item-name:after {
	content: "";
	position: absolute;
	right: 50px;
	top: 50%;
	width: 22px;
	height: 3px;
	background: rgb(217, 217, 217);
	border-radius: 3px;
	transform: translateY(-50%) rotate(90deg);
	transition: .5s ease;
}

.faq-item-text {
	font-size: 18px;
	font-weight: 400;
	line-height: 24px;
	position: relative;
	overflow: hidden;
	z-index: 2;
	padding-left: 50px;
	padding-right: 70px;
	margin-top: 0;
	max-height: 0;
	width: 80%;
	opacity: 0;
	transform: translate(0,50%);
}

.faq input[type=checkbox]:checked ~ .faq-item-text {
	overflow: visible;
}

.faq input[type=checkbox]:checked ~ .faq-item-text {
	max-height: 800px;
	opacity: 1;
	transform: translate(0,0);
	margin-top: 14px;padding-bottom: 33px;
}

.faq input[type=checkbox]:checked ~ .faq-item-name:before {
	transition: .5s ease;
	transform: translateY(-50%) rotate(-45deg);
}
.faq input[type=checkbox]:checked ~ .faq-item-name:after {
	transition: .5s ease;
	transform: translateY(-50%) rotate(45deg);
}

@media (max-width: 768px){
	.faq {
		margin: 0;
		border-radius: 20px;
		background: rgb(222, 216, 208);
		padding: 54px 0 74px;
	}
	.faq-list {
		margin-top: 25px;
	}
	.faq-item-text {
		font-size: 14px;
		padding-left: 20px;
		padding-right: 20px;
	}
	.faq-item-name {
		font-size: 18px;
		font-weight: 700;
		line-height: 34px;
		display: block;
		margin: 0;
		cursor: pointer;
		padding-right: 50px;
		position: relative;
		padding-left: 20px;
		padding-bottom: 15px;
		padding-top: 15px;
	}
	.faq-item-name:after,
	.faq-item-name:before {
		right: 20px;
	}
}
/* End */
/* /local/templates/m24941/components/bitrix/news/tours/bitrix/news.detail/.default/style.css?174500541723665 */
/* /local/libs/css/slick.css?17450054171758 */
/* /local/libs/css/slick-theme.css?17450054172929 */
/* /local/templates/m24941/components/bitrix/system.pagenavigation/.default/style.css?1745005418615 */
/* /local/templates/m24941/components/bitrix/news.list/reviews_tour/style.css?17450054182906 */
/* /local/templates/m24941/components/bitrix/news.list/faq/style.css?17450054182402 */
