/*!
Theme Name: Designer
Theme URI: https://www.weblancer.net/users/Val_Ter/
Author: VAL:T
*/
html {scroll-behavior: smooth;}
.breadcrumbs__list{
    color: #BEC6CB;
}
.breadcrumb_last{
    color: #000;
}
.error__container{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.error-img{
    width: 345px;
    height: 430px;
    padding-bottom: 20px;
}
.error-h1{
    font-family: Inter;
    font-size: 24px;
    font-weight: 600px;
    padding-bottom: 10px;
}
.subtitle-error{
    font-family: Inter;
    font-size: 20px;
    font-weight: 400px;
    padding-bottom: 30px;    
}
.error-button{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px 50px;
    font-family: Inter;
    font-size: 18px;
    color: #fff;
    background-color: rgb(119,21,21);
}
.error-button:hover{
    background-color: rgb(194, 16, 16);
}
.breadcrumbs__list{
    padding: 30px 0px;
}
.about_title-h1, .portfolio_title-h1, .contacts_title-h1, .blog_title-h1{
    font-family: Inter;
    font-size: 32px;
    font-weight: 800;
    padding-bottom: 30px; 
    text-transform: uppercase;
}
.contacts_form-title{
    font-family: Inter;
    font-size: 20px;
    font-weight: 700;
    padding-bottom: 24px;     
}
.contacts__wrapper{
    display: flex;
    justify-content: space-between;
    gap: 70px;
}
.contacts_center{
    border-block: 1px solid rgba(0, 0, 0, .4);
    writing-mode: vertical-rl;
}
.contacts_left{
    display: flex;
    flex-direction: column;
}
.contacts_email, .contacts_tel{
    display: flex;
    flex-direction: column;
    gap: 5px;
    padding-bottom: 10px;
}
.contacts_email label, .contacts_tel label{
    font-family: Inter;
    font-size: 14px;
    font-weight: 400;
    padding-bottom: 10px;   
    color: #BEC6CB;
}
.contacts_email a, .contacts_tel a{
    font-family: Inter;
    font-size: 18px;
    font-weight: 500;
    padding-bottom: 22px;   
    color: #151512;
}
.conatacts_qrcode{
    display: flex;
    gap: 15px;
}
.qrcode-name{
    font-family: Inter;
    font-size: 14px;
    font-weight: 500; 
    color: #151512;    
}
.blog__text_title{
    font-family: Inter;
    font-size: 20px;
    font-weight: 500;
    line-height: 24.2px;
    text-align: left;
    padding-bottom: 15px;
}
.blog__items{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 1.75rem;  
}
.blog-page .blog__content::before{
    border-radius: 5px;
    border: 1px solid rgba(0, 0, 0, .4);
}
.archive_pagination{
	display: flex;
	justify-content: center;
	padding: 50px;
}
.archive_pagination a, .archive_pagination span{
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 1px;
	margin: 0px 10px;
	font-size: 20px;
	font-weight: 500;
	font-family: 'Fira Sans', Arial, sans-serif;
	border: solid 1px #000;	
	text-decoration: none;
}
.archive_pagination a{
	border: solid 1px #000;
	text-decoration: none;
	color: #000;
}
.archive_pagination span.page-numbers.current{	
	border: solid 1px #000;	
	background-color: #000;
	color: #fff;
}
.archive_pagination a:hover{
	border: solid 1px #000;	 
	color: #fff;
	background-color: #000;
	cursor: pointer;
	text-decoration: none;
}
.archive_pagination .page-numbers.current{
	color: #000;
}
.post_title-h1{
    font-family: Inter;
    font-size: 32px;
    font-weight: 300;
    line-height: 38.73px;
    text-align: left;
    color: #151512;
    padding-bottom: 30px;
}
.single-post__wrapper{
    border-bottom: 1px solid rgba(0, 0, 0, .4);
    padding-bottom: 50px;
}
.single-service__wrapper{
    padding-bottom: 20px;
    border-bottom: none;
}
.single-post__wrapper{
    display: flex;
    gap: 100px;
}
.single-post__content{
    width: 60%;
}
.single-post__sidebar{
    width: 40%;   
}
.single-post__content, .single-post__sidebar{
    display: flex;
    flex-direction: column;    
    gap: 25px;
}
.blog_item__img{
    width: 100%;
    height: auto;
    padding-bottom: 30px;
}
.sidebar_related-posts, .sidebar_categories{
    display: flex;
    flex-direction: column;
    width: 100%;
}
.sidebar_categories_title, .sidebar_related-posts_title{
    font-family: Inter;
    font-size: 14px;
    font-weight: 400;
    line-height: 16.94px;
    text-align: left;
    /*color: rgb(119,21,21);*/
    padding-bottom: 5px;
    text-transform: uppercase;
    color: #515151;
}
.sidebar_categories_cats, .sidebar_related-posts_posts, .sidebar_search{
    /*border: 1px solid rgb(119,21,21);*/
    padding: 25px;
    border: none;
    background-color: #e1e1e1;
}
.sidebar_search:focus{
    border-radius: 0px;
}
.sidebar_related-posts_posts{
    display: flex;
    flex-direction: column;
}
.sidebar-related-item{
    display: flex;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(0,0,0,0.4);
    margin-bottom: 10px;
}
.sidebar-related-item:last-child{
    border-bottom: none;
    margin-bottom: 0px;
}
.blog-related__content{
    display: flex;
    flex-direction: column;   
    justify-content: space-between;
    width: calc(100% - 140px);
}
.blog__related_title{
    font-family: Inter;
    font-size: 20px;
    font-weight: 500;
    line-height: 24.2px;
    text-align: left;
    color: #151512;
}
.blog-related__content p{
    font-family: Inter;
    font-size: 14px;
    font-weight: 500;
    line-height: 16.93px;
    text-align: left;
    color: #151512;
}
.blog__related_date{
    font-family: Inter;
    font-size: 14px;
    font-weight: 500;
    line-height: 16.93px;
    text-align: left;
    color: #BEC6CB;
}
.blog__related__image{
    width: 140px;
    height: 140px;
    object-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
    object-fit: cover;
    overflow: hidden;    
}
.sidebar_categories_cats{
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.sidebar_categories_cats a{
    position: relative;
    font-family: Inter;
    font-size: 18px;
    font-weight: 500;
    line-height: 21.78px;
    text-align: left;
    color: #151512;
}
.sidebar_categories_cats a:hover{
    color: rgb(119,21,21);
}
.current-cat{
    position: relative;
}
.sidebar_categories_cats a:hover:before, .current-cat:before{
		content: '';
		position: absolute;
	    left: -35px;
		background: url("https://www.womo.space/wp-content/themes/valt/assets/img/portfolio-tab.svg") 0 0 / 100% no-repeat;
		width: 26px;
		height: 26px;
		z-index: 2;
		transition: all 0.5s;   
		margin-top: 3px;
}
.post_title-h2{
    font-family: Inter;
    font-size: 20px;
    font-weight: 300;
    line-height: 24px;
    text-align: center;
    color: #151512;
    padding-bottom: 40px; 
    padding-top: 20px;
}
.service-portfolio{
    padding-bottom: 30px;
}
.services-items{
    padding: 50px 0px;
    display: flex;
    flex-direction: column;
    gap: 50px;
}
.services-item-service{
    display: flex;
    gap: 100px;
    align-items: center;
}
.services-item-row:nth-child(even) .services-item-service{
    flex-direction: row-reverse;
}

.service-image__img{
    width: 700px;
    height: 400px;
    object-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
    object-fit: cover;
    overflow: hidden; 
	border-radius: 4px;
}
.service-description{
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.service-description__title{
    font-family: Inter;
    font-size: 32px;
    font-weight: 300;
    line-height: 38.73px;
    text-align: left;
    color: 000;
}
.service-description__excerpt{
    font-family: Inter;
    font-size: 18px;
    font-weight: 400;
    line-height: 21.78px;
    text-align: left;
    color: 000;
}
.service-description__link.portfolio__btn{
    display: flex;
    justify-content: center;
    width: 180px;
}
.about-blocks{
    display: flex;
    flex-direction: column;
    gap: 50px;
}
.about_block1, .about_block2{
    display: flex;
    align-items: center;
}
.about_block1__text, .about_block2__text{
    display: flex;
    flex-direction: column;
}
.about_block2{
    padding-top: 60px;
}
.about_block1__text{
    padding-right: 50px;
}
.about_block2__text{
    padding-left: 50px;
}
.about_block1__title, .about_block2__title{
    font-family: Inter;
    font-size: 35px;
    font-weight: 800;
    line-height: 40px;
    text-align: left;
    color: #151512;
    text-transform: uppercase;
    padding-bottom: 20px;
}
.about_block1__title span, .about_block2__title span{
    color: rgb(119,21,21);
}
.about_block1__p, .about_block2__p{
    padding-bottom: 40px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    font-family: Inter;
    font-size: 14px;
    font-weight: 400;
    line-height: 16.93px;
    text-align: left;
}
.about_block1__p{
    max-width: 500px;
}
.about_block1__img img{
    width: 600px;
    height: 600px;
    object-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
    object-fit: cover;
    overflow: hidden;     
}
.about_block2__img img{
    width: 623px;
    height: 539px;
    object-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
    object-fit: cover;
    overflow: hidden;     
}
.about_block2 .about-us__label, .about_block1 .about-us__label{
    font-size: 16px;
}
.about_block2 .about-us__number, .about_block1 .about-us__number{
    font-size: 30px;
}
.about_block1__img, .about_block1__p, .about_block2__img{
    position: relative;
}
.about_block1__img:before{
		content: '';
		position: absolute;
	    left: -220px;
	    top: 170px;
		background: url("https://www.womo.space/wp-content/uploads/2025/01/group_736-1.png") 0 0 / 100% no-repeat;
		width: 460px;
		height: 460px;
		z-index: 2;
		transition: all 0.5s;   
		margin-top: 3px;
}
.about_block1__p:before{
		content: '';
		position: absolute;
	    left: -60px;
	    top: -20px;
		background: url("https://www.womo.space/wp-content/uploads/2025/01/layer_1-2.png") 0 0 / 100% no-repeat;
		width: 44px;
		height: 44px;
		z-index: 2;
		transition: all 0.5s;   
		margin-top: 3px;
}
.about_block1__p:after{
		content: '';
		position: absolute;
        right: -60px;
        bottom: 20px;
		background: url("https://www.womo.space/wp-content/uploads/2025/01/layer_1-1.png") 0 0 / 100% no-repeat;
		width: 44px;
		height: 44px;
		z-index: 2;
		transition: all 0.5s;   
		margin-top: 3px;
}
.about_block2__p ol, .about_block2__p ul{
    padding-left: 15px;
}
.about_block2__p li{
	padding-bottom: 10px;
}
.about_block2__img:after{
 		content: '';
		position: absolute;
        left: 300px;
        top: 30px;
		background: url("https://www.womo.space/wp-content/uploads/2025/01/group-5.svg") 0 0 / 100% no-repeat;
		width: 26px;
		height: 26px;
		z-index: 2;
		transition: all 0.5s;   
		margin-top: 3px;   
}
.about_block2__img:before{
 		content: '';
		position: absolute;
        left: 50px;
        bottom: 130px;
		background: url("https://www.womo.space/wp-content/uploads/2025/01/group-4.svg") 0 0 / 100% no-repeat;
		width: 45px;
		height: 45px;
		z-index: 2;
		transition: all 0.5s;   
		margin-top: 3px;   
}
.sidebar_related-posts_posts .popup__submit{
    background-color: #000;
}
.sidebar_related-posts_posts .popup__submit:hover{
    background-color: rgb(119,21,21);
}
@media(max-width: 1200px){
    .menu__content ul li:not(:last-child) {
        margin-bottom: 1rem!important;
    }
    .about_block1__text{
        padding-right: 30px;
    }
    .about_block2__text{
        padding-left: 30px;
    }   
    .about_block1__title, .about_block2__title{
        font-size: 25px;
        line-height: 30px;
    }
    .about_block1__img img{
        width: 350px;
        height: 380px;
    }
    .about_block2__img img{
        width: 310px;
        height: 270px;
    } 
    .about_block2 .about-us__icon, .about_block1 .about-us__icon{
        width: 55px;
        height: 55px;
    }
    .about_block2 .about-us__number, .about_block1 .about-us__number{
        font-size: 20px;
    }  
    .about_block2 .about-us__label, .about_block1 .about-us__label{
        width: 180px;
    }    
}
@media(min-width: 1025px){
    .contacts_top{
        display: flex;
        align-items: center; 
        justify-content: space-between;
        gap: 70px;
    }
    .contacts_title-h1, .contacts_form-title{
        width: 50%;
        text-align: left;
    }
    .contacts_right, .contacts_left{
        width: 50%;
    }
    .consultation__form {
        width: 1024px!important;
    }
}
@media(max-width: 1024px){
    .contacts__wrapper{
        flex-direction: column;
    }
    .contacts__wrapper{
        gap: 40px;
    }
    .service-image__img{
        width: 100%;
        height: 350px;
        object-position: center top;
        background-size: cover;
        background-repeat: no-repeat;
        object-fit: cover;
        overflow: hidden;     
    }   
    .services-item-service, .services-item-row:nth-child(even) .services-item-service{
        display: flex;
        flex-direction: column;
        gap: 20px;
        align-items: center;
    }  
    .service-description__title, .service-description__excerpt{
        text-align: center;
    }
    .service-description{
        align-items: center;
    }
    .about_block1, .about_block2{
        display: flex;
        flex-direction: column;
        align-items: center;
    }   
    .about_block2{
        padding-top: 40px;
    }
    .about_block1__text{
        padding-right: 0px;
    }
    .about_block2__text{
        padding-left: 0px;
    }   
    .about_block1__title, .about_block2__title{
        font-size: 25px;
        line-height: 30px;
    }
    .about_block1__img img, .about_block2__img img{
        width: 100%;
        height: 400px;
    } 
    .about_block2 .about-us__items, .about_block1 .about-us__items{
        display: flex;
        flex-direction: row;
        gap: 30px;
    }
    .about_block2__img{
        order: 2;
    }
    .about_block2__text{
        order: 1;
        padding-bottom: 40px;
    }
    .about_block1__img:before{
        display: none;
    		/*content: '';
    		position: absolute;
    	    left: 220px;
    	    top: 150px;
    		background: url("https://www.womo.space/wp-content/uploads/2025/01/group_736-1.png") 0 0 / 100% no-repeat;
    		width: 260px;
    		height: 260px;
    		z-index: 2;
    		transition: all 0.5s;   
    		margin-top: 3px;*/
    } 
    .about_block1__p {
        max-width: 100%;
    } 
    .about_block1__img img, .about_block2__img img{
        width: 100%;
        height: 100%;    
    } 
    .about-us__label{
        padding-bottom: 20px;
    }
}
@media(max-width: 991px){
    .blog__items{
	grid-template-columns: repeat(1, 1fr);
	gap: 1.75rem;  
    }
	.archive_pagination a, .archive_pagination span{
		width: 35px;
		height: 35px;			
	} 
	.single-post__wrapper{
	    flex-direction: column;
	}
	.single-post__content, .single-post__sidebar{
	    width: 100%;
	}
	.single-post__sidebar .single-post__sidebar-form, .sidebar_categories{
	    display: none;
	}
	.single-post__wrapper {
        gap: 30px;
    }
    .blog-related__content{
        padding-right: 30px;
    }
}
@media(max-width: 600px){
    .conatacts_qrcode{
        display: none;
    }
    .contacts_center{
        display: none;
    }
    .contacts__wrapper{
        gap: 0px;
    }
    .sidebar-related-item{
        flex-direction: column;
    }
    .blog-related__content{
        padding-right: 0px;
        padding-bottom: 20px;
        width: 100%;
        gap: 10px;
    }
    .blog__related__image{
        width: 100%;
    }
    .about_block2 .about-us__items, .about_block1 .about-us__items{
        display: flex;
        flex-direction: column;
        gap: 30px;
    }   
    .about_block1__img img{
        width: 400px;
        height: 300px;
    } 
    .about_block2__img img{
        width: 100%;
        height: auto;
    }   
    .about_block1__img:before{
    	    top: 70px;
    }   
    .service-panels__items .service-panels__title{
        font-size: 1.5rem;    
    }
  
}
@media(max-width: 360px){
    .error-img{
    width: 170px;
    height: 215px;
    }
}