br.mob {
    display: none;
}
.mob {
    display: none;
}
.franchise-top {
    margin-top: 180px;
    padding-top: 50px;
    background: #fafafa;
}
.franchise-top .franchise-container:before {
    content: '';
    position: absolute;
    background: url(/local/templates/generator/assets/images/franchise/sto-top.png) no-repeat;
    width: 698px;
    height: 313px;
    bottom: 0;
}
body.has-topbar .franchise-top {
    margin-top: 230px;
}
.franchise-container {
    max-width: 1160px;
    margin: 0 auto;
}
.flex {
    display: flex;
}
.animation-pulse {
    animation: pulse 3s infinite linear;
    backface-visibility: hidden;
}
.animation-item {
    border-width: 1px;
    border-radius: 3000px 3000px 3000px 3000px;
    background-color: #ffa71a;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
    width: 135px;
    height: 135px;
    position: absolute;
}
.city-input-container {
    position: relative;
    width: 100%;
    margin: 0;
}

#city-input {
    padding: 12px;
    border: 1px solid #f0f0f0;
    border-radius: 10px;
    width: 100%;
    height: 70px;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #34322c;
}

.suggestions-container {
    position: absolute;
    width: 100%;
    max-height: 300px;
    overflow-y: auto;
    background: white;
    border: 1px solid #ddd;
    border-top: none;
    border-radius: 0 0 4px 4px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    z-index: 100;
    display: none;
}

.suggestion-item {
    padding: 10px 15px;
    cursor: pointer;
    transition: background 0.2s;
}

.suggestion-item:hover {
    background-color: #f5f5f5;
}

.highlight {
    background-color: #e6f7ff;
}

.phone-input-container {
    position: relative;
    width: 100%;
    margin: 0;
    padding-top: 20px;
}

#phone {
    font-size: 16px;
    padding-left: 76px;
    border: 1px solid #f0f0f0;
    border-radius: 10px;
    width: 360px;
    height: 70px;
}
.countdown-timer {
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: Arial, sans-serif;
}

.time-block {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.time-separator {
    font-weight: 400;
    font-size: 30px;
    line-height: 140%;
    color: #919191;
    margin-top: 5px;
}

.time-value {
    font-weight: 400;
    font-size: 30px;
    line-height: 140%;
    text-align: center;
    color: #919191;
    position: relative;
    height: 36px;
    min-width: 100%;
    width: 100%;
}

.time-label {
    font-weight: 400;
    font-size: 12px;
    line-height: 130%;
    text-align: center;
    color: #f00;
    margin-top: 2px;
    margin-left: 4px;
}

.digit {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transition: opacity 0.4s ease;
}

.digit.fade-out {
    opacity: 0;
}

.digit.fade-in {
    opacity: 1;
}

.franchise-title {
    font-weight: 700;
    font-size: 48px;
    line-height: 130%;
    letter-spacing: -0.02em;
    color: #34322c;
}

.franchise-title span {
    color: #ff0b00;
}

.franchise-top__subtitle {
    font-weight: 400;
    font-size: 30px;
    line-height: 130%;
    color: #34322c;
    margin-top: 30px;
}

.franchise-top__left {
    width: 640px;
}

br.mob {
    display: none;
}

.franchise-top__right {
    width: 461px;
    margin-left: 55px;
    padding: 12px 50px 35px 50px;
    background: #fff;
    border-radius: 30px;
    position: relative;
}

.franchise-top .franchise-container {
    background-color: #FAFAFA;
    border-radius: 10px;
    position: relative;
}

.franchise-top__title2 {
    font-weight: 700;
    font-size: 24px;
    line-height: 130%;
    text-align: center;
    color: #ff0b00;
}

.franchise-top__subtitle2 {
    font-size: 16px;
    line-height: 140%;
    text-align: center;
    color: #34322c;
    font-weight: 700;
}

.franchise-top form {margin-top: 21px;}

input#city-input::placeholder {color: #34322c;}

input#phone::placeholder {
    color: #34322c;
}

.franchise-button {
    border-radius: 10px;
    width: 100%;
    height: 70px;
    font-weight: 600;
    font-size: 16px;
    line-height: 140%;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    background: #ff0b00;
    outline: 0;
    border: 0;
    margin-top: 20px;
    cursor: pointer;
}

.franchise-top__bonus--title {
    margin-left: 20px;
    font-size: 16px;
    line-height: 140%;
    color: #34322c;
}

.franchise-top__bonus--title span {
    font-weight: 700;
}

.franchise-top__policy input {
    position: absolute;
    visibility: hidden;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.franchise-top__policy {
    position: relative;
    padding-left: 30px;
    margin-top: 10px;
    display: flex;
}

.franchise-top__policy div {
    font-weight: 300;
    font-size: 14px;
    line-height: 100%;
    color: #dbdbdb;
}

.franchise-top__policy div a {
    font-weight: 300;
    font-size: 14px;
    line-height: 100%;
    color: #dbdbdb;
}

.franchise-top__policy div:before {
    content: '';
    position: absolute;
    left: 0;
    top: 3px;
    width: 20px;
    height: 20px;
    background: url(/local/templates/generator/assets/images/franchise/uncheck-top.svg) no-repeat;
}

.franchise-top__policy input:checked ~ div:before {
    background: url(/local/templates/generator/assets/images/franchise/checbox.png) no-repeat;
}

.franchise-top__bonus {
    align-items: center;
    margin-top: 10px;
}

.franchise-top__bonus--container {
    margin-top: 10px;
}

section.franchise-partner {
    margin-top: 100px;
}

.franchise-partner__container {
    display: flex;
    flex-wrap: wrap;
    margin-top: 40px;
}

.franchise-partner__block:nth-child(1) {
    width: 360px;
    padding-right: 40px;
    color: rgba(234, 236, 238, 0.8);
    background: #101010;
}

.franchise-partner__block:nth-child(2) {
    width: 759px;
    background: #f3f4f8;
    margin-left: auto;
}

.franchise-partner__block:nth-child(3) {
    width: 558px;
    background: #f3f4f8;
    margin-top: 40px;
}

.franchise-partner__block:nth-child(4) {
    width: 561px;
    background: #f3f4f8;
    margin-top: 40px;
    margin-left: auto;
}

.franchise-partner__block:nth-child(2) .franchise-partner__block--umper {
    background: #c0c6d2;
}

.franchise-partner__block:nth-child(2) .franchise-partner__block--title {
    color: #34322c;
}

.franchise-partner__block--title {
    font-weight: 600;
    font-size: 16px;
    line-height: 140%;
    color: #eaecee;
    padding-bottom: 40px;
    position: relative;
    padding-top: 10px;
}

.franchise-partner__block {
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    padding: 40px;
    border-radius: 15px;
}

.franchise-partner__block--umper {
    position: absolute;
    width: 23px;
    height: 4px;
    background: #fff;
    top: 0;
}

.partresults-slide__view:before {
    content: '';
    position: absolute;
    background: url(/local/templates/generator/assets/images/franchise/play.svg) no-repeat;
    width: 75px;
    height: 75px;
    top: 41%;
    left: 43%;
    transform: translate(-50%, -50%);
    z-index: 12;
    display: flex;
    justify-content: center;
    align-items: center;
}

.franchise-partner__block--counts {
    padding-top: 60px;
    display: flex;
    gap: 20px;
}

.franchise-partner__block--heading {
    font-weight: 700;
    font-size: 48px;
    line-height: 129%;
    letter-spacing: -0.04em;
    color: #ff0b00;
}

.franchise-partner__block--textcount {
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: rgba(52, 50, 44, 0.8);
    margin-top: 20px;
}

.franchise-partner__block--count:nth-child(2) .franchise-partner__block--heading {
    color: #34322c;
}

.franchise-partner__block:nth-child(3) .franchise-partner__block--title {color: #34322c;}

.franchise-partner__block:nth-child(3) .franchise-partner__block--umper {
    background: #c0c6d2;
}

.franchise-partner__block:nth-child(4) .franchise-partner__block--title {
    color: #34322c;
}

.franchise-partner__block:nth-child(4) .franchise-partner__block--umper {
    background: #c0c6d2;
}

.franchise-partner__block--text2 {
    margin-top: 25px;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: rgba(52, 50, 44, 0.8);
}

.franchise-partner__block--cont {
    display: flex;
    align-items: center;
    margin-top: 66px;
}

.franchise-partner__block--proc {
    font-weight: 600;
    font-size: 78px;
    line-height: 103%;
    letter-spacing: -0.03em;
    color: #ff0b00;
}

.franchise-partner__block--text3 {
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: rgba(52, 50, 44, 0.8);
    margin-left: 17px;
    max-width: 213px;
}

.partresults-slide.swiper-slide {
    display: flex;
    height: 410px;
}

.partresults-slide.swiper-slide > img {
    width: 265px;
    border-radius: 30px 0 0 30px;
    height: 410px;
    object-fit: cover;
}

.partresults-slide__container {
    box-shadow: 0 0 50px 0 rgba(104, 104, 104, 0.1);
    background: #ff0b00;
    padding: 40px 19px 40px 40px;
    max-width: 440px;
}

.partresults-slide__video {
    box-shadow: 0 0 50px 0 rgba(104, 104, 104, 0.1);
    background: #ff0b00;
    border-radius: 0 30px 30px 0;
    padding-right: 40px;
    padding-bottom: 40px;
    padding-top: 135px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.partresults-slide__container {}

.partresults-slide__top--title {
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #fff;
}

.partresults-slide__top--subtitle {
    font-weight: 400;
    font-size: 36px;
    line-height: 130%;
    color: #fff;
}

.partresults-slide__top {
    opacity: 0.7;
}

.partresults-slide__center {
    margin-top: 20px;
}

.partresults-slide__center--title {
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #fff;
}

.partresults-slide__center--subtitle {
    font-weight: 700;
    font-size: 36px;
    line-height: 130%;
    color: #fff;
}

.partresults-slide__bottom {
    font-style: italic;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #fff;
    margin-top: 40px;
    max-width: 325px;
}

.partresults-slide__view {
    width: 135px;
    height: 135px;
    position: relative;
}

.partresults-slide__view img {
    border-radius: 100%;
    width: 135px;
    height: 135px;
    object-fit: cover;
    position: relative;
}

.partresults-slide__hint {
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    text-align: center;
    color: #fff;
    margin-top: 10px;
}

section.partresults {
    margin-top: 100px;
}

.partresults-slider {
    margin-top: 40px;
}

section.franchise-quiz {
    margin-top: 100px;
}

.franchise-quiz__titlecont {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.franchise-quiz__counter {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.franchise-quiz__counter--title {
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    text-align: right;
    color: #34322c;
}

.quiz-container {
    width: 100%;
    max-width: 800px;
    background: white;
    border-radius: 20px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    position: relative;
}

.quiz-header {
    background: #101010;
    color: white;
    padding: 25px;
    text-align: center;
    position: relative;
}

.quiz-title {
    margin-bottom: 10px;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #fff;
    text-align: left;
    margin-top: 7px;
}

.step-counter {
    position: absolute;
    right: 15px;
    border-radius: 20px;
    padding: 5px 15px;
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    color: #fff;
    top: 27px;
}

.quiz-topper {
    display: flex;
    align-items: center;
}

.quiz-topper svg {
    margin-right: 10px;
}

.quiz-content {
    padding: 30px;
}

.question {
    font-size: 22px;
    font-weight: 600;
    color: #1a3a5f;
    text-align: center;
    margin-bottom: 30px;
}

.answers {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    margin-bottom: 30px;
}

/* Стили для кастомных радиокнопок (шаги 1 и 5) */
.image-option {
    width: 200px;
    height: 150px;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.image-option:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.image-option.selected {
    border-color: #FF0B00;
    box-shadow: 0 0 0 3px rgba(255, 11, 0, 0.2);
}

.image-placeholder {
    width: 100%;
    height: 70px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
    font-size: 24px;
}

.image-option-text {
    font-size: 16px;
    font-weight: 500;
    color: #333;
    text-align: center;
}

/* Стили для стандартных радиокнопок (шаги 2-4) */
.radio-option {
    width: 100%;
    max-width: 500px;
    padding: 18px 25px;
    border: 2px solid #e0e0e0;
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
}

.radio-option:hover {
    border-color: #FF0B00;
    background: rgba(255, 11, 0, 0.05);
}

.radio-option.selected {
    border-color: #FF0B00;
    background: rgba(255, 11, 0, 0.1);
}

.radio-option input {
    margin-right: 15px;
    width: 20px;
    height: 20px;
}

/* Стили для формы (шаг 6) */
.form-step {
    max-width: 500px;
    margin: 0 auto;
}

.form-group {
    margin-bottom: 20px;
}

.form-group label {
    display: block;
    margin-bottom: 8px;
    font-weight: 500;
    color: #333;
}

.form-group input {
    width: 100%;
    padding: 15px;
    border: 2px solid #e0e0e0;
    border-radius: 10px;
    font-size: 16px;
    transition: border-color 0.3s;
}

.form-group input:focus {
    border-color: #FF0B00;
    outline: none;
}

.privacy-text {
    font-weight: 400;
    font-size: 12px;
    line-height: 130%;
    color: #7a7b7a;
    margin-top: 10px;
    text-align: left;
}

.privacy-text a {
    color: #FF0B00;
    text-decoration: none;
}

.privacy-text a:hover {
    text-decoration: underline;
}

.navigation {
    display: flex;
    justify-content: space-between;
    padding-top: 20px;
}

.btn {
    padding: 15px 30px;
    border: none;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.back-btn {
    background: #f5f5f5;
    color: #333;
}

.back-btn:hover {
    background: #e0e0e0;
}

.next-btn {
    background: #FF0B00;
    color: white;
}

.next-btn:hover {
    background: #e00a00;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(255, 11, 0, 0.3);
}

.next-btn:disabled {
    background: #cccccc;
    cursor: not-allowed;
    transform: none;
    box-shadow: none;
}

.final-step-btn {
    width: 100%;
    padding: 18px;
    font-size: 18px;
}

/* Стили для прогресс-бара */
.progress-container {
    height: 8px;
    background: #f0f0f0;
    border-radius: 4px;
    overflow: hidden;
}

input#quiz-name, input#phone-quiz {
    border: 1px solid #dcdcdc;
    border-radius: 12px;
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    color: #34322c;
}

.progress-bar {
    height: 100%;
    background: #FF0B00;
    border-radius: 4px;
    transition: width 0.5s ease;
}

/* Стили для сообщения об успешной отправке */
.thank-you-message {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.5s ease;
}

.thank-you-message.active {
    opacity: 1;
    pointer-events: all;
}

.message-content {
    background: white;
    border-radius: 20px;
    padding: 40px;
    text-align: center;
    max-width: 500px;
    width: 90%;
    transform: translateY(20px);
    transition: transform 0.5s ease;
}

.thank-you-message.active .message-content {
    transform: translateY(0);
}

.message-content h2 {
    color: #1a3a5f;
    margin-bottom: 20px;
}

.message-content p {
    color: #666;
    margin-bottom: 30px;
    line-height: 1.6;
}

.close-btn {
    background: #FF0B00;
    color: white;
    border: none;
    padding: 12px 30px;
    border-radius: 10px;
    font-size: 16px;
    cursor: pointer;
    transition: background 0.3s;
}

.close-btn:hover {
    background: #e00a00;
}

.hidden {
    display: none;
}

/* Адаптивность */
@media (max-width: 650px) {
    .quiz-header {
        padding: 20px 15px;
    }

    .quiz-title {
        font-size: 18px;
    }

    .quiz-content {
        padding: 20px;
    }

    .question {
        font-size: 18px;
    }

    .answers {
        gap: 15px;
    }

    .image-option {
        width: 140px;
        height: 130px;
    }

    .btn {
        padding: 12px 20px;
        font-size: 15px;
    }
}

.franchise-quiz__subtitle {
    font-weight: 400;
    font-size: 30px;
    line-height: 130%;
    color: #34322c;
    padding: 30px 0 35px 0;
}

.franchise-quiz__subtitle span {
    font-weight: 700;
    color: #ff0b00;
}

.franchise-quiz__container {
    display: flex;
}

.franchise-quiz__main {
    width: 760px;
}

.franchise-quiz__info {
    width: 360px;
    margin-left: auto;
    background: #101010;
    border-radius: 15px;
    padding: 40px;
    position: relative;
}

.franchise-quiz__online {
    background: #40ac1a;
    border-radius: 10px;
    display: flex;
    position: absolute;
    width: 115px;
    height: 35px;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    text-align: center;
    color: #fff;
    top: -18px;
    left: 50%;
    transform: translateX(-50%);
}

.franchise-quiz__online:before {
    content: '';
    position: absolute;
    border-radius: 3000px;
    width: 8px;
    height: 8px;
    background: #fff;
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
}

.franchise-quiz__info--title {
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #fff;
}

.franchise-quiz__info--container {
    display: flex;
    flex-direction: column;
}

.franchise-quiz__info--wrapper {
    display: flex;
    align-items: center;
    gap: 15px;
}

.franchise-quiz__info--wrapper img {
    border-radius: 100%;
}

.franchise-quiz__info--name {
    font-weight: 600;
    font-size: 16px;
    line-height: 140%;
    color: #fff;
}

.franchise-quiz__info--prof {
    font-weight: 400;
    font-size: 12px;
    line-height: 130%;
    color: #fff;
    opacity: 0.6;
    margin-top: 2px;
}

.franchise-quiz__info--socials {
    margin-top: 15px;
}

a.franchise-quiz__info--social:nth-child(2) {
    position: relative;
    right: 10px;
}

.franchise-quiz__info--bottom {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 20px;
}

.franchise-quiz__info--bottomtitle {
    font-weight: 700;
    font-size: 16px;
    line-height: 140%;
    color: #fff;
}

.franchise-quiz__info--block {
    background: #fff;
    border-radius: 15px;
    padding: 15px 18px;
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    color: #282828;
    position: relative;
    overflow: hidden;
}

.franchise-quiz__info--block.business:before {
    content: '';
    position: absolute;
    background: url('/local/templates/generator/assets/images/franchise/business.png') no-repeat;
    width: 183px;
    height: 83px;
    top: 0;
    right: 0;
}

.franchise-quiz__info--block.pokrutie:before {
    content: '';
    position: absolute;
    background: url('/local/templates/generator/assets/images/franchise/pokrutie.png') no-repeat;
    width: 130px;
    height: 82px;
    top: 3px;
    right: 0;
}

section.franchise-why {
    margin-top: 100px;
}

.franchise-why__container {
    margin-top: 45px;
}

.franchise-why__container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 40px;
}

.franchise-why__block {
    border: 1px solid #e9dae7;
    border-radius: 15px;
    padding: 40px;
    display: flex;
    flex-direction: column;
}

.franchise-why__count {
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    color: #1e1e1e;
}

.franchise-why__title {
    font-weight: 700;
    font-size: 24px;
    line-height: 130%;
    color: #34322c;
    margin-top: 10px;
}

.franchise-why__text {
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #1e1e1e;
    margin-top: 10px;
}

.franchise-why__block img {
    margin-top: auto;
    padding-top: 10px;
}

.franchise-why .franchise-button {
    width: 360px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 40px auto 0 auto;
}

section.franchise-auto {
    margin-top: 100px;
}

.franchise-auto .franchise-container {display: flex;gap: 40px;}

.franchise-auto__block {
    display: flex;
    flex-direction: column;
    gap: 45px;
}

.franchise-auto__big {
    border-radius: 15px;
    padding: 40px;
    width: 560px;
    height: 368px;
    background: #101010;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
}

.franchise-auto__big--title {
    font-weight: 700;
    font-size: 48px;
    line-height: 130%;
    letter-spacing: -0.02em;
    color: #fff;
}

.franchise-auto__big--text {
    font-weight: 400;
    font-size: 24px;
    line-height: 130%;
    color: #fff;
}

.franchise-auto__wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 40px;
}

.franchise-auto__item {gap: 10px;padding: 40px;background: #f3f4f8;border-radius: 15px;display: flex;flex-direction: column;justify-content: center;}

.franchise-auto__item--title {
    font-weight: 700;
    font-size: 30px;
    line-height: 130%;
    color: #34322c;
}

.franchise-auto__item--text {
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #34322c;
}

section.franchise-lider {
    margin-top: 100px;
}

.franchise-lider .franchise-container {
    display: flex;
    gap: 40px;
    background: #f3f4f8;
    border-radius: 30px;
    padding: 40px;
}

.franchise-lider__block {
    width: 479px;
}

.franchise-lider__wrapper {
    width: 560px;
}

.franchise-lider__block .franchise-button {
    display: flex;
    width: 242px;
    height: 56px;
    justify-content: center;
    align-items: center;
}

.franchise-lider__wrapper {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.franchise-lider__item {
    background: #fff;
    border-radius: 15px;
    padding: 40px;
}

.franchise-lider__item--title {
    font-weight: 700;
    font-size: 24px;
    line-height: 130%;
    color: #34322c;
}

.franchise-lider__item--title span {
    border-radius: 30px;
    padding: 0px 10px;
    background: #f3f4f8;
}

.franchise-lider__top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.franchise-lider__item--count {
    font-weight: 400;
    font-size: 12px;
    line-height: 130%;
    color: #34322c;
    border: 1px solid #34322c;
    border-radius: 30px;
    padding: 6px 10px;
}

.franchise-lider__item--text {
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    color: #34322c;
    margin-top: 20px;
}

section.franchise-7steps {
    margin-top: 100px;
}

.franchise-7steps__subtitle {
    font-weight: 400;
    font-size: 30px;
    line-height: 130%;
    color: #34322c;
    margin-top: 30px;
}

.franchise-7steps__container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 40px;
    margin-top: 45px;
}

.franchise-7steps__item:nth-child(1) {grid-row: 1 / 3;}

.franchise-7steps__item:nth-child(7) {
    grid-column: 2 / 4;
}

.franchise-7steps__item {
    border: 0.50px solid #e9dae7;
    border-radius: 15px;
    padding: 40px;
}

.franchise-7steps__count {
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    color: #1e1e1e;
}

.franchise-7steps__item--title {
    font-weight: 700;
    font-size: 24px;
    line-height: 130%;
    color: #34322c;
    margin-top: 10px;
}

.franchise-7steps__item--subtitle {
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #1e1e1e;
    margin-top: 10px;
}

.franchise-7steps__item img {
    margin-top: 40px;
}

.franchise-7steps__item.black {
    display: flex;
    background: #101010;
    gap: 20px;
}

.franchise-7steps__item.black .franchise-button{
    display: flex;
    justify-content: center;
    align-items: center;
}

.franchise-7steps__item.black img {
    margin-top: 0;
    border-radius: 18px;
}

.franchise-7steps__item.black .franchise-7steps__count {
    color: #fff;
}

.franchise-7steps__item.black .franchise-7steps__item--title {
    color: #fff;
}

.franchise-7steps__item.black .franchise-7steps__item--subtitle {
    color: #fff;
}

#reviews {
   scroll-margin-top: 200px;
}

.franchise-reviews__top .franchise-title {
    max-width: 630px;
}

.franchise-reviews__top {
    display: flex;
    align-items: flex-end;
}

.franchise-links {
    display: flex;
    align-items: center;
    position: relative;
    left: -90px;
    gap: 12px;
}

.franchise-links a {
    max-width: 100px;
}

.franchise-reviews__subtitle {
    font-weight: 400;
    font-size: 30px;
    line-height: 130%;
    color: #34322c;
    margin-top: 30px;
}

.franchise-reviews__subtitle span {
    font-weight: 700;
}

.franchise-reviews__slidetop {
    display: flex;
    align-items: center;
}

.franchise-reviews__slidetop img {
    max-width: 35px;
    border-radius: 100%;
    object-fit: cover;
    margin-right: 16px;
}

.franchise-reviews__slideauthor {
    font-weight: 700;
    font-size: 16px;
    line-height: 140%;
    color: #282828;
}

.franchise-reviews__slidedate {
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    text-align: right;
    color: #282828;
    opacity: 0.5;
    margin-left: auto;
}

.franchise-reviews__slider {
    margin-top: 40px;
}

.franchise-reviews__slider .swiper-slide {
    padding: 40px 40px 40px 40px;
    border-radius: 15px;
    background: #f3f4f8;
    min-height: 303px;
    display: flex;
    flex-direction: column;
}

.franchise-reviews__text {
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #282828;
    margin-top: 10px;
}

.franchise-reviews__stars {
    display: flex;
    align-items: center;
}

.franchise-reviews__stars img {
    max-width: 20px;
    width: 20px;
}

.franchise-reviews__bottom {
    margin-top: auto;
    display: flex;
    align-items: center;
}

.franchise-reviews__bottom > div + img {
    margin-left: auto;
}

.franchise-reviews__slider {
    margin-top: 40px;
}

.franchise-faq__wrapper {
    margin-top: 45px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 0 20px;
}

section.franchise-faq {
    margin-top: 100px;
}

.franchise-faq__item--title {
    font-weight: 400;
    font-size: 21px;
    line-height: 130%;
    color: #34322c;
    cursor: pointer;
}

.franchise-faq__item {
    border-radius: 30px;
    padding: 21px 40px;
    background: #f3f4f8;
    position: relative;
    transition: 0.4s ease;
}

.franchise-faq__item--text {
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    color: #34322c;
    margin-top: 15px;
    padding-right: 30px;
    display: none;
    flex-direction: column;
}

.franchise-faq__item--text ul {
    margin: 10px 20px;
}

.franchise-faq__item:before {
    content: url('/local/templates/generator/assets/images/franchise/cross.svg');
    position: absolute;
    right: 40px;
    top: 15px;
    width: 40px;
    height: 40px;
}

.franchise-faq__item.active:before {
    transform: rotate(45deg);
}

.franchise-faq__item.active .franchise-faq__item--text {
    display: flex;
}

section.franchise-question {
    margin-top: 120px;
}

.franchise-question .franchise-container {
    height: 330px;
    background: #f3f4f8;
    border-radius: 30px;
    position: relative;
    display: flex;
    justify-content: flex-end;
}

.franchise-question .franchise-container > img {
    position: absolute;
    left: 0;
    top: -75px;
}

.franchise-question__wrapper {
    padding-right: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.franchise-question__title {
    font-weight: 700;
    font-size: 48px;
    line-height: 130%;
    letter-spacing: -0.02em;
    color: #34322c;
}

.franchise-question__text {
    font-weight: 400;
    font-size: 24px;
    line-height: 130%;
    color: #34322c;
    max-width: 266px;
}

.franchise-question__bottom {
    display: flex;
    align-items: center;
    gap: 60px;
    margin-top: 10px;
}

section.franchise-form {
    margin-top: 120px;
    background: #f3f4f8;
    position: relative;
    overflow: hidden;
}

.franchise-form__wrapper {
    position: relative;
    z-index: 1;
    max-width: 660px;
}

.franchise-form .franchise-container {
    padding: 40px 0;
}

.franchise-form:before {
    content: '';
    position: absolute;
    width: 920px;
    height: 573px;
    right: 0;
    top: 0;
    background: url(/local/templates/generator/assets/images/franchise/sto-bot.png) no-repeat;
    z-index: 0;
}

.franchise-form__text {
    font-weight: 400;
    font-size: 24px;
    line-height: 130%;
    color: #34322c;
    margin-top: 30px;
}

.franchise-form__tip {
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #34322c;
    margin-top: 45px;
}

.franchise-form form input {
    margin-top: 10px;
    width: 100%;
    border: 1px solid #dcdcdc;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.1);
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
}

.franchise-form form {
    max-width: 360px;
}

.franchise-form form input::placeholder {
    color: #34322c;
}

.franchise-form form button {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 16px;
    line-height: 140%;
    text-transform: uppercase;
    color: #fff;
    margin-top: 20px;
}

.franchise-form__policy {
    font-weight: 400;
    font-size: 10px;
    line-height: 130%;
    color: #7a7b7a;
    margin-top: 10px;
}

div#timer2 {
    position: absolute;
    bottom: 0;
    display: flex;
    background: #fff;
    border-radius: 30px;
    padding: 32px;
    left: 650px;
}

.franchise-form .digit {
    font-weight: 700;
    font-size: 34px;
    line-height: 80%;
    color: #eb0029;
    width: 75px;
    height: 75px;
    border: 1px solid #eb0029;
    border-radius: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.franchise-form .time-value {
    width: 75px;
    height: 75px;
}

.franchise-form .time-label {
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    text-align: center;
    color: #3a3a39;
    margin-top: 12px;
}

.franchise-form .time-separator {
    margin-top: 16px;
    padding: 0 10px;
}

section.franchise-reviews {
    margin-top: 100px;
}

.swiper-button-prev:after {
    font-size: 0;
    background: url('/local/templates/generator/assets/images/franchise/left-arrow.svg');
    width: 46px;
    height: 46px;
}

.swiper-button-prev {
    width: 45px;
    left: -55px;
}

.swiper-button-next:after {
    font-size: 0;
    background: url('/local/templates/generator/assets/images/franchise/right-arrow.svg');
    width: 46px;
    height: 46px;
}

.swiper-button-next {
    width: 45px;
    right: -50px;
}

.arrows-wrapper, .arrows-wrapper2 {
    position: absolute;
    right: 50px;
}

.franchise-container {
    position: relative;
}

section.partresults .franchise-title {
    max-width: 300px;
}

.arrows-wrapper {
    top: 35px;
}

.arrows-wrapper2 {
    top: 150px;
}

.hide {
    display: none;
}

@media (max-width: 1200px) {
    br.mob {
        display: block;
    }
    br.pc {
        display: none;
    }
    .pc {
        display: none;
    }
    .mob {
        display: block;
    }
	#reviews {
		scroll-margin-top: 150px;
	}
    .franchise-top .franchise-container {
        flex-direction: column;
        padding: 0 28px;
    }
    .franchise-top__left {
        width: 100%;
    }
    .franchise-title {
        font-size: 24px;
    }
    .franchise-top__subtitle {
        font-size: 20px;
        margin-top: 20px;
    }
    .franchise-top .franchise-container:before {
        content: none;
    }
    .franchise-top__right {
        width: 100%;
        margin-left: 0;
        padding: 12px 22px 27px 22px;
    }
    .franchise-top__subtitle2 {
        margin-top: 10px;
    }
    #city-input {
        height: 55px;
    }
    #phone {
        padding-left: 76px;
        max-height: 100%;
        height: 55px;
        width: 100%;
    }
    .iti.iti--allow-dropdown.iti--separate-dial-code {
        width: 100%;
    }
    .franchise-top__bonus > img {
        width: 100px;
    }
    .franchise-top__policy div {
        font-size: 12px;
    }
    section.franchise-partner, section.franchise-quiz, section.franchise-why, section.franchise-auto, section.franchise-lider, section.franchise-7steps, section.franchise-reviews, section.franchise-faq, section.franchise-question, section.franchise-form {
        margin-top: 60px;
        padding: 0 27px;
    }
    .franchise-partner__block {
        padding: 20px;
    }
    .franchise-partner__block:nth-child(1) {
        width: 100%;
    }
    .franchise-partner__block:nth-child(2) {
        width: 100%;
    }
    .franchise-partner__container {
        gap: 20px;
    }
    .franchise-partner__block--textcount {
        max-width: 180px;
    }
    .franchise-partner__block--counts {
        flex-direction: column;
        padding-top: 0;
    }
    .franchise-partner__block:nth-child(3) {
        width: 100%;
        margin-top: 0;
    }
    .franchise-partner__block--title {
        padding-bottom: 20px;
    }
    .franchise-partner__block--text2 {
        margin-top: 0;
    }
    .franchise-partner__block--cont {
        flex-direction: column;
        align-items: flex-start;
        margin-top: 20px;
    }
    .franchise-partner__block--text3 {
        margin-left: 0;
    }
    .partresults-slide.swiper-slide > img {
        display: none;
    }
    .partresults-slide__container {
        flex-direction: column;
        display: flex;
        padding: 20px;
        border-radius: 20px 20px 0 0;
    }
    .partresults-slide__top--title {
        font-size: 12px;
    }
    .partresults-slide__top--subtitle {
        font-size: 16px;
        margin-top: 10px;
    }
    .partresults-slide__center {
        margin-top: 15px;
    }
    .partresults-slide__center--title {
        font-size: 12px;
    }
    .partresults-slide.swiper-slide {
        flex-direction: column;
        height: 470px;
        margin-right: 20px;
    }
    .partresults-slide__center--subtitle {
        font-size: 16px;
        margin-top: 10px;
    }
    .partresults-slide__bottom {
        margin-top: 15px;
        max-width: 100%;
    }
    .partresults-slide__video {
        padding: 0 20px 20px 20px;
        flex-direction: row;
        border-radius: 0 0 20px 20px;
    }
    .partresults-slide__view {
        width: 93px;
        height: 93px;
    }
    .animation-item {
        width: 93px;
        height: 93px;
    }
    .partresults-slide__view img {
        width: 93px;
        height: 93px;
    }
    section.partresults {
        margin-top: 60px;
        padding: 0 28px;
    }
    .partresults-slide__hint {
        margin-left: 15px;
    }
    .franchise-quiz__counter {
        position: absolute;
        top: 210px;
    }
    .franchise-quiz__subtitle {
        padding-bottom: 150px;
        font-size: 20px;
        padding-top: 20px;
    }
    .franchise-quiz__container {
        flex-direction: column;
    }
    .franchise-quiz__main {
        width: 100%;
    }
    .franchise-why__container {
        grid-template-columns: 1fr;
        margin-top: 20px;
        grid-gap: 20px;
    }
    .franchise-why .franchise-button {
        margin-top: 20px;
    }
    .franchise-auto .franchise-container {
        flex-direction: column;
        gap: 20px;
    }
    .franchise-auto__block {
        gap: 20px;
    }
    .franchise-auto__big {
        width: 100%;
        height: 126px;
        padding: 20px;
    }
    .franchise-auto__big--title {
        font-size: 26px;
    }
    .franchise-auto__big--text {
        font-size: 16px;
        max-width: 200px;
    }
    .franchise-auto__wrapper {
        grid-template-columns: 1fr;
        grid-gap: 20px;
    }
    .franchise-lider .franchise-container {
        flex-direction: column;
    }
    .franchise-lider__wrapper {
        width: 100%;
    }
    .franchise-lider__item {
        padding: 20px;
    }
    .franchise-7steps__subtitle {
        font-size: 20px;
        margin-top: 20px;
    }
    .franchise-7steps__container {
        grid-gap: 20px;
        grid-template-columns: 1fr;
    }
    .franchise-7steps__item:nth-child(1) {
        grid-row: 1;
        padding: 20px;
    }
    .franchise-7steps__item.black {
        grid-column: 1;
        flex-direction: column;
    }
    .franchise-7steps__item.black img {
        height: 149px;
        object-fit: cover;
    }
    .franchise-reviews__top {
        flex-direction: column;
        align-items: flex-start;
    }
    .franchise-reviews__top .franchise-title {
        max-width: 100%;
    }
    .franchise-links {
        left: 0;
        flex-wrap: wrap;
        gap: 10px;
    }
    .franchise-links a:nth-child(3) {
        width: 100%;
        display: contents;
    }
    .arrows-wrapper2 {
        top: 100px;
    }
    .franchise-reviews__subtitle {
        display: none;
    }
    .franchise-faq__wrapper {
        margin-top: 30px;
        padding: 0;
    }
    .franchise-faq__item--title {
        max-width: 275px;
    }
    .franchise-question .franchise-container {
        display: flex;
        justify-content: flex-start;
        padding: 20px;
    }
    .franchise-question .franchise-container > img {
        top: auto;
        bottom: -130px;
    }
    .franchise-question__wrapper {
        justify-content: flex-start;
        padding-right: 0;
    }
    .franchise-question__title {
        font-size: 24px;
    }
    .franchise-question__bottom {
        margin-top: 20px;
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }
    .franchise-question__text {
        font-size: 16px;
        max-width: 100%;
    }
    section.franchise-form {
        margin: 190px 27px 0 27px;
    }
    .franchise-form:before {
        width: 450px;
        height: 228px;
        right: 0;
        top: auto;
        bottom: 0;
        background-size: cover;
    }
    .franchise-form__text {
        font-size: 20px;
    }
    .franchise-form__tip {
        margin-top: 20px;
    }
    .franchise-form form {
        padding-bottom: 200px;
        max-width: 100%;
    }
    .franchise-form form button {
        margin-top: 10px;
    }
    .franchise-form__policy {
        font-size: 9px;
        margin-top: 7px;
    }
    div#timer2 {
        left: -5px;
    }
    .franchise-form .time-value {
        width: 45px;
        height: 45px;
    }
    .franchise-form .digit {
        width: 45px;
        height: 45px;
        font-size: 20px;
    }
    .franchise-form .time-label {
        font-size: 10px;
    }
    .franchise-form .time-separator {
        margin-top: 0;
    }
    body.has-topbar .franchise-top {
        margin-top: 135px;
    }
    .franchise-top {
        margin-top: 60px;
    }
	.franchise-lider__block {width: 100%;}
}

@keyframes pulse {
    0% {
        opacity: 1;
        transform: scale(1, 1);
        animation-timing-function: linear;
    }
    50% {
        opacity: 0;
        transform: scale(1.4, 1.4);
        animation-timing-function: linear;
    }
    100% {
        opacity: 0;
        transform: scale(1.1, 1.1);
    }
}