

/* Start:/franshiza/style.css?174759292920053*/
:root
{
    --yellow__mm: #CDA236;
    --gray__mm: #828282;
    --light-gray__mm: #F2F2F2;
}

#pagetitle
{
    display: none;
}

html
{
    scroll-behavior: smooth;
}

.mm_heading-1 span, .mm_heading-2 span
{
    color: var(--yellow__mm);
}

.mm_heading-1
{
    font-style: normal;
    font-weight: 700;
    font-size: 44px !important;
    line-height: 53px !important;
}
@media screen and (max-width: 992px)
{
    .mm_heading-1
    {
        font-size: 32px !important;
        line-height: 40px !important;
    }
}
@media screen and (max-width: 575px)
{
    .mm_heading-1 {
        font-size: 28px !important;
        line-height: 34px !important;
    }
}

.mm_heading-2
{
    font-style: normal;
    font-weight: 700;
    font-size: 28px !important;
    line-height: 34px !important;
}
@media screen and (max-width: 992px)
{
    .mm_heading-2
    {
        font-size: 26px !important;
        line-height: 32px !important;
    }
}
@media screen and (max-width: 575px)
{
    .mm_heading-2
    {
        font-size: 24px !important;
        line-height: 29px !important;
    }
}

.yellow-wide-block
{
    color: #fff;
    width: 100%;

    background-color: var(--yellow__mm);
    border-radius: 10px;

    padding: 12px 18px 12px 32px;

    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 25px;
}
@media screen and (max-width: 768px)
{
    .yellow-wide-block
    {
        text-align: center;
        background-color: var(--gray__mm);

        padding: 12px 20px;
    }
}

/* START TEXT STYLES */
.text
{
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 25px;
}

.text-bold
{
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 25px;
}
/* END TEXT STYLES */

section
{
    margin-bottom: 50px;
}
@media screen and (max-width: 450px)
{
    section
    {
        margin-bottom: 40px;
    }
}
.page-container section:last-child
{
    margin-bottom: 0;
}

.bordered-block
{
    padding: 40px;
    border: 1px solid #E1E1E1;
    border-radius: 10px;

    overflow: hidden;
}
@media screen and (max-width: 768px)
{
    .bordered-block
    {
        padding: 30px 20px 40px;
    }
}

.page-heading__wrapper
{
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: stretch;
}
@media screen and (max-width: 768px)
{
    .page-heading__wrapper
    {
        flex-flow: column nowrap;
        align-items: center;
    }
}

.page-heading__image
{
    width: 100%;
    height: 100%;
    object-fit: cover;

    max-width: 570px;
    max-height: 350px;

    display: block;

    border-radius: 10px;
}
@media screen and (max-width: 992px)
{
    .page-heading__image
    {
        max-width: 410px;
        max-height: 270px;
    }
}
@media screen and (max-width: 768px)
{
    .page-heading__image
    {
        max-width: 570px;
        max-height: 350px;
    }
}
@media screen and (max-width: 450px)
{
    .page-heading__image
    {
        max-height: 220px;
    }
}

.page-heading__heading-text
{
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    align-items: flex-start;

    height: 100%;

    flex-shrink: 1;

    margin-left: 80px;

    max-width: 640px;
}
@media screen and (max-width: 1100px)
{
    .page-heading__heading-text
    {
        margin-left: 30px;
    }
}
@media screen and (max-width: 768px)
{
    .page-heading__heading-text
    {
        margin-left: 0;
        margin-top: 30px;
    }
}

.page-container .page-heading__heading-text h1
{
    margin-top: 0;
    margin-bottom: 20px;
}
@media screen and (max-width: 992px)
{
    .page-container .page-heading__heading-text h1
    {
        font-size: 32px;
        line-height: 40px;
    }
}
@media screen and (max-width: 575px)
{
    .page-container .page-heading__heading-text h1
    {
        font-size: 28px;
        line-height: 32px;
    }
}

.page-heading__heading-text .page-heading__description
{
    margin-bottom: 0;
}

.btn-to-form
{
    margin-top: 40px;
}
@media screen and (max-width: 768px)
{
    .btn-to-form
    {
        align-self: center;
        margin-top: 30px;
        width: 100%;
    }
}

@media screen and (max-width: 768px)
{
    .pricing
    {
        display: flex;
        flex-flow: column nowrap;
        justify-content: flex-start;
        align-items: center;
    }
}

.pricing .mm_heading-2
{
    max-width: 530px;

    margin: 0 0 15px 0;
}
@media screen and (max-width: 768px)
{
    .pricing .mm_heading-2
    {
        text-align: center;
    }
}
@media screen and (max-width: 450px)
{
    .pricing .mm_heading-2
    {
        margin: 0 0 10px 0;
    }
}

.min-open-price
{
    color: var(--yellow__mm);
    margin: 0 !important;
}
@media screen and (max-width: 768px)
{
    .min-open-price
    {
        text-align: center;
    }
}

.open-items-pricing
{
    width: 100%;
    margin-top: 24px;
}

.open-item
{
    width: 100%;
    max-width: 500px;

    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: flex-end;
}

.pricing .open-item:nth-child(4)
{
    max-width: 100%;
}

@media screen and (max-width: 768px)
{
    .pricing .open-items-pricing
    {
        display: flex;
        flex-flow: column nowrap;
        align-items: center;
    }

    .pricing .open-items-pricing .open-item
    {
        flex-flow: column nowrap;
        justify-content: flex-start;
        align-items: center;

        margin-bottom: 20px;
        max-width: 400px;
    }

    .pricing .open-items-pricing .open-item:last-child
    {
        margin-bottom: 0;
    }
}
@media screen and (max-width: 450px)
{
    .pricing .open-items-pricing
    {
        margin-top: 20px;
    }
}

.open-item__name
{
    color: var(--gray__mm);
    margin-bottom: 0 !important;
    white-space: nowrap;
}
@media screen and (max-width: 768px)
{
    .pricing .open-items-pricing .open-item__name
    {
        margin-bottom: 5px !important;
    }
}

.open-item__bottom-border
{
    border-bottom: 1px dotted var(--gray__mm);

    min-width: 100px;
    flex-grow: 1;

    margin: 0 5px;
}
@media screen and (max-width: 768px) {
    .pricing .open-items-pricing .open-item .open-item__bottom-border {
        display: none;
    }
}

.pricing .open-item:nth-child(4) .open-item__bottom-border
{
    max-width: 180px;
    min-width: 180px;
}

.open-item__price
{
    margin-bottom: 0 !important;

    color: #000;
}

@media screen and (max-width: 768px)
{
    .open-item__name,
    .open-item__price
    {
        text-align: center;
    }
}

.time-to-cash
{
    margin: 40px 0;
}
@media screen and (max-width: 768px)
{
    .time-to-cash
    {
        margin: 30px 0;
    }
}

.paush__title
{
    margin-bottom: 15px !important;
}
@media screen and (max-width: 450px)
{
    .paush__title
    {
        margin-bottom: 10px !important;
    }
}

.paush__title,
.paush__description
{
    max-width: 572px;
}

.paush__description
{
    margin-bottom: 0 !important;
}

.paush__royalty
{
    margin: 45px 0 0 0 !important;
}
@media screen and (max-width: 768px)
{
    .paush__royalty
    {
        margin: 35px 0 0 0 !important;
    }
}

.srednie-oboroty
{
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: stretch;

    width: 100%;

    padding: 0;

    margin-bottom: 70px;
}
@media screen and (max-width: 768px)
{
    .srednie-oboroty
    {
        flex-flow: column nowrap;
    }
}
@media screen and (max-width: 450px)
{
    .srednie-oboroty
    {
        margin-bottom: 40px;
        border: none;
        border-radius: 0;
        overflow: visible;
    }
}

.left-srednie,
.right-srednie
{
    padding: 40px;
    width: 100%;
    max-width: 50%;
}
@media screen and (max-width: 992px)
{
    .left-srednie,
    .right-srednie
    {
        padding: 40px 20px;
    }
}
@media screen and (max-width: 768px)
{
    .left-srednie,
    .right-srednie
    {
        max-width: 100%;
        min-width: unset;

        display: flex;
        flex-flow: column nowrap;
        align-items: center;

        padding: 15px;
    }
}

.left-srednie
{
    min-width: 555px;
}
@media screen and (max-width: 992px)
{
    .left-srednie
    {
        min-width: 480px;
    }
}
@media screen and (max-width: 768px)
{
    .left-srednie
    {
        min-width: unset;
    }
}
@media screen and (max-width: 450px)
{
    .left-srednie
    {
        padding: 0 0 30px 0;
    }
}

.left-srednie .mm_heading-2
{
    margin: 0 0 24px 0;
}
@media screen and (max-width: 450px)
{
    .left-srednie .mm_heading-2
    {
        margin: 0 0 30px 0;
    }
}

.left-srednie .open-items-pricing
{
    margin-top: 0;
}
@media screen and (max-width: 768px)
{
    .left-srednie .open-items-pricing
    {
        display: flex;
        flex-flow: column nowrap;
        align-items: center;
    }
}

@media screen and (max-width: 992px)
{
    .left-srednie .open-item
    {
        max-width: 400px;
    }

    .left-srednie .open-item .open-item__bottom-border
    {
        min-width: unset;
    }
}
@media screen and (max-width: 768px)
{
    .left-srednie .open-item
    {
        max-width: 450px;
    }
}

.right-srednie
{
    background-color: var(--light-gray__mm);
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: flex-start;
}
@media screen and (max-width: 768px)
{
    .right-srednie
    {
        align-items: center;
    }
}
@media screen and (max-width: 450px)
{
    .right-srednie
    {
        background-color: transparent;
        position: relative;

        padding: 18px 0;
    }
    .right-srednie::before
    {
        content: "";
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);

        width: 100vw;
        height: 100%;

        background-color: var(--light-gray__mm);
        z-index: -1;
    }
}

.right-srednie__title
{
    color: var(--yellow__mm);
    margin: 0 0 10px 0 !important;
}

.right-srednie__value
{
    margin: 0;
}

.franchaising__wrapper
{
    margin-bottom: 60px;
}
@media screen and (max-width: 768px)
{
    .franchaising__wrapper
    {
        margin-bottom: 40px;
    }
}

.page-container .franchaising__title
{
    max-width: 819px;
    text-align: center;
    margin: 0 auto 50px;
}
@media screen and (max-width: 992px)
{
    .page-container .franchaising__title
    {
        margin: 0 auto 30px;
    }
}

.franchaising__advantages
{
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: flex-start;
}
@media screen and (max-width: 768px)
{
    .franchaising__advantages
    {
        flex-flow: column nowrap;
        justify-content: flex-start;
        align-items: center;

        padding: 30px 45px 40px;
    }
}

.franchaising__advantages-item
{
    width: 100%;
    max-width: 365px;

    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    align-items: center;

    margin-right: 10px;
}
.franchaising__advantages .franchaising__advantages-item:last-child
{
    margin-right: 0;
}
@media screen and (max-width: 768px)
{
    .franchaising__advantages-item
    {
        margin-right: 0;
        margin-bottom: 30px;
    }

    .franchaising__advantages .franchaising__advantages-item:last-child
    {
        margin-bottom: 0;
    }
}

.franchaising__advantages-item__text
{
    text-align: center;
    margin: 20px 0 0 0 !important;
    color: #000;
}

.subscribers
{
    margin-bottom: 70px;

    padding-left: 10px;

    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: flex-start;
}
@media screen and (max-width: 1272px)
{
    .subscribers
    {
        flex-flow: column nowrap;
        align-items: center;
        justify-content: flex-start;
    }
}
@media screen and (max-width: 570px)
{
    .subscribers
    {
        padding-left: 0;
    }
}

.subscribers__screenshots
{
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: center;
}
@media screen and (max-width: 992px)
{
    .subscribers__screenshots
    {
        flex-flow: column nowrap;
    }
}
@media screen and (max-width: 570px)
{
    .subscribers__screenshots
    {
        padding-left: calc(65px / 2);
        padding-right: 30px;
    }
}

.subscribers__mobile
{
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: flex-start;
}
@media screen and (max-width: 992px)
{
    .subscribers__mobile
    {
        width: 100%;
        justify-content: space-between;

        margin-bottom: 30px;
    }
}

.vk__subscribers,
.inst__subscribers,
.youtube__subscribers
{
    position: relative;
}

.vk__subscribers,
.inst__subscribers
{
    margin-right: 60px;
}
@media screen and (max-width: 992px)
{
    .inst__subscribers
    {
        margin-right: 0;
    }
}

.vk__subscribers .subscribers-photo-wrapper,
.inst__subscribers .subscribers-photo-wrapper
{
    width: 112px;
    height: 250px;
}
@media screen and (max-width: 370px)
{
    .vk__subscribers .subscribers-photo-wrapper,
    .inst__subscribers .subscribers-photo-wrapper
    {
        width: 95px;
        height: 210px;
    }
}

.youtube__subscribers .subscribers-photo-wrapper
{
    height: 250px;
    width: 507px;
}
@media screen and (max-width: 768px)
{
    .youtube__subscribers .subscribers-photo-wrapper
    {
        width: 100%;
        max-width: 507px;
    }
}
@media screen and (max-width: 475px)
{
    .youtube__subscribers .subscribers-photo-wrapper
    {
        height: 180px;
    }
}
@media screen and (max-width: 390px)
{
    .youtube__subscribers .subscribers-photo-wrapper
    {
        height: 140px;
    }
}

.vk__subscribers .subscribers-photo-wrapper,
.inst__subscribers .subscribers-photo-wrapper,
.youtube__subscribers .subscribers-photo-wrapper
{
    position: relative;
}

.vk__subscribers .subscribers-photo-wrapper::before,
.inst__subscribers .subscribers-photo-wrapper::before,
.youtube__subscribers .subscribers-photo-wrapper::before
{
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: calc(100% + 20px);
    height: calc(100% + 20px);

    transform: translate(-50%, -50%);
    background-image: linear-gradient(180deg, #000000 0%, #A7A7A7 45.83%, #000000 100%);

    border-radius: 10px;
    z-index: -1;
}

.vk__subscribers img,
.inst__subscribers img,
.youtube__subscribers img
{
    width: 100%;
    height: 100%;
    object-fit: cover;

    border-radius: 10px;
}

.subscribers__count
{
    display: flex;
    justify-content: center;
    align-items: center;

    border-radius: 50%;

    width: 53px;
    height: 53px;

    background-color: var(--yellow__mm);
    color: #fff;

    position: absolute;
    top: 0;
    right: 0;
    transform: translate(50%, -50%);
}
@media screen and (max-width: 992px)
{
    .youtube__subscribers .subscribers__count
    {
        top: unset;
        right: unset;
        bottom: -35px;
        left: 0;
        /*transform: translate(-50%, 50%);*/
        transform: translateX(-50%);

        width: 65px;
        height: 65px;
    }
}

.vertical__text
{
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 25px;

    color: var(--yellow__mm);

    transform: rotate(90deg) translateY(-45%);

    position: absolute;
    right: -75px;
    top: 50%;
}
@media screen and (max-width: 992px)
{
    .youtube__subscribers .vertical__text
    {
        right: unset;
        top: unset;
        transform: none;
        bottom: -35px;
        left: 30px;
    }
}
@media screen and (max-width: 575px)
{
    .vertical__text
    {
        right: -65px;
        top: 33%;
    }
}

.subscribers__support
{
    font-style: normal;

    font-size: 44px !important;
    line-height: 48px !important;

    color: #000;

    margin-top: 0;
    margin-left: 80px !important;
    align-self: center;

    max-width: 413px;
}
@media screen and (max-width: 1272px)
{
    .subscribers__support
    {
        margin-left: 0 !important;
        order: -1;
        max-width: 700px;
        text-align: center;

        margin-bottom: 60px !important;
    }
}
@media screen and (max-width: 992px)
{
    .subscribers__support
    {
        font-size: 32px !important;
        line-height: 40px !important;
    }
}
@media (max-width: 575px)
{
    .subscribers__support
    {
        font-size: 28px !important;
        line-height: 32px !important;
    }
}

.how-to-open
{
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: flex-start;

    margin-bottom: 70px;
}
@media screen and (max-width: 768px)
{
    .how-to-open
    {
        flex-flow: column nowrap;
        justify-content: flex-start;
        align-items: center;
    }
}
@media screen and (max-width: 450px)
{
    .how-to-open
    {
        margin-bottom: 30px;
    }
}

.how-to-open__title
{
    max-width: 351px;

    margin: 0 40px 0 0 !important;
}
@media screen and (max-width: 768px)
{
    .how-to-open__title
    {
        margin: 0 0 20px 0 !important;
        text-align: center;
        max-width: 500px;
    }
}
@media screen and (max-width: 450px)
{
    .how-to-open__title
    {
        max-width: 300px;
    }
}

.how-to-open__list
{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 15px 46px;

    margin: 0 !important;
}
@media screen and (max-width: 992px)
{
    .how-to-open__list
    {
        grid-gap: 15px 25px;
        grid-template-columns: 1fr;
    }
}

.how-to-open__list .how-to-open__list-item
{
    width: 100%;
    max-width: 395px;

    margin: 0 !important;
}

.how-to-open__list .how-to-open__list-item::before
{
    width: 8px !important;
    height: 8px !important;

    top: 10px !important;

    border-radius: 50%;
}

.order-form .mm_heading-1
{
    margin: 0 0 50px;

    max-width: 757px;
}
@media screen and (max-width: 768px)
{
    .order-form .mm_heading-1
    {
        text-align: center;
        margin: 0 0 30px;
    }
}

.order-form .inline-form
{
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: flex-start;
}
@media screen and (max-width: 768px)
{
    .order-form .inline-form
    {
        flex-flow: column nowrap;
    }
}

.order-form .inline-form .custom-input-wrap
{
    margin-right: 30px;
}
@media screen and (max-width: 992px)
{
    .order-form .inline-form .custom-input-wrap
    {
        margin-right: 20px;
    }
}
@media screen and (max-width: 768px)
{
    .order-form .inline-form .custom-input-wrap
    {
        margin-right: 0;
    }

    .inline-form .custom-input-wrap
    {
        margin-bottom: 15px !important;
    }

    .order-form button
    {
        width: 100%;
    }
}
@media screen and (max-width: 450px)
{
    .inline-form .custom-input-wrap
    {
        margin-bottom: 10px !important;
    }
}

.order-form .alert
{
    display: none;
    margin-bottom: 0;
}

.order-form .alert.showed
{
    display: block;
}
/* End */


/* Start:/bitrix/templates/alpha_s1/components/bitrix/news.list/franshiza_gallery/style.css?17475931801639*/
.franshiza-gallery
{
	position: relative;
	border-radius: 10px;

	transform: translate3d(0, 0, 0);

	--yellow__mm: #CDA236;
}

.gallery-item__lightbox-wrapper
{
	display: block;
	width: 100%;
	height: 100%;
}

.franshiza-gallery__item img
{
	width: 100%;
	height: 100%;

	max-height: 290px;

	border-radius: 10px;
	transform: translate3d(0, 0, 0);

	object-fit: cover;
	display: block;

	margin: 0 auto;

	opacity: 0.6;

	transition: opacity .5s;
}

.franshiza-gallery__item.swiper-slide-active img
{
	opacity: 1;
}

.swiper-outer-wrapper
{
	position: relative;
}

.franshiza-gallery__navigation
{
	width: 100%;

	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);

	z-index: 3;
}
@media screen and (max-width: 768px)
{
	.franshiza-gallery__navigation
	{
		display: none;
	}
}

.franshiza-gallery__navigation .swiper-button-next
{
	transform: translateX(50%);
}

.franshiza-gallery__navigation .swiper-button-prev
{
	transform: translateX(-50%);
}

.swiper-pagination.franshiza-gallery__pagination
{
	position: static;

	margin: 40px 0 auto;
}
@media screen and (max-width: 576px)
{
	.swiper-pagination.franshiza-gallery__pagination
	{
		margin: 20px 0 0;
	}
}

.swiper-pagination.franshiza-gallery__pagination span:not(:last-child)
{
	margin-right: 15px;
}

.swiper-pagination.franshiza-gallery__pagination span
{
	width: 8px;
	height: 8px;

	background-color: #E1E1E1;

	transition: background-color .5s;
}
.swiper-pagination.franshiza-gallery__pagination span::before
{
	display: none;
}

.swiper-pagination.franshiza-gallery__pagination span.swiper-pagination-bullet-active
{
	background-color: var(--yellow__mm);
}
/* End */
/* /franshiza/style.css?174759292920053 */
/* /bitrix/templates/alpha_s1/components/bitrix/news.list/franshiza_gallery/style.css?17475931801639 */
