.FranchiseMain *{
    margin: 0;
}
.containerFranchise{
    margin: 110px auto 0;
    padding: 0 30px;
    text-align: center;
}
.FranchiseMain .btn{
    width: 100%;
    max-width: 320px;
    min-width: 75px;
    height: auto;
    text-align: center;
    align-self: center;
    align-items: center;
    align-content: center;
    padding: 20px; 
}
.FranchiseMain h1,
.FranchiseMain h2,
.FranchiseMain h3,
.FranchiseMain h4,
.FranchiseMain p{
    font-family: "Source Sans Pro";
    margin: 0;
    color: #000;
}
.FranchiseMain b{
    font-weight: 600;
}
.FranchiseMain span{
    color: #F2A873;
    font-weight: 600;
}
.FranchiseMain .titleSection{
    font-size: 36px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 40px;
}
.FranchiseMain .subtitleSection{
    font-size: 24px;
    font-weight: 400;
}
.FranchiseMain .subtitleSectionBold{
    font-size: 24px;
    font-weight: 600;
}
.WeclomeFranchiseSection .wrap{
    margin: 380px auto 0;
    padding: 0 30px;
}
@media (min-width: 576px) {
    .containerFranchise, .WeclomeFranchiseSection .wrap{
        max-width: 540px;
    }
}
@media (min-width: 768px) {
    .containerFranchise, .WeclomeFranchiseSection .wrap{
        max-width: 720px;
        padding: 0 20px;
    }
}
@media (min-width: 992px) {
    .containerFranchise, .WeclomeFranchiseSection .wrap{
        max-width: 960px;
    }
}
@media (min-width: 1260px) {
    .containerFranchise, .WeclomeFranchiseSection .wrap{
        max-width: 1200px;
    }
}

@media (max-width: 991px) {
    .containerFranchise .titleSection{
        font-size: 28px;
        margin-bottom: 20px;
    }
    .FranchiseMain p, .FranchiseMain .subtitleSection,
    .FranchiseMain .subtitleSectionBold{
        font-size: 18px;
    }
}

.WeclomeFranchiseSection{
    max-width: 100% !important;
    width: 100%;
    background-image: linear-gradient(to right, 
                rgb(255, 255, 255) 0%, 
                rgba(255, 255, 255,0.99) 35%, 
                rgba(255, 255, 255, 0) 100%), 
                url('../img/WelcomeFranchiseBanner.png');
    background-size: cover;
    background-position: 70%;
    display: flex;
    position: relative;
    padding-bottom: 90px;
}
.WeclomeFranchiseSection .infoWelcomeText {
    margin-bottom: 120px;
}
.WeclomeFranchiseSection .infoWelcomeText h1{
    font-family: "Source Sans Pro";
    font-size: 32px;
    font-style: italic;
    font-weight: 400;
    line-height: 44px;
    text-align: left;
    max-width: 655px;
    margin-bottom: 20px;
}

.WeclomeFranchiseSection .infoWelcomeText span {
    font-family: "Source Sans Pro";
    text-transform: uppercase;
    font-size: 46px;
    font-weight: 600;
    text-align: left;
    margin-bottom: 20px;
    color: #000;
    line-height: 1.6;
}

.WeclomeFranchiseSection .infoWelcomeText .ulListWelcomeText{
    max-width: 545px;
    margin-top: 20px;
}

@media (max-width: 493px) {
    .WeclomeFranchiseSection .wrap{
        margin: 200px auto 0;
    }
    .WeclomeFranchiseSection .infoWelcomeText span {
        font-size: 32px;
    }
}

.AboutFranchiseSection span{
    font-size: 32px;
    text-transform: uppercase;
}

.descriptionAboutFranchise{
    text-align: left;
    max-width: 990px;
    margin: 20px auto 0;
}

.descriptionAboutFranchise p{
    margin-bottom: 25px;
}

.bodyInfoBlockMarafon {
    display: flex;
    gap: 30px;
    justify-content: center;
    margin-bottom: 80px;
}

.infoBlockMarafon .titleBodyInfoBlockMarafon{
    max-width: 230px;
    text-align: left;
    text-transform: uppercase;
    color: #F2A873;
    font-weight: 600;
    line-height: 1.6;
    font-size: 1.3rem;

}

.listInfoBlockMarafon{
    position: relative;
    display: flex;
    flex-direction: column;
    text-align: left;
    padding-left: 35px;
    justify-content: space-evenly;
    font-size: 22px;
}

.listInfoBlockMarafon::before{
    content: "";
    background-image: url('../img/svg/marafon/skobka.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 100%;
    width: 37px;
    position: absolute;
    top: 0;     
    left: 0;
}

.listInfoBlockMarafon p::before{
    content: "–";
    font-size: 1.25rem;
    padding-right: 10px;
    font-weight: 600;
}

.infoBlockMarafon .titleSection{
    text-transform: uppercase;
    margin-bottom: 0;
    line-height: 1.5;
}

@media (max-width: 768px) {
    .bodyInfoBlockMarafon{
        flex-direction: column;
        align-items: center;
        
    }
    .listInfoBlockMarafon::before{
        background-image: none;
    }
}

.FranchiseMain .infoPersonalGame .subtitleSection{
    margin-top: 60px;
}

.workFranchiseSection .howWorkList{
    margin-top: 35px;
    grid-template-rows: repeat(4, 165px);
    grid-template-columns: 1fr 60px 1fr;
    line-height: 1.45;
}
.workFranchiseSection .howWorkList .line{
    height: 150px;
    border-left: 2px solid #222831;
    width: 0;
    background-color: unset;
}

.workFranchiseSection .howWorkList .node{
    width: 60px;
    height: 60px;
    background-image: none !important;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #F2A873;
}

.workFranchiseSection .howWorkList {
    counter-reset: counterHowWorkList;
}

.workFranchiseSection .howWorkList .node::before {
    counter-increment: counterHowWorkList;
    content: counter(counterHowWorkList);
    color: #fff;
    background-color: #F2A873;
}

.workFranchiseSection .howWorkList p{
    margin-right: 35px;
    font-size: 1.35rem;
}
.workFranchiseSection .howWorkList .titleDesc{
    text-transform: uppercase;
    color: #F2A873;
    margin-bottom: 6px;
    display: inline-block;
}



@media (max-width: 992px) {
    .workFranchiseSection .howWorkList{
        grid-template-rows: repeat(6, auto);
        grid-template-columns: 60px 1fr;
        row-gap: 30px;
    }
    .workFranchiseSection .howWorkList .line{
        height: 100%;
    }
    .workFranchiseSection .howWorkList p {
        margin-left: 35px;
        margin-right: 0;
        text-align: left;
    }
    .workFranchiseSection .howWorkItemsNone{
        display: none;
    }
    .workFranchiseSection #howWorkItemsP_1{
        order: 1;
    }
    .workFranchiseSection #howWorkItemsP_2{
        order: 3;
    }
    .workFranchiseSection #howWorkItemsP_3{
        order: 5;
    }
    .workFranchiseSection #howWorkItemsP_4{
        order: 7;
    }
    .workFranchiseSection #howWorkItemsP_5{
        order: 9;
    }
    .workFranchiseSection #howWorkItemsP_6{
        order: 11;
    }
    .workFranchiseSection #howWorkItemsP_7{
        order: 13;
    }
    .workFranchiseSection #howWorkItemsNodeLine_1{
        order: 0;
    }
    .workFranchiseSection #howWorkItemsNodeLine_2{
        order: 2;
    }
    .workFranchiseSection #howWorkItemsNodeLine_3{
        order: 4;
    }
    .workFranchiseSection #howWorkItemsNodeLine_4{
        order: 6;
    }
    .workFranchiseSection #howWorkItemsNodeLine_5{
        order: 8;
    }
    .workFranchiseSection #howWorkItemsNodeLine_6{
        order: 10;
    }
    .workFranchiseSection #howWorkItemsNodeLine_7{
        order: 12;
    }
}

.howWorksFranchiseSection .btn{
    margin-top: 40px;

}

.includedFranchiseSection{
    max-width: 100% !important;
    width: 100%;
    background-image: url('../img/includedFranchiseBanner.png');
    background-size: cover;
    background-position: 70%;
    display: flex;
    position: relative;
    padding: 50px 0;
    margin: 90px auto;
    /* padding-bottom: 90px; */
}
.includedFranchiseSection .containerFranchise{
    margin: 0 auto;
}
.includedFranchiseList{
    margin: 0 auto;
    max-width: 500px;
    list-style-type: disc;
    text-align: left;
    padding-left: 70px;
}
.includedFranchiseList li{
    margin-bottom: 20px;
}

.descriptionCalcPriceFranchise{
    text-align: center;
}
.descriptionCalcPriceFranchise p{
    margin-bottom: 25px;
}

/* ---------- Wrapper ---------- */
.calcPriceFranchiseBody {
    --accent: #f5a45f;
    --accent-light: #f8b87e;
    --track: #dcdcdc;
    --text-muted: #9aa0a6;
    --text-dark: #4a4a4a;
    --thumb-size: 22px;
    --track-height: 6px;

    width: 100%;
    max-width: 720px;
    margin: 60px auto 0;
    font-family: "Segoe UI", Arial, sans-serif;
    color: var(--text-dark);
    box-sizing: border-box;
}

.calcPriceFranchiseBody *,
.calcPriceFranchiseBody *::before,
.calcPriceFranchiseBody *::after {
    box-sizing: border-box;
}

.calcPriceFranchiseBody h6 {
    margin: 60px 0 18px;
    text-align: center;
    color: var(--accent);
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 1px;
}

.calcPriceFranchiseBody h6:first-child {
    margin-top: 0;
}

/* ---------- Range ---------- */
.calcPriceFranchiseBody .range {
    position: relative;
    width: 100%;
    padding: 0 calc(var(--thumb-size) / 2);
    /* progress in % calculated from custom props */
    --ratio: calc((var(--value) - var(--min)) / (var(--max) - var(--min)));
}

.calcPriceFranchiseBody .range input[type="range"] {
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    height: var(--thumb-size);
    margin: 0;
    background: transparent;
    cursor: pointer;
    position: relative;
    z-index: 3;
}

/* Track (WebKit) */
.calcPriceFranchiseBody .range input[type="range"]::-webkit-slider-runnable-track {
    height: var(--track-height);
    border-radius: 999px;
    background: transparent;
}

/* Track (Firefox) */
.calcPriceFranchiseBody .range input[type="range"]::-moz-range-track {
    height: var(--track-height);
    border-radius: 999px;
    background: transparent;
}

/* Thumb (WebKit) */
.calcPriceFranchiseBody .range input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: var(--thumb-size);
    height: var(--thumb-size);
    margin-top: calc((var(--track-height) - var(--thumb-size)) / 1.5);
    border-radius: 50%;
    background: var(--accent);
    border: none;
    box-shadow: 0 2px 6px rgba(245, 164, 95, 0.5);
    transition: transform 0.1s ease;
}

.calcPriceFranchiseBody .range input[type="range"]::-webkit-slider-thumb:active {
    transform: scale(1.12);
}

/* Thumb (Firefox) */
.calcPriceFranchiseBody .range input[type="range"]::-moz-range-thumb {
    width: var(--thumb-size);
    height: var(--thumb-size);
    border-radius: 50%;
    background: var(--accent);
    border: none;
    box-shadow: 0 2px 6px rgba(245, 164, 95, 0.5);
}

/* Base track line + orange progress overlay */
.calcPriceFranchiseBody .range__progress {
    position: absolute;
    top: calc((var(--thumb-size) - var(--track-height)) / 2);
    left: calc(var(--thumb-size) / 2);
    right: calc(var(--thumb-size) / 2);
    height: var(--track-height);
    border-radius: 999px;
    background: var(--track);
    z-index: 1;
    pointer-events: none;
}

.calcPriceFranchiseBody .range__progress::before {
    content: "";
    position: absolute;
    inset: 0 auto 0 0;
    width: calc(var(--ratio) * 100%);
    border-radius: 999px;
    background: linear-gradient(90deg, var(--accent-light), var(--accent));
}

/* ---------- Scale numbers ---------- */
.calcPriceFranchiseBody .container-calc-pm {
    list-style: none;
    display: flex;
    justify-content: space-between;
    margin: 0;
    padding: 0;
    color: var(--text-muted);
    font-size: 20px;
}

.calcPriceFranchiseBody .container-calc-pm li {
    flex: 1;
    text-align: center;
}

.calcPriceFranchiseBody .container-calc-pm li:first-child {
    text-align: left;
}

.calcPriceFranchiseBody .container-calc-pm li:last-child {
    text-align: right;
}

/* hidden bubble output (kept for compatibility, not shown in mockup) */
.calcPriceFranchiseBody .range__output {
    display: none;
}

/* ---------- Result ---------- */
.calcPriceFranchiseBody .calculatePriceOut {
    display: flex;
    justify-content: center;
    gap: 80px;
    margin-top: 40px;
    text-align: center;
    flex-wrap: wrap;
}

.calcPriceFranchiseBody .calc-result p {
    margin: 0 0 8px;
    color: var(--text-dark);
    font-size: 20px;
}

.calcPriceFranchiseBody .calculatePriceOut output {
    display: block;
    color: var(--accent);
    font-size: 32px;
    font-weight: 700;
    white-space: nowrap;
}

/* ---------- Adaptive ---------- */
@media (max-width: 520px) {
    .calcPriceFranchiseBody h6 {
        font-size: 13px;
    }

    .calcPriceFranchiseBody .container-calc-pm {
        font-size: 12px;
    }

    .calcPriceFranchiseBody .calculatePriceOut {
        gap: 28px;
    }

    .calcPriceFranchiseBody .calculatePriceOut output {
        font-size: 22px;
    }
}

@media (max-width: 360px) {
    .calcPriceFranchiseBody .container-calc-pm {
        font-size: 10px;
    }
}


.FranchiseMain .FranchisePriceSection .pricing-card{
    font-size: 28px;
}
.FranchiseMain .FranchisePriceSection .price{
    font-size: 36px;
    padding: 20px 0;
}

.description b{
    font-size: 22px;
}
.listFranchisePrice{
list-style-type: disc;
font-size: 18px;
text-align: left;
padding: 0 0 0 40px;
}

.imgArrowPrice{
    width: 80px;
    height: 90px;
}

.FranchiseMain .pricing-grid{
    display: flex;
}

@media (max-width: 770px) {
   .FranchiseMain .pricing-grid{
        flex-direction: column;
    } 
}

.FranchiseMain .WhyDoYouSection{
    margin-top: 75px;
}

.FranchiseMain .WhyDoYouSection .whyDoYouItems{
    gap: 30px;
}

.FranchiseMain .WhyDoYouSection .whyDoYouList{
    margin-bottom: 60px;
}

.FormatMarafonSection .titleSection{
    text-transform: uppercase;
}

.FormatMarafonSection .ulListWelcomeText{
    margin: 0 auto;
    max-width: 330px;
}

.BonusMarafonSection{
    background-color: #F7F9F8;
}

.BonusMarafonSection .containerFranchise{
    padding: 50px 30px;
    display: flex;
    gap: 50px;
    flex-wrap: wrap;
    justify-content: center;
}

.BonusMarafonSection .titleSection{
    margin: 0;
    text-align: left;
    line-height: 1.4;
    font-style: italic;
    font-weight: 400;
}

@media (max-width: 991px) {
    .BonusMarafonSection .titleSection{
        text-align: center;
    }
}
.BonusMarafonSection .imgBonusMarafon{

    background-image: url('../img/svg/marafon/bonus.png');
    width: 305px;
    height: 90px;
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
}

.FranchiseMain .PriceInfoSection .subtitleSection{
    line-height: 1.4;
    margin-bottom: 35px;
}

.FranchiseMain .PriceInfoSection h2{
    color: #fff;
    font-size: 24px;
    font-weight: 600;
}

.FranchiseMain .PriceInfoSection h3{
    color: #fff;
    font-size: 20px;
    font-weight: 600;
}

.FranchiseMain .PriceInfoSection .price span{
    color: #fff;
}

.FranchiseMain .PriceInfoSection .pricing-card{
    width: 280px;
    padding-top: 12px;
}
.FranchiseMain .PriceInfoSection  .description{
    height: auto;
}

.FranchiseMain .HelpInfoSection{
    margin-bottom: 95px;
}

.FranchiseSellSection p{
    margin-bottom: 20px;
}
.FranchiseSellSection b{
    font-size: 32px;
}
.FranchiseSellSection .btn{
    margin-top: 20px;
}

.FranchiseFAQSection .section-faq-body.text-block .faq-icon{
    font-size: 3rem;
    font-weight: 300;
    color: #000;
}