

/* Start:/local/templates/fr/template_styles.css?168075814869162*/
/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 5 version
*/

*{
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
html{
    scroll-behavior: smooth;
}
body {
    font-family: 'Open Sans', sans-serif;

}
.d-none{
    display: none;
}
.d-mobile{
    display: none!important;
}
.d-desktop{
    display: block;
}
.text-error{
    color: #E30613;
}

@media (max-width: 767px) {
    .d-mobile{
        display: block!important;
    }
    .d-desktop{
        display: none!important;
    }
}

.wrp{
    overflow: hidden;
}
.img-fluid{
    max-width: 100%;
    height: auto;
}
.franshise-btn{
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 27px;
    color: #1262D8;
    text-decoration: none;
    padding: 18px;
    border: 2px solid #E30613;
    border-radius: 50px;
    max-width: 345px;
    width: 100%;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
}
.franshise-btn:before{
    content: '';
    position: absolute;
    top: 5px;
    left: 6px;
    width: 100%;
    height: 100%;
    border: 0.5px solid #101011;
    border-radius: 50px;
    pointer-events: none;
}
.franshise-btn.color1{
    color: #E30613;
    border-color:#1262D8;
}
.franshise-btn.color2{
    color: #FF7101;
    border-color:#E30613;
}
.franshise-btn.color3{
    color: #1262D8;
    border-color:#FF7101;
}

.franshise-hero{
    position: relative;
    margin-bottom: 58px;
}
.franshise-hero__bg{
    width: 100%;
    height: 100%;
    position: absolute;
}
.franshise-hero__bg img{
    display: block;
    margin: 0 auto;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.franshise-hero__decor{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 1;
}
.franshise-hero__decor .left{
    background-image: url("/local/templates/fr/img/franshise-hero-decor-left.svg");
    background-repeat: no-repeat;
    background-size: 100%;
    width: 95px;
    height: 67px;
    position: absolute;
    top: 0;
    left: 0;
}
.franshise-hero__decor .right{
    background-image: url("/local/templates/fr/img/franshise-hero-decor-right.svg");
    background-repeat: no-repeat;
    background-size: 100%;
    width: 182px;
    height: 150px;
    position: absolute;
    top: 0;
    right: 0;
}
.franshise-hero__decor .bottom{
    background-image: url("/local/templates/fr/img/franshise-hero-decor-bottom.svg");
    background-repeat: no-repeat;
    background-size: 100%;
    width: 102px;
    height: 156px;
    position: absolute;
    bottom: -62px;
    left: 0;
}
.franshise-hero__decor .plus{
    content: '';
    position: absolute;
    top: 70px;
    left: 168px;
    background-image: url("/local/templates/fr/img/franshise-hero-text-decor.svg");
    background-size: 100%;
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
}
.franshise-hero__body{
    max-width: 995px;
    margin: 0 auto;
    padding: 63px 20px 0;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}
.franshise-hero__footer{
    max-width: 995px;
    margin: 0 auto;
    padding: 0 20px 58px;
}
.franshise-hero__logo{
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 102px;
    height: 91px;
}
.franshise-hero__text{
    -webkit-box-flex: 1;
    -ms-flex: 1 0 566px;
    flex: 1 0 566px;
    max-width: 566px;
    position: relative;
}
.franshise-hero__text:before{
    content: '';
    position: absolute;
    top: 20px;
    right: -1px;
    background-image: url("/local/templates/fr/img/franshise-hero-text-decor.svg");
    background-repeat: no-repeat;
    width: 27px;
    height: 27px;
}
.franshise-hero__text:after{
    content: '';
    position: absolute;
    bottom: -119px;
    left: -100px;
    background-image: url("/local/templates/fr/img/franshise-hero-text-decor2.svg");
    background-repeat: no-repeat;
    width: 14px;
    height: 14px;
    pointer-events: none;
}
.franshise-hero__title{
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 54px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #E30613;
    margin: -5px 0 14px;
}
.franshise-hero__title .color1{
    color: #E30613;
}
.franshise-hero__title .color2{
    color: #FF7101;
}
.franshise-hero__title .color3{
    color: #1262D8;
}
.franshise-hero__subtitle{
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    font-size: 28px;
    line-height: 38px;
    color: #000000;
    margin: 0 0 39px;
}
.franshise-hero__btn{
    flex: 1 0 100%;
}


.franshise-menu{
    display: none;
    padding: 35px 0 47px;
}
.franshise-menu__body{
    max-width: 1005px;
    margin: 0 auto;
    padding: 0 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
}
.franshise-menu__figure{
    width: 87px;
    height: 89px;
    background-color: #ffffff;
    border: 3px solid #1262D8;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    padding: 8px;
    margin: 0;
}
.franshise-menu__figure:before{
    content: '';
    position: absolute;
    top: 7px;
    left: 6px;
    width: 100%;
    height: 100%;
    border: 0.5px solid #101011;
    border-radius: 50%;
    pointer-events: none;
    z-index: -1;
}
.franshise-menu__figure.color1{
    border-color: #1262D8;
}
.franshise-menu__figure.color2{
    border-color: #E30613;
}
.franshise-menu__figure.color3{
    border-color: #FF7101;
}


.franshise-items{
    margin-bottom: 70px;
    position: relative;
}
.franshise-items .decor{
    display: none;
    position: absolute;
    background-repeat: no-repeat;
    background-size: 100%;
}
.franshise-items .decor1{
    top: 17.4%;
    left: -16px;
    background-image: url(/local/templates/fr/img/franshise-hero-decor-bottom.svg);
    width: 75px;
    height: 118px;
}
.franshise-items .decor2{
    top: 79%;
    left: 33px;
    background-image: url(/local/templates/fr/img/franshise-items-decor1.svg);
    width: 26px;
    height: 26px;
}
.franshise-items .decor3{
    top: 49.5%;
    right: 16px;
    background-image: url(/local/templates/fr/img/franshise-items-decor2.svg);
    width: 40px;
    height: 40px;
}
.franshise-items__body{
    max-width: 1120px;
    margin: 0 auto;
    padding: 0 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 38px 36px;
    position: relative;
}
.franshise-items__body:before{
    content: '';
    position: absolute;
    top: -65px;
    right: -152px;
    background-image: url("/local/templates/fr/img/franshise-items-decor1.svg");
    background-repeat: no-repeat;
    background-size: 100%;
    width: 26px;
    height: 26px;
}
.franshise-items__body:after{
    content: '';
    position: absolute;
    top: 253px;
    left: -149px;
    background-image: url("/local/templates/fr/img/franshise-items-decor2.svg");
    background-repeat: no-repeat;
    background-size: 100%;
    width: 75px;
    height: 75px;
}
.franshise-items__item{
    /*display: -webkit-box;*/
    /*display: -ms-flexbox;*/
    /*display: flex;*/
    /*-webkit-box-orient: vertical;*/
    /*-webkit-box-direction: normal;*/
    /*-ms-flex-direction: column;*/
    /*flex-direction: column;*/
    /*-webkit-box-flex: 1;*/
    /*-ms-flex: 1 0 calc(33.333% - 36px);*/
    /*flex: 1 0 calc(33.333% - 36px);*/
    /*max-width: calc(33.333% - 36px);*/
}

.franshise-items__item.color1 .franshise-items__figure{
    border: 5px solid #1262D8;
}
.franshise-items__item.color2 .franshise-items__figure{
    border: 5px solid #E30613;
}
.franshise-items__item.color3 .franshise-items__figure{
    border: 5px solid #FF7101;
}
.franshise-items__item.color1 .franshise-items__list li:before{
    background-color: #1262D8;
}
.franshise-items__item.color2 .franshise-items__list li:before{
    background-color: #E30613;
}
.franshise-items__item.color3 .franshise-items__list li:before{
    background-color: #FF7101;
}
.franshise-items__figure{
    width: 274px;
    height: 274px;
    background-color: #ffffff;
    border: 5px solid #1262D8;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    padding: 10px;
    margin: 0 0 92px;
}
.franshise-items__figure:after{
    content: '';
    position: absolute;
    top: 20px;
    left: 20px;
    width: 100%;
    height: 100%;
    border: 0.5px solid #101011;
    border-radius: 50%;
    pointer-events: none;
    z-index: -1;
}
@keyframes bounce {
    0%, 20%, 60%, 100% {
        transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        transform: translateY(-20px);
        transform: translateY(-20px);
    }
    80% {
        transform: translateY(-10px);
        transform: translateY(-10px);
    }
}
.franshise-items__figure_block:hover {
    animation: bounce 1s;
}
.franshise-items__content{
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 45px;
}
.franshise-items__list{
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 27px;
    color: #000000;
    list-style: none;
    margin: 0;
    padding: 0;
}
.franshise-items__list li{
    position: relative;
    padding-left: 56px;
    margin-bottom: 27px;
}
.franshise-items__list li:last-child{
    margin-bottom: 0;
}
.franshise-items__list li:before{
    content: '';
    position: absolute;
    top: 5px;
    left: 9px;
    background-color: #1262D8;
    width: 17px;
    height: 17px;
    border-radius: 50%;
}
.franshise-items__list li:after{
    content: '';
    position: absolute;
    top: 14px;
    left: 17px;
    background-color: transparent;
    border: 1px solid #000000;
    width: 8px;
    height: 8px;
    border-radius: 50%;
}
.franshise-items .franshise-btn{
    max-width: 260px;
    margin: auto 0 0 6px;
    border-width: 3px;
    padding: 18px 10px 15px;
    background-color: transparent;
    cursor: pointer;
}
.franshise-items .franshise-btn:before{
    left: 4px;
    top: 7px;
}

.form-group {
    margin-bottom: 20px;
}
.form-control {
    display: block;
    width: 100%;
    padding: 10px;
    background-color: #fff;
    background-clip: padding-box;
    border: none;
    border-bottom: 3px solid #1262D8;
    -webkit-transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    -o-transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    font-family: 'Open Sans';
    font-weight: 400;
    font-size: 20px;
    line-height: 27px;
    text-transform: capitalize;
    color: #000000;
    text-align: center;
}
.form-control:focus{
    outline: none;
    border-color: #000;
}

.checkbox-other {
    display: block;
    margin: 0 0 10px 0;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative;
}
.checkbox-other input[type=checkbox] {
    position: absolute;
    z-index: -1;
    opacity: 0;
    display: block;
    width: 0;
    height: 0;
}
.checkbox-other span {
    display: inline-block;
    position: relative;
    font-weight: 400;
    font-size: 16px;
    line-height: 36px;
}
.checkbox-other span:before {
    content: "";
    display: inline-block;
    width: 22px;
    height: 22px;
    margin-right: 14px;
    -webkit-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
    background: #FFFFFF;
    border: 2px solid #1262D8;
    border-radius: 4px;
}

/* Checked */
.checkbox-other input[type=checkbox]:checked + span:before {
    background-image: url(/local/templates/fr/img/checked.svg);
    background-size: 14px 9px;
    background-position: center;
    background-repeat: no-repeat;
}
/* Hover */
.checkbox-other span:hover:before {
    opacity: .5;
}

/* Active */
.checkbox-other span:active:before {

}

/* Disabled */
.checkbox-other input[type=checkbox]:disabled + span {
    color: #666;
    cursor: default;
}
.checkbox-other input[type=checkbox]:disabled + span:before {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: 0.6;
}


.franshise-form{}
.franshise-form__header{
    margin-bottom: 60px;
}
.franshise-form__title{
    font-family: 'Open Sans';
    font-weight: 700;
    font-size: 24px;
    line-height: 33px;
    text-align: center;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #E30613;
    margin: 0;
}
.franshise-form__body{
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 20px 1fr;
    grid-template-columns: 1fr 1fr;
    grid-gap: 50px 20px;
    max-width: 954px;
    margin: 0 auto 62px;
}
.franshise-form__footer{
    max-width: 954px;
    margin: 0 auto;
    text-align: left;
}
.franshise-form__btn{
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 27px;
    color: #FFFFFF;
    width: 100%;
    max-width: 264px;
    margin: 66px auto 0;
    display: block;
    text-decoration: none;
    border: none;
    background-color: #FF7101;
    border-radius: 50px;
    padding: 20px;
    position: relative;
    cursor: pointer;
}
.franshise-form__btn:after{
    content: '';
    position: absolute;
    top: 5px;
    left: 6px;
    width: 100%;
    height: 100%;
    border: 0.5px solid #101011;
    border-radius: 50px;
    pointer-events: none;
    z-index: -1;
}
.franshise-form__btn:hover{
    opacity: .5;
}

.franshise-form__btn--phone{
    background-color: #1262D8;
}


.remodal-overlay{
    background: rgba(18,98, 216,.5);
}
.remodal-overlay-partners{
    background: rgba(255,113, 1,.5);
}
.remodal-overlay-franshise{
    background: rgba(255,113, 1,.5);
    padding-left: 22px;
    padding-right: 22px;
}
.remodal-overlay-phone{
    background: rgba(255,113, 1,.5);
}
.remodal-wrapper{
    padding: 10px 20px 0;
}

.remodal-partner{
    max-width: 1216px;
    padding: 82px 20px 85px;
    text-align: left;
    background-color: #fff;
}
.remodal-callback{
    max-width: 1196px;
    padding: 70px 20px 90px;
    background-color: #ffffff;
}

.remodal-ok{
    max-width: 750px;
    padding: 91px 20px 106px;
    text-align: center;
}
.remodal-ok__body{
    max-width: 492px;
    margin: 0 auto;
}
.remodal-ok__logo{
    margin-bottom: 32px;
}
.remodal-ok p{
    font-weight: 400;
    font-size: 24px;
    line-height: 33px;
    text-align: center;
    color: #E30613;
    margin: 0;
}

.remodal-franshise{
    max-width: 974px;
    padding: 120px 20px 160px;
    text-align: center;
    background-color: #fff;
}
.remodal-franshise__body.hide{
    display: none;
}
.remodal-franshise p{
    font-weight: 600;
    font-size: 24px;
    line-height: 33px;
    text-align: center;
    color: #000000;
    margin: 0 0 40px;
}
.remodal-franshise__logos{
    display: flex;
    justify-content: center;
    gap: 20px 100px;
}
.remodal-franshise__logos img{
    max-width: 100%;
    height: auto;
}
.remodal-franshise__close{
    display: block;
    background-color: transparent;
    border: none;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    margin: 18px auto 0;
    font-family: 'Open Sans';
    font-weight: 400;
    font-size: 20px;
    line-height: 27px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #1262D8;
    position: absolute;
    bottom: 60px;
    right: 0;
    left: 0;
    cursor: pointer;
}
@media (max-width: 767px) {
    .remodal-franshise__close{
        position: relative;
        margin: 28px auto 0;
        bottom: -10px;
        font-weight: 400;
        font-size: 20px;
        line-height: 27px;
        letter-spacing: 0.05em;
        text-transform: uppercase;
    }
}

.franshise-partner{
    max-width: 1015px;
    margin: 0 auto;
}
.franshise-partner__header{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    margin-bottom: 81px;
    justify-content: space-around;
}
.franshise-partner__header.galamart:after{
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: #1262D8;
    width: calc(100% - 320px);
    height: 5px;
    z-index: -1;
    display:none;
}
.franshise-partner__header.mpr{
    /*-webkit-box-pack: center;*/
    /*-ms-flex-pack: center;*/
    /*justify-content: center;*/
}
.franshise-partner__header.mpr:after{
    content: '';
    position: absolute;
    background-color: #E30613;
    bottom: 0;
    right: 0;
    width: 26%;
    height: 5px;
    z-index: -1;
    display:none;
}
.franshise-partner__header.mpr:before{
    content: '';
    position: absolute;
    background-color: #E30613;
    left: 0;
    bottom: 0;
    width: 26%;
    height: 5px;
    z-index: -1;
    display:none;
}
.franshise-partner__header.mpr .franshise-partner__figure{
    margin: 0;
}
.franshise-partner__header.mpr .franshise-partner__figure.big{
    /*margin: 0 100px;*/
}
.franshise-partner__header.ermak{
    /*-webkit-box-pack: end;*/
    /*-ms-flex-pack: end;*/
    /*justify-content: flex-end;*/
}
.franshise-partner__header.ermak:after{
    content: '';
    position: absolute;
    background-color: #FF7101;
    left: 0;
    bottom: 0;
    right: auto;
    width: calc(100% - 320px);
    height: 5px;
    z-index: -1;
    display:none;
}
.franshise-partner__header.ermak .franshise-partner__figure{
    /*margin: 0 0 0 104px;*/
}
.franshise-partner__header.ermak .franshise-partner__figure.small{
    /*margin: 0 0 0 122px;*/
}
.franshise-partner__body{
    max-width: 1080px;
    margin: 0 auto 63px;
}
.franshise-partner__title{
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 27px;
    color: #000000;
    margin: 0 0 59px 121px;
}
.franshise-partner__body p{
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 45px;
    color: #000000;
    margin: 0 0 15px;
}
.franshise-partner__footer{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.franshise-partner__footer .franshise-btn{
    border-width: 3px;
    padding: 18px 10px 15px;
}
.franshise-partner__link{
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #FF7101;
    text-decoration: none;
}
.franshise-partner__link.color1{
    color: #FF7101;
}
.franshise-partner__link.color2{
    color: #E30613;
}
.franshise-partner__link.color3{
    color: #1262D8;
}
.franshise-partner__figure.color1{
    border: 5px solid #1262D8;
}
.franshise-partner__figure.color2{
    border: 5px solid #E30613;
}
.franshise-partner__figure.color3{
    border: 5px solid #FF7101;
}
.franshise-partner__figure{
    width: 209px;
    height: 209px;
    background-color: #ffffff;
    border: 5px solid #1262D8;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    padding: 10px;
    margin: 0 35px 0 0;
}
.franshise-partner__figure.big{
    position: relative;
}

.franshise-partner__figure:before{
    content: '';
    position: absolute;
    top: 22px;
    left: 22px;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    border: 0.5px solid #101011;
    border-radius: 50%;
    pointer-events: none;
    z-index: -1;
}
.franshise-partner__figure.small{
    width: 121px;
    height: 121px;
    margin: 0 23px 0 0;
}
.franshise-partner__figure.small:before{
    content: '';
    position: absolute;
    top: 8px;
    left: 8px;
}

.franshise-partner__list{
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 35px;
    color: #000000;
    list-style: none;
    margin: 0;
    padding: 0;
}
.franshise-partner__list li{
    position: relative;
    padding-left: 56px;
    margin-bottom: 20px;
}
.franshise-partner__list li:last-child{
    margin-bottom: 0;
}
.franshise-partner__list li:before{
    content: '';
    position: absolute;
    top: 5px;
    left: -12px;
    background-color: #1262D8;
    width: 26px;
    height: 26px;
    border-radius: 50%;
}
.franshise-partner__list li:after{
    content: '';
    position: absolute;
    top: 16px;
    left: -2px;
    background-color: transparent;
    border: 1px solid #000000;
    width: 15px;
    height: 15px;
    border-radius: 50%;
}

.franshise-partner__list.color1 li:before{
    background-color: #1262D8;
}
.franshise-partner__list.color2 li:before{
    background-color: #E30613;
}
.franshise-partner__list.color3 li:before{
    background-color: #FF7101;
}
.franshise-partner__close{
    display: block;
    background-color: transparent;
    border: none;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    margin: 18px auto 0;
    font-family: 'Open Sans';
    font-weight: 400;
    font-size: 20px;
    line-height: 27px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #1262D8;
    position: absolute;
    top: 18px;
    right: 23px;
    left: auto;
    cursor: pointer;
}

@media (max-width: 1023px) {
    .franshise-hero__body{
    }
    .franshise-hero__decor .left{
        width: 76px;
        height: 56px;
    }
    .franshise-hero__decor .right{
        width: 121px;
        height: 105px;
    }
    .franshise-hero__decor .bottom{
        width: 80px;
        height: 124px;
        bottom: -67px;
    }
    .franshise-hero__decor .plus{
        bottom: 122px;
        left: 40px;
    }
    .franshise-hero__text{
        -webkit-box-flex: 1;
        -ms-flex: 1 0 500px;
        flex: 1 0 500px;
        max-width: 500px;
        position: relative;
    }
    .franshise-hero__title{
        font-size: 34px;
        line-height: 48px;
        margin: -5px 0 14px;
    }
    .franshise-hero__subtitle{
        font-size: 22px;
        line-height: 32px;
        margin: 0 0 39px;
    }

    .franshise-items__figure{
        width: 200px;
        height: 200px;
        margin: 0 0 62px;

    }
    .franshise-items__list{
        font-size: 14px;
        line-height: 22px;
    }
    .franshise-items__list li{
        padding-left: 36px;
        margin-bottom: 20px;
    }
}

@media (max-width: 767px) {
    .franshise-partner__header{
        margin-bottom: 44px;
    }
    .franshise-partner__header:before,
    .franshise-partner__header:after{
        display: none;
    }
    .franshise-partner__header.galamart .franshise-partner__figure.small{
        display: none;
    }
    .franshise-partner__header.mpr .franshise-partner__figure.small{
        display: none;
    }
    .franshise-partner__header.ermak .franshise-partner__figure.small{
        display: none;
    }
    .franshise-partner__figure.big{
        width: 184px;
        height: 184px;
        margin: 0 auto!important;
    }
    .franshise-partner__figure:before{
        top: 14px;
        left: 9px;
    }
    .franshise-partner__title{
        display: none;
    }
    .franshise-partner__body{
        margin: 0 auto 40px;
    }
    .franshise-partner__body p{
        font-size: 13px;
        line-height: 30px;
    }
    .franshise-partner__footer{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 43px;
    }
    .franshise-partner__footer .franshise-btn{
        font-weight: 600;
        font-size: 13px;
        line-height: 13px;
        max-width: 182px;
    }
    .franshise-partner__link{
        font-weight: 600;
        font-size: 13px;
        line-height: 13px;
    }
    .franshise-partner__link.color1{
        color: #E30613;
    }
    .franshise-partner__link.color2{
        color: #FF7101;
    }
    .franshise-partner__list{
        font-size: 13px;
        line-height: 25px;
    }
    .franshise-partner__list li{
        padding-left: 62px;
        margin-bottom: 25px;
    }
    .franshise-partner__list li:before{
        width: 14px;
        height: 14px;
        top: 6px;
        left: 10px;
    }
    .franshise-partner__list li:after{
        top: 13px;
        left: 16px;
        width: 6px;
        height: 6px;
    }

    .franshise-partner__footer .franshise-btn.color2{
        color: #1262D8;
    }

    .remodal-wrapper.remodal-overlay-partners{
        padding: 35px 0 0;
    }
    .remodal-partner{
        padding: 35px 26px 33px;
        margin: 0 -20px;
    }
    .franshise-partner__close{
        position: relative;
        margin: 28px auto 0;
        left: 0;
        right: 0;
        bottom: -10px;
        font-weight: 400;
        font-size: 20px;
        line-height: 27px;
        letter-spacing: 0.05em;
        text-transform: uppercase;
    }

    .remodal-ok{
        max-width: 750px;
        padding: 27px 20px 21px;
        text-align: center;
    }
    .remodal-ok__body{
        max-width: 175px;
    }
    .remodal-ok__logo{
        max-width: 63px;
        margin: 0 auto 30px;
    }
    .remodal-ok p{
        font-size: 16px;
        line-height: 22px;
    }
    .remodal-ok .franshise-partner__close{
        margin-top: 20px;
    }

    .remodal-franshise{
        max-width: 974px;
        padding: 67px 26px 30px;
    }
    .remodal-franshise p{
        font-size: 20px;
        line-height: 27px;
        margin: 0 0 40px;
    }
    .remodal-franshise__logos{
        gap: 20px 30px;
        margin-top: 83px;
        margin-bottom: 114px;
        align-items: baseline;
    }



    .franshise-btn{
        font-weight: 600;
        font-size: 10px;
        line-height: 14px;
        padding: 8px;
        border-width: 1px;
    }
    .franshise-btn:before{
        top: 2px;
        left: 3px;
    }

    .franshise-hero{
        margin-bottom: 0;
        min-height: 300px;
    }
    .franshise-hero__decor .left{
        width: 49px;
        height: 40px;
        top: -1px;
        left: -7px;
    }
    .franshise-hero__decor .right{
        width: 121px;
        height: 105px;
    }
    .franshise-hero__decor .right,
    .franshise-hero__decor .bottom,
    .franshise-hero__decor .plus{
        display: none;
    }
    .franshise-hero__body{
        padding-top: 34px;
        gap: 0;
    }

    .franshise-hero__text{
        -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
        flex: 1 0 100%;
        max-width: 234px;
        position: relative;
    }
    .franshise-hero__text:before{
        top: 47px;
        right: 45px;
        background-size: 100%;
        width: 16px;
        height: 16px;
    }
    .franshise-hero__text:after{
        top: 116px;
        left: -51px;
        background-size: 100%;
    }
    .franshise-hero__logo{
        width: 48px;
        height: 42px;
        margin-right: 20px;
    }
    .franshise-hero__title{
        font-size: 20px;
        line-height: 27px;
        margin: -4px 0 10px;
    }
    .franshise-hero__subtitle{
        font-size: 16px;
        line-height: 22px;
        margin: 0 0 10px;
        max-width: 170px;
    }
    .franshise-hero__btn{
        font-weight: 600;
        font-size: 10px;
        line-height: 14px;
        padding: 7px;
        max-width: 154px;
        margin-left: 68px;
    }

    .franshise-menu{
        display: block;
        margin-bottom: 10px;
    }

    .franshise-items{
        margin-bottom: 50px;
    }
    .franshise-items .decor{
        display: block;
    }
    .franshise-items__body{
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        gap: 0;
    }
    .franshise-items__item{
        display: block;
        width: 100%;
        flex: 1 0 100%;
        max-width: 100%;
        margin-bottom: 54px;
    }
    .franshise-items__item:last-of-type{
        margin-bottom: 0;
    }
    .franshise-items__figure{
        width: 177px;
        height: 177px;
        margin: 0 auto 49px;
    }
    .franshise-items__figure:before{
        top: 12px;
        left: 12px;
    }
    .franshise-items__content{
        padding-left: 20px;
        gap: 0;
    }
    .franshise-items__list{
        font-size: 13px;
        line-height: 18px;
        margin-bottom: 41px;
    }
    .franshise-items__list li{
        position: relative;
        padding-left: 44px;
        margin-bottom: 27px;
    }
    .franshise-items__list li:before{
        top: 2px;
        left: 0;
        width: 13px;
        height: 13px;
    }
    .franshise-items__list li:after{
        top: 9px;
        left: 6px;
        width: 6px;
        height: 6px;
    }
    .franshise-items .franshise-btn{
        font-size: 13px;
        line-height: 14px;
        padding: 14px;
        border-width: 3px;
        max-width: 195px;
        position: relative;
        left: 50%;
        transform: translate(-50%,0);
        margin-left: -34px;
    }
    .franshise-items .franshise-btn:before{
        top: 1px;
        left: 0;
        width: calc(100% + 3px);
        height: calc(100% + 5px);
    }

    .franshise-btn:before{
        top: 3px;
        left: 2px;
    }

    .form-control{
        font-size: 15px;
        line-height: 20px;
        border-width: 2px;
    }
    .checkbox-other span{
        font-size: 13px;
        line-height: 20px;
    }
    .checkbox-other span:before{
        width: 13px;
        height: 13px;
        margin-right: 5px;
    }


    .remodal-callback{
        max-width: 1196px;
        padding: 23px 20px 40px;
    }
    .franshise-form{}
    .franshise-form__header{
        margin-bottom: 36px;
    }
    .franshise-form__title{
        font-size: 20px;
        line-height: 27px;
    }
    .franshise-form__body{
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        grid-gap: 14px;
        margin: 0 auto 31px;
        padding: 0 28px;
    }
    .franshise-form__footer{
        margin: 0 -8px;
    }
    .franshise-form__btn{
        font-size: 13px;
        line-height: 13px;
        max-width: 194px;
        margin: 30px auto 0;
        padding: 18px 10px;
    }
    .franshise-form__btn:after{
        content: '';
        position: absolute;
        top: 3px;
        left: 4px;
        width: 100%;
        height: 100%;
        border: 0.5px solid #101011;
        border-radius: 50px;
        pointer-events: none;
        z-index: -1;
    }
    .franshise-form__btn:hover{
        opacity: .5;
    }

}


/**/
.big_logo{
    width: 100%;
    max-width: 200px;
}
.checkbox-other input[type=checkbox] {
    position: absolute;
    z-index: -1;
    /* opacity: 0; */
    /* display: block; */
    width: 1px;
    height: 1px;
    margin-top: 25px;
    margin-left: 13px;
}
@media (max-width: 767px) {
    .checkbox-other input[type=checkbox] {
        margin-top: 18px;
        margin-left: 9px;
    }
}


.franshise-calc{
    margin-bottom: 72px;
}
.franshise-calc__body{
    max-width: 1106px;
    margin: 0 auto;
    padding: 0 20px;
}
.franshise-calc__select{
    display: flex;
    gap: 20px;
    margin-bottom: 40px;
    display: none;
}
.franshise-calc__summa{
    display: flex;
    gap: 20px;
    margin-bottom: 70px;
}
.franshise-calc__name{
    flex: 1 1 337px;
    max-width: 337px;
    font-weight: 600;
    font-size: 20px;
    line-height: 27px;
    color: #101011;
}
.franshise-calc__logos{
    display: flex;
    justify-content: space-between;
    gap: 20px 114px;
}
.franshise-calc__logos-item{
    cursor: pointer;
}
.franshise-calc__logos-item img{
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: .4;
    max-width: 100%;
}
.franshise-calc__logos-item:hover img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    opacity: 1;
}
.franshise-calc__input{
    flex: 1 0 385px;
    max-width: 385px;
    margin-right: 103px;
    position: relative;
}
.franshise-calc__input .form-control{
    flex: 1 0 385px;
    max-width: 385px;
    font-weight: 400;
    font-size: 20px;
    line-height: 27px;
    color: #101011;
    padding-bottom: 22px;
    border: none;
    border-bottom: 2px solid #000000;
    padding-top: 0;
    -moz-appearance: textfield;
}
.franshise-calc__input .form-control::-webkit-outer-spin-button,
.franshise-calc__input .form-control::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.franshise-calc__input .form-control.error{
    border-color: red;
}
.franshise-calc__currency{
    font-weight: 600;
    font-size: 20px;
    line-height: 27px;
    color: #101011;
    width: 140px;
}
.franshise-calc__btn{
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 27px;
    color: #ffffff;
    text-decoration: none;
    padding: 18px;
    border: 2px solid transparent;
    border-radius: 50px;
    max-width: 260px;
    width: 100%;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    background-color: #FF7101;
    margin: 0 auto;
    cursor: pointer;
}
.franshise-calc__btn:before{
    content: '';
    position: absolute;
    top: 10px;
    left: 12px;
    width: 100%;
    height: 100%;
    border-radius: 50px;
    border: 2px solid #101011;
    z-index: -1;
}

.franshise-calc__info{
    font-weight: 400;
    font-size: 20px;
    line-height: 27px;
    text-transform: lowercase;
    color: #D9D9D9;
    position: absolute;
    top: 0px;
    text-align: center;
    left: 50%;
    transform: translate(-50%, 0);
    width: 100%;
    pointer-events: none;
}
.franshise-calc__info.active{
    top: -30px;
}

.franshise-btn-calc{
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 27px;
    color: #ffffff;
    text-decoration: none;
    padding: 18px;
    border: 2px solid transparent;
    border-radius: 50px;
    max-width: 370px;
    width: 100%;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    background-color: #1262D8;
    margin: 0 auto 63px;
    cursor: pointer;
}
.franshise-btn-calc:before{
    content: '';
    position: absolute;
    top: 10px;
    left: 12px;
    width: 100%;
    height: 100%;
    border-radius: 50px;
    border: 2px solid #101011;
    z-index: -1;
}
.franshise-btn-calc.active{
    background-color: #fff;
    border: 2px solid #1262D8;
    color: #1262D8;
}
@media (max-width: 1023px){
    .franshise-calc__name{
        flex: 1 1 140px;
        max-width: 140px;
    }
    .franshise-calc__logos{
        gap: 20px 85px;
    }
    .franshise-calc__input{
        margin-right: 50px;
    }
}
@media (max-width: 767px){
    .franshise-calc__body{
        text-align: center;
    }
    .franshise-calc__select,
    .franshise-calc__summa{
        flex-wrap: wrap;
    }

    .franshise-calc__name{
        flex: 1 0 100%;
        max-width: 100%;
        font-size: 20px;
        line-height: 27px;
        margin-bottom: 11px;
    }
    .franshise-calc__logos{
        gap: 20px 13px;
        align-items: center;
    }
    .franshise-calc__currency{
        width: 100%;
        font-size: 20px;
        line-height: 27px;
    }
    .franshise-calc__btn{
        font-weight: 600;
        font-size: 13px;
        line-height: 13px;
        max-width: 195px;
    }
    .franshise-calc__btn:before{
        top: 5px;
        left: 3px;
        border: 1px solid #101011;
    }
    .franshise-btn-calc{
        font-weight: 600;
        font-size: 13px;
        line-height: 13px;
        max-width: 195px;
    }
    .franshise-btn-calc:before{
        top: 5px;
        left: 3px;
        border: 1px solid #101011;
    }
    .franshise-calc__input{
        max-width: 100%;
        flex: 1 0 100%;
    }
    .franshise-calc__info{
        font-size: 15px;
        line-height: 20px;
    }
    .franshise-calc__input .form-control{
        flex: 1 0 100%;
        max-width: 100%;
        font-weight: 400;
        font-size: 15px;
        line-height: 20px;
        color: #101011;
    }
}
@media (max-width: 500px){
    .franshise-calc__logos{
        gap: 0;
    }
    .franshise-calc__logos-item{
        margin-right: 13px;
    }
    .franshise-calc__logos-item:last-of-type{
        margin-right: 0;
    }
    .franshise-calc__summa{
        gap: 0;
    }
    .franshise-calc__name{
        margin-bottom: 31px;
    }
    .franshise-calc__input{
        margin: 0 0 20px;
    }
}



.franshise-why{
    margin-top: 63px;
    margin-bottom: 75px;
}
.franshise-why__header{
    margin-bottom: 60px;
}
.franshise-why__title{
    font-weight: 700;
    font-size: 24px;
    line-height: 33px;
    text-align: center;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #E30613;
    max-width: 554px;
    margin: 0 auto;
}
.franshise-why__body{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    max-width: 1300px;
    margin: 0 auto 43px;
    padding: 0 20px;
    position: relative;
}
.franshise-why__body:before{
    content: '';
    position: absolute;
    top: -143px;
    left: 132px;
    background-image: url("/local/templates/fr/./img/decor-plus-blue.svg");
    background-repeat: no-repeat;
    background-size: 100%;
    width: 27px;
    height: 27px;
}
.franshise-why__body:after {
    content: '';
    position: absolute;
    top: -310px;
    right: -275px;
    background-image: url("/local/templates/fr/./img/franshise-items-decor2.svg");
    background-repeat: no-repeat;
    background-size: 100%;
    width: 216px;
    height: 216px;
}
.franshise-why__item{
    text-align: center;
    max-width: 180px;
}
.franshise-why__icon{
    text-align: center;
    margin-bottom: 24px;
}
.franshise-why__name{
    font-weight: 600;
    font-size: 20px;
    line-height: 27px;
    text-align: center;
    color: #101011;
}
.franshise-why__list{
    max-width: 1316px;
    margin: 0 auto 65px;
    padding: 0 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap:33px 0;
    list-style: none;
    position: relative;
}
.franshise-why__list li{
    position: relative;
    font-weight: 400;
    font-size: 20px;
    line-height: 27px;
    color: #000000;
    flex: 1 0 38.1%;
    max-width: 38.1%;
}
.franshise-why__list li:nth-child(3n){
    flex: 1 0 23.8%;
    max-width: 23.8%;
}
.franshise-why__list li:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background-image: url("/local/templates/fr/./img/franshise-why-list.svg");
    background-repeat: no-repeat;
    background-size: 100%;
    width: 39px;
    height: 32px;
    display: none;
}
/*.franshise-why__list li:nth-child(3) .franshise-why__list-wrp,
.franshise-why__list li:nth-child(6) .franshise-why__list-wrp{
    margin-left: auto;
    max-width: 297px;
}
.franshise-why__list li:nth-child(2) .franshise-why__list-wrp,
.franshise-why__list li:nth-child(5) .franshise-why__list-wrp{
    margin-left: auto;
    margin-right: auto;
    max-width: 330px;
}*/

/*.franshise-why__list li:nth-child(2):before{
    background-image: url("/local/templates/fr/./img/franshise-why-list-2.svg");
}
.franshise-why__list li:nth-child(3):before{
    background-image: url("/local/templates/fr/./img/franshise-why-list-3.svg");
}
.franshise-why__list li:nth-child(5):before{
    background-image: url("/local/templates/fr/./img/franshise-why-list-2.svg");
}
.franshise-why__list li:nth-child(6):before{
    background-image: url("/local/templates/fr/./img/franshise-why-list-3.svg");
}*/

.franshise-why__list-wrp{
    padding-left: 66px;
    position: relative;
}
.franshise-why__list-wrp span{
    max-width: 275px;
    display: block;
}
.franshise-why__list-icon{
    flex-shrink: 0;
    position: absolute;
    top: 0;
    left: 0;
}
.franshise-why__list-icon img{
    max-width: 100%;
    height: auto;
}
.franshise-why__footer{
    margin-top: 65px;
}
.franshise-why__btn{
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 27px;
    color: #FF7101;
    text-decoration: none;
    padding: 18px;
    border: 3px solid #E30613;
    border-radius: 50px;
    max-width: 370px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    background-color: transparent;
}
.franshise-why__btn:before{
    content: '';
    position: absolute;
    top: 10px;
    left: 12px;
    width: 100%;
    height: 100%;
    border-radius: 50px;
    border: 2px solid #101011;
    z-index: -1;
}
@media (max-width: 1023px) {
    .franshise-why__list{
        gap: 63px 20px;
    }
    .franshise-why__list li{

        flex: 1 0 calc(33.3% - 20px);
        max-width:calc(33.3% - 20px);
    }
    .franshise-why__list li:nth-child(3n){
        flex: 1 0 calc(33.3% - 20px);
        max-width: calc(33.3% - 20px);
    }
}
@media (max-width: 767px) {
    .franshise-why__header{
        margin-bottom: 49px;
        padding: 0 20px;
    }
    .franshise-why__title{
        font-size: 20px;
        line-height: 27px;
    }

    .franshise-why__body:before{
        content: '';
        position: absolute;
        top: 416px;
        left: 5px;
        background-image: url("/local/templates/fr/./img/decor-about-romb.svg");
        background-repeat: no-repeat;
        background-size: 100%;
        width: 30px;
        height: 30px;
    }
    .franshise-why__body:after {
        content: '';
        position: absolute;
        top: -40px;
        right: 0;
        background-image: url("/local/templates/fr/./img/decor-cube-grey.svg");
        background-repeat: no-repeat;
        background-size: 100%;
        width: 93px;
        height: 88px;
    }
    .franshise-why__list{
        justify-content: center;
        text-align: center;
    }
    .franshise-why__list:before{
        content: '';
        position: absolute;
        bottom: 16px;
        left: -83px;
        background-image: url("/local/templates/fr/./img/decor-about.svg");
        background-repeat: no-repeat;
        background-size: 100%;
        width: 145px;
        height: 140px;
    }
    .franshise-why__list:after {
        content: '';
        position: absolute;
        top: 280px;
        right: -44px;
        background-image: url("/local/templates/fr/./img/franshise-items-decor2.svg");
        background-repeat: no-repeat;
        background-size: 100%;
        width: 88px;
        height: 88px;
    }
    .franshise-why__list li{
        flex: 1 0 calc(50% - 20px);
        max-width: calc(50% - 20px);
    }
    .franshise-why__list li:nth-child(3n){
        flex: 1 0 calc(50% - 20px);
        max-width: calc(50% - 20px);
    }
    .franshise-why__list-wrp{
        padding: 30px 0 0;
    }
    .franshise-why__list-wrp span{
        max-width: 100%;
    }
    .franshise-why__list-icon{
        right: 0;

    }
    .franshise-why__btn{
        font-weight: 600;
        font-size: 13px;
        line-height: 13px;
        max-width: 195px;
    }
    .franshise-why__btn:before{
        top: 5px;
        left: 3px;
        border: 1px solid #101011;
    }
    .franshise-why__icon{
        max-width: 60px;
        margin: 0 auto 0;
    }


}
@media (max-width: 500px) {
    .franshise-why__body{
        justify-content: center;
        gap: 0;
    }
    .franshise-why__item{
        text-align: center;
        flex: 1 0 100%;
        max-width: 100%;
        margin-bottom: 59px;
    }
    .franshise-why__item:last-of-type{
        margin-bottom: 0;
    }
    .franshise-why__list{
        gap: 0;
    }
    .franshise-why__list li{
        flex: 1 0 100%;
        max-width: 100%;
        padding-left: 0;
        text-align: center;
        margin-bottom: 50px;
    }
    .franshise-why__list li:nth-child(3n){
        flex: 1 0 100%;
        max-width: 100%;
    }
    .franshise-why__list li:last-of-type{
        margin-bottom: 0;
    }
    .franshise-why__list li:before{
        top: 0;
        left: 50%;
        transform: translate(-50%,0);
    }
    .franshise-why__list-wrp{
        flex-wrap: wrap;
        justify-content: center;
        flex-direction: column;
        gap: 0;
    }
    .franshise-why__list-icon{
        flex: 1 0 100%;
        max-width: 27px;
        margin: 0 auto 40px;
    }
}

.franshise-how{
    margin-top: 63px;
    margin-bottom: 60px;
}
.franshise-how__header{
    margin-bottom: 28px;
}
.franshise-how__title{
    font-weight: 700;
    font-size: 24px;
    line-height: 33px;
    text-align: center;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #1262D8;
    max-width: 554px;
    margin: 0 auto;
}
.franshise-how__body{
    display: flex;
    flex-wrap: wrap;
    max-width: 1248px;
    margin: 0 auto 60px;
    padding: 0 20px;
    gap:30px 20px;
    position: relative;
    background-image: url("/local/templates/fr/./img/step-line-2.svg");
    background-repeat: no-repeat;
    background-position: 50px 16px;
}
.franshise-how__body:before{
    content: '';
    position: absolute;
    top: -206px;
    left: 176px;
    background-image: url("/local/templates/fr/./img/decor-cube-grey.svg");
    background-repeat: no-repeat;
    background-size: 100%;
    width: 144px;
    height: 137px;
}
.franshise-how__body:after{
    content: '';
    position: absolute;
    top: -64px;
    right: -35px;
    background-image: url("/local/templates/fr/./img/decor-romb-blue.svg");
    background-repeat: no-repeat;
    background-size: 100%;
    width: 40px;
    height: 40px;
}

.franshise-how__item{
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 27px;
    text-align: center;
    color: #101011;
    position: relative;
    flex: 1 0 calc(26% - 60px);
    max-width: calc(26% - 60px);
    order: 1;
}
.franshise-how__item:nth-child(even){
    order: 2;
}
.franshise-how__item:nth-of-type(2){
    margin-left: 10%;
}
.franshise-how__item:nth-of-type(10){
    margin-left: 10%;
}
.franshise-how__item:nth-of-type(18){
    margin-left: 10%;
}
.franshise-how__item:nth-child(2) .franshise-how__count{
    color: #E30613;
}
.franshise-how__item:nth-child(3) .franshise-how__count{
    color: #FF7101;
}
.franshise-how__item:nth-child(4) .franshise-how__count{
    color: #1262D8;
}
.franshise-how__item:nth-child(5) .franshise-how__count{
    color: #E30613;
}
.franshise-how__item:nth-child(6) .franshise-how__count{
    color: #FF7101;
}
.franshise-how__item:nth-child(7) .franshise-how__count{
    color: #1262D8;
}
.franshise-how__item:nth-child(8) .franshise-how__count{
    color: #E30613;
}
.franshise-how__margin{
    width: 86px;
}
.franshise-how__count{
    display: block;
    font-weight: 700;
    font-size: 40px;
    line-height: 54px;
    text-align: center;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #1262D8;
    position: relative;
    width: fit-content;
    margin: 0 auto 12px;
}
.franshise-how__count:before{
    content: '';
    position: absolute;
    bottom: 0;
    left: 9px;
    width: 27px;
    height: 27px;
    border: 1px solid #000000;
    border-radius: 50%;
    z-index: -1;
}
@media (max-width: 767px) {
    .franshise-how__header{
        margin-bottom: 49px;
    }
    .franshise-how__title{
        font-size: 20px;
        line-height: 27px;
    }
    .franshise-how__body{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin: 0 auto 60px;
        padding: 0 20px;
        gap:46px 20px;
        background-image: none;
    }
    .franshise-how__body:before{
        content: '';
        position: absolute;
        top: 564px;
        left: 29px;
        background-image: url("/local/templates/fr/./img/franshise-items-decor2.svg");
        background-repeat: no-repeat;
        background-size: 100%;
        width: 60px;
        height: 60px;
    }
    .franshise-how__body:after{
        top: 203px;
        right: 8px;
    }
    .franshise-how__item{
        font-style: normal;
        font-weight: 600;
        font-size: 20px;
        line-height: 27px;
        color: #101011;
        position: relative;
        flex: 1 0 calc(50% - 20px);
        max-width: calc(50% - 20px);
        order: 1!important;
    }
    .franshise-how__item:nth-of-type(2){
        margin-left: 0;
    }
    .franshise-how__item:nth-of-type(10){
        margin-left: 0;
    }
    .franshise-how__item:nth-of-type(18){
        margin-left: 0;
    }
    .franshise-how__margin{
        display: none;
    }


}
@media (max-width: 500px) {
    .franshise-how__body{
        justify-content: center;
        margin: 0 auto;
        gap: 0;
    }
    .franshise-how__item{
        flex: 1 0 100%;
        max-width: 100%;
        margin-bottom: 46px;
    }
    .franshise-how__item:last-of-type{
        margin-bottom: 0;
    }
    .franshise-how__count{
        margin-bottom: 16px;
    }
}

.franshise-about{
    margin-bottom: 31px;
}
.franshise-about__header{
    margin-bottom: 67px;
}
.franshise-about__title{
    font-weight: 700;
    font-size: 24px;
    line-height: 33px;
    text-align: center;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #FF7101;
    max-width: 554px;
    margin: 0 auto;
}
.franshise-about__body{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1286px;
    margin: 0 auto;
    padding: 0 20px;
    gap:46px 20px;
    position: relative;
}
.franshise-about__body:before{
    content: '';
    position: absolute;
    bottom: 11%;
    left: -45px;
    background-image: url("/local/templates/fr/./img/decor-about-romb.svg");
    background-repeat: no-repeat;
    background-size: 100%;
    width: 54px;
    height: 54px;
}
.franshise-about__body:after{
    content: '';
    position: absolute;
    bottom: -170px;
    right: -135px;
    background-image: url("/local/templates/fr/./img/decor-about.svg");
    background-repeat: no-repeat;
    background-size: 100%;
    width: 145px;
    height: 140px;
}
.franshise-about__item{
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 27px;
    color: #101011;
    position: relative;
    padding-left: 60px;
    flex: 1 0 calc(37.8% - 20px);
    max-width: calc(37.8% - 20px);
}
.franshise-about__item:nth-child(3n){
    flex: 1 0 calc(24.2% - 20px);
    max-width: calc(24.2% - 20px);
}
.franshise-about__item:before{
    content: '';
    position: absolute;
    top: -4px;
    left: 0;
    background-image: url("/local/templates/fr/./img/franshise-about-icon2.svg");
    background-repeat: no-repeat;
    background-size: 100%;
    width: 26px;
    height: 29px;
}
.franshise-about__content{
    max-width: 212px;
}
@media (max-width: 1023px) {
    .franshise-about__item{
        padding-left: 69px;
        flex: 1 0 calc(33.3% - 20px);
        max-width: calc(33.3% - 20px);
    }
    .franshise-about__item:nth-child(3n){
        flex: 1 0 calc(33.3% - 20px);
        max-width: calc(33.3% - 20px);
    }
}
@media (max-width: 767px) {
    .franshise-about{
        position: relative;
    }
    .franshise-about:before {
        content: '';
        position: absolute;
        top: 208px;
        left: 10px;
        background-image: url("/local/templates/fr/./img/decor-cube-grey.svg");
        background-repeat: no-repeat;
        background-size: 100%;
        width: 93px;
        height: 88px;
    }
    .franshise-about__header{
        margin-bottom: 23px;
    }
    .franshise-about__title{
        font-size: 20px;
        line-height: 27px;
    }
    .franshise-about__body{
        gap: 23px;
    }
    .franshise-about__item{
        padding-left: 50px;
        flex: 1 0 calc(50% - 20px);
        max-width: calc(50% - 20px);
    }
    .franshise-about__item:nth-child(3n){
        flex: 1 0 calc(50% - 20px);
        max-width: calc(50% - 20px);
    }
    .franshise-about__content{
        max-width: 100%;
    }
}
@media (max-width: 500px) {
    .franshise-about__body{
        justify-content: center;
        margin: 0 auto;
        gap: 0;
    }
    .franshise-about__body:after{
        display: none;
    }
    .franshise-about__item:before{
        left: 50%;
        transform: translate(-50%,0);
    }
    .franshise-about__item{
        padding-left: 0;
        padding-top: 50px;
        flex: 1 0 100%;
        max-width: 100%;
        text-align: center;
        margin-bottom: 23px;
    }
    .franshise-about__item:last-of-type{
        margin-bottom: 0;
        flex: 1 0 100%;
        max-width: 100%;
    }
    .franshise-about__item:nth-child(3n){
        flex: 1 0 100%;
        max-width: 100%;
    }
    .franshise-about__item:nth-child(5){

    }

}

.franshise-reviews{
    margin-bottom: 96px;
}
.franshise-reviews__header{
    margin-bottom: 60px;
}
.franshise-reviews__title{
    font-weight: 700;
    font-size: 24px;
    line-height: 33px;
    text-align: center;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #1262D8;
    max-width: 554px;
    margin: 0 auto;
}
.franshise-reviews__body{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1218px;
    margin: 0 auto 60px;
    padding: 0 20px 60px;
    gap:50px 20px;
    position: relative;
}
.franshise-reviews__body:before {
    content: '';
    position: absolute;
    bottom: 254px;
    left: -175px;
    background-image: url(/local/templates/fr/img/franshise-items-decor2.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 128px;
    height: 128px;
}
.franshise-reviews__body:after {
    content: '';
    position: absolute;
    top: 106%;
    right: 40px;
    background-image: url(/local/templates/fr/img/decor-plus-orange.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 27px;
    height: 27px;
}
.franshise-reviews__item{
    text-align: center;
    display: flex;
    flex-direction: column;
}
.franshise-reviews__figure{
    width: 105px;
    height: 105px;
    margin: 0 auto 45px;
    position: relative;
}
.franshise-reviews__figure:before{
    content: '';
    position: absolute;
    top: 8px;
    left: 9px;
    width: 100%;
    height: 100%;
    border: 1px solid #000000;
    border-radius: 50%;
    z-index: -1;
}
.franshise-reviews__figure img{
    border-radius: 50%;
    overflow: hidden;
    object-fit: cover;
}
.franshise-reviews__content{}
.franshise-reviews__top{
    margin-bottom: 20px;
}
.franshise-reviews__name{
    font-weight: 600;
    font-size: 20px;
    line-height: 27px;
    color: #101011;
    margin-bottom: 10px;
}
.franshise-reviews__city{
    font-weight: 600;
    font-size: 20px;
    line-height: 27px;
    margin-bottom: 10px;
    color: #E30613;
    min-height: 81px;
}
.franshise-reviews__dohod{
    font-weight: 600;
    font-size: 20px;
    line-height: 27px;
    margin-bottom: 10px;
    color: #1262D8;

}
.franshise-reviews__anons{
    font-weight: 400;
    font-size: 20px;
    line-height: 27px;
    text-align: justify;
    color: #000000;
    margin: 0;
}
.franshise-reviews .swiper-reviews{
    max-width: 1019px;
    margin: 0 auto;
}
.franshise-reviews .swiper-slide:nth-child(2n) .franshise-reviews__city{
    color: #FF7101;
}
.franshise-reviews .swiper-slide:nth-child(2n) .franshise-reviews__dohod{
    color: #E30613;
}
.franshise-reviews .swiper-slide:nth-child(3n) .franshise-reviews__city{
    color: #1262D8;
}
.franshise-reviews .swiper-slide:nth-child(3n) .franshise-reviews__dohod{
    color: #FF7101;
}
.franshise-reviews .swiper-slide:nth-child(4n) .franshise-reviews__city{
    color: #E30613;
}
.franshise-reviews .swiper-slide:nth-child(4n) .franshise-reviews__dohod{
    color: #1262D8;
}
.franshise-reviews .swiper-button-next,
.franshise-reviews .swiper-button-prev{
    background-image: url("/local/templates/fr/./img/arrow-reviews.svg");
    background-repeat: no-repeat;
    background-size: 100%;
    width: 103px;
    height: 24px;
    margin-top: 0;
    top: 99%;
}
.franshise-reviews .swiper-button-prev{
    transform: rotate(180deg);
}
.franshise-reviews .swiper-button-next:after,
.franshise-reviews .swiper-button-prev:after{
    display: none;
}
@media (max-width: 767px) {
    .franshise-reviews{
        margin-bottom: 40px;
    }
    .franshise-reviews__header{
        margin-bottom: 49px;
    }
    .franshise-reviews__title{
        font-size: 20px;
        line-height: 27px;
    }
    .franshise-reviews__body{
        margin-bottom: 0;
        padding-bottom: 30px;
    }
    .franshise-reviews__body:before {
        top: 18%;
        left: 10px;
        background-image: url(/local/templates/fr/img/decor-circle-black.svg);
        width: 26px;
        height: 26px;
    }
    .franshise-reviews__body:after {
        top: -14%;
        right: 50px;
    }
    .franshise-reviews .swiper-button-next,
    .franshise-reviews .swiper-button-prev{

        width: 60px;
        height: 12px;
    }
}

.privacy-policy{
    display: block;
    text-decoration: none;
    font-weight: 600;
    font-size: 20px;
    line-height: 27px;
    text-align: center;
    color: #000000;
    background-color: #F3F3F3;
    padding: 47px 40px;
}
@media (max-width: 767px){
    .privacy-policy{
        font-size: 13px;
        line-height: 18px;
        padding: 26px 64px;
    }
}

.franshise-page{
    max-width: 1240px;
    padding: 0 20px;
    margin: 0 auto;
}
.franshise-page p{
    font-size: 20px;
    line-height: 27px;
    text-align: justify;

    color: #000000;
}

.breadcrumbs{
    margin: 40px 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.breadcrumbs__item{
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    color: #D9D9D9;
    text-decoration: none;
    margin-right: 45px;
}

.line-dif{
    width: 100%;
    max-width: 994px;
    height: 2px;
    background-image: url("/local/templates/fr/./img/line-dif.svg");
    background-size: 100%;
    background-repeat: no-repeat;
    margin: 0 auto;
}

.btn-phone-callback{
    width: 89px;
    height: 89px;
    background-color: #D9D9D9;
    overflow: hidden;
    position: fixed;
    bottom: 80px;
    right: 68px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 500;
}
@media (max-width: 767px){
    .btn-phone-callback{
        width: 65px;
        height: 65px;
        bottom: 80px;
        right: 20px;
        padding: 16px;
    }
}


.nd_cneck > span{
    color:#e70019;
}
.nd_cneck > span:before{
    border-color: #e70019;
    background-color: #efe1e1;
}


.shops_swiper{
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    padding-top: 40px;
}

.shops_swiper .swiper-wrapper {
    justify-content: space-between;
}
.shops_swiper .franshise-items__item {
    display: inline-block;
}
.swiper-button-next:after, .swiper-button-prev:after{
    color: #e70019;
}
.swiper-button-next, .swiper-button-prev{

}

.shops_swiper .swiper-button-next,
.shops_swiper .swiper-button-prev{
    background-image: url(/local/templates/fr/img/arrow-reviews.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 103px;
    height: 24px;
    margin-top: 0;
    top: 0px;
}
.shops_swiper .swiper-button-next:after,
.shops_swiper .swiper-button-prev:after {display:none;}
.shops_swiper .swiper-button-prev {
    transform: rotate(180deg);
}
.franshise-menu.small_sh_menu{display:none!important;}
.small_sh_menu .franshise-menu__body {
    padding: 0px;
}
.small_sh_menu {
    padding: 24px 0 1px;
}
.small_swiper_logo_thumb{
    border: 2px solid #1262D8;
}
.shops_swiper_small .franshise-menu__figure {
    width: 77px;
    height: 77px;
    margin:0 auto;
}
.shops_swiper_small .ims_wrp{
    display: inline-block;
    width: 103px;
}
.shops_swiper_small .swiper-slide {
    padding-bottom: 20px;
}
.shops_popup_swiper{
    width:100%;
    max-width:1015px;
}
.shops_popup_swiper .popup_shop_thump{
    display: flex;
    position: relative;
    width: 250px;
    height: 250px;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}
.shops_popup_swiper .popup_shop_thump.big{

}
.shops_popup_swiper .popup_shop_thump.small{

}
.shops_popup_swiper .swiper-wrapper {

}
.shops_popup_swiper .swiper-slide {
}

.shops_popup_swiper .franshise-partner__figure.small {
    display: flex!important;
    margin: 0 10px 0 0;
}

.shops_popup_swiper .swiper-slide.swiper-slide-active .popup_shop_thump{}
.shops_popup_swiper .swiper-slide.swiper-slide-active .popup_shop_thump .franshise-partner__figure{}
.shops_popup_swiper .swiper-slide.swiper-slide-active .popup_shop_thump .big_logo{}

.shops_popup_swiper .swiper-slide .popup_shop_thump{}
.shops_popup_swiper .swiper-slide .popup_shop_thump .franshise-partner__figure{}
.shops_popup_swiper .swiper-slide .popup_shop_thump.big{}
.shops_popup_swiper .swiper-slide .popup_shop_thump.big .franshise-partner__figure{}
.shops_popup_swiper .swiper-slide .popup_shop_thump.small{}
.shops_popup_swiper .swiper-slide .popup_shop_thump.small .franshise-partner__figure{
    display: flex;
    position: relative;
    width: 148px;
    height: 148px;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}
.swiper-scrollbar{
    background: rgb(227 6 19 / 10%);
    background: linear-gradient(149deg, rgb(227 6 19 / 10%) 0%, rgb(255 113 1 / 11%) 26%, rgb(18 98 216 / 12%) 100%);
}
.swiper-scrollbar-drag {
/*    background: rgb(231 0 25 / 67%) !important;*/

    background: rgb(227,6,19);
    background: linear-gradient(149deg, rgba(227,6,19,1) 0%, rgba(255,113,1,1) 26%, rgba(18,98,216,1) 100%);

}

.shops_popup_swiper .swiper-button-next,
.shops_popup_swiper .swiper-button-prev{
    background-image: url(/local/templates/fr/img/arrow-reviews.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 103px;
    height: 24px;
    margin-top: 0;
    top: 0px;
}
.shops_popup_swiper .swiper-button-next:after,
.shops_popup_swiper .swiper-button-prev:after {display:none;}
.shops_popup_swiper .swiper-button-prev {
    transform: rotate(180deg);
}



.modal_shops_swiper_small {
    margin-bottom: 20px;
    padding-bottom: 30px;
}
.modal_shops_swiper_small *{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.detail_section_sw{
    display: inline-block;
    padding: 25px;
    position: relative;
    width: 100%;
}
@media all and (max-width: 767px){
    .detail_section_sw{
        padding:0;
    }
}
.modal_shops_swiper_small .swiper-wrapper {
    justify-content: space-between;
}
.modal_shops_swiper_small .element_mini {
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sw_active_logo{}
.modal_shops_swiper_small .swiper-slide .franshise-menu__figure{
    -webkit-transition: ease-in-out .3s;
    -moz-transition: ease-in-out .3s;
    -ms-transition: ease-in-out .3s;
    -o-transition: ease-in-out .3s;
    transition: ease-in-out .3s;
    cursor:pointer;
}
.modal_shops_swiper_small .swiper-slide-active .franshise-menu__figure{
    width: 108px;
    height: 108px;
}

@media all and (min-width: 921px){
    .modal_shops_swiper_small .element_mini {height: 263px;width: 263px;}
    .modal_shops_swiper_small .element_mini .franshise-menu__figure {width: 150px;height: 150px; padding:21px;}
    .modal_shops_swiper_small .swiper-slide-active .franshise-menu__figure {width: 245px;height: 245px!important; padding:24px;}
}


@media all and (max-width: 920px){
    .modal_shops_swiper_small .element_mini {height: 164px;width: 148px;}
    .modal_shops_swiper_small .element_mini .franshise-menu__figure {width: 77px;height: 77px;}
    .modal_shops_swiper_small .swiper-slide-active .franshise-menu__figure {width: 145px;height: 145px!important; padding:24px;}
}

.modal_shops_swiper_small .swiper-button-next,
.modal_shops_swiper_small .swiper-button-prev{
    background-image: url(/local/templates/fr/img/arrow-reviews.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 103px;
    height: 24px;
    margin-top: 0;
    top: 0px;
}
.modal_shops_swiper_small .swiper-button-next:after,
.modal_shops_swiper_small .swiper-button-prev:after {display:none;}
.modal_shops_swiper_small .swiper-button-prev {
    transform: rotate(180deg);
}
/* End */
/* /local/templates/fr/template_styles.css?168075814869162 */
