.franchise-banner {
    width: 100%;
    position: relative;
    text-align: center;
    padding: 0 336px;
}

@media (max-width: 1365px) and (min-width: 1024px) {
    .franchise-banner {
        padding: 0 100px;
    }
}

@media (max-width: 1023px) and (min-width: 768px) {
    .franchise-banner {
        padding: 0 65px;
    }
}

@media (max-width: 767px) {
    .franchise-banner {
        padding: 0 25px;
    }
}

.franchise-banner-title {
    font-size: 56px;
    font-weight: 800;
    padding-top: 142px;
}

@media (max-width: 1023px) and (min-width: 768px) {
    .franchise-banner-title {
        padding-top: 85px;
        line-height: 64px;
    }
}

@media (max-width: 767px) {
    .franchise-banner-title {
        padding-top: 68px;
        font-size: 40px;
        line-height: 44px;
    }
}

.franchise-banner-text {
    font-size: 24px;
    padding-top: 137px;
    line-height: 32px;
}

@media (max-width: 1365px) and (min-width: 1024px) {
    .franchise-banner-text {
        padding-top: 110px;
    }
}

@media (max-width: 1023px) and (min-width: 768px) {
    .franchise-banner-text {
        padding-top: 80px;
    }
}

@media (max-width: 767px) {
    .franchise-banner-text {
        padding-top: 74px;
    }
}

.franchise-details {
    padding-top: 85px;
    font-size: 0;
    width: 100%;
}

@media (max-width: 1365px) and (min-width: 1024px) {
    .franchise-details {
        padding-top: 110px;
    }
}

@media (max-width: 1023px) and (min-width: 768px) {
    .franchise-details {
        padding-top: 95px;
    }
}

@media (max-width: 767px) {
    .franchise-details {
        padding-top: 75px;
    }
}

.fr-detail-block {
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: 33.3333333%;
    height: 536px;
}

.fr-detail-block .fr-detail-block-wrapper {
    width: 100%;
    height: 100%;
    position: relative;
    display: block;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    text-align: center;
}

.fr-detail-block .fr-detail-block-wrapper .black-text {
    color: #000 !important;
}

.fr-detail-block .fr-detail-block-wrapper .fr-detail-block-half {
    width: 100%;
    height: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    font-size: 0;
    display: block;
}

.fr-detail-block .fr-detail-block-wrapper .fr-detail-block-half .fr-detail-block-quarter {
    width: 50%;
    height: 100%;
    display: inline-block;
}

.fr-detail-block .fr-detail-block-wrapper .fr-detail-block-half .fr-detail-block-quarter .fr-detail-block-title {
    color: #00b9bf;
}

.fr-detail-block .fr-detail-block-wrapper .fr-detail-block-half .fr-detail-block-quarter .fr-detail-block-text {
    color: #000;
    text-align: left;
    margin-top: 0;
    padding: 0 35px;
}

.fr-detail-block .fr-detail-block-wrapper .fr-detail-block-half .fr-detail-block-quarter:nth-child(2n) {
    background-color: #f6f6f6;
}

.fr-detail-block .fr-detail-block-wrapper.white-text .fr-detail-block-title,
.fr-detail-block .fr-detail-block-wrapper.white-text .fr-detail-block-text {
    color: #fff;
}

.fr-detail-block .fr-detail-block-wrapper.green-text .fr-detail-block-title {
    color: #00b9bf;
}

.fr-detail-block .fr-detail-block-wrapper.green-text .fr-detail-block-text {
    color: #000;
}

.fr-detail-block .fr-detail-block-title {
    font-size: 96px;
    font-weight: bold;
    padding: 0 20px;
    line-height: 76px;
}

.fr-detail-block .fr-detail-block-title.fr-detail-block-title-small {
    font-size: initial;
    line-height: 1;
}

.fr-detail-block-wrapper .table-row:not(:last-child) {
    margin-bottom: 64px;
}

@media (max-width: 767px) {
    .fr-detail-block-wrapper .table-row:not(:last-child) {
        margin-bottom: 32px;
    }
}

@media (max-width: 1023px) and (min-width: 768px) {
    .fr-detail-block-wrapper .table-row:not(:last-child) {
        margin-bottom: 24px;
    }
}

.fr-detail-block .fr-detail-block-title .md-text {
    font-size: 40px;
}

.fr-detail-block .fr-detail-block-title .sm-text {
    font-size: 32px;
}

.fr-detail-block .fr-detail-block-text {
    font-size: 20px;
    font-weight: 300;
    padding: 0 10px;
    margin-top: 13px;
}

@media (max-width: 1365px) and (min-width: 1024px) {
    .fr-detail-block {
        width: 50%;
        height: 512px;
    }

    .fr-detail-block:nth-child(3) {
        width: 100%;
        height: 256px;
    }

    .fr-detail-block:nth-child(3) .fr-detail-block-wrapper {
        display: flex;
    }

    .fr-detail-block:nth-child(3) .fr-detail-block-wrapper .fr-detail-block-half {
        height: 100%;
    }
}

@media (max-width: 1023px) and (min-width: 768px) {
    .fr-detail-block {
        width: 50%;
        height: 384px;
    }

    .fr-detail-block:nth-child(3) {
        width: 100%;
        height: 192px;
    }

    .fr-detail-block:nth-child(3) .fr-detail-block-wrapper {
        display: flex;
    }

    .fr-detail-block:nth-child(3) .fr-detail-block-wrapper .fr-detail-block-half {
        height: 100%;
    }
}

@media (max-width: 1365px) {
    .fr-detail-block .fr-detail-block-wrapper .fr-detail-block-half .fr-detail-block-quarter .fr-detail-block-text {
        padding: 0 20px;
    }
}

@media (max-width: 370px) {
    .fr-detail-block .fr-detail-block-wrapper .fr-detail-block-half .fr-detail-block-quarter .fr-detail-block-text {
        padding: 0 10px;
    }
}

@media (max-width: 767px) {
    .fr-detail-block {
        width: 100%;
        height: 480px;
    }
}

.fr-detail-block__logo-forbes.table-cell {
}

@media (max-width: 1499px) {
    .fr-detail-block__logo-forbes.table-cell {
        vertical-align: top;
    }

    .fr-detail-block__logo-forbes.table-cell .fr-detail-block-title {
        line-height: 38px;
    }

    .fr-detail-block__logo-forbes.table-cell img {
        width: 100px;
    }

    .fr-detail-block__logo-forbes.table-cell .fr-detail-block-text {
        padding: 0 20px;
        margin-top: 12px;
    }

    .fr-detail-block__logo-forbes.table-cell br {
        display: none;
    }
}

@media (max-width: 767px) {
    .fr-detail-block__logo-forbes.table-cell .fr-detail-block-title {
        line-height: 52px;
    }
}

.franchise-shops {
    width: 100%;
}

.franchise-shops .fr-shops-title {
    font-size: 40px;
    font-weight: 800;
    line-height: 44px;
    text-align: center;
    padding-top: 134px;
}

.franchise-shops .fr-shops-carousel {
    max-width: 720px;
    margin: 96px auto 0;
}

.franchise-shops .fr-shops-carousel .fr-shops-item img {
    margin: 0 auto;
}

.franchise-shops .fr-shops-carousel__dots {
    margin-top: 29px;
    text-align: center;
}

.franchise-shops .fr-shops-carousel__dots li {
    margin-bottom: 0;
    list-style: none;
    display: inline-block;
}

.franchise-shops .fr-shops-carousel__dots button {
    width: 10px;
    height: 10px;
    margin: 0 5px 0 5px;
    padding: 0;
    background-color: #ededed;
    border: none;
    font-size: 0;
    border-radius: 50%;
}

.franchise-shops .fr-shops-carousel__dots button:focus {
    background-color: #ededed;
}

.franchise-shops .fr-shops-carousel__dots li.slick-active button {
    background-color: #00b9bf;
}

.franchise-shops .fr-shops-carousel__dots li.slick-active button:focus {
    background-color: #00b9bf;
}

.franchise-shops .fr-shops-carousel__arrow {
}

.franchise-shops .fr-shops-carousel__arrow_left,
.franchise-shops .fr-shops-carousel__arrow_right {
    display: inline-block;
    padding: 0;
    width: 32px;
    height: 61px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    text-indent: -999999px;
    background: none;
    border-radius: 0;
    border: 0;
    position: absolute;
    top: 0;
    bottom: 50px;
    margin: auto;
}

.franchise-shops .fr-shops-carousel__arrow.is-disabled {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2262%22%20viewBox%3D%220%200%2032%2062%22%20style%3D%22fill%3A%23999%3B%22%3E%0A%20%20%3Cpath%20id%3D%22arrow_right_copy%22%20data-name%3D%22arrow_right%20copy%22%20class%3D%22cls-1%22%20d%3D%22M1443.02%2C498.01l0.98%2C1L1414.98%2C528.5%2C1444%2C557.994l-0.98%2C1L1413.01%2C528.5Z%22%20transform%3D%22translate(-1412.5%20-497.5)%22%2F%3E%0A%3C%2Fsvg%3E");
    cursor: default;
    pointer-events: none;
}

.franchise-shops .fr-shops-carousel__arrow_left {
    left: -72px;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2262%22%20viewBox%3D%220%200%2032%2062%22%20style%3D%22fill%3A%23000%3B%22%3E%0A%20%20%3Cpath%20id%3D%22arrow_right_copy%22%20data-name%3D%22arrow_right%20copy%22%20class%3D%22cls-1%22%20d%3D%22M1443.02%2C498.01l0.98%2C1L1414.98%2C528.5%2C1444%2C557.994l-0.98%2C1L1413.01%2C528.5Z%22%20transform%3D%22translate(-1412.5%20-497.5)%22%2F%3E%0A%3C%2Fsvg%3E");
}

.franchise-shops .fr-shops-carousel__arrow_left:hover {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2262%22%20viewBox%3D%220%200%2032%2062%22%20style%3D%22fill%3A%2300b9bf%3B%22%3E%0A%20%20%3Cpath%20id%3D%22arrow_right_copy%22%20data-name%3D%22arrow_right%20copy%22%20class%3D%22cls-1%22%20d%3D%22M1443.02%2C498.01l0.98%2C1L1414.98%2C528.5%2C1444%2C557.994l-0.98%2C1L1413.01%2C528.5Z%22%20transform%3D%22translate(-1412.5%20-497.5)%22%2F%3E%0A%3C%2Fsvg%3E");
}

.franchise-shops .fr-shops-carousel__arrow_right {
    right: -72px;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232.5%22%20height%3D%2262%22%20viewBox%3D%220%200%2032.5%2062%22%20style%3D%22fill%3A%23000%3B%22%3E%0A%20%20%3Cpath%20id%3D%22arrow_right%22%20class%3D%22cls-1%22%20d%3D%22M1413.5%2C558.99l-1-1%2C29.49-29.493-29.49-29.491%2C1-1%2C30.49%2C30.492Z%22%20transform%3D%22translate(-1412%20-497.5)%22%2F%3E%0A%3C%2Fsvg%3E");
}

.franchise-shops .fr-shops-carousel__arrow_right:hover {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232.5%22%20height%3D%2262%22%20viewBox%3D%220%200%2032.5%2062%22%20style%3D%22fill%3A%2300b9bf%3B%22%3E%0A%20%20%3Cpath%20id%3D%22arrow_right%22%20class%3D%22cls-1%22%20d%3D%22M1413.5%2C558.99l-1-1%2C29.49-29.493-29.49-29.491%2C1-1%2C30.49%2C30.492Z%22%20transform%3D%22translate(-1412%20-497.5)%22%2F%3E%0A%3C%2Fsvg%3E");
}

@media (max-width: 1365px) and (min-width: 1024px) {
    .franchise-shops .fr-shops-title {
        padding-top: 95px;
    }
}

@media (max-width: 1023px) and (min-width: 768px) {
    .franchise-shops .fr-shops-title {
        padding-top: 88px;
    }
}

@media (max-width: 1023px) {
    .franchise-shops .fr-shops-carousel .slick-arrow {
        display: none !important;
    }
}

@media (max-width: 767px) {
    .franchise-shops .fr-shops-title {
        padding-top: 76px;
    }
}

@media (max-width: 767px) {
    .franchise-shops .fr-shops-carousel {
        width: 100%;
        margin: 78px auto 0;
    }
}

@media (max-width: 1365px) {
    .franchise-shops .fr-shops-carousel__dots {
        margin-top: 29px;
        margin-bottom: 0px;
    }
}

@media (max-width: 767px) {
    .franchise-shops .fr-shops-carousel__dots {
        margin-top: 30px;
        margin-bottom: 11px;
    }

    .franchise-shops .fr-shops-carousel__dots li {
        margin-bottom: 0;
    }
}

.franchise-advantage {
    width: 100%;
}

.franchise-advantage .fr-advantage-title {
    font-size: 40px;
    font-weight: 800;
    line-height: 44px;
    text-align: center;
    padding-top: 105px;
}

.franchise-advantage .fr-advantage-carousel-wrap {
    padding-top: 117px;
    width: 100%;
}

.franchise-advantage .fr-advantage-carousel-nav {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    margin-top: 10px;
}

.franchise-advantage .fr-advantage-carousel-nav .fr-carousel-num {
    font-size: 16px;
    font-weight: 800;
}

.franchise-advantage .fr-advantage-carousel {
    padding: 0 80px;
    width: 100%;
    font-size: 0;
    text-align: center;
}

.franchise-advantage .fr-carousel-item {
    width: 25%;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    padding: 0 16px;
}

.franchise-advantage .fr-carousel-item .fr-carousel-item-img {
    width: 65px;
    height: 65px;
}

.franchise-advantage .fr-carousel-item .fr-carousel-item-text {
    font-size: 17px;
    font-weight: 500;
    margin-top: 46px;
}

@media (max-width: 1365px) and (min-width: 1024px) {
    .franchise-advantage .fr-advantage-title {
        padding-top: 95px;
    }
}

@media (max-width: 1023px) and (min-width: 768px) {
    .franchise-advantage .fr-advantage-title {
        padding-top: 74px;
    }
}

@media (max-width: 767px) {
    .franchise-advantage .fr-advantage-title {
        padding-top: 51px;
        margin: 0 30px;
    }
}

@media (max-width: 1023px) {
    .franchise-advantage .fr-advantage-carousel-wrap {
        padding-top: 43px;
    }
}

@media (min-width: 1024px) {
    .franchise-advantage .fr-advantage-carousel-nav {
        display: none;
    }
}

@media (max-width: 1023px) {
    .franchise-advantage .fr-advantage-carousel-nav .fr-carousel-num {
        font-size: 26px;
    }
}

@media (min-width: 1024px) and (max-width: 1365px) {
    .franchise-advantage .fr-advantage-carousel {
        padding: 0 16px;
        text-align: left;
    }
}

@media (max-width: 1023px) {
    .franchise-advantage .fr-advantage-carousel {
        padding: 80px 16px 0 16px;
    }
}

@media (min-width: 1366px) {
    .franchise-advantage .fr-carousel-item {
    }

    .franchise-advantage .fr-carousel-item:nth-child(n + 5) {
        margin-top: 73px;
    }
}

@media (min-width: 1024px) and (max-width: 1365px) {
    .franchise-advantage .fr-carousel-item {
        width: 33.33333%;
    }

    .franchise-advantage .fr-carousel-item:nth-child(n + 4) {
        margin-top: 73px;
    }
}

@media (max-width: 1023px) {
    .franchise-advantage .fr-carousel-item .fr-carousel-item-img {
        margin: 0 auto;
        width: 90px;
        height: 90px;
    }
}

@media (max-width: 1023px) {
    .franchise-advantage .fr-carousel-item .fr-carousel-item-text {
        font-size: 18px;
    }
}

.fr-carousel-prev,
.fr-carousel-next {
    display: block;
    position: absolute;
    top: 0;
    border-radius: 50%;
    background-color: #00b9bf;
    width: 50px;
    height: 50px;
    transition: background-color 0.5s ease;

    margin: 0 30px;
}

.fr-carousel-prev .svg-arrow-step-back,
.fr-carousel-next .svg-arrow-step-back {
    fill: #fff;
    height: 20px;
    width: 26px;
    margin: 15px 12px;
}

.fr-carousel-prev.slick-disabled,
.fr-carousel-next.slick-disabled {
    background-color: #dadada;
}

.fr-carousel-prev {
    left: 0;
}

.fr-carousel-next {
    right: 0;
}

.fr-carousel-next .svg-arrow-step-back {
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.franchise-reviews .fr-reviews-title {
    font-size: 40px;
    font-weight: 800;
    text-align: center;
    padding-top: 160px;
}

@media (min-width: 1024px) and (max-width: 1365px) {
    .franchise-reviews .fr-reviews-title {
        padding-top: 120px;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .franchise-reviews .fr-reviews-title {
        padding-top: 100px;
    }
}

.fr-reviews-carousel-wrap {
    width: 100%;
    padding-top: 37px;
    padding-left: 7px;
}

.fr-rewiews-carousel {
    width: 100%;
    cursor: -webkit-grab;
    cursor: grab;
    padding-top: 71px;
}

.fr-rewiews-carousel .fr-carousel-prev {
    left: auto;
    right: 177px;
}

.fr-rewiews-carousel .fr-carousel-next {
    right: 113px;
}

.fr-rewiews-carousel .fr-carousel-prev,
.fr-rewiews-carousel .fr-carousel-next {
    width: 40px;
    height: 40px;
    margin: 0;
}

.fr-rewiews-carousel .fr-carousel-prev .svg-arrow-step-back,
.fr-rewiews-carousel .fr-carousel-next .svg-arrow-step-back {
    margin: 10px 7px;
}

.fr-rewiews-item {
    width: 450px;
    border: 1px solid #dadada;
    margin-right: 30px;
    padding: 0 40px 60px 40px;
}

@media (max-width: 1023px) and (min-width: 768px) {
    .fr-rewiews-item {
        width: 370px;
        padding: 0 25px 70px 25px;
        margin-right: 20px;
    }
}

@media (max-width: 767px) {
    .fr-rewiews-item {
        width: 350px;
        padding: 0 25px 45px 25px;
    }
}

.fr-rewiews-item-title {
    margin-top: 30px;
    font-size: 0;
    position: relative;
}

.fr-rewiews-item-title .fr-rewiews-item-img {
    width: 60px;
    height: 60px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 30px;
}

.fr-rewiews-item-title .fr-rewiews-item-img .fr-img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-position: 50% 0;
    background-size: cover;
}

.fr-rewiews-item-title .fr-rewiews-item-names {
    display: inline-block;
    vertical-align: middle;
    width: 200px;
}

.fr-rewiews-item-title .fr-rewiews-item-names .fr-rewiews-name {
    font-size: 16px;
    font-weight: 800;
    color: #000;
    overflow: hidden;
    height: 25px;
}

.fr-rewiews-item-title .fr-rewiews-item-names .fr-rewiews-address {
    font-size: 16px;
    color: #999;
    height: 72px;
    overflow: hidden;
}

.fr-rewiews-item-title .fr-rewiews-item-shops {
    position: absolute;
    top: 0;
    right: 0;
    padding-top: 5px;
}

.fr-rewiews-item-title .fr-rewiews-item-shops .fr-rewiews-shops-img {
    width: 24px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.fr-rewiews-item-title .fr-rewiews-item-shops .fr-rewiews-shops-img .svg-shop {
    width: 100%;
    height: 100%;
    fill: #00b9bf;
}

.fr-rewiews-item-title .fr-rewiews-item-shops .fr-rewiews-shops-text {
    font-size: 16px;
    font-weight: 400;
    display: inline-block;
    vertical-align: middle;
}

@media (max-width: 1023px) and (min-width: 768px) {
    .fr-rewiews-item-title .fr-rewiews-item-names {
        width: 185px;
    }
}

@media (max-width: 767px) {
    .fr-rewiews-item-title .fr-rewiews-item-names {
        width: 135px;
    }
}

@media (max-width: 1023px) {
    .fr-rewiews-item-title .fr-rewiews-item-names .fr-rewiews-name {
        font-size: 18px;
    }
}

@media (max-width: 767px) {
    .fr-rewiews-item-title .fr-rewiews-item-shops {
        text-align: right;
    }
}

@media (max-width: 1023px) and (min-width: 768px) {
    .fr-rewiews-item-title .fr-rewiews-item-shops {
        padding-top: 25px;
    }
}

@media (max-width: 767px) {
    .fr-rewiews-item-title .fr-rewiews-item-shops .fr-rewiews-shops-img {
        margin-right: 0;
    }
}

@media (max-width: 767px) {
    .fr-rewiews-item-title .fr-rewiews-item-shops .fr-rewiews-shops-text {
        display: block;
    }
}

.fr-rewiews-item-text {
    padding-top: 35px;
    font-size: 16px;
}

@media (max-width: 1023px) {
    .fr-rewiews-item-text {
        font-size: 18px;
    }
}

.franchise-requirement {
    padding: 0 95px;
}

.franchise-requirement .fr-requirement-title {
    font-weight: 800;
    font-size: 40px;
    color: #000;
    text-align: center;
    padding-top: 140px;
    line-height: 45px;
}

.franchise-requirement .fr-requirement-text {
    width: 100%;
    font-size: 0;
}

.franchise-requirement .fr-requirement-text .fr-requirement-item {
    display: inline-block;
}

.franchise-requirement .fr-requirement-text .fr-requirement-item .fr-requirement-item-img {
    width: 24px;
    height: 24px;
    display: inline-block;
    vertical-align: top;
}

.franchise-requirement .fr-requirement-text .fr-requirement-item .fr-requirement-item-img .svg-done {
    width: 100%;
    height: 100%;
    fill: #00b9bf;
}

.franchise-requirement .fr-requirement-text .fr-requirement-item .fr-requirement-item-text {
    font-size: 16px;
    color: #000;
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 36px);
    margin-left: 8px;
}

.franchise-requirement .fr-requirement-text .fr-requirement-item:not(:first-child) {
}

@media (min-width: 1024px) and (max-width: 1365px) {
    .franchise-requirement {
        padding: 0 45px;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .franchise-requirement {
        padding: 0 30px;
    }
}

@media (max-width: 767px) {
    .franchise-requirement {
        padding: 0 25px;
    }
}

@media (min-width: 1024px) and (max-width: 1365px) {
    .franchise-requirement .fr-requirement-title {
        padding-top: 135px;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .franchise-requirement .fr-requirement-title {
        padding-top: 118px;
    }
}

@media (max-width: 767px) {
    .franchise-requirement .fr-requirement-title {
        padding-top: 95px;
    }
}

@media (max-width: 1023px) and (min-width: 768px) {
    .franchise-requirement .fr-requirement-text {
        padding-top: 68px;
    }
}

@media (max-width: 767px) {
    .franchise-requirement .fr-requirement-text {
        padding-top: 56px;
    }
}

@media (min-width: 1366px) {
    .franchise-requirement .fr-requirement-text .fr-requirement-item {
        margin-top: 80px;
    }

    .franchise-requirement .fr-requirement-text .fr-requirement-item:not(:first-child) {
        margin-left: 25px;
        width: calc(20% - 25px);
    }

    .franchise-requirement .fr-requirement-text .fr-requirement-item:first-child,
    .franchise-requirement .fr-requirement-text .fr-requirement-item:nth-child(5n + 1) {
        margin-left: 0;
        width: 20%;
    }

    .franchise-requirement .fr-requirement-text .fr-requirement-item:nth-child(n + 5) {
        margin-top: 25px;
    }
}

@media (min-width: 1024px) and (max-width: 1365px) {
    .franchise-requirement .fr-requirement-text .fr-requirement-item {
        margin-top: 80px;
    }

    .franchise-requirement .fr-requirement-text .fr-requirement-item:not(:first-child) {
        margin-left: 20px;
        width: calc(33.333333% - 20px);
    }

    .franchise-requirement .fr-requirement-text .fr-requirement-item:first-child,
    .franchise-requirement .fr-requirement-text .fr-requirement-item:nth-child(3n + 1) {
        margin-left: 0;
        width: 33.333333%;
    }

    .franchise-requirement .fr-requirement-text .fr-requirement-item:nth-child(n + 3) {
        margin-top: 25px;
    }
}

@media (max-width: 1023px) {
    .franchise-requirement .fr-requirement-text .fr-requirement-item {
        display: block;
    }
}

@media (max-width: 1023px) and (min-width: 768px) {
    .franchise-requirement .fr-requirement-text .fr-requirement-item:not(:first-child) {
        padding-top: 32px;
    }
}

@media (max-width: 767px) {
    .franchise-requirement .fr-requirement-text .fr-requirement-item:not(:first-child) {
        padding-top: 21px;
    }
}

.franchise-contacts {
    width: 100%;
    padding-top: 122px;
    position: relative;
}

.franchise-contacts .fr-contacts-wrap {
    position: relative;
    margin-top: 100px;
    padding: 0 45px;
}

@media (min-width: 1024px) and (max-width: 1365px) {
    .franchise-contacts {
        padding-top: 84px;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .franchise-contacts {
        padding-top: 105px;
    }
}

@media (max-width: 767px) {
    .franchise-contacts {
        padding-top: 95px;
    }
}

@media (min-width: 1366px) and (max-width: 1499px) {
    .franchise-contacts .fr-contacts-wrap {
        padding: 0 45px;
    }
}

@media (min-width: 767px) and (max-width: 1024px) {
    .franchise-contacts .fr-contacts-wrap {
        padding: 0;
    }

    .fr-contacts-form-block {
        padding: 0 24px;
    }
}

@media (max-width: 767px) {
    .franchise-contacts .fr-contacts-wrap {
        padding: 0;
    }
}
.fr-contacts-title {
    font-size: 40px;
    font-weight: 800;
    color: #000;
    text-align: center;
    position: relative;
}

.fr-phone-block-wrap {
    position: relative;
    margin-top: 100px;
}

@media (min-width: 768px) and (max-width: 1023px) {
    .fr-phone-block-wrap {
        margin-top: 56px;
    }
}

@media (max-width: 767px) {
    .fr-phone-block-wrap {
        margin-top: 70px;
    }
}

.fr-phone-block {
    display: block;
    top: 0;
    right: 0;
    height: 500px;
    background-color: #f6f6f6;
    padding: 70px 85px 0;
    flex-grow: 1;
    max-width: 45%;
}

@media (max-width: 1024px) {
    .fr-phone-block {
        width: 100% !important;
        max-width: 100%;
        height: auto;
        position: relative;
        padding: 0 30px;
        padding-bottom: 42px;
    }
}

.fr-phone-block-phone {
    padding-top: 15px;
}

.fr-phone-block-img {
    width: 16px;
    height: 17px;
    display: inline-block;
}

.fr-phone-block-img .svg {
    width: 100%;
    height: 100%;
}

.fr-phone-block-text {
    display: inline-block;
    vertical-align: middle;

    font-size: 16px;
    font-weight: 400;
    margin-left: 8px;
}

@media (max-width: 1023px) {
    .fr-phone-block-text {
        font-size: 20px;
    }
}

.fr-phone-block-name {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 28px;
    padding-top: 46px;
}

@media (min-width: 768px) and (max-width: 1023px) {
    .fr-phone-block-name {
        width: 50%;
    }
}

@media (max-width: 767px) {
    .fr-phone-block-name {
        width: 80%;
    }
}

.fr-phone-block-title {
    font-size: 27px;
    font-weight: 800;
    letter-spacing: 1px;
}

@media (max-width: 1024px) {
    .fr-phone-block-title {
        padding-top: 46px;
    }
}

.fr-contacts-form-wrap .fr-contacts-form-title {
    font-size: 26px;
    font-weight: 800;
    color: #000;
    position: relative;
}

.field-select {
    width: calc(50% - 30px);
}

@media (max-width: 767px) {
    .fr-contacts-form-wrap .fr-contacts-form {
        text-align: center;
    }

    .field-select {
        width: 100%;
    }
}

.fr-contacts-form-wrap .fr-contacts-form .field__select {
    appearance: none;
    background-color: #fff;
    background-image: url("/local/templates/assets/img/svg/3.0.arrow-down-small.svg");
    background-position: right 8px center;
    background-repeat: no-repeat;
    border: 1px solid #bbb;
    border-radius: 8px;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
    color: #212121;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    justify-self: flex-start;
    line-height: 1.5;
    margin-right: 24px;
    min-height: 24px;
    padding: 8px 16px;
    position: relative;
    transition:
        background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out,
        box-shadow 0.15s ease-in-out;
    width: 100%;
}

@media (min-width: 767px) {
    .fr-contacts-form-wrap .fr-contacts-form .field-half {
    }

    .fr-contacts-form-wrap .fr-contacts-form .field-half:nth-child(2n) {
        margin-left: 30px;
        width: calc(50% - 30px);
    }
}

@media (max-width: 767px) {
    .fr-contacts-form-wrap .fr-contacts-form .field-half {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .fr-contacts-form-wrap .fr-contacts-form .captcha-field {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .fr-contacts-form-wrap {
        padding: 0 24px;
    }
    .fr-contacts-form-wrap .fr-contacts-form .btn {
        height: 56px;
        margin-top: 40px;
    }
}

.franchise-postscript {
    font-size: 24px;
    color: #fff;
    background-color: #00b9bf;
    margin-top: 152px;
    width: 100%;
}

.franchise-postscript .fr-postscript-text {
    width: 55%;
    margin: 0 auto;
    padding: 95px 0;
    text-align: center;
}

@media (min-width: 768px) and (max-width: 1023px) {
    .franchise-postscript {
        margin-top: 105px;
    }
}

@media (max-width: 767px) {
    .franchise-postscript {
        margin-top: 87px;
    }
}

@media (min-width: 1024px) and (max-width: 1365px) {
    .franchise-postscript .fr-postscript-text {
        width: 80%;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .franchise-postscript .fr-postscript-text {
        width: 100%;
        padding-left: 50px;
        padding-right: 50px;
    }
}

@media (max-width: 767px) {
    .franchise-postscript .fr-postscript-text {
        width: 100%;
        padding-left: 25px;
        padding-right: 25px;
    }
}

.fr-contacts-form-wrap {
    position: relative;
    width: 45%;
}

.fr-phone-block-wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 50px;
}

.form-row-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 30px;
    gap: 32px;
}
@media (max-width: 767px) {
    .form-row-flex {
        flex-direction: column;
        padding-top: 32px;
        gap: 32px;
    }
}

.field input {
    width: 100%;
    border: none;
    border-bottom: 1px solid #000;
    padding: 10px 10px 10px 0;
}

.field-half {
    width: 50%;
    position: relative;
}

.field-full {
    padding-top: 30px;
}
@media (max-width: 767px) {
    .field-half {
        width: 100% !important;
    }
    .field-full {
        padding-top: 32px;
    }
}

.field-full input {
    width: 100%;
}

.btn-container {
    display: flex;
    justify-content: end;
    align-items: flex-start;
    padding-top: 30px;
}
@media (max-width: 767px) {
    .btn-container {
        display: flex;
        justify-content: center;
        align-items: flex-start;
        padding-top: 30px;
    }
}
.form-submit-btn {
    border-radius: 30px !important;
    padding: 11px 40px !important;
}

.field__label {
    display: none;
}

.fr-contacts-form .callback-mes {
    margin: 70px 0;
    text-align: left;
    font-size: 28px;
    line-height: 1;
}

.field .filled {
    position: absolute;
    color: red;
    max-width: 100%;
    pointer-events: none;
}

.captcha-field img,
.captcha-field input {
    display: block;
}

@media (max-width: 1024px) {
    .fr-phone-block-wrap {
        flex-direction: column-reverse;
    }

    .fr-contacts-form-wrap {
        width: 100%;
    }

    .fr-contacts-title {
        padding: 0 25px;
        text-align: start;
    }

    .captcha-field {
        margin-top: 20px;
    }
}
@media (min-width: 767px) and (max-width: 1024px) {
    .fr-contacts-title {
        text-align: center;
    }
}
