*{padding:0;margin:0;font-size:14px;line-height:1.4;font-family: 'Roboto', sans-serif;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
.container{width: 1200px;margin: 0 auto;padding: 0 15px;position: relative;}
@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}
.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;}
img{max-width: 100%;height: auto;}


body{
    background-color: #f2f2f2;
}

.btns{
    padding: 15px 0;
    text-align: center;
}

p{
    margin-bottom: 15px;
}

.btn,button{
    display: inline-block;
    padding: 5px 15px;
    font-size: 16px;
    color: #fff;
    background: #333;
    border: 1px solid #333;
    -webkit-transition: 0.7s;
    -moz-transition: 0.7s;
    -ms-transition: 0.7s;
    -o-transition: 0.7s;
    transition: 0.7s;
    cursor: pointer;
    text-decoration: none;
}
.btn:hover,button:hover{
    background: #fff;
    color: #333;
}

section{
    padding: 50px 0;
}

.lname{
    text-align: center;
    font-size: 24px;
    margin-bottom: 20px;
}
.lname span{
    font-weight: 400;
    font-size: 24px;
    font-style: italic;
}
.lname:before{
    content:"";
    display: block;
    position: relative;
    width: 300px;
    height: 72px;
    margin: 0 auto 15px;
    background-image: url(/land/img/line.png);
    background-position: 50% 50%;
    -webkit-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
}

#llogo{
    float: left;
    margin-right: 15px;
    padding: 10px 0;
}
#llogo img{
    max-height: 35px;    
}

#ltop{
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: rgba(0,0,0,0.6);
    z-index: 9999;
}
#lmn_open{
    display: none;
    float: right;
    width: 50px;
    margin: 10px 10px 0 0;
    cursor: pointer;
}
#lmn_open span{
    display: block;
    margin-bottom: 10px;
    height: 5px;
    background: #fff;
}
#ltop ul{
    float: left;
}
#ltop li{
    display: inline-block;
    vertical-align: top;
    list-style: none;
}
#ltop li a{
    display: block;
    padding: 20px 15px;
    cursor: pointer;
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    -webkit-transition: 0.8s;
    -moz-transition: 0.8s;
    -ms-transition: 0.8s;
    -o-transition: 0.8s;
    transition: 0.8s;
}
#ltop li a:hover{
    background: rgba(0,0,0,0.9);
}

#lphones{
    float: right;
}
#lphones p{
    color: #fff;
    margin-bottom: 0;
    padding-top: 7px;
}

#big_header{
    padding: 300px 0 50px;
    min-height: 600px;
    background-image: url(/land/img/home.jpg);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    -webkit-background-size: cover;
    background-size: cover;
}
#big_header .desc{
    width: 50%;
    padding: 15px 30px;
    background: rgba(0,0,0,0.6);
}
#big_header .desc h1{
    color: #fff;
    font-size: 28px;
    margin-bottom: 20px;
}
#big_header .desc h2{
    font-size: 22px;
    font-weight: normal;
    color: #fff;
    margin-bottom: 15px;
}


.labout .text p{
    font-size: 18px;
}


.lphotos .img{
    display: block;
    width: 20%;
    float: left;
    height: 300px;
    overflow: hidden;
}
.lphotos .img a{
    display: block;
    width: 100%;
    height: 100%;
    background-position: 50% 50%;
    -webkit-background-size: cover;
    background-size: cover;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -ms-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
}
.lphotos .img:hover a{
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

#lvideo .vid{
    margin-bottom: 25px;
    height: 300px;
}
#lvideo .vid iframe{
    height: 300px !important;
}
.youtube {
    display: block;
    width: 100%;
    height: 300px;
    padding-top: 30%;
    position: relative;
    -webkit-background-size: cover;
    background-size: cover;
    cursor: pointer;
}

.play {
    display: block;
    width: 75px;
    height: 75px;
    background-color: transparent;
    margin: 0 auto;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-image: url(/land/img/play.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    -webkit-background-size:contain;
    background-size: contain;
}

.lplus{
    background: #ffc45f;
    padding: 30px 0;
}
.lplus .item{
    float: left;
    width: 20%;
    padding: 15px;
    text-align: center;
}
.lplus .item .icon i{
    font-size: 32px;
}
.lplus .item .desc{
    font-size: 20px;
    padding-top: 20px;
}


.lreviews{
    background-repeat: no-repeat;
    background-attachment: fixed;
    -webkit-background-size: cover;
    background-size: cover;
}
.lreviews .item{
    padding: 10px;
    background: #fff;
    min-height: 400px;
}
.lreviews .revs .out{
    width: 100%;
    height: 350px;
    overflow: hidden;
    position: relative;
}
.lreviews .revs .out .img{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -ms-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
}
.lreviews .revs .item:hover .img{
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}
.lreviews .revs .out .text{
    position: absolute;
    top: 101%;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.75);
    color: #fff;
    padding: 10px;
    overflow-y: auto;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -ms-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
}
.lreviews .revs .out .text p{
    color: #fff;
    font-size: 16px;
}
.lreviews .revs .item:hover .text{
    top: 0;
    z-index: 9;
}
.lreviews .revs .name{
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    padding: 15px 10px;
}


/* Stati */

.stati .item{
    display: none;
    padding: 10px;
    background: #fff;
    min-height: 560px;
    margin-bottom: 15px;
    position: relative;
}
.stati .item.its1{
    display: block;
}
.stati .item a{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
}
.stati .out{
    width: 100%;
    height: 350px;
    overflow: hidden;
    position: relative;
}
.stati .out a{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.stati .out .img{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -ms-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
}
.stati .item:hover .img{
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}
.stati .out .text{
    position: absolute;
    top: 101%;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.75);
    color: #fff;
    padding: 10px;
    overflow-y: auto;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -ms-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
}
.stati .out .text p{
    color: #fff;
    font-size: 16px;
}
.stati .item:hover .text{
    top: 0;
    z-index: 9;
}
.stati .name{
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    padding: 15px 10px;
}

/* Content */ 

.lcontent h3{
    font-size: 22px;
    margin-bottom: 15px;
}
.lcontent h2{
    font-size: 26px;
    margin-bottom: 20px;
}
.lcontent h1{
    font-size: 32px;
    margin-bottom: 20px;
}
.lcontent p{
    font-size: 18px;
    margin-bottom: 15px;
}

.lcontent .hide{
    max-height: 200px;
    position: relative;
    overflow: hidden;
}
.lcontent .hide:after{
    content:"Подробнее...";
    text-align: center;
    cursor: pointer;
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    
    font-size: 16px;
    line-height: 30px;
    height: 30px;
    width: 100%;
    background: -o-linear-gradient(to bottom, transparent, #f2f2f2);
    background: -moz-linear-gradient(to bottom, transparent, #f2f2f2);
    background: -webkit-linear-gradient(to bottom, transparent, #f2f2f2);
    background: linear-gradient(to bottom, transparent, #f2f2f2);
}

.lform{
    background-image: url(/land/img/002.jpg);
    -webkit-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}
.lform form{
    display: block;
    width: 400px;
    margin: 0 auto;
    padding: 15px 0;
}
.lform form input{
    display: block;
    width: 100%;
    border: 1px solid #333;
    font-size: 16px;
    padding: 5px 15px;
    margin-bottom: 15px;
}

.lresult{
    text-align: center;
    font-size: 16px;
    font-weight: bold;
}

footer{
    padding: 30px 0;
    background-color: #333;
}
footer *{
    color: #fff !important;
}
footer .logo img{
    max-height: 50px;
}
footer .lcopy{
    color: #fff;
    font-size: 16px;
    padding-top: 30px;
}

.owl-dots{
    text-align: center;
    padding: 15px 0;
}
.owl-dots .owl-dot{
    display: inline-block !important;
    margin-right: 6px !important;
    width: 10px !important;
    height: 10px !important;
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    border-radius: 50% !important;
    background: #49290f !important;
    opacity: 0.5 !important;
}
.owl-dots .owl-dot.active{
    opacity: 0.9 !important;
}

.owl-carousel{position: relative;}
.owl-nav{
    position: absolute;
    top: 40%;
    left: 0;
    width: 100%;
}
.owl-nav .owl-prev,.owl-nav .owl-next{
    position: absolute !important;
    width: 30px !important;
    height: 30px !important;
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    border-radius: 50% !important;
    background: #bb6e26 !important;
    color: #fff !important;
    font-size: 20px !important;
    text-align: center !important;
}
.owl-nav .owl-prev{
    left: -50px;
}
.owl-nav .owl-next{
    right: -50px;
}

#lopen{
    width: 50px;
    height: 50px;
    display: block;
    position: fixed;
    bottom: 15px;
    right: 15px;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    cursor: pointer;
    z-index: 999;
    background: #333;
}
#lopen i{
    color: #fff;
    font-size: 22px;
    line-height: 50px;
}

.loverlay{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.75);
    width: 100%;
    height: 100%;
    z-index: 999;
}
.lpopup{
    display: none;
    position: fixed;
    top: 10%;
    left: 50%;
    margin-left: -200px;
    width: 400px;
    background: #fff;
    padding: 15px;
    z-index: 9999;
}
.lpopup h3{
    margin-bottom: 15px;
    text-align: center;
    font-size: 20px;
}
.lpopup input{
    width: 100%;
    padding: 5px 15px;
    border: 1px solid #333;
    font-size: 14px;
    margin-bottom: 15px;
}
.lclose{
    display: block;
    background: #bb6e26;
    position: absolute;
    top: -15px;
    right: -15px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}


@media(max-width:1300px){
    .owl-nav{display: none;}
}


@media(max-width:1200px){
    .lphotos .img{width: 25%;}
}

@media(max-width:992px){
    .lphotos .img{width: 33.3%;}
    #lmn_open{
        display: block;
    }
    #ltop ul{
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background: rgba(0,0,0,0.7);
    }
    #ltop ul li{
        display: block;
    }
    #lphones{
        float: left;
        padding-left: 20px;
    }
}

@media(max-width:768px){
    #big_header .desc{width: 100%;}
    .lphotos .img{width: 50%;}
    .labout .img{
        margin-bottom: 25px;
    }
    .lplus .item{
        width: 33%;
        height: auto;
        
    }
}

@media(max-width:480px){
    #big_header{
        background-position: 65% 50%;
        padding-top: 540px;
    }
    .lphotos .img{width: 100%;}
    .lform form{width: 100%;}
    .lpopup{
        width: 90%;
        left: 5%;
        margin-left: 0;
    }
    .lplus .item{
        width: 100%;
    }
    .lreviews .revs .out .text p{
        font-size: 14px;
    }
    .owl-nav{display: none;}
}

/*  */

body{background-color: #ffeae1;}

footer{
    background-color: #0b090f;
}
#lopen,.btn,button{
    background-color: #bb6e26;
    border-color: #bb6e26;
}
.btn:hover,button:hover{
    color: #bb6e26;
}
p{
    color: #3d1a1a;
}
.lplus .item .icon i{
    color: #bb6e26;
}
.lname{
    color: #49290f;
}
.lplus{
    background: #f7d59b;
}

.lphotos .img{
    display: none;
}
.lphotos .its1{
    display: block;
}

#lvideo .vid{
    display: none;
}
#lvideo .its1{
    display: block;
}

.to_top{
    position: fixed;
    bottom: 75px;
    right: 15px;
    width: 50px;
    height: 50px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #bb6e26;
    cursor: pointer;
    text-align: center;
    line-height: 50px;
    color: #fff;
    font-size: 24px;
}
.to_top i{
    font-size: 24px;
}


