.body-no-scroll{
overflow:hidden;
}
small{
opacity:1!important;
}
section{
outline: 1.5px solid #000;
outline-offset:-15px;
background-color: #fff;
}
section:nth-of-type(1){
outline: none;
}
.form-control{
border: 2px solid #000;
background:#fce6c2;
transition:all .5s;
}
.form-control:focus{
box-shadow:none;
border: 2px solid #000;
background:#fff;
}
.modal-dialog{
max-width:400px;
}
#politica .modal-dialog{
max-width:1140px;
}
.wpcf7-spinner{
position:absolute;
right:30px;
}
.btn-form{
color: #000;
border: 1.5px solid #000;
background: #fce6c2;
backdrop-filter: blur(5px);
font-weight: 300;
font-size: 14px;
text-transform: uppercase;
text-decoration: none;
padding: 10px 50px;
transition: all .3s;
border-radius: 0;
text-align: center;
}
.btn-form:hover{
background: #fff;
color: #000;
border: 1.5px solid #000;
}
.main-btn a{
background:rgba(0,0,0, .0);
border: 1.5px solid #fce6c2;
backdrop-filter: blur(5px);
color:#fff;
display: block;
cursor:pointer;
font-weight: 300;
font-size: 14px;
text-transform: uppercase;
text-decoration: none;
padding: 10px 50px;
transition: all .3s;
border-radius: 0;
text-align: center;
}
.main-btn:hover a{
background: #fce6c2;
color:#000!important;
}
.line{
width: 100%;
height: 2px;
background: #fff;
margin: 40px 0;
}
section h2{
font-weight: 300;
letter-spacing: 1px;
font-size: 40px;
text-transform: uppercase;
}
.wpcf7-list-item-label{
font-size:10px;
font-weight:300;
}
.politica{
color:blue;
cursor:pointer;
font-weight:600;
}
.agree{
display:none;
}
.slick-prev{
left:-5px;
}
.slick-next{
right:-5px;
}
.slick-prev, .slick-next{
z-index:9;
background: #fce6c2;
width: 50px;
height: 50px;
border-radius: 50%;
transition:all .3s;
}
.slick-prev:active, .slick-next:active{
background: #fce6c2;
}
.slick-prev:focus, .slick-next:focus{
background: #fce6c2;
}
.slick-prev:hover, .slick-next:hover{
background:rgba(252, 230, 194, .7);
}
.slick-prev:before{
font: var(--fa-font-solid);
content:'\f100'!important;
font-size:30px!important;
color:#000!important;
}
.slick-next:before{
font: var(--fa-font-solid);
content:'\f101'!important;
font-size:30px!important;
color:#000!important;
}
/*header*/
.section-header{
height: 700px;
background: url(/wp-content/uploads/2023/10/room-house-wallpaper-4645.jpg) center no-repeat;
background-size: cover;
position: relative;
z-index: 1;
}
.section-header .navbar-brand img{
height: 90px;
border-radius: 4px;
background:#fff;
padding:10px;
}
.section-header::after{
content: '';
position: absolute;
background: rgba(0,0,0, .5);
height: 100%;
width: 100%;
left: 0;
right: 0;
bottom: 0;
top: 0;
z-index: 2;
}
.section-header header{
position: relative;
z-index: 3;
}
.section-header header .navbar-brand{
color:#fff;
}
.section-header header .navbar .nav-item a{
color:#fff;
position: relative;
margin: 0 5px;
font-weight: 500;
letter-spacing: 1px;
}
.section-header header .navbar .nav-item a::after{
content: '';
bottom: 0;
width: 100%;
height: 2px;
background: #fff;
position: absolute;
left: 0;
transform: scale(0);
transition: all .5s;
}
.section-header header .navbar .nav-item:hover a::after{
transform: scale(1);
}
.section-header header .navbar .nav p{
color:#fff;
padding: 0;
font-weight: 500;
letter-spacing: 1px;
margin: 0;
font-size: 18px;
}
.main-text-header{
position: relative;
z-index: 3;
height: 500px;
display: flex;
align-items: start;
justify-content: center;
flex-direction: column;
color:#fff;
width: 50%;
}
.main-text-header .title{
font-size: 45px;
font-weight: 600;
line-height: 50px;
margin-bottom: 30px;
letter-spacing: 2px;
}
.main-text-header  .description{
font-size: 18px;
letter-spacing: 1px;
font-weight: 300;
margin-bottom: 20px;
}
/*mobile-header*/
.header-mobile{
position:relative;
z-index:4;
margin-bottom:20px;
}
.header-mobile .img-logo img{
width:70px;
border-radius:4px;
background:#fff;
padding:10px;
}
.header-mobile .img-nav {
display: flex;
align-items: center;
justify-content: center;
}   
.header-mobile .img-nav img{
width:20px;
}
.header-mobile .number-point{
display:flex;
justify-content:center;
align-items:center;
flex-direction:column;
}
.header-mobile .number-point p{
color:#fff;
font-size:12px;
margin:0;
text-align:center;
}
/*mobile-menu*/
.mobile-menu{
opacity:0;
z-index:-2;
position:fixed;
top:0;
background:#ffefd5;
bottom:0;
left:0;
padding:30px;
right:0;
transition:all .2s;
height:100%;
}
.mobile-menu.open{
opacity:1;
z-index:5;
}
.mobile-menu.close{
z-index:-2;
opacity:0;
}
.mobile-menu .img-logo{
display: flex;
align-items: center;
justify-content: center;
}
.mobile-menu .img-logo img{
width:80px;
border-radius:8px;
}
.mobile-menu .close{
display: flex;
align-items: start;
justify-content: start;
}
.mobile-menu .close img{
width:25px;
}
.mobile-menu .navbar-nav{
margin-top:30px;
}
.mobile-menu .navbar-nav .nav-item .nav-link {
color: #000;
display: block;
max-width: 410px;
width: 100%;
padding: 15px 48px 15px 24px;
position: relative;
margin: 0 auto;
}
.mobile-menu .navbar-nav .nav-item{
border-bottom: 1px solid #000;
line-height: 18px;
letter-spacing: .01em;
display: block;
width: 100%;
text-transform: uppercase;
font-size: 13px;
font-weight: 500;
} 
.mobile-menu .navbar-nav .nav-item:last-of-type{
border-bottom:none;
}
.dropdown-toggle::after {
vertical-align: 0;
position: absolute;
right: 20px;
top: 50%;
font-size:15px;
transform: rotate(-90deg);
}
/*section-uslugi*/
.section-uslugi{
padding: 50px 0;
position: relative;
background: url(/wp-content/uploads/2023/10/uslugi.jpeg) center no-repeat;
background-attachment:fixed;
-webkit-background-attachment:fixed;
}
.section-uslugi h2{
color:#fff;
}
.section-uslugi::after{
content: '';
position: absolute;
top:0;
left: 0;
bottom: 0;
right: 0;
z-index: 1;
height: 100%;
width: 100%;
background: rgba(0,0,0, .6);
}
.section-uslugi .container{
position: relative;
z-index: 2;
color:#fff;
}
.section-uslugi .desc-uslugi{
font-weight: 200;
width: 70%;
margin-left: auto;
margin-right: auto;
font-size: 16px;
}
.section-uslugi .main-btn{
width: 50%;
margin-top: 40px;
margin-left: auto;
margin-right: auto;
text-align: center;
}
.section-uslugi .main-btn:hover{
color:#000;
}
.section-uslugi .col-md-3:nth-last-of-type(1){
width: 100%;
}
.section-uslugi .col-md-3:nth-last-of-type(1) .card-uslugi{
height: auto;
align-items: center;
flex-direction: row;
justify-content: space-between;
}
.section-uslugi .col-md-3:nth-last-of-type(1) .title-card-uslugi{
margin-bottom: 0
}
.section-uslugi .col-md-3:nth-last-of-type(1) .description-card-uslugi{
width: 70%;
}
.section-uslugi .card-uslugi{
background: rgba(255, 239, 213, .4);
padding: 50px 20px;
display: flex;
flex-direction: column;
margin: 20px 0;
height: 350px;
margin-left: auto;
margin-right: auto;
backdrop-filter: blur(5px);
}
.section-uslugi  .title-card-uslugi{
font-size: 25px;
text-transform: uppercase;
font-weight: 200;
margin-bottom: 80px;
}
.section-uslugi  .description-card-uslugi{
font-size: 14px;
font-weight: 200;
margin: 0 0 auto;
}
.section-uslugi  .line-card-uslugi{
height: 1.5px;
width: 100%;
margin: 20px 0;
background: #fff;
}
.section-uslugi  .price-card-uslugi{
font-weight: 200;
font-size: 14px;
text-transform: uppercase;
}
/*section-cost*/
.section-cost{
color:#000;
padding: 50px 0;
}
.section-cost .card-cost{
background: #fce6c2;
padding: 50px 20px;
display: flex;
flex-direction: column;
margin: 20px 0;
margin-left: auto;
margin-right: auto;
height: 590px;
backdrop-filter: blur(5px);
transition: all .5s;
}
.section-cost .card-cost:hover{
box-shadow: 0 0 20px #fce6c2;
}
.section-cost .card-cost .title{
font-size: 20px;
text-transform: uppercase;
font-weight: 200;
margin-bottom: 10px;
}
.section-cost .card-cost .costtime{
display: flex;
justify-content: space-between;
color:grey;
font-weight: 600;
margin-bottom: 30px;
}
.section-cost .card-cost .description{
color:#000;
font-weight: 200;
margin: 0 0 auto;
}
.section-cost .card-cost .description ul{
margin: 0;
padding: 0;
margin-bottom: 30px;
}
.section-cost .card-cost .description ul li{
list-style-type: none;
padding: 5px 0;
border-bottom:1px solid #000;
font-size: 18px;
}
.section-cost .main-btn a{
color:#000;
border: 1.5px solid #000;
}
.section-cost .main-btn:hover a{
background: #fff;
color:#000;
}
/*section-team*/
.section-team{
color:#000;
padding: 50px 0;
}
.section-team .icon-team{
text-align: center;
margin-top: 40px;
}
.section-team .icon-team ul{
margin: 0;
padding: 0;
}
.section-team .icon-team ul li{
list-style-type: none;
border-right: 1.5px solid #000;
display: inline-block;
padding: 15px;
}
.section-team .icon-team ul li:nth-last-child(1){
border: none;
}
.section-team .icon-team ul li .img-team img{
height: 80px;
}
.section-team .icon-team ul li .desc-team{
font-size: 18px;
text-align: center;
font-weight: 300;
width: 280px;
margin-top: 20px;
}
.section-team .img-team img{
width: 100%;
height: 400px;
object-fit: contain;
}
.section-team .col-md-5{
display: flex;
flex-direction: column;
align-items: start;
margin-top: 50px;
}
.section-team .job-title{
width:250px;
}
.section-team .job-title span{
font-weight: 300;
color:grey;
}
.section-team .job-title h5{
font-weight: 300;
margin-top: 20px;
font-size: 22px;
}
.section-team .col-md-7{
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
.section-team  .about-team{
background: #fce6c2;
padding: 40px;
border-left: 2px solid #000;
}
.section-team  .about-team p{
font-weight: 300;
}
/*section-view*/
.section-view{
padding: 50px 0;
color:#fff;
}
.section-view h2{
color:#000;
}
.section-view .row{
justify-content: center;
}
.section-view .card-view{
margin:20px 0;
}
.section-view .card-view .title{
position:relative;
}
.section-view .card-view .image-additional-max{
position:relative;
overflow:hidden;
}
.section-view .card-view .title .title-view{
position: absolute;
bottom: 20px;
left: 40px;
max-width:90%;
font-weight: 400;
font-size: 22px;
padding:10px 30px 0 30px;
border-radius:4px 4px 0 0;
z-index: 2;
background: rgba(0,0,0, .5);
letter-spacing: 1px;
border-bottom: 2px solid #fce6c2;
transition: all .5s;
}
.section-view .card-view .title a{
position:relative;
z-index:3;
}
.section-view .card-view .thumbnail .image-additional-max img{
height: 350px;
object-fit: cover;
width: 100%;
border-radius: 8px;
}
.section-view .card-view .image-additional .image-additional-mini{
text-align: center;
margin: 0 5px;
margin-top:20px;
position: relative;
cursor:pointer;
}
.section-view .card-view .image-additional .image-additional-mini.slick-current::after{
content: '';
position: absolute;
background: rgba(0, 0, 0, .3);
top:0;
left: 0;
right: 0;
border-radius: 8px;
bottom: 0;
}
.section-view .card-view .image-additional .image-additional-mini img{
height: 95px;
width: 100%;
object-fit: cover;
border-radius: 8px;
}
/*section-kitchen*/
.section-kitchen{
padding: 50px 0;
position: relative;
background:#fff;
background-attachment:fixed;
-webkit-background-attachment:fixed;
}
.section-kitchen h2{
color:#000;
}
.section-kitchen .line{
background:#000;
}
.section-kitchen .container{
position: relative;
z-index: 2;
color:#000;
}
.section-kitchen .desc-kitchen{
font-weight: 200;
width: 70%;
margin-left: auto;
margin-right: auto;
font-size: 16px;
}
.section-kitchen .card-kitchen{
height:300px;
width:100%;
margin:0 10px;
overflow:hidden;
border-radius:4px;
}
.section-kitchen .card-kitchen img{
height:100%;
width:100%;
object-fit:cover;
transition:all .5s;
}
.section-kitchen .card-kitchen:hover img{
transform:scale(1.2);
}
/*section-potolki*/
.section-potolki{
padding: 50px 0;
position: relative;
background: url(/wp-content/uploads/2024/12/1701144095_happyhouse-guru-p-rombom-svetilniki-potolochnie-dizain-vkont-31.jpg) top no-repeat;
background-attachment:fixed;
-webkit-background-attachment:fixed;
}
.section-potolki::after{
content: '';
position: absolute;
top:0;
left: 0;
bottom: 0;
right: 0;
z-index: 1;
height: 100%;
width: 100%;
background: rgba(0,0,0, .6);
}
.section-potolki .container{
position: relative;
z-index: 2;
color:#fff;
}
.section-potolki h2{
color:#fff;
}
.section-potolki .desc-potolki{
font-weight: 200;
width: 70%;
margin-left: auto;
margin-right: auto;
font-size: 16px;
}
.section-potolki .card-potolki{
height:300px;
width:100%;
margin:0 10px;
overflow:hidden;
border-radius:4px;
}
.section-potolki .card-potolki img{
height:100%;
width:100%;
object-fit:cover;
transition:all .5s;
}
.section-potolki .card-potolki:hover img{
transform:scale(1.2);
}
/*section-door*/
.section-door{
padding: 50px 0;
position: relative;
background: url(/wp-content/uploads/2024/11/door.jpg) center no-repeat;
background-attachment:fixed;
-webkit-background-attachment:fixed;
}
.section-door h2{
color:#fff;
}
.section-door::after{
content: '';
position: absolute;
top:0;
left: 0;
bottom: 0;
right: 0;
z-index: 1;
height: 100%;
width: 100%;
background: rgba(0,0,0, .6);
}
.section-door .container{
position: relative;
z-index: 2;
color:#fff;
}
.section-door .desc-door{
font-weight: 200;
width: 70%;
margin-left: auto;
margin-right: auto;
font-size: 16px;
}
.section-door .card-door{
height:300px;
width:100%;
margin:0 10px;
overflow:hidden;
border-radius:4px;
}
.section-door .card-door img{
height:100%;
width:100%;
object-fit:cover;
transition:all .5s;
}
.section-door .card-door:hover img{
transform:scale(1.2);
}
/*footer*/
.footer{
background: #161616;
color:#fff;
}
.footer .col-md-6:nth-of-type(2){
display: flex;
flex-direction: column;
align-items: start;
justify-content: center;
}
.footer .footer-contact{
font-size: 22px;
font-weight: 200;
margin-left: 50px;
line-height: 25px;
letter-spacing: 1px;
}
.footer .footer-contact span{
margin: 0 20px;
}
.footer .footer-contact a{
color:#fff;
text-decoration: none;
transition: all .3s;
}
.footer .footer-contact a:hover{
color:#fce6c2;
}
.footer .footer-contact img{
height: 40px;
margin-right: 10px;
}
/*icon-float*/
.all-icon-float{
position: fixed;
bottom:80px;
right:20px;
z-index:999;
}
.inside-icon-float{
width: 50px;
height: 50px;
margin:10px 0;
border-radius:50%;
overflow:hidden;
}
.inside-icon-float img{
width: 100%;
height:100%;
object-fit:cover;
transition:all .3s;
}
.inside-icon-float:hover img{
transform:scale(1.2);
}
/*btn-up*/
.btn-up {
position: fixed;
background-color: #fce6c2;
left: 30px;
bottom: 30px;
border-radius: 10px;
cursor: pointer;
z-index:99999999;
display: flex;
align-items: center;
justify-content: center;
transition: opacity 0.15s ease-in-out, transform 0.3s ease-in-out;
color: #fff;
width: 50px;
height: 50px;
opacity: 0.8;
transform: translateY(0);
}
.btn-up img{
height: 20px;
}
.btn-up_hide {
display: none;
}
.btn-up_hiding {
opacity: 0;
transform: translateY(100px);
}
@media (hover: hover) and (pointer: fine) {
.btn-up:hover {
opacity:1;
}
}
@media only screen and (min-width:769px){
.header-mobile{
display:none;
}
.mobile-menu{
display:none;
}
}
@media only screen and (max-width:768px){
header{
display:none;
}
.section-header{
height:auto;
padding-top:10px;
padding-bottom:30px;
}
.main-text-header{
height:auto;
width:100%;
}
section h2{
font-size:30px;
text-align:center;
}
.section-team .icon-team ul li{
border:none;
}
.section-team .col-md-5{
align-items:center;
margin-top:10px;
margin-bottom:20px;
}
.section-team .about-team{
border-top: 2px solid #000;
border-left:none;
}
.section-uslugi .desc-uslugi{
width:80%;
}
.section-uslugi .main-btn{
width:80%;
}
.line{
width:80%;
}
.section-uslugi .card-uslugi{
height:auto;
margin-left:20px;
margin-right:20px;
}
.section-uslugi .col-md-3:nth-last-of-type(1) .card-uslugi{
flex-direction:column;
align-items:start;
}
.section-uslugi .col-md-3:nth-last-of-type(1) .description-card-uslugi{
width:100%;
}
.section-uslugi .col-md-3:nth-last-of-type(1) .title-card-uslugi{
margin-bottom:40px;
}
.section-cost .card-cost{
margin-left:20px;
margin-right:20px;
height:auto;
}
.section-view .card-view{
margin:20px;
}
footer{
padding:30px 0;
}
.footer .footer-contact{
margin-left:0;
text-align:center;
}
}