

/* Start:/local/components/bitrix/catalog.element/templates/ni_main/style.css?17627607633108*/
ol.inner-breadcrumb li.active{
    display: none !important;
}

#ni_tour_days_block{
	max-width: 600px;
}

.day-counter {
    position: absolute;
    top: 0; 
    left: 0; 
    background: #FF6B00;
    color: white;
    font-weight: bold;
    padding: 12px 40px;
    font-size: 20px;
    z-index: 20; 
}


.property-item {
    background: #fff;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
    overflow: hidden; 
    position: relative;
}


.property-image {
    position: relative; 
    height: 250px;
    overflow: hidden;
    z-index: 10; 
}

.property-group .property-container .property-item .property-item-header .property-image img {
    width: 100%;
    height: 100%;
    object-fit: cover !important;
    display: block;
}

.property-item:not(:has(.property-image)) .property-text {
	margin-top: 48px;
}

.property-text {
    position: relative; 
    padding: 40px 40px 40px;
    font-size: 16px;
    line-height: 1.6;
    z-index: 10;
}


.property-container {
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin-top: 20px;
}


.title-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
}

.property-tabs {
    display: flex;
    justify-content: flex-end;
    flex: 1;
    min-width: 200px;
}

.property-tabs-nav {
    display: flex;
    align-items: center;
    gap: 8px;
    width: 100%;
    justify-content: right;
}

.property-tabs-wrapper {
    display: flex;
    gap: 5px;
    overflow-x: auto;
    max-width: 290px;
    scrollbar-width: none;
	flex-direction: row;
}

.property-tabs-wrapper::-webkit-scrollbar {
    display: none;
}

.property-tab {
    cursor: pointer;
    padding: 6px 12px;
    border-radius: 4px;
    font-weight: bold;
    transition: all 0.3s ease;
    flex-shrink: 0;
    white-space: nowrap;
	color: rgb(30 145 166);
}

.property-tab.active {
    color: black;
}

.property-tab:hover:not(.active) {
    background: #e0e0e0;
}

.property-tab-nav {
    background: #f0f0f0;
    border: none;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    cursor: pointer;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.property-tab-nav:hover {
    background: rgb(30 145 166);
    color: white;
}

.property-groups .property-group {
    display: none;
}

.property-groups .property-group.active {
    display: block;
}


@media (max-width: 768px) {
    .title-wrap {
        flex-direction: column;
        align-items: flex-start;
    }
    
    .property-tabs {
        width: 100%;
        justify-content: flex-start;
    }
    
    .property-tabs-nav {
        justify-content: flex-start;
    }
    
    .property-image {
        height: 200px;
    }
}

@media (max-width: 480px) {
    .property-image {
        height: 180px;
    }
    
    .property-text {
        padding: 15px;
        font-size: 15px;
    }
    
    .day-counter {
        font-size: 14px;
        padding: 6px 10px;
    }
}

.ni_line {
	width: 100%;
	height: 1px;
	background-color: #2092a7;
	margin-bottom: 24px;
}


/* End */


/* Start:/bitrix/templates/concept_phoenix_fn/components/bitrix/catalog.product.subscribe/main/style.css?1762760670412*/
.popup-window-with-titlebar .popup-window-content,
.popup-window-buttons{
    padding: 0;
}
.popup-window-titlebar{
    height: unset;
}
.popup-window-titlebar-text,
.popup-window-titlebar-text-version{
    font-size: 21px;
    line-height: 25px;
    text-transform: uppercase;
    padding: 0 30px 0 0;
    color: #181818;
    margin-bottom: 10px;
}
.popup-window.popup-window-with-titlebar{
    padding: 15px;
}
/* End */


/* Start:/bitrix/templates/concept_phoenix_fn/components/bitrix/system.pagenavigation/phoenix_round/style.css?17627606703475*/
.bx-pagination {
	margin: 0 0 40px;
    padding: 25px 0 0;
    border-top: 1px solid #eee;
    position: relative;
}
.bx-pagination .bx-pagination-container {
	text-align: center;
	position: relative;
}
.bx-pagination .bx-pagination-container ul {
	padding: 0 50px;
	margin: 0 auto;
	list-style: none;
	display: inline-block;
}
.bx-pagination .bx-pagination-container ul li {
	display: inline-block;
	margin: 0 2px 0 2px;
}
.bx-pagination .bx-pagination-container ul li span{
    -webkit-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
       -moz-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    	-ms-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    	 -o-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    		transition: color .3s ease, background-color .3s ease, border-color .3s ease;
	background: #eff0f1;
	padding: 0 8px;
	display: block;
	height: 32px;
	min-width: 32px;
	line-height: 32px;
	color: #444;
	font-size: 14px;
	border-radius: 16px;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.bx-pagination .bx-pagination-container ul li a {
	text-decoration: none;
	display: block;
	border-radius: 16px;
	height: 32px;
	min-width: 32px;
	line-height: 32px;
	color: #444;
	vertical-align: middle;
}
.bx-pagination .bx-pagination-container ul li a:hover span{
	background: #DADADA;
}
.bx-pagination .bx-pagination-container ul li.bx-active span{
	
	color: #fff;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all a span{
	background: #fff;
	border: 2px solid #eff0f1;
	line-height: 28px;
	padding: 0 18px;
	color: #444;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all span{
	color: #aab1b4;
	background: #fff;
	border: 2px solid #eff0f1;
	line-height: 28px;
	padding: 0 18px;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all a:hover span{
	background: #fff;
	border-color: #DADADA;
	color: #000;
}

.bx-pagination .bx-pagination-container ul li.bx-pag-prev{
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-prev span{
    display: none;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-prev a span{
    display: block;
    background: url("/bitrix/templates/concept_phoenix_fn/components/bitrix/system.pagenavigation/phoenix_round/images/svg/arrow_l_bl.svg") center no-repeat !important;
    width: 35px;
    height: 22px;
    opacity: .3;
    border: 0 !important; 
    padding: 0 !important;
    margin: 0 !important;
    position: relative;
    top: 5px;
    background-size: 20px !important;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-prev a:hover span{
    opacity: .7;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-next{
    position: absolute;
    right: 0;
    top: 0;
    margin: 0;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-next span{
    display: none;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-next a span{
    display: block;
    background: url("/bitrix/templates/concept_phoenix_fn/components/bitrix/system.pagenavigation/phoenix_round/images/svg/arrow_r_bl.svg") center no-repeat !important;
    width: 35px;
    height: 22px;
    opacity: .3;
    border: 0 !important; 
    padding: 0 !important;
    margin: 0 !important;
    position: relative;
    top: 5px;
    background-size: 20px !important;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-next a:hover span{
    opacity: 1;
}

/* End */
/* /local/components/bitrix/catalog.element/templates/ni_main/style.css?17627607633108 */
/* /bitrix/templates/concept_phoenix_fn/components/bitrix/catalog.product.subscribe/main/style.css?1762760670412 */
/* /bitrix/templates/concept_phoenix_fn/components/bitrix/system.pagenavigation/phoenix_round/style.css?17627606703475 */
