.section-img img {
	width: 100%;
	height: 800px;
	object-fit: cover;
}
.section-img {
	position: relative;
}
/*.section-img:after {
	content: '';
	position: absolute;
	width: 1px;
	height: 75px;
	background: #000;
	left: 50%;
	bottom: -100px;
}*/
.italic {
	margin-bottom: 30px!important;
}
.italic p {
	font-style: italic;
}

.ynumber-title p {
	font-size: 80px;
	line-height: 86px;
	margin-bottom: 80px;
	font-weight: 100;

}
/*.clmn-height {
	height: 700px;*/
}
.footer-title {
		margin-bottom: 20px;
}
.footer-title h1,
.footer-title h2,
.footer-title h3,
.footer-title p {
    font-size: 14px;
    text-transform: lowercase;
    margin-bottom: 15px;
    color: #9b9b9b;
}
.ysocial a {
width: 38px!important;
    height: 38px;
    border: 1px solid var(--color-content-primary)!important;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    border-radius: 50px;
}
.ysocial a i {
	color: var(--color-content-primary)!important;
	font-size: 18px!important;
}
.ysocial a:hover  {
		background: var(--color-content-primary)!important;
}
.ysocial a:hover i {
	color: #fff!important;
}
.grid-boards .w-grid-item{
	overflow: hidden;
}
.grid-boards .w-grid-item-h:after {
	content:'';
	position: absolute;
	width: 100%;
	height: 100%;
	background: var(--color-content-primary);
	    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
	opacity: 0;
	z-index: 0;
	transition: 350ms;
}
.grid-boards .w-grid-item-h:hover:after {
	opacity: 0.8;
}

.grid-boards .w-grid-item-h:before {
	content:'';
	 position: absolute;
	background-image:url(https://backgammonbeauty.com/wp-content/uploads/2025/04/vm-atelier-2-white-02.svg);
     width: 140px;
    height: 280px;
    background-size: contain;
    z-index: 1;
    background-repeat: no-repeat;
	right: 0;
	opacity: 0;
	transition: 350ms;
	right: -150px;
}

.grid-boards .w-grid-item-h:hover:before  {
	opacity: 1;
	right: 0;
}
.grid-boards .w-grid-item .post_title {
	    position: absolute!important;
	bottom: 0;
	left: 0;
       
    padding: 12px 12px;
	left: -50%;
	transition: 350ms;
	color: #fff!important;
	z-index: 1;
}
.grid-boards .w-grid-item .post_title:hover {
		color: #fff!important;
}
.grid-boards .w-grid-item:hover .post_title {
	left: 0;
}
.pos-absolute {
	position: absolute;
	height: 500px;
	width: 300px;
}
.w-nav-close:before {
	font-weight: 400!important;
}
.carousel-circle img {
	    height: 85px!important;
	width: 85px!important;
    object-fit: contain!important;
}
.jp-relatedposts {
	width: 100%;
	max-width: 1140px;
	margin: 0 auto!important;
	    border-bottom: 1px solid #cecece;
    padding-bottom: 40px;
}
.jp-relatedposts-post-date,
.jp-relatedposts-post-context {
	display: none!important;
}
.jp-relatedposts-headline em {
	text-transform: uppercase!important;
}
#jp-relatedposts h3.jp-relatedposts-headline em:before {
	display: none;
}
.button-contacts .w-popup-trigger {
	width: 120px;
}
@media only screen and (max-width: 767.98px) {
	.section-img img {
	height: 400px;
}
	.ynumber-title p {
	    margin-bottom: 30px;	
	}
	.ynumber-title p {
		font-size: 60px;
    line-height: 60px;
	}
		/*.l-subheader .w-nav.ush_menu_1.type_mobile .w-nav-list.level_1 {
		z-index: 1;
	}
.l-subheader .w-nav.ush_menu_1.type_mobile .w-nav-list.level_1:after {
		content: '';
		position: absolute;
		background-image: url(/uploads/2025/04/vm-atelier-2-white-02.svg);
		background-size: contain;
        width: 300px;
        height: 300px;
        bottom: 0;
        left: 0;*/
	.carousel-circle img {
    height: 50px!important;
		width: 50px!important;
    object-fit: contain!important;
}
}
@media only screen and (min-width: 768px) and (max-width: 1023.98px) {
	.section-img img {
		height: 550px;
	}
	.ynumber-title p {
		    font-size: 65px;
    line-height: 70px;
		margin-bottom: 30px;
	}
}
@media only screen and (min-width: 1024px) and (max-width: 1279.98px) {
	.ynumber-title p {
		margin-bottom: 30px;
	}
	.header_hor .ush_menu_1.type_desktop .menu-item.level_1>a:not(.w-btn) {
		    padding-left: 22px!important;
    padding-right: 22px!important;
	}
	#page-footer .g-cols.wpb_row.cols_4 {
grid-template-columns: repeat(2, 1fr)!important;
	}
	
	
	
}