@font-face {
    font-family: 'Cocomat';
    src:  url('../fonts/vendor/CocoGothicHeavy/CocoGothicHeavy.eot?l34068');
    src:  url('../fonts/vendor/CocoGothicHeavy/CocoGothicHeavy.eot?l34068#iefix') format('embedded-opentype'),
    url('../fonts/vendor/CocoGothicHeavy/CocoGothicHeavy.ttf?l34068') format('truetype'),
    url('../fonts/vendor/CocoGothicHeavy/CocoGothicHeavy.woff?l34068') format('woff'),
    url('../fonts/vendor/CocoGothicHeavy/CocoGothicHeavy.svg?l34068#CocoGothicHeavy') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Cervo';
    src:  url('../fonts/vendor/CervoRegular/CervoRegular.eot?l34068');
    src:  url('../fonts/vendor/CervoRegular/CervoRegular.eot?l34068#iefix') format('embedded-opentype'),
    url('../fonts/vendor/CervoRegular/CervoRegular.ttf?l34068') format('truetype'),
    url('../fonts/vendor/CervoRegular/CervoRegular.woff2') format('woff2'),
    url('../fonts/vendor/CervoRegular/CervoRegular.woff?l34068') format('woff');
    font-weight: normal;
    font-style: normal;
}

body{
    background-color: white;
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: 500;
}

h1, h2{
    font-family: Cervo;
    letter-spacing: 2px;
    color: #1D487A;
    margin: 0 auto;
    padding: 20px;
    font-weight: 500;
    text-align: center;
}

h3, h4{
    font-family: Cervo;
    text-align: center;
}

h5{
    padding-top: 20px;
}

p{
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    color: #333333;
    font-size: 17px;
    font-weight: 500;
    margin: 0;
}

div{
    border: 0px solid red;
}

.container-fluid{
    max-width: 1900px;
    overflow: hidden;
}
.fix_width{
    max-width: 1900px;
}

.header{
    background-color: white;
    margin: 0;
    z-index: 100;
    position: relative;
}
.header_left{
    font-family: Cervo;
    font-size: 28px;
    padding-top: 35px;
    margin-left: -10px;
}
.header_logo{
    margin: auto 0;
}
.header_right{
    width: 250px;
    float: right;
    padding-top: 30px;
}
.header_right .phone{
    font-family: Cervo;
    font-size: 30px;
    float: right;
}
.header_right a{
    font-size: 22px;
    color: #1d2124;
    text-decoration: underline;
    float: right;
    margin-top: -10px;
}
.header_right a:hover{
    text-decoration: none;
}

.content{
    width: 100%;
    padding: 20px;
 }

.block1{
    background-image:url("../images/bg1_1.jpg");
    min-height: 554px;
    display: inline-block;
    width: 100%;
    margin: 0 auto;
}

.slogan{
    font-family: Cervo;
    font-size: 50px;
    line-height: 1em;
    color: #58585a;
    margin-top: 150px;
    text-align: center;
    margin-bottom: 15px;
}
.slogan_small{
    font-size: 20px;
    text-align: center;
    margin-top: 15px;
}

.block1 .btn1{
    margin-top: 40px;
    text-align: center;
}
.block1 .btn1 button{
   width: 280px;
}

.block1 .bottom{
    min-height: 95px;
    margin-top: 60px;
    background: rgba(28, 30, 41, 0.5);
}


.block1 .bottom .content1{
    width: 350px;
    margin: 0 auto;
}

.block1 .bottom .red_line_h{
    height: 50px;
    margin-top: 25px;
    border-left: 1px solid red;
    border-right: 1px solid red;
}

.block1 .bottom .content1 img{
    float: left;
    margin: 0 20px 0 0;
}

.block1 .bottom span{
    color: white;
    float: left;
    padding-top: 30px;
}

.block2{
    background-color: white;
}

.block3{
    background-color: #FF3632;
}


.line{
    width: 50%;
    text-align: center;
    margin-top: 5px;
    margin-bottom: 5px;
    height: 1px;
    background-color: white;
    border: 0;
}

.red_line{
    width: 50%;
    text-align: center;
    margin-top: 5px;
    margin-bottom: 5px;
    height: 1px;
    background-color: red;
    border: 0;
    z-index: 50;
}

 .text1{
    margin: 10px 5px 15px 50px;
    padding: 20px;
    border-radius: 10px;
    background-image:url("../images/bg1_block3.jpg");
     width: 100%;
     height: 300px;
}

.text2{
    margin: 10px 50px 15px 5px;
    padding: 20px;
    border-radius: 10px;
    background-image:url("../images/bg2_block3.jpg");
    height: 300px;
    width: 100%;
    height: 300px;
}

.block4{
    background-color: white;
}

.block5{
    background-image:url("../images/bg_block5.jpg");
}

.block5 .mail_block{
    background-image:url("../images/bg mail 5.png");
    background-repeat: no-repeat;
    width: 470px;
    height: 740px;
}
.mail_block_content{
    margin-top: 100px;
    padding: 20px 30px 0px 120px;
}
 .form_group{
    width: 300px;
    padding-top: 10px;
    margin: 0 auto;
}

.form_group input{
    margin: 8px;
    padding: 12px;
    border-radius: 10px;
}

 .form_group input.btn_submit{
    margin-top: 20px;
    border-radius: 30px;
}

.btn_red{
    /*background-color: #DB1E32;*/
    background-color: #BC1E2C;
    border: none;
    padding: 8px;
    width: 100%;
    border-radius: 20px;
    color: white;
    font-family: sans-serif;
    font-weight: bold;
}

.btn_red:hover{
    background-color: #05346C;
}

.btn_blue{
    background-color: #05346C;
    width: 200px;
    color: white;
    font-weight: bold;
    border-radius: 10px;
    padding: 10px;
}

.block6{
    background-image:url("../images/BG_bg_grey.jpg");
}
.block6 .content .list .num_red{
    width: 50px;
    font-size: 44px;
    color: #DA1F33;
    float: left;
    font-family: Cervo;
}

.block6 .list{
    height: 100px;
}

.block7_1{
   /* background-image:url("../images/bg7_1.jpg");
    width: 588px;
    height: 431px;*/
}

.block7_2{
    background-image:url("../images/bg7_2.jpg");
}

.block8{
    background-color: white;
    /*max-width: 1200px;*/
    margin: 0 auto;
}

.block8 img{
    width: 100%;
    height: 359px;
    margin-bottom: 20px;
}

.block8 .franch{
    /*width: 100%;*/
    width: 396px;
    border: 1px solid #B5CBD6;
    margin: 0 auto;
}

.block8 .paushal{
    font-weight: bold;
    color: #03336B;
    text-align: center;
    margin-top: 30px;
}

.block8 .royalty{
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    margin-top: 20px;
}

.block8 .invest{
    text-align: center;
    color: #B5CBD6;
    font-weight: bold;
    margin-top: 40px;
}

.block8 .red_cash{
    text-align: center;
    color: #DB1F33;
    font-size: 40px;;
}

.block8 .btn_franch{
    text-align: center;
    margin-bottom: 20px;
}

.block8 .btn_franch button{
    background-color: #B5CBD6;
    border: none;
    border-radius: 20px;
    padding: 10px;
    width: 90%;
}


.block9{
    background-image:url("../images/BG_bg_truck.jpg");
    background-position: left bottom;
    background-repeat: no-repeat;
}

.block9 .club{
    margin-top: 200px;
   padding: 30px;
    margin-left: 10px;
    width: 400px;
}

.block9 .button{
    width: 373px;
}

.block9 .button .btn{
    width: 100%;
    padding: 10px;
    font-weight: bold;
    font-size: 24px;
}

.block9 .city{
   margin-bottom: 10px;
}

.block9 .city hr{
    width: 80%;
    margin: 5px 0 5px 0;
    height: 1px;
    background-color: #333333;
    border: 0;
}

.block9 .reservation{
    height: 780px;
}

.block_city{
    margin-top: -10px;
}
.block_city .city{
    width:100%;
    padding: 12px;
    color: white;
    font-weight: bold;
    font-size: 16px;
    background-color: #595959
}

.block9{
    background-color: white;
}

.block9 button{
    margin: 40px 20px 0 40px;

}

.block10{
    background-color: white;
}

.news_list{
    background-color: white;
}

.news{
    margin-bottom: 20px;
    margin-left: 20px;
}

.news h3{
    color: #DF1932;
}

.news_list .all_news{
    width: 100%;
    padding: 0 20px 20px 20px;
}
.news_list .all_news .content{
    border-top: 2px solid #CCCCCC;
}

.news_list .all_news .content button{
    float: right;
}
.news_list .img_newsList{
    padding-right: 50px;
}

.news_list .img_newsList img{
    max-width: 250px;
    max-height: 150px;
}

.btn_blue:hover{
    background-color: #074692;
}

.block_bootom{
    background-color: #B5CBD6;
}
.block_bootom .content{
    padding: 10px 0px 0px 50px;
}
.block_bootom .mail_block{
    background-image:url("../images/bg_mail.jpg");
    width: 476px;
    height: 576px;
}
.block_bootom .phone{
    font-family: Cervo;
    font-size: 44px;
    text-decoration: underline;
}
.block_bootom .logo{
    margin-top: 50px;
   text-align: center;
}
.block_bootom .mail_block .content{
    margin-top: 70px;
    text-align: center;
}

.copyright{
    margin-top: 10px;
    font-size: 14px;
    margin-left: 25%;
}


/* lang*/
.header .lang{
    position: relative;
    width: 50px;
    padding-top: 24px;
    float:left;
    padding-right: 10px;
}
.header .lang a.nav-lang{

    text-transform: uppercase;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    font-size: 16px;
}
.header .lang ul{

}
.header .lang ul li a{
    color:#06346b;
    text-transform: uppercase;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    font-size: 16px;
}
#block_lang{
    position: absolute;
    z-index: 100;
    top: 40px;
    right: 0;
    background-color: white;
    padding: 3px;
    border: 1px solid #CCCCCC;
    border-radius: 5px;
    text-align: center;
    display: none;
}
#block_lang li a{
    margin: 0;
    padding: 0 5px;
}
#block_lang li a:hover{
    background-color: #B5CBD6;
}


@media screen and (max-width: 760px) {
    .slogan{
        font-size: 28px;
    }

    .text1, .text2{
        margin: 30px;
        height: auto;
    }

    .block5 .mail_block{
        width: auto;
    }

    .mail_block_content{
        padding: 20px 50px 0px 50px;
    }

    .form_group{
        width: 250px;
    }

    .block6 .list{
        height: auto;
    }

    .block_bootom .mail_block{
        width: auto;
    }

    .block_bootom .phone{
        font-size: 34px;
    }

    .copyright{
        margin-left: 0;
    }

    .news_list .img_newsList{
        padding: 0 10px 0 40px;
    }

    h1{
        font-size: 30px;
    }


}


@media screen and (max-width: 960px) {
    .fixed-top {
        position: relative;
        margin-bottom: -100px;
    }

}

@media screen and (max-width: 1200px) {



}

