body, .container, .firstLine, .secondLine{
    min-width: 320px;
}
.container.franchise {
    max-width: 1280px;
    width: 100%;
    margin: 0 auto 50px;
    padding: 50px 0 0 0;
}

/*
.container p, .container li {
    font-size: 20px;
}
*/
.container.franchise h1, .container.franchise h2, .container.franchise h3, .container.franchise h4 {
    color: #fff;
    text-align: center;
}

.container.franchise b {
    color: #fff;
}

.container.franchise h1 {
    font-size: 50px;
}

.container.franchise h2 {
    font-size: 40px;
}

.button-inline {
    padding: 15px 60px 20px;
    border-color: yellow;
    font-size: 18px;
}

.fixedWidth {
    width: 350px;
}

.block {
    overflow: hidden;
}

.leftSide {
    float: left;
}

.rightSide {
    float: right;
}

.width30 {
    width: 30%;
}

.width40 {
    width: 40%;
}

.width50 {
    width: 50%;
}

.width60 {
    width: 60%;
}

.width70 {
    width: 70%;
}

.bl1 .leftSide {
    margin-top: 40px;
}

.bl1 h1 {
    width: 100%;
    color: #fff;
    text-align: center;
    padding-left: 100px;
    font-size: 50px;
}

.bl1 h1 span:first-child {
    float: left;
}

.bl1 h1 span:nth-child(2) {
    float: left;
    clear: both;
    width: 100%;

    color: #019ee4;
}

.bl1 h1 span:nth-child(3) {
    float: right;
    clear: both;
}

.bl1 p {
    float: right;
    font-size: 36px;
    color: #fff;
    line-height: 46px;
    text-align: right;
}

form.franchiseForm {
    width: 361px;
    height: 529px;
    background-image: url(/img/franchise/form-bg-1.png);
    margin: 0 auto;
    padding: 60px 40px;
}

form.franchiseForm h3 {
    color: #fff;
}

form.franchiseForm h2 {
    color: #019ee4;
    margin-bottom: 40px;
}

form.franchiseForm .input {
    width: 100%;
    background: transparent;
    padding: 10px 3px 10px 40px;
    margin-bottom: 25px;
    color: #fff;
    border: 3px solid #019ee4;
}

form.franchiseForm label {
    float: left;
    clear: both;
    width: 100%;
    position: relative;
}

form.franchiseForm label:before {
    content: '';
    position: absolute;
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-position: center center;
    margin-top: 5px;
    margin-left: 5px;
    left: 0;
    top: 0;
}

form.franchiseForm .inputName:before {
    background-image: url(/img/franchise/st-form-name.png);
}

form.franchiseForm .inputPhone:before {
    background-image: url(/img/franchise/st-form-phone.png);
}

form.franchiseForm .inputEmail:before {
    background-image: url(/img/franchise/st-form-email.png);
}

form.franchiseForm .button-inline {
    margin-top: 10px;
}

.bl2 {
    margin-top: 30px;
}

.bl2 .rightSide {
    padding: 60px;
    margin-top: 50px;
}

.bl2 h2 {
    margin-bottom: 20px;
}

.bl2 p {
    text-align: center;
}

.bl3 h1 {
    margin-top: 30px;
    text-align: center;
    color: #fff;
}
#different-h2{
    margin-top: 30px !important;
    text-align: center;
    color: #fff;
}

.bl3 h2 {
    margin-top: -30px;
}

.bl3 h2 span {
    background: #111111;
}

.bl3 h2 span:first-child {
    padding-left: 10px;
}

.bl3 h2 span:last-child {
    padding-right: 10px;
    color: #019ee4;
}

.bl3 .compare {
    border: 4px solid #00c9f2;
    margin: 20px;
    padding-bottom: 20px;
    margin-bottom: 70px;
}

.bl3 .compare ul {
    text-align: left;
    margin: 30px;
    height: 420px;
}

.bl3 .compare ul li {
    padding-left: 70px;
    margin-bottom: 30px;
    position: relative;
    min-height: 50px;
}

.bl3 .compare ul li:before {
    content: '';
    width: 50px;
    height: 100%;
    min-height: 50px;
    position: absolute;
    left: 0;
    top: 0;
    background-repeat: no-repeat;
    background-position: center 50%;
}

.bl3 .leftSide .compare ul li:before {
    background-image: url(/img/franchise/compare-1.png);
}

.bl3 .rightSide .compare ul li:before {
    background-image: url(/img/franchise/compare-2.png);
}

.bl3 .compare .face {
    float: left;
    width: 100%;
    margin-top: 0px;
}

.bl3 .compare .face img {
    width: 120px;
    margin: -25px auto;
    background-color: #111111;
    padding: 0 10px;
}

.bl4 {
    background: url(/img/franchise/about-bg-1.png) center 0px no-repeat;
    margin-top: 100px;
    min-height: 400px;
}

.bl4 .content {
    width: 580px;
    margin: 0 auto;
    margin-left: 400px;
    min-height: 280px;
}

.bl4 .content h2 {
    text-align: right;
    margin-bottom: 20px;
    margin-top: 50px;
}

.bl4 a {
    margin: 30px auto;
}

.bl5 {
    background: url(/img/franchise/why-we.png) center 100px no-repeat;
    margin-top: 50px;
    min-height: 1000px;
    position: relative;
    padding-bottom: 100px;
}

.bl5 h2 {
    margin-bottom: 70px;
}

.bl5 .why {
    width: 350px;
}

.bl5 .why h4 {
    margin: 0;
    font-size: 22px;
}

.bl5 .why p {
    text-align: center;
    font-size: 18px;
    line-height: 20px;
}

.bl5 #why1 {
    position: absolute;
    left: 50%;
    margin-left: -450px;
}

.bl5 #why2 {
    position: absolute;
    left: 50%;
    margin-left: 100px;
}

.bl5 #why3 {
    clear: both;
    margin: 300px auto 380px;
}

.bl5 #why4 {
    position: absolute;
    left: 50%;
    margin-left: -480px;
}

.bl5 #why5 {
    position: absolute;
    left: 50%;
    margin-left: 130px;
}

.bl6 h3 {
    margin-top: 20px;
}

.bl6 p {
    text-align: center;
    margin-bottom: 40px;
}

.bl6 a {
    margin-top: 40px;
}

.bl7 {
    margin-top: 50px;
    margin-bottom: 50px;
}

.bl7 ul {
    background: url(/img/franchise/st-bg.png) center 270px no-repeat;
    background-size: contain;
    overflow: hidden;
}

.bl7 ul li {
    float: left;
    height: 160px;
    background-repeat: no-repeat;
    font-weight: bold;
    color: #fff;
    position: relative;
}

.bl7 ul li:nth-child(6) {
    clear: both;
}

.bl7 ul li.iconTop {
    width: 20%;
    padding-top: 120px;
    background-position: center top;
}

.bl7 ul li.iconBot {
    width: 25%;
    margin-top: 260px;
    background-position: center bottom;
}

.bl7 ul li.iconTop:after {
    content: '';
    width: 1px;
    height: 70px;
    position: absolute;
    left: 50%;
    bottom: -90px;
    background: url(/img/franchise/st-vert-line.png) center bottom no-repeat;
}

.bl7 ul li.iconBot:before {
    content: '';
    width: 1px;
    height: 70px;
    position: absolute;
    left: 50%;
    top: -80px;
    background: url(/img/franchise/st-vert-line.png) center bottom no-repeat;
}

.breakStyled {
    background: url(/img/franchise/market.png) center top no-repeat;
    height: 80px;
    width: 100%;
}

.bl8 h1 {
    padding-top: 0;
}

.bl8 p {
    padding-bottom: 0;
    text-align: center;
    padding: 0 50px;
}

.infoWin2 .angleBorder .iconManPlus {
    height: 200px;
    width: auto;
}

.infoWin2 {
    width: 350px;
    overflow: visible;
    margin: 0 auto;
    float: left;
    margin-left: 80px;
}

.rightSide .infoWin2 {
    width: 370px;
}

.rightSide .infoWin2 .button-inline {
    min-width: 280px;
}

.faq form h3 {
    padding-top: 210px;
    background-image: url(/img/franchise/faq.png);
    background-position: center top;
    background-repeat: no-repeat;
}

.faq .content > h2 {
    padding-bottom: 40px;
}

.infoWin2 form.franchiseForm {
    width: 100%;
    min-height: 660px;
    background-size: contain;
    background-repeat: no-repeat;
    margin: 0 auto;
    padding: 60px 40px;
    border: none;
}

.rightSide .infoWin2 form.franchiseForm {
    background-image: url(/img/franchise/form-bg-1.png);
}

.faq .infoWin2 form.franchiseForm {
    background-image: url(/img/franchise/form-bg-2.png);
}

.infoWin2 .button-inline {
    margin-top: 10px;
    padding: 10px 40px 10px;
    border-color: yellow;
}

.button-inline:hover {
    background-color: yellow;
    border-color: yellow;
    color: #019ee4;
}

.franchiseMap > div {
    background-repeat: no-repeat;
    margin: 0 auto;
}

.franchiseMap canvas {
    z-index: -1;
}

@media screen and (max-width: 1280px) {
    /*
   * Шапка
   */
    .bl4 .content {
        width: 580px;
        margin: 0 auto;
        margin-right: 280px;
    }

    .faq .content {
        width: 55%;
    }

    .faq .infoWin2 {
        float: right;
        margin-right: 10px;
    }

    .faq.container {
        width: 100%;
        padding: 0;
    }

    .faq.container .content ul {
        padding: 10px;
    }
}

@media screen and (max-width: 990px) {
    .bl1 .width50 {
        width: 100%;
        padding: 0 30px;
    }

    .container.franchise h1 {
        font-size: 70px;
    }

    .container.franchise h2 {
        font-size: 70px;
        padding: 50px 0;
    }

    .container.franchise h3 {
        font-size: 40px;
    }

    .container.franchise h4 {
        font-size: 35px !important;
    }

    .container.franchise p, .container.franchise li, .container.franchise b, .container.franchise a {
        font-size: 35px;
        line-height: 40px !important;
    }

    .bl1 h1 {
        padding: 0;
        font-size: 100px;
    }

    .bl1 p {
        font-size: 60px;
        line-height: 80px !important;
        margin: 50px 0 60px;
    }

    form.franchiseForm {
        width: 70%;
        min-height: 1000px;
        background-repeat: no-repeat;
        -webkit-background-size: contain;
        padding: 120px 100px;
    }

    form.franchiseForm h2 {
        font-size: 70px;
        margin: 10px auto 50px;
        padding: 0;
    }

    form.franchiseForm h3 {
        font-size: 40px;
    }

    form.franchiseForm .input {
        padding: 20px 70px;
        margin-bottom: 50px;
    }

    .button-inline {
        padding: 25px 40px !important;
        font-size: 35px;
        height: 100px !important;
        min-width: 450px;
    }

    .fixedWidth {
        width: auto;
    }

    form.franchiseForm label:before {
        width: 40px;
        height: 70px;
        margin-left: 15px;
        background-size: contain;
    }

    .bl2 .width60 {
        width: 100%;
    }

    .bl2 .width60 {
        font-size: 200%;
    }

    .bl2 .width40 {
        width: 100%;
        padding: 0 170px;
    }

    .bl3 .width50 {
        width: 100%;
    }

    .bl3 .leftSide {
        margin-top: 70px;
    }

    .bl3 .compare ul {
        height: 580px;
    }

    .bl3 .compare {
        height: 1030px;
    }

    .bl3 .compare .face {
        margin-top: 220px;
    }

    .bl3 .leftSide .compare {
        height: 930px;
    }

    .bl3 .leftSide .compare .face {
        margin-top: 120px;
    }

    .bl4 {
        background: none;
    }

    .bl4 .content {
        width: 100%;
    }

    .bl4 .content h2, .bl4 .content p {
        text-align: center;
    }

    .bl4 .content p {
        padding: 0 60px;
    }

    .bl5 {
        background: none;
    }

    .bl5 .why {
        width: 100%;
        position: relative !important;
        float: left;
        clear: both;
        padding: 50px;
        margin: 0 !important;
        left: 0 !important;
    }

    .bl5 .why p {
        font-size: 35px;
    }

    .bl7 ul {
        background: none;
        margin-top: 50px;
    }

    .bl7 ul li:nth-child(6) {
        clear: none;
    }

    .bl7 ul li {
        margin: 0 !important;
        width: 33% !important;
        float: left;
        height: 350px;
        top: 0 !important;
        background-position: center 0 !important;
        padding-top: 120px;
    }

    .faq .content {
        width: 90%;
    }

    .faq .content ul li h2 {
        font-size: 28px;
    }

    .infoWin2 form.franchiseForm {
        min-height: 1000px;
    }

    .faq .infoWin2, .rightSide .infoWin2 {
        width: 550px;
        clear: both;
        padding-top: 50px;
        float: none;
        margin: 0 auto;
    }

    .rightSide .infoWin2 form.franchiseForm {
        background-image: url(/img/franchise/form-bg-2.png);

    }

    form.franchiseForm h3 {
        margin-top: 30px;
    }

    .franchiseMap {
        width: 100% !important;
        overflow: auto;
    }

}

.container.bottom {
    width: 100%;
    margin: 0;
    padding: 10px 40px 0;
    font-size: 16px;
}

#mapTitle {
    text-transform: uppercase;
}

@media screen and (max-width: 660px) {
    .container.franchise {
        padding: 0;
    }

    .container.franchise p, .container.franchise li, .container.franchise b, .container.franchise a {
        line-height: normal !important;
    }

    .bl1 .width50{
        padding: 0 20px;
        overflow: hidden;
    }

    .bl1 p {
        margin: 20px 0;
    }
    .infoWin2 form.franchiseForm {
        height: auto;
        padding: 20px 20px 100px;
        min-height: auto;
        background-size: 100% 510px;
        background-position: center top;
    }

    .faq .infoWin2, .rightSide .infoWin2 {
        width: 100%;
        padding-top: 30px;
    }
    .faq .infoWin2{
        padding: 20px;
    }
    .faq .infoWin2 form h3 {
        padding-top: 110px;
        background-image: url(/img/franchise/faq.png);
        background-position: center top;
        background-repeat: no-repeat;
        background-size: auto 100px;
    }
    h1, h2 {
        text-align: center!important;
    }

    h2 {
        font-size: 28px !important;
    }

    .container.franchise h2 {
        padding: 10px;
        margin-bottom: 20px;
    }

    .container.franchise form.franchiseForm h2 {
        margin-bottom: 40px;
    }

    form.franchiseForm label:before {
        width: 20px;
        height: 23px;
        margin-left: 7px;
    }

    form.franchiseForm .input {
        padding: 7px 30px;
        margin-bottom: 20px;
        font-size: 12px;
    }

    form.franchiseForm .button-inline {
        margin-top: 40px;
    }

    .button-inline {
        padding: 10px 35px !important;
        height: 40px !important;
        min-width: 130px !important;
    }

    .bl2 {
        margin: 0;
    }

    .bl2 .rightSide {
        margin-top: 0px;
        padding: 20px;
    }

    .container.blogPost p, b {
        font-size: 18px !important;
    }
    .bl2 .width40{
        padding: 0 40px;
    }
    .bl3 h1{
        text-align: center!important;;
    }
    .bl3 .compare ul{
        margin: 10px;
        height: auto;
        padding-bottom: 30px;
    }
    .bl3 .compare ul li{
        padding-left: 40px;
        font-size: 16px;
    }
    .bl3 .compare ul li b{
        font-size: 16px!important;
        font-weight: normal;
    }
    .bl3 .compare ul li:before{
        width: 25px;
        -webkit-background-size: contain;
        background-size: contain;
    }
    .bl3 .compare, .bl3 .leftSide .compare{
        height: auto;
    }
    .bl3 .compare .face, .bl3 .leftSide .compare .face{
        margin-top: 0;
    }
    .bl4{
        margin-top: 20px;
    }
    .bl4 .content p{
        padding: 0 20px;
    }
    .bl5{
        padding-bottom: 50px;
    }
    .bl5 .why{
        padding: 20px;
    }
    .container.franchise h4{
        font-size: 20px!important;
    }
    .bl6 h3{
        font-size: 18px!important;
    }
    #mapText{
        padding: 0 20px;
        margin: 0;
        min-height: 120px;
    }

    .container.franchise .bl7 ul li{
        font-size: 15px!important;
        background-size: 40%;
        padding-top: 70px;
        height: 180px;
    }
    .container.franchise .bl7 ul li:before, .container.franchise .bl7 ul li:after{
        background: none;
    }

    .bl8 p{
        padding: 0 20px;
    }
}