body {
    font-family: 'Proxima Nova Rg';
}

#franshiz {
    box-shadow: 0 0px 5px 2px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 0px 5px 2px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 0px 5px 2px rgba(0,0,0,0.2);
    /*margin-top: 50px;*/
    position: relative;
    z-index: 9;
    max-width: 900px;
    background: rgba(255, 255, 255, 0.5);
}

#franshiz_logo {
    position: absolute;
    z-index:99;
}
#franshiz_logo img {
    display: block;
    max-width: 100%;
}
#franshiz_img {
    position: fixed;
    z-index:3;
    right: 0;
    bottom:0;
}

@media (min-width: 300px){
    #franshiz_img_mb {
        margin-top: 30px;
        margin-bottom: 30px;
        max-width: 100%;
        display: block;
    }
    #franshiz_logo {
        display: none;
    }

    #franshiz_img {
        display: none;
        max-width: 100%;
    }
}
@media (min-width: 768px) {
}
@media (min-width: 992px) {
    #franshiz_img_mb {
        display: none;
    }
    #franshiz_logo {
        display: block;
        left: 86%;
        top: 0px;
        width: 135px;
    }
    #franshiz_img {
        /*width: 478px;*/
        /*top:602px;*/
        max-width: 45%;
        display: block;
    }
    .left_vchehol {
        margin-left: 30px;
    }
}
@media (min-width: 1200px) {
    #franshiz_img {
        max-width: 60%;
        /*width: 678px;*/
        display: block;
        /*top:522px;*/
    }
    .left_vchehol {
        margin-left:  285px;
        /*margin-left:  11%;*/
    }
    #franshiz_logo {
        display: block;
        max-width: 211px;
        width: 209px;
        left: 38px;
        top:118px;
        /*width: 7%*/
    }
}
@media (min-width: 1500px) {
    #franshiz_img {
        max-width: 100%;
        /*width: 678px;*/
        display: block;
        /*top:542px;*/
    }
}
/*форма*/
#block_form {
    background: url(../img/franshiz/bg.jpg);
    background-size: cover;
    min-height: 338px;
}
#main_form {
    background: rgba(0,0,0,0.5);
}
#main_form form {
    max-width: 207px;
}
#main_form .h1,
#main_form small {
    color:#fff;
    font-weight: 400;
}
#main_form small {
    display: block;
}
#main_form input,
#main_form button {
    border-radius: 4px;
    line-height: 34px;
    padding-top: 0;
    padding-bottom: 0;

    font-size: 16px;
}
#main_form input {
    color:#828282 !important;
}
#main_form .form-control::-webkit-input-placeholder {
    color:#828282 !important;
    font-size: 16px;
}
#main_form .form-control::-moz-placeholder{
    color:#828282 !important;
    font-size: 16px;
}
#main_form .form-control:-moz-placeholder{
    color:#828282 !important;
    font-size: 16px;
}
#main_form .form-control:-ms-input-placeholder{
    color:#828282 !important;
    font-size: 16px;
}
#main_form input::-webkit-input-placeholder{
    color:#828282 !important;
    font-size: 16px;
}
#main_form input::-moz-placeholder{
    color:#828282 !important;
    font-size: 16px;
}
#main_form input:-moz-placeholder{
    color:#828282 !important;
    font-size: 16px;
}
#main_form input:-ms-input-placeholder {
    color:#828282 !important;
    font-size: 16px;
}
#main_form button {
    cursor: pointer;
    background: #d66127;
    color:#fff !important;
    border:none
}
#main_form button:hover {
    background: #c33131;
}
@media (min-width: 300px){
    #main_form form{
        margin: 35px  auto;
    }
    #main_form .h1 {
        font-size: 20px;
        margin-bottom: 5px;
    }
    #main_form small {
        font-size: 12px;
        margin-bottom: 30px;
    }
}
@media (min-width: 992px) {
    #main_form form{
        margin: 65px 0 55px 40px;
    }
    #main_form .h1 {
        font-size: 29px;
        margin-bottom: 5px;
    }
    #main_form small {
        font-size: 12px;
        margin-bottom: 30px;
    }
}
/*franshiz_article*/
#franshiz_article {
    max-width: 764px;
    margin: 40px auto 50px;
}
#franshiz_article .h3 {
    margin: 0 0 5px;
    color:#d66127;
    font-size: 19px;
    font-weight: bold;
    font-family: 'Proxima Nova Rg' !important;
}
#franshiz_article p {
    font-size: 16px;
    font-weight: 300;
}
#franshiz_article p b {
    font-weight: 600;
}
.franshiz_ul {
    margin-left: 20px !important;
    color:#3c3939;
    font-size: 16px;
}
.franshiz_ul li {
    margin-bottom: 18px !important;
}
.franshiz_ul_star li:before {
    content: '';
    background: url('../img/franshiz/zvezda.png') center center no-repeat;
    display: inline-block;
    width: 21px;
    height: 20px;
    position: relative;
    bottom:-2px;
    margin-right: 15px;
}
.franshiz_ul_mark li:before {
    position: relative;
    bottom:-2px;
    margin-right: 15px;
    content: '';
    background: url('../img/franshiz/galka.png') center center no-repeat;
    width: 24px;
    height: 22px;
    display: inline-block;
}
.franshiz_table_hd, .franshiz_table_tr {
    margin-left: 0;
    margin-right: 0
}
.franshiz_table_hd div{
    min-height: 64px;
    background: #d66127;
    color:#fff;
    font-size: 16px;
    line-height: 20px;
    vertical-align: middle;
}
.franshiz_table_hd span {
    display: inline-block;
    margin-top: 10px;
}
.franshiz_tables .franshiz_table_tr {
    background: #fcfcfc;
    padding-top:8px;
    padding-bottom:8px;
    border-top: 1px solid #fff;
}
.franshiz_tables .franshiz_table_tr:nth-child(even){
    background: #f2f2f2;
}
.franshiz_table_tr {
    font-wieght: 300;
    font-size: 16px;
    line-height: 18px;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.franshiz_table_tr small {
    display: block;
}


@media (min-width: 300px){
    .franshiz_table_tr div:first-child {
        text-align: center;
        color:#d66127
    }
}
@media (min-width: 768px) {

}
@media (min-width: 992px) {
    .franshiz_table_tr div:first-child {
        text-align: left;
        color:#212529
    }
}
