body{
    font-family: 'Montserrat', sans-serif;
    background-color: #f5f5f5;
    color: #373737;
    overflow-x: hidden;
}
.container{
    max-width: 1300px;
}
.title {
    font-weight: 900;
    color: #373737;
    text-transform: uppercase;
}
.title:before {
    content: "";
    position: absolute;
    height: 8px;
    width: 400px;
    top: 20px;
    left: -400px;
    background-image: url(/assets/images/icons/line.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.fright{
    float: right;
}
.fleft{
    float: left;
}
.btn-red{
    background-color: #e60004;
    border-radius: 25px;
    font-weight: 700;
}
.red{
    color: #e60004;
}
/*
** Navigation
*/
.navigation{
    position: fixed;
    width: 100%;
    z-index: 11;
}
.navbar-brand{
    width: 200px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.logo{
    width: 110px;
}
.navbar {
    padding: 0;
}

@keyframes LeftRoRight {
    0% {
        width: 0%;
    }
    100% {
        width: 100%;
    }
}
.navbar-nav .nav-link {
    color: #fff!important;
    font-weight: 700;
    padding: 0!important;
    margin: .5rem 1.5rem;
    position: relative;
    font-size: 16px;
}
.navbar-nav .nav-link:hover {
    color: #e60004!important;
}
.navbar-nav .active>.nav-link, .navbar-nav .nav-link.active, .navbar-nav .nav-link.show, .navbar-nav .show>.nav-link {
    color: #e60004!important;
}
.navbar-nav .nav-link:hover:before {
    content: "";
    color: #e60004;
    position: absolute;
    height: 2px;
    width: 0%;
    bottom: -2px;
    left: 0;
    z-index: -1;
    background-image: url(/assets/images/icons/line.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: top center, bottom center;
    animation: LeftRoRight 0.2s;
    animation-timing-function: linear;
    animation-delay: 0.2s;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
    -webkit-animation: LeftRoRight 0.2s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-delay: 0.2s;
    -webkit-animation-fill-mode: forwards;
}
.navbar-nav .active:before {
    content: "";
    position: absolute;
    height: 2px;
    width: 100%!important;
    bottom: -2px;
    left: 0;
    z-index: -1;
    background-image: url(/assets/images/icons/line.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: top center, bottom center;
}
.navbar-nav .noline{
    color: #fff!important;
}
.navbar-nav .noline:hover{
    color: #fff!important;
}
.navbar-nav .noline:before {
    content: none!important;
}
.lang-img{
    width: 19px;
}
.snavigation{
    background-color: #373737!important;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}
.snavigation .navbar-nav .nav-link {
    color: #fff;
}

.snavigation .navbar-nav .active {
    color: #e60004;
}

.snavigation .logo{
    animation: logoBlockScrolled 0.2s;
    animation-timing-function: linear;
    animation-delay: 0.2s;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
    -webkit-animation: logoBlockScrolled 0.2s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-delay: 0.2s;
    -webkit-animation-fill-mode: forwards;
}
.mnavigation{
    background-color: #fff;
    box-shadow: 0 0 10px rgba(55, 55, 55, 0.3);
}
.mnavigation .navbar-nav .nav-link {
    color: #fff;
}
.mnavigation .logo{
    animation: logoBlockScrolled 0.2s;
    animation-timing-function: linear;
    animation-delay: 0.2s;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
    -webkit-animation: logoBlockScrolled 0.2s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-delay: 0.2s;
    -webkit-animation-fill-mode: forwards;
}
@keyframes logoBlockScrolled {
    0% {
        width: 110px;
    }
    100% {
        width: 80px;
    }
}
.top-tel {
    line-height: 1;
}
.top-tel a{
    font-weight: 900;
    font-size: 25px;
    color: #fff!important;
    margin-right: 25px;
    text-decoration: none!important;
    position: relative;
    letter-spacing: 1px;
}
.top-tel img{
    width: 25px;
}
.solapel-link{
    color: #fff;
    cursor: pointer;
    border-bottom: 1px solid #fff;
    font-size: 12px;
    letter-spacing: 2px;
}
.snavigation .top-tel span{
    display: none;
}
.calculator-link{
    background-color: #e60004;
    padding: 5px 35px;
    color: #fff!important;
    text-decoration: none!important;
    margin-right: 25px;
    font-weight: 600;
    border-radius: 25px;
}
#solApel .modal-body{
    padding: 0;
}
.sp-title{
    background-color: #373737;
    color: #fff;
    padding: 15px;
    font-size: 27px;
    font-weight: 700;
}
.sp-title span{
    float: right;
    font-weight: 700;
    font-size: 42px;
    line-height: 1;
    cursor: pointer;
    user-select: none;
}
.sp-body{
    padding: 15px;
}
.sp-body label{
    margin-bottom: 0;
    font-size: 12px;
}
.sp-body .btn-red{
    margin-top: 20px;
}





/*
** Home banner
*/
.home-banner{
    height: 100vh;
    background-image: url(/assets/images/banner.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
}
.home-banner .row{
    height: 100vh;
    display: flex;
    align-items: center;
}
.banner-img img{
    width: 100%;
}
.home-banner .banner-title{
    font-size: 52px;
    font-weight: 900;
    color: #fff;
    margin-bottom: 50px;
    text-shadow: 1px 1px #000000;
}
.home-banner .banner-subtitle{
    font-weight: 500;
    color: #fff;
    margin-bottom: 50px;
    text-shadow: 1px 1px #000000;
}
.home-banner .banner-subtitle span{
    color: #e60004;
    font-weight: 900;
}
.home-banner a{
    padding-left: 50px;
    padding-right: 50px;
}
.home-banner .banner-playbtn{
    margin-left: 100px;
    width: 150px;
    cursor: pointer;
}
#videoBannerModal .modal-content{
    background-color: transparent;
    padding: 0;
    border: none;
}
#videoBannerModal video{
    width: 100%;
}


/*
** Home Catalog
*/
.home-catalog{
    padding-top: 70px;
    padding-bottom: 70px;
    background-image: url(/assets/images/home-catalog.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.hc-sistems{
    margin-top: 30px;
}
.hc-sistems img{
    width: 113px;
    height: 113px;
}
.hc-sistems-item{
    width: 200px;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    cursor: pointer;
    transition: 0.2s;
}
.hc-sistems-item:hover{
    background-color: #fff;
    box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.05);
}
.hcs-active{
    background-color: #fff;
    box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.05);
}
.sistems-card{
    margin-top: 50px;
    background-color: #fff;
    box-shadow: 0 0 40px 10px rgba(0, 0, 0, 0.1);
    padding: 25px;
    border-radius: 25px;
    display: none;
}
.sistems-cactive{
    display: block!important;
}
.sistems-item {
    text-align: center;
}
.sistems-item img{
    max-width: 75%;
}
.sistems-item .btn{
    padding-left: 25px;
    padding-right: 25px;
}
.hc-more{
    text-align: center;
    margin-top: 50px;
}
.hc-more a{
    padding-left: 25px;
    padding-right: 25px;
}





/*
** Why we
*/
.ww{
    padding-top: 70px;
    padding-bottom: 70px;
    background-image: url(/assets/images/ww.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
}
.ww .title{
    color: #fff;
}
.ww .ww-title{
    font-weight: 900;
}
.ww .ww-title span{
    color: #e60004;
}
.ww .ww-title a{
    float: right;
    padding-left: 25px;
    padding-right: 25px;
}
.ww .ww-avantaj{
    margin-top: 50px;
}
.ww .ww-avantaj img{
    margin-top: -7px;
    height: 70px;
    float: left;
    margin-right: 25px;
}
.ww .ww-avantaj h3{
    margin-top: 7px;
    font-weight: 700;
    margin-bottom: 0;
}
.ww .ww-avantaj h5{
    font-weight: 500;
    margin-bottom: 0;
}
.ww .ww-avantaj-check{
    margin-top: 50px;
    display: flex;
    align-items: center;
    justify-content: left;
}
.ww .ww-avantaj-check img{
    width: 50px;
    margin-right: 30px;
}
.ww .ww-avantaj-check h5{
    font-weight: 700;
    margin-bottom: 0;
}



/*
** Produse Decorative
*/
.produse-decorative{
    padding-top: 70px;
    padding-bottom: 70px;
    background-image: url(/assets/images/home-pdecor.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.pd-text p{
    margin-top: 50px;
}
.pd-text a{
    padding-left: 25px;
    padding-right: 25px;
}






/*
** Footer contacts
*/
.footer-contacts{
    padding-top: 70px;
    padding-bottom: 70px;
    background-image: url(/assets/images/footer-contacts.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
}
.contacts-page{
    color: #373737;
}
.footer-contacts .title{
    color: #fff;
}
.contacts-page .title{
    color: #373737;
}
.footer-contacts .footer-form h2{
    font-weight: 700;
}
.footer-contacts .footer-form h6{
    margin-bottom: 20px;
}
.footer-contacts .form{
    margin-top: 50px;
}
.footer-contacts .form input{
    margin-top: 40px;
    background-color: transparent;
    height: 50px;
    border-radius: 25px;
    color: #fff;
    padding-left: 25px;
}
.contacts-page .form input{
    color: #373737;
    border-color: #373737;
}
.footer-contacts .form input:focus{
    border-color: rgba(230, 0, 4, 0.8);
    box-shadow: 0 0 1px rgba(230, 0, 4, 0.75) inset, 0 0 4px rgba(230, 0, 4, 0.6);
    outline: 0 none;
}
.footer-contacts .form input::placeholder{
    color: #ccc;
}
.contacts-page .form input::placeholder{
    color: #7f7f7f;
}
.footer-contacts .form button{
    margin-top: 40px;
    width: 100%;
    height: 50px;
    border-radius: 25px;
}
.map{
    display: flex;
    align-items: center;
    justify-content: center;
}
#map{
    width: 100%;
    height: 400px!important;
    border-radius: 20px;
}
.fcontacts{
    margin-top: 50px;
    font-weight: 700;
    font-size: 21px;
}
.fcontacts .col-md-4{
    display: flex;
    align-items: center;
    justify-content: left;
}
.fcontacts img{
    width: 30px;
    margin-right: 10px;
}
.fcontacts a{
    color: #fff;
    text-decoration: none;
}
.contacts-page a{
    color: #373737;
    text-decoration: none;
}


/*
** Footer
*/
.footer{
    background-color: #373737;
    padding-top: 50px;
    padding-bottom: 50px;
}
.footer .logo-footer img{
    width: 100px;
}
.footer-nav ul{
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-between;
}
.footer-nav ul li{
    list-style-type: none;
    display: inline-block;
    margin-right: 30px;
}
.footer-nav a{
    color: #fff;
    font-weight: 500;
    font-size: 16px;
}
.footer h4 a{
    color: #fff;
    font-weight: 900;
    text-decoration: none;
}
.footer .footer-social{
    margin-top: 15px;
    text-align: center;
}
/*
** Copyright
*/
.copyright{
    background-color: #1e1e1e;
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
    color: #fff;
    font-weight: 500;
}

/*
** Page header
*/
.page-header{
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: left;
    background-image: url(/assets/images/page-header.png);
    background-size: cover;
    background-position: center top;
}
.page-header h1{
    font-weight: 900;
    color: #fff;
    margin-bottom: 0;
    margin-top: 40px;
}

/*
** About page
*/
.about-page{
    padding-top: 70px;
    padding-bottom: 70px;
}
.about-page .playbtn{
    width: 100px;
    height: 100px;
    border-radius: 50%;
}
.about-page a{
    color: #373737;
    text-decoration: none;
    font-weight: 700;
}
.partners{
    padding-top: 70px;
    padding-bottom: 70px;
}
.partners .col-md-2 {
    margin-top: 25px;
    margin-bottom: 25px;
    text-align: center;
}
.partners .col-md-2 img{
    height: 113px;
    width: auto;
}


/*
** Catalog page
*/
.catalog-page{
    padding-top: 70px;
    padding-bottom: 100px;
}
.catalog-page a{
    text-decoration: none;
    color: #373737;
}
.filter-block{
    background-color: #fff;
    border: 1px solid #ebebeb;
    padding: 15px;
    position: sticky;
    top: 100px;
}
.filter-block a{
    display: block;
}
.filter-block .filter-category{
    display: block;
    font-weight: 600;
    color: #373737;
    text-decoration: none!important;
    font-size: 21px;
    margin-top: 20px;
}
.filter-block .filter-category:first-of-type{
    margin-top: 0;
}
.filter-block .filter-category span{
    float: right;
}
.filter-block .filter-brand{
    display: block;
    font-weight: 900;
    color: #373737;
    text-decoration: none!important;
    font-size: 21px;
    margin-top: 10px;
}
.filter-block .filter-brand:first-of-type{
    margin-top: 0;
}
.filter-block .filter-brand .filter-img{
    display: inline-block;
    width: 27px;
}
.filter-block .filter-brand img{
    height: 25px;
}
.filter-subcategories ul{
    margin: 0;
    padding-left: 34px;
}
.filter-subcategories ul li{
    cursor: pointer;
    font-weight: 500;
    list-style-type: none;
}
.product-card{
    border: 1px solid #ebebeb;
    padding: 15px;
    background-color: #fff;
    margin-bottom: 30px;
    text-align: center;
}
.product-card .product-img{
    height: 170px;
    margin-bottom: 10px;
    overflow: hidden;
}
.product-card img{
    height: 100%;
}
.product-card h6{
    font-weight: 700;
    margin-bottom: 0;
}
.profiles-card{
    padding: 0;
}
.profiles-card img{
    width: 100%;
}
.product-page{
    padding-top: 70px;
    padding-bottom: 100px;
}
.product-page img{
    width: 100%;
}
.product-name{
    border: 1px solid #ebebeb;
    padding: 15px;
    background-color: #fff;
    margin-bottom: 30px;
}
.product-name button{
    padding-left: 30px;
    padding-right: 30px;
}
.product-features{
    border: 1px solid #ebebeb;
    padding: 30px;
    background-color: #fff;
    margin-bottom: 30px;
}

/*
** Blog
*/
.blog-page{
    padding-bottom: 100px;
}
.blog-page a{
    color: #373737;
    text-decoration: none;
}
.news-populare{
    margin-bottom: 100px;
}
.news-populare a{
    color: #373737;
    text-decoration: none;
}
.card-news{
    margin-top: 75px;
    background-color: #fff;
    box-shadow: 0 0 30px 5px #ccc;
}
.card-news img{
    height: 255px;
    width: 100%;
    object-fit: cover;
}
.card-news-text{
    padding: 15px;
}
.card-news-text h5{
    font-weight: 900;
}
.card-news-text p{
    margin-bottom: 0;
    font-weight: 600;
}
.news .btn-fatade{
    margin-top: 75px;
    color: #fff!important;
}
.news-detail-page{
    margin-top: 70px;
    margin-bottom: 120px;
}
.nwd-card{
    background-color: #fff;
    box-shadow: 0 0 50px 10px #ebebeb;
}
.nwd-card-text{
    padding: 15px;
}
.share-article{
    padding: 15px;
}
.share-article h6{
    margin-bottom: 0;
}

/*
** Thanks page
*/
.thaks-page{
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    background-image: url(/assets/images/thanks.png);
    background-size: cover;
    background-position: center;
}
.thanks-card{
    width: 800px;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 10px;
    padding: 15px;
    margin-right: auto;
    margin-left: auto;
}



.calculator-page{
    background-color: #373737;
    min-height: 100vh;
}
.calculator-header{
    z-index: 100;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #1c1c1c;
    padding: 10px 15px;
}
.calculator-header .logo-head img{
    height: 60px;
}
.calculator-header .contact-head {
    line-height: 1.3;
}
.calculator-header .contact-head a{
    color: #fff;
    text-decoration: none;
    display: block;
}
.calculator-header .contact-head .phone-call{
    font-size: 32px;
    font-weight: 900;
}
.calculator-header .contact-head .solmodel3d{
    text-align: center;
    text-decoration: underline;
    letter-spacing: 2px;
}
.calculator{
    display: flex;
    justify-content: center;
}
.calculator-main{
    width: 100%;
    position: relative;
}
.background{
    width: 100%;
    height: auto;
    background-color: #7a7a7a;
}
.background img{
    width: 100%;
    height: auto;
}
.house-item{
    position: absolute;
    top: 0;
    width: 100%;
    height: auto;
}
.house-item img{
    width: 100%;
    height: auto;
}


.calculator-side{
    width: 20%;
    height: 90vh;
    overflow-y: scroll;
    padding: 15px 25px;
    color: #fff;
}
.calculator-side::-webkit-scrollbar {
    display: none;
}
.calculator-side::-webkit-scrollbar-track {
    display: none;
}
.calculator-side::-webkit-scrollbar-thumb {
    display: none;
}
.cside-item{
    margin-bottom: 25px;
}
.cside-item input{
    background-color: transparent!important;
    border: 1px solid rgba(204, 204, 204, 0.5);
    color: #fff!important;
    height: 40px;
    border-radius: 0;
}
.cside-item select{
    background-color: transparent!important;
    border: 1px solid rgba(204, 204, 204, 0.5);
    color: #fff!important;
    height: 40px;
    border-radius: 0;
}
.cside-item option{
    background-color: #1c1c1c;
    color: #fff!important;
}
.cside-item h6{
    margin-bottom: 5px;
}
.cside-item input[type=color] {
    padding: 0 3px;
    cursor: pointer;
}

.cside-item button{
    width: 100%;
    margin: 0;
    box-shadow: none;
}
.calculator-result ul{
    margin: 0;
    padding: 0;
}
.calculator-result ul li{
    list-style-type: none;
    border-bottom: 1px dashed #ccc;
    padding: 5px 0;
}
.calculator-result ul li span{
    float: right;
}
.calculator-result small{
    margin-top: 10px;
    line-height: 1;
}
.calculator-result small a{
    color: #fff;
    text-decoration: underline;
}

.top-tel img {
    -webkit-animation: pulse 2s ease-in;
    -moz-animation: pulse 2s ease-in;
    animation: pulse 0.4s ease-in;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.vlad img {
width: 435px;
height: 435px;
object-fit: cover;
border-radius: 50%;
}






.loader-box{
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    display: none;
}
.loader, .loader:after {
    border-radius: 50%;
    width: 10em;
    height: 10em;
}
.loader {
    margin: 60px auto;
    font-size: 10px;
    text-indent: -9999em;
    border-top: 1.1em solid rgba(255, 255, 255, 0.2);
    border-right: 1.1em solid rgba(255, 255, 255, 0.2);
    border-bottom: 1.1em solid rgba(255, 255, 255, 0.2);
    border-left: 1.1em solid #ffffff;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear;
}
@-webkit-keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

input[type=number] {
    -moz-appearance:textfield; /* Firefox */
}


#solApel .modal-body{
    padding: 0;
}
#solModeling .modal-body{
    padding: 0;
}
.sp-title{
    background-color: #373737;
    color: #fff;
    padding: 15px;
    font-size: 27px;
}
.sp-title span{
    float: right;
    font-weight: 700;
    font-size: 42px;
    line-height: 1;
    cursor: pointer;
    user-select: none;
}
.sp-body{
    padding: 15px;
}
.sp-body label{
    margin-bottom: 0;
    font-size: 12px;
}
.sp-body .btn-fatade{
    margin: 0;
    margin-top: 20px;
}
.thaks-page{
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    background-image: url(/assets/images/thanks.png);
    background-size: cover;
    background-position: center;
}
.actcat{
    color: #e60004!important;
}
.pagination span{
    display: inline-flex;
    justify-content: center;
    width: 170px;
}
.pagination a{
    display: inline-flex;
    justify-content: center;
    width: 170px;
}
.owl-item{
    display: flex;
    justify-content: center;
}
.owl-dots{
    margin-top: 25px;
    display: flex;
    justify-content: center;
}
.owl-dot{
    margin: 0 3px;
    background-color: rgba(230, 0, 4, 0.2) !important;
    width: 15px;
    height: 15px;
    border-radius: 50%;
}
.owl-dots .active{
    background-color: rgba(230, 0, 4, 0.8) !important;
}
