#blocks {
	display: flex;
	flex-direction: column;
	flex: 1;
}

.block_menu_top_logo img {
    max-height: 40px !important;
}

/**/
#block_14 {
	display: none !important;	
}


.block {
	position: relative;
    z-index: 2;
}

#block_8, #block_9 {
    background: #f5f5f5;
}

.block_catalog_container .dan_flex_row, .block_catalog_container .dan_flex_row_start {
    overflow: visible !important;
}

* {
	/* box-sizing:border-box; */
}

a.block_menu_top_1_a {
    border-radius: 30px !important;
}

.e_block_modal_menu_area_right_text a {
    font-size: 14px !important;
	color: var(--color-1) !important;
}

/**/

.w1420 {
	width:100%;
	max-width:1420px;
	margin:0 auto;
}

.w1440 {
	width:100%;
	max-width:1440px;
	margin:0 auto;
}

.w1280 {
	width:100%;
	max-width:1280px;
	margin:0 auto;
}

.w1275 {
	width:100%;
	max-width:1275px;
	margin:0 auto;
}

.w800 {
	width:100%;
	max-width:800px;
	margin:0 auto;
}

#block_2 .w1275 {
    padding: 0 5px;
}

/**/

.leftmenu {
    width: 100%;
    max-width: 245px;
    background: #fff;
    height: 100%;
    border-radius: 10px;
    box-shadow: 0px 0px 5px 0px RGBA(0, 0, 0, 0.1) !important;
    overflow: hidden;
}

.leftmenu-1, .activeleftmenu-1 {
	display				:block;
	padding				:10px 15px;
	font-size			:16px;
	font-weight			:normal;
	text-decoration		:none !important;
	color				:#383838;
	transition			:all 0.3s;
}

.activeleftmenu-1 {
	color: var(--color-1) !important;
	background: #fff !important;
	border-left: 1px solid var(--color-1);
}

.leftmenu-1:last-child, .activeleftmenu-1:last-child {
	border-top: 1px solid #EAEAEA;
}

.leftmenu-1:hover, .activeleftmenu-1:link, .activeleftmenu-1:visited, .activeleftmenu-1:hover {
	color: var(--color-1);
	background			:#FAFAFA;
	border-left: 6px solid var(--color-1);
}

.leftmenu-2, .activeleftmenu-2 {
	display				:block;
	padding				:8px 10px 8px 35px;
	text-decoration		:none !important;
	font-size			:12px;
	color				:#383838;
	border-top			:1px solid #EAEAEA;
	overflow			:hidden;
	transition			:all 0.3s;
}

.leftmenu-2:last-child, .activeleftmenu-2:last-child {
	border-bottom		:1px solid #EAEAEA;
}

.leftmenu-2:hover, .activeleftmenu-2:link, .activeleftmenu-2:visited, .activeleftmenu-2:hover {
	color				:var(--color-1);
	background-color	:#fff;
}

/**/

#block_2 {
	position: relative;
    padding: 40px 0;
    width: 100%;
    /*height: 100%;*/
    background: #eee;
	overflow: visible;
}

#block_7 {
	width: 100%;
    position: absolute;
    top: 120px;
	z-index: 1;
}

.video_bg_video {
    width: 100%;
    display: block;
    height: 100%;
    object-fit: cover;
}

.button_custom {
    cursor: pointer;
    display: inline-block;
    padding: 15px 25px;
    font-weight: normal;
    cursor: pointer;
    background:var(--color-1) !important;
    color:#fff;
    text-decoration: none !important;
    box-sizing: border-box;
    -webkit-appearance: none;
    transition:all 0.3s ease;
	border-radius: 30px;
}

.button_custom:hover {	
	transform:scale(1.05);
}

.table_cert tbody tr td {
	padding: 10px;
	background-color: #eeeeee;
}

.table_cert tbody tr > td:nth-child(1) {
	border-radius: 10px 0px 0px 10px;
}

.table_cert tbody tr > td:nth-child(2) {
	border-radius: 0px 10px 10px 0px;
}

.table_cert {
	border-spacing: 0px;
	width: 100%;
}

.dan_button_small {
    padding: 5px 15px !important;
    font-size: 20px !important;
    border-radius: 5px !important;
}

a.button_transparent {
	background:#fff !important;
	color:inherit !important;
	border: 1px solid var(--color-1) !important;
}

.dan_button_red.button_transparent {
	color:var(--color-1) !important;
}

.faq_container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding: 20px;
    gap: 20px;
    max-width: 1440px;
}

.faq_block_left, .faq_block_right {
    display: flex;
    flex-grow: 1;
    flex-direction: column;
    max-width: 710px;
	justify-content: flex-start;

}

.faq_container details {
    width: 100%;
    background-color: #eeeeee;
    border-radius: 10px;
    padding: 20px;
    box-sizing: border-box;
    transition: 0.2s;
}

.faq_container details[open] summary {
    padding-bottom: 20px;
}

.faq_container summary {
    font-size: 18px;
}

.main_block {
	display: flex;
	z-index: 2;
	position: relative;
}

.main_block .dan_flex_row {
	align-items:center;
	background: #fff;
	height: 100%;
	box-shadow: 0px 0px 5px 0px RGBA(0, 0, 0, 0.1) !important;
}

.main_block >:last-child {
	width: 100%;
}

.main_block .flex_50 {
    width: 50%;
    padding:20px;
	flex-grow: 1;
    box-sizing: border-box;
}

.flex_50.flex_video {
	padding:0;
	max-width: 681px;
	height: 100%;
}

.flex_buttons {
	display: flex;
    justify-content: center;
}

.flex_buttons > div {
	/* padding:5px; */
}

.block_menu_top_logo_text {
    margin-left: 0 !important;
	max-width: 200px;
}

@media screen and (min-width:769px) {	
	
	.dan_youtube iframe {
		border-radius:15px;
		z-index: 2;
	}
}

.bg_img {
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 100%;
	z-index: 1;
}

#block_5 >:last-child {
	margin-top: -5px !important; 	
}

.block_packages_2_item_wrap {
    line-height: 1.1 !important;
	box-shadow: 0px 0px 5px 0px RGBA(0, 0, 0, 0.1) !important;
}

@media screen and (max-width:768px) {	

	.main_block {	
		justify-content: center;
	}
	
	.main_block >:last-child {
		padding-left: 0;
	}
	
	.leftmenu, .flex_video {
		display:none;
	}
	
	.main_block .flex_50 {
		width: 100%;
	}
	
	h1, .title {
		font-size: 24px !important;
	}
	
	h2 {
		font-size: 22px !important;
	}
	
	.block_menu_top_right a {
		font-size: 14px !important;
	}
	
	.e_block_modal_menu_area_right_text a {
		font-size: 12px !important;
	}
}

@media screen and (max-width:510px) {
	.block_packages_2_item {
		max-width: 530px !important;
	}
}

.block_catalog_1_right {	
    justify-content: center !important;
	margin-bottom: 0 !important;
    gap: 0 !important;
    padding: 1px;
}

.block_catalog_1_right .dan_flex_row_start {
    overflow: visible !important;
}

.block_catalog_1_section_image {
    height: auto !important;
}

.block_catalog_1_m_lvl_0 {
    margin: 1px;
}

.block_catalog_section_text {
	font-weight: 400 !important;
	padding-top: 0 !important;
	padding-bottom: 10px;
	font-size: 14px !important;
}

.block_catalog_section_section_wrap {
    border: none !important;
    outline: none;
    box-shadow: 3px 3px 5px rgb(0 0 0 / 7%);
    border-radius: 30px;
    flex-grow: 1;
}

.block_catalog_section_section_wrap:hover {
	box-shadow: box-shadow: 3px 3px 5px rgb(0 0 0 / 14%);
}

.block_catalog_1_m_lvl_0, .block_catalog_1_m_lvl_1, .block_catalog_1_m_lvl_2 {
    font-weight: 400 !important;
    outline: 1px solid #ddd !important;
    font-size: 14px !important;
    border-left: 0 solid transparent;
    transition: all 0.2s;
}

.block_catalog_1_m_lvl_0.active .block_catalog_1_ma_lvl_0{
    outline: none !important;
}

.block_contacts_svg {
    fill:var(--color-1) !important;
}

.block_contacts_mapyandex {
    margin-bottom: 0 !important;
}


/*

@media screen and (min-width: 1001px) {
    .block_catalog_1_m_d {
        display: block !important;
        pointer-events: none;
    }

    .block_catalog_1_m_d summary {
        background: var(--color-active);
        color: #fff;
        padding: 10px 20px;
    }
}*/


@media screen and (min-width: 1001px) {
	.block_menu_top_1_wrap {
		width: 100%;
		display: flex;
		align-items: center;
		padding: 0 20px;
	}
	.block_menu_top_1_wrap >:first-child {
		flex-grow: 1;
	}
	.block_menu_top_1_wrap >:first-child > a {
		display: flex !important;
		align-items: center;
		width: fit-content;
		color: var(--menu-top-color-active);
		border: 1.5px solid var(--menu-top-color-active);
		padding: 8px 20px  !important;
	}
	.block_menu_top_1_wrap >:first-child > a:hover {
		background: var(--color-active);
		color:#fff;
	}	
	.block_menu_top_1_wrap >:first-child > a::before {
        width: 20px;
        height: 24px;
        content: '';
        background-color: var(--color-active);
        -webkit-mask-image: url(/blocks/menu/frontend/1/catalog.svg);
        mask-image: url(/blocks/menu/frontend/1/catalog.svg);
        display: inline-block;
        background-size: cover;
        padding-right: 5px;
        margin-right: 10px;
	}

	.block_menu_top_1_wrap >:first-child a:hover::before, .block_menu_top_1_wrap >:first-child a.active::before {
		filter: brightness(10) saturate(0) contrast(10);
	}
	
	.block_menu #block_menu_search_mic, .block_menu #block_menu_search_input {
		display:none;
	}

	.footer_title {
		display: block;
		pointer-events:none;
	}
	
}

.block_catalog_1_m_lvl_0:hover, .block_catalog_1_m_lvl_1:hover, .block_catalog_1_m_lvl_2:hover, .block_catalog_1_m_lvl_3:hover {
    border-left: 4px solid var(--color-1);
	transition: all 0.2s;
}

.button_fast_link_wrap {
	gap: 10px;
    margin-bottom: 20px;
}

.block_catalog_1_m_w_0, .block_catalog_1_m_w_1, .block_catalog_1_m_w_2, .block_catalog_1_m_w_3 {
    left: 265px!important;
	margin: 0!important;
}

.tag_tile_categories_wrap {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
	width: 760px;
	margin-top: 10px;
}

.tag_tile_column {
    display: flex;
    flex-direction: column;
    flex-basis: 250px;
    width: 100%;
    background: #eeeeee;
    border-right: 1px solid #c4c4c4;
	padding: 15px;
	height: 140px;
}

.tag_tile_column:nth-child(3) {
	border-right: 0px;
}

.tag_tile_column h3 {
	margin: 0px 0px 10px 0px;
}

.tag_tile_column a {
	color: #636363;	
}

.block_catalog_1_m_lvl_0:nth-child(13), .block_catalog_1_m_lvl_0:nth-child(14), .block_catalog_1_m_lvl_0:nth-child(15), .block_catalog_1_m_lvl_0:nth-child(16), .block_catalog_1_m_lvl_0:nth-child(17), .block_catalog_1_m_lvl_0:nth-child(18), .block_catalog_1_m_lvl_0:nth-child(19), .block_catalog_1_m_lvl_0:nth-child(20), .block_catalog_1_m_lvl_0:nth-child(21) {
	display: none !important;	
}

.tag_tile_wrap details[open] summary ~ * {
  animation: sweep .5s ease-in-out;
}

/*
.block_catalog_1_m_lvl_0:hover .block_catalog_1_m_w_0 {
	display: none !important;
}*/

#block_packages_container_18 .block_packages_2_item {
	max-width: 465px !important;
	flex-basis: 465px !important;
}

.table_delivery {
	border-spacing: 0px;	
}

.table_delivery > tbody > tr td:last-child {
	padding: 10px 0px 10px 10px;
}

.table_delivery > tbody > tr td {
	border-bottom: 2px solid #dddddd;	
}

.table_delivery > tbody > tr:last-child td {
	border-bottom: none !important;	
}

.table_delivery > tbody > tr td:first-child {
	padding: 10px 0px 10px 0px;
}

@keyframes sweep {
  0%    {opacity: 0; margin-left: -10px}
  100%  {opacity: 1; margin-left: 0px}
}

.block_catalog_999_section_wrap {
	flex-wrap: nowrap !important;	
}

.block_menu_top_2 .block_menu_top_2_a,
.block_menu_top_3 .block_menu_top_3_a {
	display: block;
	border-bottom: 1px solid #f5f5f5;
	font-weight: normal;
	text-decoration: none;
	padding: 8px 10px;
}


a.block_menu_top_1_a.active {
    color: #ffffff !important;
}

/*Footer*/
footer {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    background: var(--color-1);
}

.w1280 {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
}

.footer_wrap {
    display: flex;
	flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    padding: 40px 20px;
    gap: 20px;
	box-sizing: border-box;
}

.footer_item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

footer a, footer p {
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    transition: 0.2s;
    margin: 0px;
}

.footer_title {
    font-size: 18px;
    color: #ffffff;
    margin-bottom: 10px !important;
    /* font-weight: 600; */
    font-size: 16px;
    line-height: 1.7;
}

footer a:hover {
    transform: scale(1.05);
}

.footer_icon {
    display: block;
    width: 15px;
    height: 15px;
    padding: 8px;
    background: #eee;
    fill: var(--color-1);
    border-radius: 10px;
}

#block_16 .block_contacts_container {
    box-shadow: 0px 0px 5px 0px RGBA(0, 0, 0, 0.1) !important;
}


/**/
.tel {
	text-decoration: none;
    border-bottom: 1px dotted #ccc;    
    font-weight: 400;
}

@media screen and (min-width:1000px) {
	.catalog_open {
		display: grid !important;
		grid-gap: 10px;
		max-width:600px;
		grid-template-columns: 1fr 1fr 1fr;
	  grid-template-areas: 
	  "block_1 block_2 block_7" 
	  "block_3 block_2 block_8"    
	  "block_4 block_2 block_6"    
	  "block_5 block_2 block_9" 
	}
	
	.block_menu_top_1:hover .block_menu_top_2_wrap:not(.catalog_open) {
		display: none !important;
	}
	
	.catalog_open > div:nth-child(1) {
		grid-area: block_1; 		
	}

	.catalog_open > div:nth-child(2) {
		grid-area: block_2;		
	}  

	.catalog_open > div:nth-child(3) {
		grid-area: block_3;
	}
	
	.catalog_open > div:nth-child(4) {
		grid-area: block_4;
	}
	
	.catalog_open > div:nth-child(5) {
		grid-area: block_5;
	}
	
	.catalog_open > div:nth-child(6) {
		grid-area: block_6;
	}
	
	.catalog_open > div:nth-child(7) {
		grid-area: block_7;
	}
	
	.catalog_open > div:nth-child(8) {
		grid-area: block_8;
	}
	
	.catalog_open > div:nth-child(8) {
		grid-area: block_8;
	}
	
	#block_1 .block_menu_top_3_wrap {
		display: flex;
		flex-direction: column;
		position: static;
		border: 0px !important;
		box-shadow: none !important;
	}

	#block_1 .block_menu_top_2_wrap {
		flex-direction: row;
		background: #ffffff;
		padding: 10px;
		border: none;
		box-shadow: 0px 3px 10px rgba(0,0,0,0.1);
		border-radius: 10px;
	}

	.block_menu_top_2 {
		margin-right: 10px;	
	}

	.block_menu_top_2:last-child {
		margin-right: 0px !important;
	}

	.block_menu_top_2 > a, .block_menu_top_2 > span {
		display: inline-block;
		font-weight: 600 !important;
		background: #ffffff !important;
		color: #444444 !important;
		padding: 5px 10px 10px 10px;
	}	

	.block_menu_top_3 > a {
		padding: 5px 10px !important;
	}

	.block_menu_top_2 a.block_menu_top_2_a, .block_menu_top_3 a.block_menu_top_3_a {
		border-bottom: 0px !important;	
		border-radius: 10px;
	}

	.block_catalog_item_999_ipn {
		color: #999999;
		font-size: 12px;
	}

	.block_menu_basket {
		z-index: 100;
	}

}

@media screen and (max-width:1440px) {
	.block_catalog_item_999_title {
		text-align: center;
	}
	
	.block_catalog_item_999_right_container > div {
		flex-direction: column;
	}

	.block_catalog_item_999_info_container, .block_catalog_item_999_price_container {
		width: 100% !important;
	}

	.block_catalog_item_999_button_2 {
		-webkit-appearance: none;
		border-radius: 0px !important;
	}

	#block_catalog_item_button {
		-webkit-appearance: none;		
	}
}


@media screen and (min-width:1000px) and (max-width:1300px) {
	.block_menu_top_logo_text {
		order: 1;
	}

	.block_menu_top_right {
		order: 2;
	}

	#block_menu_search_form {
		order: 3;
	}

	#block_menu_basket {
		order: 4;
	}

	.block_menu_top_wrap {
		order: 5;
	}

	.block_menu_wrap {
		justify-content: center !important;
	}

	.block_menu_top_1_wrap >:first-child {
		flex-grow: unset !important;
		margin-right: 40px;
	}

	.block_menu_top_1_wrap {
		justify-content: center;
		margin-top: 20px;
	}
}


@media screen and (max-width:1000px) {
	.block_catalog_section_section_wrap {
		width: calc(50% - 5px) !important;
	}
	
	.block_catalog_1_left > details {
		display: none;
	}

	.block_menu_top_right {
    	padding: 0 5px !important;	
	}

	.block_menu_wrap {
    	padding-right: 60px !important;	
	}	

	.block_menu_top_logo_text p {
		max-width: 100px;
		font-size:10px;
	}

	.block_menu_top_logo_text img {
		display: none;
	}

	#blocks #block_1.block_menu {
		position: sticky !important;
	}

	.block_menu_top_logo_text {   
    	padding-bottom:0 !important;
	}

	.block_menu_search_input {
    	max-width: 50px;
	}

	#block_1 .block_menu_search_input, #block_1 #block_menu_search_mic {
		display:none !important;
	}

	.block_menu_search_container {
		border:none !important;
		margin: 0 !important;
	}

	#block_menu_search_form {
		margin: 0 !important;
	}

	.block_menu_top_logo_text {
    	margin-left: 0 !important;
	}
	
	.footer_wrap {
		justify-content: flex-start !important;	
		flex-direction: column;
	}
	
	.block_contacts_left_fields span, .block_form_text p {
		font-size:max(18px) !important;
	}
	
	#block_buttonup {
		width: 30px !important;
		height: 30px !important;
		bottom: 5px !important;
		left: 5px !important;
	}
	
	.block_blockup_svg {
		width: 15px !important;
		height: 15px !important;
	}
}


@media screen and (max-width:768px) {
	#block_1 form {
		margin: 0px auto 15px auto;
		order: 3;
	}
	
	.block_menu_top_wrap {
    	flex-grow: unset !important;
	}
	
	.block[data-block="catalog"].dan_flex_row_start {
		justify-content: center !important;
	}
}

.dan_button_blue {
    border: 1px solid #005bff !important;
    background: #005bff !important;
}

.dan_button_blue:hover {
    border: 1px solid #1a6cff !important;
    background: #1a6cff !important;
}

#block_98 .block_icon_item_svg {
	width: 40px !important;
    height: 40px !important;
}

#block_98 .block_icon_item_3 .block_icon_item_svg_wrap {
    padding: 0px 10px 0px 0px !important;
}


#dan_modal_white {
    border-radius: 10px !important;
}

@media screen and (max-width: 600px) {
    #dan_modal_white {
        border-radius: 0 !important;
    }
}


#block_112 .block_case_1_images_wrap_img:first-child,
#block_113 .block_case_1_images_wrap_img:first-child {
    max-height: 300px;
    object-fit: contain;
    background:#fff;
    border-radius: 30px;
}

#block_121 .block_case_1_images_wrap_w,
#block_113 .block_case_1_images_wrap_w {
    border: none !important;
}

#block_121 .block_case_container,
#block_113 .block_case_container {
	min-height: unset !important;
}


/**/
#block_121, #block_115 .dan_flex_row {
	overflow: visible;
}

.available_button{	
    padding: 2px 7px;
    border-radius: 3px;
	background: #F5F5F5;
    color: #222;    
	display: inline-block;
	min-width: 81px;	
    box-sizing: border-box;
	cursor:pointer;
	box-shadow: 0px 1px 1px rgb(34 34 34 / 10%)
}

.available_button_active {    
	background: var(--color-1);
}

a.available_button_active {
	color: #fff;
	text-decoration:none;
}

.available_text {
	color: #777;
	font-size: 12px;
}

.available_text_active {
	color: var(--color-1);
}
	
/*
.dan_table_m > tbody > tr:nth-child(even) .available_button {
    background: #fff;
}
*/

.table_price {
	width: 100%;
}

.table_price tbody {
	display: flex;
	flex-direction: column;
}

.table_price th {
    font-weight: 400;
    font-size: 14px;
    color: #777;
}

.table_price th, .table_price td  {
	text-align:center !important;
	padding: 10px !important;
	border: 0 !important;
	flex-grow: 1;
	flex-basis: 0;
}


.table_price .price {
    font-weight: 600;
}

.table_price tbody >:nth-child(1) {
    position: sticky;
    top: 70px;
	box-shadow: 0px 5px 5px rgb(34 34 34 / 5%);
}

.table_price tr:nth-child(odd) {
    background: #fff;
}
.table_price tr:nth-child(even) {
    background: #f5f5f5 !important;
}

.table_price tr:hover, .table_price tr:hover td {
	background:#ddd !important;
}

.table_price tr {
	display: flex;
	align-items: center;
	justify-content: space-around;
}


.subtitle_block {
	background:#fff;
	display:flex;
	align-items:center;
	justify-content: center;
	gap:5px;
	border: 1px solid #ddd;
    border-bottom: none;
}

.subtitle_block img {
	width:100px;
	height:100px;
}

a.subtitle_block {
	text-decoration:none;
	color:#222;
}

.subtitle_block h2 {
	margin:0;
}

.table_price ~ hr {
	border               :0;
    height               :1px;
    background           :#e4e4e4;
}
.color_circle {
	display: inline-block;
    background: #b1bf9c;
    width: 20px;
    height: 20px;    
    border-radius: 50%;
	border: 1px solid #ddd;
}

@media screen and (max-width:1000px) {	
	.table_price {
		border: 0 !important;
	}

	.dan_table_border.table_price td {
		padding: 3px 0 !important;
	}
	 
	.table_price tbody >:nth-child(1) { 
		position: sticky;
		top: 0;
	}
		
	.table_price > tbody > tr > th img{		
		width: auto !important;
		max-height: 82px;
	}
	
	.table_price > tbody > tr > th, .table_price > tbody > tr > td {
		border: 0 !important;		
	}
	
	.table_price tr >:first-child {
		position: sticky;
        top: 0;
        left: 0;
        background: #fff;
	}
	
	.table_price tr:nth-child(even) >:first-child {
		background: #f5f5f5;
	}
		
	/*
	.table_price th {
		padding: 0 20px !important;		
	}	
		*/
	.subtitle_block {
		display: flex;
		align-items: center;
		justify-content: space-around;
		gap:10px;
		margin: 0 auto;
	}

	.subtitle_block h2 {
		font-size:16px;
	}
	
	.block_photogallery_wrap  {
		overflow-x: auto !important;
		scroll-snap-type: x mandatory;
		flex-wrap: nowrap !important;
		justify-content: flex-start !important;
		padding-left: 10px;
		scroll-padding: 0 0 0 10px;
	}
	
	.footer_wrap {
		gap: 0;
	}
	
	.footer_item {
		padding-bottom: 20px;
	}
	
	#block_catalog_filters {
        top: 70px !important;
	}
	
	.block_catalog_filters_wrap {
        flex-grow: 1;
    }
	
	.block_catalog_wrap {
		gap: 10px !important;
	}
	
	#block_8 .block_catalog_section_section_wrap, #block_9 .block_catalog_section_section_wrap {
		flex-basis: 150px !important;
	}
}


@media screen and (max-width:600px) {	
	.table_price tbody >:nth-child(1) th {
		font-size:8px !important;
		white-space: nowrap;
		letter-spacing: -0.5px;
	}
	
	.table_price tbody >:nth-child(2) td:nth-child(1) {
		width:10%;
		min-width: 50px;
	}
	
	.table_price tbody >:nth-child(2) td.long_title {
		width: 55%;
	}
	
	.table_price tbody >:nth-child(2) td:nth-child(2) {
		width:10%;
	}
	
	.table_price tbody >:nth-child(2) td:nth-child(3) {
		width:15%;
	}
	
	.table_price tbody >:nth-child(2) td:nth-child(4) {
		width:15%;
	}
	
	.table_price tbody >:nth-child(2) td:nth-child(5) {
		width:15%;
	}
	
	.table_price tbody >:nth-child(2) td:last-child {
		width:20%;
		min-width: 70px;
	}
	
	.table_price > tbody > tr > th, .table_price > tbody > tr > td {
		font-size: 12px !important;
	}
	
	.table_price {
		display				:block !important;
		overflow			:auto !important;
	}

	.table_price > tbody {
		display				:table !important;
		width				:100% !important;
		box-sizing			:border-box !important;
	}
	
	.available_text {
		font-size:10px;
	}
	
	.table_price {
		overflow-x: unset !important;
		font-size:12px;
	}
	
	.size {
		font-size:12px;
	}
	
	.available_button {
		font-size:12px;
		min-width: 65px;
	}
	
	.subtitle_block h2 {
		max-width: 190px;
		font-size: 14px;
	}
	
	#block_152 .block_stripe_item_1_wrap_image {
		display:none;
	}
	
	#block_152 .block_stripe_item_1_text {
		height: auto !important;
	}
}


.block_packages_2_item_text h2 {
	font-size: 16px;
	color:#222;
}

.dan_accordion summary {
    color: #222;
}


/**/

#block_121 {
	padding:40px 0;
}


.block_photogallery_photo_1_image, .block_hs_1_image  {
	border-radius:30px;
}

.block_case_1_images_wrap_w {
    flex-basis: 100px !important;
}

.block_case_1_images_wrap_w:first-child{
	flex-basis: 100% !important;
}

.block_case_1_images_wrap_img:first-child {
    max-height: 400px;
    object-fit: contain;
    background: #f5f5f5;
    border-radius: 10px;
}

#block_141 {
	display:none;
}

#block_146 .block_text_container {
	text-align:center;
}

.block_stripe_item_1_text ul {
    padding-inline-start: 15px;
    margin-bottom: 0;
}

.block_stripe_item_1_text li {
    padding-left: 10px;
}

.block_stripe_item_1_text li::marker {
    content:'✔';
    color: var(--color-active);
}

.mt10 {
	margin-top:10px;
}

.mb10 {
	margin-bottom:10px;
}

iframe {
	border: 0;
}



@media screen and (max-width: 1000px) {
	
	.block_hs_1_images_container {
		width: 100%;
	}
	
	.block_hs_1_images_wrap {
		padding-left: 10px;
		scroll-padding: 0 0 0 10px;
	}

	.block_hs_1_container {
		padding: 0 !important;
	}

	.block_hs_1_text_wrap {
		padding: 0 10px;
	}
	
	.block_hs_1_text_wrap h2 {
		text-align:center;
	}

}


.section_details {
	position: relative;
	border-radius: 10px;
	margin: 5px 0;	
}

.section_details > summary {
	font-size: 16px;
	background: #fff;
	cursor: pointer;
	border-radius: 10px;
	padding: 10px;
	transition:all .3s ease;
	box-shadow: 0px 3px 10px rgba(0,0,0,0.1);
}

.section_details[open] {
    max-width: 100% !important;
    width: 100% !important;
    /* background: #eee; */
    border-radius: 10px;
    padding-bottom: 10px;
    box-sizing: border-box;
}

.section_details[open] > summary {
	padding: 15px 10px;
}

.section_details[open] > div {
	padding: 10px;
}


a.block_menu_top_2_a:hover {
    background: var(--menu-top-color-active) !important;
	color:#fff !important;
}

.block_catalog_items_container {
    gap: 5px !important;
}