/*NOTE: This file is intended for programmers. Aspro technical support is not advised to work with him.*/

/* Examples (uncomment to use):*/

/* Expand site width */
/* body .wrapper { max-width: 1400px !important;  } */

/* Set site background image */
/* body {  background: url(image_source) top no-repeat; }

/* Hide compare button */
/* a.compare_item { display: none !important;  }*/

.send-request {
    width: fit-content;
    padding: 12px 20px;
    background-color: #436cf3;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    outline: none;
}

#popup_iframe_wrapper {
    background-color: rgba(0,0,0,.2);
}

.notify-cookie {
	display: none;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 999;
	padding: 16px 16px 28px 16px;
	background-color: #fff;
	box-shadow: 0px 4px 20px 0px #00000040;
}

.notify-cookie .notify-cookie__container {
	display: flex;
	gap: 24px;
	max-width: 740px;
	margin: 0 auto;
}

.notify-cookie b {
	font-size: 16px;
	line-height: 20px;
	font-weight: 400;
	color: #000;
}

.notify-cookie p {
	font-size: 16px;
	line-height: 20px;
	font-weight: 350;
	margin: 0;
}

.notify-cookie button {
	border-radius: 0;
	padding: 8px 30px;
	margin: 0;
    border: none;
    outline: none;
}

@media (max-width: 500px) {
	.notify-cookie .notify-cookie__container {
		flex-direction: column;
	}
}



.index_section_list .section_item_inner{
display:flex;
flex-direction: column;
align-items:center;
}


.index_section_list .section_info__subsections{
display: flex;
flex-direction: column;

}



.index_section_list .mobile_section_img{
display:none;
}


.index_section_list .section_info{
padding:15px!important;
}

.index_section_list .section_info__subsections .name span{
color: #069 !important;
font-size:20px !important;;
line-height:24px !important;
text-transform:uppercase;
}

@media(max-width:767px){
	.index_section_list .section_item{
	padding:0!important;
	}

	.index_section_list .section_info__subsections .name span{
	color: #069 !important;
	font-size:16px !important;;
	line-height:18px !important;
	text-transform: capitalize;
	}

}

@media(max-width:567px){
	.index_section_list .mobile_section_img{
	display:block;
	}

	.index_section_list .dectop_section_img{
	  display:none!important;
	}

	.index_section_list .section_item_inner {
	  flex-direction: row;
	  justify-content: unset;
	}
}

.catalog_section_list .section_item li.name a span{
  color: #069;
  font-size: 20px;
  line-height: 24px;
  text-transform: uppercase;
}


@media(max-width:400px){
.catalog_section_list .section_item{
padding:22px 0 0 22px;

}
.catalog_section_list .section_item .image{
vertical-align:bottom;
}

}

@media(max-width:456px){
.catalog_section_list .section_item li.name a span{

  font-size: 16px;
  line-height: 20px;
}

}

.sort_btn.list{
display:none;
}


.menu_top_block.catalog_block .menu.dropdown{
padding-left:0;
}



/*********** Catalog ************/

/************* List *************/

.image_wrapper_block, .image_wrapper_block a {
	height: 270px;
}

/*********** End List ***********/

/********* End Catalog **********/

.price-request {
	font-size: 18px;
	font-weight: 700;
	color: #383838;
}

.contacts-page {
	padding-bottom: 32px;
}

.contacts-container {
	display: flex;
	gap: 112px;
}

.contacts-container__item {
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.contact-item__list {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.contact-item {
	display: flex;
	flex-direction: column;
	gap: 4px;
}

.contact-item .contact-item__title {
	font-weight: 700;
}

.contact-item .contact-item__title.big-size {
	font-size: 18px;
	color: #383838;
}

.contact-item .contact-item__title.orange {
	color: #ef5d1e;
}

.contact-item .contact-item__title span {
	font-weight: 400;
}

.map-point span {
	font-weight: 700;
}

.map-point,
.contact-phone,
.contact-mail {
	display: flex;
	align-items: center;
	gap: 4px;
}

.map-point::before,
.contact-phone::before,
.contact-mail::before {
	content: "";
	display: block;
	width: 14px;
	height: 14px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

.contact-mail::before {
	background-image: url("/images/email.svg");
}

.contact-phone::before {
	background-image: url("/images/phone.svg");
}

.map-point::before {
	background-image: url("/images/map-point.svg");
}

.contact-element .text-red {
	color: #ef1d3f;
}

.sticker-tags {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 10;
    display: flex;
    align-items: baseline;
    gap: 12px;
    width: calc(100% - 20px);
    flex-wrap: wrap;
}

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

.sticker-minprom,
.sticker-new,
.sticker-sale {
    font-size: 10px;
    width: fit-content;
    padding: 10px;
    color: #fff;
    line-height: 1;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 12px;
}

.sticker-minprom {
    /* background-color: #0a447f; */
}
.sticker-new {
    background-color: #52AC26;
}
.sticker-sale {
    background-color: #FEC24A;
    color: #1d2029;
}

.catalog_block .sa_block {
	margin-top: 8px;
}
.item-stock .icon.stock {
	background: unset;
	width: unset;
	line-height: 1;
}
.item-stock .icon.stock::before {
	/* В наличии */
	content: "\0412\0020\043D\0430\043B\0438\0447\0438\0438\003A";
	font-size: 13px;
	font-weight: 400;
	color: #666;
}
/* .catalog_block .catalog_item,
.section-gallery-wrapper__item {
	background-color: #f8f8f9;
} */

html:not(.mobile) .catalog_block .catalog_item_wrapp .footer_button {
	background-color: #f8f8f9;
	padding-top: 26px;
}

html:not(.mobile) .catalog_block .catalog_item_wrapp .footer_button .counter_wrapp {
	display: none;
}

.opt-price-value {
	font-size: 14px;
	font-weight: 600;
	color: #444;
	margin-right: 8px;
}

.item_slider .thumbs .slides_block li {
	width: 120px !important;
	height: 120px;
}

.img_wrapper .wrapp_thumbs.top-small-wrapper {
	width: 120px;
}

.item_slider .thumbs li img {
	width: 60px;
}

.img_wrapper .wrapp_thumbs.top-small-wrapper {
	height: auto;
}

.img_wrapper .wrapp_thumbs.top-small-wrapper .bx-viewport.long {
	height: 100% !important;
}

.img_wrapper .wrapp_thumbs.top-small-wrapper .inner_slider {
	max-height: 510px;
}

.img_wrapper .top-small-wrapper .bx-controls-direction a {
	left: 52.5px;
}

.table-size-btn {
	width: fit-content;
	cursor: pointer;
	user-select: none;
	font-weight: 600;
	transition: color .2s linear;

	padding: 12px 24px;
	border: 2px solid #497eb4;

}

.table-size-btn:hover {
	color: #3771ac;
}

.tab-content .table-size-btn {
	margin-top: 12px;
}

.top_props .table-size-btn {
	margin-bottom: 12px;
}

.h4 {
    font-family: "Open Sans",Helvetica,Arial,sans-serif;
    font-weight: 700;
    color: #383838;
    font-size: 1.33em;
    line-height: 20px;
}

.form_head .h4 {
	margin-bottom: 28px;
}

.ec-delivery {
	justify-content: flex-start;
	margin-bottom: 12px;
}

.offers-basket-itog-calculate__button-basket .disable-btn {
	background-color: #797979  !important;
	color: #fff !important;
}

.catalog_detail .prices_tab .item-stock > span {
	font-size: 13px;
}

.preview-text-container h4{
margin-top:20px;
}

.caption {
	padding: 10px 25px;
	border-left: 3px solid #EC5D1E;
}

.logo-block {
	margin-left: 4.2%;
}

header .logo-row .logo {
	margin: auto;
}

@media (max-width: 991px) {
	#mobileheader .logo-block {
		margin-left: 0;
	}
}

@media (max-width: 404px) {
	#mobileheader .logo {
		max-width: 155px;
	}
}


#descr .descr-outer-wrapper .wraps h4{
display:none;
}



#descr .descr-outer-wrapper .wraps .char_block{
display:none;
}

#descr .descr-outer-wrapper .wraps{
padding:0;
}


.group_description_block.bottom .forma--uzcen{
display:none;
}

/**/
.color_base {
	color: #0d539b;
}
/* video-box */
.video-box {
	box-sizing: border-box;
	position: relative;
	min-height: 100px;
	overflow: hidden;
}
.video-box img {
	display: block;
	width: 100%;
	height: auto;
	max-width: none;
	max-height: none;
	min-width: auto;
	min-height: auto;
	margin: 0;
	padding: 0;
}
.video-box .video-box__link {
	position: absolute;
	width: 100%;
	height: 100%;
	overflow: hidden;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}
.video-box .video-box__link a {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	overflow: hidden;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	text-decoration: none;
}
.video-box .video-box__link a:hover {
	text-decoration: none;
}
.video-box .video-box__link a::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	overflow: hidden;
	background: center center no-repeat;
	background-size: 50px 50px;
	background-image: url('data:image/svg+xml,%3csvg width="50" height="50" viewBox="0 0 50 50" fill="none" xmlns="http://www.w3.org/2000/svg"%3e%3cpath fill-rule="evenodd" clip-rule="evenodd" d="M25 50C11.1929 50 0 38.8071 0 25C0 11.1929 11.1929 0 25 0C38.8071 0 50 11.1929 50 25C50 38.8071 38.8071 50 25 50ZM25 2C37.7025 2 48 12.2975 48 25C48 37.7025 37.7025 48 25 48C12.2975 48 2 37.7025 2 25C2 12.2975 12.2975 2 25 2Z" fill="white"/%3e%3cpath d="M39.8541 23.2515C41.2257 24.0135 41.2257 25.9861 39.8541 26.7482L18.9723 38.3491C17.6393 39.0897 16.0011 38.1258 16.0011 36.6008L16.0011 13.3989C16.0011 11.8739 17.6393 10.91 18.9723 11.6506L39.8541 23.2515Z" fill="white"/%3e%3c/svg%3e');
}
.video-box .video-box__link a:hover::after {
	content: '';
	background-image: url('data:image/svg+xml,%3csvg width="50" height="50" viewBox="0 0 50 50" fill="none" xmlns="http://www.w3.org/2000/svg"%3e%3cpath fill-rule="evenodd" clip-rule="evenodd" d="M25 50C11.1929 50 0 38.8071 0 25C0 11.1929 11.1929 0 25 0C38.8071 0 50 11.1929 50 25C50 38.8071 38.8071 50 25 50ZM25 2C37.7025 2 48 12.2975 48 25C48 37.7025 37.7025 48 25 48C12.2975 48 2 37.7025 2 25C2 12.2975 12.2975 2 25 2Z" fill="%230071BC"/%3e%3cpath d="M39.8541 23.2515C41.2257 24.0135 41.2257 25.9861 39.8541 26.7482L18.9723 38.3491C17.6393 39.0897 16.0011 38.1258 16.0011 36.6008L16.0011 13.3989C16.0011 11.8739 17.6393 10.91 18.9723 11.6506L39.8541 23.2515Z" fill="%230071BC"/%3e%3c/svg%3e');
}
/* main-company-bottom */
.front_page .main-company-bottom.grey_block .maxwidth-theme {
	padding-top: 30px;
	padding-bottom: 30px;
}
.main-company-bottom {
}
.main-company-bottom-box {
}
.main-company-bottom-box__ins {
}
@media(min-width: 768px){
	.main-company-bottom-box__ins {
		display: flex;
		align-items: stretch;
		flex-wrap: nowrap;
		justify-content: flex-start;
	}
}
.main-company-bottom .main-company-bottom-box__img {
	box-sizing: border-box;
	width: 100%;
	overflow: hidden;
}
@media(min-width: 768px){
	.main-company-bottom .main-company-bottom-box__img {
		flex-shrink: 0;		
		width: 36%;	
	}
}
.main-company-bottom .main-company-bottom-box__content {
	box-sizing: border-box;
	padding: 30px 0 0;
}
@media(min-width: 768px){
	.main-company-bottom .main-company-bottom-box__content {
		display: flex;
		justify-content: flex-start;
		flex-wrap: nowrap;
		align-items: center;
		padding: 0 0 0 30px;
	}
}
@media(min-width: 768px){
	.main-company-bottom-box__content-ins {
		flex-shrink: 0;
		width: 100%;
	}
}
/**/
.front_page .content_wrapper_block.front_map
{
	border-top: none !important;
}
/**/
.popup .form .form_head .h2 {
    color: #383838;
    font-size: 1.866em;
    line-height: 28px;
	font-weight: 700;
}
/**/
.title-h2 {
	color: #383838;
    font-size: 1.866em;
    line-height: 28px;
	font-weight: 700;
	margin: 40px 0 26px;
}

.map_type_2.front_map1 .properties br{
display:none;
}

.map_type_2.front_map1 .properties .property p:not(:last-child){
margin-bottom:8px;
}

.left_block .left_menu{
padding-left:0;
}

.catalog_section_info{
	margin-top: 10px;
}

.catalog_section_link{
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 600;
	color: #383838;
}

.catalog_section_grid{
	display:grid;
	grid-template-columns: repeat(5 , 1fr);
	grid-column-gap: 8px;
	grid-row-gap:14px;
}

.section_all_catalog{
display:none;

}

@media(max-width:1200px){
	.catalog_section_link{
		font-size: 16px;
	}
}

@media(max-width:991px){
	.catalog_section_grid{
		grid-template-columns: repeat(4 , 1fr);
	}
		.catalog_section_link{
		font-size: 14px;
	}
}

@media(max-width:767px){
	.catalog_section_grid{
		grid-template-columns: repeat(3 , 1fr);
	}
}

@media(max-width:567px){
	.catalog_section_grid{
		grid-template-columns:1fr;
	}
	.catalog_section_image_container{
	max-width: 80px;
	}

	.section_all_catalog{
		display:block;

	}

	.catalog_section_item{
		padding: 5px 15px;
		border: 1px solid #f2f2f2;
		transition:all 0.3s ease;
	}

	.catalog_section_item:hover{
		border-color: #fff;
		box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
		transition:all 0.3s ease;
	}



	.catalog_section_item_wrap{
		padding: 0 15px;
	}

	.catalog_section_link{
		display: inline-block;
		width: 100%;
		padding: 32px 0;
		position: relative;
	}

	.catalog_section_info{
		width: 100%;
		margin-top: 0;
	}


	.catalog_section_link:after {
    content: " ";
    background-image: url(../images/svg/Triangle_right.svg);
    position: absolute;
    top: 50%;
    margin: -15px 0 0 -15px;
    display: inline-block;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: middle;
    min-width: 30px;
    min-height: 30px;
    background-repeat: no-repeat;
    background-position: center center;
    right: 5px;
  }

  .sections_wrapper.compact-view-mobile .top_block a{
	display:none!important;

  }
}

.catalog_section_image_container{
	width: 100%;
}

.mobile_section_img{
	max-width:65px;
}

.mobile_section_img img{
	max-width:100%;
	height: auto;
}

.dectop_section_img{
	display: block;
	width: 100%;
}

.dectop_section_img img{
	width: 100%;
}

.table-block .table{
max-width:100%;
}

.pent_table
td{
overflow:hidden;

}

.pent_table td:has(div){
padding:0;
}

.pent_table td div{
	position:relative;
}

.pent_table td div:before{
content:"";
border: 5px solid #fff;
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
z-index:10;
}

.pent_table
td img{
transform: scale(1.5);
}

.pent_table.--min td img{
transform: scale(1);
}

.pent_table.--min td{
padding:5px;
}

.pent_table.--min td:has(div){
padding:0;
}

.pent_table.--min td p{
margin:0;
}

@media(max-width:875px){
	.table-block{
		overflow:scroll;
	}

	.table{
		max-width:inherit !important;
		display:inline-block;
		//width:1200px;

	}
}

.depth_section_list{
display:flex;
gap:15px;
flex-wrap: wrap;
}

.depth_section_list .usual_link , .depth_section_list .dark_link{
	padding: 12px 19px;
}

@media(max-width:767px){
	.depth_section_list{
	flex-direction: column;
	gap:0;
	}
}

.bottom_tags_block{
margin-top:-20px;
}


.bottom_tags_block h2{
  font-size: 20px;
  line-height: 1.4;
  margin: 12px 0 12px 0;
  border-left: 5px solid #0b548e;
  padding-left: 18px;

}


.bottom_tags_block p{
  margin: 0 0 12px 0;
  text-align: justify;
  text-indent: 24px;
}

.bottom_tags_block ul{
	margin: 0 0 18px 0;
	padding: 0 0 0 45px;
}

.bottom_tags_block li{
	margin: 0 0 4px;
  padding-left: 20px;
  position: relative;
}

.bottom_tags_block ul li:before , .bottom_tags_block ol li:before{
  padding: 0px;
  margin-left: 0px;
  width: 20px;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  position: absolute;
  top: 0px;
  left: 0px;
}

.bottom_tags_block ul li:before{
  color: #0b548e;
}


@media(max-width:991px){
	.content_wrapper_block.reviews_wrap .items{
		margin:0;
		padding:0;
	}
}

.ya-share2__item_service_moimir{
display:none !important;
}

.ya-share2__item_service_odnoklassniki{
display:none !important;
}

.ya-share2__item_service_twitter{
display:none !important;
}

.ya-share2__item_service_viber{
display:none !important;
}

.ya-share2__item_service_skype{
display:none !important;
}