:root{
    --white: #fff;
    --light-gray: #EEEEEE;
    --light-gray-0: #FAFAFA;
    --gray-0: #DDDDDD;
    --gray-1: #908F8F;
    --font-color: #595959;
    --dark-blue: #000075;
    --active-blue: #0072FF;
    --light-blue: #60A7FF;
    --body-back: #EFF4FB;
    --red: #E50000;
    --green: #0CB103;
    --yellow: #FFCC00;
    --box-shadow: 0 0 20px #00000010;
	--out-radius: 0px;
	--in-radius: 4px;
}
/* html {
    scrollbar-width: thin;
    scrollbar-color: var(--gray-0) #3c3c3c;
	scroll-behavior: smooth;
}
::-webkit-scrollbar{
    width: 5px;
}
::-webkit-scrollbar-thumb{
    background: var(--priymary-color);
} */
.overflow_hidden{
    overflow: hidden;
}
body{
    font-family: IRANsans;
    font-size: 0.9rem;
    color: var(--text-dark);
	direction: rtl;
}
.hidden {
    opacity: 0;
    visibility: hidden;
}
.marginTop-20 {
	margin-top: -20px;
}
.overlay {
    position: fixed;
    width: calc(100% + 5px);
    height: 100%;
    background: #0000009c;
    z-index: 34;
    margin: 0;
    padding: 0;
    top: 0;
    left: 0;
    transition: all .3s ease;
}
.container {
    width: 90%;
    margin: auto;
    max-width: 1280px;
}
.header {
    width: 100%;
    height: 250px;
	margin: 70px 0 110px;
    position: relative;
}
.header_mobile, .header__mobile--fake{
	display: none;
}
.header__pic{
    width: 100%;
    height: 100%;
}
.header__pic--img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.header .search_card__tabs--item_title {
    /* position: absolute;
    bottom: 100px;
    color: var(--text-white);
    transform: translate(50%, 30px);
    right: 51%; */
    font-size: 1rem;
    /* text-shadow: 0 0 5px #000000e0;
    font-weight: 500; */
}
/* sitemap start */
.sitemap {
    padding: 5px 0 5px 0;
    width: 100%;
    margin: 5px 0px;
    display: flex;
    overflow-x: auto;
    color: var(--text-dark);
}
.sitemap__a {
    transition: all .2s ease-in-out;
    position: relative;
    margin-left: 20px;
    color: var(--text-gray);
}
.sitemap__a:last-child {
    color: var(--priymary-color-light);
}
.sitemap__a:last-child::after {
    display: none;
}
.sitemap__a:hover { 
    color: var(--priymary-color-light);
}
.sitemap__span {
    font-size: 14px;
    text-wrap: nowrap;
    white-space: nowrap;
}
.sitemap__a::after {
    border-left: 1px solid var(--gray-dark-color);
    border-top: 1px solid var(--gray-dark-color);
    bottom: 0;
    content: "";
    height: 6px;
    left: -10px;
    margin: auto 0;
    position: absolute;
    top: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    width: 6px;
}
/* sitemap end */

/* main_slider start */
.main_slider {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    gap: 5px;
    margin-top: 10px;
}
.main_slider__small_img {
    height: auto;
    width: 34%;
    display: flex;
    flex-direction: column;
	justify-content: flex-start;
    flex-wrap: nowrap;
    gap: 5px;
}
.main_slider__small_img--holder {
    height: 50%;
    position: relative;
    width: 100%;
	border-radius: var(--radius-small);
    overflow: hidden;
	transition: all .3s ease;
}
.main_slider__small_img--holder:hover{
    filter: contrast(1.1) brightness(1.1);
}
.main_slider__small_img--img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.main_slider__small_img--title {
    position: absolute;
    bottom: 5px;
    right: 10px;
    color: var(--text-white);
    text-shadow: 0 0 5px #000;
    border-right: 3px solid var(--priymary-color);
    padding-right: 5px;
}
.main_slider__slider{
    width: calc(75% - 10px);
    height: auto;
    position: relative;
    overflow: hidden;
	border-radius: var(--radius-small);
}
/* .main_slider__slider::before{
    content: "";
    width: 100%;
    height: 20px;
    position: absolute;
    right: 0;
    top: 0;
    background: #F1F1F1;
    z-index: 2;
    box-shadow: inset 0 5px 4px 3px var(--white), 0 0 10px #00000099;
} */
/* .main_slider__slider::after {
    content: "";
    width: 20px;
    height: 70px;
    position: absolute;
    right: 50px;
    top: -6px;
    background: url(https://www.yejayekhoob.com/Libraries/svg/slider_shape.svg);
    background-size: 100% 100%;
    rotate: -90deg;
    z-index: 2;
    filter: grayscale(1) drop-shadow(-4px 0px 2px  #00000050);
} */
.main_slider__slider .swiper-wrapper {
	height: auto;
}
.swiper-slide{
    width: 100%;
    position: relative;
}
/* .first__gallery::before{
    content: "";
    width: 100%;
    height: 25%;
    position: absolute;
    right: 0;
    bottom: 0;
    background: linear-gradient(to top , #000 , transparent);
    transition: all .3s ease;
	z-index: 2;
} */
.first__gallery:hover::before{
    height: 30%;
}
.main_slider__slider--img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/* .main_slider__slider--title{
    position: absolute;
    right: 10px;
    bottom: 10px;
    border-right: 3px solid var(--priymary-color);
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 0 10px;
    color: var(--text-white);
    text-shadow: 0 0 5px #000;
} */
.main_slider__slider--caption{
    font-size: 1.2rem;
}
.main_slider__slider--hotel{

}
.autoplay-progress {
    position: absolute;
    right: 46px;
    top: 8px;
    z-index: 3;
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--text-white);
    background: var(--gray-dark-color);
    border-radius: 50%;
    font-size: 0.7rem;
    padding: 2px 0 0 2px;
}
.autoplay-progress svg {
    --progress: 0;
    position: absolute;
    left: 2px;
    top: 2px;
    z-index: 10;
    width: 85%;
    height: 85%;
    stroke-width: 3px;
    stroke: var(--white);
    fill: none;
    stroke-dashoffset: calc(125.6px*(1 - var(--progress)));
    stroke-dasharray: 125.6;
    transform: rotate(-90deg);
}
.autoplay-text{
	top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
}
.holder_progress-bar {
    width: 100%;
    background: var(--white);
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    height: 3px;
}
.holder_progress-bar .progress-bar {
    --progress: 0;
    background: var(--priymary-color);
    width: var(--progress);
    height: 100%;
}

.main_slider__slider--btn{
    position: absolute;
    width: 100px;
    height: 30px;
    bottom: 0px;
    left: 0px;
    display: flex;
    justify-content: space-between;
	z-index: 1;
}
.swiper-button-prev, .swiper-button-next {
    /* background: var(--white); */
    width: 35px !important;
    border-radius: 4px;
    height: 25px !important;
    position: relative !important;
    transition: all .3s ease;
}
.swiper-button-prev::after , .swiper-button-next:after{
    font-size: 20px !important;
    font-weight: bold;
}
.swiper-button-prev::after , .swiper-button-next::after{
    color: var(--text-white);
	transition: all .3s ease;
}
.swiper-button-prev:hover::after , .swiper-button-next:hover::after{
    color: var(--priymary-color);
}
.main_slider .swiper-pagination{
	display: none;
}

.swiper-button-disabled{
	opacity: 0 !important;
	visibility: hidden;
}
.swiper-pagination-child{
	bottom : var(--swiper-pagination-bottom,0) !important;
}
.swiper-pagination-fake{
	position: absolute;
    text-align: center;
    transform: translate3d(0, 0, 0);
    z-index: 2;
    transition: all .3s;
    bottom: var(--swiper-pagination-bottom, 0) !important;
    top: var(--swiper-pagination-top, auto);
    left: 0;
    width: 100%;
	display: flex;
	justify-content: center;
	height: 21.61px;
	align-items: flex-end;
    padding-bottom: 8px;
}
.swiper-pagination-fake .swiper-pagination-bullet.disabled {
	opacity: 0;
}
.hide__pagination-child{
	bottom: -20px !important;
}
.content__hotels .swiper-pagination-bullet , .no_price_hotels .swiper-pagination-bullet {
	background: var(--white);
	margin : 0 2px !important;
	width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 7px));
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 7px));
	opacity: 0.4;
	transition: width .3s;
}
.content__hotels .swiper-pagination-bullet-active , .no_price_hotels .swiper-pagination-bullet-active{
	background: var(--white);
	opacity: 0.8;
	width: 20px;
    border-radius: 20px;
}
/* main_slider end */

/* content start */
.content{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    gap: 20px;
    margin-top: 20px;
    align-items: flex-start;
	position: relative;
}
/* sidebar start */
.content__holder_sidebar {
	display: flex;
    flex-direction: column;
    gap: 10px;
    width: 25%;
    position: sticky;
    top: -80px;
}
.content__holder_sidebar--map {
	width: 100%;
    height: 150px;
    background-image: url(https://www.yejayekhoob.com/Libraries/images/maps.webp);
    display: flex;
    background-size: cover;
    background-position: center;
    flex-direction: column-reverse;
    align-items: center;
    padding: 10px;
    color: #fff;
    border: 1px solid #eee;
    border-radius: 3px;
}
.content__holder_sidebar--map a {
	width: 100%;
	padding: 10px;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	gap: 10px;
	background: var(--white);
	color: var(--priymary-color);
	transition: all .3s ease;
	border-radius: 3px;
}
.content__holder_sidebar--map a:hover {
	background: var(--priymary-color);
    color: var(--white);
}
.content__holder_sidebar--map a img {
	transition: all .3s ease;
}
.content__holder_sidebar--map a:hover img {
	filter: var(--filter-white);
}
.sidebar {
    background-color: var(--text-white);
	border: 1px solid #eee;
    /* padding: 10px; */
    position: sticky;
    top: 90px;
	/* border-radius: var(--radius-small); */
	/* max-height: calc(100svh - 112px); */
    overflow: auto;
	scrollbar-width: none;
    -ms-overflow-style: none;
	/* border: 1px solid #b6b6b68c; */
    border-radius: var(--radius-mediom);
}
.sidebar::-webkit-scrollbar{
	display: none;
}
.sidebar__overlay{
	display: none;
}
.sidebar__headline {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    font-weight: 500;
    padding: 15px 10px;
}
.sidebar__headline--icon{
    width: 20px;
    height: 20px;
    filter: contrast(0) brightness(0.7);
}
.sidebar__headline--icon_close{
    display: none;
}
.sidebar__item {
    border-top: 1px solid #b6b6b68c;
    padding: 0;
}
.sidebar__item--icon{
    transition: all .3s ease;
}
.rotate_180{
    transform: rotateX(180deg);
}
.sidebar__item--price {
    text-align: center;
	padding-bottom: 10px;
	user-select: none;
}
.sidebar__item--price-menu {
    max-height: 0;
    overflow: hidden;
	position: absolute;
    top: 45px;
    transition: all .3s ease;
    width: calc(100% - 30px);
    margin-right: 30px;
    visibility: hidden;
    background: var(--gray-bright);
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    border: 1px solid var(--gray);
}
.sidebar__item--price-inp:focus + .sidebar__item--price-menu {
	max-height: 600px;
	visibility: visible;
}
.sidebar__item--price-menu_item {
    transition: all .3s ease;
	width: 100%;
	cursor: pointer;
	padding: 10px;
	border-bottom: 1px solid var(--light-gray);
}
.sidebar__item--price-menu_item:last-child {
	border-bottom: 0;
}
.sidebar__item--price-menu_item:hover {
	background: var(--light-gray);
}
.sidebar__item--price-menu_item_desired , .price-menu-header{
	display: none;
}
.input-error{
	border: 1px solid var(--red) !important;
	color: var(--red) !important;
}
.filter_price .slider {
    position: relative;
    width: 100%;
    padding: 10px 0px 15px;
}
#price_min, #price_max {
    /* padding: 0 20px; */
    /* width: 90px; */
    display: inline-block;
	font-size: 13px;
}
.filter_price .slider input[type="range"] {
    position: absolute;
    width: 100%;
    right: 0;
    -webkit-appearance: none;
    appearance: none;
    background: transparent;
    pointer-events: none;
    height: 5px;
    border-radius: 5px;
    border: 1px solid var(--light-gray);
    z-index: 0;
}
#range_max {
    background: transparent !important;
    border: 0 !important;
}
.filter_price .slider input[type="range"]::-webkit-slider-thumb {
    pointer-events: all;
    width: 18px;
    height: 18px;
    background: var(--white);
    border-radius: 50%;
    cursor: pointer;
    -webkit-appearance: none;
    border: 0.25rem solid var(--priymary-color);
    z-index: 2;
  }
  .filter_price .slider input[type="range"]::-moz-range-thumb {
    pointer-events: all;
    width: 16px;
    height: 16px;
    background: #007bff;
    border-radius: 50%;
    cursor: pointer;
    z-index: 2;
}
.sidebar__item--range_label {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    font-size: 0.8rem;
    color: var(--text-middle-gray);
    padding-top: 5px;
}
.slider::before {
    content: '';
    position: absolute;
    left: calc(var(--right) + 15px);
    right: calc(var(--left) + 15px);
    height: 5px;
    background: var(--priymary-color);
    border-radius: 5px;
    pointer-events: none;
}
.sidebar__item_search{
    width: 100%;
    position: relative;
	padding: 0 10px;
}
.sidebar__item_search--input{
    width: 100%;
    height: 45px;
    font-family: inherit;
    border-radius: var(--radius-small);
    border: 1px solid var(--gray);
    background: var(--gray-bright);
    color: var(--text-dark);
    outline: 0;
    padding: 10px 10px 10px 25px;
    transition: all .3s ease;
}
.sidebar__item_search--input:focus + .sidebar__item_search--icon{
    filter: var(--filter-priymary-color);
}
.sidebar__item_search--input:focus{
    border: 1px solid var(--priymary-color);
}
.sidebar__item_search--icon {
    position: absolute;
    left: 20px;
    top: 15px;
    filter: var(--filter-gray-mediom);
    transition: all .3s ease;
}
.sidebar__item--label {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    user-select: none;
    cursor: pointer;
    font-weight: 500;
	font-size: 0.9rem;
	padding: 20px 10px;
}
.sidebar__item--chek{
    display: none;
}
.sidebar__item--submenu {
    max-height: 0;
    transition: all .3s ease;
    overflow: hidden;
    opacity: 0.5;
	display: flex;
    flex-direction: column;
}
.sidebar__item--chek:checked + .sidebar__item--submenu{
    max-height: 5000px;
    opacity: 1;
	overflow: visible;
}
.sidebar__item--parent{
	display: flex;
	flex-direction: column;
	/* max-height: 200px; */
	transition: max-height 0.3s ease;
	overflow: hidden;
}

.submenu__item_check {
    display: flex;
    padding: 10px 15px;
    cursor: pointer;
    align-items: center;
    flex-direction: row;
    transition: all .3s ease;
    font-size: 14px;
    gap: 10px;
}
.other__item--toggle{
	user-select: none;
    color: var(--active-blue);
    cursor: pointer;    
	padding: 0 10px 5px 0;
    /* display: flex; */
    display: none;
    align-items: center;
    gap: 5px;
	position: relative;
}

.other__item--toggle span{
	user-select: none;
	font-size: 13px;
}
.other__item--toggle svg{
    transition: all .3s ease;
}
.other__item--checkbox:checked ~ .other__item--toggle svg{
    transform: rotate(180deg);
}

.submenu__item_check:hover {
    padding-right: 10px;
    background: var(--gray-bright);
}
.submenu__item_check--div{
    display: flex;
    margin-left: 5px;
	position: relative;
}
.submenu__item_check--check{
	appearance: none;
	-webkit-appearance: none;
	width: 18px;
	height: 18px;
	border: 2px solid var(--gray-dark);
	border-radius: 3px;
	cursor: pointer;
	position: relative;
}
.submenu__item_check--check:checked::after {
    content: "";
    position: absolute;
    width: 6px;
    height: 11px;
    border: solid var(--priymary-color);
    border-width: 0 2px 2px 0;
    top: 0px;
    left: 4px;
    transform: rotate(45deg);
}
.submenu__item_check--check:checked {
	border: 2px solid var(--priymary-color);
}
.sidebar__item--star{
    width: 17px;
    height: 17px;
    margin: 0 2px;
}
/* sidebar end */
.content__holder {
    width: 75%;
    height: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 10px;
}
.content__sorting {
    width: 100%;
    height: 55px;
    background-color: var(--text-white);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
	border: 1px solid #eee;
	border-radius: var(--radius-small);
}
.content__sorting--holder{
    display: flex;
    gap: 20px;
}
.content__sorting--label {
    font-weight: 500;
}
.content__sorting--label .sidebar__item--icon {
	display: none;
}
.content__sorting--item{
    color: var(--gray-1);
    font-size: 0.9rem;
    cursor: pointer;
    transition: all .3s ease;
}
.content__sorting--item:hover{
    color: var(--text-dark);
}
.content__sorting--holder .active{
    color: var(--priymary-color);
	pointer-events: none;
	user-select: none;
}
.content__sorting--icon{
    filter: var(--filter-gray-light);
    transition: rotate .3s ease;
    cursor: pointer;
    width: 20px;
    height: 20px;
}
.content__sorting--icon:hover {
    filter: var(--filter-gray-dark);
}
.content__sorting--view .active{
    filter: var(--filter-priymary-color);
    rotate: 180deg;
}
.content__hotels , .no_price_hotels {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(3, 1fr);
}
.content__hotels--box {
    width: 100%;
    background-color: var(--text-white);
	border: 1px solid #eee;
    display: flex;
    flex-direction: column;
    gap: 10px;
    position: relative;
    transition: all .3s ease;
    justify-content: space-between;
	overflow: hidden;
	border-radius: var(--radius-small);
}
.content__hotels--parent{
	display: flex;
    flex-direction: column;
    gap: 10px;
}
.content__hotels--box:hover{
	box-shadow: 0 0px 10px 0px #00000012;
	/* transform: translate(0, -3px); */
}
.content__hotels--images{
    height: 250px;
    width: 100%;
    overflow: hidden;
	position: relative;
}

.special_offer .content__hotels--images::before {
    content: "پیشنهاد ویژه";
    position: absolute;
    top: 220px;
    width: 100%;
    height: 30px;
    background: url(https://www.yejayekhoob.com/Libraries/svg/discount_fire.svg), linear-gradient(to right, transparent, var(--red));
    color: var(--text-white);
    background-position: 99% center;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0 23px;
    background-repeat: no-repeat;
	z-index: 2;
}

.img__loader::after{
    content: "";
    width: 30px;
    height: 30px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    animation: imgLoader 1s linear infinite;
    border: 2px solid #ffffff4f;
    border-radius: 50%;
    border-left-color: #9d9d9d;
}

.img__loader-bg::after{
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: var(--gray);
}
.handle_gallery-span{
	position: absolute;
}

@keyframes imgLoader {
  0% { transform: translate(-50%, -50%) rotate(0deg); }
  100% { transform: translate(-50%, -50%) rotate(360deg); }
}

.content__hotels--img{
    height: 100%;
    width: 100%;
    transition: all .3s ease;
    object-fit: cover;
	position: relative;
    z-index: 1;
}

.content__hotels--info {
    padding-top: 10px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    color: var(--text-gray);
}
.content__hotels--info_item {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px 5px;
    padding: 0 10px;
    flex-wrap: nowrap;
}
.content__hotels--info_holder {
    display: flex;
    align-items: center;
    column-gap: 3px;
    border: 1px solid var(--light-gray);
    padding: 3px 5px;
    border-radius: var(--in-radius);
    font-size: 0.8rem;
}
.content__hotels--info_holder.gift .content__hotels--info_title{
	height: 15px;
}
.content__hotels--info_icon{
    width: 17px;
    height: 17px;
}
.content__hotels--info_holder.gift .content__hotels--info_icon {
	filter: var(--filter-red);
}
.content__hotels--info_item .hotel_name{
    color: var(--text-dark);
    font-size: 1rem;
	max-width: calc(100% - 115px);
	text-wrap: nowrap;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.no__start--title{
	max-width: calc(100% - 22px) !important;
}
.content__hotels--info_address{
	width: 100%;
    text-wrap: nowrap;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.content__hotels--info_stars{
    display: flex;
	/* margin-right: auto; */
	width: 85px;
    height: 17px;
}
.content__hotels--info_star{
    width: 17px;
    height: 17px;
}
.content__hotels--price {
    width: calc(100% - 20px);
    margin: 0 auto;
    border-top: 1px solid var(--gray-light);
    padding: 5px 0;
	height: 61px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.content__hotels--price_del {
    color: var(--text-gray);
}
.content__hotels--price_del del{
    position: relative;
}
.content__hotels--price_del del::after{
    content: "";
    width: 100%;
    height: 1px;
    background-color: var(--gray-1);
    position: absolute;
    top: 50%;
    right: 0;
    rotate: 7deg;
}
.content__hotels--price_del label{
    font-size: 0.8rem;
}
.content__hotels--price_ins {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.content__hotels--price_desk{
    color: var(--text-dark);
}
.content__hotels--price_ins .holder{

}
.content__hotels--price_ins .holder ins {
    font-weight: bold;
    color: var(--priymary-color);
    font-size: 1.2rem;
}
.content__hotels--price_ins .holder label {
    font-size: 0.8rem;
    color: var(--gray-1);
}
.content__hotels--box_discount {
    position: absolute;
    top: 230px;
    left: 20px;
    background: var(--green);
    border: 4px solid var(--white);
    border-radius: 50%;
    display: flex;
    z-index: 2;
    width: 40px;
    height: 40px;
    color: var(--text-white);
    justify-content: center;
    align-items: baseline;
    flex-direction: row-reverse;
    padding-top: 6px;
}
.content__hotels--box_discount span:last-child{
    font-size: 0.6rem;
}

.content__hotels_row {
    grid-template-columns: repeat(1, 1fr);
}
.content__hotels_row .content__hotels--box , .content__hotels_box .content__hotels--box {
    /* animation: move_top .7s 1;
    margin-top: 0;
    opacity: 1; */
}
@keyframes move_top{
    0%{
        margin-top: 30px;
        opacity: 0.6;
    }
    100%{
        margin-top: 0;
        opacity: 1;
    }
}
.content__hotels_box .content__hotels--box {
    /* animation: move .7s 1;
    margin-top: 0;
    opacity: 1; */
}
@keyframes move{
    0%{
        margin-top: 30px;
        opacity: 0.6;
    }
    100%{
        margin-top: 0;
        opacity: 1;
    }
}
.content__hotels_row .content__hotels--box{
	flex-direction: row;
    height: 200PX;
}
.content__hotels_row .content__hotels--images{
	width: 30%;
	min-width: 30%;
    height: 100%;
	position: relative;
}
.content__hotels_row .content__hotels--parent {
    display: flex;
    flex-direction: row;
    gap: 10px;
    width: 70%;
}
.content__hotels_row .content__hotels--info {
    width: 65%;
    min-width: 65%;
    flex-direction: column;
    justify-content: space-between;
    padding: 20px 0;
}
.content__hotels_row .content__hotels--info_item {
    padding: 0;
    flex-wrap: wrap;
}
.content__hotels_row .content__hotels--price {
    width: calc(35% - 10px);
    min-width: calc(35% - 10px);
    height: calc(100% - 20px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 10px 0;
    border: 0;
    border-right: 1px solid var(--light-gray);
    padding-right: 0;
    gap: 10px;
    font-size: 1.2rem;
    padding-top: 30px;
}
.content__hotels_row .content__hotels--price_ins {
    flex-direction: column;
    gap: 10px;
}
.content__hotels_row .content__hotels--price_ins ins{
    font-size: 1.8rem;
}
.content__hotels_row .content__hotels--price_desk{
    font-size: 1rem;
}
.content__hotels_row .content__hotels--box_discount {
    top: 10px;
    left: 10px;
    border-radius: 30px;
    height: auto;
    width: auto;
    padding: 2px 7px 0 8px;
    border: 0;
}
.content__hotels_row .content__hotels--info_stars{
	margin: unset;
}
.content__hotels_row .content__hotels--info_item h2{
	width: auto;
}
.content__hotels_row .content__hotels--info_item:nth-child(2){
	align-items: flex-start;
}

	/* start pagination */
.pagination{
	width: 100%;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	gap: 20px;
}
.pagination__btn {
    background: var(--white);
    color: var(--text-gray);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: var(--radius-mediom);
    width: 40px;
    height: 40px;
    box-shadow: 0px 0px 10px var(--gray);
    padding: 10px;
    cursor: pointer;
    transition: all .3s ease;
	border: none;
	outline: none;
}
.pagination__big{
	width: auto !important;
	padding: 10px 20px !important;
	text-wrap: nowrap;
}
/* .pagination__prev span , .pagination__next span{
	background: url(https://www.yejayekhoob.com/Libraries/svg/angle-down.svg);
	background-size: 100%;
	background-repeat: no-repeat;
	rotate: 270deg;
	background-position: center center;
	width: 80%;
	height: 80%;
}
.pagination__next span{
	rotate: 90deg;
}
.pagination__prev:hover span , .pagination__next:hover span {
	filter: contrast(0.5) brightness(2);
} */
.pagination .pagination__btn:hover{
	background: var(--priymary-color-light);
    box-shadow: 0px 2px 5px 3px #00000010;
	color: var(--text-white);
}
.pagination .active {
    box-shadow: unset !important;
    background: var(--tertiary-color) !important;
    color: var(--text-blue) !important;
    cursor: default;
}
	/* end pagination */
/* content end */

/* START HOTEL_GROUPS */
.hotel_groups{
	margin-top: 30px;
}
.hotel_groups .container_title {
    padding: 10px 0;
}
.hotel_groups__show_all {
	display: none;
	color: var(--priymary-color);
	cursor: pointer;
	align-items: center;
	flex-wrap: nowrap;
	font-size: 0.9rem;
	flex-direction: row;
	gap: 5px;
	justify-content: center;
	border-radius: 0;
	margin: 5px 10px;
	padding: 5px 10px;
	transition: all .3s ease;
}
.hotel_groups__show_all img{
	transition: all .3s;
}
.hotel_groups__holder {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    gap: 0.5rem;
    padding: 15px 0;
    overflow: hidden;
    padding: 10px;
	transition: all .5s ease;
	margin-top: 15px;
}
.max_height_1000{
	max-height: 1000px !important;
}
.hotel_groups__holder--item {
    background: var(--white);
	border: 1px solid #eee;
    border-radius: var(--radius-mediom);
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    position: relative;
    padding: 0.8rem 1rem;
	min-height: 48px;
}
.hotel_groups__holder--item:hover .hotel_groups__holder--title{
	color: var(--priymary-color);
}
.hotel_groups__holder--item:hover::after , .hotel_groups__holder--item:hover::before{
  height: 5px;
  top: 44%;
}
.hotel_groups__holder--title {
    font-weight: 500;
    color: var(--text-dark);
    transition: all .3s ease;
    text-align: center;
	font-size: 0.9rem;
	text-overflow: ellipsis;
    overflow: hidden;
    text-wrap: nowrap;
}
.hotel_groups__holder--item::after , .hotel_groups__holder--item::before{
  content: "";
  position: absolute;
  opacity: 0;	
  width: 5px;
  border-radius: 5px;
  background: var(--blue);
  height: 40px;
  top: 5px;
  left: 5px;
  transition: all .3s ease;
}
.hotel_groups__holder--item::before{
  left: unset;
  right: 5px;
}
.page_title {
    display: flex;
    width: 100%;
    flex-direction: row;
    gap: 10px;
    margin: 0.5rem 0;
    align-items: center;
}
.page_title img {
    width: auto;
    height: 20px;
}
.page_title h2 {
    font-size: large;
    color: var(--text-dark);
    font-weight: bold;
}
/* END HOTEL_GROUPS */

.btn-loader::before {
    content: "";
    position: absolute;
    right: 50%;
    top: 50%;
    width: 20px;
    height: 20px;
    border: 4px solid var(--tertiary-color-light);
    border-top-color: transparent;
    border-radius: 50%;
    animation: btnLoader 1.3s linear infinite;
}
.filter-loader{
	position: relative;
}
.filter-loader::before {
    content: "";
    position: absolute;
    right: 50%;
    top: 50%;
    width: 20px;
    height: 20px;
    border: 2px solid var(--tertiary-color-light);
    border-top-color: transparent;
    border-radius: 50%;
    animation: btnLoader 1.3s linear infinite;
	z-index: 2;
}
.filter-loader::after {
	content: "";
	position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
	background-color: inherit;
}
@keyframes btnLoader{
	0% {
    	transform: translate(50%, -50%) rotate(0deg);
	}
	100% {
		transform: translate(50%, -50%) rotate(360deg);
	}
}
/* search-card override */
.search_card__submit {
    background: var(--priymary-color);
}

/* header_top override */
@media screen and (max-width: 800px) {
    .header-index {
        /* position: fixed !important; */
        z-index: 5 !important;
    }
}



/*  */
#loading-message {
	text-align: center;
	padding: 10px;
	font-size: 14px;
	color: #595959;
	display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}
#loading-message .rotate__arrow {
    animation: spin 1s linear infinite;
    filter: var(--filter-priymary-color);
}
@keyframes spin {
    to {transform: rotate(1turn)}
}
@media screen and (max-width: 800px) {
	.op-loading.sidebar::after{
		content: "";
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		right: 0;
		opacity: .5;
		background-color: #fff;
	}
}
@media screen and (min-width: 800px) {
    .op-loading {
		pointer-events: none;
		opacity: .5;
    }
}
.disabled{
	pointer-events: none;
}
#no-hotels-message {
	display: none;
}
.hotels__not-found {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    border: 2px dashed var(--tertiary-color);
    padding: 20px;
    background: var(--tertiary-color-light);
    margin-top: -20px;
    color: var(--text-gray);
}
.hotels__not--found-img {
    width: 250px;
    height: auto;
	filter: grayscale(0.5);
}
.hotels__not--found-title {
    font-size: 18px;
    font-weight: 500;
}
.hotels__not--found-text{
    font-size: 15px;
    max-width: 400px;
}
.hotels__not--found-btn{
    background-color: var(--white);
    border: 1px solid transparent;
    border-radius: 3px;
    cursor: pointer;
    font-size: 1rem;
    font-weight: 500;
    text-align: center;
    user-select: none;
    padding: 0.5rem 1rem;
    border-color: var(--priymary-color);
    color: var(--priymary-color);
	transition: all 0.2s ease;
}
.hotels__not--found-btn:hover{
	background-color: #F2F9FF;
}
.hotels__message--title{

}
.hotels__message--text{

}
.opacity-0 {
	opacity: 0;
}
.order-m-1{
	order: -1;
}
.order-1 {
	order: 1;
}
.order-2 {
	order: 2;
}
.showFilterBtn{
	display: none;
}

.disabled__filters{
	/* pointer-events: none;
    opacity: .7; */
}

.filter__element--loader{
	position: relative;
}
.submenu__item_check--div.filter__element--loader::before{
	content: "";
	width: 18px;
	height: 18px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	background-color : var(--white);
	z-index: 1;
}
.submenu__item_check--div.filter__element--loader::after{
	content: "";
	width: 16px;
	height: 16px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	animation: imgLoader 1s linear infinite;
	border: 2px solid #9d9d9d4f;
	border-radius: 50%;
	border-left-color: var(--priymary-color);
	background-color : var(--white);
	z-index: 2;
}

/* order by price */
@media (min-width: 800px) {
	.content__sorting--item.filter__element--loader::before{
		background-color: var(--white);
	}
}
.content__sorting--item.filter__element--loader::before{
	content: "";
	width: 100%;
	height: 100%;
	display: flex;
	position: absolute;
}
.content__sorting--item.filter__element--loader::after{
	content: "";
	width: 15px;
	height: 15px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	animation: imgLoader 1s linear infinite;
	border: 2px solid #9d9d9d4f;
	border-radius: 50%;
	border-left-color: var(--priymary-color);
	background-color: var(--white);
}

/* ----------- new btn confirm filters */
.sidebar__applied {
	width: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 5px 5px;
	border-bottom: 1px solid var(--gray);
	padding: 10px;
}
.sidebar__applied--btn {
    border: 1px solid var(--tertiary-color);
    background: var(--tertiary-color-light);
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    padding: 5px;
	cursor: pointer;
	transition: all .3s ease;
	border-radius: var(--radius-mediom);
	color: var(--text-dark);
}
.sidebar__applied--btn:hover {
    border: 1px solid #e5000080;	
}
.sidebar__applied--btn img{
	width: 10px;
	height: 10px;
}
.sidebar__submit {
	display: none;
	/* width: 100%;
	height: 57px;
	background: var(--white);
	z-index: 3;
	display: flex;
	flex-direction: row;
	gap: 10px;
	border-top: 1px solid var(--gray-light);
	padding-top: 10px; */
}

.sidebar__btn{
	width: 100%;
	height: 100%;
	outline: 0;
	border-radius: 8px;
	font-weight: 500;
	font-size: 16px;
	cursor: pointer;
	transition: all .3s ease;
}
.sidebar__submit--btn {
	border: 1px solid transparent;
	background: var(--priymary-color);
	color: var(--white);
}
.sidebar__submit--btn:hover {
	background: var(--priymary-color-dark);
}
.sidebar__cancel--btn{
	border: 1px solid var(--priymary-color);
    background: transparent;
    color: var(--priymary-color);
    flex-shrink: 1.5;
} 

.apply__btn--filter{
	position: relative;
	opacity: .9;
    cursor: progress;
}
.apply__btn--filter::before{
	content: "";
	width: 100%;
	height: 100%;
	background-color: var(--priymary-color);
	display: flex;
}
.apply__btn--filter::after{
	content: "";
	width: 25px;
	height: 25px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	animation: imgLoader 1s linear infinite;
	border: 2px solid var(--white);
	border-radius: 50%;
	border-left-color: var(--priymary-color);
	background-color : transparent;	
}
.sidebar__submit--result {
	width: 50%;
	display: flex;
	flex-direction: column;
	gap: 5px;
	justify-content: center;
	height: 100%;
	font-weight: 500;
}
.sidebar__submit--result-title{
}
.sidebar__submit--result-count {
	font-size: 16px;
}
.sidebar__submit--holder {
    max-height: calc(100svh - 145px);
    position: relative;
    overflow: auto;
	scrollbar-width: none;
}
/* ----------- new filter price */
.sidebar__item--price {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
	padding: 0 10px 10px;
}
.sidebar__item--price-holder {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    gap: 5px;
    position: relative;
    align-items: center;
    justify-content: space-between;
	flex-wrap: wrap;
}
.sidebar__item--price-inp {
    width: calc(100% - 30px);
    height: 50px;
    border: 1px solid var(--gray);
    outline: 0;
    border-radius: var(--radius-mediom);
    padding: 10px 10px 10px 50px;
	transition: all .3s ease;
}
.sidebar__item--price-inp:hover {
    border: 1px solid var(--priymary-color-light);
}
.sidebar__item--price-inp:focus {
    border: 1px solid var(--priymary-color);
}

.sidebar__item--price-inp::-webkit-outer-spin-button,
.sidebar__item--price-inp::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.sidebar__item--price-inp {
  -moz-appearance: textfield; /* برای فایرفاکس */
}
.sidebar__item--price-title {
	font-weight: 500;
}
.sidebar__item--price-toman {
	position: absolute;
	left: 10px;
	top: 14px;
	color: var(--text-middle-gray);
}
/* ------- فیلتر های اعمال شده */
.content__fiters {
	display: none;
}
.display_none {
	display: none;
}

.child-slider{
	height: 100%;
}

.swiper-button-next-custom,.swiper-button-prev-custom{
	height: 30px;
    padding: 0px;
    outline: 0;
    cursor: pointer;
    border: 0;
    width: 30px;
    font-size: 28px;
    /* border-radius: 50%; */
    border-radius: 5px;
    background: #0000009e;
    color: #ccc;
    /* opacity: .7; */
    transition: all .3s;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    top: 50%;
	user-select: none;
	transform: translateY(-50%);
}
.swiper-button-next-custom img,.swiper-button-prev-custom img{
	
}

.swiper-button-next-custom{
	left: var(--swiper-navigation-sides-offset, 10px);
    right: auto;
}
.swiper-button-prev-custom{
	right: var(--swiper-navigation-sides-offset, 10px);
    left: auto;
}
.sidebar__item--price-header {
	display: none;
}

.last__swiper--image{
	position: relative;
	display: flex;
	height: 100%;
}
.last__swiper--image::before{
    content: "مشاهده تصاویر بیشتر";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    border-radius: 5px;
    z-index: 2;
    border: 1px solid #0000001f;
    color: #2b2f33;
    padding: 10px;
    font-size: 13px;
}
.last__swiper--image .content__hotels--img{
	filter: blur(4px);
    will-change: filter;
    backface-visibility: hidden;
    transform: translateZ(0);
}
.disabledPrice , .disabledPrice:hover {
	color: var(--gray);
	background: var(--gray-bright);
	cursor: no-drop;
}

.connection__network{
	position: fixed;
    bottom: 50px;
    right: -300px;
    background-color: #dc3545;
    box-shadow: 0 4px 6px 0 rgba(0, 0, 0, .08);
    color: #fff;
    user-select: none;
    padding: 12px;
    border-radius: 2px;    
	display: flex;
    align-items: center;
    gap: 5px;
	z-index: 20;
	transition: right .3s ease;
}
.connection__network--show{
	right: 25px;
}
@media (max-width: 800px) {
	.content__sorting--item.filter__element--loader::before{
		background-color: var(--body-back);
	}
	.filter_price .slider input[type="range"]::-webkit-slider-thumb {
		width: 28px;
		height: 28px;
	}
	.filter_price .slider input[type="range"]::-moz-range-thumb {
		width: 26px;
		height: 26px;
	}
	.filter_price .slider input[type="range"] {
		height: 10px;
	}
	.slider::before {
		height: 10px;
	}
	.connection__network--show{
    	right: 6px;
	}
}

/*  */
.sidebar__localtion{
	display: flex;
	align-items: center;
	user-select: none;
    justify-content: space-between;
	padding: 15px 10px;
	font-weight: 500;
}
.sidebar__localtion--item{
	display: flex;
	align-items: center;
	gap: 12px;
	width: -webkit-fill-available;
}
.location__checkbox{
	display: flex;
	align-items: center;
}
.sidebar__localtion--content{
	max-height: 0;
    transition: all .3s ease;
    overflow: hidden;
    opacity: 0.5;
    display: flex;
    flex-direction: column;
}
.sidebar__localtion--check:checked + .sidebar__localtion--content{
    max-height: 5000px;
    opacity: 1;
	overflow: visible;
}

.plus-minus-icon {
  position: relative;
  width: 24px;
  height: 24px;
  cursor: pointer;
}
.plus-minus-icon::before,
.plus-minus-icon::after {
  content: "";
  position: absolute;
  background-color: #868686;
  width: 12px;
  height: 2px;
  top: 50%;
  left: 50%;
  transform-origin: center;
  transform: translate(-50%, -50%);
}
.plus-minus-icon::before {
  transform: translate(-50%, -50%) rotate(0deg);
}
.plus-minus-icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.plus-minus-icon.open__svg::after {
  opacity: 0;
  transform: translate(-50%, -50%) scaleY(0);
}
.content__sorting--close {
	display: none;
}
/* text_content */
.text_content {
    width: 100%;
    margin: 50px auto 10px;
    text-align: justify;
    line-height: 2.5rem;
    border-radius: var(--radius-big);
    overflow-wrap: break-word;
    overflow: hidden;
}
.text_content img {
	max-width: 100%;
	margin: 20px auto;
	height: auto !important;
	border-radius: var(--radius-big);
}
.text_content h2 {
    margin: 20px 0;
}
.text_content h3, .text_content h4 {
	margin: 12px 0 8px;
}
.text_content ul, .text_content ol {
    list-style: initial !important;
    padding-right: 30px;
}
.text_content a {
	color: var(--priymary-color);
	text-decoration: underline;
}
/* FAQ */
.group_faq{
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.group_faq .h2 {
    margin-bottom: 10px;
	margin-top: 0;
}
.group_faq__item {
    background: var(--white);
    padding: 10px 20px;
    border-radius: var(--radius-mediom);
    cursor: pointer;
	border: 1px solid #eee;
}
.group_faq__item input{
    display: none;
}
.group_faq__item--question {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 55px;
    gap: 5px;
}
.group_faq__item--question span {
    font-weight: bold;
	font-size: 16px;
	line-height: 30px;
}
.group_faq__item--question img{ 
    transition: all .3s ease;
    width: 20px;
    height: 20px;
}
.group_faq__item--answer {
    max-height: 0;
    overflow: hidden;
    transition: all .3s ease;
    color: var(--f-button-color);
    font-size: 15px;
    text-wrap-style: pretty;
    text-align: justify;

}
.group_faq__item input:checked ~ .group_faq__item--answer {
    max-height: 250px;
    line-height: 30px;
}
.group_faq__item input:checked + .group_faq__item--question img{
    transform: rotateX(180deg);
}

/* ==================================== */
.text_content .holder_table{
	overflow-x: auto;
    margin-bottom: 5px;
    padding: 0 1px 5px;
}
.text_content .holder_table::-webkit-scrollbar{
	background-color: #eee;
	height: 5px;
	border-radius: var(--radius-mediom);
}
.text_content .holder_table::-webkit-scrollbar-thumb{
	background-color: #ccc;
	border-radius: var(--radius-mediom);
}
.text_content .table-container {
	width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	margin: auto;
	background: white;
	border-radius: 12px;
	box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}
.text_content table {
	width: 100%;
	border-collapse: collapse;
	text-align: center;
	/* min-width: 600px; */
	margin: 0 auto;
}
.text_content thead {
	background-color: #223A79 !important;
	color: white;
}
.text_content th, td {
	padding: 12px 8px;
	border: 1px solid #ddd;
	font-size: 14px;
}
.text_content tbody tr:nth-child(even) {
	background-color: #f1f1f1 !important;
}
.text_content tr:hover {
	background-color: #e1e1e1 !important;
}
.text_content thead tr {
	background-color: #223A79 !important;
}
.text_content thead tr:hover {
	background-color: #223A79 !important;
}
@media (max-width: 600px) {
	.text_content th, .text_content td {
		font-size: 12px;
		padding: 8px 6px;
	}
}
/* ==================================== */

/* start not_price_hotels */
.not_price_hotels_caption{
	background: var(--white);
	border-radius: var(--radius-mediom);
	padding: 10px;
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 10px;
	justify-content: space-between;
	grid-column: 1 / -1;
	margin: 20px 0;
}
.not_price_hotels_caption--holder {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 10px;
}
.not_price_hotels_caption__img {
    width: 50px;
    height: 50px;
    background: #1F78FF20;
    border-radius: var(--radius-mediom);
    display: flex;
    justify-content: center;
    align-items: center;
}
.not_price_hotels_caption__img img {
    width: 30px;
    height: 30px;
    filter: var(--filter-priymary-color);
    opacity: 0.6;
}
.not_price_hotels_caption__text {
    display: flex;
    flex-direction: column;
    gap: 5px;
    font-weight: 500;
}
.not_price_hotels_caption__text--title {
    font-size: 16px;
    color: var(--text-dark);
}
.not_price_hotels_caption__text--desc {
    font-size: 14px;
    color: var(--text-gray);
}
.not_price_hotels_caption__btn {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
}
.not_price_hotels_caption__btn label {
    height: 40px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 5px;
    border: 0;
    padding: 10px;
    background: var(--priymary-color-light);
    border-radius: var(--radius-mediom);
    color: var(--white);
	cursor: pointer;
	text-wrap: nowrap;
	transition: all 0.3s ease;
}
.not_price_hotels_caption__btn label:hover {
    background: var(--priymary-color);
}
.not_price_hotels_caption__btn img {
    width: 18px;
    height: 18px;
    filter: var(--filter-white);
}

/* end not_price_hotels */

.main_slider__slider--video {
    width: 100%;
    background: #374151;
	aspect-ratio: 16 / 6.7;
}

/* No Price */
.no_price {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #fafcff;
    border-radius: var(--radius-small);
    padding: 10px;
    gap: 12px;
    flex-wrap: wrap;
    border: 2px dashed var(--tertiary-color);
}

.no_price__content {
	flex: 1;
	min-width: 220px;
}

.no_price__title {
	font-weight: 500;
	margin: 0;
	font-size: 13px;
	color: #333;
}

.no_price__subtitle {
	margin: 4px 0 0;
	font-size: 12px;
	color: #666;
}

.no_price__actions {
	display: flex;
	gap: 12px;
	flex-wrap: wrap;
	align-items: center;
}

.no_price__action {
    border: none;
    background: none;
    color: var(--priymary-color);
    font-size: 14px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 4px;
    white-space: nowrap;
    background-color: #eff4fb;
    padding: 10px;
    border-radius: 3px;
	transition: background-color .3s;
}
.no_price__action:hover{
	background-color: #e7effa;
}

.no_price__icon {
    background: #eff4fb;
    border-radius: 3px;    
    display: flex;
    align-items: center;
    justify-content: center;
	width: 50px;
    height: 50px;
}

.no_price__parent--content{
	display: flex;
    align-items: stretch;
    gap: 10px;
	width: 100%;
	flex-wrap: wrap;
}
.no_price__parent{
	display: flex;
    flex-direction: column;
    gap: 20px;
}

.no_price__icon img{
	filter: var(--filter-priymary-color);
}

@media screen and (min-width:650px){
	.no_price__icon img{
		width: 30px;
		height: 30px;
	}
	.no_price__title{
		font-size: 14px;
	}
	.no_price__subtitle{
		font-size: 13px;
	}
}

.no_price--pagination{
	width: max-content;
    margin: auto;
}
.no_price--load{
    border: none;
    outline: none;
    font-size: 14px;
    font-family: inherit;
    color: #595959;
	cursor: pointer;
	display: flex;
    align-items: center;
    justify-content: center;
	gap: 5px;
	background-color: var(--white);
    border-radius: 3px;
	padding: 10px;
	transition: background-color .3s ease;
}
.no_price--load:disabled{
	opacity: 0.7;
	cursor: not-allowed;
}
.no_price--load:hover{
	background-color: rgba(255, 255, 255, 0.6);
}
.no_price__pagination--icon{
	filter: var(--filter-priymary-color);
	cursor: pointer;
}

.no_price_icon--reload{
	display: none;
}
.is-loading .no_price_icon--arrow{
	display: none;
}
.is-loading .no_price_icon--reload{
	display: flex;
	animation: spin 1s linear infinite;
}
/* end not_price_hotels */

/* video in editor */
.text_content .plyr {
    max-width: 700px;
    margin: 10px auto;
    border-radius: var(--radius-big);
}
.text_content .video {
	width: 100%;
    aspect-ratio: 16 / 9;
    background: var(--gray-dark-color);
}

/* table-of-contents */
.table-of-contents {
	background: #fff;
	border: 1px solid #eee;
	border-radius: 10px;
	padding: 15px;
	margin-bottom: 20px;
	width: max-content;
	max-width: 500px;
}
.table-of-contents__title {
	font-size: 16px;
	font-weight: bold;
	color: #333;
}
.table-of-contents>.table-of-contents__main_ul {
    list-style: none;
	border: 1px solid #eee;
	border-radius: 10px;
    padding: 10px 5px 10px 10px;
	margin-top: 15px;
}
.table-of-contents li , .holder_textedit ul li{
	list-style: none !important;
}
.table-of-contents__main_ul ul li {
	list-style: disc !important;
    color: #1F78FF;
}
.table-of-contents a {
    display: block;
    color: #2d3748;
    text-decoration: none;
    padding: 5px 10px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}
.table-of-contents a::before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 4px;
    background: linear-gradient(135deg, #60A7FF 0%, #1F78FF 100%);
    transform: scaleY(0);
    transition: transform 0.3s ease;
}
.table-of-contents a:hover::before {
    transform: scaleY(1);
}
.table-of-contents a:hover {
	background: #f7fafc;
    color: #667eea;
    transform: translateX(-4px);
}
.editor__linkBox {
    width: 100%;
    padding: 15px 10px;
	border-radius: 3px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
	align-items: center;
    gap: 5px;
    font-size: 16px;
    font-weight: bold;
    color: var(--gray-dark-color);
    border-right: 7px solid var(--priymary-color);
    background: var(--gray-bright);
}
.editor__linkBox a {
	text-decoration: none;
	color: var(--priymary-color);
}
.editor__linkBox img , .editor__linkBox--img {
	margin: 0 !important;
	width: 40px;
	height: 40px;
	border-radius: 5px;
}
.editor_box {
	background: var(--white);
    padding: 10px;
}
.text_content.single_box {
	background: var(--white);
	padding: 20px 0;
}
.goToMapBtn {
	display: none;
}

.sidebar__item--price-offer{
    overflow: auto;
    display: flex;
    gap: 10px;
	scrollbar-width: none;
    -ms-overflow-style: none;
}
.sidebar__item--price-offer::-webkit-scrollbar,
.sidebar__item--price-offer::-webkit-scrollbar {
    display: none;
}
.option-off .offerd__price--filter{
	pointer-events: none;
}
.offerd__price--filter{
	background-color: rgba(0, 0, 0, 0.04);
    border: none;
    /* padding: 10px 20px; */
    border-radius: 6px;
    font-size: 12px;
    cursor: pointer;
    color: rgba(0, 0, 0, 0.56);
    /* min-width: max-content; */
    transition: all .2s;
    text-wrap: nowrap;
    white-space: nowrap;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 38px;
}
.offerd__price--filter:hover{
	background-color: rgba(0,0,0,0.12);
}
.error__item--price-offer{
	color: #dc3545;
	font-size: 12px;
	text-align: right;
}

/*  */
.offer__section--content::after{
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: 100%;
}
.offered_hotel--options{
	height: 52px !important;
    margin-top: -5px !important;
}
.offered_hotel--option{
    row-gap: 10px !important;
    column-gap: 18px !important;
	flex-wrap: wrap;
}
.content__fiters--fake-delete{
	display: none;
}
.content__fiters--fake-delete.show{
	display: flex;
	height: 56px;
}