

/* Start:/franchise/style.css?17591763935407*/
.color-is-grey{
    background: #f0f0f0;
}
.fr-about-text{
    font-size: 20px;
    margin-top: 30px;
    margin-bottom: 70px;
}
.fr-advantage{
    margin: 60px 0;
}
.fr-advantage__title{
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 40px;
}
.fr-advantage__item{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-bottom: 40px;
}
.fr-advantage__item-pic{
    border-radius: 50%;
    background: #dcdbdb;
    width: 165px;
    height: 165px;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.fr-advantage__item-text{
    text-align: center;
    font-size: 20px;
}
.fr-advantage__item-text span{
    font-weight: bold;
}
.fr-free-support{
    margin-bottom: 60px;
}
.fr-free-support img{
    max-width: 100%;
    display: block;
    margin: auto;
}
.fr-free-support__title{
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 25px;
    text-transform: uppercase;
}
.fr-free-support__text{
    font-size: 20px;
}
.fr-free-support__text > div{
    margin-bottom: 15px;
}
.fr-support{
    font-size: 20px;
    margin-bottom: 60px;
}
.fr-line-red{
    width: 100%;
    border-top: 2px solid #e3000f;
}
.fr-support .hidden-xs{
    display: flex;
    align-items: center;
}
.fr-interest-block{
    max-width: 1000px;
    margin: auto;
    background: #dcdbdb;
    border-radius: 5px;
    padding: 50px 15px;
    font-size: 20px;
    text-align: center;
    position: relative;
}
.fr-interest-block__handshake{
    width: 130px;
    height: 130px;
    border-radius: 50%;
    position: absolute;
    left: -60px;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #e3000f;
}
.fr-interest-block__text-sign{
    font-size: 18px;
    margin-top: 30px;
}
.fr-interest-block__line{
    border-radius: 5px;
    background: #e3000f;
    text-align: center;
    color:#fff;
    font-size: 28px;
    padding: 25px 0;
    margin-bottom: 90px;
}
.fr-interest-block__line a{
    color: #fff;
}
.fr-interest-block__line-icon{
    width: 160px;
    height: 160px;
    background: #dcdbdb;
    border-radius: 50%;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 0;
    transform: translate(50%, -50%);
    top: 10px;
}
.fr-question{
    margin-bottom: 40px;
    font-size: 20px;
}
.fr-question__title{
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.fr-wrap-quest{
    padding: 60px 0;
}
.fr-line-red--margin{
    margin: 50px 0;
}
.fr-includes{
    padding-left: 15px;
    padding-top: 15px;
}
.fr-includes div{
    margin-bottom: 10px;
}
.color-is-red{
    background: #e3000f;
    padding-top: 45px;
    padding-bottom: 80px;
}
.fr-callback__text{
    font-size: 20px;
    color: #fff;
    text-align: center;
}
.fr-callback__btn{
    background: #fff;
    border-radius: 5px;
    font-size: 26px;
    color: #e3000f;
    display: block;
    margin: 20px 5%;
    text-align: center;
    text-decoration: none;
    padding: 15px 0;
}
.color-is-darkblue{
    background: #1a1a1c url("/franchise/img/location-bg.png") no-repeat center;
    background-size: cover;
}
.fr-location{
    font-size: 20px;
    color: #fff;
    position: relative;
    padding: 90px 15px;
}
.fr-location .flag{
    position: absolute;
    top: -32px;
    left: 0;
}
.fr-location .flag-2{
    left: 130px;
}
.fr-location .flag-3{
    left: 260px;
}
.fr-offices__title{
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 60px;
}
.fr-offices__item-pic{
    margin-bottom: 30px;
}
.fr-offices__item-title{
    font-size: 24px;
    font-weight: bold;
    color: #262729;
    margin-bottom: 15px;
}
.fr-offices__item-prop{
    font-size: 18px;
    color: #262729;
}
.fr-offices__item-pic img{
    max-width: 100%;
}
.fr-offices__item-pic.owl-carousel .owl-nav button.owl-next, .fr-offices__item-pic.owl-carousel .owl-nav button.owl-prev{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 57px;
    height: 57px;
    background: #000;
    background-repeat: no-repeat;
    background-position: center;
}
.fr-offices__item-pic.owl-carousel .owl-nav button.owl-next{
    background-image: url("/franchise/img/arrow-next.png");
    right: 0;
}
.fr-offices__item-pic.owl-carousel .owl-nav button.owl-prev{
    background-image: url("/franchise/img/arrow-left.png");
    left: 0;
}
@media (max-width: 1200px) {
    .fr-interest-block__handshake{
        left: 50%;
        transform: translateX(-50%);
        top: -35px;
        width: 70px;
        height: 70px
    }
    .fr-interest-block__handshake img {
        width: 50%;
    }
    .fr-interest-block__line-icon{
        width: 70px;
        height: 70px;
        top: -25px;
    }
    .fr-interest-block__line-icon img{
        width: 50%;
    }
}
@media (max-width: 575px) {
    .fr-interest-block__line-icon{
        left: 50%;
        top: -65px;
        transform: translateX(-50%);
    }
    .fr-location .flag{
        width: 75px;
    }
    .fr-location .flag-2{
        left: 100px;
    }
    .fr-location .flag-3{
        left: 200px;
    }
}
/* End */
/* /franchise/style.css?17591763935407 */
