﻿@font-face {
    font-family: 'BebasNeue Bold';
    src: url('../fonts/BebasNeue%20Bold.eot');
    src: url('../fonts/BebasNeue%20Bold.eot@#iefix') format('embedded-opentype'),
    url('../fonts/BebasNeue%20Bold.woff') format('woff'),
    url('../fonts/BebasNeue%20Bold.ttf') format('truetype'),
    url('../fonts/BebasNeue%20Bold.svg#BebasNeue Bold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'BebasNeue Book';
    src: url('../fonts/BebasNeue%20Book.eot');
    src: url('../fonts/BebasNeue%20Book.eot@#iefix') format('embedded-opentype'),
    url('../fonts/BebasNeue%20Book.woff') format('woff'),
    url('../fonts/BebasNeue%20Book.ttf') format('truetype'),
    url('../fonts/BebasNeue%20Book.svg#BebasNeue Book') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
    margin: 0 auto;
    font-family: 'BebasNeue Book', Arial;
    font-weight: 400;
}
.boxx{
    margin: 0 auto;
    width: 960px;
}
img {border:0;}
.clr { clear: both;}
/* -------------  TOP MENU -----------------*/
.topmenu {
    margin: 0 auto;
    width: 100%;
    height: 66px;
    background: #000 ;
    position: fixed;
    top: 0;
    z-index:999;
}
.topmenu_box {
    height: 66px;
}
.topmenu ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.topmenu ul li{
    margin: 0;
    display: inline;
    padding: 0;
    float: left;
    height: 66px;
}
.last_li{background: #FFCC33;}
.last_li1{background: #d44e00;}
.topmenu ul li a{
    margin: 0;
    display: inline-block;
    margin-top: 5px;
    padding: 19px 16px 0;
    font-size:  18px;
    line-height: 18px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
}
.topmenu ul li a:hover{
    text-decoration: underline;
}

/* ------------------------ */
.topmenu {
  height:66px;
  top:-66px;
  transition: top 1s;
}
.topmenu.fixed {
    width:100%;
    position: fixed;
    top: 0;
}
/* ------------------------ */
.header {
    margin: 0 auto;
    width: 100%;
    height: 800px;
    background: url('../img/bg-hdr.jpg') top center no-repeat;

}
.hdr_box {
    
}
.top{
    padding-top: 30px;
    overflow: hidden;
}
.top_l{
    float: left;
    width: 280px;
    margin-left: 40px;
    margin-right: 30px;
    padding-top: 22px;
    color: #fff;
    font-size: 30px;
    line-height: 36px;
    letter-spacing: 0.5px;
    text-align: right;
}
.logo{
    float: left;
    width: 230px;
}
.top_r{
    float: left;
    width: 280px;
    margin-left: 40px;
    margin-right: 10px;
    padding-top: 22px;
    color: #fff;
    font-size: 48px;
    line-height: 36px;
    letter-spacing: 0.5px;
    text-align: center;
}
.callback {
    display: block;
    margin-top: 10px;
    color: #00b7f4;
    font-size: 23px;
    text-align: center;
    text-transform: uppercase;
}
.callback:hover {

}
.rem_hdr{
    background: url('../img/bg-hdr-rem.png') top center no-repeat;
    overflow: hidden;
    margin-top: 40px;
}
.rem_hdr_txt{
    color: #fff;
    font-size: 24px;
    text-transform: uppercase;
    text-align: center;
}


.sitename{
    color: #fff;
    font-size: 110px;
    font-family: 'BebasNeue Bold';
    letter-spacing: 3px;
    text-align: center;
    margin: 50px 0 30px;
}
.maslo .sitename,
.shina .sitename {
    font-size: 78px;
    line-height: 80px;
}
.hdr_vne{
    height:53px;
    background: url('../img/bg-hdr-vne.png') top center no-repeat;
    color: #000;
    font-size: 36px;
    font-family: 'BebasNeue Bold';
    text-align: center;
    margin: 0 0 30px;
    padding-top: 12px;
}
.shina .hdr_vne{
    font-size: 30px;
    padding-top: 14px;
}
.hdr_ost{
    font-size: 24px;
    line-height: 36px;
    letter-spacing: 1px;
    color: #fff;
    text-align: center;
}
.btn_hdr {
    background: url('../img/btn-hdr.png') top center no-repeat;
    display: block;
    width: 292px;
    height: 61px;
    margin: 0 auto;
    margin-top: 20px;
    padding-top: 28px;
    font-family: 'BebasNeue Bold';
    color: #663300;
    font-size: 30px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
}
/*----------------------------------------*/
.logos{margin-top: 10px;margin-bottom: 10px; font-size: 20px; text-align: center;}
/* ------------------------ */

.block_a{
    margin: 0 auto;
    width: 100%;
    height: 943px;
    background: url('../img/bg-a.jpg') top center no-repeat ;
}
.txt_a{
	font-size: 68px;
	font-family: 'BebasNeue Bold';
	line-height: 96px;
	letter-spacing: 2px;
	color: #fff;
	padding: 380px 0 0;
}

/* ------------------------ */

.block_b{
    margin: 0 auto;
    width: 100%;
    height: 250px;
    background: url('../img/bg-b.jpg') top center repeat-x ;
}
.txt_b{
    font-size: 60px;
    font-family: 'BebasNeue Bold';
    line-height: 80px;
    letter-spacing: 1px;
    color: #000;
    padding: 60px 0 0;
    text-align: center;
}
.txt_b span{
    color: #fff;
    background: #000;
    padding: 16px 0 4px;
    margin: 0 4px;
}
/* ------------------------ */
.block_c{
    margin: 0 auto;
    width: 100%;
    height: 585px;
}
.c1{background: url('../img/bg-c.jpg') top center no-repeat ;}
.c2{background: url('../img/bg-c-2.jpg') top center no-repeat ;}
.c3{background: url('../img/bg-c-3.jpg') top center no-repeat ;}
.c4{background: url('../img/bg-c-4.jpg') top center no-repeat ;}
.c5{background: url('../img/bg-c-5.jpg') top center no-repeat ;}
.c6{background: url('../img/bg-c-6.jpg') top center no-repeat ;}
.c7{background: url('../img/bg-c-7.jpg') top center no-repeat ;}
.c8{background: url('../img/bg-c-8.jpg') top center no-repeat ;}
.txt_c{
    font-size: 24px;
    line-height: 36px;
    letter-spacing: 1px;
    color: #fff;
}
.txt_c p{
    font-size: 36px;
    font-family: 'BebasNeue Bold';
    margin: 0 0 20px;
}
.tc_1{
    color: #fff;
    padding: 210px 0 0;
}
.tc_7{
    color: #fff;
    padding: 230px 0 0;
}
.tc_2{
    color: #000;
    padding-top: 210px;
    float: right;
    width: 410px;
}
.tc_4{
    color: #000;
    padding-top: 210px ;
    float: right;
    width: 430px;
}
/*++++++++++++++++++++++++++++++++++++++++++*/
.blc_d{
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    background: #EDEDED;
    padding-bottom: 100px;
}
.ttl_d{
    font-family: 'BebasNeue Bold';
    font-size: 60px;
    color: #000;
    text-align: center;
    padding-top: 50px;
}
.sttl_d{
    font-family: 'BebasNeue Bold';
    font-size: 36px;
    color: #000;
    padding-top: 50px;
    padding-bottom: 20px;
}
.tr_d{
    margin: 0 auto;
    margin-bottom: 4px;
    overflow: hidden;

    font-size: 24px;
    color: #000;
}
.td_d{float: left;}
.l_d{
    width: 815px;
    background: #F5F5F5;
    padding:6px 0 0 25px;
    border-right: 2px solid #EDEDED;
    letter-spacing: 1px;
}
.ld_last{background: #F2F2F2;}
.r_d{
    width: 105px;
    background: #fff;
    text-align: center;
    padding:6px 0 0;
    letter-spacing: 1px;
}
.l_d2{
    width: 750px;
    background: #F5F5F5;
    padding:6px 0 0 25px;
    border-right: 2px solid #EDEDED;
    letter-spacing: 1px;
}
.r_d2{
    width: 170px;
    background: #fff;
    text-align: center;
    padding:6px 0 0;
    letter-spacing: 1px;
}
.rd_blue{
    color: #fff;
    background: #21B3FF;
}

/*---------------*/
.txt_d{
    font-size: 24px;
    line-height: 36px;
    color: #000;
    text-align: center;
    padding: 20px 0;
}
.blc_d img{
    width: 456px;
    height: 272px;
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
}
/*-----------------*/
.blc_d2{
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    background: #fff;
    padding-bottom: 50px;
}
.box_d {
    width: 300px;
    overflow: hidden;
    float: left;
    margin-right: 20px;
    margin-bottom: 40px;

    font-size: 24px;
    line-height: 36px;
    color: #000;
}
/*++++++++++++++++++++++++++++++++++++++++++*/
.blc_e{
    width: 100%;
    height: 864px;
    margin: 0 auto;
    overflow: hidden;
    background: url('../img/bg-e.jpg') top center no-repeat;
}
.ttl_e{
    font-family: 'BebasNeue Bold';
    font-size: 72px;
    color: #fff;
    padding-top: 148px;
}
.sttl_e{
    font-size: 26px;
    line-height: 36px;
    color: #fff;
    padding-top: 80px;
    padding-bottom: 50px;
}
.sttl_e a{
    color: #21b3ff;
}
.sttl_e a:hover{
    text-decoration: none;
}

.row{
    margin-bottom: 20px;
    width: 380px;
    float: left;
    clear: both;
    margin-left: 10px;
}
form .row {
    margin-left: 0;
}
.text-input{
    width: 370px;
    height: 68px;
    padding: 4px 10px;
    border: 0;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    font-family: 'BebasNeue Book';
    font-size: 24px;
}
.btn-form{
    background: url('../img/btn-hdr.png') top center no-repeat;
    display: block;
    width: 292px;
    height: 91px;
    margin: 0 auto;
    margin-top: 20px;
    font-family: 'BebasNeue Bold';
    color: #663300;
    font-size: 30px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    border: 0;
    cursor: pointer;
}

/*++++++++++++++++++++++++++++++++++++++++++*/
.blc_f{
    width: 100%;
    height: 896px;
    margin: 0 auto;
    overflow: hidden;
    background: url('../img/bg-f.jpg') top center no-repeat;
}
.ttl_f{
    font-family: 'BebasNeue Bold';
    font-size: 72px;
    color: #fff;
    padding-top: 148px;
}
.sttl_f{
    font-size: 26px;
    line-height: 36px;
    color: #000;
    padding: 60px 0 30px;
}
.input-calend{
    background: url('../img/icon-calendar.jpg') 95% 50% no-repeat #fff;
    font-family: 'BebasNeue Book';
}
/*++++++++++++++++++++++++++++++++++++++++++*/
.blc_g{
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    background: #EDEDED;
    padding-bottom: 50px;
}
.ttl_g{
    font-family: 'BebasNeue Bold';
    font-size: 60px;
    line-height: 80px;
    color: #000;
    text-align: center;
    padding-top: 50px;
}

/*+++++++       SLIDER     ++++++++++++++++++*/
/* slider3 */


/* slider3 */
#slider3 {
    margin: 0 0 20px;
}
#slider3 .viewport {
    width: 920px;
    height: 550px;
    float: left;
    overflow: hidden;
    position: relative;
}
#slider3 .overview {
    list-style: none;
    position: absolute;
    width: 240px;
    left: 0;
    top: 0;
    margin-left: -38px;
}
#slider3 .overview li {
    float: left;
    margin: 0 20px 0 0;
    padding: 1px;
    height: 121px;
    width: 290px;
}
.box_sld{
    position: relative;
    width: 250px;
    height: 220px;
    float: left;
    background: #F6F6F6;
    margin-bottom:30px;
    padding: 30px 20px 0;
    font-size:20px;
    line-height: 25px;

}
.name_sld{
    position: absolute;
    left: 20px;
    bottom: 20px;
    width: 115px;
    background: #21B3FF;
    font-size:20px;

    color: #fff;
    padding: 4px 0 4px 10px;
}
#slider3 .bullets {
    overflow:hidden;
    list-style: none;
    clear: both;
    margin: 0 auto;
    width: 960px;
    margin-left: 380px;

}
#slider3 .bullets li {
    float: left;
}
#slider3 .bullet {
    text-decoration: none;
    text-align: center;
    padding:6px 7px 2px;
    margin-top: 30px;
    color: #000;
    font-size: 18px;
    font-family: 'BebasNeue Bold';
    display: block;
}
#slider3 .bullet.active {
    color: #fff;
    background-color: #000;
}
#slider3 .buttons {
    display: block;
    margin-top: 272px;
    float: left;
    width: 13px;
    height: 19px;
    position: relative;
}
#slider3 .next {

}
#slider3 .buttons:hover{

}
#slider3 .disable {
    visibility: hidden;
}


.ost_otz{
    display: block;
    width: 290px;
    margin: 0 auto;
    background: url('../img/btn-hdr.png') top center no-repeat;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    padding:20px 0;
    margin-top: 30px;
    text-align: center;
    text-decoration: none;
    color: #663300;
    font-size: 30px;
    font-family: 'BebasNeue Bold';
}
/*++++++++++++++++++++++++++++++++++++++++++*/
.blc_h{
    width: 100%;
    height: 876px;
    margin: 0 auto;
    overflow: hidden;
    background: url('../img/bg-h.jpg') top center no-repeat;
    text-align: center;
}
.ttl_h{
    font-family: 'BebasNeue Bold';
    font-size: 140px;
    color: #fff;
    padding-top: 130px;
}
.sttl_h{
    font-size: 24px;
    line-height: 36px;
    color: #fff;
    padding-top: 70px;
    padding-bottom: 40px;
}
/*++++++++++++++++++++++++++++++++++++++++++*/
.blc_k{
    width: 100%;
    height: 970px;
    margin: 0 auto;
    overflow: hidden;
    background: url('../img/bg-k.jpg') top center no-repeat ;
    text-align: center;
}
.ttl_k{
    font-family: 'BebasNeue Bold';
    font-size: 60px;
    color: #fff;
    padding-top: 90px;
    padding-bottom: 60px;
}

.kakie{
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
    padding-bottom: 40px;
}
/*------------      TABS           --------------*/

#content-slider {
    width: 956px;
    overflow: hidden;
    height: 515px;
}

#content-slider-inside {
    list-style: none;
    margin: 0;
    padding: 0;
}

#content-slider-inside li {
    width: 956px;
    position: relative;
}

#navigation {
    list-style: none;
    margin: 0;
    padding: 0;
    height: 75px;
    width: 956px;
    background: #000;
}

#navigation li {
    display: inline-block;
    float: left;
    text-align: center;
    overflow: hidden;
}
#navigation li a{
    padding: 28px 12px 35px 12px;

    font-size:18px;
    color:#fff;
    text-decoration: none;
}
#navigation li a, #navigation li a:link, #navigation li a:visited {
    text-decoration: none;
    display: block;
    color: #fff;
}

#navigation li a.selected, #navigation li a.selected:link, #navigation li a.selected:visited {
    background: url('../img/bg-tab-active.jpg') top left repeat-x;
    color: #000;
}

#navigation li a:hover, #navigation li a:focus, #navigation li a:active {
    background: url('../img/bg-tab-active.jpg') top left repeat-x;
    color: #000;
}



div.tabs {


}
#tab-a,#tab-b,#tab-c,#tab-d,#tab-e,#tab-fa,#tab-g{
    overflow: auto;
    width: 956px;
    height: 535px;
}



div.tabs div.tab_box {
    width: 956px;
    overflow: hidden;
    background: #F0F0F0;

    font-size:18px;
    color:#000;
    text-align: left;
}

.left_tab{
    width: 421px;
    float: left;
    border-right: 1px solid #D6D6D6;

    padding: 30px 0 30px 10px;
}
.txt_tab{
    padding: 8px 0;
}
.center_tab{
    width: 115px;
    float: left;
    border-right: 1px solid #D6D6D6;
    padding: 30px 0 30px 20px;
}
.right_tab{
    position: absolute;
    width: 370px;
    top: 0;
    right: 20px;
    /*float: left;*/
    padding: 30px 0 0 0;
    text-align: center;
}
.btn_tab{
    margin-left:35px;
}
/*++++++++++++++++++++++++++++++++++++++++++*/
.blc_m{
    width: 100%;
    height: 220px;
    margin: 0 auto;
    overflow: hidden;
    background: #000;
    text-align: center;
}
.ttl_m{
    font-family: 'BebasNeue Bold';
    font-size: 60px;
    color: #fff;
    padding-top: 50px;
}
.txt_m a{

    font-size: 18px;
    color: #fff;
}
.map{
    width: 100%;
    height: 603px;
    margin: 0 auto 10px;
    overflow: hidden;
    background: url('../img/map.jpg') top center no-repeat;
}

/*++++++++++++++++++++++++++++++++++++++++++*/
.blc_n{
    position: relative;
    width: 100%;
    height: 886px;
    margin: 0 auto;
    overflow: hidden;
    background: url('../img/bg-n.jpg') top center no-repeat;
}
.ttl_n{
    font-family: 'BebasNeue Bold';
    font-size: 72px;
    line-height: 80px;
    color: #fff;
    padding-top: 135px;
    margin-bottom: 160px;
}
.ttl_n span{
    font-size: 68px;
    background: #00B7F4;
    padding: 12px 8px 0;
}
.go_top{
    position: absolute;
    bottom: 0;
    left: 46%;
    width:91px;
    height: 56px;
}
/*++++++++++++++++++++++++++++++++++++++++++*/
.ftr{
    width: 100%;
    height: 200px;
    margin: 0 auto;
    overflow: hidden;
    background: #000;
    padding-top: 20px;
}
.copy{
    width: 100%;
    height: 30px;
    margin: 0 auto;
    overflow: hidden;
    background: #fff;
    padding-top: 12px;
}
.txt_copy{
    float: left;
    width: 260px;

    font-size: 20px;
    margin-left: 130px;
}
.autor{
    float: left;
    width: 300px;

    font-size: 20px;
}
.autor a{
    color: #000;
}
/*+++++++++++++++++++++++++++++++++++++++*/

/* getPrice */
.getPrice{
    background: #3D4145;
    margin:38px 0 0;
    padding:10px 20px 20px 30px;
    float:right;
    width:800px;
    overflow: hidden;
}
.ttl_pop {
    font-size:56px;
    font-family: 'BebasNeue Bold';
    color: #fff;
    text-align:center;
    margin:35px 0;
}
.sttl_pop {
    font-size: 26px;
    line-height: 32px;
    color: #fff;
    text-align:center;
    margin:25px 0;
}
.sttl_pop a{
    color: #fff;
}
.sttl_pop a:hover{
    text-decoration: none;
}
.row_pop{
    margin: 0 auto;
    margin-bottom: 20px;
    margin-left: 210px;
}
.btn-form-pop{
    background: url('../img/btn-hdr.png') top center no-repeat;
    display: block;
    width: 292px;
    height: 91px;
    margin: 0 auto;
    margin-top: 20px;
    margin-left: 50px;
    font-family: 'BebasNeue Bold';
    color: #663300;
    font-size: 30px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    border: 0;
    cursor: pointer;
}
.getPriceLightbox{
    margin:0;
    float:none;
}

.popup-holder{
    position:relative;
    overflow:hidden;
    height:0;
}
