.franchBannerTitle,
.franchBoxTitle {
    color: #3f2b2f;
    font-size: 64px;
    font-weight: 700;
    letter-spacing: 0.02em;
    line-height: 65px;
    margin: 0 0 60px;
    text-transform: uppercase;
}
.franchBoxInner {
    margin: 0 auto;
    max-width: 1120px;
    padding: 110px 0px 50px;
    position: relative;
}
@media (max-width: 959px) {
    .franchBannerTitle,
    .franchBoxTitle {
        text-align: center;
    }
}
@media (max-width: 767px) {
    .franchBannerTitle,
    .franchBoxTitle {
        font-size: 30px;
        line-height: 40px;
        margin: 0 0 30px;
        text-align: center;
    }
    .franchBoxInner {
        padding: 45px 20px;
    }
}
.franchNumbersBox {
    background-color: #831b35;
}
.franchNumbersBox .franchBannerTitle,
.franchNumbersBox .franchBoxTitle {
    color: #fff;
}
.franchDevBox {
    background-color: #ece7e1;
}
.franchDevBox .franchBannerTitle,
.franchDevBox .franchBoxTitle {
    color: #3f2b2f;
}
.franchBenefitsBox {
    background-color: #fdd3bf;
}
.franchBenefitsBox .franchBannerTitle,
.franchBenefitsBox .franchBoxTitle {
    color: #3f2b2f;
}
.franchFinanceBox {
    background-color: #f2efea;
}
.franchFinanceBox .franchBannerTitle,
.franchFinanceBox .franchBoxTitle {
    color: #3f2b2f;
}
.franchPlaceBox {
    background-color: #fdd3bf;
}
.franchPlaceBox .franchBannerTitle,
.franchPlaceBox .franchBoxTitle {
    color: #831b35;
}
.franchPartnersBox {
    background-color: #ece7e1;
}
.franchPartnersBox .franchBannerTitle,
.franchPartnersBox .franchBoxTitle {
    color: #3f2b2f;
}
.franchPartnersBox .franchBannerTitle span,
.franchPartnersBox .franchBoxTitle span {
    color: #ec675b;
}
.franchRoastBox {
    background-color: #831b35;
}
.franchRoastBox .franchBannerTitle,
.franchRoastBox .franchBoxTitle {
    color: #fff;
}
.franchCollabBox {
    background-color: #ece7e1;
}
.franchCollabBox .franchBannerTitle,
.franchCollabBox .franchBoxTitle {
    color: #3f2b2f;
}
.franchProgressBox {
    background-color: #831b35;
}
.franchProgressBox .franchBannerTitle,
.franchProgressBox .franchBoxTitle {
    color: #f2ede9;
}
.franchContactBox {
    background-color: #ece7e1;
}
.franchContactBox .franchBannerTitle,
.franchContactBox .franchBoxTitle {
    color: #3f2b2f;
}
@media (max-width: 959px) {
    .franch .slick-dots {
        display: flex;
        justify-content: space-between;
        margin: 40px 0 0;
        padding: 0 50px;
        position: static;
    }
    .franch .slick-dots li button {
        background: #fcd2bc;
        border: 7px solid #831b35;
        border-radius: 50%;
        height: 22px;
        width: 22px;
    }
    .franch .slick-dots li.slick-active button {
        background: #7daed3;
        border-color: #7daed3;
    }
}
@media (max-width: 767px) {
    .franch .slick-dots {
        padding: 0;
    }
}
.franchBanner {
    background-position: 50%;
    background-repeat: no-repeat;
    padding: 40px 0;
}
.franchBannerInner {
    margin: 0 auto;
    max-width: 1320px;
    padding: 0 20px;
    position: relative;
}
.franchBannerText {
    color: #3f2b2f;
    font-size: 24px;
    font-weight: 600;
    line-height: 43px;
    margin: 92px 0 0;
    max-width: 719px;
    text-transform: uppercase;
}
.franchBannerNav {
    position: absolute;
    right: 20px;
    top: 0;
}
.franchBannerNav a {
    color: #fff;
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    line-height: 16px;
    margin: 0 0 0 25px;
    text-decoration: none;
    text-transform: uppercase;
    vertical-align: top;
}
.franchBannerNav a:hover {
    color: #7daed3;
    text-decoration: none;
}
.franchBannerNav a.active {
    border-bottom: 2px solid #7daed3;
    color: #7daed3;
}
@media (max-width: 1199px) {
    .franchBanner {
        padding-top: 100px;
    }
    .franchBannerNav {
        top: -60px;
    }
}
@media (max-width: 959px) {
    .franchBannerText {
        max-width: 100%;
    }
}
@media (max-width: 767px) {
    .franchBannerNav {
        display: none;
    }
    .franchBanner {
        height: auto;
        min-height: 500px;
        padding: 40px 0;
        position: relative;
    }
    .franchBannerText {
        font-size: 18px;
        font-weight: 600;
        line-height: 32px;
        margin: 40px 0 0;
    }
}
.franchNumbers {
    display: block;
}
.franchNumbersList {
    padding: 0;
}
@media (min-width: 960px) {
    .franchNumbers .slick-track {
        align-items: end;
        display: flex !important;
        height: 600px !important;
    }
}
.franchNumbers .slick-arrow, .franchBenefits .slick-arrow{
    top: 148px;
    width: 36px;
    height: 36px;
    transition: all 0.3s;
    background-color: rgba(255, 255, 255, 1);
    border-radius: 50%;
    opacity: .5;
}
.franchNumbers .slick-arrow:hover, .franchBenefits .slick-arrow:hover {
    opacity: 1;
}





.franchNumbers .slick-arrow.slick-prev {
    transform: rotate(180deg);
    transform-origin: center;
}
.franchNumbersEl {
    text-align: center;
}
@media (min-width: 960px) {
    .franchNumbersElInner {
        width: 70%;
    }
}
.franchNumbersElTitle {
    color: #dbbdac;
    font-size: 80px;
    font-size: 60px;
    font-weight: 700;
    letter-spacing: -0.05em;
    line-height: 80px;
    overflow: hidden;
    text-transform: uppercase;
    transition: all 0.3s;
    white-space: nowrap;
}
@media (max-width: 1100px) {
    .franchNumbersElTitle {
        font-size: 50px;
    }
}
@media (max-width: 767px) {
    .franchNumbersElTitle {
        color: #fff;
        font-size: 64px;
        line-height: 79px;
    }
}
@media (max-width: 359px) {
    .franchNumbersElTitle {
        color: #fff;
        font-size: 50px;
        line-height: 60px;
    }
}
.franchNumbersElSubTitle {
    color: #dbbdac;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0.02em;
    line-height: 23px;
    margin: 10px 0 0;
    overflow: hidden;
    text-transform: uppercase;
    transition: all 0.3s;
    white-space: nowrap;
}
@media (max-width: 1100px) {
    .franchNumbersElSubTitle {
        font-size: 20px;
    }
}
@media (max-width: 767px) {
    .franchNumbersElSubTitle {
        color: #fff;
        font-size: 28px;
        line-height: 26px;
        margin: 0;
    }
}
@media (max-width: 359px) {
    .franchNumbersElSubTitle {
        font-size: 22px;
        line-height: 24px;
    }
}
.franchNumbersElText {
    color: #dbbdac;
    font-size: 13px;
    font-weight: 300;
    letter-spacing: 0.02em;
    line-height: 23px;
    overflow: hidden;
    text-transform: uppercase;
    transition: all 0.3s;
    white-space: nowrap;
}
@media (max-width: 767px) {
    .franchNumbersElText {
        color: #fff;
        font-size: 16px;
        line-height: 26px;
    }
}
@media (max-width: 359px) {
    .franchNumbersElText {
        font-size: 14px;
        line-height: 22px;
    }
}
.franchNumbersElIco {
    margin: 14px auto 0;
    transition: all 0.3s;
    width: 112px;
}
.franchNumbersElIco img {
    display: inline-block !important;
    height: auto;
    max-height: 112px;
    max-width: 112px;
    transition: all 0.3s;
    width: 100%;
}
@media (max-width: 959px) {
    .franchNumbersElIco {
        height: 150px;
        width: auto;
    }
    .franchNumbersElIco img {
        height: 150px;
        max-height: 150px;
        max-width: 100%;
        width: auto;
    }
}
@media (max-width: 767px) {
    .franchNumbersElIco {
        height: 130px;
        width: auto;
    }
    .franchNumbersElIco img {
        height: 130px;
        max-height: 130px;
        max-width: 100%;
        width: auto;
    }
}
@media (min-width: 960px) {
    .franchNumbersEl.slick-center + .franchNumbersEl .franchNumbersElInner {
        margin-left: 30%;
    }
    .franchNumbersEl.slick-center .franchNumbersElInner {
        margin-left: -30%;
        width: 160%;
    }
}
.franchNumbersEl.slick-center .franchNumbersElTitle {
    color: #fff;
    font-size: 160px;
    font-size: 130px;
    letter-spacing: -0.05em;
    line-height: 198px;
}
@media (max-width: 1100px) {
    .franchNumbersEl.slick-center .franchNumbersElTitle {
        font-size: 100px;
    }
}
.franchNumbersEl.slick-center .franchNumbersElSubTitle {
    color: #fff;
    font-size: 70px;
    font-size: 50px;
    font-weight: 700;
    letter-spacing: 0.02em;
    line-height: 65px;
}
@media (max-width: 1100px) {
    .franchNumbersEl.slick-center .franchNumbersElSubTitle {
        font-size: 40px;
    }
}
.franchNumbersEl.slick-center .franchNumbersElText {
    color: #fff;
    font-size: 32px;
    line-height: 65px;
}
.franchNumbersEl.slick-center .franchNumbersElIco {
    margin-top: 30px;
    width: 245px;
}
.franchNumbersEl.slick-center .franchNumbersElIco img {
    max-height: 245px;
    max-width: 245px;
}
.franchDev {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 110px 0 0;
}
@media (max-width: 959px) {
    .franchDev {
        display: block;
    }
}
@media (max-width: 767px) {
    .franchDev {
        margin: 30px 0 0;
    }
}
.franchDevBox {
    overflow: hidden;
    padding-bottom: 50vw;
    position: relative;
}
.franchDevBox .franchBoxInner {
    position: relative;
    z-index: 2;
}
@media (max-width: 959px) {
    .franchDevBox {
        padding-bottom: 90vw;
    }
}
@media (max-width: 767px) {
    .franchDevBox {
        padding-bottom: 150vw;
    }
}
.franchDevBgDots {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
}
.franchDevBgDotsEl {
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    border: 4px solid #ec685c;
    border-radius: 50%;
    font-size: 0;
    height: 78px;
    position: absolute;
    transform: translate(-50%, -50%) scale(0);
    transform-origin: center;
    width: 78px;
}
.franchDevBgDotsEl.active {
    -webkit-animation: point 1s forwards;
    animation: point 1s forwards;
}
@-webkit-keyframes point {
    0% {
        transform: translate(-50%, -50%) scale(0);
    }
    to {
        transform: translate(-50%, -50%) scale(1);
    }
}
@keyframes point {
    0% {
        transform: translate(-50%, -50%) scale(0);
    }
    to {
        transform: translate(-50%, -50%) scale(1);
    }
}
.franchDevBgDotsEl:after {
    border: 4px solid #ec685c;
    height: 36px;
    margin: -22px 0 0 -22px;
    width: 36px;
}
.franchDevBgDotsEl:after,
.franchDevBgDotsEl:before {
    border-radius: 50%;
    content: "";
    left: 50%;
    position: absolute;
    top: 50%;
}
.franchDevBgDotsEl:before {
    background: #831c36;
    border: 1px solid #fff;
    display: none;
    height: 14px;
    margin: -7px 0 0 -7px;
    width: 14px;
}
@media (max-width: 1400px) {
    .franchDevBgDotsEl {
        height: 64px;
        width: 64px;
    }
    .franchDevBgDotsEl:after {
        height: 38px;
        margin: -19px 0 0 -19px;
        width: 38px;
    }
}
@media (max-width: 959px) {
    .franchDevBgDotsEl {
        border: 3px solid #ec685c;
        height: 54px;
        width: 54px;
    }
    .franchDevBgDotsEl:after {
        border: 3px solid #ec685c;
        height: 34px;
        margin: -17px 0 0 -17px;
        width: 34px;
    }
}
@media (max-width: 767px) {
    .franchDevBgDotsEl {
        border: 2px solid #ec685c;
        height: 40px;
        width: 40px;
    }
    .franchDevBgDotsEl:after {
        border: 2px solid #ec685c;
        height: 22px;
        margin: -13px 0 0 -13px;
        width: 22px;
    }
}
.franchDevBgDotsEl[data-i="1"] {
    left: 17.96875%;
    top: 45.468164794%;
}
.franchDevBgDotsEl[data-i="2"] {
    left: 77.5841346154%;
    top: 43.2958801498%;
}
.franchDevBgDotsEl[data-i="3"] {
    left: 11.5384615385%;
    top: 51.8352059925%;
}
.franchDevBgDotsEl[data-i="4"] {
    left: 14.6033653846%;
    top: 44.7191011236%;
}
.franchDevBgDotsEl[data-i="5"] {
    left: 14.9038461538%;
    top: 33.9325842697%;
}
.franchDevBgDotsEl[data-i="6"] {
    left: 24.3389423077%;
    top: 47.5655430712%;
}
.franchDevBgDotsEl[data-i="7"] {
    left: 34.6153846154%;
    top: 57.8277153558%;
}
.franchDevBgDotsEl[data-i="8"] {
    left: 30.7692307692%;
    top: 55.8052434457%;
}
.franchDevBg {
    bottom: 46px;
    display: flex;
    position: absolute;
    right: 0;
    width: 86.5%;
    z-index: 1;
}
.franchDevBg img {
    height: auto;
    vertical-align: top;
    width: 100%;
}
@media (max-width: 959px) {
    .franchDevBg {
        left: 5%;
        right: auto;
        width: 150%;
    }
}
@media (max-width: 767px) {
    .franchDevBg {
        left: 5%;
        right: auto;
        width: 270%;
    }
}
.franchDevDate {
    margin: -40px 0 0;
}
.franchDevDateEl {
    align-items: center;
    display: flex;
    justify-content: space-between;
    position: relative;
    width: 295px;
}
.franchDevDateEl + .franchDevDateEl {
    margin-top: 71px;
}
.franchDevDateEl + .franchDevDateEl:before {
    background: #39242a;
    border-radius: 1px;
    content: "";
    height: 37px;
    left: 43px;
    position: absolute;
    top: -54px;
    width: 2px;
}
.franchDevDateElTitle {
    color: #3f2b2f;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 0.02em;
    line-height: 30px;
    max-width: 191px;
}
.franchDevDateElNumber {
    color: #3f2b2f;
    display: block;
    font-size: 36px;
    font-weight: 600;
    letter-spacing: -0.05em;
    line-height: 45px;
    padding-top: 94px;
    position: relative;
    text-align: center;
    width: 88px;
}
.franchDevDateElNumber:before {
    background: transparent;
    border: 22px solid #831b35;
    border-radius: 50%;
    content: "";
    height: 44px;
    left: 0;
    position: absolute;
    top: 0;
    width: 44px;
}
@media (max-width: 959px) {
    .franchDevDate {
        margin: 40px 0 0 34px;
    }
}
@media (max-width: 767px) {
    .franchDevDate {
        margin: 40px 0 0 34px;
    }
    .franchDevDateEl {
        width: 252px;
    }
    .franchDevDateElTitle {
        font-size: 18px;
        line-height: 22px;
        max-width: 138px;
    }
}
@media (max-width: 359px) {
    .franchDevDate {
        margin: 40px 0 0;
    }
}
.franchDevMainTitle {
    color: #ec675b;
    font-size: 64px;
    font-weight: 700;
    letter-spacing: 0.02em;
    line-height: 61px;
    text-transform: uppercase;
}
.franchDevMainTitle span {
    display: block;
    font-size: 118px;
    line-height: 110px;
}
@media (max-width: 959px) {
    .franchDevMainTitle {
        font-size: 50px;
        line-height: 50px;
    }
    .franchDevMainTitle span {
        font-size: 90px;
        line-height: 90px;
    }
}
@media (max-width: 767px) {
    .franchDevMainTitle {
        font-size: 28px;
        line-height: 24px;
    }
    .franchDevMainTitle span {
        font-size: 50px;
        line-height: 42px;
    }
}
.franchDevMainCity {
    color: #ec675b;
    font-size: 46px;
    font-weight: 600;
    line-height: 58px;
    margin: 60px 0 0;
    text-transform: uppercase;
    width: 100%;
}
@media (max-width: 959px) {
    .franchDevMainCity {
        margin: 80px 0 0 34px;
    }
}
@media (max-width: 767px) {
    .franchDevMainCity {
        font-size: 29px;
        line-height: 37px;
    }
}
@media (max-width: 359px) {
    .franchDevMainCity {
        font-size: 24px;
        line-height: 30px;
        margin: 40px 0 0;
    }
}
.franchDevMainBottom {
    align-items: start;
    display: flex;
    flex-wrap: wrap;
    margin: 30px 0 0;
}
@media (max-width: 1220px) and (min-width: 960px) {
    .franchDevMainBottom {
        display: block;
    }
}
.franchDevMainNumber {
    color: #831c36;
    font-size: 310px;
    font-weight: 600;
    left: -20px;
    letter-spacing: -0.05em;
    line-height: 83%;
    position: relative;
    text-align: right;
    width: 490px;
}
@media (max-width: 959px) {
    .franchDevMainNumber {
        font-size: 220px;
        left: -20px;
        width: 350px;
    }
}
@media (max-width: 767px) {
    .franchDevMainNumber {
        font-size: 140px;
        left: -10px;
        width: 215px;
    }
}
.franchDevMainChart {
    background: #ece7e1;
    border: 2px solid #ece7e1;
    display: block;
    margin: 0 0 0 30px;
    max-height: 240;
    min-height: 240px;
    position: relative;
    width: 240px;
}
@media (max-width: 1220px) and (min-width: 960px) {
    .franchDevMainChart {
        margin: 30px auto 0;
    }
}
@media (max-width: 959px) {
    .franchDevMainChart {
        max-height: 220px;
        min-height: 220px;
        width: 220px;
    }
}
@media (max-width: 767px) {
    .franchDevMainChart {
        margin-left: 0;
        margin-top: 10px;
        max-height: 104px;
        min-height: 104px;
        width: 104px;
    }
}
.franchDevMainChartLine {
    border-radius: 50%;
    height: 12px;
    left: 50%;
    margin: -19px 0 0 -19px;
    opacity: 0;
    transform: translate(-50%, -50%);
    transition: opacity 0.3s;
    transition-delay: 0.6s;
    width: 12px;
    z-index: 6;
}
.franchDevMainChartLine,
.franchDevMainChartLine:before {
    background: #39242a;
    content: "";
    position: absolute;
    top: 50%;
}
.franchDevMainChartLine:before {
    border-radius: 1px;
    height: 2px;
    margin: -1px 0 0;
    right: 2px;
    transition: width 0.3s, height 0.3s;
    transition-delay: 0.9s;
    width: 0;
}
@media (max-width: 1220px) and (min-width: 960px) {
    .franchDevMainChartLine:before {
        bottom: 2px;
        height: 0;
        margin: 0 0 0 -1px;
        right: 50%;
        top: auto;
        width: 2px;
    }
}
@media (max-width: 767px) {
    .franchDevMainChartLine {
        height: 5px;
        margin: -10px 0 0 -10px;
        width: 5px;
    }
    .franchDevMainChartLine:before {
        height: 1px;
        margin: -0.5px 0 0;
        right: 4px;
    }
}
.franchDevMainChart.animate .franchDevMainChartLine {
    opacity: 1;
}
.franchDevMainChart.animate .franchDevMainChartLine:before {
    width: 129px;
}
@media (max-width: 959px) {
    .franchDevMainChart.animate .franchDevMainChartLine:before {
        width: 90px;
    }
}
@media (max-width: 767px) {
    .franchDevMainChart.animate .franchDevMainChartLine:before {
        width: 48px;
    }
}
@media (max-width: 1220px) and (min-width: 960px) {
    .franchDevMainChart.animate .franchDevMainChartLine:before {
        height: 129px;
        width: 2px;
    }
}
.franchDevMainChart:after {
    background: #ece7e1;
    content: "";
    height: 50%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: opacity 0s;
    transition-delay: 0.5s;
    width: 50%;
    z-index: 3;
}
.franchDevMainChart.animate:after {
    opacity: 1;
}
.franchDevMainChartBox {
    background-color: #ec675b;
    border-radius: 50%;
    bottom: 0;
    z-index: 1;
}
.franchDevMainChartBox,
.franchDevMainChartPart {
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
}
.franchDevMainChartPart {
    height: 50%;
}
.franchDevMainChartPart:after {
    background-color: #ece7e1;
    content: "";
    height: 100%;
    left: -50%;
    overflow: hidden;
    position: absolute;
    right: auto;
    top: 100%;
    transform: rotate(0deg);
    transform-origin: top right;
    transition: all 0.5s;
    width: 100%;
}
.franchDevMainChart.animate .franchDevMainChartPart:after {
    transform: rotate(90deg);
}
.franchDevMainChartTitle {
    color: #fff;
    font-size: 24px;
    font-weight: 400;
    line-height: 83%;
    position: absolute;
    right: 18px;
    text-align: right;
    top: 85px;
    z-index: 5;
}
.franchDevMainChartTitle span {
    color: #fff;
    display: block;
    font-size: 52px;
    font-weight: 600;
    line-height: 83%;
    position: relative;
}
@media (max-width: 959px) {
    .franchDevMainChartTitle {
        font-size: 24px;
        right: 18px;
        top: 88px;
    }
    .franchDevMainChartTitle span {
        font-size: 30px;
        line-height: 83%;
        top: 5px;
    }
}
@media (max-width: 767px) {
    .franchDevMainChartTitle {
        font-size: 11px;
        line-height: 11px;
        right: 8px;
        top: 37px;
    }
    .franchDevMainChartTitle span {
        font-size: 23px;
        line-height: 83%;
        top: 1px;
    }
}
.franchBenefits {
    display: block;
}
.franchBenefits .slick-dots li:not(.slick-active) button {
    background: #fff;
    border-color: #fdd3bf;
}
.franchBenefitsList {
    padding: 0;
}
@media (min-width: 960px) {
    .franchBenefits .slick-track {
        align-items: end;
        display: flex !important;
        height: 500px !important;
    }
}

.franchBenefitsEl {
    text-align: center;
    transition: all 0.3s;
}
.franchBenefitsElTitle {
    color: #831c36;
    font-size: 24px;
    font-weight: 700;
    line-height: 23px;
    text-transform: uppercase;
    transition: all 0.3s;
}
@media (max-width: 1100px) {
    .franchBenefitsElTitle {
        font-size: 20px;
    }
}
@media (max-width: 959px) {
    .franchBenefitsElTitle {
        color: #3f2b2f;
        font-size: 45px;
        line-height: 45px;
    }
}
@media (max-width: 767px) {
    .franchBenefitsElTitle {
        color: #831c36;
        font-size: 24px;
        line-height: 35px;
    }
}
@media (max-width: 359px) {
    .franchBenefitsElTitle {
        color: #3f2b2f;
        font-size: 28px;
        line-height: 32px;
    }
}
.franchBenefitsElSubTitle {
    color: #3f2b2f;
    font-size: 13px;
    font-weight: 400;
    line-height: 14px;
    margin-top: 15px;
    text-transform: uppercase;
    transition: all 0.3s;
}
@media (max-width: 959px) {
    .franchBenefitsElSubTitle {
        color: #3f2b2f;
        font-size: 28px;
        line-height: 32px;
        margin-top: 0;
    }
}
@media (max-width: 767px) {
    .franchBenefitsElSubTitle {
        color: #3f2b2f;
        font-size: 16px;
        line-height: 22px;
    }
}
.franchBenefitsElIco {
    margin: 14px auto 0;
    transition: all 0.3s;
    width: 112px;
}
.franchBenefitsElIco img {
    display: inline-block !important;
    height: auto;
    max-height: 112px;
    max-width: 112px;
    transition: all 0.3s;
    width: 100%;
}
@media (max-width: 959px) {
    .franchBenefitsElIco {
        height: 150px;
        width: auto;
    }
    .franchBenefitsElIco img {
        height: 150px;
        max-height: 150px;
        max-width: 100%;
        width: auto;
    }
}
@media (max-width: 767px) {
    .franchBenefitsElIco {
        height: 150px;
        width: auto;
    }
    .franchBenefitsElIco img {
        height: 150px;
        max-height: 150px;
        max-width: 100%;
        width: auto;
    }
}
@media (min-width: 960px) {
    .franchBenefitsElEl {
        opacity: 0.4;
    }
    .franchBenefitsElElInner {
        width: 70%;
    }
    .franchBenefitsEl.slick-center + .franchBenefitsEl .franchBenefitsElInner {
        margin-left: 30%;
    }
    .franchBenefitsEl.slick-center {
        opacity: 1;
    }
    .franchBenefitsEl.slick-center .franchBenefitsElInner {
        margin-left: -30%;
        width: 160%;
    }
    .franchBenefitsEl.slick-center .franchBenefitsElTitle {
        font-size: 70px;
        font-size: 50px;
        line-height: 65px;
    }
}
@media (min-width: 960px) and (max-width: 1100px) {
    .franchBenefitsEl.slick-center .franchBenefitsElTitle {
        font-size: 40px;
    }
}
@media (min-width: 960px) {
    .franchBenefitsEl.slick-center .franchBenefitsElSubTitle {
        font-size: 24px;
        line-height: 36px;
    }
}
@media (min-width: 960px) and (max-width: 1100px) {
    .franchBenefitsEl.slick-center .franchBenefitsElSubTitle {
        font-size: 18px;
        line-height: 27px;
    }
}
@media (min-width: 960px) {
    .franchBenefitsEl.slick-center .franchBenefitsElIco {
        margin-top: 30px;
        width: 245px;
        height: 245px;/*fix*/
    }
    .franchBenefitsEl.slick-center .franchBenefitsElIco img {
        max-height: 245px;
        max-width: 245px;
    }
}
.franchFinance {
    display: block;
    margin: 120px 0 80px;
}
.franchFinanceList {
    display: flex;
    justify-content: space-between;
    position: relative;
}
.franchFinanceList:after {
    background: #39242a;
    border-radius: 1px;
    content: "";
    height: 2px;
    left: 508px;
    margin: -1px 0 0;
    position: absolute;
    right: 508px;
    top: 50%;
}
.franchFinanceEl {
    align-items: center;
    border: 50px solid #831b35;
    border-radius: 50%;
    color: #000;
    display: inline-flex;
    flex-direction: column;
    font-size: 24px;
    font-weight: 600;
    height: 466px;
    justify-content: center;
    letter-spacing: 0.02em;
    line-height: 161.2%;
    text-align: center;
    text-transform: uppercase;
    width: 466px;
    box-sizing: border-box;
}
.franchFinanceEl > span {
    display: block;
    font-size: 46px;
    line-height: 39%;
}
.franchFinanceEl > span,
.franchFinanceEl > span span {
    color: #831b35;
    font-weight: 600;
    letter-spacing: -0.02em;
}
.franchFinanceEl > span span {
    font-size: 72px;
    line-height: 91px;
    text-align: center;
    text-transform: uppercase;
}
@media (max-width: 1100px) {
    .franchFinanceEl {
        border: 40px solid #831b35;
        font-size: 18px;
        height: 360px;
        width: 360px;
    }
    .franchFinanceEl > span {
        font-size: 38px;
    }
    .franchFinanceEl > span span {
        font-size: 54px;
        line-height: 71px;
    }
    .franchFinanceList:after {
        left: 380px;
        right: 380px;
    }
}
@media (max-width: 767px) {
    .franchFinance {
        margin: 60px 0 30px;
    }
    .franchFinanceList {
        display: block;
        position: relative;
    }
    .franchFinanceList:after {
        background: #39242a;
        border-radius: 1px;
        bottom: 267px;
        content: "";
        height: auto;
        left: 50%;
        margin: 0 0 0 -1px;
        position: absolute;
        right: auto;
        top: 267px;
        width: 2px;
    }
    .franchFinanceEl {
        border: 35px solid #831b35;
        display: flex;
        font-size: 12px;
        height: 244px;
        margin: 0 auto;
        width: 244px;
    }
    .franchFinanceEl + .franchFinanceEl {
        margin-top: 136px;
    }
    .franchFinanceEl > span {
        font-size: 24px;
        line-height: 30px;
    }
    .franchFinanceEl > span span {
        font-size: 37px;
        line-height: 40px;
    }
}
.franchPlace {
    display: block;
}
.franchPlace .slick-dots {
    justify-content: center;
}
.franchPlace .slick-dots li {
    margin: 0 20px;
}
.franchPlace .slick-dots li:not(.slick-active) button {
    background: #fff;
    border-color: #fdd3bf;
}
.franchPlaceList {
    display: flex;
    justify-content: space-between;
    padding: 0;
}
.franchPlaceEl {
    display: inline-flex;
    width: calc(50% - 30px);
}
@media (max-width: 1100px) {
    .franchPlaceEl {
        flex-direction: column;
    }
}
.franchPlaceElImg {
    margin: 0 0 0 50px;
    min-width: 155px;
    width: 155px;
}
@media (max-width: 1100px) {
    .franchPlaceElImg {
        display: block;
        margin: 30px auto 0;
        order: 0;
    }
}
.franchPlaceElTitle {
    color: #3f2b2f;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.02em;
    line-height: 23px;
    min-height: 46px;
    text-transform: uppercase;
}
.franchPlaceElTitle + .franchPlaceElInfo {
    margin-top: 10px;
}
.franchPlaceElInfo {
    font-weight: 400;
    line-height: 22px;
    margin: 30px 0 0;
}
.franchPlaceElInfo,
.franchPlaceElInfoTitle {
    color: #3f2b2f;
    font-size: 18px;
    letter-spacing: 0.02em;
}
.franchPlaceElInfoTitle {
    font-weight: 600;
    line-height: 23px;
    text-transform: uppercase;
}
.franchPlaceElInfoList {
    margin: 15px 0 0;
}
.franchPlaceElInfoEl {
    border-bottom: 1px solid #3f2b2f;
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
    position: relative;
}
.franchPlaceElInfoEl:after {
    background: #3f2b2f;
    border-radius: 50%;
    bottom: -4px;
    content: "";
    height: 7px;
    position: absolute;
    right: 0;
    width: 7px;
}
.franchPlaceElInfoEl span + span {
    font-weight: 700;
    min-width: 125px;
    padding: 0 0 0 20px;
    white-space: nowrap;
    width: 125px;
}
@media (max-width: 767px) {
    .franchPlaceList {
        display: block;
    }
    .franchPlaceEl {
        width: 100%;
    }
    .franchPlaceEl + .franchPlaceEl {
        margin-top: 50px;
    }
    .slick-slider .franchPlaceEl + .franchPlaceEl {
        margin-top: 0;
    }
    .franchPlaceElTitle {
        font-size: 15px;
        line-height: 19px;
    }
    .franchPlaceElInfo {
        font-size: 15px;
        margin: 15px 0 0;
    }
    .franchPlaceElInfoTitle {
        font-size: 15px;
    }
    .franchPlaceElInfoEl:after {
        bottom: -3px;
        height: 5px;
        width: 5px;
    }
    .franchPlaceElInfoEl span + span {
        min-width: 115px;
        padding: 0 0 0 15px;
        width: 115px;
    }
}
.franchPartners {
    display: block;
    margin: -40px 0 40px;
    overflow: hidden;
}
.franchPartnersList {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% + 40px);
}
.franchPartnersEl {
    margin: 90px 0 0;
    padding: 0 40px 0 0;
    position: relative;
    width: 33.3333%;
    box-sizing: border-box;
}
@media (max-width: 959px) {
    .franchPartnersEl {
        width: 50%;
    }
}
.franchPartnersElNumber {
    color: #ec675b;
    display: inline-block;
    font-size: 96px;
    font-weight: 600;
    left: -4px;
    letter-spacing: 0.02em;
    line-height: 76px;
    position: relative;
    vertical-align: top;
    width: 70px;
}
.franchPartnersElIcon {
    display: inline-block;
    height: 76px;
    text-align: left;
    vertical-align: top;
}
.franchPartnersElIcon img {
    max-width: 76px;
    width: auto;
}
.franchPartnersElText {
    color: #831c36;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    margin: 15px 0 0;
    max-width: 350px;
    text-transform: uppercase;
}
@media (max-width: 767px) {
    .franchPartnersList {
        margin-top: 20px;
        width: calc(100% + 30px);
    }
    .franchPartnersEl {
        margin: 30px 0 0;
        padding: 0 30px 0 0;
    }
    .franchPartnersElNumber {
        font-size: 72px;
        line-height: 60px;
        width: 60px;
    }
    .franchPartnersElIcon {
        height: 60px;
    }
    .franchPartnersElIcon img {
        height: 60px;
        max-width: 90px;
        width: auto;
    }
    .franchPartnersElText {
        font-size: 14px;
        line-height: 18px;
        margin: 12px 0 0;
        max-width: 100%;
    }
}
@media (max-width: 359px) {
    .franchPartnersList {
        width: calc(100% + 15px);
    }
    .franchPartnersEl {
        padding: 0 15px 0 0;
    }
    .franchPartnersElNumber {
        font-size: 52px;
        line-height: 50px;
        width: 35px;
    }
    .franchPartnersElIcon {
        height: 50px;
    }
    .franchPartnersElIcon img {
        height: 50px;
        max-width: 70px;
        width: auto;
    }
    .franchPartnersElText {
        font-size: 13px;
        line-height: 18px;
        margin: 12px 0 0;
        max-width: 100%;
    }
}
.franchRoast {
    color: #fff;
    display: block;
}
.franchRoastBox {
    position: relative;
}
.franchRoastBox .franchBoxInner {
    position: static;
}
.franchRoastContent {
    padding: 0 50px 0 0;
    width: calc(50% + 170px);
}
@media (max-width: 1400px) {
    .franchRoastContent {
        padding: 0 0 50vw;
        width: 100%;
    }
}
.franchRoastContent ul {
    color: #fff;
    font-size: 30px;
    font-weight: 400;
    line-height: 32px;
    list-style: disc;
    list-style-position: inside;
}
.franchRoastContent ul li {
    list-style-position: inside;
    margin: 32px 0 0;
}
.franchRoastMedia {
    bottom: 0;
    display: flex;
    left: calc(50% + 170px);
    position: absolute;
    top: 0;
    width: calc(50% - 170px);
}
@media (max-width: 1400px) {
    .franchRoastMedia {
        bottom: 0;
        height: 50vw;
        left: 0;
        position: absolute;
        top: auto;
        width: 100%;
    }
}
.franchRoastMedia img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    width: 100%;
}
.franchRoastTitle {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.2;
    margin: 0;
}
@media (max-width: 767px) {
    .franchRoastTitle {
        font-size: 18px;
        line-height: 22px;
        text-align: center;
    }
    .franchRoastMedia {
        height: 110vw;
    }
    .franchRoastContent {
        padding: 0 0 110vw;
    }
    .franchRoastContent ul {
        font-size: 15px;
        line-height: 19px;
        margin-top: 30px;
    }
    .franchRoastContent ul li {
        margin: 15px 0 0;
    }
}
.franchCollab {
    display: block;
    margin: 70px 0 10px;
}
.franchCollabSlider {
    position: relative;
}
.franchCollab .slick-arrow {
    background: url(img/franchising/arr_2.svg) 50% no-repeat !important;
    background-size: contain;
    height: 56px;
    opacity: 1;
    top: 50%;
    transition: all 0.3s;
    width: 29px;
}
.franchCollab .slick-arrow:hover {
    opacity: 1;
}
.franchCollab .slick-arrow.slick-prev {
    transform: rotate(180deg);
    transform-origin: center;
}
.franchCollabList {
    margin: 0 auto;
    padding: 0 40px;
}
.franchCollabEl {
    position: relative;
}
.franchCollabElInner {
    margin: 0 auto;
    max-width: 1030px;
    position: relative;
}
.franchCollabElImg_1 {
    left: 0;
    position: absolute;
    top: 0;
    z-index: 3;
}
.franchCollabElImg_2 {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
}
.franchCollabElImg_3 {
    position: absolute;
    z-index: 4;
}
.franchCollabElImg_4 {
    position: absolute;
    right: 0;
    z-index: 1;
}
.franchCollabEl img {
    height: auto;
    width: 100%;
}
.franchCollabElText {
    color: #3f2b2f;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0.02em;
    line-height: 31px;
    text-align: justify;
}
@media (max-width: 1100px) {
    .franchCollabElText {
        font-size: 18px;
        line-height: 24px;
    }
}
@media (max-width: 959px) {
    .franchCollabElText {
        font-size: 16px;
        line-height: 20px;
    }
}
@media (max-width: 767px) {
    .franchCollabElText {
        font-size: 15px;
        line-height: 19px;
    }
}
.franchCollabEl_1 .franchCollabElImg_1 {
    width: 72.81%;
}
.franchCollabEl_1 .franchCollabElImg_2 {
    width: 17.48%;
}
.franchCollabEl_1 .franchCollabElImg_3 {
    left: 17.09%;
    margin-top: 8.25%;
    width: 19.61%;
}
.franchCollabEl_1 .franchCollabElImg_4 {
    margin-top: 9.9%;
    width: 56.02%;
}
.franchCollabEl_1 .franchCollabElText {
    padding-top: 32.23%;
    width: 40%;
}
.franchCollabEl_2 .franchCollabElImg_1 {
    left: 21.1650485437%;
    width: 32.9126213592%;
}
.franchCollabEl_2 .franchCollabElImg_2 {
    width: 48.3495145631%;
    z-index: 3;
}
.franchCollabEl_2 .franchCollabElImg_4 {
    margin-top: 26.8932038835%;
    right: 20.9708737864%;
    width: 35.6310679612%;
}
.franchCollabEl_2 .franchCollabElImg_3 {
    left: 0;
    margin-top: 17.572815534%;
    width: 34.854368932%;
}
.franchCollabEl_2 .franchCollabElText {
    padding-top: 28.7378640777%;
    width: 40%;
}
@media (max-width: 959px) {
    .franchCollabList {
        padding: 0;
    }
    .franchCollab .slick-arrow {
        display: none !important;
    }
}
@media (max-width: 767px) {
    .franchCollab {
        margin: 50px 0 0;
    }
    .franchCollabSlider {
        margin: 0 -20px;
        overflow: hidden;
    }
    .franchCollabEl {
        padding: 0 20px;
    }
    .franchCollabElImg_1 {
        left: auto;
        position: static;
        top: auto;
        z-index: 3;
    }
    .franchCollabElImg_2 {
        position: static;
        right: auto;
        top: auto;
        z-index: 2;
    }
    .franchCollabElImg_3 {
        position: static;
        z-index: 4;
    }
    .franchCollabElImg_4 {
        position: static;
        right: auto;
        z-index: 1;
    }
    .franchCollabEl_1 .franchCollabElInner,
    .franchCollabEl_2 .franchCollabElInner {
        display: flex;
        flex-direction: column;
    }
    .franchCollabEl_1 .franchCollabElImg_1 {
        left: 0;
        margin: 0 0 0 -20px;
        padding-top: 28.125%;
        position: static;
        top: 0;
        width: 103vw;
    }
    .franchCollabEl_1 .franchCollabElImg_2 {
        margin: 20px 0 20px 49.6875%;
        position: static;
        width: 50.3125%;
    }
    .franchCollabEl_1 .franchCollabElImg_3 {
        left: 0;
        margin-top: 0;
        position: absolute;
        top: 0;
        width: 42%;
    }
    .franchCollabEl_1 .franchCollabElImg_4 {
        left: auto;
        margin-top: 35px;
        order: 6;
        position: relative;
        right: auto;
        width: 100%;
    }
    .franchCollabEl_1 .franchCollabElText {
        left: auto;
        order: 5;
        padding-top: 0;
        right: auto;
        top: auto;
        width: 100%;
    }
    .franchCollabEl_2 .franchCollabElImg_1 {
        border: 12px solid #ece7e1;
        border-right-width: 0;
        left: auto;
        margin: -15.625% auto auto 12.5%;
        order: 3;
        position: static;
        right: auto;
        top: auto;
        width: 87.5%;
        z-index: 6;
    }
    .franchCollabEl_2 .franchCollabElImg_2 {
        margin: 32px 0 0 -2%;
        order: 2;
        position: static;
        width: 64.6875%;
    }
    .franchCollabEl_2 .franchCollabElImg_3 {
        left: auto;
        margin-top: 0;
        order: 1;
        top: auto;
        width: 75.625%;
    }
    .franchCollabEl_2 .franchCollabElImg_4 {
        left: auto;
        margin-top: -10.9375%;
        order: 5;
        position: relative;
        right: auto;
        width: 62.8125%;
    }
    .franchCollabEl_2 .franchCollabElText {
        left: auto;
        order: 6;
        padding-top: 35px;
        right: auto;
        top: auto;
        width: 100%;
    }
}
.franchProgress {
    display: block;
}
.franchProgressBox {
    background: #831b35 url(img/franchising/progressBg.png) top no-repeat;
    background-size: cover;
}
.franchProgress {
    display: flex;
    justify-content: space-between;
    margin: 120px 0 80px;
}
.franchProgressContent {
    color: #fff;
    font-size: 24px;
    font-weight: 400;
    line-height: 30px;
    padding: 0 60px 0 0;
    width: 50%;
    text-align: justify;
}
.franchProgressContent p {
    font-size: inherit;
    line-height: inherit;
    margin: 24px 0 0;
}
.franchProgressContent p:first-child {
    margin: 0;
}
.franchProgressMedia {
    overflow: hidden;
    width: 50%;
}
.franchProgressMediaBox:first-child {
    align-items: stretch;
    display: flex;
    justify-content: space-between;
}
.franchProgressMediaBox:first-child > a,
.franchProgressMediaBox:first-child > span {
    width: calc(33.3333% - 55px);
}
.franchProgressMediaBox:first-child span {
    display: inline-flex;
    flex-direction: column;
    justify-content: space-between;
}
.franchProgressMediaBox:first-child img {
    height: auto;
    width: 100%;
}
.franchProgressMediaBox:nth-child(2) {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin: 55px 0 0;
}
.franchProgressMediaBox:nth-child(2) a:nth-child(2) {
    margin: 0 35px;
}
.franchProgressMediaBox:nth-child(2) img {
    height: auto;
    width: 100%;
}
@media (max-width: 959px) {
    .franchProgress {
        display: block;
    }
    .franchProgressContent {
        padding: 0;
        width: 100%;
    }
    .franchProgressMedia {
        margin: 40px 0 0;
        width: 100%;
    }
}
@media (max-width: 767px) {
    .franchProgressBox {
        background: #831b35 !important;
        padding-bottom: 0;
    }
    .franchProgressBox .franchBoxInner {
        padding-bottom: 0 !important;
    }
    .franchProgress {
        margin: 0;
    }
    .franchProgressContent {
        font-size: 15px;
        line-height: 19px;
    }
    .franchProgressContent p {
        margin: 15px 0 0;
    }
    .franchProgressContent p:first-child {
        margin: 0;
    }
    .franchProgressMedia {
        background: #831b35 url(img/franchising/progressBgM.png) 50% no-repeat;
        background-size: cover;
        margin: 40px 0 0 -20px;
        padding: 70px 20px 48px;
        width: 100vw;
        box-sizing: border-box;
    }
    .franchProgressMediaBox:first-child {
        align-items: stretch;
        display: flex;
        justify-content: space-between;
    }
    .franchProgressMediaBox:first-child > a,
    .franchProgressMediaBox:first-child > span {
        width: calc(33.3333% - 30px);
    }
    .franchProgressMediaBox:nth-child(2) {
        margin: 35px 0 0;
    }
    .franchProgressMediaBox:nth-child(2) a:nth-child(2) {
        margin: 0 30px;
    }
}
.franchContact {
    align-items: end;
    display: flex;
    justify-content: space-between;
    margin: 48px 0;
}
.franchContactName {
    color: #3f2b2f;
    font-size: 42px;
    font-weight: 600;
    line-height: 90px;
}
.franchContactPos {
    color: #3f2b2f;
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
    margin-top: 10px;
    text-transform: uppercase;
}
.franchContactInfo {
    padding: 0 0 0 50px;
}
.franchContactEl {
    color: #3f2b2f;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 0.02em;
    line-height: 100%;
    text-transform: uppercase;
    white-space: nowrap;
}
.franchContactEl a {
    color: #3f2b2f;
    text-decoration: none;
}
.franchContactEl + .franchContactEl {
    margin-top: 24px;
}
@media (max-width: 959px) {
    .franchContact {
        display: block;
    }
    .franchContactName {
        font-size: 32px;
        line-height: 48px;
    }
    .franchContactPos {
        font-size: 18px;
        line-height: 22px;
    }
    .franchContactInfo {
        margin: 40px 0 0;
        padding: 0;
    }
    .franchContact {
        overflow: hidden;
    }
    .franchContactInfo {
        float: left;
    }
}
@media (max-width: 767px) {
    .franchContact {
        margin: 20px 0 0;
    }
    .franchContactEl {
        font-size: 18px;
        line-height: 18px;
    }
    .franchContactEl + .franchContactEl {
        margin-top: 18px;
    }
}
@media (max-width: 359px) {
    .franchContactName {
        font-size: 60px;
        line-height: 80px;
    }
    .franchContactInfo {
        margin: 30px 0 0;
        padding: 0;
    }
}
.franchScrollBgList {
    padding: 0;
}
.franchScrollBg .slick-arrow {
    opacity: 1;
    top: 50%;
}
@media (max-width: 767px) {
    .franchScrollBg .slick-arrow {
        transform: scale(0.5) translateY(-50%);
    }
}
.franchScrollBg .slick-arrow:before {
    background-color: hsla(0, 0%, 100%, 0.3);
    border-radius: 50%;
    content: "";
    height: 80px;
    left: 50%;
    margin: -40px 0 0 -40px;
    position: absolute;
    top: 50%;
    width: 80px;
    z-index: -1;
}
.franchScrollBg .slick-arrow:hover {
    opacity: 1;
}
.franchScrollBg .slick-arrow:hover:before {
    background-color: hsla(0, 0%, 100%, 0.4);
}
.franchScrollBg .slick-prev {
    left: 30px !important;
}
.franchScrollBg .slick-next {
    right: 30px !important;
}
.franchScrollBgEl {
    display: inline-flex;
    padding: 46.875vw 0 0;
    position: relative;
    width: 100vw;
}
.franchScrollBgEl img {
    bottom: 0;
    height: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}



span.im-caret {
    -webkit-animation: 1s blink step-end infinite;
    animation: 1s blink step-end infinite;
}

@keyframes blink {
    from, to {
        border-right-color: black;
    }
    50% {
        border-right-color: transparent;
    }
}

@-webkit-keyframes blink {
    from, to {
        border-right-color: black;
    }
    50% {
        border-right-color: transparent;
    }
}

span.im-static {
    color: grey;
}

div.im-colormask {
    display: inline-block;
    border-style: inset;
    border-width: 2px;
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
}

div.im-colormask > input {
    position: absolute;
    display: inline-block;
    background-color: transparent;
    color: transparent;
    -webkit-appearance: caret;
    -moz-appearance: caret;
    appearance: caret;
    border-style: none;
    left: 0; /*calculated*/
}

div.im-colormask > input:focus {
    outline: none;
}

div.im-colormask > input::-moz-selection{
    background: none;
}

div.im-colormask > input::selection{
    background: none;
}
div.im-colormask > input::-moz-selection{
    background: none;
}

div.im-colormask > div {
    color: black;
    display: inline-block;
    width: 100px; /*calculated*/
}


.franch__about{
    margin: 100px auto;
    width: 1120px;
    line-height: 1.5;
    box-sizing: border-box;
}
@media (max-width: 767px) {
    .franch__about{
        margin: 50px auto;
        width: 100%;
        padding: 0px 20px;
    }
}

.franch__about-text{
    font-size: 24px;
    font-weight: 100;
    color: #333;
}
@media (max-width: 767px) {
    .franch__about-text{
        font-size: 18px;
    }
}


.franchRoastContent ul li{
    position: relative;
    padding-left: 36px;
    padding-right: 100px;
}

.franchRoastContent ul li:before{
    content: '';
    width: 12px;
    height: 12px;
    position: absolute;
    top: 6px;
    left: 0;
    border-radius: 50%;
    border: 6px solid #fff;
}

@media (max-width: 767px) {
    .franchRoastContent ul li:before{
        top: -2px;
    }
}
