@import url("https://grandelux.ru/assets/font-awesome/css/all.css");
.header-menu a svg{
    margin-right: 10px;
}
.sticky-header.fixed .logo,
.sticky-header.fixed .msMiniCart,
.sticky-header.fixed .simplesearch-search-form{
    display: none;
}
.rub { 
	line-height: 5px;
	width: 0.4em;
	border-bottom: 1px solid #000; 
	display: inline-block;
} 
html [type=button] {
     -webkit-appearance: none;
}
.header-slog{
    display:none;
}
.dis-none{
    display: none !important;
}
.cart{
 display:block;
 width: 55px;
 height: 55px;
 background: url(/assets/images/cart.png) no-repeat;
}
/* .main {
  
    margin-top: 10px;
} */
.info-box svg{
    font-size: 30px;
    margin-right: 15px;
}
.product-action{
    margin-top: 20px;
}
.jal-calc{
    position: relative;
}
.about-calc{
    position: absolute;
    top: 7px;
    right: 10px;
}
.prim {
    display: block;
    padding: 0 0 10px;
}
.prim .vos {
    border: 1px solid #08c;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    background: #08c;
    color: #fff !important;
    cursor: pointer;
    padding: 5px 12px;
}
.prim p {
    display: inline-block;
}
.about-calc a{
       border: 1px solid #08c;
    border-radius: 50%;
    height: 30px;
    width: 30px; 
    background: #08c;
    color: #fff !important;
    cursor: pointer;
    padding: 5px 12px;
    
}
.about-calc a:hover{
    cursor: pointer;
}
.modal-title,
button.close span{
    font-size: 30px;
}
.calc-materials{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
}
.calc-material__box{
    position: relative;
    display: flex;
    flex-wrap: wrap;
      max-height: 305px;
    overflow-y: scroll;  
}

.calc-materials__sale {
    position: absolute;
    top: 0px;
    left: 65px;
    width: 15px;
}
.calc-row{
    margin-bottom: 10px;
}
.calc-row__label{
    width: 80px;
}
.calc-row input[type="number"]{
    padding-left: 20px;
    border-radius: 8px;
    border: 1px solid #dae2e6;
    margin-right: 10px;
}
.calc-stage__checkbox-lab{
    margin-right: 40px;
}
.calc-stage__title{
    margin: 10px 0px;
    border-bottom: 1px solid #dae2e6;
    padding-bottom: 10px;
    font-size: 20px;
    cursor: pointer;
}
.calc-stage__title span{
    margin-right: 20px;
    font-weight: bold;
}
.calc-materials__filter div {
    display: inline-block;
    margin-right: 10px;
}

.calc-materials__filter label span {
    width: 20px;
    height: 20px;
    border-radius: 5px;
    margin-left: 5px;
}

.calc-materials__filter label span.red {
    background-color: red;
}
.calc-materials__filter label span.grey {
    background-color: grey;
}
.calc-materials__filter label span.green {
    background-color: green;
}
.calc-materials__filter label span.yellow {
    background-color: yellow;
}
.calc-materials__filter label span.blue {
    background-color: blue;
}

.calc-materials__item{
    margin: 10px;
    border-radius: 50%;
    position: relative;
}
.calc-materials__label{
    
}
.calc-materials__input{
    display: none;
    outline: none;
}
.calc-materials__label::before{
    content: "";
    display: inline-block;
    width: 75px;
    height: 75px;
    vertical-align: middle;
    transition: 0.2s;
}
.calc-materials__label{
    transition: 0.4s;
    background-size: cover !important;
}
.calc-materials__input:checked + .calc-materials__label{
    border-radius: 50%;
}
.calc-materials__input:checked + .calc-materials__label:before{
    padding-top: 17px;
    font-size: 30px;
    text-align: center;
    content: "✔";
    color: #fff;
}
.calc-image__second{
    width: 100px;
    margin: auto;
}
.calc-image img{
    margin: auto;
}
.header-bottom{
    background:#004089;
}
/* .jal-input-radio{
    width: 75px;
    height: 75px;
    margin-right: 10px;
    background: #fff;
} */
/* .calc-materials__item img{
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
} */
/* .calc-materials__item.active::before{
    content: "";
    position: absolute;
    top: 0%;
    bottom: 0%;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.3);
    border-radius: 50%;
} */
/* .calc-materials__item.active::after{
    content: "✔";
    position: absolute;
    left: calc(50% - 13px);
    top: calc(50% - 25px);
    color: #fff;
    font-size: 30px;
    height: 50px;
    width: 26px;
} */
.product-single-qty{
    width: 40%;
    margin-left: 30%;
    margin-bottom: 20px;
}
.add-cart{
    width: 40%;
    margin-bottom: 20px;
}
.price-box__discount{
    z-index:5;
}
.owl-nav svg,
.prod-full-screen svg{
    font-size: 30px;
    color: #000;
}
.icon-block{
    width: 40px;
    height: 40px;
    display: inline-block;
    background: #08c;
    border-radius: .6rem;
    padding: 10px
}
.icon-block svg{
    color:#fff;
    text-align: center;
    font-size: 20px;
}
.contact-info p{
    display: inline-block;
}
.contact-info p a{
    display: block;
}
.icon-block--map{
    padding-left: 13px;
}
.map-block{
    height: 460px;
    margin-bottom: 40px;
}
.contact-div{
    display: flex;
    align-items: center;
}
.calc-materials__filter span{
    display: inline-block;
    width: 180px;
}
.gallery-category{
    position: relative;
    overflow: hidden;
    height: 720px;
}
.gallery-category-2{
    height: 350px;
    margin-bottom: 20px;
}
.gallery-category__img{
    width: 100%;
}
.gallery-category__desc{
    position: absolute;
        background: #ffffffb8;
    color: #fff;
    bottom: 0;
    left: 0px;
    width: 100%;
    padding: 10px 20px;
    transform: translateY(100px);
    transition: 0.5s;
}
.gallery-category__desc h2 a {
    color: #000;
}
.gallery-category__desc p{
    height: 75px;
    overflow: hidden;
    color:#000;
    font-weight:700;
}
.gallery-category__desc.gallery-category__desc--open{
    transform: translateY(0px);
}
.services-category{
    padding: 40px;
    text-align: center;
    
    border-radius: 8px;
    margin-bottom: 30px;
    transition: 0.4s;
}
a:hover .services-category{
    box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.86);
}
a:hover{
    text-decoration: none;
}
.services-category__img{
    margin: auto;
}
.services-category__heading{
    margin-top: 20px;
    margin-bottom: 0px;
}
.dropdown-expanded .header-menu .header-link__post a{
    color: #57ad68;
    font-weight: bold;
}
.dropdown-expanded .header-menu .header-link__akcii a{
    color: red;
    font-weight: bold;
}
.header-link__post{
    width:100px;
}
.header-link__post a img{
    max-width:100px;
}
.logo-text {
    font-size: 20px;
    font-family: 'Philosopher', sans-serif;
    color: grey;
    margin-left: 45px;
}
.header-contact{
    text-align: center;
}
.header-contact span{
    margin-top: 5px;
}
.simplesearch-search-form{
    margin-top: 7px;
}
.simplesearch-search-form label{
    color: #fff;
    font-weight: bold;
    display: none;
}
.blog-section .entry-title {
    font-size: 1.8rem;
    font-weight: 600;
    letter-spacing: -.01rem;
    margin-bottom: .8rem;
    color: #2b2b2d;
    text-transform: uppercase;
}
.simplesearch-search-form input[type="submit"]{
    padding: 1px 10px;
    background: #fff;
    color: #004089;
    border: 1px solid #fff;
    transition: 0.4s;
}
.simplesearch-search-form input[type="submit"]:hover{
    cursor: pointer;
    background: #004089;
    color: #fff;
}
.simplesearch-search-form input#search{
    padding-left: 10px;
}
.header-contact .btn-primary{
        background: #fff;
    border-color: #fff;
}
.contact-office__title{
    font-size: 20px;
    margin-top: 20px;
}
.contact-dobr{
    margin-bottom: 30px;
}
.contact-dobr__img img{
    margin: 10px auto;
    width: 100%;
}
.owl-otzivi{
    padding: 50px;
}
.main-nav .simplesearch-search-form{
    display: none;
}
footer .simplesearch-search-form label{
    display: none;
}
.price-box__discount{
    position: absolute;
    background-color:red;
    top: -55px;
    left: -10px;
    font-size: 24px;
    padding: 7px 10px;
    color: white;
-webkit-border-radius: 3px;
-webkit-border-bottom-left-radius: 0;
-moz-border-radius: 3px;
-moz-border-radius-bottomleft: 0;
border-radius: 3px;
border-bottom-left-radius: 0;
}
.price-box__discount:after {border: 5px solid transparent;	border-top: 5px solid #ad0707; border-right: 5px solid #ad0707;
content: ''; 
position: absolute;
left: 0px; bottom: -10px;
}
.calc-materials__sale img {width:30px;height:30px;position:absolute;top:-5px;right:-5px;max-width:35px;}
.textOuter img {display:inline-block;}
.calc-product-val{
    padding: 10px 10px;
    height: 48px;
    width: 70px;
    display: inline-block;
    margin-right: 20px;
}
.label-product_price{
    display: block;
    padding-left: 0;
}
.btn-calc--submit{
    display: inline-block;
        margin-top: -4px;
}
.sale2 {
    margin-bottom: 20px;
    background: #ff0000;
    width: 150px;
    font-size: 18px;
    color: #fff;
    padding: 1px 10px;
    font-weight: 900;
    border: 2px solid #cecbcb;
    text-shadow: 1px 1px 1px #333;
    border-radius: 15px;
}
.tablemaxtr{
    overflow-x: scroll;
}
.title_calc{
    padding:5px 0 5px 0;
}
.calc-add-inf img{
    display: inline-block;
    margin-right: 20px;
    vertical-align: top;
    width: 70px;
    margin-top: 20px;
}
.calc-add-inf p{
    display: inline-block;
    width: calc(100% - 120px);
    margin-top:15px;
}
.calc-add-inf{
    margin-bottom: 20px;
}
    .product-title{
        x-height: 52px;
        margin-bottom:22px;
        overflow: hidden;
    }
    
    .product-details .product-title {font-size:22px;}
    
    .col-pull-product-single-gallery{
        margin-bottom: 20px;
    }
    .col-pull-product-single-gallery span {
        font-weight: 700;
    }
    .header-menu ul li a i{
        margin-right: 3px;
    }
    .main-title{
        font-size: 30px;
    }
    .main-title .button {
        margin-left: 20px;
        font-size: 0.6em;
        background: #ff8200;
        padding: 5px 20px;
        color: white;
        font-weight: 300;
        border-radius: 5px;
    }
    .cost-table__title{
        text-align: center;
        padding: 20px 0px;
        margin: 10px 0px;
        border-bottom: 1px solid black;
        font-size: 30px;
    }
    .cost-table-block{
        border-bottom: 1px solid #004089;
        padding: 10px 0px;
        margin-bottom: 10px;
        margin-left: 0px;
        margin-right: 0px;
    }
    .cost-table__price{
        color: #004089;
        font-weight: bold;
        font-size: 24px;
        text-align: center;
    }
    .cost-table__title{
        
    }
    .cost-table__btn{
        padding: 6px 12px;
        background: #004089;
        color: #fff;
        transition: 0.4s;
        align-self: center;
    }
    .cost-table__btn:hover{
        color: #fff;
        border-radius: 20px;
    }
    .cost-table__right{
        text-align: center;
        padding-top: 5px;
    }
    .vizov-header{
        background: #ff8200;
    }
    .product-desc .vizov-header{
        margin-top: 0px;
        background: #f78100;
        float: right;
        padding: 5px 10px;
        border: 1px solid #f78100;
    }
    .price-box .vizov-header{
        margin-top: 0px;
        background: #f78100;
        float: right;
        padding: 5px 10px;
        border: 1px solid #f78100;
    }
    .btn-catalog{
                background: #5d9268;
    }
    .calc-dop-btns{
        display: inline-block;
    }
    .vizov-header:hover{
        background: #ff8200;
        border: 1px solid #ff8200;
    }
    .calc-materials__item div small{
        display: block;
        width: 75px;
        overflow: hidden;
        height: 34px;
    }
@media (max-width: 1200px){
    .calc-image__second{
        width: 70px;
    }
    .calc-dop-btns{
        padding-left: 93px;
        display: block;
    }
    .calc-dop-btns .vizov-header{
        display: block;
        margin-bottom: 10px;
        width: 210px;
    }
    .calc-dop-btns .btn-catalog{
        width: 210px;
    }
    .simplesearch-search-form{
        margin-bottom: 15px;
    }
    .simplesearch-search-form label{
        display: inline-block;
    }
    .main-nav .menu li:last-child{
        position: absolute;
        right: 10px;
    }
    .simplesearch-search-form label{
        display: none;
    }
    .header-bottom .container{
        max-width: 100%;
    }
    .menu.sf-arrows>li>a.sf-with-ul{
        padding-left: 1.4rem;
        padding-right: 2.2rem;
    }
}
@media (max-width: 992px){
    .main-nav .simplesearch-search-form{
        display: block;
    
    }
    .gallery-category{
        height: 520px;
    }
    .gallery-category-2{
        height: 250px;
    }
    .mobile-menu-wrapper .simplesearch-search-form{
        margin-left: 15px;
    }
        .simplesearch-search-form label{
        margin-right: 5px;
        display: inline-block;
    }
    .mobile-menu-wrapper .simplesearch-search-form input[type="submit"]{
        margin-top: 10px;
        margin-left: 151px;
    }
    .breadcrumb-nav .row{
        margin-left: 0;
        margin-right: 0;
    }
}
@media (max-width: 768px){
    .calc-image__second{
        margin-bottom: 30px;
    }
    table{
        overflow-x: auto;
		display: block;
    }
    .services-category{
        padding: 20px;
    }
    .home-slider-container{
        display: none;
    }
    .info-box{
        justify-content: center;
        margin: 10px 0px;
    }
    .add-cart{
        margin-left: 0;
    }
    .gallery-category, .gallery-category-2{
        height: auto;
        margin-bottom: 30px;
        max-height: 768px;
    }
    .map-block {
        height: auto;
    }
    .calc-stage__title{
        padding-bottom: 5px;
        margin: 5px 0px;
    }
    .price, .remove{
        text-align: left;
    }
    .count input.form-control{
        max-width: 100px;
    }
    .product-title{
        font-size: 22px;
    }
}
@media (max-width: 576px){
    .cost-table__right{
        text-align: right;
    }
    .cost-table__left{
        margin-bottom: 10px;
    }
    .cost-table__price{
        font-size: 18px;
    }
    .cost-table__name{
        margin-bottom: 0;
    }
    .cost-table__price{
        text-align: right;
        margin-bottom: 10px;
    }
}
@media (max-width: 500px){
    .calc-materials__filter span{
        display: block;
    }
    .title_calc{
        padding: 25px 0px;
    }
        .services-category{
        padding: 10px;
    }
    .about-calc{
        position: relative;
        margin-bottom: 20px;
        margin-left: 10px;
    }
    .product-title{
        font-size: 18px;
        height: 57px;
        overflow: hidden;
    }
    .services-category__heading{
        font-size: 16px;
    }
    .header-contact-zamer{
    display: none;
}
.header-contact-time{
    display: none;
}
}
@media (max-width: 450px){
    .section-title.nomar{
        margin-bottom: 50px;
    }
    .first-calc-row{
        margin-top: 45px;
    }
    .header-slog{
        display:block;
    }
    .header-contact-time{
        display: none;
    }
    .logo-text{
        display:none;
    }
    .header-contact-zamer{
        display: none;
    }
    .title_calc{
        padding:5px 0;
    }
}
.bxr-promo-ribbon{margin:20px -5px;padding-left:5px;padding-right:5px;}
.bxr-promo-ribbon.bxr-promo-block .bxr-promo-element{padding-left:5px;padding-right:5px;}
.bxr-promo-ribbon.bxr-promo-block .bxr-promo-element{margin-bottom:10px;}
.bxr-promo-ribbon .bxr-promo-element{height:205px;overflow:hidden;text-align:center;position:relative;}
figure.effect-goliath{height:250px;display:block;position:relative;overflow:hidden;background:#F6F6F6;text-align:center;cursor:pointer;}
figure.effect-goliath .bxr-promo-image{width:100%;height:100%;background-size:cover;background-repeat:no-repeat;overflow:hidden;background-position:center;position:relative;display:block;-webkit-backface-visibility:hidden;backface-visibility:hidden;}
figure.effect-goliath figcaption,
figure.effect-goliath figcaption > a{position:absolute;top:0;left:0;width:100%;height:100%;}
figure.effect-goliath figcaption{padding:2em;color:#fff;text-transform:uppercase;font-size:1.25em;-webkit-backface-visibility:hidden;backface-visibility:hidden;}
figure.effect-goliath figcaption > a{z-index:1000;text-indent:200%;white-space:nowrap;font-size:0;opacity:0;}
figure.effect-goliath .bxr-promo-image,
figure.effect-goliath h2{-webkit-transition:-webkit-transform 0.35s;transition:transform 0.35s;font-size:14px;}
figure.effect-goliath h2,
figure.effect-goliath p{position:absolute;bottom:-10px;left:0;}
figure.effect-goliath h2{padding:15px;}
figure.effect-goliath p{padding:12px;text-transform:none;font-size:18px;opacity:0;-webkit-transition:opacity 0.35s, -webkit-transform 0.35s;transition:opacity 0.35s, transform 0.35s;-webkit-transform:translate3d(0,50px,0);transform:translate3d(0,50px,0);}
figure.effect-goliath:hover .bxr-promo-image{-webkit-transform:translate3d(0,-110px,0);transform:translate3d(0,-110px,0);}
figure.effect-goliath:hover h2{-webkit-transform:translate3d(0,-120px,0);transform:translate3d(0,-120px,0);}
figure.effect-goliath:hover p{opacity:1;-webkit-transform:translate3d(0,-32px,0);transform:translate3d(0,-32px,0);}
#jGrowl {
    font-size:18px;
    margin:0px 12px 0; 
}
.jGrowl.top-right {
    left:35% !important; 
    top:35% !important;
}
#jGrowl .jGrowl-notification {
    position: relative;
    width: 320px;
    padding: 15px;
    text-align:center;
    background: none repeat 0 0 #fff !important;
    box-shadow: 0 0 0 7px #8ab933 !important;
    border: 0px solid rgba(255, 255, 255, 0.49) !important;
}
#jGrowl .jGrowl-notification .jGrowl-close {
    position: absolute;
    right: 4px;
    top: 4px;
    color: #8ab933 !important;
}
#jGrowl .jGrowl-notification .jGrowl-message {
    color:#8ab933 !important;
}
#successModal .modal-header {
    position: relative;
}
#successModal .modal-title {
    position: absolute;
    left: 42%;
}
#successModal .modal-body {
    text-align: center;
}
.product-single-container .calc {
    display: contents;
}

.tabscont {max-width: 1200px; margin: 0 auto; padding: 0 20px;}
.tabsmenu {display: flex; height: 40px;}
.tabsmenu span {padding: 10px 15px; border: 1px solid #004089; margin-bottom: -1px; border-radius: 5px 5px 0 0; box-shadow: 0 -5px 10px #ddd inset; margin-top: 5px; opacity: 0.5;}
.tabsmenu span.active {box-shadow: none; border-bottom: 1px solid #fff; margin-top: 0; opacity: 1;}
.tabsmenu span:hover {margin-top: 0; opacity: 1; cursor: pointer;}
.tabstext {border: 1px solid #004089; padding: 20px 30px 15px; border-radius: 0 5px 5px 5px;}
.tabstext div {display: none;}
.tabstext div.active {display: block;}

.prefooter {background: #fbfbfb; border-top: 5px solid #004089; box-shadow: 0 10px 100px #dedede inset;}
.prefooter > div {max-width: 1100px;margin: 0 auto;display: flex;justify-content: flex-end;background: url(../images/manager.png) no-repeat 100px 10px / 280px;padding: 40px 150px 40px 0;}
.prefooter > div form {margin-bottom: 0;}
.prefooter > div form .form-footer {margin-bottom: 0;}
.prefooter > div form .form-control {margin-bottom: 0; width: 420px; height: 40px;}
.prefooter > div .title {display: block;text-shadow: 3px 0px 8px rgba(255,255,255,1);}
.prefooter > div .descr {display: block; margin-bottom: 20px;text-shadow: 3px 0px 8px rgba(255,255,255,1);}


.header-contact-phone {height: 70px;}
.callbackButton {background: #ff8200; color: #fff!important; padding: 5px 10px; font-size: 12px; border-radius: 5px; margin-top: 5px; display: block; border-bottom: 3px solid #c76500;}
.callbackButton:hover {margin-top: 8px; border-bottom: 0px solid #c76500;}



.tabsmenu span
{-moz-transition: 0.3s all ease; -o-transition: 0.3s all ease; -webkit-transition: 0.3s all ease; transition: 0.3s all ease;}

.logo-mobile {display:none;}

.modal.show .modal-dialog {-webkit-transform: translate(0,25%);transform: translate(0,25%);}
.main-slider {
    height: 600px;
    margin-bottom: 50px;
}
.main-slider .owl-item img{
    height: 600px;
    object-fit: cover;
    width: 100%;
}

@media screen and (max-width: 767px) {
    footer h3 {
        font-size: 1.5em;
        text-align:left;
    }
    .footer .links {
        text-align: left;
    }
    .footer a {
        font-size: 1em;
    }
}
@media screen and (max-width: 575px) {
    figure img {
        width: 100%;
    }
    .breadcrumb-nav {
        display:none;
    }
}
@media screen and (max-width: 500px) {
    .header-center {margin-left: 0;margin-right: auto;display: inline-block;}
    .logo-mobile {display: block;width:32px;}
	.prim {display: inline-flex;float: left;}
	.prim p {display: inline-block;margin-left: 10px;}
	.calc-materials__filter div {
    display: inline-flex;
    margin-right: 15px;}
    .calc-materials__filter label span {width: 30px;height: 30px;}
    .calc-dop-btns {
            padding-left: 0;
    }
    .calc-dop-btns .vizov-header {width: 100%;}
    .calc-dop-btns .btn-catalog {width: 100%;}
    input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button {  

   -webkit-appearance: "Always Show Up/Down Arrows";

}
}