.cabines-index{
	  display: grid;
  grid-template-columns: repeat(3, 1fr); /* 3 колонки одинаковой ширины */
  gap: 30px; /* расстояние между ячейками */
}
.post_cabine_index{
    color: #000;
    font-size: 16px;
    padding-bottom: 70px;
}
.href_post_cabine{
    text-align: center !important;
    text-decoration: none !important;
    width: 100% !important;
    display: block;
}
.foto_cabine{
	width:100%; height: 100%;
}
.color_selector{
display: flex;
    flex-direction: column;
    justify-content: center;
}
.title_colors_selector{
	font-weight: 400; font-size: 16px;
}
.custom_selector_color{
	list-style-type: none;
    margin-left: 0px !important;
    margin-bottom: 20px !important;
    background: #f5f5f5;
    padding: 0px !important;
    border-radius: 6px;
    border: 1px solid rgb(109 47 130 / 27%);
    box-sizing: border-box;
    max-width: 200px;
    margin: auto !important;
    margin-bottom: 20px !important;
}
.custom_selector_color li{
	    cursor: pointer;
    transition: 0.3s;
    padding: 6px 12px !important;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.custom_selector_color li:hover, .selector_color_active{transition:0.3s; background: rgb(109 47 130 / 27%);}
.custom_selector_color li > nav{text-transform: capitalize;font-size: 14px;}
.color_circul{
	    width: 16px;
    height: 16px;
    border-radius: 50%;
    margin-right: 8px;
    border: 1px solid #a4a4a4;	
}
.title_post_cabine_index{
    text-align: center;
    color: #000;
    font-weight: 600;
    padding-bottom: 25px;
    padding-top: 15px;
    font-size: 20px;
}
.btn_yellow_site{
    color: #2c2f38;
    font-size: 14px;
    font-family: 'Roboto', Arial, sans-serif;
    line-height: 1.55;
    font-weight: 500;
    text-transform: uppercase;
    border-radius: 30px 30px 30px 30px;
    background-color: #ffdc52;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
    display: inline-block;
    padding: 12px 26px;
    text-decoration: none !important;
}
.btn_custom_single_blog{
    color: #fff;
    font-size: 14px;
    font-family: 'Roboto', Arial, sans-serif;
    line-height: 1.55;
    font-weight: 500;
    text-transform: uppercase;
    border-radius: 30px 30px 30px 30px;
    background-color: #823494;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
    display: inline-block;
    padding: 12px 26px;
    text-decoration: none !important;	
}
.btn_custom_single_blog:hover{
	color: #2c2f38 !important; background-color: #ffdc52;
}
.box_single_blog_for_cabins{    padding-bottom: 20px; }
.container_single_blog_for_cabins{
	background-color: #EBEBEB; padding: 24px; border-radius: 8px;
	display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap;
}
.container_single_blog_for_cabins section{
	width: calc(50% - 15px);
}
.container_single_blog_for_cabins h3{font-size: 28px;
    padding-bottom: 38px;
    font-weight: 700;}
.container_single_blog_for_cabins img{
    width: calc(50% - 25px);
    border-radius: 8px;
    aspect-ratio: 10 / 5;
    object-fit: cover;
    object-position: center;
}
.btn_yellow_site:hover{color: #2c2f38 !important; background-color: #fff2bd;}
.btn_border_black{
    color: #333;
    font-size: 14px;
    font-family: 'Roboto', Arial, sans-serif;
    line-height: 1.55;
    font-weight: 500;
    text-transform: uppercase;
    border-radius: 30px 30px 30px 30px;
    border: 1px solid #333;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
    display: inline-block;
    padding: 12px 26px; cursor:pointer;
    text-decoration: none !important;
}
.btn_border_black:hover{color: #333 !important; background-color: #fff2bd;}
.description p{font-weight: 400; font-size: 16px; color: var( --e-global-color-b644125 );}
/******/
.custom_select_wrapper {
  position: relative;
  width: 200px;
  cursor: pointer; margin-bottom: 20px; border-radius: 8px;
}

.custom_select_trigger:before{
	content:'';
	position: absolute;
	top: 12px; right: 8px; width: 20px; height:20px; background:url('/wp-content/uploads/2025/07/arrow_bottom.png'); background-position:center; background-repeat:no-repeat; background-size: contain;
}
.custom_select_trigger {
  padding: 10px;     border-radius: 8px;
  background: #f2f2f2; position:relative;
  border: 1px solid #ccc;
}

.custom_selector_color {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 10;
  background: #fff;
  border: 1px solid #ccc;
  width: 100%;
  max-height: 200px;
  overflow-y: auto;
  margin: 0;
  padding: 0;
  list-style: none;
}

.custom_selector_color li {
  padding: 10px;
  display: flex;
  align-items: center;
}

.custom_selector_color li:hover {
  background: #eee;
}
.ast-container:has(.cabine-single){
	    width: 100% !important;
    max-width: 100% !important; background:#fff; padding-top: 80px; min-height:calc(100vh - 80px);
}
.flex_justify_start{
	display: flex;        justify-content: space-between;
        align-items: flex-start; flex-wrap:wrap;
}
.left_cabine_single, .right_post_cabine{width:calc(50% - 25px);}
.right_post_cabine{padding-top: 80px;}
.right_post_cabine h1{padding-bottom: 25px;}
.right_post_cabine .capacity_count{
	padding-bottom: 25px;
    padding-top: 0px;
    font-weight: 600;
    font-size: 20px;
}
.container-cabine{
	max-width: 1260px; box-sizing:border-box; padding-left: 20px; padding-right:20px;     margin: auto;
}
.color_circul_img{}
.color_circul_img img{width:25px; height:25px;margin-right: 8px}
.curent_mini_img{width: 25px !important;
    height: 25px !important;
    margin-right: 4px;
    margin-top: -14px;}
/******/
.container_3d_model{position: relative;}
.container_3d_model:before{
    position: absolute;
    content: '';
    background: url(/wp-content/uploads/2025/07/Screenshot_6.jpg);
    background-position: top center;
    top: -98px;
    right: -126px;
    width: 251px;
    height: 189px;
    overflow: hidden;
}
.block_3d_url{ max-height: 80%; height:auto;}
.block_3d_url iframe{    aspect-ratio: 10 / 10;
    position: relative;
    z-index: 3;}
.flex-gallery {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.foto_gallery {
    height: 340px;
    flex-grow: 1;
    display: inline-block;
    overflow: hidden;
    border-radius: 8px;
    width: auto;
}
.foto_gallery img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.ast-blog-layout-4-grid .ast-article-inner .wp-post-image {
    width: 100%;
    object-fit: cover;
    object-position: center;
}
.container-box-single_blog{
	max-width:1260px; padding-left:20px; padding-right:20px; margin:auto;
}
.description_single_blog img{margin-bottom: 25px; margin-top: 15px; max-width:100%;}
.other_singles{
    padding-bottom: 45px;	
}
.post_other_singles .related-post-link{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
    border-bottom: 1px solid #733888; transition:0.3s;
    padding-bottom: 20px; text-decoration: none !important; color: #333;
}
.related-post-thumbnail{ width:25%; }
.related-post-content{width:calc(75% - 25px);}
.related-post-thumbnail img{width: 100%; margin: 0px; aspect-ratio: 10 / 5; object-fit: cover;}
.related-post-link{text-decoration:none;}
.related-post-link:hover{opacity:0.4; transition:0.3s;}
.related-post-title{color: #7955ab;}
.related-post-excerpt p{font-size: 16px; font-weight:400;}
.related-posts{max-width: 740px; margin: auto;}
.elementor-popup-modal .dialog-message{overflow: visible;}	
.mini_text{padding: 16px 10px;}	
.mini_text p{font-weight: 400 !important;line-height: 150%;}	
.elementor-popup-modal .dialog-message{    overflow: visible !important;}	
.elementor-element-a95055b, 
.elementor-element-7624f89{position: relative; z-index: 3;}
.fancybox-button--thumbs, 
.fancybox-button--zoom,
.fancybox-button--play,
.fancybox-button--close{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px !important;
    width: 50px;
    height: 37px;
    border-radius: 12px !important;	
}
.fancybox-button--thumbs svg, 
.fancybox-button--zoom svg,
.fancybox-button--play svg,
.fancybox-button--close svg{
	    display: block;
    height: 30px;
    position: relative;
    width: 30px;
}
h1.entry-title{display:none !important;}

.elementor-nav-menu ul{
	position: relative;
}
.my_cabines_block_other{display:block;}

.btn_yellow_border{
    color: #2c2f38;
    font-size: 13px;
    font-family: 'Roboto', Arial, sans-serif;
    line-height: 1.55;
    font-weight: 500;
    text-transform: uppercase;
    border-width: 1px;
    border-radius: 30px;
    background-position: center center;
    border-color: #ffdc52;     
    border-style: solid;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
	padding: 17px;
}
.btn_yellow_border:hover{
	background: #ffdc52; 
}

@media (max-width: 1024px) {
    body.admin-bar .dialog-type-lightbox {
        height: 100vh;
        position: fixed !important;
    }
}
@media(max-width:960px){
	.cabines-index {
		grid-template-columns: repeat(2, 1fr);
	}
	.left_cabine_single, .right_post_cabine{width:100%;}
}
@media(max-width:740px){
	.container_single_blog_for_cabins h3 {
		font-size: 22px;
		padding-bottom: 12px;
		font-weight: 700;
	}
	.container_single_blog_for_cabins img {
		aspect-ratio: 10 / 8;
	}	
	.cabines-index {
		grid-template-columns: repeat(1, 1fr);
	}
	/* trp-language-switcher-container menu-item menu-item-type-post_type menu-item-object-language_switcher current-language-menu-item */
	li.menu-item-object-language_switcher > ul.sub-menu{
        position: fixed !important;
        top: 90px !important;
        left: 0px !important;
        right: 0px !important;
        z-index: 9999999 !important;
        margin: 0px !important;
        height: calc(100% - 90px) !important;
        box-sizing: border-box !important;
		        overflow: auto;
        box-shadow: 0px 0px 3px 0px #000;
	}
}	
@media(max-width:640px){
	.container_single_blog_for_cabins section{
		width: 100%;
	}
	.container_single_blog_for_cabins h3{font-size: 22px;
		padding-bottom: 24px;}
	.container_single_blog_for_cabins img{
		width: 100%; margin-bottom: 20px;
	}
}	
	
	
.display-none,
.elementor-location-footer .trp-language-switcher-container,
.elementor-field-group-field_c645556{display:none !important;}