

/* Start:/local/templates/m24941/components/bitrix/system.pagenavigation/.default/style.css?1789061884615*/

.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/tours/bitrix/news.list/tours/style.css?17890618846112*/
.tours-item-img {
	width: 35%;
	background-size: cover;
	background-position: center;
}

.tours-item-info {
	width: 65%;
	padding: 30px 30px 30px 30px;
}

.tours-item {
	border-radius: 20px;
	background: rgb(241, 241, 241);
	margin-bottom: 35px;
}

.tours-item-info-left {
	width: 63%;
	display: flex;
	flex-flow: row wrap;
}
.tours-item-info-right {
	width: 37%;
	padding-top: 32px;
	position: relative;
}

.tours-item-file {
	border-radius: 10px;
	background: rgb(253, 253, 253) url("/local/templates/m24941/components/bitrix/news/tours/bitrix/news.list/tours/img/share.svg") center no-repeat;
	width: 30px;
	height: 28px;
	position: absolute;
	right: 0;
	top: 0;
}

.tours-item-name {
	font-size: 24px;
	font-weight: 700;
	line-height: 24px;
	margin-bottom: 13px;
	text-decoration: none;
	display: inline-block;
}

.tours-item-name span {
	color: rgb(253, 253, 253);
	font-size: 18px;
	font-weight: 500;
	border-radius: 20px;
	background: rgb(36, 36, 36);
	display: inline-block;
	padding: 0 10px;
	margin-right: 10px;
	top: -3px;
	position: relative;
}

.tours-item-program-item {
	display: flex;
	flex-flow: row wrap;
	font-size: 12px;
	font-weight: 400;
	line-height: 12px;
	color: rgb(36, 36, 36);

}

.tours-item-program-item > .gray_little {
	position: relative;
	padding-right: 12px;
	padding-bottom: 2px;
}

.tours-item-program-item > .gray_little:before {
	content: '';
	position: absolute;
	width: 4px;
	height: 11px;
	top: 0;
	right: 4px;
	background: url("/local/templates/m24941/components/bitrix/news/tours/bitrix/news.list/tours/img/ar.svg") center center no-repeat;
}

.tours-item-program-item > .gray_little:last-child:before {
	display: none;
}
.tours-item.hide {
	display: none;
}
.tours-item-text {
	font-size: 14px;
	font-weight: 700;
	line-height: 14px;
	margin-bottom: 9px;
}

.tours-item-program-item {
	padding-bottom: 7px;
	position: relative;
	padding-left: 19px;
}

.tours-item-program {
	counter-reset: program;
}

.tours-item-program-item:before {
	counter-increment: program;
	content: counter(program);
	text-align: center;
	background: rgb(36, 36, 36);
	border-radius: 50%;
	/*display: flex;*/
	/*align-items: center;*/
	/*justify-content: center;*/
	box-sizing: border-box;
	position: absolute;
	left: 0;
	top: 0;
	color: rgb(253, 253, 253);
	font-size: 10px;
	font-weight: 400;
	line-height: 13px;
	width: 12px;
	height: 12px;
	z-index: 3;
}

.tours-item-program-item:after {
	content: '';
	position: absolute;
	left: 5.5px;
	width: 1px;
	top: 0;
	bottom: 0;
	background: rgb(36, 36, 36);
}

.tours-item-program-item:last-child:after {
	display: none;
}

.tours-item-tags {
	display: flex;
	flex-flow: row wrap;
	margin-top: auto;
}

.tours-item-tags-item {
	border-radius: 20px;
	background: rgb(253, 253, 253);
	padding: 0px 7px 0px 7px;
	font-size: 12px;
	font-weight: 400;
	line-height: 24px;
	margin-right: 4px;
	margin-bottom: 4px;
}

.tours-item-tags-item.tink {
	background: rgb(255, 221, 45);
}

.tours-item-tags-item.tink img {
	margin-bottom: -3px;
	margin-right: 6px;
}

.tours-item-img {
	border-radius: 20px;
	overflow: hidden;
}

.tours-item-dates {
	border-radius: 10px;
	padding: 15px 20px;
	background: rgb(253, 253, 253);
	display: flex;
	margin-bottom: 25px;
}
.tours-item-dates .slick-prev:before,
.tours-item-dates .slick-prev {
	width: 18px;
	height: 18px;
	background-image: url("/local/templates/m24941/components/bitrix/news/tours/bitrix/news.list/tours/img/arr.svg");
	background-position-x: 8px;

}
.tours-item-dates .slick-next:before,
.tours-item-dates .slick-next {
	width: 18px;
	height: 18px;
	background-image: url("/local/templates/m24941/components/bitrix/news/tours/bitrix/news.list/tours/img/arr.svg");
	background-position-x: 8px;
}

.tours-item-dates .slick-list {
	width: calc(100% - 36px);
}

.tours-item-dates-item p {
	font-size: 12px;
	font-weight: 700;
	line-height: 12px;
	margin: 0 0 6px;
}

.tours-item-dates-item {
	font-size: 12px;
	font-weight: 400;
	line-height: 15px;
}

.tours-price-block {
	font-size: 18px;
	font-weight: 700;
	line-height: 18px;
	margin-bottom: 13px;
}

.tours-item-price-sale {
	color: rgb(15, 117, 78);
	margin-right: 8px;
}

.tours-item-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;
}

.tours-price-block img {
	margin-left: auto;
}

.tour-btn-block .pink-btn {
	border-radius: 10px;
	width: calc(100% - 110px);
	margin-left: 10px;
	height: 40px;
	text-align: center;
	font-size: 14px;
	font-weight: 500;
	line-height: 24px;
	padding: 9px;
}
.tour-btn-block .gray-btn {
	width: 100px;
	height: 40px;
	padding: 9px;
	text-align: center;
}

.tour-btn-block .pink-btn .inline-svg-icon.arr {
	width: 14px;
	height: 14px;
	margin-bottom: -2px
}

.tours-list {
	position: relative;
	/*padding-top: 80px;*/
}

.tours-types {
	/*position: absolute;*/
	/*left: 0;*/
	/*right: 0;*/
	/*top: 10px;*/
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 18px;
	font-weight: 400;
	margin: 20px 0 40px;
	line-height: 28px;
}

.tours-types-item {
	cursor: pointer;
	padding: 0 20px;
	position: relative;
}
.tours-types-item.active {
	font-weight: 700;
}

.tours-types-item:before {
	content: '';
	width: 3px;
	height: 3px;
	background: rgb(217, 217, 217);
	border-radius: 50%;
	position: absolute;
	right: -1.5px;
	top: calc(50% - 1.5px);

}

.tours-types-item:last-child:before {
	display: none;
}

.tours {
    margin: 0 0 90px 0;
}

@media (max-width: 768px) {
	.tours-item-img {
		width: 100%;
		padding-top: 70%;
	}
	.tours-item-name span {
		font-size: 16px;
		line-height: 24px;
	}
	.tours-item-info {
		width: 100%;
		padding: 20px;
	}
	.tours-item-file{
		display: none;
	}
	.tours-item-tags.mobile {
		display: flex!important;
		margin-bottom: 20px;
	}
	.tours-item{
		margin-bottom: 25px;
	}
	.tours-item-program {
		overflow: auto;
	}
	.tours-item-name {
		font-size: 18px;
		font-weight: 700;
		line-height: 18px;
	}
	.tours-item-program-item {
		white-space: nowrap;
	}
	.tours-item-info-left {
		width: 100%;
	}
	.tours-item-info-right {
		width: 100%;
		padding-top: 20px;
	}
	.tours-types {
		flex-flow: row wrap;
	}

	.tours-types-item {
		margin-bottom: 10px;
		font-size: 14px;
		padding: 2px 15px;
		border: 1px solid #d1d1d1;
		border-radius: 23px;
		margin-right: 10px;
	}
	.tours-types-item:before {
		display: none;
	}
}
/* End */


/* Start:/local/libs/css/slick.css?17890618831758*/
/* 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?17890618832929*/
@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 */
/* /local/templates/m24941/components/bitrix/system.pagenavigation/.default/style.css?1789061884615 */
/* /local/templates/m24941/components/bitrix/news/tours/bitrix/news.list/tours/style.css?17890618846112 */
/* /local/libs/css/slick.css?17890618831758 */
/* /local/libs/css/slick-theme.css?17890618832929 */
