

/* Start:/bitrix/templates/aspro-priority/components/bitrix/news/catalog_custom/style.css?1752554774584*/
@media(max-width: 767px) {
    .catalog.detail .head .maxwidth-theme .row {display: flex;flex-direction: column-reverse;}
    .catalog.detail .head .item .info.wpadding {padding-top: 0;padding-bottom: 0;}
    .catalog.detail .head .item > .galery {padding-top: 40px;}
    .catalog.detail .head>.maxwidth-theme>.row>.item {padding-bottom: 46px;}
    .catalog.detail .detail_right_block {display: none;}
}


.page-top .share_top > .share.top {
    position: absolute;
    top: -6px;
    right: 10px;
    margin: 0 0 0 0;
}

.page-top .share_top > .breadcrumb{
    padding-right: 30px;
}
/* End */


/* Start:/local/templates/.default/components/bitrix/news.detail/catalog_custom/style.css?175335623829625*/
body .banners-content{margin-bottom:0;}
.catalog.detail{
	border-top:none !important;
}
.page-top-main{
	display:none;
}



/*ALL*/

.slider-nav{
	width:60px !important;
	height:60px !important;
	border:1px solid #E8E8E8;
	background:#fff;
	border-radius:50%;
}
.slider-nav::after{
	content:'' !important;
	background:url('/local/templates/.default/components/bitrix/news.detail/catalog_custom/images/arrow.svg');
    width: 30px;
    height: 20px;
}
.slider-nav.next::after{
	transform: rotate(180deg);
}
.slider-nav:hover{
	border:1px solid #1DA72E;
	background:#1DA72E;
}
.slider-nav:hover::after{
	background-image:url('/local/templates/.default/components/bitrix/news.detail/catalog_custom/images/arrow-w.svg');
}
.slider-scrollbar{
	width:100% !important;
	left:0 !important;
}

@media(max-width: 768px){
	.top-banner-big .slider-scrollbar{
		display:block;
		left:0 !important;
		width:100% !important;
	}
	.slider-nav{
		width:40px !important;
		height:40px !important;
	}
	.slider-nav::after{
		width: 20px;
		height: 13px;
		background-repeat: no-repeat;
		background-size: contain;
	}
}


/*HEADERS*/
.w-bottom .bottom-content-inner{
	display:flex;
	align-items:center;
    justify-content: space-between;
	padding:15px 0;
}
.w-bottom .bottom-content-inner .title{
	max-width:200px;
	font-weight: 600;
	font-size: 16px;
}
.w-bottom .bottom-content-inner .bottom-content-menu{
	display:flex;
    overflow: auto;
}
.w-bottom .bottom-content-inner .bottom-content-menu .bottom-content-menu_item{
	margin:0 15px;
	font-weight: 600;
	font-size: 16px;
	cursor:pointer;
}
#mobileheader .bottom-content{
	clear:both;
	border-top:1px solid #eff1f5;
}
#mobileheader .bottom-content-inner{
	justify-content:center;
}


/*TOP BANNERS AND DESCR*/
.top-banner-big .swiper-slide{
	height:550px;
	display: flex;
    align-items: center;
    justify-content: center;
	border-radius:5px;
	overflow:hidden;
}
.top-banner-big .swiper-slide img{
	border-radius:5px;
	width:100%;
}
.top-banner-big-wrapper{
	position:relative;
}
.top-banner-big .swiper-slide>a{
	max-width:100%;
	max-height:100%;
	width:100%;
}
.top-banner-thumbs{
	margin-top:15px;
	padding-bottom: 12px !important;
}
.top-banner-thumbs .swiper-slide{
	border-radius:5px;
	overflow:hidden;
}
.top-banner-thumbs .swiper-slide img{
	border-radius:5px;
}
.top-banner-big .slider-scrollbar{
	display:none;
}
.top-section{
	position:relative;
}
.top-descriprion.w-gallery{
	position:absolute;
	left:50px;
	top:50px;
	z-index: 9;
	background:#fff;
	border:1px solid #E8E8E8;
	max-width:500px;
	padding:30px;
	border-radius: 3px;
}
.top-descriprion .title{
	font-size:40px;
	font-weight:500;
	line-height: 1;
}
.top-descriprion .price-btn-block{
    display: flex;
    flex-wrap: wrap;
}
.top-descriprion .price{
	font-size:26px;
	font-weight:600;
	margin-top:40px;
	line-height: 1;
	flex-basis:60%;
}
.top-descriprion .price_old .price_val{
	color: #999;
    text-decoration: line-through;
	font-size:15px;
}
.top-descriprion-tinkoff{
	cursor:pointer;
	flex-basis:40%;
    margin-top: 27px;
	text-align: right;
}
.top-descriprion .top-order-block{
	margin-top:30px;
	flex-basis: 100%;
}
.top-descriprion .link-block-more{
	margin-top:10px;
}
.top-descriprion .link-block-more>span{
	padding-left:24px;
	cursor: pointer;
	position:relative;
	color:#333;
}
.top-descriprion .link-block-more>span:before {
    content: "";
    position: absolute;
    left: 0;
    top: 1px;
    width: 7px;
    height: 11px;
    background: #333 url(/bitrix/templates/aspro-priority/images/svg/content_icons.svg) -119px -45px no-repeat;
}
.top-descriprion .link-block-more>span:hover{
	color: #1da72e;
}
.top-descriprion .link-block-more>span:hover:before {
    background-color: #1da72e;
}
.top-descriprion .previewtext{
	margin-top:30px;
}
@media(min-width: 1600px){
	.top-banner-big-wrapper .prev{
		left:-70px;
	}
	.top-banner-big-wrapper .next{
		right:-70px;
	}
}
@media(max-width: 1600px){
	.top-descriprion{
		left:75px;
	}
}
@media(max-width: 1280px){
	.top-banner-big .swiper-slide{
		height:500px;
	}
	.top-descriprion{
		top:30px;
	}
}
@media(max-width: 991px){
	.top-descriprion.w-gallery{
		position:relative;
		top:0;
		left:0;
		max-width:100%;
		border:none;
		padding-left:0;
		padding-right:0;
	}
	.top-descriprion .link-block-more{
		display:none;
	}
	.top-descriprion .price{
		margin-top:30px;
		flex-basis:100%;
	}
	.top-descriprion-tinkoff{
		flex-basis:initial;
		text-align:left;
	}
	.top-descriprion-tinkoff img{
		max-width:180px;
	}
}
@media(max-width: 768px){
	.top-banner-big .slider-scrollbar{
		display:block;
		left:0 !important;
		width:100% !important;
	}
	.slider-nav{
		width:40px !important;
		height:40px !important;
	}
	.top-banner-big-wrapper .slider-nav::after{
		width: 20px;
		height: 13px;
		background-repeat: no-repeat;
		background-size: contain;
	}
	.top-banner-thumbs{
		display:none;
	}
	.top-banner-big>.swiper-wrapper{
		padding-bottom:12px;
	}
	.top-descriprion .title{
		font-size:26px;
	}
	.top-banner-big .swiper-slide {
		height: 250px;
	}
	.top-descriprion .price{
		display:inline-block;
	}
	.price-btn-block{
		display:flex;
		justify-content: space-between;
	    align-items: center;
		flex-wrap:wrap;
	}
}


/*DETAIL TEXT AND HINTS*/

.detail-section .hints{
	display:flex;
	flex-direction:row;
	flex-wrap:nowrap;
	justify-content: flex-start;
	align-items: flex-start;
	position:relative;
	padding-top:90px;
}
.detail-section .hints .hint-item .hint-item_image{
	width:70px;
	height:70px;
	border-radius:50%;
	border:1px solid #E8E8E8;
    text-align: center;
	margin:0 auto;
    padding-top: 15px;
	position:relative;
}
.detail-section .hints .hint-item:not(:last-of-type){
	margin-right:65px;
}
.detail-section .hints .hint-item .hint-item_title{
	text-align:center;
	font-size:20px;
	font-weight:500;
	margin-top: 10px;
}

.detail-section .hints .hint-item:hover .hint-item_image{
	background: linear-gradient(180deg, #1DA72E 0%, #176317 100%);
}
.detail-section .hints .hint-item:hover .hint-item_image path{
	fill:#fff;
}
.detail-section .hints .hint-item:hover .hint-item_title{
	color:#1DA72E;
}
.detail-section .hints .hint-item .hint-item_description{
	position:absolute;
	background:#fff;
	border:1px solid #E8E8E8;
	border-radius:4px;
	font-size:12px;
	line-height: 1.2;
	padding:10px;
	width: 300px;
    bottom: 75px;
	color:#000;
	display:none;
	text-align:left;
}
.detail-section .hints .hint-item .hint-item_description .description-title{
	color:#1DA72E;
	font-weight:600;
}
.detail-section .hints .hint-item .hint-item_description .description-description{
	margin: 5px 0 0;
}
.detail-section .hints .hint-item:hover .hint-item_description{
	z-index:10;
	display:block;
}
.detail-section .hints .hint-item:not(:first-of-type):not(:last-of-type) .hint-item_description{
	left:-115px;
}
.detail-section .hints .hint-item:first-of-type .hint-item_description{
	left:0;
}
.detail-section .hints .hint-item:last-of-type .hint-item_description{
	right:0;
}
.detail-section .hints .hint-item.active .hint-item_description::after{
	content:'';
	width:10px;
	height:8px;
	position:absolute;
	bottom:-7px;
	left: calc(50% - 6px);
	background:url('/local/templates/.default/components/bitrix/news.detail/catalog_custom/images/hint-arrow.svg');
}
.detail-section .hints .hint-item:first-of-type.active .hint-item_description::after{
	left: 27px;
}
.detail-section .hints .hint-item:last-of-type.active .hint-item_description::after{
	right: 29px;
	left:initial;
}
.detail-section .detail-text{
	margin:30px 0;
}
@media(max-width: 991px){
	.detail-section .hints .hint-item:not(:last-of-type){
		margin-right:40px;
	}
}
@media(max-width: 768px){
	.detail-section .hints .hint-item:not(:last-of-type){
		margin-right:0px;
	}
	.detail-section .hints .hint-item .hint-item_title{
		font-size:12px;
		margin-top:5px;
	}
	.detail-section .hints{
		justify-content: space-between;
	}
}
@media(max-width: 600px){
	.detail-section .hints .hint-item .hint-item_image{
		width:60px;
		height:60px;
		padding-top: 10px;
		position:static;
	}
	.detail-section .hints .hint-item .hint-item_description{
		width:initial;
		right:0 !important;
		left:0 !important;
	}
	.detail-section .hints .hint-item .hint-item_title{
		display:none;
	}
	.detail-section .hints .hint-item.active .hint-item_description::after{
		display:none;
	}
}


/*TEASERS*/

.tizers-section{
	position:relative;
}
.tizers-section::before{
	content:'';
	position:absolute;
	top:0;
	bottom:0;
	left:calc((-1920px + 1344px) / 2);
	right:calc((-1920px + 1344px) / 2);
	background:url('/local/templates/.default/components/bitrix/news.detail/catalog_custom/images/tizers-bg.webp') no-repeat;
	background-size:cover;
	z-index: -1;
}
.tizers-section .tizers-inner>.wrap{
	display:flex;
	flex-direction:row;
	flex-wrap:wrap;
	justify-content: center;
}
.tizers-section .tizer-item{
	width:25%;
	text-align:center;
	padding: 0 15px 30px;
}
.tizers-section .tizers-section-title{
	font-size:30px;
	font-weight:600;
	padding:30px 0 50px;
}
.tizers-section .tizer-item .image{
	height:70px;
}
.tizers-section .tizer-item .body-info{
	margin-top:15px;
}
.tizers-section .tizer-item .body-info .title{
	font-weight:500;
	font-size:20px;
}
@media(max-width: 991px){
	.tizers-section .tizer-item{
		width:33.333%;
	}
}
@media(max-width: 768px){
	.tizers-section .tizer-item .body-info .title{
		font-size:14px;
	}
}
@media(max-width: 600px){
	.tizers-section .tizer-item{
		width:50%;
		padding: 0 5px 20px;
	}
	.tizers-section .tizer-item .image{
		height:50px;
	}
	.tizers-section .tizer-item .body-info {
		margin-top: 5px;
	}
}


/*ГИДЫ*/

.staff-section{
	display:flex;
	flex-direction:row;
	flex-wrap:wrap;
	padding-top:90px;
	align-items: flex-start;
    justify-content: space-between;
}
.staff-section .staff-section-column{
	width:100%;
}
.staff-section.two-columns .staff-section-column{
	width:48%;
}
.staff-section .staff-section-column h3{
	margin-bottom:50px;
	font-weight: 600;
	font-size: 30px;
}
.staff-section .staff-inner{
	border:3px solid #1DA72E;
	border-radius:2px;
	position:relative;
	padding:35px;
	display:flex;
	flex-direction:row;
	flex-wrap:nowrap;
	align-items: flex-start;
}
.staff-section .staff-inner .staff-item_image{
	min-width:150px;
	padding-right:25px;
}
.staff-section .staff-inner .staff-item_title{
	color:#1DA72E;
	font-weight: 600;
	font-size: 20px;
}
.staff-section .staff-inner .staff-item_text{
	margin-top:10px;
	font-size:14px;
}
.staff-section .staff-inner .full-link{
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	font-size:0;
}
@media(max-width: 991px){
	.staff-section.two-columns .staff-section-column{
		width:100%;
	}
	.staff-section.two-columns .staff-section-column:last-of-type h3{
		margin-top:50px;
	}
	.staff-section.two-columns .staff-section-column-items .swiper-wrapper{
		align-items:center;
	}
	.staff-section .staff-inner{
		margin: 0 55px;
	}
}
@media(max-width: 767px){
	.staff-section .staff-inner{
		flex-direction:column;
		text-align:center;
		padding:15px;
	}
	.staff-section .staff-inner .staff-item_image{
		padding:0;
		margin: 0 auto 15px;
	}
	.staff-section .staff-inner .staff-item_title{
		font-size:18px;
	}
	.staff-section{
		padding-top:0px;
	}
	.staff-section .staff-section-column h3{
		margin:50px 0 30px !important;
	}
}


/*PROGRAMM*/

.programm-wrapper{
	padding:0 0 50px;
}
.programm-head{
	padding-top:90px;
}
.programm-wrapper .programm-head{
	display:flex;
	flex-direction:row;
	flex-wrap:wrap;
	justify-content:flex-start;
	align:items:center;
}
.programm-wrapper .programm-head .programm-head-title{
    font-size: 30px;
    font-weight: 600;
    line-height: 1;
	padding:5px 30px 30px 0;
}
.programm-wrapper .programm-head-numbers{
	display:flex;
	flex-direction:row;
	flex-wrap:nowrap;
	position:relative;
	padding-bottom:30px;
}
.programm-wrapper .programm-head-numbers::before{
	content:'';
	position:absolute;
	left:0;
	right:0;
	top:20px;
	height:1px;
	background:#E8E8E8;
}
.programm-wrapper .programm-head-numbers .programm-head-numbers_item{
	position:relative;
}
.programm-wrapper .programm-head-numbers .programm-head-numbers_item .programm-head-numbers_item-hint{
	position:absolute;
	display:none;
    text-align: center;
	background: #fff;
    border: 1px solid #E8E8E8;
    border-radius: 4px;
    font-size: 13px;
    line-height: 1.2;
    padding: 10px;
    width: 220px;
    bottom: 45px;
    color: #000;
}
.programm-wrapper .programm-head-numbers .programm-head-numbers_item.active .programm-head-numbers_item-hint::after{
	content:'';
	width: 10px;
    height: 8px;
    position: absolute;
    bottom: -7px;
    left: calc(50% - 6px);
    background: url('/bitrix/templates/aspro-priority/components/bitrix/news.detail/catalog_custom/images/hint-arrow.svg');
}
.programm-wrapper .programm-head-numbers .programm-head-numbers_item.active .programm-head-numbers_item-hint{
	-display:block;
	z-index:10;
}
.programm-wrapper .programm-head-numbers .programm-head-numbers_item{
	width:40px;
	height:40px;
	border:1px solid #E8E8E8;
	border-radius:50%;
	background: linear-gradient(180deg, #fff 0%, #fff 100%);
	color:#1DA72E;
	display:flex;
	flex-direction:column;
	justify-content:center;
	align-items:center;
	cursor:pointer;
}
.programm-wrapper .programm-head-numbers .programm-head-numbers_item:not(:last-of-type){
	margin-right:15px;
}
.programm-wrapper .programm-head-numbers .programm-head-numbers_item.active{
	background: linear-gradient(180deg, #1DA72E 0%, #176317 100%);
	color:#fff;
}
.programm-wrapper .programm-head-numbers .programm-head-numbers_item .programm-head-numbers_item-title{
	font-weight:600;
	line-height: 1;
}
.programm-wrapper .programm-head-numbers .programm-head-numbers_item .programm-head-numbers_item-day{
	font-weight: 600;
	font-size: 8px;
	line-height: 1;
}
.programm-body .programm-item .programm-item_number-wrapper{
	padding-right:30px;
}
.programm-body .programm-item .programm-item_number-wrapper .circle{
	width:80px;
	height:80px;
	border-radius: 50%;
	--value: 0%;
	background: conic-gradient(#1DA72E var(--value), #E8E8E8 0);
	position:relative;
}
.programm-body .programm-item .programm-item_number-wrapper .programm-item_number-inner{
	position:absolute;
	left:2px;
	top:2px;
	right:2px;
	bottom:2px;
	background:#fff;
	border-radius:50%;
	display:flex;
	flex-direction:column;
	align-items:center;
	justify-content:center;
	text-align:center;
	color:#1DA72E;
}
.programm-body .programm-item .programm-item_number-wrapper .programm-item_number-inner .programm-item_number-title{
	font-weight: 600;
	font-size: 30px;
}
.programm-body .programm-item .programm-item_number-wrapper .programm-item_number-inner .programm-item_number-day{
	font-size:14px;
	font-weight: 600;
}
.programm-body .programm-item{

	display:flex;
}
.programm-body .programm-item:not(:first-of-type){
	padding-top:30px;
}
.programm-body .programm-item .programm-item_title{
	color: #1DA72E;
	font-weight: 600;
	font-size: 22px;
	line-height:2;
}
.programm-body .programm-item .programm-item_subtitle{
	color: #000;
	font-size: 18px;
	font-style: italic;
}
.programm-body .programm-item .programm-item_desc{
	width:calc(100% - 110px);
}
.programm-body .programm-item .programm-item_icons{
	display:flex;
	flex-direction:row;
	flex-wrap:wrap;
	background:#F9FAFC;
	margin-top: 15px;
}
.programm-body .programm-item .programm-item_icon{
	display:flex;
	flex-direction:row;
	flex-wrap:nowrap;
	align-items:center;
	padding:35px;
}
.programm-body .programm-item .programm-item_icon .programm-item_icon-image{
	padding-right:15px;
}
.programm-body .programm-item .programm-item_icon .programm-item_icon-text{
	color:#000;
	font-size: 18px;
	font-weight: 500;
}
.programm-body .programm-item .programm-item_detail{
	font-size:18px;
	line-height:1.7;
	padding-top:15px;
}
.programm-body .programm-item_photo-wrapper{
	position:relative;
	margin-top:30px;
}
.programm-body .programm-item_photo-wrapper .programm-item_photo-swiper{
	padding-bottom:15px;
}
.programm-body .programm-item_photo-wrapper .programm-item_photo-swiper .slider-nav{
	width:40px !important;
	height:40px !important; 
}
@media(max-width: 1280px){
	.programm-body .programm-item .programm-item_icon{
		width:33.333%;
	}
	.programm-wrapper .programm-head-numbers .programm-head-numbers_item .programm-head-numbers_item-hint{
		display:none !important;
	}
}
@media(max-width: 991px){
	.programm-body .programm-item_photo-wrapper .programm-item_photo-swiper .swiper-slide{
		text-align:center;
	}
	.programm-body .programm-item .programm-item_title{
		line-height: 1.2;
	}
	.programm-body .programm-item .programm-item_icon{
		width:50%;
	}
}
@media(max-width: 767px){
	.programm-body .programm-item .programm-item_detail{
		font-size:15px;
	}
	.programm-body .programm-item .programm-item_number-wrapper .circle{
		width:40px;
		height:40px;
	}
	.programm-body .programm-item .programm-item_desc {
		width: calc(100% - 50px);
	}
	.programm-body .programm-item .programm-item_number-wrapper .programm-item_number-inner .programm-item_number-title{
		font-size:14px;
	    line-height: 1;
	}
	.programm-body .programm-item .programm-item_number-wrapper .programm-item_number-inner .programm-item_number-day{
		font-size:8px;
	    line-height: 1;
	}
	.programm-body .programm-item .programm-item_number-wrapper{
		padding-right:10px;
	}
	.programm-body .programm-item .programm-item_title{
		font-size:18px;
	}
	.programm-body .programm-item .programm-item_subtitle{
		font-size:14px;
	}
	.programm-body .programm-item .programm-item_icon .programm-item_icon-text{
		font-size:14px;
	}
	.programm-body .programm-item .programm-item_icon{
		padding:15px;
	}
	.programm-body .programm-item{
		padding-top:20px !important;
	}
	.programm-wrapper .programm-head-numbers{
		padding-bottom:20px;
	}
}
@media(max-width: 600px){
	.programm-body .programm-item .programm-item_icon{
		width:100%;
	}
	.programm-body .programm-item .programm-item_detail{
		font-size:14px;
	}
}


/*PRICES BLOCK*/

.prices-section{
	display:flex;
	flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
	position:relative;
	padding:50px 0;
	border-bottom:1px solid #E8E8E8;
}
.prices-section::before{
	content:'';
	position:absolute;
	top: 0;
    bottom: 0;
    left: calc((-1920px + 1344px) / 2);
    right: calc((-1920px + 1344px) / 2);
	z-index:-1;
	background:#F9FAFC;
}
.prices-section .prices-section-title{
	font-weight: 600;
	font-size: 30px;
	padding:0 0 20px;
}
.prices-section .price-item{
	padding-top:30px;
	color:#000;
}
.prices-section .price-item .price-val{
	color: #1DA72E;
	font-weight: 600;
	font-size: 25px;
}
.prices-section .price-item.def-price .price-val{
	color:#777777;
}
.prices-section .prices-block:first-of-type{
	padding-right:20px;
}
.prices-section .prices-form .form{
	padding:50px;
	background:url('/bitrix/templates/aspro-priority/custom-img/form.webp') no-repeat;
	background-position: center center;
	background-size:cover;
	border:3px solid #1DA72E;
	border-radius:15px;
}
.prices-section .prices-form .form .form-header{
	text-align:center;
	padding: 0 0 35px;
}
.prices-section .prices-form .form .form-header .title{
	font-weight:600;
	padding-bottom:12px;
}
.prices-section .prices-form .form .form-header .elemName{
	font-size: 22px;
}
.prices-section .prices-form .form .form-body{
	background:transparent;
}
.prices-section .prices-form .form .form-body .form-control{
	background:#fff;
	padding:10px 15px;
	border:1px solid #E8E8E8;
}
.prices-section .prices-form .form .form-footer button[type="submit"]{
	width:100%;
}
.prices-section .prices-form .form .form-group.animated-labels label:not(.error){
	left: 14px !important;
}
.prices-section .prices-form .form .form-group.animated-labels.input-filed label:not(.error){
	top:-20px !important; 
}
.prices-section .prices-form .form .form-group{
	margin-bottom:25px;
}
.prices-section .prices-form .prices-btn-mobile{
	display:none;
}
.prices-block-tinkoff{
	max-width:200px;
	margin:20px 0;
}
@media(max-width: 991px){
	.prices-section{
		flex-direction:column;
		align-items: initial;
	}
	.prices-section .prices-block:first-of-type{
		padding: 0 0 30px;
	}
}
@media(max-width: 767px){
	.prices-section .prices-form .prices-btn-mobile{
		display:block;
	}
	.prices-section .prices-form .form{
		display:none;
	}
}


/*include-exclude*/

.inc-exc-block{
	padding:60px 0;
}
.inc-exc-block.two-columns {

}
.inc-exc-block .head-block,
.inc-exc-block .body-block{
	display:flex;
	flex-direction:row;
	flex-wrap:nowrap;
}
.inc-exc-block.two-columns .head-block .head-block-item,
.inc-exc-block.two-columns .body-block .body-block-item{
	width:50%;
}
.inc-exc-block.two-columns .head-block .head-block-item:first-of-type,
.inc-exc-block.two-columns .body-block .body-block-item:first-of-type{
	padding-right:50px;
}
.inc-exc-block .body-block .body-block-item_value{
	padding-left:30px;
	position:relative;
	font-size:18px;
}
.inc-exc-block .body-block .body-block-item_value::before{
	content:'';
	position:absolute;
	left:0;
	top:5px;
	background:url('/local/templates/.default/components/bitrix/news.detail/catalog_custom/images/check.svg') no-repeat;
	width:18px;
	height:13px;
}
.inc-exc-block .body-block .body-block-item_value.exclude::before{
	background:url('/local/templates/.default/components/bitrix/news.detail/catalog_custom/images/cross.svg') no-repeat;
	width:14px;
	height:14px;
}
.inc-exc-block .body-block .body-block-item_title{
	color:#1DA72E;
	font-weight: 600;
	font-size: 25px;
	padding-bottom:30px;
}
.inc-exc-block .body-block .body-block-item_title.exclude{
	color:#F44336;
}
.inc-exc-block .head-block{
	display:none;
	border:1px solid #E8E8E8;
}
.inc-exc-block .head-block .head-block-item{
	text-align:center;
	padding:16px 15px 15px !important;
	font-weight: 600;
	font-size: 18px;
	line-height:1;
}
.inc-exc-block .head-block .head-block-item.active{
	background:#1DA72E;
	color:#fff;
}
@media(max-width: 991px){
	.inc-exc-block .head-block{
		display:flex;
	}
	.inc-exc-block .body-block{
		border:1px solid #E8E8E8;
		margin-top: -1px;
		background:#F4FBF5;
	}
	.inc-exc-block .body-block .body-block-item_title{
		display:none;
	}
	.inc-exc-block.two-columns .body-block .body-block-item{
		width:100%;
		display:none;
		padding:15px !important;
	}
	.inc-exc-block.two-columns .body-block .body-block-item.active{
		display:block;
	}
}
@media(max-width: 600px){
	.inc-exc-block .body-block .body-block-item_value{
		font-size:14px;
	}
}

/*DATES-PRICES BLOCK*/

.date-prices-block{
	padding:60px 0;
}
.date-prices-title{
	font-weight: 600;
	font-size: 30px;
	padding-bottom:60px;
}
.date-prices-items .date-prices-item{
	padding:25px 0;
	display:flex;
	flex-direction:row;
	flex-wrap:nowrap;
	align-items:center;
	justify-content: space-between;
	border-top:1px solid #E8E8E8;
}
.date-prices-items .date-prices-item:last-of-type{
	border-bottom:1px solid #E8E8E8;
}
.date-prices-items .date-prices-item .date-prices-item_name{
	font-size:22px;
	width:30%;
}
.date-prices-items .date-prices-item .date-prices-item_price{
	font-size:18px;
	color:#1DA72E;
	font-weight: 600;
	width:200px;
}
.date-prices-items .date-prices-item .date-prices-item_count{
	font-size:18px;
	width:150px;
}
.date-prices-items .date-prices-item .date-prices-item_price>.old{
	display:block;
	color:#999;
	text-decoration: line-through;
	font-size:13px;
    line-height: 1;
	margin-top: -13px;
}
.date-prices-tinkoff{
	max-width:157px;
}
@media(max-width: 991px){
	.date-prices-block{
		padding-top:0px;
	}
	.date-prices-items .date-prices-item{
		flex-wrap:wrap;
	}
	.date-prices-items .date-prices-item>div{
		width:100% !important;
	}
	.date-prices-items .date-prices-item .date-prices-item_name{
		text-align:center;
		font-size:18px;
	}
	.date-prices-items .date-prices-item .date-prices-item_price{
		text-align:center;
		font-size:16px;
	}
	.date-prices-items .date-prices-item .date-prices-item_count{
		text-align:center;
		font-size:16px;
	}
	.date-prices-items .date-prices-item .date-prices-item_btn span{
		width:100%;
	}
	.date-prices-items .date-prices-item .date-prices-item_price>.old{
		margin-top: 7px;
	}
	.date-prices-tinkoff{
		max-width:290px;
	}
}


/*GALLERY BIG && VIDEO*/

.gallery-big-wrapper,
.gallery-video-wrapper{
	padding-bottom:60px;
}
.gallery-big-wrapper-inner,
.gallery-video-wrapper-inner{
	position:relative;
}
.gallery-big-wrapper .gallery-big-title,
.gallery-video-wrapper .gallery-video-title{
	font-size:30px;
	font-weight:600;
	padding-bottom:60px;
}
.gallery-big-wrapper .gallery-big-swiper,
.gallery-video-wrapper .gallery-video-swiper{
	padding-bottom:15px;
}
.gallery-big-wrapper .swiper-slide img,
.gallery-video-wrapper .swiper-slide{
	border:3px solid #777;
	border-radius:3px;
}
.gallery-big-wrapper .swiper-slide{
	text-align:center;
}


/*USEFULL INFO*/

.usefull-info-block{
	padding:60px 0;
}
.usefull-info-title{
	padding-bottom:60px;
	font-size:30px;
	font-weight:600;
}
.usefull-info-items{
	display:flex;
	flex-direction:row;
	flex-wrap:wrap;
	align-items:baseline;
	justify-content:flex-start;
}
.usefull-info-items .usefull-info-item{
	width:25%;
	text-align: center;
    padding: 0 15px 30px;
	cursor:pointer;
}
.usefull-info-items .usefull-info-item .usefull-info-item_title{
	font-weight: 500;
	font-size: 22px;
	text-decoration:underline;
	color:#000;
	margin-top:15px;
}
.usefull-info-items .usefull-info-item:hover .usefull-info-item_title{
	color:#1DA72E;
}
.usefull-info-items .usefull-info-item .usefull-info-item_image img{
	height:70px;
}
@media(max-width: 991px){
	.usefull-info-items .usefull-info-item{
		width:33.333%;
	}
}
@media(max-width: 767px){
	.usefull-info-items .usefull-info-item{
		width:50%;
	}
	.usefull-info-items .usefull-info-item .usefull-info-item_title{
		font-size:14px;
	    margin-top: 0;
	}
	.usefull-info-items .usefull-info-item .usefull-info-item_image img{
		height:50px;
	}
	.usefull-info-block {
		padding: 40px 0;
	}
}


/*REWIEVS*/

.reviews-block .reviews-title{
	font-weight:600;
	font-size:30px;
	padding-bottom: 20px;
}
.reviews-block .add-review-btn{
	text-align:center;
}

.reviews-block .none_reviews_tur {
    text-align: center;
    margin-bottom: 40px;
}


/*RECOMENDED*/

.recomended-tours .catalog.item-views.front .flexslider .item .image img, .catalog.item-views.table .flexslider .slides>li .image img{
	height:100%;
	width:100%;
}
.recomended-tours h3{
	font-weight: 600;
    font-size: 30px;
	margin: 50px 0 !important;
}
.recomended-tours .hidden-block{
	-display:none;
}
.recomended-tours .rolldown .text{
	display:inline-block !important;
}
.recomended-tours .catalog.item-views.front .flexslider .flex-direction-nav a{
	width:60px !important;
    height:60px !important;
    border:1px solid #E8E8E8;
    background:#fff;
    border-radius:50%;
}
.recomended-tours .catalog.item-views.front .flexslider .flex-direction-nav a::before{
	content:'' !important;
    background:url('/local/templates/.default/components/bitrix/news.detail/catalog_custom/images/arrow.svg');
    width: 30px;
    height: 20px;
    top: 25px;
    left: 16px;
}
.recomended-tours .catalog.item-views.front .flexslider .flex-direction-nav a.flex-next::before{
	transform: rotate(180deg);
}
.recomended-tours .catalog.item-views.front .flexslider .flex-direction-nav a:hover{
	border:1px solid #1DA72E;
    background:#1DA72E;
}
.recomended-tours .catalog.item-views.front .flexslider .flex-direction-nav a:hover::before{
	background-image:url('/local/templates/.default/components/bitrix/news.detail/catalog_custom/images/arrow-w.svg');
}

@media(min-width:992px){
	.recomended-tours .props_list{
		display:none;
	}
}
@media(min-width: 1600px){
	.recomended-tours .catalog.item-views.front .flexslider .flex-direction-nav a.flex-next{
		right:-50px !important;
	}
	.recomended-tours .catalog.item-views.front .flexslider .flex-direction-nav a.flex-prev{
		left:-50px !important;
	}
}
@media(max-width: 1599px){
	.recomended-tours .catalog.item-views.front .flexslider .flex-direction-nav a.flex-next{
		right:16px !important;
	}
	.recomended-tours .catalog.item-views.front .flexslider .flex-direction-nav a.flex-prev{
		left:16px !important;
	}
}
@media(max-width: 1280px){
	.recomended-tours .catalog.item-views.front .flexslider .flex-direction-nav a{
		width:40px !important;
		height:40px !important;
	}
	.recomended-tours .catalog.item-views.front .flexslider .flex-direction-nav a::before{
		width: 20px;
        height: 13px;
        background-repeat: no-repeat;
        background-size: contain;
		top: 19px;
    	left: 12px;
	}
}
@media(max-width:991px){
	.recomended-tours .catalog.item-views.front .flexslider .flex-direction-nav a{
		opacity:.5;
	}

	
}

@media(max-width:750px){
	.programm-wrapper > .swiper-button-next, .programm-wrapper > .swiper-button-prev{
		display: none !important;
	}

}


.additional_text{
	margin: 80px 0;
}


/**/

.price .economy{
    display: inline-flex;
    border: 1px solid #e4e4e4    ;
    padding: 0px;
    margin: 0px;
    margin-top: 5px;
	align-items: center;
}

.price .economy .value{
    border-left: 1px solid #e4e4e4;
    background: #fedd2c;
    font-weight: 500;
	font-size: 20px;
}

.price .economy > div{
    display: inline-block;
    text-align: center;
    padding: 0px 5px;
}

.price .economy .title {
    font-size: 10px;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 500;
	vertical-align: middle;
}

.price .economy .percent {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 500;
}

.price .price_new{
    font-size: 1.3333em;
	display: inline-block;
}

.price .price_old{
    font-size: 0.9667em;
}

.price .price_old{
    display: inline-block !important;
    font-weight: 500;
    line-height: 20px;
}

.top-descriprion .price_old .price_val {
    color: #999;
    text-decoration: line-through;
    font-size: 26px;
    vertical-align: top;
    font-weight: 400;
}

@media(max-width: 500px){
    .price .economy .title {
        display: none;
    }
}

.price-btn-block .container_adaptive_price {
    display: flex;
    align-items: inherit;
}

.faq-title, .online_map-title{
	font-weight: 600;
    font-size: 30px;
    padding-bottom: 20px;
}

.faq-block, .online_map{
	margin-top: 60px;
}


/* End */
/* /bitrix/templates/aspro-priority/components/bitrix/news/catalog_custom/style.css?1752554774584 */
/* /local/templates/.default/components/bitrix/news.detail/catalog_custom/style.css?175335623829625 */
