.photos-count {
	display: none;
	position: absolute;
    bottom: 7px;
    left: 7px;
    color: #000;
    font-size: 18px;
    background: #eee;
    padding: 2px 12px;
    border-radius: 10px;
}

@media (max-width: 767px) {
	.links.flex a:first-child {
		margin-bottom: 10px!important;
	}
	.photos-count {
		display: block;
	}
	.easyzoom {
		pointer-events: none;
	}
}
.index-top-images-block .list .item .content .bf a {
	text-decoration: none;
}

.best-offers-block .flex .item .info .art {
    font-size: 12px!important;
}

.best-offers-block .list .item .info .art {
	font-size: 12px!important;
}

.index-catalog-block .item:hover {
	cursor: pointer;
    -webkit-box-shadow: 5px 5px 5px 5px rgb(192 192 192 / 70%);
    -moz-box-shadow: 5px 5px 5px 5px rgba(192,192,192,0.7);
    box-shadow: 5px 5px 5px 5px rgb(192 192 192 / 70%);
	border-radius: 5px;
}

.index-catalog-block .item {
	padding-top: 10px;
	padding-left: 6px;
	padding-right: 6px;
	transition: all 0.4s ease-out
}

.best-offers-block .item {
	transition: all 0.4s ease-out
}

.best-offers-block .item:hover {
	border-color: #b3000c;
}

.best-offers-block .item img:hover {
	cursor: pointer;
}

.best-offers-block .item a {
	text-decoration: none;
}

.detail_dwn-item {
    margin-bottom: 35px;
	text-decoration: none;	
}

.detail_dwn-img {
    display: block;
    width: 100%;
    height: auto;
    box-shadow: 0 0 20px 1px hsl(0deg 0% 60% / 50%);
    position: relative;
    overflow: hidden;
}

.detail_dwn-img:before {
    content: "";
    float: left;
    padding-top: 100%;
}

.detail_dwn-img img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    height: 100%;
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.detail_dwn-hover {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(218,67,66,.5);
    background-image: url(/img/icons/dwn.png);
    background-position: 50%;
    background-repeat: no-repeat;
    transition: all .35s cubic-bezier(0,0,0,1);
}

.detail_dwn-text {
    padding-top: 15px;
    text-align: center;
    font-weight: 400;
    color: #333;
}

.col-sm-five {
	width: 16.66666667%;
    float: left;
}

.col-sm-five{
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-sm-five--first {
	padding-left: 0;
}

.col-sm-five--last {
	padding-right: 0;
}

.detail-frame {
	margin-top: 100px;
	margin-bottom: 50px;
}

.detail_dwn-item a:hover {
    text-decoration: none;
}

.detail_dwn-item:hover .detail_dwn-hover {
    opacity: 1;
}

.detail_dwn-item:hover .detail_dwn-text {
    color: #da4342;
}

.detail-frame  iframe{
	width: 100%;
	max-width: 560px;
	min-height: 318px;
}

.clients-page .clients-banner {
	background: url(img/clients_bnr.jpg) center / cover;		
}

.item-inst {
    max-height: 265px;
	border-radius: 20px!important;
}

.block_wrap_instagram .instagrm-item a {
	padding: 0 10px;
}

.block_wrap_instagram .instagrm-item:not(:last-child) {
	margin-right: 19px;
}

@media (max-width: 1200px) {
.block_wrap_instagram .instagrm-item:not(:last-child) {
	margin-right: 12px;
}
}

@media (max-width: 992px) {
.block_wrap_instagram .instagrm-item:not(:last-child) {
	margin-right: 6px;
}
.block_wrap_instagram .instagrm-item:nth-child(2) {
	margin-right: 0;
	margin-bottom: 6px;
}
.block_wrap_instagram .instagrm-item:nth-child(1) {
	margin-bottom: 6px;
}
.block_wrap_instagram {
	margin-bottom: 20px!important;
}
.index-reviews-block--inst {
	margin-top: 20px;	
}
}

@media (max-width: 767px) {
.col-sm-five {
	width: 45%;
}

.flex-rows {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

}

.filter .bx_sitemap_ul {
	margin: 0 20px;
}
.filter .bx_sitemap_ul a {
	color: #000;
	text-decoration: none;
}
.filter .bx_sitemap_ul a:hover {
	text-decoration: underline;
}
.filter .bx_sitemap_ul h2 {
	font-weight: bold;
}
.filter .bx_sitemap_ul > li {
	font-size: 18px;
}
.filter .bx_sitemap_ul > li li {
	font-size: 16px;
	margin-left: 10px;
}
.filter .bx_sitemap_ul > li li h2 {
	font-weight: normal;
	font-size: 16px;
}

.active-section a {
	color: #b3000c!important;
}

.clients-page .clients-banner.other {
    background: url(/local/templates/new_template/img/diz.png) center / cover;
}

.clients-page .wrap .clients-banner {
    position:relative;    
}

.clients-page .wrap .clients-banner .clients-banner-opacity{
    content: '';
    position: absolute;
    background: #000;
    opacity: 0.3;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 1;
    left: 0;
    top: 0;
}

.clients-page .wrap .clients-banner .name, .clients-page .wrap .clients-banner .name + p, .clients-page .wrap .clients-banner button {
    position: relative;
    z-index: 2;
}

.img-6690 {
    background-size: contain!important;
    background-repeat: no-repeat!important;    
}

.news-item-page li {
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 24px;
    list-style: disc;
    margin-left: 20px;
}

.diz-image {
    max-width: 100%;
}

.gallery-page .item a {
    text-decoration: none;
}

.interior-page .image .item .info a span {
    text-decoration: none;
}

.item-page .info .links a {
	margin-bottom: 0;
	border-bottom: unset;
	position: relative;
	padding: 0;
	position: relative;
	top: 2px;
}

.item-page .info .links a:before {
	content: "";
	
}

.links.flex .product-item-detail-info-container-title {
		margin: 0;
}

.item-page .info .links {
	padding-bottom: 25px!important;
}

.links.flex .product-item-detail-info-container {
	margin-bottom:0;
}

.wrap-images {
	min-height: 353px;
    display: flex;
    align-items: center;
}

.price .old, .product-item-detail-price-old {
	display: none!important;
}

.product_name + .price {
	margin-top: 0!important;
}


.product-item-detail-price-old {
	font-size: 20px;
}

.assort-item .item {
	position: relative;
}

.assort-item .item i {
	content: "";
	position: absolute;
    background: #000;
    opacity: 0.3;
	border-radius: 20px;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 1;
    left: 0;
    top: 0;	
}

.assort-item .item div {
	position: relative;
	z-index: 2;
}

.about-page .about-list {
    margin-bottom: 30px;
    list-style: disc;
    padding-left: 30px;
}

.about-page .about-list li {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 15px;
    font-weight: 500;
}

.d3-download a{
	font-size: 18px!important;
}


.d3-download i {
    margin-right: 5px;
}


@media (min-width: 1201px) {
	.best-offers-block > .flex {
		-webkit-box-pack: start!important;
		-ms-flex-pack: start!important;
		justify-content: flex-start!important;
	}
	.best-offers-block .flex .item:not(:nth-child(3n+3)) {
		margin-right: 25px;
	}
}

.models-page .button button {
	display: none;
}

.grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  column-gap: 10px; 
}

.grid .item {
	width: 100%;
}

.gallery-nav .pages {
	display: block!important;
}

.gallery-nav .bottom-button {
	display: none!important;
}

@media (max-width: 991px) {
	.grid {
	  display: grid;
	  grid-template-columns: 1fr 1fr;
	  column-gap: 10px; 
	}	
}

@media (max-width: 575px) {
	.grid {
	  display: grid;
	  grid-template-columns: 100%;
	  column-gap: 0; 
	}	
}
.item .links a.search {
	margin-right: 18px;
    display: block;
    float: left;
	width: 17px;
    height: 17px;
	background: url(img/search.svg) center / cover;
}
.popup-window-content img {
	max-width: 100%
}
.red-button {
  background: #b3000c;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  border-radius: 18px;
  line-height: 50px;
  color: #fff;
  font-size: 18px;
	display: inline-block;
	padding: 10px 20px;
	text-decoration: none;
	cursor: pointer;
}
.top-image .red-button {
	position: absolute;
    bottom: 20px;
    left: 20px;
}
@media (max-width:767px) { 
	.top-image .red-button {
		font-size: 12px;
		line-height: 24px;
	}
}
.bx-red .btn.btn-default {
  background: #b3000c;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  border-radius: 18px;
  line-height: 20px;
  color: #fff;
  font-size: 14px;
	display: inline-block;
	padding: 10px 15px;
	text-decoration: none;
	cursor: pointer
}
.popup-window-with-titlebar .popup-window-content {
	padding: 20px 0
}
.popup-window-buttons {
	display: flex
}

.bx_catalog-compare-list {
	display: none!important
}


.gal_video_wrap {
	height: auto;
}

.events__Holder .myitem iframe {
	height: 175px;
	min-height: auto;
}

.best-offers-block .flex2 .item {
	position: relative;
}

.events__Holder .myitem iframe {
	height: 220px;
}

.city_map_wrap {
	width: 100%;
	height: 100%;
}

.baloon_name {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}

.project_section_video iframe {
	width: 100%;
}

.events__Holder .myitem.myitemProject iframe {
	height: 296px;
	width: 100%;
}

.fancybox-slide:before {
	height: 100px !important;
}

.contacts.wrap {
	padding-bottom: 40px;
}

.auth_btn, .contacts.wrap input[type='submit'], .contacts.wrap .button.vbig_btn {
	display: block;
	color: #fff;
	font-size: 16px;
	background: #b3000c;
	-webkit-border-radius: 18px;
	-moz-border-radius: 18px;
	border-radius: 18px;
	width: auto;
	margin: 0;
	padding: 0 25px;
	height: 50px;
}

.contacts.wrap .button.vbig_btn {
	max-width: 140px;
	text-align: center;
	line-height: 3;
	margin-top: 40px;
}

.contacts.wrap .form-control {
	margin-bottom: 15px;
}

.contacts.wrap .form-control label {
	display: block;
}

a.auth_reg_btn {
	display: block;
	font-size: 16px;
	-webkit-border-radius: 18px;
	-moz-border-radius: 18px;
	border: 1px solid #b3000c;
	background: #fff;
	color: #b3000c;
	width: auto;
	margin: 0;
	padding: 0 25px;
	height: 50px;
}

.frg_pass_wrap {
	margin-bottom: 20px;
}

.bx-authform-formgroup-container, .bx-authform {
	margin-bottom: 0;
}

.contacts.wrap input[type='text'], .contacts.wrap input[type='password'] {
	width: 400px;
	max-width: 100%;
	height: 50px;
	border: 1px solid #9c9dac;
	-webkit-border-radius: 18px;
	-moz-border-radius: 18px;
	border-radius: 18px;
	padding: 0 20px;
	font-size: 16px;
	margin-top: 10px;
}

.contacts.wrap .bx-auth-reg input[type='text'], .contacts.wrap .bx-auth-reg input[type='password'] {
	width: 450px;
}

.contacts.wrap .bx-auth-reg td:first-child {
	flex: 1 0;
}

.contacts.wrap tr {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	width: 400px;
	max-width: 100%;
	padding-bottom: 20px;
}

.contacts.wrap .bx-auth-reg tr {
	width: 680px;
}

font.errortext {
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
}

@media(max-width: 767px){

	.events__Holder .myitem {
		width: 100%;
	}

	.contacts.wrap tr, .contacts.wrap .bx-auth-reg tr {
		width: 100%;
	}

}