

/* 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.list/slider/style.css?17890618842469*/
.slider-item {
	width: 100%;
	height: calc(100vh - 100px);
	background-size: cover;
	background-position: center;
}

.slider {
	margin: 0 10px;
	border-radius: 30px;
	overflow: hidden;
	position: relative;
}

.slider-info {
	background: url("/local/templates/m24941/components/bitrix/news.list/slider/img/n.svg") center 50px no-repeat;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: center;
}

.slider .slick-dotted.slick-slider {
margin-bottom: 0;
}
.slider .slick-slide > div ,
.slider .slick-track {
	display: flex;
}

.inline-svg-icon.arr {
	width: 24px;
	height: 24px;
	margin-bottom: -6px;
}

.slider-info p {
	font-size: 30px;
	font-weight: 400;
	line-height: 30px;
	margin: 12px 0 44px;
}

.slider-white {
	border-radius: 20px;
	background: url("/local/templates/m24941/components/bitrix/news.list/slider/img/w.svg");
	position: relative;
	padding-right: 74px;
	background-size: 100% 100%;
}

.slider-white-info {
	padding: 30px 30px 27px 18px;
	max-width: 428px;
}
.slider-white-sale {
	font-size: 24px;
	font-weight: 700;
	line-height: 24px;
	letter-spacing: 0%;
	text-align: left;
	text-transform: uppercase;
	margin-bottom: 8px;
}

.slider-white-sale span {
	border-radius: 12.5px;
	background: rgb(205, 255, 142);
	display: inline-block;
	padding: 0 4px;
	margin-left: 5px;
}

.slider-white-text {
	font-size: 18px;
	font-weight: 400;
	line-height: 24px;
	margin-bottom: 17px;
	letter-spacing: 0%;
}

.slider {
	margin-bottom: 43px;
}
.slider .slick-dots{
	z-index: 10;
}

@media (max-width: 768px) {
	.slider-info {
		background: none;
		padding: 20px 5px 0;
	}
	.slider-info h1 {
		margin-bottom: 6px;
	}
	.slider-info p {
		font-size: 20px;
		font-weight: 400;
		line-height: 20px;
	}

	.slider-info {
		align-items: flex-start;
	}
	.slider-info .maxwidth {
		margin-top: 0;
	}
	.slider-white img {
		margin-left: -10px;
		max-width: 100px;
	}
	.slider-white {
		background: none;
		position: absolute;
		top: 100%;
		align-items: flex-start;
		padding-top: 25px;
		padding-right: 0;
		left: 0;
	}
	.slider {
		border-radius: 0;
		overflow: visible;
		margin-bottom: 230px;
	}
	.slider-white-text {
		font-size: 16px;
	}
	.slider-white .pink-btn {
		width: calc(100% + 110px);
		margin-left: -95px;
		display: inline-block;
		box-sizing: border-box;
	}
	.slider-white-info {
		padding: 8px 3px 8px 4px;
		width: calc(100% - 100px);
	}
	.slider .slick-dots {
		text-align: center;
	}
	.slider-list {
		overflow: hidden;
		border-radius: 20px;
	}
	.slider-item {
		max-height: 400px;
	}
}
/* 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 */


/* Start:/local/templates/m24941/components/bitrix/news.detail/road/style.css?17890618834293*/
.road {
	position: relative;
	margin-bottom: 60px;

}

.road-back {
	position: absolute;
	left: 10px;
	right: 10px;
	top: 0;
	bottom: 0;
	border-radius: 30px;
	background: rgb(222, 216, 208);
}

.road-back-left {
	width: 70%;
}

.road-back-right {
	width: 30%;
	border-radius: 30px;
	overflow: hidden;
	background-position: center;
	background-size: cover;
	display: flex;
	align-items: flex-end;
	position: relative;
}
.road-back-right:before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 50%;
	border-radius: 0px 0px 30px 30px;
	background: linear-gradient(0.00deg, rgb(0, 0, 0),rgba(0, 0, 0, 0) 90.824%);
}
.road-back-right-info {
	margin-top: auto;
	width: 100%;
	color: rgb(253, 253, 253);
	position: relative;
	z-index: 2;
	padding: 50px 50px 53px;
}

.road-info-left {
	width: 65%;
	position: relative;
	z-index: 3;
}

.road-info-left:before {
	content: '';
	position: absolute;
	width: 231px;
	height: 197px;
	background: url("/local/templates/m24941/components/bitrix/news.detail/road/img/2.svg") center no-repeat;
	bottom: -23px;
	left: 20%;
}
.road-info-left > * {
	z-index: 2;
	position: relative;
}
.road-back-right-name {
	font-family: Angry, Arial;
	font-size: 24px;
	font-weight: 400;
	line-height: 26px;
	letter-spacing: 0%;

}
.road-back-right-post {
	font-size: 18px;
	font-weight: 400;
	line-height: 28px;
	letter-spacing: 0%;
	text-align: left;
	margin-bottom: 22px;
}

.road-phone a {
	color: rgb(253, 253, 253);
	font-size: 24px;
	font-weight: 700;
	line-height: 28px;
	letter-spacing: 0%;
	text-decoration: none;
}
.road-phone a:hover {
	color: rgba(253, 253, 253, 0.8);
	text-decoration: none;
}
.road-socnet.header-socnet a {
	width: 38px;
	height: 38px;
	margin-right: 10px;
}

.road-socnet.header-socnet a:last-child {
	margin-right: 0;
}

.road-back-left {
	background: url("/local/templates/m24941/components/bitrix/news.detail/road/img/1.png") top right no-repeat;
	margin-top: -10px;
}

.road-info-left {
	padding-top: 67px;
	padding-bottom: 40px;
	padding-right: 35px;
}

.road-info-text {
	font-size: 18px;
	line-height: 28px;
	letter-spacing: 0%;
	margin-bottom: 37px;
}

.road-info-adv-list {
	display: flex;
	flex-flow: row wrap;
}

.road-info-adv {
	margin-bottom: 25px;
	display: flex;
	flex-flow: row wrap;
	width: 50%;
	padding-right: 30px;
}
.road-info-adv p {
	width: calc(100% - 44px);
	font-size: 18px;
	font-weight: 400;
	line-height: 20px;
	letter-spacing: 0%;
	padding-left: 12px;
	box-sizing: border-box;
	margin: auto 0;
}
.road-info-adv-img {
	border-radius: 10px;
	background: rgb(253, 253, 253);
	width: 44px;
	height: 44px;
	display: flex;
	justify-content: center;
	align-items: center;
}


.road .pink-btn {
	padding: 15px 120px 15px 120px;
}

@media (max-width: 768px) {
	.road-back-right {
		width: 100%;
		border-radius: 20px;
		padding-top: 100%;
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		background-position-y: 25%;
	}
	.road-info-left {
		padding-top: 0;
		padding-bottom: 40px;
		padding-right: 0;
		width: 100%;
		padding: 20px;
		background-size: 100% auto;
		background: url("/local/templates/m24941/components/bitrix/news.detail/road/img/1.png") center top no-repeat;
	}
	.road-info {
		padding-top: 100%;
	}
	.road-back-right-info {
		position: absolute;
		left: 0;
		right: 0;
		bottom: 0;
		padding: 20px;

	}
	.road-socnet.header-socnet {
		display: block;
		width: 60px;
		height: 130px;
		position: absolute;
		right: 20px;
		z-index: 4;
		bottom: 20px;
	}
	.road-socnet.header-socnet a {
		width: 60px;
		height: 60px;
		margin-right: 0;
		display: block;
		margin-bottom: 10px;
		background-size: 50%;
		background-position-x: 16px;
	}
	.road-socnet.header-socnet a:last-child {
		 margin-bottom: 0;
		background-size: 50%;
		background-position-x: 12px;
	 }
	.road-back{
		left: 0;
		right: 0;
	}
	.road-back-right-name {
		font-size: 18px;
		line-height: 20px;
	}
	.road-phone a {
		font-size: 18px;
		line-height: 28px;
	}
	.road-back-left {
		display: none;
	}
	.road {
		position: relative;
		width: calc(100% - 20px);
		margin: 0 10px 40px;
	}
	.road-back-right-post{
		font-size: 14px;
		line-height: 18px;
		margin-bottom: 16px;
	}
	.road-info-adv {
		margin-bottom: 15px;
		display: flex;
		flex-flow: row wrap;
		width: 100%;
		padding-right: 0;
	}
	.road-info-adv p {
		font-size: 14px;
	}
	.road-info-text {
		font-size: 14px;
		line-height: 28px;
	}
	.road-info .maxwidth {
		padding: 0;
	}
	.road-info-left:before{
		display: none;
	}
}
/* End */


/* Start:/local/templates/m24941/components/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.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.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.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.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/templates/m24941/components/bitrix/news.detail/banner/style.css?17890618832040*/
.dream {
	margin: 90px 10px 76px;
	border-radius: 30px;
	background: rgb(81, 79, 77) url("/local/templates/m24941/components/bitrix/news.detail/banner/img/fon.png") center no-repeat;
	background-size: cover;
	color: rgb(253, 253, 253);
	position: relative;
}

.dream-text {
	font-size: 18px;
	font-weight: 400;
	line-height: 28px;
	margin-bottom: 32px;
}

.dream-img {
	position: absolute;
	right: 0;
	top: -15px;
	bottom: -15px;
	max-width: 30%;
}

.dream-img img {
	max-height: 100%;
	max-width: 100%;
}

.dream-block-left {
	padding: 85px 0;
	width: 83%;
}
.dream-block-left .h2 {
	margin-bottom: 25px;
}
.dream-block-left .h2 span {
	display: inline-block;
	width: 50px;
	height: 50px;
	background: url("/local/templates/m24941/components/bitrix/news.detail/banner/img/f.png") center no-repeat;
	margin-bottom: -4px;
}

.dream-block-left .pink-btn {
	padding: 15px 120px 15px 120px;
}

.dream-socnet.header-socnet a {
	width: 60px;
	height: 60px;
	background-size: 50%;
	background-position-x: 16px;
}

.dream-socnet.header-socnet a.telegram {
	background-size: 50%;
	background-position-x: 12px;
}

.dream-btns {
	margin-bottom: 20px;
}

.dream-add-text {
	color: rgb(164, 164, 164);
	font-size: 14px;
	font-weight: 400;
	line-height: 15px;
	padding-left: 10px;
}

@media (max-width: 768px) {
	.dream-block-left {
		padding: 64px 0 38px;
		width: 100%;
	}
	.dream-img {
		width: 100%;
		max-width: 100%;
		display: block;
		position: relative;
		left: 0;
		right: 0;
		bottom: auto;
		top: 0;
		text-align: center;
	}
	.dream-block-left .pink-btn {
		padding: 15px 10px 15px 10px;
		width: 100%;
	}
	.dream-img img {
		margin: auto;
	}
	.dream-text {
		font-size: 14px;
	}
	.dream-block-left .h2 {
		margin-bottom: 25px;
		max-width: 80%;
	}
	.dream-block-left .h2 span {
		width: 26px;
		height: 26px;
		background-size: 100%;
	}
	.dream-add-text {
		font-size: 12px;
		width: calc(100% - 83px);
	}
	.dream {
		border-radius: 20px;
		margin-top: 70px;
		margin-bottom: 50px;
	}
	.dream-block-left:before {
		content: '';
		position: absolute;
		width: 101px;
		height: 86px;
		right: 0;
		top: -40px;
		background: url("/local/templates/m24941/components/bitrix/news.detail/banner/img/mob.png") center no-repeat;
	}
}
/* End */


/* Start:/local/templates/m24941/components/bitrix/news.list/individ/style.css?17890618832211*/
.individual-item {
	border-radius: 30px;
	height: 440px;
	background-size: cover;
	background-position: center;
	position: relative;
	width: 60%;
}

.individual-item:nth-child(2n) {
	width: calc(40% - 53px);
	margin-left: 35px;
	height: 600px;
}

.individual .h2 {
	width: 60%;
	height: 0;
}

.individual-item:before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 60%;
	border-radius: 0px 0px 30px 30px;
	background: linear-gradient(0.00deg, rgb(0, 0, 0),rgba(0, 0, 0, 0) 90.824%);
}

.individual-item-info {
	color: rgb(253, 253, 253);
	position: absolute;
	top: 40px;
	left: 30px;
	font-size: 18px;
	font-weight: 400;
	line-height: 18px;
}

.individual-item-name {
	font-size: 24px;
	font-weight: 700;
	line-height: 24px;
	margin-bottom: 10px;
}

.individual-item-btn {
	position: absolute;
	bottom: 32px;
	left: 30px;
	right: 32px;
	z-index: 4;
}

.individual-item-btn.w-loc {
	display: flex;
	align-items: center;
}

.individual-item-loc {
	width: calc(50% - 33px);
	margin-left: 33px;
	position: relative;
	padding-left: 48px;
	color: rgb(253, 253, 253);
	font-size: 18px;
	font-weight: 400;
	line-height: 20px;
}

.individual-item-loc:before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 36px;
	height: 36px;
	background: url("/local/templates/m24941/components/bitrix/news.list/individ/img/icon.svg") center no-repeat;
}

.individual-item-btn.w-loc .pink-btn {
	width: 50%;
}

.individual {
	margin: 76px 0 90px;
}

@media (max-width: 768px){
	.individual-item {
		border-radius: 20px;
		height: 375px;
		width: 100%;
		margin-bottom: 20px;
	}
	.individual .h2 {
		width: 100%;
		height: auto;
	}
	.individual {
		margin: 46px 0 40px;
	}
	.individual-item-loc{
		display: none;
	}
	.individual-item-name {
		font-size: 18px;
		margin-bottom: 8px;
	}
	.individual-item-info {

		 top: 30px;
		 left: 20px;
		 font-size: 14px;
	 }
.individual-item:before {
	border-radius: 0px 0px 20px 20px;
}
.individual-item-btn.w-loc .pink-btn {
	width: 100%;
}
	.individual-item:nth-child(2n) {
		width: 100%;
		margin-left: 0;
		height: 375px;
		margin-bottom: 0;
	}
}
/* End */


/* Start:/local/templates/m24941/components/bitrix/news.detail/photo/style.css?17890618833140*/
.gallery-list {
	display: flex;
	flex-flow: row wrap;
	overflow: hidden;
	border-radius: 30px;
}
.gallery-item.hide {
	display: none;
}
.gallery-item {
	width: 25%;
	padding-top: 300px;
	background-size: cover;
	position: relative;
	background-position: center;
}
.gallery-item.big {
	width: 40%;
	padding-top: 600px;
}
.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;
}

.video-play {
	position: absolute;
	width: 90px;
	height: 90px;
	background: rgb(253, 253, 253);
	border-radius: 50%;
	left: calc(50% - 45px);
	top: calc(50% - 45px);
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}

.video-play .play {
	fill: rgb(255, 176, 142);
	width: 22.75px;
	height: 25.66px;
}

.video-play .play:hover {
	fill: #F2946B;
}

.gallery {
	border-radius: 30px 30px 0 0;
	background: rgb(222, 216, 208) url("/local/templates/m24941/components/bitrix/news.detail/photo/img/back.png") bottom center no-repeat;
	padding-top: 80px;
}

.gallery-list {
	margin-top: 44px;
}

.gallery-bottom {
	text-align: center;
}

.gallery-bottom {
	font-size: 24px;
	font-weight: 700;
	line-height: 34px;
	margin: 74px auto 0;
	max-width: 65%;
	padding-bottom: 120px;
}
.gallery-bottom p {
	margin: 0 0 22px;
}
.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;
}
.gallery-bottom {
	position: relative;
}
.gallery-bottom:before {
	content: '';
	position: absolute;
	width: 343px;
	height: 59px;
	right: -50px;
	bottom: 0;
	background: url("/local/templates/m24941/components/bitrix/news.detail/photo/img/text.svg") center no-repeat;
}

@media (max-width: 768px) {
	.gallery-bottom:before {
		width: 257px;
		background: url("/local/templates/m24941/components/bitrix/news.detail/photo/img/text-mob.svg") center no-repeat;
		right: 0;
		bottom: 17%;
	}
	.gallery {
		padding-top: 30px;
	}
	.gallery-bottom {
		font-size: 18px;
		margin: 0 auto 0;
		padding-bottom: 40vw;
		padding-top: 54px;
		width: 100%;
		max-width:100%;

	}
	.gallery{
		background-image: url("/local/templates/m24941/components/bitrix/news.detail/photo/img/back-m.png");
		background-size: 100% auto;
	}
	.gallery-item {
		width: 100%;
		padding-top: 0;
		border-radius: 20px;
		overflow: hidden;
	}
	.gallery .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 .slick-prev {
		left: 20px;
		width: 28px;
		height: 28px;
		position: absolute;
		top: calc(50% - 14px);
		z-index: 4;
	}
	.black-btn{
		width: 100%;
	}
	.gallery .slick-prev:before, .gallery .slick-next:before {
		width: 28px;
		height: 28px;
		background-color: rgb(253, 253, 253);
		background-image: url(/local/templates/m24941/components/bitrix/news.detail/photo/img/arr.svg);
		background-position-x: 12px;
	}
}
/* End */


/* Start:/local/templates/m24941/components/bitrix/news.list/locations/style.css?17890618831603*/
.location .h2 {
	margin-top: 0;
	margin-bottom: 40px;
}

.location {
	background: rgb(222, 216, 208);
	padding: 120px 0 80px;
	overflow: hidden;

}

.location-item-name {
	text-align: center;
	font-size: 24px;
	font-weight: 400;
	line-height: 24px;
	margin-top: 20px;
}

.location .slick-slider .slick-track {
	display: flex;
	flex-flow: row wrap;
	align-items: flex-end;
}

.location-item {
	padding: 2px;
}

.location-item-img {
	border-radius: 30px;
	background-size: cover;
	background-position: center;
	padding-top: 90%;
	width: 315px;
}

.slick-slide:nth-child(2n-1) .location-item-img {
	padding-top: 120%;
}

.location-list.slick-slider .slick-list,
.location-list {
	overflow: visible;
}

.location-list {
	position: relative;
}

.location-list .slick-prev{
	position: absolute;
	right: 60px;
	top: -105px;
}

.location-list  .slick-next {
	position: absolute;
	right: 0;
	top: -105px;
}

.location .maxwidth-fhd {
	padding: 0 15px;
}

@media (max-width: 768px) {
	.location .h2 {
		width: calc(100% - 110px);
	}
	.location-item-img {
		width: 100%;
	}
	.location-list .slick-next {
		top: -90px;
		right: calc(-20% - 25px);
	}
	.location-list .slick-prev {
		position: absolute;
		top: -90px;
		right: calc(-20% + 25px);
	}
	.location-item {
		padding: 5px;
	}
	.location-item-name {
		font-size: 18px;
		font-weight: 400;
		line-height: 18px;
	}
	.location-list {
		width: 80%;
		margin-left: -5px;
	}
	.location-item img {
		border-radius: 20px;
	}
	.location{
		padding: 60px 0 40px;
	}
}
/* End */


/* Start:/local/templates/m24941/components/bitrix/news.list/team/style.css?17890618841710*/
.team {
	background: rgb(222, 216, 208);
	padding: 0 0 120px;
}

.team .h3 {
	margin-top: 0;
	margin-bottom: 15px;
}

.team-block {
	margin: 0 10px;
	border-radius: 30px;
	background: rgb(253, 253, 253);
	padding: 70px 0 54px;
}

.team-block .slick-next {
	position: absolute;
	right: 0;
	top: -105px;
}
.team-list {
	position: relative;
}
.team-block .slick-prev {
	position: absolute;
	right: 60px;
	top: -105px;
}

.team .desc {
	font-size: 18px;
	font-weight: 400;
	line-height: 28px;
	margin-bottom: 40px;
}

.team-name {
	font-family: Angry, Arial;
	font-size: 24px;
	font-weight: 400;
	line-height: 26px;
	margin: 23px 0 5px;
}

.team-text {
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	margin-bottom: 21px;
}

.team-item-img {
	border-radius: 20px;
	background-position: center;
	background-size: cover;
	padding-top: 72%;
}

.team-item {
	padding-right: 34px;
}

.team-list.slick-slider .slick-list {
	overflow: visible;
}

.team-block {
	overflow: hidden;
}

.team-exp {
	font-size: 14px;
	font-weight: 400;
	line-height: 14px;
	margin-bottom: 14px;
	padding-left: 35px;
	position: relative;
	background: url("/local/templates/m24941/components/bitrix/news.list/team/img/exp.svg") center left no-repeat;
}

.team-count {
	font-size: 14px;
	font-weight: 400;
	line-height: 14px;
	padding-left: 35px;
	position: relative;
	background: url("/local/templates/m24941/components/bitrix/news.list/team/img/count.svg") center left no-repeat;
}

@media (max-width: 768px) {
	.team-block {
		margin: 0;
		border-radius: 20px;
		padding: 45px 0;
	}
	.team .h3 {
		width: 90%;
	}
	.team .h3 br {
		display: none;
	}
	.team .desc {
		font-size: 16px;
		font-weight: 400;
		line-height: 24px;
		width: 65%;
	}
	.team-block .slick-prev {
		position: absolute;
		right: 50px;
	}

	.team-name {
		font-size: 18px;
	}
}
/* End */


/* Start:/local/templates/m24941/components/bitrix/news.list/comfort/style.css?17890618837153*/
.comfort {
	border-radius: 40px 40px 0px 0px;
	background: rgb(253, 253, 253);
	padding: 100px 0 40px;
	margin-top: -40px;
}

.comfort .h2 {
	margin-top: 0;
	margin-bottom: 15px;
}

.comfort .desc {
	font-size: 18px;
	font-weight: 400;
	line-height: 28px;
	margin-bottom: 60px;
}

.comfort-item-name {
	font-family: Angry, Arial;
	font-size: 24px;
	font-weight: 400;
	line-height: 26px;
	margin-bottom: 15px;
	padding-left: 32px;
	margin-top: 3px;
	padding-right: 32px;
}
.comfort-item {
	margin-bottom: 80px;
}
.comfort-item-text {
	color: rgb(164, 164, 164);
	font-size: 18px;
	font-weight: 400;
	line-height: 28px;
	padding-left: 32px;
	padding-right: 32px;
}

.comfort-item-left {
	border-radius: 30px;
	background: rgb(81, 79, 77) url("/local/templates/m24941/components/bitrix/news.list/comfort/img/back.svg") left top no-repeat;
	width: 44.6%;
	position: relative;
	color: #fff;
	padding-bottom: 47px;
	z-index: 3;
}

.comfort-item-right {
	width: calc(55.4% + 25px);
	margin-left: -25px;
}
.comfort-item-num {
	font-family: Angry, Arial;
	font-size: 89px;
	font-weight: 400;
	padding-top: 35px;
	padding-left: 32px;
	line-height: 98px;
	color: #413f3d;
	text-shadow: 0 0 1px #A4A4A4;
	position: absolute;
	left: 0;
	top: 0;
}

.comfort-item-left img {
	z-index: 2;
	position: relative;
	margin-top: 9px;
}

.comfort-sopr {
	padding-left: 32px;
	padding-right: 32px;
	position: relative;
	background: url("/local/templates/m24941/components/bitrix/news.list/comfort/img/line.svg") center top no-repeat;
	padding-top: 29px;
	margin-top: 30px;
}

.comfort-sopr-item {
	width: 50%;
	color: rgb(164, 164, 164);
	font-size: 14px;
	font-weight: 400;
	line-height: 14px;
	padding-left: 30px;

}
.comfort-sopr-item:first-child {
	background: url("/local/templates/m24941/components/bitrix/news.list/comfort/img/mers.svg") top left no-repeat;
}
.comfort-sopr-item:last-child {
	background: url("/local/templates/m24941/components/bitrix/news.list/comfort/img/lk.svg") top left no-repeat;
}
.comfort-sopr-item p {
	margin: 0 0 5px;
	color: rgb(253, 253, 253);
	font-size: 18px;
	font-weight: 400;
	line-height: 18px;
}

.comfort-item-left .comfort-item-line {
	margin: 0;
	position: absolute;
	left: 26%;
	top: 10%;
	z-index: 6;
}
.comfort-item-right {
	position: relative;
}
.comfort-item-green {
	position: absolute;
	font-size: 18px;
	font-weight: 400;
	line-height: 20px;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	background: url("/local/templates/m24941/components/bitrix/news.list/comfort/img/green.svg") center no-repeat;
	padding: 25px;
}

.comfort-item-slider img {
	border-radius: 30px;
}
.comfort-item-slider .slick-prev,
.comfort-item-slider .slick-next {
	width: 28px;
	height: 28px;
	position: absolute;
	top: calc(50% - 14px);
	z-index: 2;
}

.comfort-item-slider .slick-next {
	right: 30px;
}

.comfort-item-slider .slick-prev {
	left: 55px;
}
.comfort-item-slider {
	position: relative;
}
.comfort-item-slider .slick-prev:before,
.comfort-item-slider .slick-next:before {
	width: 28px;
	height: 28px;
	background-color: rgb(253, 253, 253);
	background-image: url("/local/templates/m24941/components/bitrix/news.list/comfort/img/arr.svg");
	background-position-x: 12px;
}

.comfort-item-text-r {
	font-size: 18px;
	font-weight: 400;
	line-height: 28px;
	padding-left: 90px;
	margin-bottom: 30px;
	padding-right: 90px;
}

.comfort-item-text-r p {
	margin: 30px 0 0;
	padding-left: 35px;
}

.comfort-item-text-r2 {
	font-size: 18px;
	font-weight: 700;
	line-height: 28px;
	border-radius: 30px;
	background: rgb(222, 216, 208);
	padding: 32px 52px;
	margin-left: 90px;
	position: relative;
}

.comfort-item-text-r2:before {
	content: '';
	position: absolute;
	left: -25px;
	top: 40px;
	width: 50px;
	height: 51px;
	background: url("/local/templates/m24941/components/bitrix/news.list/comfort/img/meat.png") center no-repeat;
}
.comfort-item.team {
	padding: 0;
	background: none;
}
.comfort-item-text-r2:after {
	content: '';
	position: absolute;
	right: 30px;
	top: -27px;
	width: 57px;
	height: 57px;
	background: url("/local/templates/m24941/components/bitrix/news.list/comfort/img/sup.png") center no-repeat;
}
.food .comfort-item-line {
	left: 60%;
	top: 30%;
}

.team .comfort-item-line {
	left: 50%;
	top: 20%;
}

.team .comfort-item-right img {
	border-radius: 30px;
	z-index: 2;
	position: relative;
}

.comfort-item-team {
	color: rgb(222, 216, 208);
	font-family: Angry, Arial;
	font-size: 80px;
	font-weight: 400;
	line-height: 88px;
	position: absolute;
	left: 50%;
	top: -12%;
	transform: translateX(-50%);
}

.add .comfort-item-right img {
	z-index: 5;
	position: relative;
}

.ekstrim .comfort-item-left .comfort-item-line {
	left: 65%;
	top: 27%;

}

.comfort-item-ext {
	border: 4px solid rgb(222, 216, 208);
	border-radius: 30px;
	background: rgb(253, 253, 253);
	font-size: 24px;
	font-weight: 700;
	line-height: 28px;
	padding: 39px 53px;
	margin-left: 75px;
	margin-top: -40px;
	z-index: 3;
	position: relative;
}

.comfort-item-ext-btn {
	margin-top: 24px;
}
.comfort-item-ext-btn .pink-btn {
	padding: 15px 70px 15px 70px;
	margin-right: 15px;
}

@media (max-width: 768px) {
	.comfort {
		border-radius: 20px 20px 0px 0px;
		padding: 60px 0 40px;
		margin-top: -40px;
	}
	.comfort .desc {
		font-size: 16px;
		margin-bottom: 30px;
	}
	.comfort-item-num {
		font-size: 64px;
		padding-top: 20px;
		padding-left: 20px;
	}
	.comfort-item-name {
		font-size: 18px;
		margin-bottom: 10px;
		padding-left: 20px;
		margin-top: 3px;
		padding-right: 20px;
	}
	.comfort-item-text {
		font-size: 14px;
		line-height: 24px;
		padding-left: 20px;
		padding-right: 20px;
	}
	.comfort-item-left .comfort-item-line{
		display: none;
	}
	.comfort-item-left{
		width: 100%;
		border-radius: 20px;
		background-size: 80% auto;
		padding-bottom: 20px;
	}
	.comfort-item.team,
	.comfort-item{
		border-radius: 20px;
		background: rgb(81, 79, 77);
		margin-bottom: 30px;
	}
	.comfort-item-right {
		width: 100%;
		margin-left: 0;
		padding: 0 20px;
		padding-bottom: 30px;
	}

	.comfort-sopr {
		padding-left: 20px;
		padding-right: 20px;
		padding-top: 19px;
		margin-top: 20px;
	}
	.comfort-item-slider .slick-next {
		right: -14px;
	}
	.comfort-item-slider .slick-prev {
		left: -14px;
	}
	.comfort-item-team{
		display: none;
	}
	.comfort-item-ext {
		border-radius: 20px;
		font-size: 18px;
		padding: 30px 25px;
		margin-left: 0;
		margin-top: -40px;
	}
	.comfort-item-ext-btn .pink-btn {
		padding: 15px;
		margin-right: 0;
		width: 100%;
	}
	.comfort-item .header-socnet {
		display: flex;
		justify-content: center;
		width: 100%;
		margin-top: 20px;
	}
	.comfort-item-text-r {
		font-size: 14px;
		font-weight: 400;
		line-height: 24px;
		padding-left: 0;
		margin-bottom: 30px;
		padding-right: 0;
		color: rgb(253, 253, 253);
	}
	.comfort-item-text-r p {
		margin: 20px 0 0;
		padding-left: 0;
	}
	.comfort-item-text-r2 {
		font-size: 14px;
		font-weight: 700;
		line-height: 24px;
		border-radius: 30px;
		background: rgb(222, 216, 208);
		padding: 20px 18px;
		margin-left: 0;
		position: relative;
	}
	.comfort-item-text-r2:before {
		left: auto;
		top: -17px;
		width: 40px;
		height: 40px;
		background-size: cover;
		right: 10%;
	}
	.comfort-item-text-r2:after {
		right: -30px;
		top: 14px;
	}
	.comfort-sopr-item {
		width: 100%;
		color: rgb(164, 164, 164);
		font-size: 12px;
		font-weight: 400;
		line-height: 14px;
		padding-left: 35px;
		margin-bottom: 15px;
	}
	.comfort-sopr-item p {
		margin: 0 0 5px;
		font-size: 14px;
		line-height: 13px;
	}
	.comfort-item-green {
		font-size: 14px;
		padding: 19px;
		width: 208px;
		text-align: center;
		background-size: 100% auto;
	}
}
/* End */


/* Start:/local/templates/m24941/components/bitrix/news.list/reviews/style.css?17890618843082*/
.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-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/img/arr.svg") center no-repeat;
}
.reviews {
	background: url(/local/templates/m24941/components/bitrix/news.list/reviews/img/back.png) bottom center no-repeat;
	background-position-y: 90%;
}
.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-item-top-right {
	text-align: right;
}
.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 {
		background: url("/local/templates/m24941/components/bitrix/news.list/reviews/img/bach-m.png") center bottom no-repeat;
		background-position-y: 70%;
	}
}
/* End */


/* Start:/local/templates/m24941/components/bitrix/news.list/faq/style.css?17890618832402*/
.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/system.pagenavigation/.default/style.css?1789061884615 */
/* /local/templates/m24941/components/bitrix/news.list/slider/style.css?17890618842469 */
/* /local/libs/css/slick.css?17890618831758 */
/* /local/libs/css/slick-theme.css?17890618832929 */
/* /local/templates/m24941/components/bitrix/news.detail/road/style.css?17890618834293 */
/* /local/templates/m24941/components/bitrix/news.list/tours/style.css?17890618846112 */
/* /local/templates/m24941/components/bitrix/news.detail/banner/style.css?17890618832040 */
/* /local/templates/m24941/components/bitrix/news.list/individ/style.css?17890618832211 */
/* /local/templates/m24941/components/bitrix/news.detail/photo/style.css?17890618833140 */
/* /local/templates/m24941/components/bitrix/news.list/locations/style.css?17890618831603 */
/* /local/templates/m24941/components/bitrix/news.list/team/style.css?17890618841710 */
/* /local/templates/m24941/components/bitrix/news.list/comfort/style.css?17890618837153 */
/* /local/templates/m24941/components/bitrix/news.list/reviews/style.css?17890618843082 */
/* /local/templates/m24941/components/bitrix/news.list/faq/style.css?17890618832402 */
