.franchise {
    margin-top: 120px;
}

.franchise__title {
    margin-bottom: 45px;
    font-weight: 800;
    font-size: 40px;
}

.franchise__line {
    height: 14px;
    padding-right: 185px;
    margin: 195px 0 252px 0;
    position: relative;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0, #a9d992 1%, #a9d992 89.57%, rgba(255, 255, 255, 0) 97.78%);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.franchise__blockk {
    background: #a9d992;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.15);
    width: 48px;
    height: 48px;
    position: relative;
    border-radius: 50%;
}

.franchise__text {
    width: 287px;
    position: absolute;
    left: 0;
    top: -180px;
    font-size: 24px;
    line-height: 1.15em;
}

.franchise__blockk:nth-child(even) .franchise__text {
    top: 90px;
}

.franchise__text span {
    font-weight: 700;
}

.franchise__text-2 {
    width: 270px;
}

.franchise__text-4 {
    width: 214px;
}

.franchise__text-5 {
    width: 367px;
}
@media (max-width: 1366px) {
.franchise__text-5 {width: 290px;}
}
@media (max-width: 1130px) {
.franchise__text {width: 225px;}    
.franchise__text-5 {width: 252px;}
}

.franchise__text-6 {
    width: 311px;
}

.franchise__text-7 {
    width: 220px;
}

@media (max-width: 1366px) {
    
    .franchise__text {
        font-size: 18px;
    }
    
}

@media (max-width: 960px) {
    .rhythm__btn {
        margin-top: 45px;
    }
    
    .franchise {
        margin-top: 70px;
    }
    
    .franchise__title {
        font-size: 36px;
        margin-bottom: 30px;
    }

    .franchise__line {
        width: 960px;
        height: 8px;
        margin: 130px 0 140px 0;
    }

    .franchise__blockk {
        width: 24px;
        height: 24px;
    }
    
    .franchise__text {
        width: 195px;
        top: -120px;
        font-size: 16px;
    }
    
    .franchise__blockk:nth-child(even) .franchise__text {
        top: 45px;
    }
    
    .franchise__text-2 {
        width: 250px;
    }

    .franchise__text-5 {
        width: 250px;
    }

    .franchise__text-6 {
        width: 205px;
    }

    .franchise__text-7 {
        width: 177px;
    }
}

@media (max-width: 767px) {
    .franchise {
        margin-top: 50px;
    }
    .franchise__title {
        font-size: 24px;
    }
    .franchise__scroll {
        width: calc(100% + 60px);
        margin-left: -30px;
    }
    .franchise__scroll .mCSB_container {
        padding-left: 30px;
    }
    .franchise__scroll .mCSB_scrollTools.mCSB_scrollTools_horizontal {
        margin: 0 30px;
    }
}

/*--------------------------info-------------------------------------------------*/
.info {
    margin-top: 120px;
}

.info__block {
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    gap: 60px;
}

.info__body {
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
}

.info__img {
    -ms-flex: 0 0 580px;
    flex: 0 0 580px;
}

.info__title {
    font-size: 40px;
    font-weight: 800;
    margin-bottom: 42px;
}

.info__subtitle {
    font-size: 32px;
    font-weight: 800;
    margin: 42px 0 15px;
}

.info__text {
    max-width: 910px;
    font-size: 24px;
    line-height: 1.1em;
}

.info__items {
    margin-top: 43px;
    display: -ms-flexbox;
    display: flex;
    gap: 18px;
}

.info__item {
    position: relative;
    background: #a9d992;
    border-radius: 15px;
    -ms-flex: 0 1 25%;
    flex: 0 1 25%;
    height: 328px;
}

.info__item svg {
    position: absolute;
}

.info__item:nth-child(1) svg {
    bottom: 0;
    left: 53px;
}

.info__item:nth-child(1) svg:last-child {
    bottom: unset;
    left: unset;
    top: 0;
    right: 4px;
}

.info__item:nth-child(2) svg {
    bottom: 41px;
    left: 16px;
}

.info__item:nth-child(2) svg:last-child {
    bottom: 0;
    left: unset;
    right: 16px;
}

.info__item:nth-child(3) svg {
    bottom: 0;
    left: 26px;
}

.info__item:nth-child(3) svg:last-child {
    bottom: 24px;
    left: unset;
    right: 26px;
}

.info__item:nth-child(4) svg {
    bottom: 68px;
    left: 15px;
}

.info__item:nth-child(4) svg:last-child {
    bottom: 0;
    left: unset;
    right: 0;
}

.info__text2 {
    font-size: 24px;
    color: #ffffff;
    margin: 35px 0 0 33px;
}

.info__item:nth-child(odd) .info__text2 {
    max-width: 170px;
}

.info__text2 span {
    display: block;
    font-weight: 800;
    font-size: 40px;
    margin-bottom: 5px;
}

@media (max-width: 1280px) {
    .info__items {
        gap: 12px;
    }
    .info__item {
        height: 300px;
    }
    .info__item svg {
        width: 40%;
        height: 40%;
    }
    .info__text2 {
        font-size: 18px;
    }
    .info__text2 span {
        font-size: 30px;
    }
    .info__img {
        -ms-flex: 0 0 480px;
        flex: 0 0 480px;
    }
}

@media (max-width: 1100px) {
    .info__img {
        -ms-flex: 0 0 350px;
        flex: 0 0 350px;
    }
}

@media (max-width: 960px) {
    .info {
        margin-top: 80px;
    }
    .info__title {
        font-size: 36px;
        margin-bottom: 15px;
    }
    .info__subtitle {
        font-size: 24px;
        margin: 30px 0 15px;
    }
    .info__text {
        font-size: 16px;
    }
    .info__items {
        margin-top: 30px;
    }
    .info__item {
        height: 166px;
    }
    .info__item:nth-child(1) svg {
        bottom: 12px;
        left: 46px;
    }

    .info__item:nth-child(1) svg:last-child {
        bottom: unset;
        left: unset;
        top: -5px;
        right: -9px;
    }

    .info__item:nth-child(2) svg {
        bottom: 10px;
        left: 20px;
    }

    .info__item:nth-child(2) svg:last-child {
        bottom: 10px;
        left: unset;
        right: 15px;
    }

    .info__item:nth-child(3) svg {
        bottom: 0;
        left: 25px;
    }

    .info__item:nth-child(3) svg:last-child {
        bottom: 15px;
        left: unset;
        right: 5px;
    }

    .info__item:nth-child(4) svg {
        bottom: 5px;
        left: 10px;
    }

    .info__item:nth-child(4) svg:last-child {
        bottom: -15px;
        left: unset;
        right: 10px;
    }
    .info__text2 {
        margin: 15px;
        font-size: 14px;
    }
    .info__item:nth-child(odd) .info__text2 {
        max-width: 100px;
    }
    .info__text2 span {
        font-size: 24px;
    }
    .info__img {
        -ms-flex: 0 0 260px;
        flex: 0 0 260px;
    }
}

@media (max-width: 767px) {
    .info {
        margin-top: 50px;
    }
    
    .info__block {
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 30px;
    }
    
    .info__title {
        font-size: 24px;
    }
    
    .info__subtitle {
        font-size: 16px;
        margin: 15px 0 10px;
    }
    
    .info__items {
        flex-wrap: wrap;
    }
    
    .info__item {
        height: 139px;
        flex-basis: calc(50% - 6px);
        flex-grow: 1;
    }
    
    .info__item .info__text2 {
        max-width: 80px !important;
    }
    
    .info__item:last-child .info__text2 {
        max-width: 115px !important;
    }
    
    .info__item svg {
        width: 4rem;
        height: 5rem;
    }
    .info__item:nth-child(1) svg {
        bottom: 3px;
        left: unset;
        right: 20px;
    }

    .info__item:nth-child(1) svg:last-child {
        bottom: unset;
        left: unset;
        top: 7px;
        right: 14px;
    }

    .info__item:nth-child(2) svg {
        bottom: unset;
        top: 5px;
        left: unset;
        right: 10px;
    }

    .info__item:nth-child(2) svg:last-child {
        bottom: 7px;
        top: unset;
        right: 29px;
    }

    .info__item:nth-child(3) svg {
        bottom: 0px;
        left: unset;
        right: 62px;
    }

    .info__item:nth-child(3) svg:not(:last-child) {
        width: 40px;
        bottom: -5px;
    }

    .info__item:nth-child(3) svg:last-child {
        bottom: 35px;
    }

    .info__item:nth-child(4) svg {
        bottom: unset;
        left: unset;
        top: 5px;
        right: 6px;
    }
    
    .info__item:nth-child(4) svg:not(:last-child) {
        width: 44px;
        top: -2px;
    }
    
    .info__item:nth-child(4) svg:last-child {
        bottom: -14px;
        left: unset;
        top: unset;
        right: -2px;
        width: 48px;;
    }
    .info__img {
        -ms-flex: unset;
        flex: unset;
    }
}

/*--------------------------investment-------------------------------------------------*/
.investment {
    margin-top: 120px;
}

.investment__title {
    font-weight: 800;
    font-size: 40px;
    margin-bottom: 42px;
}

.investment__nav {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 50px;
}

.investment__btn {
    background-color: rgba(0, 0, 0, 0);
    -ms-flex: 0 1 33.333%;
    flex: 0 1 33.333%;
    color: black;
    font-size: 36px;
    line-height: 37px;
    text-align: center;
    cursor: pointer;
    border-bottom: 2px solid rgba(0, 0, 0, 0.15);
    padding-bottom: 10px;
}

.investment__btn_active {
    font-weight: 800;
    cursor: default;
    border-bottom: 5px solid #a9d992;
}

.investment__pane {
    display: none;
}

.investment__pane_show {
    display: block;
}

.investment-pane__content {
    display: -ms-flexbox;
    display: flex;
    gap: 18px;
}

.investment__img {
    -ms-flex: 0 0 794px;
    flex: 0 0 794px;
    border-radius: 15px;
    overflow: hidden;
}

.investment-pane__body {
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
}

.investment-pane__title {
    font-weight: 800;
    font-size: 36px;
    margin-bottom: 60px;
}

.investment-pane__text {
    font-size: 24px;
    line-height: 1.223em;
}

.investment-pane__btn {
    height: 80px;
    width: 100%;
    margin-top: 20px;
    font-size: 32px;
}

.investment-pane__btn a {
    background: #a9d992;
    border-radius: 15px;
    width: 100%;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    color: #ffffff;
    transition: 0.3s;
}

.investment-pane__btn a:hover {
    background: rgba(169, 217, 146, 0.8235294118);
}

.investment-pane__items-1 {
    margin: 75px 0 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    display: -ms-flexbox;
    display: flex;
}

.investment-pane__item-1 {
    font-weight: 800;
    font-size: 32px;
    text-align: center;
    color: #000000;
    -ms-flex: 0 1 25%;
    flex: 0 1 25%;
}

.investment-pane__items-2 {
    display: -ms-flexbox;
    display: flex;
}

.investment-pane__item-2 span {
    display: block;
    max-width: 230px;
    margin: 0 auto;
}

.investment-pane__item-2 {
    text-align: center;
    font-size: 18px;
    -ms-flex: 0 1 25%;
    flex: 0 1 25%;
}

@media (max-width: 1280px) {
    .investment__img {
        -ms-flex: 0 0 60%;
        flex: 0 0 60%;
    }
}

@media (max-width: 960px) {
    .investment {
        margin-top: 80px;
    }
    .investment__title {
        font-size: 36px;
        margin-bottom: 35px;
    }
    .investment__img {
        -ms-flex: 0 0 258px;
        flex: 0 0 258px;
    }
    .investment-pane__title {
        font-size: 24px;
        margin-bottom: 15px;
    }
    .investment-pane__text {
        font-size: 16px;
    }
    .investment-pane__btn {
        max-width: 262px;
        height: 40px;
        font-size: 16px;
    }
    .investment-pane__btn a {
        border-radius: 10px;
    }
    .investment-pane__items-1 {
        margin: 35px 0 10px;
        padding-bottom: 10px;
    }
    .investment-pane__item-1 {
        font-size: 24px;
    }
    .investment-pane__item-2 {
        font-size: 16px;
    }
}
@media (max-width: 767px) {
    .investment {
        margin-top: 50px;
    }
    .investment__title {
        font-size: 24px;
        margin-bottom: 15px;
    }
    .investment-pane__content {
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 15px;
    }
    .investment__img {
        -ms-flex: unset;
        flex: unset;
        padding-bottom: 63%;
    }
    .investment-pane__title {
        font-size: 16px;
        margin-bottom: 10px;
    }
    .investment-pane__btn {
        max-width: unset;
    }
    .investment-pane__items-1 {
        margin: 15px 0 5px;
        padding-bottom: 5px;
    }
    .investment-pane__item-1 {
        font-size: 12px;
    }
    .investment-pane__item-2 {
        font-size: 12px;
    }
}
/*--------------------------advantage-------------------------------------------------*/
.advantage {
    margin: 120px 0;
}

.advantage__subtitle {
    margin-bottom: 42px;
    font-weight: 800;
    font-size: 40px;
}

.advantage__items {
    display: -ms-flexbox;
    display: flex;
    gap: 18px;
    flex-wrap: wrap;
}

.advantage__item {
    padding: 31px 0 0 35px;
    background: #a9d992;
    border-radius: 15px;
    position: relative;
    width: 446px;
    min-height: 328px;
    color: #ffffff;
    overflow: hidden;
}

.advantage__item:nth-child(2),
.advantage__item:nth-child(5) {
    width: 262px;
}

.advantage__item:nth-child(3),
.advantage__item:nth-child(4) {
    width: 306px;
}

.advantage__item:nth-child(5) {
    padding-left: 25px;
}

.advantage__item:nth-child(6),
.advantage__item:nth-child(7) {
    width: 538px;
}

.advantage__item svg {
    position: absolute;
    bottom: 0;
}

.advantage__title {
    font-weight: 800;
    font-size: 30px;
    margin-bottom: 20px;
}

.advantage__text {
    font-size: 22px;
    line-height: 1.15em;
	padding-bottom: 50px;
}

.advantage__item:nth-child(1) .advantage__text {
    width: 363px;
}

.advantage__item:nth-child(2) .advantage__text {
    width: 149px;
}

.advantage__item:nth-child(3) .advantage__text {
    width: 248px;
}

.advantage__item:nth-child(4) .advantage__text {
    width: 271px;
}

.advantage__item:nth-child(5) .advantage__text {
    width: 179px;
}

.advantage__item:nth-child(6) .advantage__text {
    width: 476px;
}



.advantage__item:nth-child(1) svg:nth-of-type(1) {
    right: -98px;
    bottom: 35px;
}

.advantage__item:nth-child(1) svg:nth-of-type(2) {
    bottom: 45px;
    left: 147px;
    width: 8rem;
    height: 6rem;
}

.advantage__item:nth-child(1) svg:nth-of-type(3) {
    width: 4.65rem;
    height: 4.65rem;
    bottom: unset;
    top: 10px;
    right: 33px;
}

.advantage__item:nth-child(2) svg {
    left: 0;
	width: 100%;
	bottom: -20px;
}

.advantage__item:nth-child(3) svg {
    right: -5px;
    bottom: unset;
    top: 35px;
    transform: rotate(-15deg);
    width: 118px;
    height: 136px;
}

.advantage__item:nth-child(4) svg:nth-of-type(1) {
    top: 12px;
    right: -18px;
    width: 6rem;
    height: 6rem;
}

.advantage__item:nth-child(4) svg:nth-of-type(2) {
    right: 0;
}

.advantage__item:nth-child(5) svg {
    right: 15px;
}

.advantage__item:nth-child(6) svg:nth-of-type(1) {
    top: -30px;
    right: 45px;
    width: 131px;
    height: 140px;
}

.advantage__item:nth-child(6) svg:nth-of-type(2) {
    right: 127px;
}

.advantage__item:nth-child(7) svg:nth-of-type(1) {
    right: 25px;
    top: -2px;
    width: 8rem;
}

.advantage__item:nth-child(7) svg:nth-of-type(2) {
    left: 162px;
}

@media (max-width: 960px) {
    .advantage {
        margin: 80px 0;
    }

    .advantage__subtitle {
        font-size: 36px;
        margin-bottom: 35px;
    }

    .advantage__items {
        gap: 8px;
    }

    .advantage__item {
        padding: 16px 0 0 16px;
        border-radius: 10px;
        width: 208px;
        min-height: 180px;
    }
    .advantage__item:nth-child(2) {
        width: 118px;
    }
    .advantage__item:nth-child(3),
    .advantage__item:nth-child(4) {
        width: 145px;
    }
    .advantage__item:nth-child(5) {
        width: 125px;
        padding-left: 12px;
    }
    .advantage__item:nth-child(6),
    .advantage__item:nth-child(7) {
        width: 249px;
    }

    .advantage__title {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .advantage__text {
        font-size: 14px;
		padding-bottom: 14px;
    }
    .advantage__item:nth-child(1) .advantage__text {
        width: 138px;
    }

    .advantage__item:nth-child(2) .advantage__text {
        width: 80px;
    }

    .advantage__item:nth-child(3) .advantage__text {
        width: 114px;
    }

    .advantage__item:nth-child(4) .advantage__text {
        width: 126px;
    }

    .advantage__item:nth-child(5) .advantage__text {
        width: 85px;
    }

    .advantage__item:nth-child(6) .advantage__text {
        width: 146px;
    }

    .advantage__item:nth-child(7) .advantage__text {
        width: 173px;
    }
    
    .advantage__item:nth-child(1) svg:nth-of-type(1) {
        width: 100px;
        height: 109px;
        right: -40px;
        bottom: -23px;
    }

    .advantage__item:nth-child(1) svg:nth-of-type(2) {
        width: 3rem;
        height: 3rem;
        bottom: 0;
        left: 80px;
    }

    .advantage__item:nth-child(1) svg:nth-of-type(3) {
        width: 2rem;
        height: 2rem;
        bottom: unset;
        top: 45px;
        right: 8px;
    }

    .advantage__item:nth-child(2) svg {
        width: 8rem;
        height: 7rem;
        left: 0;
    }

    .advantage__item:nth-child(3) svg {
        width: 3rem;
        height: 3rem;
        right: 5px;
        bottom: unset;
        top: 5px;
        transform: rotate(15deg);
    }

    .advantage__item:nth-child(4) svg:nth-of-type(1) {
        top: 0;
        right: -3px;
        width: 3rem;
        height: 3rem;
    }

    .advantage__item:nth-child(4) svg:nth-of-type(2) {
        width: 6rem;
        height: 6rem;
    }

    .advantage__item:nth-child(5) svg {
        width: 5rem;
        height: 5rem;
        bottom: -10px;
        right: -10px;
    }

    .advantage__item:nth-child(6) svg:nth-of-type(1) {
        width: 5rem;
        height: 5rem;
        top: 10px;
        right: 15px;
    }

    .advantage__item:nth-child(6) svg:nth-of-type(2) {
        width: 6rem;
        height: 6rem;
        right: 0;
        bottom: -13px;
    }

    .advantage__item:nth-child(7) svg:nth-of-type(1) {
        width: 5rem;
        height: 4rem;
        right: 7px;
        top: 0px;
    }

    .advantage__item:nth-child(7) svg:nth-of-type(2) {
        width: 5rem;
        height: 5rem;
        left: unset;
        right: 0;
        bottom: -2px;
    }
}
@media (max-width: 767px) {
    .advantage {
        margin: 50px 0;
    }

    .advantage__subtitle {
        margin-bottom: 30px;
    }
    .advantage__items {
        flex-wrap: nowrap;
    }
    .advantage__item {
        flex: 0 0 208px;
    }
    .advantage__item:nth-child(2) {
        flex: 0 0 130px;
    }
    .advantage__item:nth-child(3),
    .advantage__item:nth-child(4) {
        flex: 0 0 154px;
    }
    .advantage__item:nth-child(5) {
        flex: 0 0 175px;
    }
    .advantage__item:nth-child(6),
    .advantage__item:nth-child(7) {
        flex: 0 0 262px;
    }
}
.info__spis li{list-style: disc;margin-left: 24px;margin-bottom: 10px;}