.tours{width:100%;padding:0 1px;overflow:hidden}.tours__box{border:1px solid #e5e5e5;border-radius:8px;flex-direction:column;height:auto;display:flex;position:relative;overflow:hidden}.tours__box--holder_img{width:100%;height:200px;display:inline-flex;position:relative;overflow:hidden}.rowView .tours__box--parent_link{width:100%;height:100%;min-height:220px}.tours__box--location{border-radius:var(--radius-small);z-index:2;background:#fff9;align-items:center;gap:3px;padding:5px;font-size:12px;font-weight:500;display:flex;position:absolute;top:10px;right:10px}.tours__box--address_link{color:#438dd6;font-weight:500}.tours__box--star{color:var(--text-dark);z-index:2;background:#fff;border-radius:20px;flex-direction:row;align-items:center;gap:5px;padding:4px 6px;font-size:12px;font-weight:700;display:flex;position:absolute;top:8px;left:8px}.tours__box--star img{width:13px;height:auto}.tours__box--options{align-items:center;gap:var(--space-medium);z-index:2;flex-flow:wrap;margin-top:10px;display:flex;top:210px;right:10px}.tours__box--options_item{color:#fff;text-wrap:nowrap;background:#2b2f33;border-radius:20px;flex-direction:row;gap:7px;padding:5px 8px;font-size:12px;font-weight:500;display:flex}.tours__box--options_item img{filter:var(--filter-white);width:auto;height:18px}.tours__box--ads{color:#4183e6;z-index:2;background:#e6f0ff;border-radius:8px;flex-direction:row;justify-content:center;align-items:center;width:103px;height:37px;padding:9px 16px;font-size:14px;font-weight:500;display:flex;position:absolute;top:8px;right:8px}.tours__box--offer{color:#818181;flex-direction:row-reverse;align-items:center;gap:8px;width:100%;display:flex}.tours__box--offer del{font-size:14px;text-decoration:line-through}.tours__box--offer span{font-size:12px;font-weight:100}.tours__box--discount{color:#fff;background:#3f7dd9;border-radius:20px;justify-content:center;align-items:center;padding:3px 5px;display:flex}.tours__box--img{object-fit:cover;width:100%;height:100%}.tours__box--info{padding:var(--space-medium);flex-direction:column;justify-content:space-between;gap:16px;height:calc(100% - 200px);display:flex}.tours__box--info_content{flex-direction:column;gap:8px;display:flex}.tours__box--holder_title{margin-bottom:8px}.tours__box--title{color:var(--text-dark);text-overflow:ellipsis;text-wrap:nowrap;width:100%;font-size:16px;font-weight:700;overflow:hidden}.tours__box--item,.tours__box--holder_address{color:var(--text-gray);flex-direction:row;align-items:center;gap:8px;font-size:13px;font-weight:400;display:flex}.tours__box--footer{border-top:1px solid #ddd;flex-direction:row;align-items:flex-end;gap:8px;padding-top:5px;display:flex}.tours__box--del{color:#818181;text-align:left;flex-direction:row-reverse;align-items:center;gap:3px;width:100%;font-size:16px;display:flex;position:relative}.tours__box--del:after{content:"";background:var(--text-gray);width:100%;height:1px;position:absolute;top:45%;right:0}.tours__box--holder_price{flex-flow:wrap;justify-content:space-between;align-items:center;gap:0 8px;width:100%;height:56px;display:flex}.tours__box--price_desc,.tours__box--price_ins span{color:var(--text-gray);font-size:13px;font-weight:400}.tours__box--price_ins span{font-size:12px}.tours__box--price_ins{color:#2563eb;text-align:left;font-size:18px;font-weight:700}.tours__box--icon{width:20px;height:auto;filter:var(--filter-gray-dark)}.tours__box--link{display:none}.tours__box--call{color:#606470;border-radius:8px;justify-content:center;align-items:center;width:100%;height:39px;margin-right:0;font-size:14px;transition:all .3s;display:flex}.tours__box--call:hover{color:var(--priymary-color-dark)}.img__loader{background:#eee}.img__loader:after{content:"";border:2px solid #ffffff4f;border-left-color:#9d9d9d;border-radius:50%;width:30px;height:30px;animation:1s linear infinite imgLoader;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.img__loader-bg:after{content:"";background:var(--gray);width:100%;height:100%;position:absolute;top:0;left:0}@keyframes imgLoader{0%{transform:translate(-50%,-50%)rotate(0)}to{transform:translate(-50%,-50%)rotate(360deg)}}.tours__box--holder_img .swiper-pagination{display:none}.tours__box--holder_img .swiper-slide.last_slide{justify-content:center;align-items:center;display:flex;position:relative}.tours__box--holder_img .swiper-slide.last_slide:before{content:"";background:#00000085;width:100%;height:100%;position:absolute}.tours__box--holder_img .swiper-slide.last_slide:after{content:"مشاهده تصاویر بیشتر";color:#fff;border-radius:3px;padding:8px;font-size:14px;position:absolute}.tours__box--holder_img .swiper-button-prev,.tours__box--holder_img .swiper-button-next{background:#ffffff90;border-radius:8px;justify-content:center;align-items:center;width:24px;height:24px;display:flex;top:calc(50% + 12px)}.tours__box--holder_img .swiper-button-prev:after,.tours__box--holder_img .swiper-button-next:after{color:#00000090;font-size:11px;font-weight:700}.tours__box--holder_img .swiper-slide a{cursor:zoom-in;outline:none;width:100%;height:100%}.tours__box--holder_img .swiper-slide.gallery-error{color:#999;background:#eee;justify-content:center;align-items:center;display:flex}.overflow_hidden{overflow:hidden!important}.tourCardOverlay{z-index:20;background:#00000090;width:100%;height:100%;transition:all .3s;position:fixed;top:0;right:0}.tourCardModal{z-index:21;background:#fff;border-radius:24px 24px 0 0;flex-direction:column;align-items:center;gap:20px;width:100%;height:auto;padding:32px 20px 20px;transition:all .3s;display:flex;position:fixed;bottom:0;right:0;transform:translateY(100%)}.tourCardModal.show{transform:translate(0%)}.tourCardModal__header{flex-direction:row;justify-content:space-between;width:100%;font-size:16px;font-weight:500;display:flex;position:relative}.tourCardModal__header:before{content:"";background:#d2d2d2;border-radius:10px;width:40px;height:4px;position:absolute;top:-20px;right:calc(50% - 20px)}.tourCardModal__header--title{font-size:16px;font-weight:500}.tourCardModal__header--close{display:none}.tourCardModal__content{color:#333;flex-direction:column;gap:24px;width:100%;font-size:14px;display:flex}.tourCardModal__content--desc{font-size:14px;font-weight:400}.tourCardModal__content video{aspect-ratio:16/9;background:#eee;border-radius:8px;width:100%}.tourCardModal__content--btn{color:#fff;background:#2563eb;border:0;border-radius:8px;outline:none;width:100%;height:48px;font-family:inherit;font-size:16px;font-weight:500}@media (width>=768px){.tourCardModal{border-radius:12px;width:460px;height:auto;padding:20px;bottom:50%;right:50%;transform:translate(50%,100vh)}.tourCardModal.show{transform:translate(50%,50%)}.tourCardModal__header--close{cursor:pointer;width:20px;height:20px;display:block}.tourCardModal__header:before{content:unset}.rowView .tours__box--info{flex-direction:column;width:60%;height:auto}.rowView .tours__box--info_content{justify-content:space-between;width:100%}.rowView .tours__box{flex-direction:row;max-height:255px}.rowView .tours__box--holder_img .swiper-pagination .swiper-pagination-bullet{background:#fff;border-radius:20px;transition:all .3s}.rowView .tours__box--holder_img .swiper-pagination .swiper-pagination-bullet-active{width:20px}.rowView .tours__box--holder_img{width:40%;height:100%;padding:0;overflow:hidden}.rowView .tours__box--location{display:none}.rowView .tours__box--star{width:fit-content;right:calc(40% - 75px)}.rowView .tours__box--options{position:unset}.rowView .tours__box--link{width:100%;transition:all .3s}.rowView .tours__box--link:hover{background:#223a79}}@media (width>=1024px){.rowView .tours__box{flex-direction:row;min-height:210px;max-height:235px}.rowView .tours__box--holder_img .swiper-pagination{display:block;bottom:0}.rowView .tours__box--info{flex-direction:row;align-items:stretch;gap:0;width:70%;padding:0;display:flex}.rowView .tours__box--title{text-overflow:ellipsis;text-wrap:nowrap;max-width:calc(100% - 80px);overflow:hidden}.rowView .tours__box--holder_img{width:30%;max-height:209px}.rowView .tours__box--info_content{width:65%;padding:8px}.rowView .tours__box--footer{border-top:0;border-right:2px dashed var(--text-gray-bright);width:35%;padding:var(--space-big);flex-direction:column;justify-content:space-between;align-items:center;padding-top:45px;display:flex}.rowView .tours__box--holder_price{align-items:center;gap:var(--space-big);flex-flow:column;width:100%;display:flex}.rowView .tours__box--link{color:#fff;background:#2563eb;border-radius:8px;justify-content:center;align-items:center;width:100%;padding:8px;display:flex}.rowView .tours__box--offer{justify-content:center}.rowView .tours__box--offer span{padding:3px 8px;position:absolute;top:10px;left:10px}.rowView .tours__box--holder_address{align-items:center;gap:var(--space-medium);text-wrap:nowrap;flex-direction:row;font-size:14px;display:flex}.rowView .tours__box--address{text-overflow:ellipsis;overflow:hidden}.rowView .tours__box--holder_title{flex-direction:row;justify-content:space-between;align-items:center;display:flex}.rowView .tours__box--options,.rowView .tours__box--star{position:unset}.rowView .tours__box--price_ins{text-align:center}}