
.dc_text_center{
	text-align: center;
}
.gray_bt{
	border-top: 1px solid #efe7e1;
}
.gray_bb{
	border-bottom: 1px solid #efe7e1;
}

.fs18{
	font-size: 18px;
}
.fs20{
	font-size: 20px;
}
.fs24{
	font-size: 24px;
}
.fs32{
	font-size: 32px;
}
.fs32{
	font-size: 32px;
}
.fs48{
	font-size: 48px;
}
.fw700{
	font-weight: bold;
}
.pb48{
	padding-bottom: 48px;
}
.pt48{
	padding-top: 48px;
}
.pt24{
	padding-top: 24px;
}
.pb24{
	padding-bottom: 24px;
}
.pl24{
	padding-left: 24px;
}
.pr24{
	padding-right: 24px;
}
.mb12{
	margin-bottom: 12px;
}
.mb24{
	margin-bottom: 24px;
}
.mb48{
	margin-bottom: 48px;
}
.mr24{
	margin-right: 24px;
}
.colred{
	color: #e56369;
}
.colwhite{
	color: #ffffff;
}

.reviews-main-header {
	line-height: 1;
}

.review_slider_block{
	position: relative;
}
.review_slider_block-inner{
	width: 1000px;
	max-width: 100%;
	margin: 0 auto;
}
.review_slider_block .swiper-button-next {
	background-image: url(/images/designeram_new/rarr.svg) !important;
	right: 0;
	outline: none !important;
	background-size: cover;
}
.review_slider_block .swiper-button-prev {
	background-image: url(/images/designeram_new/larr.svg) !important;
	left: 0;
	outline: none !important;
	background-size: cover;
}

.review_slider_block .swiper-button-next:after,
.review_slider_block .swiper-button-prev:after {
	display: none;
}

.youtube-popupp{
	position: fixed;
	width: 1310px;
	left: 50%;
	top: 10%;
	bottom: 10%;
	max-width: 100%;
	transform: translateX(-50%);
	z-index: 2000;
}
.youtube-popupp iframe{
	max-width: 100% !important;
	max-height: 100% !important;
	height: 100% !important;
	width: 100% !important;
}
.yutube-popupp-overlay{
	display: none;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 1999;
	background: rgba(0,0,0,0.75);
}
.youtube-cross{
	position: fixed;
	right: 10px;
	top: 10px;
	color: #fff;
	font-size: 60px;
	cursor: pointer;
	z-index: 1;
	line-height: 60px;
	display: flex;
	width: 60px;
	height: 60px;
	align-items: center;
	justify-content: center;
	text-shadow: 0 0 0 #000;
	transition: text-shadow 0.35s;
}
.youtube-cross:hover{
	text-shadow: 3px 3px 3px #000;
}
.y-item-container iframe{
	margin-bottom: 10px;
}
.youtube{
	position: relative;
	background-size: cover;
	max-width: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	margin-bottom: 10px;
	cursor: pointer;
}
.youtube .play{
	background: url(/local/templates/main3/images/youtube-play-btn.png) no-repeat;
	background-position: 0 -50px;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
	position: absolute;
	height: 50px;
	width: 69px;
	transition: none;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	z-index: 110;
}
.youtube:hover .play {
	background-position: 0 0;
}