.container{width: 1200px;margin: 0 auto;padding: 0 15px;}
@media(max-width:1220px){.container{width: 100%;}}
.row{margin-left:-10px;margin-right:-10px}
.col1,.col2,.col3,.col4,.col5,.col6,.col7,.col8,.col9,.col10,.col11,.col12{float:left;padding-left:10px;padding-right:10px;min-height: 1px;}
.col1{width:8.33%}.col2{width:16.66%}.col3{width:25%}.col4{width:33.33%}.col5{width:41.66%}.col6{width:50%}.col7{width:58.33%}.col8{width:66.66%}.col9{width:75%}.col10{width:83.33%}.col11{width:91.66%}.col12{width:100%;padding-right:0;padding-left:0}
@media(max-width:992px){.colx1{width:8.33%}.colx2{width:16.66%}.colx3{width:25%}.colx4{width:33.33%}.colx5{width:41.66%}.colx6{width:50%}.colx7{width:58.33%}.colx8{width:66.66%}.colx9{width:75%}.colx10{width:83.33%}.colx11{width:91.66%}.colx12{width:100%;padding-right:0;padding-left:0}}
@media(max-width:768px){.coly1{width:8.33%}.coly2{width:16.66%}.coly3{width:25%}.coly4{width:33.33%}.coly5{width:41.66%}.coly6{width:50%}.coly7{width:58.33%}.coly8{width:66.66%}.coly9{width:75%}.coly10{width:83.33%}.coly11{width:91.66%}.coly12{width:100%;padding-right:0;padding-left:0}.container{padding:0 10px}.row{margin-left:-5px;margin-right:-5px}.col1,.col2,.col3,.col4,.col5,.col6,.col7,.col8,.col9,.col10,.col11,.col12{padding-left:5px;padding-right:5px}}
@media(max-width:480px){.colz1{width:8.33%}.colz2{width:16.66%}.colz3{width:25%}.colz4{width:33.33%}.colz5{width:41.66%}.colz6{width:50%}.colz7{width:58.33%}.colz8{width:66.66%}.colz9{width:75%}.colz10{width:83.33%}.colz11{width:91.66%}.colz12{width:100%;padding-right:0;padding-left:0}}
.row:after,.container:after,.cl:after{content:"";display:block;width:100%;height:0;overflow:hidden;visibility:hidden;clear:both;}

.langs{
    position: absolute;
    top: 0;
    right: 0;
    background: rgba(0,0,0,0.4);
    padding: 0;
    color: #fff;
    z-index: 99999;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.langs a,.langs span{
    display: inline-block;
    padding: 5px 10px;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
}

*{
    font-family: 'Roboto', sans-serif;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    font-size: 16px;
    line-height: 1.4;
    outline: none;
}

a{
    color: #3fc2e9;
}
a:hover{
    color: #34a7c9;
}
img{
    max-width: 100%;
    height: auto;
}

.button, button{
    display: inline-block;
    padding: 15px 25px;
    border-radius: 30px;
    color: #fff;
    font-size: 18px;
    white-space: nowrap;
    border: none;
    background: #3fc2e9;
    background: linear-gradient( to top, #feab28, #ffde2e);
    cursor: pointer;
}
.button:hover, button:hover{
    background: linear-gradient( to top, #ffde2e, #feab28);
}

.inf{
    background: rgba(0,0,0,0.6);
    color: #fff;
    font-size: 12px;
    padding: 5px 10px;
    border-radius: 5px;
}

.prod{
    position: relative;
}

.akc{
    position: absolute;
    top: 30%;
    right: 0;
    display: block;
    width: 130px;
    height: 130px;
    padding: 15px;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    background: rgba(255,0,0,0.4);
}
.akc .wrp{
    position: relative;
    padding: 20px;
    background: red;
    width: 100px;
    height: 100px;
    border-radius: 50%;
}
.akc span{
    display: block;
    font-size: 32px;
    font-weight: bold;
}

/* HOME */ 

section.home{
    padding-bottom: 50px;
        position: relative;
        /*min-height: 100vh;
        background-image: url(../img/1.jpg);*/
        background-image: url(../img/fbg.jpg);
        background-repeat: no-repeat;
        background-position: 50% 50%;
        -webkit-background-size: cover;
        background-size: cover;
    }
    section.home:before{
        content:"";
        display: none;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-image: url(../img/hbg.png);
        background-color: rgba(0,0,0,0.4);
        z-index: 1;
    }
    section.home .container{
        position: relative;
        z-index: 2;
    }
    section.home .tline{
        position: relative;
        z-index: 2;
        padding: 15px 0;
        background: #333;
    }
    section.home .tline h1{
        color: #fff;
        font-size: 28px;
        line-height: 46px; 
        font-weight: normal;
    }
    section.home .tline .btn{
        text-align: right;
    }
    section.home h2.dsc{
        font-size: 24px;
        font-weight: bold;
        padding: 50px 0 30px;
        color: #fff;
    }
    section.home .price{
        display: inline-block;
        vertical-align: top;
        padding: 15px 20px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        background: #fff;
        margin-right: 15px;
    }
    section.home .price del{
        font-size: 18px;
        color: #111;
        padding-right: 15px;
    }
    section.home .price span{
        font-size: 22px;
        font-weight: bold;
        color: red;
    }
    section.home button.buy{
        height: 60px;
        font-size: 18px;
        vertical-align: top;
    }
    section.home .bline{
        display: inline-block;
        background: #cfcb4c;
        border-radius: 3px;
        color: #333;
        padding: 10px 20px;
        font-size: 16px;
        margin: 20px 0 15px;
    }
    section.home .bline span{
        font-weight: bold;
        font-size: 18px;
    }
section.home .dsc{
    color: #000;
    margin-bottom: 15px;
}



section.form h3,section.home .dsc{
    /*text-shadow: 1px 1px 2px #000;*/
}

.counter-result,.counter-titles{
    text-align: left;
    white-space: nowrap;
}

.sale .ncounter {
    display: block;
}

.counter {
    width: 100%;
    padding: 30px 0 20px;
    text-align: center;
    margin: auto
}
.counter span {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}
.counter .counter-result span.cf {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    color: #fff;
    font-size: 40px;
    margin-right: 5px;
    background: #3a4754;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    height: 54px;
    padding-left: 6px;
    padding: 5px 10px;
    line-height: 44px;
}
.counter .counter-result span.sp{
    display: inline-block;
    vertical-align: top; 
    margin-right: 5px;
    text-align: center;
    line-height: 60px;
}
.counter .counter-titles{
    white-space: nowrap;
}
.counter .counter-titles span {
    display: inline-block;
    vertical-align: middle;
    width: 66px;
    margin-right: 12px;
    text-align: center;
    font-size: 14px;
    color: #fff
}
.counter:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0
}

/* END HOME */ 

/* DESC - PHOTOS */

.dsc_phs{
    padding: 0 0 50px 0;
}
.dsc_phs h3{
    font-size: 28px !important;
    font-weight: bold;
    color: #111 !important;
    margin-bottom: 25px !important;
    text-align: center;
}
.phs{
    margin-bottom: 0px;
    padding: 50px 0;
    margin-bottom: 30px;
    background-image: url(/img/dbg2.jpg);
    background-position: right 0 top 50%;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}
.phs .ph .img{
    display: block;
    margin: 0 auto;
    max-width: 200px;
    height: 200px;
    border: 5px solid #eee;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}
.dsc_phs .har{
    padding: 0 15px;
}
.dsc_phs .har li{
    list-style: none;
    padding-bottom: 10px;
    font-size: 18px;
}
.dsc_phs img.r{
    float: right;
    margin: 0 0 10px 10px;
}

.dsc_phs .items .item{
    margin-bottom: 20px;
    min-height: 360px;
}
.dsc_phs .items .item .nm{
    font-size: 18px;
    text-transform: uppercase;
    color: #0066cc;
    font-weight: bold;
    text-align: center;
    margin-bottom: 15px;
}
.dsc_phs .items .item .img{
    display: block;
    width: 200px;
    height: 200px;
    margin: 0 auto 15px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 3px solid #ffce00;
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}
.dsc_phs .items .item .img.cov{
    -webkit-background-size: cover;
    background-size: cover;
}
.dsc_phs .items .item .dsc{
    font-size: 16px;
    color: #333;
    text-align: center;
    
}

.line{
    padding: 30px 0;
    background: #eee;
    border-top: 2px dashed #3fc2e9;
    border-bottom: 2px dashed #3fc2e9;
}
.line .item{
    padding: 15px 15px 15px 50px;
    min-height: 80px;
    background-image: url(../img/ch.png);
    background-repeat: no-repeat;
    background-position: top 50% left 10px;
}

@media(max-width:480px){
    .dsc_phs img.r{
        display: block;
        float: none;
        width: 100%;
        margin: 0 0 10px 0;
    }
    .line .item{
        min-height: 10px;
    }
}

/* END DESC - PHOTOS */

/* REVIEWS */

.reviews{
    padding: 50px 0 50px;
}
.reviews h3{
    text-align: center;
    font-size: 32px;
    font-weight: bold;
    color: #3fc2e9;
    margin-bottom: 30px;
}
.reviews .owl-item{
    padding: 20px 15px;
}
.reviews .item{
    padding: 15px;
    border-radius: 15px;
    box-shadow: 0 0 30px -10px #a5a5a5;
} 
.reviews .img{
    width: 100px;
    height: 100px;
    margin: 0 auto 20px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: 50% 50%;
}
.reviews .name{
    text-align: center;
    font-size: 18px;
    margin-bottom: 5px;
    color: #222;
    font-weight: bold;
}
.reviews .city{
    font-style: italic;
    font-size: 16px;
    text-align: center;
    margin-bottom: 10px;
}
.reviews .dsc{
    font-size: 16px;
    padding: 0 15px;
}

/* END REVIEWS */

.owl-dots{
    text-align: center;
}
.owl-dots .owl-dot{
    display: inline-block;
    margin-right: 5px;
    width: 10px;
    height: 10px;
    background: #999 !important;
    opacity: 0.4;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.owl-dots .owl-dot.active{
    background: #999;
    opacity: 0.8;
}




/* CONTENT */
.content{
    
}
.content img{
    max-width: 100%;
    height: auto;
}
.content *{
    font-size: 18px;
}
.content h1{
    font-size: 32px;
    margin-bottom: 20px;
    color: #333;
}
.content h2{
    font-size: 28px;
    margin-bottom: 15px;
    color: #333;
}
.content h3{
    font-size: 24px;
    margin-bottom: 15px;
    color: #333;
}
.content p{
    margin-bottom: 15px;
    color: #333;
}
.content ul,.content ol{
    padding: 15px 0 15px 20px;
}
.content ul li,.content ol li{
    margin-bottom: 10px;
    position: relative;
}
.content ul li{
    list-style: none;
}
.content ul li:before{
    content:'>';
    position: absolute;
    left: -15px;
    top: 0px;
    color: #008ccc;
    font-size: 18px;
    font-weight: 700;
}
.content .alignleft{
    float: left;
    margin: 5px 10px 10px 0;
}
.content .alignright{
    float: right;
    margin: 5px 0 10px 10px;
}
.content .aligncenter{
    margin: 5px auto 10px;
    display: block;
}
.content blockquote{
    display: block;
    padding: 15px 15px 15px 30px;
    border-left: 4px solid #008ccc;
    margin-bottom: 15px;
    font-style: italic;
    font-size: 24px;
    color: #008ccc;
}
.content blockquote p{
    font-style: italic;
    font-size: 24px;
    color: #008ccc;
}
/* END CONTENT */

/* WHAT */

section.what{
    padding: 50px 0;
    background-image: url(../img/why-bg.jpg);
    -webkit-background-size: cover;
    background-size: cover;
    background-position: left 50% bottom 0;
    background-repeat: no-repeat;
}
section.what .left{
    text-align: left;
}
section.what .right{
    text-align: right;
}
section.what h3{
        text-align: center;
    font-size: 32px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 30px;
}
section.what h3 span{
    color: #3fc2e9;
    font-size: 32px;
    font-weight: bold;
}
section.what img{
    margin-bottom: 15px;
}
section.what h5{
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 15px;
    color: #fff;
}
section.what p{
    font-size: 18px;
    margin-bottom: 20px;
    color: #fff;
}
@media(max-width:768px){
    section.what {
        background: #013b6b;
    }
    section.what .left,section.what .right{
        text-align: center;
    }
}

/* END WHAT */

/* OD */

section.od{
    padding: 50px 0;
}
section.od h3{
    text-align: center;
    font-size: 32px;
    font-weight: bold;
    color: #3fc2e9;
    margin-bottom: 30px;
}
section.od .col img{
    display: block;
    margin: 0 auto 20px;
}
section.od .col p{
    text-align: center;
    padding: 0 10px 15px;
    font-size: 18px;
    color: #333;
}

/* END OD */

/* FORM */

section.form{
    padding: 50px 0;
    background-image: url(../img/fbg.jpg);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}
section.form .price{
        display: inline-block;
        vertical-align: top;
        padding: 15px 20px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        background: #fff;
        margin-bottom: 15px;
}
section.form .price del{
        font-size: 18px;
        color: #111;
        padding-right: 15px;
}
section.form .price span{
        font-size: 22px;
        font-weight: bold;
        color: red;
}
section.form form{
        display: block;
        max-width: 400px;
        margin-bottom: 20px;
        padding: 20px;
        background: #fff;
        border-radius: 5px;
}
section.form form input{
        display: block;
    width: 100%;
    margin-bottom: 15px;
    padding: 10px 20px;
    font-size: 16px;
    border: none;
    background: #e9e9e9;
    border-bottom: 2px solid #3fc2e9;
}

section.form h3{
    font-size: 28px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 15px;
} 

/* END FORM */

.overlay{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    z-index: 999;
}
.popup{
    display: none;
    position: fixed;
    top: 10vh;
    left: 50%;
    margin-left: -200px;
    width: 400px;
    background: #fff;
    padding: 30px;
    z-index: 9999;
}
.popup h3{
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
    color: #3fc2e9;
}
.popup form{
    display: block;
    width: 100%;
}
.popup form input{
    display: block;
    width: 100%;
    margin-bottom: 15px;
    padding: 10px 20px;
    font-size: 16px;
    border: none;
    background: #e9e9e9;
    border-bottom: 2px solid #3fc2e9;
}
.popup .close{
    position: absolute;
    top: -15px;
    right: -15px;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 18px;
    background: #3fc2e9;
    color: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

footer{
    padding: 30px 0;
    color: #fff;
    background: #333;
}

.desc{
    
}
.mob{
    display: none;
}

@media(max-width:768px){
    .phs .ph{
        margin-bottom: 15px;
    }
    .dsc_phs .items .item{
        min-height: 10px;
    }
    .dsc_phs h3{
        font-size: 20px !important;
        text-align: center;
    }
    section.home h2.dsc{
        padding-top: 0;
    }
    .mob{
        display: block;
    }
    .desc{
        display: none;
    }
    .inf{
        margin-bottom: 15px;
    }
}

@media(max-width:480px){
    .tline button{display: none;}
    .button, button {
        padding: 10px 15px;
        font-size: 16px;
    }
    section.home h2.dsc{
        padding-bottom: 0;
    }
    section.home .tline h1 {
        font-size: 18px;
        line-height: 26px;
        margin-bottom: 0px;
    }
    section.home .tline .btn{
        text-align: center;
    }
    section.home .price{
        margin-bottom: 10px;
    }
    .akc {
    top: auto;
    bottom: 8%;
}
    .popup {
        top: 10vh;
        left: 5%;
        margin-left: 0;
        width: 90%;
    }
}


