body,html{
    margin: 0px;
    padding: 0px;
}
body{
    padding-top: 120px;
}
p,b,a,h1,h2,h3,h4,h5,h6,div,li,ul,[type=text],[type=submit],button{
    font-size: 16px;
    line-height: 21px;
    font-family: "roboto";
}
p,b,a{
    margin: 0px;
    padding: 0px;
}
.main_menu{

}
.main_menu ul{
    position: absolute;
    right: 0px;
    z-index: 2;
}
.main_menu ul li{
    cursor: pointer;
}
.main_menu ul li:hover{
    background: none;
}
.main_menu ul li a{
    color: #5b5b5b;
    line-height: 25px;
}
.main_menu ul li a:hover{
    text-decoration: none;
    background: none;
    box-shadow:inset 0px -5px 0px 0px #01c2c7;
}
.navbar-toggle {
    border: 1px solid #01c2c7;
}
.navbar-toggle .icon-bar {
    display: block;
    background-color: #01c2c7;
}
/*
.slider{
    width: 100%;
    padding: 0px 30px;
    position:relative;
}
.slider img{
    width:100%;
}
.slider .slider_point p{
    margin-top: 10px;
    font-size: 12px;
}
.slider .slider_point{
    padding: 15px;
    background-color: #ffffff;
    border-radius: 5px;
    display: none;
    margin: 0px 15px;
}
.slider .slider_point .slide_c{
    background-color: #0063a6;
    margin-bottom: 20px;
    height: 45px;
}
.slider .slider_point .slide_c:after{
    content: " ";
    border-top: solid 10px #0063a6;
    border-right: solid 10px transparent;
    border-left: solid 10px transparent;
    margin: 0 auto;
    display: table;
}
.slider .slider_point .slide_c p{
    color:#ffffff;
    font-weight: 500;
    text-align: center;
    font-size: 16px;
    text-transform: uppercase;
    line-height: 45px;
}
.slider .slider_scroller .slider_point{
    display: inline-block;
}
.slider  .slider_place{
    overflow: hidden;
}
.slider_butt:hover span,.left_b:hover span,.right_b:hover span{
    color: #0096f7;
}
.slider_butt,.left_b,.right_b{
    cursor: pointer;
    top: 0px;
    width: 100px;
    position: absolute;
    z-index: 3;
    height: 100%;
}
.slider_butt.left{
    left: 0px;
    text-align: left;
}
.slider_butt.left span{
    margin-right: -30px;
}
.slider_butt.right{
    right: 0px;
    text-align: right;
}
.slider_butt.right span{
    margin-left: -30px;
}
.slider_butt span{
    font-size: 30px;
    text-align: center;
    color: #0063a6;
    position: relative;
    top: 50%;
    margin-top: -15px;
}*/
.logo img{
    margin-top: 30px;
}
.header{
    height:120px;
    background-color: #ffffff;
    position: fixed;
    width: 100%;
    z-index: 999;
    top:0px;
}
.header .head_con{
    text-align: right;
    height: 65px;
}
.header .head_con .col-sm-12{}
.header .head_con .col-sm-12 a{
    font-size: 30px;
    text-decoration: none;
    color: #5b5b5b;
}
.header .head_con .col-sm-12 a span{
    line-height: 65px;
    color: #01c2c7;
}
.header .head_con .col-sm-7{}
.header .head_con .col-md-7 p{
    display: inline-block;
    line-height: 18px;
    font-size: 14px;
    text-align: left;
    padding-top: 13px;
    padding-left: 10px;
}
.header .head_con .col-md-7 .zak span {
    color: #01c2c7;
    line-height: 40px;
    position: relative;
    top: 3px;
}
.header .head_con .col-md-7 .zak{
    line-height: 60px;
    color: #01c2c7;
    font-size: 20px;
    font-family: 'roboto_bold';
    margin: 0px;
    padding: 0px;
    vertical-align: top;
}
.caption{
    text-align: center;
    text-transform: uppercase;
    margin: 65px 0px 40px 0px;
}
.caption p{
    font-size: 30px;
}
.content{

}
.place1{
    background-image: url('../img/slide.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 500px;
}
.place1 .wrap,.foot_cont{
    padding: 100px 0px 60px 0px;
    min-height: 500px;
    background-image: url('../img/wrap.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.place1 .text{}
.place1 .text .cap{
    color: #ffffff;
    font-family: 'roboto_black';
    line-height: 35px;
    font-size: 30px;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.place1 .text ul{
    list-style-type: none;
    padding: 0px;
}
.place1 .text ul li{
    color: #ffffff;
    margin-bottom: 10px;
}
.place1 .text ul li span{
    float: left;
    margin-right: 15px;
    color: #01c2c7;
    font-size: 18px;
}
.place1 .text ul li p{
    font-size: 18px;
}
.place1 .round{
    margin: 0 auto;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    background-color: #01c2c7;
    border-bottom: solid 5px #3cadab;
    text-align: center;
    padding-top: 60px;
}
.place1 .round span{
    font-size: 50px;
    color: #ffffff;
}
.place1 .round .cap{
    font-size: 20px;
    text-transform: uppercase;
    font-family: 'roboto_bold';
    margin-top: 10px;
    color: #ffffff;
}
.place1 .round .desc{
    font-size: 16px;
    margin: 10px 0px;
    color: #ffffff;
}
.place1 .round .schet{}
.place1 .round .schet p{
    font-size: 28px;
}
.place1 .round .schet span{
    color: #000000;
    font-size: 34px;
    line-height: 35px;
}
.place1 .round .schet ul{
    width: 40px;
    background-color: #ffffff;
    padding-left: 0px;
    margin: 0px;
    display: inline-block;
    vertical-align: top;
}
.place1 .round .schet ul li{
    display: inline-block;
    font-size: 25px;
    line-height: 45px;
    text-align: center;
    color: #000000;
}
.place1 form,.place9 form,.hidd_block form{
    max-width: 270px;
    text-align: center;
    color: #4b4640;
    float: right;
    margin-top: 45px;
}
.hidd_block form{
    float:none;
    margin: 0 auto;
}
.place1 form [type=text],.place9 form [type=text],.hidd_block form [type=text]{
    width: 100%;
    height: 35px;
    margin-bottom: 15px;
    border: solid 1px #dad9d5;
    color: #5c5c5a;
    padding: 0px 10px;
}
.place1 form p,.place9 form p,.hidd_block form p{
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 15px;
}
.place1 form [type=submit],.place9 form [type=submit],.hidd_block form [type=submit]{
    width: 100%;
    border: none;
    background-color: #01c2c7;
    line-height: 45px;
    color: #ffffff;
    font-size: 18px;
    border-bottom: solid 4px #3cadab;
}
.place2{
    padding-bottom: 40px;
    text-align:center;
}
.place2 .block{
    display:inline-block;
    padding:15px;
    width:19%;   
    vertical-align:top;  
}
.place2 .point{
    background-color: #f6f6f6;
    text-align: center;
    border: solid 1px #ebebeb;
}
.place2 .point img{
    width: 100%;
}
.place2 .point .cap{
    font-size: 20px;
    color: #01c2c7;
    margin: 15px 0px;
    line-height: 18px;
}
.place2 .point .cost{
    color: #5c5c5a;
    font-size: 16px;
    margin-bottom: 15px;
}
.place2 .point .cost .old{
    text-decoration: line-through;
}
.place2 .point .cost .new{
    margin-left: 5px;
    font-family: 'roboto_bold';
}
.place2 .point button{
    border: none;
    background-color: #01c2c7;
    line-height: 45px;
    color: #ffffff;
    font-size: 15px;
    border-bottom: solid 4px #3cadab;
    margin-bottom: 15px;
    padding: 0px 15px;
}
.place3{
    border-top:solid 1px #dad9d5;
    border-bottom:solid 1px #dad9d5;
    background-image: url("../img/back1.jpg");
    background-size: cover;
    background-repeat: no-repeat;
}
.place3 .row div{
    margin-bottom: 60px;
}
.place3 img{
    margin: 0 auto;
    display: block;
    margin-bottom: 10px;
}
.place3 .desc{
    text-align: center;
    color: #5c5c5a;
    max-width: 200px;
    margin: 0 auto;
}
.place4 .caption .desc{
    font-size: 16px;
    margin: 15px 0px;
}
.place4 .list{
    text-align: center;
}
.place4 .list .point{
    width: 19%;
    display: inline-block;
    margin-bottom: 40px;
    vertical-align: top;
}
.place4 .list .point .span{
    background-image: url("../img/sofa.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: 25px;
}
.place4 .list .point .span span{
    font-size: 75px;
    position: relative;
    left: 30px;
    top: 15px;
    color: #01c2c7;
}
.place4 .list .point .cap{
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.place4 .list .point .desc{
    font-size: 15px;
    padding: 0px 15px;
}
.place5{
    background-image: url("../img/back2.jpg");
    background-size: cover;
    background-position: center;
}
.place5 .caption {
    color:#ffffff;
}
.place5 .wrap{
    background-color: rgba(1, 194, 199, 0.9);
    padding-bottom: 75px;
}
.place5 .row div{
    text-align: center;
}
.place5 .main{
    font-size: 70px;
    color: #ffffff;
    line-height: 80px;
    font-family: 'roboto_black';
}
.place5 .desc{
    text-transform: uppercase;
    color: #ffffff;
}
.place6{
    background-color: #f2f2f2;
}
.place6 .list{
    text-align: center;
}
.place6 .list .point{
    width: 19%;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 40px;
    position: relative;
}
.place6 .list .point:after{
    font-family: 'icomoon';
    content: "\e601";
    position: absolute;
    color: #c5c4c2;
    font-size: 20px;
    top: 95px;
    right: 0px;
}
.place6 .list .point:last-child:after{
    content: " ";
}
.place6 .list .point span{
    font-size: 50px;
    margin-bottom: 20px;
    display: block;
    color: #01c2c7;
}
.place6 .list .point .cap{
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.place6 .list .point .desc{
    font-size: 15px;
    padding: 0px 30px;
}
.place7{
    padding-bottom: 100px;
}
.place7 .carousel-control,.place8 .carousel-control{
    background: none;
}
.place7 .glyphicon,.place8 .glyphicon{
    position: absolute;
    color:#c6c3be;
    top:50%;
    margin-top: -15px;
    font-size: 30px;
    text-shadow: none;
}
.place7 .right .glyphicon,.place8 .right .glyphicon{
    right:10px;
}
.place7 .left .glyphicon,.place8 .left .glyphicon{
    left:10px;
}
.place7 #carousel-example-captions{
    padding: 0px 50px;
}
.place8 #carousel-example1-captions{
    padding: 0px 150px;
}
.place7 .carousel-indicators,.place8 .carousel-indicators {
    bottom: -40px;
}
.place7 .carousel-indicators li,.place8 .carousel-indicators li{
    background-color: #c6c3be;
    border:none;
}
.place7 .carousel-indicators li.active,.place8 .carousel-indicators li.active{
    background-color: #01c2c7;
    border:none;
}
.place7 img{
    width:100%
}
.place8{
    background-color: #f2f2f2;
    padding-bottom: 100px;
}
.place8 .item{
    min-height: 160px;
}
.place8 .item .review{}
.place8 .item .review div{
    display: table-cell;
    vertical-align: top;
    padding: 0px 7px;
}
.place8 .item .review div img{}
.place8 .item .review div .cap{
    color: #01c2c7;
    font-size: 22px;
    margin-bottom: 5px;
}
.place8 .item .review div .desc{
    font-size: 14px;
}
.place9{
    position: relative;
}
.place9 .caption{
    background-color: #01c2c7;
    margin: 0px;
    padding: 40px 0px;
    color: #ffffff;
    text-transform: none;
}
.place9 .caption p{}
.place9 .caption .desc{
    font-size: 18px;
    margin-top: 10px;
}
.place9 #map{
    height:500px;
}
.place9 .foot_cont{
    position: absolute;
    width: 100%;
    z-index: 2;
}
.place9 .show_map,.place9 .close_map{
    position: absolute;
    bottom: 10px;
    left: 10px;
    background-color: #01c2c7;
    border: none;
    padding: 10px 15px;
    color: #ffffff;
    font-family: 'roboto_black';
    border-bottom: solid 4px #3cadab;
    z-index: 21;
}
.place9 .close_map{
    display: none;
}
.place9 .foot_cont .round{
    margin: 0 auto;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    background-color: #01c2c7;
    border-bottom: solid 5px #3cadab;
    text-align: center;
    padding-top: 40px;
    color:#ffffff;
}
.place9 .foot_cont .col-md-4{
    float:right;
}
.place9 .foot_cont .round .cap{
    font-size: 18px;
    text-transform: uppercase;
    font-family: 'roboto_bold';
}
.place9 .foot_cont .round .address{
    margin-bottom: 20px;
}
.place9 .foot_cont .round .address .desc{
    width: 170px;
    margin: 10px auto;
    font-size: 14px;
}
.place9 .foot_cont .round .phone a{
    color: #ffffff;
    margin: 10px 0px 20px 0px;
    display: block;
    font-size: 23px;
}
.place9 .foot_cont .round .phone a span{
    font-size: 23px;
    font-family: 'roboto_bold' !important;
}
.place9 .foot_cont .round .email a{
    color: #ffffff;
    font-size: 14px;
}
.place9 form{}
.footer p{
    line-height: 50px;
}
.footer a{
    color:#333;
}
@media (max-width: 1199px){

	.place2 .block{
	    width:19%;   
	}

    .header .head_con .col-md-7 .zak {
        font-size: 18px;
    }
}
@media (max-width: 991px){

	.place2 .block{
	    width:33%;   
	}
    .head_con .col-md-7{
        display: none;
    }
    .place1 .text{
        margin-bottom: 50px;
    }
    .place2 .point{
        margin-bottom: 30px;
    }
    .place4 .list .point {
        width: 30%;
    }
    .nav > li > a {
        padding: 10px 10px;
    }
    .place7 .item .row div:last-child{
        display:none;
    }
    .place8 #carousel-example1-captions{
        padding: 0px 50px !important;
    }

}
@media (max-width: 991px) and (min-width: 767px){
    .main_menu {
        padding-top: 10px;
    }
}
@media (max-width: 767px){

	.place2 .block{
	    width:49%;   
	}
    .spam_f .round{
        border: none;
    }
    .place2 .point{
        margin: 0 auto;
        margin-bottom: 30px;
        max-width: 400px;
    }
    .place9 .col-sm-8{
    }
    .navbar-collapse{
        position: absolute;
        left: 0px;
        width: 100%;
        padding: 0px;
    }
    .main_menu ul{
        text-align: left;
        margin: 0px;
        width: 100%;
        background-color: #ffffff;
    }
    .main_menu{
        position: static;
    }
    .navbar-collapse.in {
        overflow-y: visible;
    }
    .head_con{
        position: static;
    }
    .main_menu ul li a:hover{
        text-decoration: none;
        background: none;
        box-shadow:inset 5px 0px 0px 0px #01c2c7;
    }
    .header .head_con .col-sm-12 a {
        font-size: 25px;
    }
    .place9 .foot_cont {
        position: static;
        width: auto;
        background: none;
        background-color: #01c2c7;
        min-height: inherit;
        padding: 10px 0px 20px 0px;
    }
    .place9 .foot_cont .col-md-4 {
        float: none;
    }
    .place9 .foot_cont .round{
        border: none;
        width: inherit;
        height: inherit;
    }
    .place9 form {
        margin: 0 auto;
        float: none;
        color:#ffffff
    }
    .place9 form [type=submit]{
        background-color: #ffffff;
        color:#000000;
    }
    .place8 .item .review{
        width: 100%;
    }
    .place8 .item .review:nth-child(2){
        display:none;
    }
    .place7 .item .row div:first-child{
        display:none;
    }
}
@media (max-width: 650px){

	.place2 .block{
	    width:100%;   
	}
    .spam_f .round{
        border: none;
        border: none;
        height: inherit;
        padding: 0px;
        width: inherit;
        background: none;
        border-radius: 0px;
    }
    .place1 span{
        color:#ffffff !important;
    }
    .place1{
        background: none;
        background-color: #01c2c7;
        color:#ffffff;
    }
    .place1 .wrap{
        background: none;
    }
    .place1 form{
        color:#ffffff;
    }
    .place1 form [type=submit]{
        color:#000000;
        background-color: #ffffff;
    }
}

.hidd_block{
    display: none;
    opacity: 0;
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    top: 0px;
    z-index: 999;
}
.show_block{
    background-color: rgb(234, 241, 234);
    width: 400px;
    height: 300px;
    position: fixed;
    z-index: 9999;
    left: 50%;
    margin-left: -200px;
    top: 50%;
    margin-top: -150px;
    padding: 30px;
}
.show_block .close_b:hover{
    border-color:#3cadab;
}  
.show_block .close_b{  
    cursor:pointer;  
    right: 10px;
    top: 10px;
    position: absolute;
    border: solid 2px #01c2c7;
    border-radius: 50%;
    width: 30px;
}
@media (max-width: 500px){

	.place2 .block{
	    width:100%;   
	}
    .logo img {
        margin-top: 55px;
    }
    .place8 .item .review div{
        display: block;
    }
    .place2 .point {
        margin: 0 auto;
        margin-bottom: 30px;
        max-width: 200px;
    }
    .place3 .row div{
        width:100%;
    }
    .place4 .list .point {
        width: 50%;
    }
    .place5 .col-xs-6{
        width: 100%;
    }
    .place6 .list .point{
        display: block;
        width: 100%;
		text-align: left;
		padding: 0px 15px;
    }
    .place6 .list .point:after{
        content: " ";
    }
    .place6 .list .point span{
        display: inline-block;
    }
    .place6 .list .point div{
        display: inline-block;
        text-align: left;
    }
    .place6 .list .point div .desc{
        padding-left: 10px;
    }
    .place6 .list .point div p{
        padding-left: 10px;
    }

    .show_block{
        width: 250px;
        margin-left: -125px;
    }
}

textarea{
    width: 270px;
    height: 65px;
    margin: 0px 0px 15px;
    border: 1px solid rgb(218, 217, 213);
    color: rgb(92, 92, 90);
    padding: 0px 10px;
}