


    
    .flex-center{
        display: flex;
        justify-content: center;
        align-items: center;

    }



/* header */
    #header{
        
    }

    section.inner-header{
        margin: 0 0 30px;
        
    }

/* header top */
    .header-topper{
        background: #ccc;
        height: 25px;
        color: #fff;
    }
/* header phone */

    .header-phones{
        text-align: right;
        padding: 10px 0 10px;
    }
    .header-phones img{
        height: 24px;
        width: 24px;
        margin-right: 5px;
    }
    .header-phones span{
        margin-left: 20px;
        line-height: 24px;
        font-size: 14px;
        color: #666;
    }
    .header-phones span b{
        font-size: 16px;
        color: #333;
    }



    

/* header nav */
    .navbar{
        background: rgba(255,255,255,.8);
        border-radius: 0;
        border-bottom: 2px #ccc solid;
    }
    
    .is-sticky .navbar{
        box-shadow: 0 0 10px #333;
        border-bottom: none;
    }
    .navbar-nav > li > a{
        padding: 10px;
    }
    .navbar-nav > li > a:hover{
        background: #4377E7;
        color: #fff;
    }
    
/* header logo */

    #logo{
        float: left;
    }

/*  balkon page  */

    /*-- slider --*/
    #balkon .ccm-image-slider-text{
        left: 100px;
    }
    #balkon .ccm-image-slider-text h1,
    #balkon .ccm-image-slider-text h2,
    #balkon .ccm-image-slider-text p{
        color: #666;
        margin: 0;
    }
    #balkon .ccm-image-slider-text p{
        font-size: 30px;
        font-weight: bold;
    }
    #balkon .ccm-image-slider-text .btn-primary{
        background: transparent;
        font-size: 24px;
        padding: 10px 30px;
        border: 2px #4377E7 solid;
        color: #4377E7;
        margin-top: 30px;
    }
    #balkon .ccm-image-slider-text .btn-primary:hover{
        background: #4377E7;
        color: #fff;
    }
    
    /*-- BALKON && WINDOW --*/
    
    #balkon .btn-primary, #window .btn-primary
    {
        background-color: #4377E7;
        border-radius: 0;
    }
    #balkon .btn-primary:hover, #window  .btn-primary:hover,
    #balkon .btn-primary:active, #window .btn-primary:active,
    #balkon .btn-primary:focus , #window .btn-primary:focus
    {
        background-color: #194EBF;
    }
    #balkon section h2, #window section h2{
        text-transform: uppercase;
        text-align: center;
        font-size: 50px;
        color: #666;
        margin-bottom: 0;
    }
    #balkon section h2 strong, #window section h2 strong{
        color: #4377E7;
    }
    #balkon section h2 + p, #window section h2 + p{
        text-transform: uppercase;
        text-align: center;
        font-size: 20px;
        color: #333;
        line-height: 1em;
        margin-bottom: 30px;
    }
    #balkon section h2 + p:before, #window section h2 + p:before{
        content:'';
        width: 40%;
        height: 2px;
        background-color: #4377E7;
        display: block;
        margin: 0 auto 10px;
    }
    
    /* --- features --- */
    #balkon section.features{
        background-color: #eee;
        background: url(../img/bg/cvety.jpg) no-repeat;
        background-size: cover;
        padding: 50px 0;
    }
    
    #balkon section.features img{
        width: 140px;
        height: 140px;
        padding: 10px
    }
    #balkon section.features h4{
        font-size: 20px;
        line-height: 1em;
        margin: 20px 0;
    }
    #balkon .features-item{
        text-align: center;
        min-height: 320px;
        padding: 20px;
        border: 1px #ccc solid;
        background-color: #fff;
        box-shadow: 0 0 10px #666;
        margin: 15px;
    }
    #balkon .features-text p{
        font-size: 14px;
        line-height: 1.2em;
    }
    /*-- selections --*/
    #balkon section.selection{
        background-color: #4377E7;
        text-align: center;
    }
    #balkon section.selection .container{
        padding: 30px 0;
    }
    #balkon .selection-item {
        position: relative;
        height: 120px;
        width: 100%;
        text-align: center;
    }
    #balkon .selection-item h4{
        color: #fff;
    }
    #balkon .selection-item img{
        width:  70px;
        height: 70px;
        filter: invert(1);
    }
    #balkon .selection-item:hover img{
        transform: scale(1.05);
    }
    /* ---glas --- */
    #balkon section#glass{
        padding: 50px 0;
    }
    
    /*  преимущества и недостатки */
    p.p-n .fa-check-circle{
       color: #53ef53;
       font-size: 20px;
    }
    p.p-n .fa-minus-circle{
       color: #ef5353; 
       font-size: 20px;
    }
    
    .glass-item{
        margin-top: 20px;
        text-align: center;
        background-color: #fff;
        border: 1px #ccc solid;
        box-shadow: 0 0 10px #ccc;
    }
    .glass-item .img-wrapper{
        height: 250px;
        width: 100%;
        text-align: center;
        overflow: hidden;
    }
    .glass-item .img-wrapper .img{
        min-height: 250px;
    }
    .glass-item h4{
        margin: 25px 0;
    }
    .glass-item .text{
        text-align: left;
        min-height: 80px;
        padding: 0 15px;
        line-height: 1.2em;
    }
    .glass-item .text .fa{
        float: left;
        margin: 0 5px 0 0;
    }
    .glass-item .btn{
        margin: 20px 0 30px;
    }
    
    
    /* --- price-know --- */
    #balkon section.price-know{
        background: url(../img/bg/bg-balkon.jpg);
        /*
        background-color: #4377E7;
        */
        
    }
    #balkon section.price-know .container{
        padding: 30px 0;
    }
    #balkon section.price-know .quest{
        font-size: 30px;
        font-weight: bolder;
        color: #fff;
    }
    #balkon section.price-know p{
        font-size: 16px;
        color: #fff;
    }
    #balkon section.price-know .flex-wrapper{
        height: 110px;
        width: 100%;
        display: flex;
        /*
        justify-content: center;
        align-items: center;
        */
     }
    #balkon section.price-know select,
    #balkon section.price-know input{
        height: 40px;
        width: 100%;
        font-size: 16px;
        padding: 10px;
        border: none;
        margin-bottom: 5px;
    }
    #balkon section.price-know button{
        height: 50px;
        font-size: 16px;
        background-color: #4377E7;
        color: #fff;
        border: 2px #fff solid;
        transition: all .3s ease;
    }
    #balkon section.price-know button:hover{
        background-color: #fff;
        border: 2px #fff solid;
        color: #4377E7;
    }

    /* --  outside  */
    
    #balkon section.outside{
        padding: 50px 0;
    }
    #balkon .outside h4{
        font-size: 24px;
    }
    #balkon .outside .outside .img-wrapper{
        width: 100%;
        max-height: 250px;
    }
    /* --- call-request --- */
    #balkon section.call-request{
        background: url(../img/bg/bg-logia.jpg);

        /*
        background-color: #ef5353;
        */
    }
    #balkon section.call-request .container{
        padding: 30px 0;
    }
    #balkon section.call-request .row{
        position: relative;
        padding: 0 30px;
    }
    #balkon section.call-request .quest{
        font-size: 40px;
        font-weight: bolder;
        text-shadow: 0 0 5px #666;
        color: #fff;
    }
    
    #balkon section.call-request p{
        text-shadow: 0 0 5px #666;
        font-size: 16px;
        color: #fff;
    }
    #balkon section.call-request .flex-wrapper{
        height: 110px;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
     }
    #balkon section.call-request input{
        margin-top: 10px;
        height: 50px;
        font-size: 16px;
        padding: 10px;
        border: none;
        margin-right: 20px;
    }
    #balkon section.call-request button{
        margin-top: 10px;
        height: 50px;
        font-size: 16px;
        background-color: #ef5353;
        color: #fff;
        border: 2px #fff solid;
        transition: all .3s ease;
    }
    #balkon section.call-request button:hover{
        background-color: #fff;
        border: 2px #fff solid;
        color: #ef5353;
    }
    
    /* --- step --- */
    #balkon section#steps{
        padding:  50px 0;
    }
    #balkon section#steps h4{
        text-align: center;
    }
    #balkon section#steps .numer{
        display: inline-block;
        background-color: #44E76F;
        padding: 0 12px;
        margin-right: 10px;
        height: 62px;
        width: 62px;
        font-size: 40px;
        border-radius: 50%;
        color: #fff;
    }
    #balkon section#steps .step-item{
        padding: 20px;
        border: 1px #ccc solid;
        background: #fff;
    }
    #balkon section#steps img{
        margin-bottom: 20px;
    }

    /* size-know --- */
    #balkon section.size-know{
        background: url(../img/bg/bg-ruletka.jpg);
        /*
        background: #44E76F;
        */
    }
    #balkon section.size-know .container{
        padding: 30px 0;
    }
    #balkon section.size-know .quest{
        font-size: 30px;
        font-weight: bolder;
        color: #fff;
    }
    #balkon section.size-know p{
        font-size: 16px;
        color: #fff;
    }
    #balkon section.size-know .flex-wrapper{
        height: 110px;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
     }
    #balkon section.size-know input{
        height: 50px;
        font-size: 16px;
        padding: 10px;
        border: none;
        margin-right: 15px;
    }
    #balkon section.size-know button{
        height: 50px;
        font-size: 16px;
        background-color: #44E76F;
        color: #fff;
        border: 2px #fff solid;
        transition: all .3s ease;
    }
    #balkon section.size-know button:hover{
        background-color: #fff;
        border: 2px #fff solid;
        color: #44E76F;
    }

    /*  --- advantage  --- */
    #balkon #advantage{
        background: url(/images/bg/bg-blue.jpg);
        background-size: 100% auto;
    }
    #balkon #advantage .advantage-item{
        box-shadow: 0 0 15px #777;
        border: 1px #666 solid;
        margin-bottom: 30px;
        background-color: #fff;
        background-position: top right;
        background-size: auto 100%;
        background-repeat: no-repeat;
        height: 240px;
    }
    #balkon #advantage .advantage-item .bg-w{
        padding: 15px;
        margin: 15px;
    }
    @media screen and (max-width: 600px){
        #balkon #advantage .advantage-item .bg-w{
            background: rgba(255,255,255,.5);
            color: #000;
        }
    }
    
    #balkon #advantage .advantage-item.installment{
        background-image: url(/images/cond/installment.png);
    }
    #balkon #advantage .advantage-item.times{
        background-image: url(/images/cond/time.png);
    }
    #balkon #advantage .advantage-item.quality{
        background-image: url(/images/cond/quality.png);
    }
    #balkon #advantage .advantage-item.many{
        background-image: url(/images/cond/many.png);
    }
    #balkon #advantage .advantage-item .tag{
        padding: 2px 8px;
        color: #fff;
        border-radius: 2px;
        text-transform: uppercase;
    }
    #balkon #advantage .advantage-item.installment .tag{
        background: #F64845;
    }
    #balkon #advantage .advantage-item.times .tag{
        background: #46F649;
    }
    #balkon #advantage .advantage-item.quality .tag{
        background: #4649F6;
    }
    #balkon #advantage .advantage-item.many .tag{
        background: #CA46F6;
    }
    #balkon #advantage .fa-check-circle{
        color: #53ef53;
        font-size: 20px;
    }

    /* --- prepare  --- */
    #balkon .fa-warning{
        color: #ef5353;
        font-size: 30px;
    }
    #balkon section#prepare{
        background: #ffe;
        padding: 50px 0;
    }
    #balkon .prepare-item{
        margin-top: 20px;
        text-align: center;
        background-color: #fff;
        border: 1px #ccc solid;
        box-shadow: 0 0 10px #ccc;
    }
    #balkon .prepare-item .img-wrapper{
        height: 250px;
        width: 100%;
        text-align: center;
        overflow: hidden;
    }
    #balkon .prepare-item .img-wrapper .img{
        min-height: 250px;
    }
    #balkon .prepare-item h4{
        margin: 25px 0;
    }
    #balkon .prepare-item .text{
        min-height: 80px;
        padding: 0 15px;
        line-height: 1.2em;
    }
    #balkon .prepare-item .btn{
        margin: 20px 0 30px;
    }

    /* --- portfolio --- */
    #balkon section#potfolio{
        background-color: #eee;
        padding: 50px 0;
    }
    #balkon section#potfolio .partfolio-item{ 
        background-color: #fff;
        border: 1px #ccc solid;
        box-shadow: 0 0 10px #ccc;
    }
    #balkon section#potfolio .partfolio-item .img-wrapper{
        width: 100%;
        height: 180px;
        overflow: hidden;
        
        display: flex;
        justify-content: center;
        align-items: center;
        
    }
    #balkon section#potfolio .partfolio-item .img-wrapper img{
        min-width: 120%;
    }
    #balkon section#potfolio .partfolio-item .text{
        min-height: 40px;
        padding: 10px;
        text-align: center;
        line-height: 1em;
    }
    #balkon section#potfolio .btn{
        margin-top: 30px;
    }

    /* --- reviews   --  */        
    #balkon section#reviews{
        padding: 50px 0;
    }            
    #balkon section#reviews .review-item{
        text-align: center;
    }            
    #balkon .review-item .img-wrapper{
        height: 300px;
        text-align: center;
    }            
    #balkon .review-item img{
        margin: 30px auto;
        height: 240px;
        width: 240px;
        border-radius: 50%;
    }            

            
    /* список новостей */
    .blog-wrapper{
        margin: 20px 0;
    }
    
    
    /* КОНТЕНТ */
    .entry-content p{
        color: #414141;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 14px;
    }
    
    /* контакты */
    .appoform input,.appoform textarea{
        margin: 20px 0;
    } 
    