

/* Start:/bitrix/templates/apriori-ecom/components/bitrix/news/rent/bitrix/news.detail/rent.detail/style.css?177899814812477*/
.section {
	margin: 2rem 0;
}
#rent .tooltip-trigger {
    position: relative;
    cursor: pointer;
    display: inline-block;
    top: -5px;
	left: -10px;
}
.card__main--hero,
.card__slider-wrap--hero {
	padding: 0;
    margin: 0;
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding-left: 0;
    padding-right: 0;
}

.hero-banner--full {
	position: relative;
	width: 100%;
	max-width: 100%;
	overflow: hidden;
    margin-top: 0.5rem;
}

.hero-banner__item {
	position: relative;
	width: 100%;
	height: 800px;
	min-height: 380px;
}

.hero-banner__image {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
}

.hero-banner__shade {
	position: absolute;
	inset: 0;
	z-index: 1;
	background: linear-gradient(90deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.35) 45%, rgba(0,0,0,0.05) 100%);
}

.hero-banner__overlay {
	position: absolute;
	inset: 0;
	z-index: 2;
	display: flex;
	align-items: center;
	width: 100%;
}

.hero-banner__content {
	width: 100%;
	max-width: 1640px;
	margin: 0 auto;
	padding: 0 60px;
	color: #fff;
	box-sizing: border-box;
}

.hero-banner__title {
	margin: 0 0 20px;
	font-size: clamp(32px, 4vw, 56px) !important;
	line-height: 1.1 !important;
	font-weight: 700 !important;
	color: #fff;
	max-width: 720px;
}

.hero-banner__intro {
	margin-bottom: 28px;
	font-size: clamp(16px, 1.3vw, 20px);
	line-height: 1.6;
	color: rgba(255,255,255,0.92);
	max-width: 720px;
}

.hero-banner__buttons {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
}

.hero-banner__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	padding: 14px 24px;
	border-radius: 6px;
	text-decoration: none;
	font-weight: 500;
	font-size: 1rem;
	transition: all 0.25s ease;
}

.hero-banner__button--primary {
	background: #fff;
	color: #000;
}

.hero-banner__button--primary:hover {
	background: #f0f0f0;
	color: #000;
}

.hero-banner__button--secondary {
	background: rgba(255, 255, 255, 0.12);
	color: #fff;
	border: 0px solid rgba(255, 255, 255, 0.25);
	backdrop-filter: blur(3px);
	-webkit-backdrop-filter: blur(3px);
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
}

.hero-banner__button--secondary:hover {
	background: rgba(255, 255, 255, 0.18);
	color: #fff;
	border-color: rgba(255, 255, 255, 0.4);
	box-shadow: 0 6px 24px rgba(0, 0, 0, 0.16);
}
.hero-banner__author {
	position: absolute;
	right: 20px;
	bottom: 20px;
	z-index: 4;
	font-size: 12px;
	line-height: 1.4;
	color: rgba(255,255,255,0.82);
	background: rgba(0,0,0,0.35);
	padding: 6px 10px;
	border-radius: 4px;
	backdrop-filter: blur(4px);
}
.hero-banner__seller {
	display: inline-flex;
    height: fit-content;
    margin: 0.5rem 0;
    font-size: 1rem;
    line-height: 1.4;
    color: #000;
    background: rgb(255 255 255 / 45%);
    padding: 12px;
    border-radius: 4px;
    backdrop-filter: blur(4px);
    align-items: anchor-center;
    gap: 1rem;
	border: 0px #858585 solid;
    max-height: fit-content;
}

.hero-banner__seller a {
    color: #000;
}

@media (max-width: 992px) {
	.hero-banner__item {
		height: min(700px, 60vh);
	}

	.hero-banner__content {
		padding: 0 32px;
	}
	.operations-banner__content {
        padding: 0 32px;
    }
    .hero-banner__author {
        right: 0;
        bottom: 0;
        padding: 5px 10px;
        width: 100%;
        border-radius: 0px;
    }
}

@media (max-width: 576px) {
    .hero-banner__item {
        height: auto;
        min-height: 600px;
    }
	.hero-banner__content {
		padding: 0;
	}

    .hero-banner--full {
        overflow: visible;
    }

    .hero-banner__overlay {
        position: relative;
        inset: auto;
        display: flex;
        align-items: flex-end;
        min-height: 500px;
        padding: 1rem;
    }
	.hero-banner__content {
		padding: 0;
	}
    .operations-banner__content {
        padding: 0 !important;
        box-sizing: border-box;
    }

    .hero-banner__image,
    .hero-banner__shade {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
    }
    .hero-banner__author {
        right: 0;
        bottom: 0;
        padding: 5px 10px;
        width: 100%;
        border-radius: 0px;
    }

    .hero-banner__seller {
        display: flex;
        flex-flow: wrap;
    }
}
.seller-block {
    padding: 1rem;
    background-color: #f9f9f9;
    border-radius: 6px;
    width: fit-content;
    margin-bottom: 2rem;
    width: 100%;
}

.snippet1-item1.gradient {
    display: block;
    padding: 2rem;
    width: calc(30% - 2rem);
    min-height: auto;
    height: -webkit-fill-available;
    background: #e5e5e5 !important;
	background: linear-gradient(40deg, rgb(229 229 229) 0%, rgb(250 250 250) 100%) !important;
    border-radius: 6px;
}
#rent #black_block .snippet1-item1 {
    display: block;
    padding: 2rem;
    width: calc(30% - 2rem);
    min-height: auto;
    height: -webkit-fill-available;
	color: #242424;
    background: #e5e5e5;
    border-radius: 6px;
}

@media (max-width: 980px) {
    #rent .snippet1-item1, #rent .snippet1-item1.gradient, #black_block .snippet1-item1.gradient {
        width: 100%;
        padding-bottom: 20px;
    }
    #rent .snippet1-item2 {
        width: 100%;
    }
}
.snippet1-item1__title {
    font-size: 2.5rem;
    line-height: 2rem;
    letter-spacing: -0.1rem;
    font-weight: 600;
    word-wrap: break-word;
    color: #242424;
}
.snippet1-item1__subtitle {
    font-size: 1.25rem;
    line-height: 1.25rem;
    letter-spacing: -0.05rem;
    font-weight: 400;
    margin-top: 1rem;
    word-wrap: break-word;
    color: #242424;
}
.snippet1-item__image {
	display: block;
    width: calc(30% - 2rem);
    min-height: auto;
    height: -webkit-fill-available;
    border-radius: 6px;
}
#black_block {
	padding: 4rem !important;
}

#rent .snippet1-flex-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    height: 100%;
    gap: 2rem !important;
	padding: 0;
}
#rent .destination-container {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}
.destination-item__name__big {
    font-size: 2rem;
	color: #242424;
    font-weight: 600;
    line-height: 1.5rem;
    letter-spacing: -0.1rem;
    padding-bottom: 1.5rem;
    word-break: break-word;
}
#rent .ind-block{
	width: auto !important;
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
    padding-left: 0rem;
    padding-right: 0rem;
    margin-left: 0 !important;
    margin-right: 0 !important;
}
#rent .block__title h2 {
    font-size: 2.5rem !important;
    font-weight: 700 !important;
    line-height: normal !important;
    margin-bottom: 0rem !important;
    letter-spacing: -0.15rem !important;
    margin-top: 0 !important;
    justify-content: center;
}
.destination-item__preview__big {
    font-size: 1rem;
    font-weight: 500;
    color: #242424;
    line-height: 1.2rem;
    height: 100%;
	letter-spacing: -0.05rem;
    align-content: end;
    word-break: break-word;
}
.rent-detail-price__list {
	display: flex;
	flex-direction: column;
}
.rent-detail-price {
    display: flex;
    flex-direction: column;
	width: fit-content;
    border-radius: 4px;
    border: 0px #fff solid;
    backdrop-filter: blur(4px);
}
.rent-detail-price_black {
	width: fit-content;
	padding: 2rem 2rem 1rem 2rem;
    border-radius: 6px;
}
.rent-detail-price__value {
	font-size: 3rem;
    line-height: 3rem;
    font-weight: 600;
    letter-spacing: -0.1rem;
    align-items: baseline;
}
.rent-detail-price__period {
	font-size: 1.5rem;
    font-weight: 500;
    letter-spacing: -0.05rem;
}
.wall__item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    min-height: 20rem !important;
    margin-bottom: 0 !important;
}
.row_left {
    max-width: calc(50% - 1rem) !important;
}
.row_right {
    max-width: calc(50% - 1rem) !important;
}

@media screen and (max-width: 768px) {
    .row_left {
        max-width: calc(100% - 0rem) !important;
    }
    .row_right {
        max-width: calc(100% - 0rem) !important;
    }
}
@media (max-width: 320px) {
    #black_block {
	    padding: 0.5rem !important;
    }
    #rent .rent-detail-price_black {
        padding: 2rem 0 0 0;
    }
    #rent .rent-detail-price__value {
        font-size: 1.25rem;
        line-height: normal;
        font-weight: 600;
        letter-spacing: -0.05rem;
        align-items: baseline;
    }
}
@media (min-width: 321px) and (max-width: 580px) {
    #black_block {
	    padding: 2rem !important;
    }
    #rent .rent-detail-price_black {
        padding: 2rem 0 0 0;
    }
    #rent .rent-detail-price__value {
        font-size: 1.5rem;
        line-height: normal;
        font-weight: 600;
        letter-spacing: -0.05rem;
        align-items: baseline;
    }
}
@media (min-width: 581px) and (max-width: 1024px) {
    #black_block {
	    padding: 3rem !important;
    }
    #rent .rent-detail-price__value {
        font-size: 1.75rem;
        line-height: normal;
        font-weight: 600;
        letter-spacing: -0.05rem;
        align-items: baseline;
    }
}










#rent .prod {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
    height: 100%;
    align-content: center;
}
.prod__item {
    -webkit-box-shadow: none;
    box-shadow: none;
    text-align: center;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
}
@media screen and (max-width: 1440px) {
    .prod__item {
        gap: 0 !important;
        flex-direction: column-reverse;
    }
}
#rent .prod-all__name {
    font-size: 2rem !important;
    letter-spacing: -0.075rem;
    font-weight: 600;
    line-height: 2rem;
    margin-bottom: 1.5rem;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    align-content: center;
}
#rent .btn-box {
    align-content: center;
    text-align: left;
}
#rent .prod-all__img {
    width: auto;
    min-width: 300px;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
}






#linked-rent-list .hero-banner__shade {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.35) 45%, rgba(0, 0, 0, 0.05) 100%);
}
#linked-rent-list .sectionitems__price-list {
	display: flex;
	flex-direction: column;
}
#linked-rent-list .sectionitems__price {
    font-weight: 500;
    font-size: 1.3rem;
    margin-top: 0.5rem;
    display: flex;
    flex-direction: column;
}
#linked-rent-list .rent-detail-price__value {
    font-size: 2rem;
    font-weight: 600;
    letter-spacing: -0.05rem;
    align-items: baseline;
}
@media screen and (max-width: 768px) {
    #linked-rent-list .rent-detail-price__value {
        font-size: 1.25rem;
        font-weight: 600;
        letter-spacing: -0.05rem;
        align-items: baseline;
    }
}
#linked-rent-list .sectionitems__linkwrap {
	display: block;
	height: 100%;
	color: inherit;
	text-decoration: none;
}
#linked-rent-list .hero-banner__seller {
	display: inline-flex;
    font-size: 1rem;
    line-height: 1.4;
    align-items: anchor-center;
    gap: 1rem;
    color: #242424;
    background: rgb(255 255 255 / 45%);
    padding: 0.5rem;
    border-radius: 4px;
}
#linked-rent-list .tooltip-trigger {
    position: relative;
    cursor: pointer;
    display: inline-block;
    top: -5px;
	left: -10px;
}
#linked-rent-list .sectionitems__info {
    padding: 2rem !important;
}
#linked-rent-list .sectionitems__name {
    font-size: 1.5rem !important;
    font-weight: 500 !important;
    line-height: 1.25rem !important;
    letter-spacing: -0.025rem;
    padding-bottom: 1rem;
}
#linked-rent-list .item-catalog .sectionitems__elem, #linked-rent-list .item-catalog .slider-block__item {
    padding: 0rem !important;
}
#linked-rent-list .sectionitems__main {
    align-items: end;
    justify-content: space-between !important;
    flex-direction: row !important;
}

#linked-rent-list .block__title {
    font-size: 2.5rem !important;
    font-weight: 700 !important;
    line-height: 3rem !important;
    margin-bottom: 0rem !important;
    letter-spacing: -0.15rem !important;
    margin-top: 0 !important;
    justify-content: center;
}
#linked-rent-list .block__head {
    justify-self: center !important;
}
/* End */


/* Start:/bitrix/templates/apriori-ecom/components/bitrix/system.pagenavigation/apriori-ecom/style.css?17768721223988*/
.bx_pagination_bottom *{vertical-align: baseline;}
.bx_pagination_bottom{
	color: #8d8d8d;
	font-size:11px;
}

.bx_pagination_bottom .bx_pagination_section_one{ }
.bx_pagination_bottom .bx_pagination_section_two{
	float: right;
	text-align: right;
}
.bx_pagination_bottom .bx_pg_section{
	display: inline-block;
	height: 30px;
	vertical-align: top;
	line-height: 30px;
}

.bx_pagination_bottom .bx_pagination_select_container{display: inline-block;}
.bx_pagination_bottom .bx_pagination_select_container select{
	position: relative;
	margin: 2px 20px 2px 10px;
	padding: 1px 25px 3px 5px;
	height: 22px;
	outline: none;
	border: 1px solid #e0e0e0;
	border-radius: 1px;
	background: #fff url(/bitrix/templates/apriori-ecom/components/bitrix/system.pagenavigation/apriori-ecom/images/select_arrow.png) no-repeat right center;
	color: #8d8d8d;
	font-size: 11px;
	line-height: 16px;
	resize: none;
	-webkit-appearance: none;
}
@-moz-document url-prefix(){
	.bx_pagination_bottom .bx_pagination_select_container select{
		background: #fff !important;
		padding-right: 5px;
	}
}


.bx_pagination_bottom .bx_pagination_page{
	white-space: nowrap;
	font-size: 12px;
}
.bx_pagination_bottom .bx_pagination_page ul{
	display: inline-block;
	margin: 0;
	padding: 0;
}
.bx_pagination_bottom .bx_pagination_page li{
	display: inline-block;
	min-width: 22px;
	color: #8d8d8d;
	text-align: center;
	line-height: 22px;
}
.bx_pagination_bottom .bx_pagination_page li a{
	display: block;
	min-width: 22px;
	color: #8d8d8d;
	text-align: center;
	text-decoration: none;
	line-height: 22px;
}
.bx_pagination_bottom .bx_pagination_page li a:hover{color: #555;}
.bx_pagination_bottom .bx_pagination_page li.bx_active{
	border-radius: 3px;
	background: #dbecf4;
	box-shadow: inset 0 2px 2px 0 rgba(0,0,0,.1);
}

.bx_pagination_bottom .bx_pg_section.bx_pg_pagination_num{display: block;}
.bx_pagination_bottom .bx_pg_section.bx_pg_show_col select{margin-right: 5px;}


.bx_pagination_bottom .bx_wsnw{white-space: nowrap;}




/*1*/
@media (min-width:981px){

}
/*2*/
@media (min-width:640px) and (max-width:980px){

}
/*3*/
@media (min-width:480px) and (max-width:639px) {
	.bx_pagination_bottom .bx_pagination_select_container select{margin-right: 10px;}
}
/*4*/
@media (max-width:479px) {
	.bx_pagination_bottom .bx_pagination_section_one{ }
	.bx_pagination_bottom .bx_pagination_section_two{
		float: none;
		text-align: left;
	}
	.bx_pagination_bottom .bx_pagination_select_container{
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		width: 47%;
	}
	.bx_pagination_bottom .bx_pagination_select_container select{
		display: block;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		margin-right: 0 !important;
		width: 90%;
	}
	.bx_pagination_bottom .bx_pg_section{
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		width: 100%;
		text-align: left;
	}
	.bx_pagination_bottom .bx_pagination_page{white-space: normal;}
	.bx_pagination_bottom .bx_pg_section.bx_pg_pagination_num{width: 100%;height: auto;text-align: center;}
	.bx_pagination_bottom .bx_pg_section.bx_pg_show_col{display: none;}
	.bx_pagination_bottom .bx_pg_text{
		display: inline-block;
		width: 50%;
	}
	.bx_pagination_bottom .bx_pg_section.pg_pagination_num .bx_pg_text{display: none;}
}
/*5*/
@media (max-width:320px){
}

.bx_pagination_bottom .bx_pagination_section_one,
.bx_pagination_bottom .bx_pagination_section_two,
.bx_pagination_bottom .bx_pagination_select_container,
.bx_pagination_bottom .bx_pagination_select_container select,
.bx_pagination_bottom .bx_pg_section,
.bx_pagination_bottom .bx_pagination_page,
.bx_pagination_bottom .bx_pg_section.bx_pg_pagination_num,
.bx_pagination_bottom .bx_pg_section.bx_pg_show_col,
.bx_pagination_bottom .bx_pg_text,
.bx_pagination_bottom .bx_pg_section.pg_pagination_num .bx_pg_text{
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

/* End */


/* Start:/bitrix/templates/apriori-ecom/components/bitrix/news.list/rent-list-slider/style.css?17791270462875*/
#linked-rent-list .hero-banner__shade {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.35) 45%, rgba(0, 0, 0, 0.05) 100%);
}
#linked-rent-list .sectionitems__price-list {
	display: flex;
	flex-direction: column;
}
#linked-rent-list .sectionitems__price {
    font-weight: 500;
    font-size: 1.3rem;
    margin-top: 0.5rem;
    display: flex;
    flex-direction: column;
}
#linked-rent-list .rent-detail-price__value {
    font-size: 1.5rem;
    line-height: normal;
    font-weight: 600;
    letter-spacing: -0.05rem;
    align-items: baseline;
}
@media screen and (max-width: 768px) {
    #linked-rent-list .rent-detail-price__value {
        font-size: 1.25rem;
        font-weight: 600;
        letter-spacing: -0.05rem;
        align-items: baseline;
    }
}
#linked-rent-list .sectionitems__linkwrap {
	display: block;
	height: 100%;
	color: inherit;
	text-decoration: none;
}

#linked-rent-list .hero-banner__seller {
	display: inline-flex;
    font-size: 1rem;
    line-height: 1.4;
    align-items: anchor-center;
    gap: 1rem;
    color: #000;
    background: rgb(255 255 255 / 35%);
    padding: 0.5rem;
    border-radius: 4px;
}
#linked-rent-list .tooltip-trigger {
    position: relative;
    cursor: pointer;
    display: inline-block;
    top: -5px;
	left: -10px;
}
#linked-rent-list .sectionitems__info {
    padding: 1rem !important;
}
#linked-rent-list .sectionitems__name {
    font-size: 1.5rem !important;
    font-weight: 500 !important;
    line-height: 1.25rem !important;
    letter-spacing: -0.025rem;
    padding-bottom: 1rem;
}
#linked-rent-list .item-catalog .sectionitems__elem, #linked-rent-list .item-catalog .slider-block__item {
    padding: 0rem !important;
}
#linked-rent-list .sectionitems__main {
    align-items: end;
    justify-content: space-between !important;
    flex-direction: row !important;
}

#linked-rent-list .block__title {
    font-size: 2.5rem !important;
    font-weight: 700 !important;
    line-height: 3rem !important;
    margin-bottom: 0rem !important;
    letter-spacing: -0.15rem !important;
    margin-top: 0 !important;
    justify-content: center;
}
#linked-rent-list .block__head {
    justify-self: center !important;
}
@media screen and (max-width: 580px) {
    #linked-rent-list .sectionitems__main {
        flex-direction: row !important;
    }
    #linked-rent-list .hero-banner__seller {
        display: flex;
        flex-flow: wrap;
    }
    #linked-rent-list .sectionitems__info {
        padding: 1rem !important;
    }
}
@media screen and (max-width: 768px) {
    .rent-detail-price__value {
        font-size: 1.5rem;
    }
    #linked-rent-list .hero-banner__seller {
        display: flex;
        flex-flow: wrap;
    }
    #linked-rent-list .sectionitems__info {
        padding: 1rem !important;
    }
}
/* End */
/* /bitrix/templates/apriori-ecom/components/bitrix/news/rent/bitrix/news.detail/rent.detail/style.css?177899814812477 */
/* /bitrix/templates/apriori-ecom/components/bitrix/system.pagenavigation/apriori-ecom/style.css?17768721223988 */
/* /bitrix/templates/apriori-ecom/components/bitrix/news.list/rent-list-slider/style.css?17791270462875 */
