@import url('https://fonts.googleapis.com/css?family=Ubuntu:300i,400,400i&amp;subset=cyrillic-ext');
@font-face {
    font-family: "Muller Narrow";
    src: url(../fonts/MullerNarrow-ExtraBold.otf);
}

@font-face {
    font-family: 'CirceRegular';
    src: url('../fonts/CirceRegular/Circe-Regular.eot'); /* IE9 Compat Modes */
    src: url('../fonts/CirceRegular/Circe-Regular.woff') format('woff'), /* Pretty Modern Browsers */
         url('../fonts/CirceRegular/Circe-Regular.ttf')  format('truetype'), /* Safari, Android, iOS */
         url('../fonts/CirceRegular/Circe-Regular.svg') format('svg'); /* Legacy iOS */
}

@font-face {
    font-family: 'CirceBold';
    src: url('../fonts/CirceBold/Circe-Bold.eot'); /* IE9 Compat Modes */
    src: url('../fonts/CirceBold/Circe-Bold.woff') format('woff'), /* Pretty Modern Browsers */
            url('../fonts/CirceBold/Circe-Bold.ttf')  format('truetype'), /* Safari, Android, iOS */
            url('../fonts/CirceBold/Circe-Bold.svg') format('svg'); /* Legacy iOS */
}

body{
    min-width: 320px;
    font-size: 18px;
    font-family: 'CirceRegular';
    -webkit-font-smoothing: antialiased;
    color: #000000;
    overflow-x: hidden !important;
    min-height: 100vh;
    position: relative;
    z-index: 1;
	padding: 0;
}

body.bottom_footer{
    padding-bottom: 253px;
}

body.bottom_footer footer{
    position: absolute;
    width: 100%;
    bottom: 0;
}

h1{
    font-weight: normal;
}

*{
    margin: 0;
    padding: 0;
}

input{
    -webkit-appearance: none;
        -moz-appearance: none;
            appearance: none;
    outline: none;
}

input[type="tel"],
input[type="text"],
input[type="email"]{
    border-radius: 10px;
    border: none;
    font-size: 18px;
    font-family: "CirceBold";
}

input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: rgba(46, 45, 44, 0.5);
}
input::-moz-placeholder { /* Firefox 19+ */
    color: rgba(46, 45, 44, 0.5);
}
input:-ms-input-placeholder { /* IE 10+ */
    color: rgba(46, 45, 44, 0.5);
}
input:-moz-placeholder { /* Firefox 18- */
    color: rgba(46, 45, 44, 0.5);
}
.franchise_boss_item img {
    border-radius: 50%;
}
.button{
    border: none;
    text-decoration: none;
    background-color: #ff1536;
    padding: 0 23px;
    border-radius: 10px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #ffffff;
    font-family: 'CirceBold';
}
/*.franchise_page_top {

    background: url(../img/franchise/franchise-page-top.jpg);
    background-repeat: no-repeat;
    background-size: cover;

 }*/
 .franchise_get {
    /*background: url(../img/franchise/franchise-actual.jpg);*/
    background-repeat: no-repeat;
    background-size: cover;

 }
 @media (max-width: 1024px) {
     .franchise_get {
    padding-top: 0!important;
    }
 }
 @media (max-width: 420px) {
    .franchise_get {
    /*background: url(../img/franchise/franchise-actual-mobile.jpg);*/

 }
 footer .p_tb20px {
     padding: 0 !important;
 }
 }

  #franchise_actual {
    /*background: url(../img/franchise/franchise-actual-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;*/
    padding: 70px 0;

 }

 @media (max-width: 1024px) {
   #franchise_actual {padding-bottom: 0;}
 }
 @media (max-width: 375px) {
   #franchise_actual {padding-top: 20px!important;}
 }
 #franchise_bottom {
   background-color: #262627;
   padding: 40px 0;
 }
  /*#franchise_price {
    background: #262627;


 }*/
  #franchise_title {
    background: url(../img/franchise/franchise-title.jpg);
    background-repeat: no-repeat;
    background-size: cover;


 }
 #franchise_title .franchise_contacts_left, .franchise_h1, .franchise_actual h2 {
     /*background: rgba(0, 0, 0, 0.3);*/

padding: 15px;
 }
 #franchise_get_ul {
      /* background: url(../img/franchise/franchise-title.jpg);
    background-repeat: no-repeat;
    background-size: cover;*/
 }
 #franchise_boss {
    background: url(../img/franchise/franchise-boss.jpg) !important;
    background-repeat: no-repeat !important;
    background-size: cover  !important;
 }
.button svg{
    margin-right: 10px;
}

.button:hover{
    background-color: #ff1536;
}

.button.bordered_button{
    background-color: transparent;
    border: 1px solid rgba(238, 21, 97, .5);
    font-size: 16px;
    color: #2e2d2c;
    padding: 0 13px;
}

.button.bordered_button:hover{
    background-color: transparent;
    border: 1px solid rgb(238, 21, 97) !important;
}

.header_wrap{
    display: flex;
    border-style: solid;
    border-width: 1px;
    border-color: rgba(0, 0, 0, .15);
    border-top: none;
    border-left: none;
    background-color: rgb(255, 255, 255);
    height: 214px;
    align-items: center;
    padding-right: 25px;
    position: relative;
    z-index: 150;
    justify-content: center;
}

.logo{
    margin-top: 10px;
}
.logo img {
    width: 200px;
    height: 200px;
}

.main-menu {
  background: rgba(0, 0, 0, 0.85);
border-bottom: 1px solid #636363;
}

nav{
    margin-left: 30px;
}

nav a{
    display: inline-block;
    font-size: 16px;
    text-decoration: none;
    color: #000000;
    transition: color 200ms linear;
}

/*nav a:hover,
nav a.active{
    color: #ff1536 !important;
}*/

nav a + a{
    margin-left: 22px;
}

.phone_wrap{
    margin-left: auto;
}
.header_time {
    margin: 0;
    font-size: 14px;
	line-height: 1.2em;
}
.phone{
    font-size: 22px;
	line-height: 1.2em;
    font-family: "Muller Narrow";
    color: #000000;
    text-decoration: none;
}
@media (max-width: 575px) {
    .phone{
        font-size: 20px;
    }
}

.phone_wrap .button{
    margin-top: 5px;
}
header {
/*    background: rgb(221,221,221);
background: linear-gradient(90deg, rgba(221,221,221,1) 0%, rgba(2,0,36,1) 100%);*/

}
.franchise_page .header_time, .franchise_page .phone {
    color: white !important;
}
.header_button{
    font-family: "Muller Narrow";
    height: 50px;
    margin-left: 26px;
    font-size: 20px;
}

.user_button{
    width: 52px;
    height: 52px;
    margin-left: 10px;
}

.user_button svg{
    margin-right: 0;
}

h1{
    font-size: 40px;
    font-family: "Muller Narrow";
    color: #fff;
    line-height: 1;
    text-align: right;
    margin: 0px auto 0px auto;
    width: 100%;
}
h1 span {color: #ff1536;}

.subcaption{
    text-align: center;
    font-size: 40px;
    font-family: "Muller Narrow";
    line-height: 1.2;
}

.main_text{
    text-align: center;
    line-height: 1.4;
    text-align: center;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 140px;
    width: 40%;
    font-size: 25px;
}

.line{
    text-decoration: line-through #d00040 double;
}

h2{
    font-size: 50px;
    font-family: "Muller Narrow";
    color: #2e2d2c;
    text-align: center;
}

.advantages_block h2{
    width: 60%;
    margin: 0 auto;
}

.advantages_items{
    display: flex;
    justify-content: space-around;
    margin-top: 45px;
}

.advantage{
    width: 24%;
    text-align: center;
    position: relative;
    display: flex;
    flex-direction: column;
}

.advantage_arrow{
    position: absolute;
    right: -65px;
    top: calc(50% - 23px);
}

.advantage_img{
    margin-top: auto;
}

.advantage_text {
    line-height: 1.4;
    margin: 0 auto;
    margin-top: 20px;
    width: 90%;
}

.main_bg_wrap{
    background: url(../img/main_bg.jpg) top left no-repeat;
    background-size: 100%;
    background-position-y: -140px;
}

.fullscreen_scrolling{
    background: repeat-x;
    height: 258px;
    margin-top: 80px;
}

.accent_block{
    border-radius: 10px;
    background-color: #ff1536;
    height: 127px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    margin-top: 40px;
}

.accent_text{
    margin-left: 15px;
}

.accent_text h3{
    font-size: 35px;
    font-family: "Muller Narrow";
    line-height: 1;
}

.accent_caption{
    font-size: 20px;
    margin-top: 5px;
}

.tabs h2{
    margin-top: 75px;
    margin-bottom: 65px;
}

.tabs_box{
    padding: 180px 50px 60px 50px;
    /* padding: 75px 50px 60px 50px; */
    border-radius: 10px;
    background: url(../img/tabs_bg.png) no-repeat;
    position: relative;
    background-size: cover;
}

.tabs_wrap{
    display: flex;
    flex-wrap: wrap;
    min-height: 210px;
    width: 440px;

    /* display: inline-flex;
    padding: 18px 0;
    max-height: 85px; */

    align-items: center;
    background-color: #fff;
    border-radius: 10px;
    position: absolute;
    left: 50px;
    top: 58px;
    z-index: 20;
}

.tab_item{
    width: 33.333%;
    height: 105px;
    /* width: 110px; */

    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.tab_item + .tab_item{
    border-left: 1px solid #cfd5d7;
}

.tab_icon img{
    max-height: 35px;
}

.tab_caption{
    font-family: "Muller Narrow";
    transition: color 200ms linear;
}

.tab_item:not(.active):hover .tab_caption{
    color: #ff1536;
}

.tab_item.active{
    background-color: #ff1536;
    color: #ffffff;
    height: 105px;
    border-radius: 10px;
    box-shadow: 0px 5px 20px 0px rgba(238, 20, 97, 0.4);
    border-left: none;
}

.tab_item.active + .tab_item{
    border-left: none;
}

.tab_item .icon-hover{
    display: none;
}

.tab_item.active .icon-hover{
    display: block;
}

.tab_item.active img{
    display: none;
}

.tabs_form{
    margin-top: 110px;
    width: 440px;
}

.tabs_radio{
    display: inline-flex;
    align-items: center;
    justify-content: space-around;
    height: 60px;
    background-color: #fff;
    border-radius: 10px;
    width: 100%;
}

.tabs_radio input{
    display: none;
}

.tabs_radio label{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    cursor: pointer;
    font-family: 'CirceBold';
}

.tabs_radio label span{
    padding-top: 2px;
    height: 100%;
    display: flex;
    align-items: center;
    border-bottom: 2px solid transparent;
    transition: border 200ms linear, color 200ms linear;
}

.tabs_radio label span:hover{
    color: #ff1536;
}

.tabs_radio label input:checked + span{
    border-bottom: 2px solid #ff1536;
    color: #ff1536;
}

.tabs_radio label + label{
    border-left: 1px solid #cfd5d7;
}

.tab_content_wrap{
    position: relative;
    display: none;
    opacity: 0;
}

.tab_content_wrap.active{
    display: flex;
    opacity: 1;
}

.tab_image{
    top: calc(50% - 60px);
    /* top: 48%; */
    max-height: 530px;
    position: absolute;
    right: -405px;
    transform: translateY(-50%);
    transition: all 0.4s linear;
}

.tab_content_wrap.active .tab_image{
    right: -305px;
}

.ration_duration_input_box{
    width: 100%;
    background-color: #ffffff;
    border-radius: 10px;
    margin-top: 20px;
    position: relative;
}

.ration_duration_input_box--text-fix{
    height: 1px;
}

.ration_duration_input{
    display: flex;
    justify-content: space-between;
}

.ration_duration_text{
    font-family: 'CirceBold';
    display: none;
    user-select: none;
}

.ration_duration_text.active{
    display: block;
}

.ration_duration_button{
    height: 60px;
    width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.ration_duration_button.disabled path{
    fill: rgb(180, 185, 186);
}

.ration_duration_button.button-minus{
    border-right: 1px solid #cfd5d7;
}

.ration_duration_button.button-plus{
    border-left: 1px solid #cfd5d7;
}

.ration_duration_choices{
    display: flex;
    align-items: center;
    color: #2e2d2c;
}

.accent{
    color: #ff1536;
}

.submit_wrap{
    display: flex;
    justify-content: space-between;
    margin-top: 19px;
    position: relative;
}

.submit_wrap > *{
    width: calc(50% - 10px) ;
}

.submit_wrap>button{
    height: 60px;
}

.phone_input{
    /* letter-spacing: 1px; */
    height: 60px;
    padding-left: 68px;
    width: 100%;
}

.phone_input_wrap span{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    display: block;
    border-right: 1px solid #cfd5d7;
    height: 100%;
    width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(46, 45, 44, 0.5);
    font-family: "CirceBold";
    user-select: none;
}

.tabs_ration_description{
    margin-left: 30px;
    color: #ffffff;
    width: 35%;
}

.tab_title{
    font-size: 35px;
    line-height: 1;
    margin-bottom: 10px;
    margin-left: 20px;
    position: relative;
    z-index: 2;
}

.tab_advantages{
    padding-left: 20px;
    min-height: 150px;
    position: relative;
    z-index: 2;
}

.tab_advantage{
    line-height: 1.67;
    position: relative;
}

.tab_advantage:before{
    display: block;
    position: absolute;
    content: '';
    height: 2px;
    width: 10px;
    background-color: #ff1536;
    left: -18px;
    top: 14px;
}

.tab_description{
    padding: 15px 20px;
    display: inline-block;
}

.meal_count{
    display: flex;
    align-items: center;
    font-size: 22px;
    position: relative;
    z-index: 2;
}

.meal_count svg{
    margin-right: 5px;
}

.tab_description_item {
    font-size: 16px;
    text-transform: uppercase;
    line-height: 1.875;
}

.prive_block{
    border-radius: 10px;
    margin-top: 30px;
    padding: 45px;
    padding-top: 35px;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
}

.prive_text{
    color: #ffffff;
}

.prive_text h2{
    text-align: left;
    color: #ffffff;
}

.prive_subcaption{
    font-size: 30px;
    line-height: 1;
    margin-top: 14px;
}

.prive_btn{
    display: inline-flex;
    box-shadow: 0px 5px 20px 0px rgba(238, 20, 97, 0.4);
    width: 175px;
    height: 60px;
    margin-top: 15px;
}

.reviews_block{
    margin-top: 110px;
}

.reviews_caption{
    text-align: center;
}

.reviews_slider{
    margin-top: 55px;
}

.slick-initialized .slick-slide.reviews_slide{
    display: flex;
    justify-content: center;
    outline: none;
}

.reviews_slide img{
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.2);
    width: 90%;
    height: 100%;
    margin-bottom: 20px;
}

footer{
   /*margin-top: 90px;*/
    border-top: 1px solid #cfd5d7;

}
footer .wrapper {
    color: white;
}
.footer_wrap{
    height: 162px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer_contacts{
    padding-left: 28px;
}

.footer_contacts .phone svg{
    margin-right: 8px;
    margin-bottom: -3px;
}

.footer_contacts_extra{
	margin-top: 5px;
    display: flex;
    justify-content: space-between;
}

.footer_contacts_extra a{
    text-decoration: none;
}

.social_links a{
    display: inline-block;
    margin: 0 10px;
}

.blur_img{
    position: absolute;
    filter: blur(20px);
    transition: filter .25s ease;
    z-index: -1;
}

.footer_extra{
    text-align: right;
}

.footer_town {
    font-size: 16px;
    color: rgba(0, 0, 0, 0.6);
    margin-left: 28px;
}

.messanger_links {
    display: flex;
    align-items: center;
}

.messanger_links a{
    display: flex;
    align-items: center;
    margin-left: 15px;
}

.messanger_links a:first-child{
    margin-left: 28px;
}

.messanger_links a svg{
    margin-right: 6px;
}

.messanger_links a span{
    font-size: 16px;
    color: rgb(0, 0, 0);
	margin-left: 5px;
    border-bottom: 1px solid #ffffff;
}


.maximus_link{
    width: 79px;
    height: 31px;
    background: url(../img/made.svg) no-repeat;
    display: inline-block;
    margin-left: 5px;
    margin-bottom: -9px;
}

.licence {
    font-size: 16px;
}

.made_by{
    margin-top: 10px;
    font-size: 16px;
}

.timer{
    fill: #000000;
}

.meal_circle{
    width: 80px;
    height: 80px;
}

.circle_text{
    font-size: 10px;
    text-transform: uppercase;
    font-family: "CirceBold";
    z-index: 20;
    color: #2e2d2c;
    position: absolute;
    bottom: 13px;
    left: 52%;
    transform: translateX(-50%);
}

.circles_wrap{
    display: flex;
    margin-top: 15px;
}

.burger_button{
    display: none;
    cursor: pointer;
}

.messangers_wrap{
    display: none;
}

.mobile_reviews_slider_wrap{
    display: none;
}

.ration_img{
    margin-top: 65px;

}

.ration_img img{
    max-width: 100%;
}

.ration_menu{
    margin-top: 55px;
}

.ration_menu_heading {
    font-size: 45px;
    font-family: "Muller Narrow";
    color: #2e2d2c;
}

.ration_tabs_box{
    margin-top: 30px;

}

.ration_tabs{
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.ration_tab_item{
    position: relative;
    font-size: 16px;
    font-family: "CirceBold";
    color: rgb(46, 45, 44);
    text-transform: uppercase;
    cursor: pointer;
}
@media (max-width: 575px) {
    .ration_tab_item {
        width: 47px;
        font-size: 14px;
    }
    .ration_tab_item svg{
        transform: scale(0.75);
    }
}

.ration_tab_item span{
    position: absolute;
    top: 54%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@media (max-width: 575px) {
    .ration_tab_item span{
        left: 53%;
    }
}

.ration_tab_item.active path{
    fill: #ff1536;
}

.ration_tabs_wrap{
    display: none;
}

.ration_tabs_wrap.active{
    display: block;
}

.ration_tab{
    display: flex;
    margin-top: 40px;
}

.ration_tab>div:not(.ration_tab_img){
    width: 48%;
    padding-right: 20px;
    margin-top: 10px;
}

.ration_tab_img {
    margin-right: 30px;
    width: 52%;
}

.ration_tab_img img{
    max-width: 100%;
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.15);
    border-radius: 50%;
}

.ration_tab_smear{
    padding: 17px 38px 14px 45px;
    background: url(../img/smear.png) center center no-repeat;
    margin-left: -45px;
}

.ration_tab_heading{
    margin-top: 5px;
    font-size: 25px;
    font-family: "Muller Narrow";
    color: rgb(46, 45, 44);
    line-height: 1.08;
    display: block;
}

.ration_weight{
    margin-top: 14px;
    font-size: 18px;
    color: rgb(46, 45, 44);
    display: flex;
}

.ration_weight svg{
    margin-right: 8px;
    margin-top: 2px;
}

.ration_digits{
    margin-top: 8px;
}

.ration_digits_name {
    font-size: 16px;
    color: rgba(46, 45, 44, 0.7);
    width: 75px;
    display: inline-block;
}

.ration_digit {
    font-size: 16px;
    color: rgb(46, 45, 44);
    margin-left: 35px;
}

.ration_heading{
    margin-top: 65px;
    display: flex;

    align-items: flex-start;
}

.ration_heading img{
    margin-right: 20px;
}

.ration_heading_icon{
    display: inline-block;
    margin-right: 27px;
    max-width: 69px;
    /* height: 100%; */
}

.ration_caption{
    font-size: 70px;
    font-family: "Muller Narrow";
    color: rgb(46, 45, 44);
    display: inline;
    margin-top: -20px;
}

.ration_subcaption {
    font-size: 30px;
    color: #ff1536;
    display: block;
}

.ration_description{
    display: flex;
    margin-top: 25px;
}

.ration_description .meal_circle svg circle{
    fill: #f0f3f5;
}

.ration_description .meal_count{
    margin-left: 10px;
}

.ration_description .meal_count path{
    fill: rgb(46, 45, 44);
}

.ration_form{
    margin-top: 35px;
    border-radius: 10px;
    background-color: #fff3d2;
    padding: 25px;
}

.ration_form_heading{
    display: block;
    font-size: 33px;
    font-family: "Muller Narrow";
    color: #2e2d2c;
    text-align: center;
    margin-bottom: 20px;
}

.ration_form .tabs_radio,
.ration_form .ration_duration_input_box,
.ration_form .phone_input,
.ration_form .button{
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.15);
}

.ration_form .tabs_radio label{
    width: 50%;
}

.ration_advantages{
    margin-top: 25px;
}

.ration_advantages .tab_advantage{
    margin-left: 25px;
    padding: 15px 0;
}

.ration_advantages  .tab_advantage:before{
    top: 27px;
}

.another_ration_box{
    margin-top: 70px;
    padding-left: 25px;
}

.another_ration_heading{
    font-size: 45px;
    font-family: "Muller Narrow";
    color:#2e2d2c;
    display: block;
    padding-bottom: 20px;
}

.another_ration_item{
    display: flex;
    align-items: center;
    text-decoration: none;
    margin-top: 20px;
    height: 125px;
    max-width: 470px;
    padding: 0 30px;
    border-style: solid;
    border-width: 1px;
    border-color: rgb(218, 223, 224);
    border-radius: 10px;
    transition: border 200ms linear;
}

.another_ration_item:hover{
    border-color: #ff1536;
}

.another_ration_icon{
    display: flex;
    width: 65px;
}

.another_ration_icon svg{
    margin: auto;
}

.another_ration_title{
    margin-left: 25px;
    padding-top: 5px;
}

.another_ration_title--desktop {
    margin-left: 40px;
}

.another_ration_caption{
    font-size: 33px;
    font-family: "Muller Narrow";
    color: rgb(46, 45, 44);
}

.another_ration_subcaption{
    font-size: 20px;
    color: #ff1536;
    display: block;
}

.another_ration_arrow{
    margin-left: auto;
}

.another_ration_item.prive{
    border: none;
    position: relative;
    overflow: hidden;
}

.another_ration_item.prive::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(../img/prive1.png) no-repeat center center;
    z-index: -1;
    transition: transform 200ms linear;
}

.another_ration_item.prive:hover::before{
    transform: scale(1.1);
}

.another_ration_item.prive .another_ration_caption{
    color: #ffffff;
}

.another_ration_item.prive .another_ration_subcaption{
    color: #ffffff;
}

.another_ration_item.prive .another_ration_arrow path{
    fill: #ffffff;
}

.mobile-show{
    display: none;
}

.page_header{
    font-size: 66px;
    font-family: "Muller Narrow";
    color: #2e2d2c;
    line-height: 1;
    text-align: center;
    margin-top: 60px;
    margin-bottom: 60px;
}

.smear_accent{
    background: url(../img/pink_smear.png) no-repeat;
    background-position: 0 17px;
    background-size: 100%;
    padding: 5px 20px;
    color: #ffffff;
    margin-right: -20px;
}

.ration_item{
    border: 1px solid #dadfe0;
    border-radius: 10px;
    position: relative;
    display: block;
    text-decoration: none;
    color: inherit;
}


.ration_item:hover .ration_caption{
    color: #ff1536;
}

.ration_item + .ration_item{
    margin-top: 60px;
}

.ration_item.reversed .ration_item_content{
    padding: 35px 35px 35px 420px;
}

.ration_item.reversed .ration_item_img{
    right: unset;
    left: 0;
}

.ration_item .ration_heading{
    margin-top: 0;
}

.ration_heading .ration_caption{
    font-size: 66px;
}

.ration_heading .ration_subcaption{
    font-size: 24px;
}

.ration_item_content{
    padding: 35px 420px 35px 35px;
}

.ration_item_row{
    display: flex;
    align-items: center;
}

.ration_item_row:first-child{
    padding-bottom: 35px;
    border-bottom: 1px solid #dadfe0;
}

.ration_item_row:last-child{
    padding-top: 35px;
}

.ration_price{
    margin-left: auto;
    padding: 10px 20px;
    border: 2px solid #dadfe0;
    border-radius: 0 10px 10px 0;
    font-size: 25px;
    font-family: "CirceBold";
    color: #2e2d2c;
    position: relative;
    border-left: none;
    white-space: nowrap;
}

.ration_price svg{
    position: absolute;
    left: -29px;
    top: -2px;
}

.ration_item_img{
    position: absolute;
    right: -30px;
    top: 50%;
    transform: translateY(-50%);
}

.ration_item_img img{
    border-radius: 50%;
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.15);
}

.ration_item_row .circles_wrap{
    margin-left: auto;
    margin-right: -15px;
    margin-top: 0;
}

.ration_item_row .meal_circle svg circle {
    fill: #f0f3f5;
}

.ration_item_row .tab_advantages{
    min-height: unset
}

.ration_item_row .meal_count{
    padding-left: 20px;
    padding-top: 10px;
}

.prive_page{
    background-color: #dddddd;
    background-image: url(../img/prive_page_bg.png);
    background-repeat: no-repeat;
    background-position: top right;
}
.header_wrap,
.prive_page .header_wrap,
.about_top .header_wrap{
    background-color: transparent;
    border: none;
}
.franchise_page nav a,
.prive_page nav a,
.about_top nav a{
    color: #ffffff;
}
.franchise_page .header_time,
.prive_page .header_time,
.about_top .header_time {
    color: #ffffff;
}

.franchise_page .phone,
.prive_page .phone,
.about_top .phone{
    color: #ffffff;
}

.franchise_page .button.bordered_button,
.prive_page .button.bordered_button,
.about_top .button.bordered_button{
    border-color: #fff;
    color: #ffffff;
}

.prive_page_heading{
    display: block;
    font-size: 50px;
    font-family: "Muller Narrow";
    color: rgb(255, 255, 255);
    display: flex;
    justify-content: center;
    margin-top: 200px;
}

.prive_page_heading>span{
    margin-left: 40px;
}

.advantages_items.prive_items{
    margin-top: 70px;
}

.prive_items .advantage{
    width: 33%;
    text-align: left;
    padding-right: 70px;
}

.prive_items .advantage .advantage_img{
    margin-top: 0;
}

.prive_items .advantage .advantage_text{
    color: #ffffff;
    width: 100%;
}

.advantage_caption{
    font-size: 33px;
    font-family: "Muller Narrow";
    color: #ffffff;
    padding-right: 80px;
    display: block;
}

.prive_form_wrap{
    padding: 40px;
    background: url(../img/prive_form_bg.png) center center no-repeat;
    margin-top: 55px;
    border-radius: 10px;
    display: flex;
}

.prive_form_text_wrap{
    border: 1px solid #fff;
    border-radius: 10px;
    padding: 25px 30px;
    display: flex;
    align-items: center;
    padding-right: 90px;
}

.prive_form_price{
    font-size: 40px;
    font-family: "CirceBold";
    color: #ffffff;
    line-height: 1;
}

.prive_form_price>span{
    font-size: 25px;
}

.prive_form_text_wrap>p{
    font-family: "CirceRegular";
    color: #ffffff;
    line-height: 1.444;
    margin-left: 45px;
}

.phone_input_wrap{
    position: relative;
}

.prive_form_form{
    margin-left: 30px;
}

.prive_form_form .button{
    margin-top: 10px;
    width: 100%;
    height: 60px;
}

.prive_reviews_caption{
    margin-top: 80px;
    font-size: 50px;
    font-family: "Muller Narrow";
    color: rgb(255, 255, 255);
    text-align: center;
    display: block;
    line-height: 1
}

.prive_reviews{
    margin-top: 40px;
}

.prive_review{
    width: 31%;
    margin-bottom: 45px;
}

.prive_review_name{
    font-size: 25px;
    font-family: "Muller Narrow";
    color: #ffffff;
}

.prive_review_extra{
    margin-top: 4px;
    font-size: 18px;
    font-family: "CirceRegular";
    color: #ff1536;
}

.prive_review_heading{
    display: flex;
    align-items: center;
}

.prive_review_heading>div:last-child{
    margin-left: 18px;
    margin-top: -10px;
}

.prive_review_text{
    font-size: 18px;
    font-family: "CirceRegular";
    color: #ffffff;
    line-height: 1.45;
    margin-top: 16px;
}
.franchise_page .footer_town,
.prive_page .footer_town {
    color: rgba(255, 255, 255, 0.6);
}
.franchise_page .messanger_links a span,
.prive_page .messanger_links a span{
    color: #ffffff;
}
.franchise_page .licence,
.prive_page .licence {
    color: #ffffff;
}
.franchise_page .made_by,
.prive_page .made_by{
    color: #ffffff;
}
.franchise_page .maximus_link,
.prive_page .maximus_link{
    background: url(../img/white_made.svg) no-repeat;
}
.franchise_page footer,
.prive_page footer{
    border-color: rgba(0, 0, 0, 0.6);
    background: #000;
    float: none;
}

.prive_page_heading>span .accent{
    color: #fff;
}

.smear_accent.cover{
    background-size: 100% 88%;
    background-position: 0 12px;
}

.blog_items{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.blog_item{
    width: calc(33% - 26px);
    margin: 0 15px;
    position: relative;
    padding: 30px;
    padding-top: calc(33% - 56px);
    background: no-repeat;
    margin-bottom: 30px;
}

.blog_item_extra{
    position: absolute;
    bottom: 25px;
    color: #fff;
    max-width: calc(100% - 60px);
}

.blog_item_title{
    font-size: 25px;
    font-family: "Muller Narrow";
}

.blog_item_author {
    font-size: 16px;
    font-family: "CirceRegular";
    margin-top: 7px;
    display: flex;
}

.blog_item_author svg{
    margin-right: 6px;
}

.fullwidth{
    max-width: 100%;
}

.article_blog_items .blog_item{
    padding: 15px;
    padding-top: calc(100% - 45px);
    width: 100%;
    background-size: cover;
}

.article_text_wrap{
    padding: 0 30px;
}

.article_date{
    display: block;
    margin-top: 22px;
    font-size: 18px;
    font-family: "CirceRegular";
    color: rgba(46, 45, 44, 0.5);
}

.article_text_wrap>.article_caption{
    display: inline;
    font-size: 35px;
    font-family: "Muller Narrow";
    color: rgb(46, 45, 44);
    margin-top: 15px;
}

.article_text_wrap>.article_subcaption{
    margin-top: 24px;
    font-size: 25px;
    font-family: "Muller Narrow";
    color: rgb(46, 45, 44);
}

.article_text_wrap>p{
    font-size: 20px;
    margin-top: 25px;
}

.article_btn{
    margin-top: 40px;
    box-shadow: 0px 5px 20px 0px rgba(238, 20, 97, 0.4);
    width: 400px;
    height: 50px;
    max-width: 100%;
}

.article_author{
    padding: 36px 0;
    margin-top: 40px;
    border: 1px solid rgba(0, 0, 0, .2);
    border-left: none;
    border-right: none;
}

.article_author_name{
    font-size: 25px;
    font-family: "Muller Narrow";
    color: #2e2d2c;
}

.article_author_extra{
    color: #2e2d2c;
    padding-top: 3px;
}

.article_socials{
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 40px;
}

.article_socials_caption{
    font-size: 25px;
    font-family: "Muller Narrow";
    color: rgb(46, 45, 44);
}

.article_socials_caption>span{
    font-size: 18px;
    white-space: nowrap;
    font-family: "CirceRegular";
}

.article_text_wrap>blockquote{
    border-radius: 10px;
    background-color: #eef1f3;
    padding: 18px;
    margin-top: 25px;
    font-family: "Ubuntu";
    font-style: italic;
    font-size: 19px;
}

.contact_price_wrap{
    padding-right: 60px;
    margin-top: 10px;
}

.contact_price_top{
    display: flex;
    align-items: center;
}

.free_wrap,
.not_free_wrap{
    width: 50%;
}

.free_wrap p,
.not_free_wrap p{
    font-family: "CirceRegular";
    color: #2e2d2c;
}

.free_wrap{
    border-right: 1px solid #d9d9d9;
}

.free_wrap .free{
    font-size: 25px;
    font-family: "CirceBold";
    color: rgb(238, 20, 97);
    text-transform: uppercase;
    margin-bottom: 5px;
}

.not_free_wrap{
    text-align: center;
}

.not_free_wrap .not_free{
    font-size: 25px;
    font-family: "CirceBold";
}

.contact_price_text{
    margin-top: 22px;
    font-family: "CirceRegular";
    color: #2e2d2c;
    line-height: 1.44;
    text-align: center;
}
.contact_price_tel_wrap {
    margin-top: 10px;
    text-align: center;
}
.contact_price_tel_text {
    font-family: "CirceRegular";
    color: #2e2d2c;
    line-height: 1.44;
    text-align: center;
}
.contact_price_tel {
    display: inline-block;
    font-size: 24px;
    font-family: "Muller Narrow";
    text-align: center;
    color: #000000;
    text-decoration: none;
}

.contacts_form{
    margin-top: 0;
}

input[type="text"]{
    height: 60px;
    width: 100%;
    padding-left: 20px;
}

.contacts_form input[type="text"]{
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.15);
}

.contact_map{
    margin-top: 100px;
    background: center center no-repeat;
    background-size: auto 100%;
    padding-top: 57.4%;
    margin-bottom: -90px;
}

.accordion{
    border-style: solid;
    border-width: 1px;
    border-color: #cfd5d7;
    border-radius: 10px;
    margin-bottom: 10px;
}

[data-control]{
    font-size: 25px;
    font-family: "Muller Narrow";
    padding: 16px 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;
    cursor: pointer;
}

.accordion:last-child [data-content]{
    border-bottom: none;
}

[data-content] p{
    font-size: 20px;
}

.accordion_icon{
    margin-right: 14px;
    position: relative;
}

.accordion_icon::before,
.accordion_icon::after{
    position: absolute;
    display: block;
    content: '';
    background-color: #000000;
    width: 13px;
    height: 3px;
    border-radius: 2px;
}

.accordion_icon::after{
    -webkit-transition: -webkit-transform 400ms ease-in-out;
    transition: -webkit-transform 400ms ease-in-out;
    -o-transition: transform 400ms ease-in-out;
    transition: transform 400ms ease-in-out;
    transition: transform 400ms ease-in-out, -webkit-transform 400ms ease-in-out;
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
}

.accordion.open .accordion_icon::after{
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
}

.accordion .article_text_wrap{
    padding: 0 20px;
    margin-bottom: 25px;
    margin-top: -20px;
}

.accordion.open [data-control]{
    color: #ff1536;
}

.accordion.open .accordion_icon::before,
.accordion.open .accordion_icon::after{
    background-color: #ff1536;
}

textarea{
    width: 100%;
    border-radius: 10px;
    border: none;
    font-size: 18px;
    font-family: "CirceBold";
    resize: none;
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.15);
    height: 130px;
    padding-top: 20px;
    padding-left: 20px;
}

.faq_form{
    margin-top: 0;
    text-align: center;
}

.faq_form .ration_form_heading{
    font-size: 30px;
}

.ration_form_subcaption{
    margin-bottom: 20px;
    display: block;
    color: #2e2d2c;
    line-height: 1.44;
    text-align: center;
}

.or{
    padding: 37px 0;
    text-align: center;
}

.faq_form .phone{
    font-size: 35px;
}

.faq_form .phone svg{
    margin-right: 10px;
}

.faq_form_text{
    margin-top: 10px;
    margin-bottom: 38px;
}

.centerize_box{
    display: flex;
    min-height: calc(100vh - 354px);
    align-items: center;
    justify-content: center;
}

.static_popup{
    width: 240px;
    text-align: center;
}

.static_popup_heading{
    font-size: 33px;
    font-family: "Muller Narrow";
    color: #2e2d2c;
    text-align: center;
    line-height: 1;
}

.static_popup_text{
    text-align: center;
    padding: 25px 0;
}

.static_popup .button{
    height: 50px;
}

.static_popup.wide{
    width: 370px;
}

.multi_input_box{
    border-radius: 10px;
    background-color: #eef1f3;
    width: 210px;
    height: 60px;
    display: flex;
    padding: 0 20px;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
}

.multi_input_box input[type="text"]{
    width: 100%;
    padding: 0;
    padding-left: 14px;
    border-radius: 0;
    background-color: #eef1f3;
}

.multi_input_box input[type="text"]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #fff;
}
.multi_input_box input[type="text"]::-moz-placeholder { /* Firefox 19+ */
    color: #fff;
}
.multi_input_box input[type="text"]:-ms-input-placeholder { /* IE 10+ */
    color: #fff;
}
.multi_input_box input[type="text"]:-moz-placeholder { /* Firefox 18- */
    color: #fff;
}

.sms_btn{
    margin: 0 auto;
    margin-top: 20px;
    height: 60px;
    width: 210px;
}

.pagination{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 60px;
}

.pagination_item{
    display: block;
    border-style: solid;
    border-width: 1px;
    border-color: rgb(207, 213, 215);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "CirceBold";
    color: rgb(46, 45, 44);
    width: 50px;
    height: 50px;
    text-decoration: none;
    margin: 0 10px;
}

.pagination_dots{
    width: 40px;
    text-align: center;
}

.pagination_item.active{
    background-color: #ff1536;
    color: #ffffff;
    border: none;
}

.promo_items{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.promo_item{
    width: calc(50% - 30px);
    position: relative;
    margin: 0 15px;
    margin-bottom: 30px;
}

.promo_item>img{
    width: 100%;
    z-index: 5;
}

.promo_text{
    position: absolute;
    bottom: 20px;
    left: 30px;
    padding-right: 10px;
    width: calc(100% - 40px);
    font-size: 35px;
    font-family: "Muller Narrow";
    color: #ffffff;
    z-index: 20;
}

.action_socials{
    border-top: 1px solid rgba(0, 0, 0, .2);
    padding-top: 40px;
}

.action_promo_items .promo_item{
    width: 100%;
}

.action_promo_items .promo_item .promo_text{
    font-size: 30px;
}

.reviews{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.review_wrap{
    margin: 0 auto;
    margin-bottom: 30px;
}

.history_title{
    font-size: 33px;
    font-family: "Muller Narrow";
    color: #2e2d2c;
    margin-bottom: 20px;
}

.history_box{

}

.hisroty_row{
    display: flex;
    align-items: center;
    padding: 32px 0 ;
}

.hisroty_row + .hisroty_row{
    border-top: 1px solid #e0e4e7;
}

.history_money{
    width: 100px;
    padding-right: 10px;
    font-size: 25px;
    font-family: "CirceBold";
    color: #3dd14f;
}

.history_money.red{
    color: #ff1536;
}

.history_info{
    width: calc(100% - 100px);
}

.history_time{
    font-size: 16px;
    color: rgba(46, 45, 44, 0.6);
    float: right;
}

.bonus_code_box{
    border-style: solid;
    border-width: 1px;
    border-color: rgb(224, 228, 231);
    border-radius: 10px;
}

.bonus_code_box>div{
    padding: 30px;
}

.bonus_code_title{
    font-size: 33px;
    font-family: "Muller Narrow";
    color: #2e2d2c;
}

.bonus_code{
    font-size: 60px;
    font-family: "CirceBold";
    color: #2e2d2c;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    margin-top: 10px;
}

.bonus_code svg{
    margin-left: 18px;
    cursor: pointer;
    margin-bottom: 11px;
}

.bonus_code_text {
    font-size: 20px;
    color: #2e2d2c;
    line-height: 1.3;
}

.bonus_money{
    border-top: 1px solid #e0e4e7;
    font-size: 25px;
    font-family: "Muller Narrow";
    color: #2e2d2c;
}

.bonus_money_digit {
    font-size: 60px;
    font-family: "CirceBold";
    line-height: 0.7;
    margin-top: 16px;
}

.bonus_form{
    border-radius: 10px;
    background-color: rgb(238, 241, 243);
    padding: 30px 30px 45px 30px;
    margin-top: 30px;
}

.bonus_form .ration_form_heading{
    text-align-last: left;
}

.input_wrap{
    position: relative;
    margin-bottom: 10px;
}

.input_extra_left{
    display: block;
    width: 120px;
    padding-left: 20px;
    border-right: 1px solid #dadfe0;
    position: absolute;
    left: 0;
    height: 60px;
    display: flex;
    align-items: center;
    font-family: "CirceBold";
    color: rgba(46, 45, 44, 0.5);
    z-index: 20;
}

.input_extra_left + input[type="text"]{
    padding-left: 140px;
}

.input_extra_right{
    display: block;
    position: absolute;
    right: 24px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "CirceBold";
    color: rgba(46, 45, 44, 0.5);
}

.bonus_form input[type="text"]{
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.15);
}

.bonus_form .button{
    height: 60px;
    width: 100%;
}

.custom-select {
    position: relative;
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.15);
    width: 100%;
    z-index: 10;
    border-radius: 10px;
}
.custom-select select {
    display: none; /*hide original SELECT element:*/
}
.select-selected {
    background-color: #fff;
    border-radius: 10px;
}
  /*style the arrow inside the select element:*/
.select-selected:after {
    position: absolute;
    content: "";
    top: calc(50% - 6px );
    right: 24px;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-color: #000 transparent transparent transparent;
}
  /*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active:after {
    top: calc(50% - 10px );
    border-color: transparent transparent #000 transparent;
}
  /*style the items (options), including the selected item:*/
.select-selected {
    color: #000;
    padding: 17px 16px;
    padding-left: 140px;
    cursor: pointer;
    user-select: none;
}
.select-items div{
    padding: 10px 0;
    padding-left: 21px;
}
.select-items div:last-child{
    border-radius: 0 0 10px 10px;
}
  /*style items (options):*/
.select-items {
    position: absolute;
    background-color: #fff;
    top: 100%;
    right: 0;
    z-index: 99;
    width: calc(100% - 120px);
    border-radius: 0 0 10px 10px;
}
/*hide the items when the select box is closed:*/
.select-hide {
    display: none;
}
.select-items div:hover, .same-as-selected {
    background-color: rgb(230, 230, 230);
}

.bonus_form_extra{
    color: rgba(46, 45, 44, 0.6);
    text-align: center;
    display: block;
    padding-top: 45px;
}

.about_top{
    background: url(../img/about_bg.png) top center no-repeat;
}

.about_top_text{
    font-size: 20px;
    color: #ffffff;
    line-height: 1.4;
}

.about_top_text ul{
    list-style: none;
    margin-top: 10px;
}

.about_top_text ul li{
    padding: 7px 0;
}

.text-left{
    text-align: left;
}

.about_top_header{
    margin-top: 160px;
    color: #ffffff;
}

.about_top{
    padding-bottom: 250px;
}

.about_top_header .smear_accent{
    margin-right: 0;
}

.team_item{
    display: flex;
}

.team_item_img{
    margin-left: auto;
    position: relative;
}

.team_item + .team_item{
    margin-top: 60px;
}

.team_item_content_wrap{
    padding: 25px 0;
}
.franchise_numbers-container {
    padding-top: 50px;
    background: url(../img/franchise/franchise-numbers.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;

}
.team_item_content{
    border-style: solid;
    border-width: 1px;
    border-color: rgb(240, 52, 118);
    border-right: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    height: 100%;
    padding: 0 60px 0 70px;
}

.team_item_name{
    font-size: 30px;
    font-family: "Muller Narrow";
    color: #2e2d2c;
}

.team_item_extra{
    font-size: 20px;
    color: #2e2d2c;
    margin-top: 8px;
}

.team_item_qoute{
    font-size: 18px;
    font-family: "Ubuntu";
    color: #6f828a;
    font-style: italic;
    border-radius: 5px;
    background-color: rgb(235, 240, 242);
    padding: 10px 15px 10px 45px;
    margin-top: 15px;
    position: relative;
}

.team_item_qoute svg{
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
}

.team_item_text{
    margin-top: 18px;
    color: #2e2d2c;
    line-height: 1.44;
}

.history_item{
    padding: 40px;
    border-style: solid;
    border-width: 1px;
    border-color: rgb(218, 223, 224);
    border-radius: 10px;
}

.history_item + .history_item{
    margin-top: 30px;
}

.history_item .ration_heading .ration_caption{
    font-size: 33px;
    margin-top: -5px;
}

.history_item .ration_heading .ration_subcaption{
    font-size: 20px;
}

.history_item .ration_heading{
    margin-top: 0;
}

.history_item_row{
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}

.history_item_col{
    padding-right: 10px;
}

.history_item_col:last-child{
    padding-right: 0;
}


.history_item_caption{
    display: block;
    font-size: 16px;
    color: rgba(46, 45, 44, 0.66);
}

.history_item_value{
    display: block;
    font-size: 16px;
    color: #2e2d2c;
    margin-top: 12px;
}

.history_item_btn_wrap{
    display: flex;
}

.history_item_btn_wrap .button{
    margin-top: auto;
    margin-bottom: 3px;
    height: 50px;
    width: 163px;
    padding: 0 10px;
}

.profile_form{
    border-radius: 10px;
    background-color: #eef1f3;
    padding: 40px;
}

.profile_form_heading{
    font-size: 33px;
    font-family: "Muller Narrow";
    color: #2e2d2c;
    margin-bottom: 20px;
}

.profile_form input + input,
.profile_form .tabs_radio,
.profile_form .input_wrap.email_wrap{
    margin-top: 10px;
}

.tabs_radio label span svg{
    margin-right: 10px;
}

.profile_form .tabs_radio label{
    width: 50%;
}

.tabs_radio label input:checked + span svg path{
    fill: rgb(238, 20, 97);
}

.email_wrap input{
    width: 100%;
    height: 60px;
    padding-left: 85px;
}

.email_wrap .input_extra_left{
    width: 60px;
    padding-left: 0;
    justify-content: center;
}

.profile_btn{
    width: 190px;
    height: 60px;
    float: right;
}

.order_content{
    margin-top: 100px;
}

.order_form{
    padding: 30px;
    max-width: 500px;
}

.order_form .tabs_radio{
    margin-bottom: 10px;
    margin-top: 0;
}
.profile_btn.order_btn{
    width: 100%;
    float: none;
    margin-top: 10px;
}

.form-switch {
    display: flex;
    align-items: center;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    margin: 20px 0;
    font-family: "CirceBold";
  }

  .form-switch i {
    position: relative;
    display: inline-block;
    margin-right: 15px;
    min-width: 60px;
    height: 40px;
    background-color: #e6e6e6;
    border-radius: 20px;
    vertical-align: text-bottom;
    transition: all 0.3s linear;
  }

  .form-switch i::after {
    content: "";
    position: absolute;
    left: 0;
    width: 30px;
    height: 30px;
    background-color: #fff;
    border-radius: 50%;
    transform:translate3d(7px, 5px, 0);
    transition: all 0.2s ease-in-out;
  }

  .form-switch:active i::after {
    width: 28px;
    transform: translate3d(2px, 2px, 0);
  }

  .form-switch:active input:checked + i::after { transform: translate3d(16px, 2px, 0); }

  .form-switch input { display: none; }

  .form-switch input:checked + i { background-color: #ff1536; }

  .form-switch input:checked + i::before { transform: translate3d(18px, 2px, 0) }

  .form-switch input:checked + i::after { transform: translate3d(24px, 5px, 0) }

  a{
      color: #ff1536;
  }

.order_form_wrap{
    position: relative;
}

.order_form_bg{
    position: absolute;
    top: -40px;
    left: -35px;
}

.thanks_box{
    position: relative;
    text-align: center;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-left: 55px;
    padding-right: 110px;
}

.thanks_arrow{
    position: absolute;
    bottom: 120px;
    right: 85px;
}

.thanks_caption{
    font-size: 33px;
    font-family: "Muller Narrow";
    color: #2e2d2c;
    line-height: 1;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 20px;
}

.thanks_text{
    color: #2e2d2c;
    line-height: 1.44;
    width: 85%;
}

.popup{
    position: relative;
    width: 460px;
    max-width: 100%;
    padding-top: 140px;
    text-align: center;
    border-radius: 10px;
    background-color: #fff;
    margin: 0 auto;
}

@media(max-width: 480px) {
    .popup{
        padding-top: 70px;
    }
}

.popup_car{
    position: absolute;
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
}

/* @media(max-width: 480px) {
    .popup_car{
        top: -25px;
    }
} */

.popup_caption{
    font-size: 50px;
    font-family: "Muller Narrow";
    color: #2e2d2c;
}

.popup_content{
    background-color: #eef1f3;
    padding: 10px;
    padding-top: 20px;
    margin-top: 38px;
    border-radius: 0 0 10px 10px;
}

.popup_content .tabs_wrap{
    position: static;
}

.popup_content .tabs_wrap .tab_item{
    /* width: 110px; */
    width: 33.333%;
}
.tab_item:nth-child(4),
.popup_content .tabs_wrap .tab_item:nth-child(4) {
    border: none;
}

.popup_content .tabs_form{
    margin-top: 20px;
    width: unset;
}

.popup_content .submit_wrap{
    margin-top: 10px;
}

.popup_content .ration_duration_input_box{
    margin-top: 10px;
}

.popup_content .submit_wrap > *{
    width: calc(50% - 5px);
}

.mfp-close-btn-in .mfp-close {
    color: #fff;
}

.close_popup{
    position: absolute;
    top: -46px;
    right: 10px;
    z-index: 100;
    cursor: pointer;
}

.button.bordered_button.login_user{
    width: 65px;
    position: relative;
    padding: 0;
}

.login_user svg:first-child{
    margin-right: 9px;
}

.login_user ul{
    position: absolute;
    top: 100%;
    right: -1px;
    width: 170px;
    list-style: none;
    background-color: #ff1536;
    padding: 20px 10px 6px 10px;
    border-radius: 10px 0 10px 10px;
    display: none;
}

.login_user.active ul{
    display: block;
}

.login_user ul li a{
    display: block;
    color: #ffffff;
    padding: 14px 0;
    text-decoration: none;
    font-family: "CirceRegular";
}

.login_user ul li + li{
    border-top: 1px solid rgba(255, 255, 255, .33);
}

.login_user.active{
    border-radius: 10px 10px 0 0;
    height: 60px;
    transform: translateY(4px);
    background-color: #ff1536 !important;
}

.login_user svg:not(:first-child){
    transform: rotate(180deg);
}

.login_user.active svg:not(:first-child){
    transform: rotate(0);
}

.login_user.active svg:not(:first-child) path{
    stroke: #fff;
}

.login_user.active svg:first-child path{
    fill: #fff;
}

.close_menu{
    display: none;
    cursor: pointer;
    margin-left: auto;
}

.mobile_menu{
    /* position: fixed; */
    position: static;
    overflow-y: scroll;
    height: 100vh;
    width: 100%;
    bottom: 0;
    background-color: #fff;
    /* padding-top: 102px; */
    /* padding-bottom: 30px; */
    opacity: -1;
    z-index: 0;
    left: -100%;

    transition: opacity .4s linear;
}

.mobile_menu.active{
    opacity: 1;
    z-index: 100;
    left: 0;
}

.mobile_nav{
    padding: 20px 28px;
    padding-top: 45px;
}

.mobile_nav a{
    display: block;
    text-align: center;
    padding: 14px 0;
    font-size: 24px;
    font-family: "Muller Narrow";
    color: rgb(0, 0, 0);
    text-decoration: none;
    border-radius: 5px;
}

@media (max-width: 767px) {
    .mobile_nav a{
        padding: 8px 0;
        font-size: 20px;
    }
}

.mobile_nav a:hover{
    color: #ff1536;
}

.mobile_nav a.active{
    background-color: #f5f7f8;
    color: #ff1536;
}

.bordered_box{
    border-style: solid;
    border-width: 1px;
    border-color: rgba(0, 0, 0, .15);
    border-right: none;
    border-left: none;
}

.mobile_login_box{
    padding: 30px 0;
    text-align: center;
}

@media (max-width: 767px) {
    .mobile_login_box{
        padding: 16px 0;
    }
}

.mobile_login_box .bordered_button{
    font-size: 20px;
    border-color: rgba(0, 0, 0, .15);
    font-family: "Muller Narrow";
    color: #2b2b2b;
    width: 216px;
    height: 52px;
    margin: 0 auto;

}

@media (max-width: 767px) {
    .mobile_login_box .bordered_button{
        font-size: 18px;
    }
}

.mobile_bottom_btn{
    margin: 0 auto;
    margin-top: 16px;
    margin-bottom: 16px;
    width: 121px;
    height: 50px;
}

.mobile_logedin_box{
    padding: 40px 20px;
    text-align: center;
}

.bordered_button.sign_out_btn{
    width: 55px;
    height: 55px;
    border-color: rgba(0, 0, 0, .15);
    float: right;
}

.mobile_user_name{
    font-size: 33px;
    font-family: "Muller Narrow";
    color: rgb(0, 0, 0);
    padding-top: 6px;
}

.bordered_button.sign_out_btn svg{
    margin-right: 0;
}

.mobile_profile_links{
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
}

.mobile_profile_links a{
    text-decoration: none;
    font-size: 26px;
    font-family: "Muller Narrow";
    color: rgb(0, 0, 0);
}

.clearfix::after {
    content: "";
    clear: both;
    display: table;
}

/* input.ng-invalid {
    border: #ff1536 solid 3px;
} */

div.form-error {
    color: #ff1536;
}

.shadow_img{
    display: none;
}

.viber:hover span{
    color: #7b549d;
}

.whats:hover span{
    color: #32c742;
}

.telegram:hover span{
    color: #39a7df;
}

#login_popup,
#call_popup{
    width: 370px;
    padding: 20px;
}

#call_popup{
    width: 440px;;
}

#call_popup .static_popup_heading{
    margin-bottom: 30px;
}

#login_popup form,
#call_popup form{
    text-align: center;
}

#login_popup form .button,
#call_popup form .button{
    margin: 0 auto;
    width: 215px;
    height: 60px;
}

#login_popup form .phone_input_wrap,
#call_popup form .phone_input_wrap{
    width: 215px;
    margin: 0 auto;
    margin-bottom: 26px;
    border: 1px solid #cfd5d7;
    border-radius: 10px;
}

.prive_review_heading img{
    border-radius: 50%;
}

.gradient_wrap{
    position: relative;
    z-index: 20;
}

.gradient{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: -moz-linear-gradient(top, rgba(125,185,232,0) 0%, rgba(0,0,0,0.5) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(125,185,232,0) 0%,rgba(0,0,0,0.5) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(125,185,232,0) 0%,rgba(0,0,0,0.5) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    z-index: -1;
}

.promo_item .gradient{
    bottom: 8px;
    z-index: 10;
}


/* franchise_page */
.franchise_page {
  background-color: #161615;
background-image: url(../img/franchise-bd-top-new-fish.jpg);
background-repeat: no-repeat;
background-position: top center;
background-size: 100%;

}


@media (max-width: 1780px) {
    .franchise_page {
      background-size: 150%;

    }
}

@media (max-width: 1550px) {
    .franchise_page {

        background-size: 160%;
    }
}

@media (max-width: 1450px) {
    .franchise_page {

        background-size: 170%;
    }
}

@media (max-width: 1300px) {
    .franchise_page {
        background-size: 180%;
    }
}

@media (max-width: 1200px) {
    .franchise_page {
       background-size: 190%;
    }
}
@media (max-width: 1145px) {
    .franchise_page {
       background-size: 200%;
    }
}
@media (max-width: 1090px) {
    .franchise_page {
       background-size: 210%;
    }
}
@media (max-width: 1000px) {
    .franchise_page {
       /*background: #ddd;*/
       padding-top: 71px!important;
    }
    .franchise_page .header_time, .franchise_page .phone, .franchise_h1  {
        color: black;
    }

}

.franchise_h1 {
    width: 100%;
    margin: 0;
    color: #ffffff;
    /*font-family: 'CirceRegular';*/
    font-size: 32px;
    text-align: right;
    line-height: 1.1;
    background: none;
}
@media (max-width: 991px) {
    .franchise_h1 {
        text-align: center;
        margin-bottom: 30px;
    }
}
@media (max-width: 575px) {
    .franchise_h1 {
        font-size: 24px;
        line-height: 1.2;
    }
}


.franchise_h1 span {
   color: #ff1536;
    font-size: 34px;
}
@media (max-width: 1199px) {
    .franchise_h1 span {
        font-size: 48px;
    }
}
@media (max-width: 575px) {
    .franchise_h1 span {
        font-size: 32px;
        line-height: 1.2;
    }
}

.franchise_top {
    padding: 100px 0 130px;
    align-items: center;
}
@media (max-width: 1700px) {
    .franchise_top {
        padding: 150px 0 130px;
        align-items: center;
    }
}
@media (max-width: 1400px) {
    .franchise_top {
        padding: 100px 0 130px;
        align-items: center;
    }
}
@media (max-width: 1024px) {
    .franchise_top {
        padding: 20px 0 60px;
        align-items: center;
    }
    .franchise_top h1 {margin-top: 0;text-align: center;}
}
@media (max-width: 991px) {
    .franchise_top {
        padding: 20px 0 60px;
        align-items: center;
    }
}


.franchise_top_left {
    justify-content: flex-end;
}

.franchise_top_right {
    justify-content: flex-start;
}

.franchise_top_form {
    width: 315px;
    padding: 20px 30px 30px;
    margin-left: 20px;
    border-radius: 10px;
    background-color: #262627;
}
@media (max-width: 991px) {
    .franchise_top_form {
        width: auto;
        padding: 20px 30px 30px;
        margin-left: 0;
        border-radius: 10px;
        background-color: #000;
    }
}
@media (max-width: 575px) {
    .franchise_top_form {
        padding: 15px 20px 20px;
    }
}

.franchise_top_form_title {
    margin-bottom: 20px;
    color: #ffffff;
    font-size: 33px;
    font-family: "Muller Narrow";
}
@media (max-width: 575px) {
    .franchise_top_form_title {
        font-size: 26px;
    }
}

.franchise_top_input[type="tel"],
.franchise_top_input[type="text"],
.franchise_top_input[type="email"] {
    padding-left: 20px;
    width: 100%;
    height: 60px;
    margin-bottom: 20px;
    border-radius: 10px;
    background-color: #3f3f41;
    font-family: 'CirceRegular';
    color: #ffffff;
    font-size: 22px;
}
@media (max-width: 575px) {
    .franchise_top_input[type="tel"],
    .franchise_top_input[type="text"],
    .franchise_top_input[type="email"] {
        font-size: 18px;
        height: 50px;
    }
}

.franchise_top_input::placeholder {
    opacity: 0.5;
    color: #ffffff;
    font-size: 22px;
}
@media (max-width: 575px) {
    .franchise_top_input::placeholder {
        opacity: 0.5;
        color: #ffffff;
        font-size: 18px;
    }
}

.franchise_top_submit {
    border: none;
    outline: none;
    appearance: none;
    width: 100%;
    height: 60px;
    padding-bottom: 5px;
    border-radius: 10px;
    background-color: #ff1536;
    font-family: "Muller Narrow";
    color: #ffffff;
    font-size: 22px;
    cursor: pointer;
}
@media (max-width: 575px) {
    .franchise_top_submit {
        font-size: 18px;
        height: 50px;
    }
}

.franchise_numbers {
    display: flex;
    /*background-image: url(../img/franchise_page_circle.png);*/
    background-size: 974px 396px;
    background-repeat: no-repeat;
}
@media (max-width: 991px) {
    .franchise_numbers {
        background: none;
        flex-direction: column;
        align-items: center;
    }
}

.franchise_numbers_left {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 380px;
    height: 380px;
    text-align: center;
    border: 3px solid #ff1536;
    border-radius: 50%;
    margin-right: 10px;
}
@media (max-width: 991px) {
    .franchise_numbers_left {
        margin-bottom: 30px;
        border-radius: 50%;
        border: 2px solid #ff1536;
    }
}
@media (max-width: 575px) {
    .franchise_numbers_left {
        width: 280px;
        height: 280px;
    }
}

@media (max-width: 375px) {
    .franchise_numbers_left {
        margin-top: 0!important;
    }
}

.franchise_numbers_left h2 {
    color: #fff;
    font-size: 50px;
    text-transform: uppercase;
    margin-bottom: 10px;
}
@media (max-width: 575px) {
    .franchise_numbers_left h2 {
        font-size: 40px;
    }
}

.franchise_numbers_left h2 span {
    display: block;
    color: #ff1536;
    font-size: 30px;
    text-transform: initial;
}
@media (max-width: 575px) {
    .franchise_numbers_left h2 span {
        font-size: 24px;
    }
}

.franchise_numbers_left p {
    max-width: 290px;
    font-size: 18px;
    line-height: 26px;
    color: #fff;
}
@media (max-width: 575px) {
    .franchise_numbers_left p {
        max-width: 260px;
        font-size: 16px;
        line-height: 24px;
    }
}

.franchise_numbers_right {

    width: calc(100% - 380px);
    height: 396px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-content: space-between;
}
@media (max-width: 991px) {
    .franchise_numbers_right {
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        align-content: space-between;
    }
}

.franchise_numbers_right_top {
    display: flex;
}
@media (max-width: 575px) {
    .franchise_numbers_right_top {
        flex-direction: column;
    }
}

.franchise_numbers_right_bottom {
    display: flex;
}
@media (max-width: 575px) {
    .franchise_numbers_right_bottom {
        flex-direction: column;
    }
}

.franchise_numbers_item {
    width: 50%;
    text-align: center;
}
@media (max-width: 991px) {
    .franchise_numbers_item {
        padding: 20px 0;
    }
}
@media (max-width: 575px) {
    .franchise_numbers_item {
        width: 100%;
        padding: 10px 0;
    }
}

.franchise_numbers_item h3 {
    color: #ff1536;
    font-family: "Muller Narrow";
    font-size: 40px;
    margin-bottom: 10px;
    white-space: nowrap;
}

.franchise_numbers_item p {
    color: #fff;
    font-size: 18px;
}




.franchise_actual h2 {
    color: #fff;
    font-family: "Muller Narrow";
    font-size: 66px;
    margin-bottom: 50px;
}
@media (max-width: 767px) {
    .franchise_actual h2 {
        font-size: 50px;
        margin-bottom: 30px;
    }
}
@media (max-width: 475px) {
    .franchise_actual h2 {
        font-size: 36px;
        margin-bottom: 10px;
    }
}

.franchise_actual_item {
    display: flex;
    margin-bottom: 30px;
}
@media (max-width: 575px) {
    .franchise_actual_item {
        flex-direction: column;
    }
}

.franchise_actual_item_img {
    /*margin-top: 20px;*/
}
.franchise_actual_item_img img {
  height: 80px;
    width: 80px;
    max-width: inherit;
    margin: 0;
}
@media (max-width: 575px) {
    .franchise_actual_item_img {
        text-align: center;
    }
}

.franchise_actual_item_text, .franchise_actual_item_mask1 {
    text-align: left;
margin-left: 20px;
}

.franchise_actual_item_text h3 {
    position: relative;
    text-align: left;
    white-space: nowrap;
    color: #ff1536;
    font-size: 30px;
    font-family: "Muller Narrow";
    z-index: 1;
    margin: 0;
    margin-bottom: 10px;
}
@media (max-width: 575px) {
    .franchise_actual_item_text h3 {
        font-size: 24px;
    }
}
@media (max-width: 375px) {
  .franchise_actual_item_text, .franchise_actual_item_mask1 {margin-left: 0;}
}
/*.franchise_actual_item_mask1::after {
    content: '';
    position: absolute;
    z-index: -1;
    left: -50px;
    top: 60%;
    transform: translateY(-50%);
    background: url(../img/franchise/franchise_actual_mask_1.png) no-repeat;
    height: 62px;
    width: 304px;
}
@media (max-width: 575px) {
    .franchise_actual_item_mask1::after {
        background-size: contain;
        width: 80%;
    }
}

.franchise_actual_item_mask2::after {
    content: '';
    position: absolute;
    z-index: -1;
    left: -50px;
    top: 55%;
    transform: translateY(-50%);
    background: url(../img/franchise/franchise_actual_mask_1.png) no-repeat;
     width: 304px;
    height: 62px;
}
@media (max-width: 575px) {
    .franchise_actual_item_mask2::after {
        background-size: contain;
        width: 100%;
    }
}
@media (max-width: 400px) {
    .franchise_actual_item_mask2::after {
        background-size: contain;
        width: 100%;
        top: 65%;
        left: -20px;
    }
}

.franchise_actual_item_mask3::after {
    content: '';
    position: absolute;
    z-index: -1;
    left: -50px;
    top: 55%;
    transform: translateY(-50%);
    background: url(../img/franchise/franchise_actual_mask_1.png) no-repeat;
    width: 304px;
    height: 64px;
}
@media (max-width: 575px) {
    .franchise_actual_item_mask3::after {
        background-size: contain;
        width: 100%;
    }
}
@media (max-width: 400px) {
    .franchise_actual_item_mask3::after {
        left: -20px;
    }
}

.franchise_actual_item_mask4::after {
    content: '';
    position: absolute;
    z-index: -1;
    left: -50px;
    top: 60%;
    transform: translateY(-50%);
    background: url(../img/franchise/franchise_actual_mask_1.png) no-repeat;
     width: 304px;
    height: 66px;
}
@media (max-width: 575px) {
    .franchise_actual_item_mask4::after {
        background-size: contain;
        width: 100%;
    }
}
*/
.franchise_actual_item_text p {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
}

.franchise_middle {
    padding: 95px 0;
    background-color: #262627;
}
@media (max-width: 1199px) {
    .franchise_middle {
        padding: 55px 0;
        background-color: #000;
    }
}

.franchise_middle_left {
    display: flex;
}
@media (max-width: 575px) {
    .franchise_middle_left {
       flex-direction: column;
    }
}
@media (max-width: 1199px) {
    .franchise_middle_left {
        margin-bottom: 30px;
        justify-content: center;
    }
}

.franchise_middle_left_img {
    align-self: center;
}
@media (max-width: 575px) {
    .franchise_middle_left_img {
        align-self: flex-start;
        margin-bottom: 10px;
    }
}
@media (max-width: 575px) {
    .franchise_middle_left_img img {
        max-width: 100px;
    }
}
.franchise_middle_left {
    margin-bottom: 30px;
    justify-content: center;
}

.franchise_middle_left_text {
    margin-left: 30px;
}
@media (max-width: 575px) {
    .franchise_middle_left_text {
        margin-left: 0;
    }
}

.franchise_middle_left_text h2 {
    /*color: #ffffff;*/
    font-family: "Muller Narrow";
    font-size: 35px;
    font-weight: bold;
    line-height: 50px;
    text-align: left;
    padding: 0 20px 0 0;
}
@media (max-width: 767px) {
    .franchise_middle_left_text h2 {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 10px;
    }
}


.franchise_middle_left_text p {
    color: #ffffff;
    font-size: 18px;
    line-height: 26px;
    max-width: 500px;
}

.franchise_middle_form {
    display: flex;
    flex-direction: column;
    border-radius: 10px;
}

.franchise_middle_form_top {
    display: flex;
    /* flex-wrap: wrap; */
}
.franchise_middle_form_bottom {
    display: flex;
}
.franchise_middle_form_submit_wrap {
    display: flex;
}
.franchise_middle_form_bottom .franchise_middle_input--email {
    margin-left: 10px;
}

.franchise_middle_form_top #FranchiseForm_city {
    margin-left: 10px;
}

@media (max-width: 767px) {
	.franchise_middle_form_top {display: inline-block;}
	.franchise_middle_form_top #FranchiseForm_city {margin-left:0;}
    .franchise_middle_form_bottom {
        flex-direction: column;
    }
    .franchise_middle_form_bottom .franchise_middle_input--email {
        margin-left: 0;
    }
}


/* .franchise_middle_form_top {
    display: flex;
}
@media (max-width: 575px) {
    .franchise_middle_form_top {
        display: flex;
        flex-direction: column;
    }
}

.franchise_middle_form_bottom {
    display: flex;
}
@media (max-width: 575px) {
    .franchise_middle_form_bottom {
        display: flex;
        flex-direction: column;
    }
} */

.franchise_middle_input[type="tel"],
.franchise_middle_input[type="text"],
.franchise_middle_input[type="email"] {
    padding-left: 20px;
    width: 50%;
    height: 60px;
    margin-bottom: 20px;
    border-radius: 10px;
    background-color: #3f3f41;
    font-family: 'CirceRegular';
    color: #ffffff;
    font-size: 22px;
}
@media (max-width: 575px) {
    .franchise_middle_input[type="tel"],
    .franchise_middle_input[type="text"],
    .franchise_middle_input[type="email"] {
        width: 100%;
        height: 50px;
        font-size: 18px;
    }
}

.franchise_middle_input + .franchise_middle_input{
    margin-left: 20px;
}
@media (max-width: 575px) {
    .franchise_middle_input + .franchise_middle_input{
        margin-left: 0;
    }
}

.franchise_middle_input::placeholder {
    opacity: 0.5;
    color: #ffffff;
    font-size: 22px;
}
@media (max-width: 575px) {
    .franchise_middle_input::placeholder {
        font-size: 18px;
        height: 50px;
    }
}

.franchise_middle_submit {
    border: none;
    outline: none;
    appearance: none;
    /*width: 100%;*/
    padding: 0 30px;
    margin: 0 auto;
    height: 60px;
    padding-bottom: 5px;
    border-radius: 10px;
    background-color: #ff1536;
    font-family: "Muller Narrow";
    color: #ffffff;
    font-size: 22px;
    cursor: pointer;
}
@media (max-width: 575px) {
    .franchise_middle_submit {
        width: 100%;
        margin-left: 0;
        font-size: 18px;
    }
}



/* .franchise_reason */
.franchise_reason {
    padding: 125px 0 0;
    /*background: url(../img/franchise/franchise_reason_bg-new.png) no-repeat;
    background-size: cover;

    background-attachment: fixed;*/
    background: url(../img/franchise/franchise_reason_bg-new.png) 0 -100px no-repeat;
    background-size: 100%;
}

@media (max-width: 1200px) {
    .franchise_reason_item span {
       left:-25px !important;
    }
}
/*
@media (max-width: 1400px) {
    .franchise_reason {
        background: url(../img/franchise/franchise_reason_bg.png) center -100px no-repeat;
        background-size: 120%;
    }
}
@media (max-width: 1300px) {
    .franchise_reason {
        background: url(../img/franchise/franchise_reason_bg.png) center -100px no-repeat;
        background-size: 130%;
    }
}
@media (max-width: 1199px) {
    .franchise_reason {
        background: url(../img/franchise/franchise_reason_bg.png) center -100px no-repeat;
        background-size: 160%;
    }
}
@media (max-width: 1100px) {
    .franchise_reason {
        background: url(../img/franchise/franchise_reason_bg.png) center -100px no-repeat;
        background-size: 180%;
    }
}
@media (max-width: 991px) {
    .franchise_reason {
        padding: 70px 0 0;
        background: none;
    }
}
*/
.franchise_reason_first {

}
@media (min-width: 1600px) {
    .franchise_reason_first {
        margin-left: 8.333333%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
}

.franchise_reason_second {

}
@media (min-width: 1600px) {
    .franchise_reason_second {
        margin-left: 8.333333%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
}

.franchise_reason h3 {
    color: #ff1536;
    font-family: "Muller Narrow";
    font-size: 50px;
    font-weight: bold;
    line-height: 60px;
    text-transform: uppercase;
    text-align: right;
}
@media (max-width: 1199px) {
    .franchise_reason h3 {
        text-align: left;
        margin-bottom: 90px;
    }
}
@media (max-width: 575px) {
    .franchise_reason h3 {
        font-size: 34px;
        line-height: 40px;
    }
}

.franchise_reason span {
    display: block;
    color: #fff;
    font-family: "Muller Narrow";
    font-size: 30px;
    font-weight: bold;
    line-height: 30px;
}

.franchise_reason_items {
    display: flex;
    flex-direction: column;
}

.franchise_reason_items_top {
    display: flex;
    justify-content: space-around;
}
@media (max-width: 575px) {
    .franchise_reason_items_top {
        flex-direction: column;
    }
}

.franchise_reason_items_bottom {
    display: flex;
    justify-content: space-around;
}

@media (max-width: 575px) {
    .franchise_reason_items_bottom {
        flex-direction: column;
    }
}

.franchise_reason_item {
    position: relative;
    width: 50%;
    margin-bottom: 100px;
    max-width: 260px;
}
@media (max-width: 1199px) {
    .franchise_reason_item {
        max-width: none;
    }
}
@media (max-width: 1024px) {
    .franchise_reason_item {
        max-width: none;
        padding-right: 50px;
    }
}
@media (max-width: 575px) {
    .franchise_reason_item {
        width: 100%;
        margin-bottom: 70px;
        padding-left: 10px;
    }
}

.franchise_reason_cite {
    margin-bottom: 185px;
}
@media (max-width: 1600px) {
    .franchise_reason_cite {
        margin-bottom: 80px;
    }
}
@media (max-width: 575px) {
    .franchise_reason_cite {
        margin-top: 50px;
    }
}

.franchise_reason_cite p {
    position: relative;
    z-index: 1;
    max-width: 450px;
    padding-left: 40px;
    color: #b9c7d0;
    font-size: 18px;
    line-height: 26px;
    text-align: center;
}

@media (max-width: 575px) {
    .franchise_reason_cite p {
        padding-left: 0;
        font-size: 17px;
    }
}

.franchise_reason_cite p::before {
    content: '';
    position: absolute;
    z-index: -1;
    top: -48px;
    left: 0;
    height: 67px;
    width: 79px;
    background: url(../img/franchise/franchise_cite.png) no-repeat;
}


.franchise_reason_item span {
    position: absolute;
    z-index: 1;
    left: -40px;
    top: 0;
    color: #ff1536;
    font-family: "Muller Narrow";
    font-size: 100px;
    font-weight: bold;
    line-height: 1;
}

.franchise_reason_item h4 {
    position: relative;
    margin-bottom: 5px;
    margin-left: 40px;
    z-index: 2;
    margin-bottom: 20px;
    color: #fff;
    font-family: "Muller Narrow";
    font-size: 30px;
    font-weight: bold;
}

.franchise_reason_item p {
    position: relative;
    z-index: 2;
    margin-left: 40px;
    color: #ffffff;
    font-size: 18px;
    line-height: 26px;
}

.franchise_boss {

}

.franchise_boss .row {
    align-items: center;
}

.franchise_boss_item {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.franchise_boss_item div {
    flex-basis: 50%;
}
@media (max-width: 420px){
    .franchise_boss_item {
        flex-direction: column;
    }
  .franchise_boss_item div {
    flex-basis: 100%;
}
}
@media (max-width: 991px) {
    .franchise_boss_item {
        margin-bottom: 50px;
    }
}
.franchise_boss_item img {

}
@media (width: 1024px) {
.franchise_boss_text {
    margin-left: 50px;
}
}
@media (width: 768px) {
   #franchise_boss_photo, .franchise_boss_text, .franchise_boss_text h3 {
       text-align: center !important;
    }
}
.franchise_boss_item img {

}
@media (max-width: 991px) {
    .franchise_boss_item img {
        max-width: 300px;
    }
}
@media (max-width: 575px) {
    .franchise_boss_item img {
        max-width: 240px;
        margin: 0 auto;
        display: block;
    }
}
.franchise_boss_text {
    max-width: 600px;
}
@media (max-width: 991px) {
    .franchise_boss_text {
        max-width: none;
    }
}

.franchise_boss_text h3 {
    margin-bottom: 10px;
    /*color: #ff1536;*/
    font-family: "Muller Narrow";
    font-size: 40px;
    font-weight: bold;
    line-height: 50px;
    text-align: left;
}
@media (max-width: 575px) {
    .franchise_boss_text h3 {
        font-size: 30px;
        line-height: 40px;
    }
}
.franchise_boss_text h4 {
    margin-bottom: 15px;
    font-family: 'CirceRegular';
    font-size: 18px;
    line-height: 26px;
    color: #ff1536;
}

.franchise_boss_text p {
    margin-bottom: 15px;
    color: #fff;
    font-family: 'CirceRegular';
    font-size: 18px;
    line-height: 26px;
}
@media (max-width: 575px) {
    .franchise_boss_text p {
        font-size: 16px;
        line-height: 24px;
    }
}

.franchise_team {
    padding-bottom: 85px;
}
@media (max-width: 767px) {
    .franchise_team {
        padding-bottom: 45px;
    }
}
.franchise_team h2 {
    margin-bottom: 10px;
    color: #fff;
    font-family: "Muller Narrow";
    font-size: 66px;
    font-weight: bold;
}
@media (max-width: 991px) {
    .franchise_team h2 {
        margin-bottom: 30px;
    }
}
@media (max-width: 767px) {
    .franchise_team h2 {
        font-size: 44px;
    }
}


.franchise_team_img_wrap {
    display: flex;
    flex-direction: column;
}

@media (max-width: 991px) {
    .franchise_team_img_wrap {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-around;
    }
}

.franchise_team_img {
    width: 140px;
    height: 140px;

    margin: auto;
    text-align: center;
    cursor: pointer;
    transition: width height 0.3s ease;
}
.franchise_team_img img {

    transition: all 0.3s ease;
}
@media (min-width: 992px) {
    .franchise_team_img:hover {
        width: 140px;
        height: 140px;
        margin: auto;
        text-align: center;
        cursor: pointer;
    }
}


.franchise_team_img:hover img {
    width: 140px;
    height: auto;
}

@media (max-width: 991px) {
    .franchise_team_img {
        width: 120px;
        height: 120px;
        margin: 0;
        text-align: center;
    }
}
@media (max-width: 767px) {
    .franchise_team_img {
        width: 50px;
        height: 50px;
    }
}


.franchise_team_img + .franchise_team_img {
    margin-top: 35px;
}

@media (max-width: 991px) {
    .franchise_team_img + .franchise_team_img {
        margin-top: 0;
    }
}

.franchise_team_img {
    display: flex;
    align-items: center;
    justify-content: center;
}

.franchise_team_img img {
    align-self: center;
    width: 120px;
	border-radius: 100%;
}
@media (max-width: 767px) {
    .franchise_team_img img {
        width: 40px;
    }
}

.franchise_team_img.active {
    position: relative;
    width: 210px;
    height: 210px;
    padding: 15px;
    border-radius: 50%;
    border: 2px solid #ff1536;
	border-radius: 100%;
}

@media (min-width: 992px) {
    .franchise_team_img.active:hover {
        position: relative;
        width: 210px;
        height: 210px;
        padding: 15px;
        border-radius: 50%;
        border: 2px solid #ff1536;
    }
}

@media (min-width: 992px) {
    .franchise_team_img.active:hover img {
        width: 100%;
    }
}


@media (max-width: 767px) {
    .franchise_team_img.active {
        width: 60px;
        height: 60px;
        padding: 5px;
    }
	.franchise_team_img.active:after {display: none;}
}

.franchise_team_img.active img {
    width: 100%;
    height: auto;
}

.franchise_team_img.active:after {
    content: '';
    position: absolute;
    top: calc(50% + 38px);
    right: -34px;
    transform: translateY(-50%);
    width: 19px;
    height: 121px;
    background: url(../img/franchise/franchise_team_arrow.png) no-repeat;
}

@media (max-width: 991px) {
    .franchise_team_img.active:after {
        content: '';
        position: absolute;
        top: 170px;
        bottom: 20px;
        right: 50%;
        transform: translateX(-50%) rotate(270deg);
        width: 19px;
        height: 121px;
        background: url(../img/franchise/franchise_team_arrow.png) no-repeat;
    }
}
@media (max-width: 767px) {
    .franchise_team_img.active:after {
        top: 85px;
        right: 35%;
    }
}

.franchise_team_text {
    display: none;
    /*margin-top: 45px;*/
    max-width: 600px;
    color: #ffffff;
}
.franchise_team_text2 {margin-top: 175px;}
.franchise_team_text3 {margin-top: 349px;}
.franchise_team_text4 {margin-top: 520px;}
.franchise_team_text5 {margin-top: 700px;}
.franchise_team_text.active {
    display: block;
}

.franchise_team_text h3 {
    margin-bottom: 10px;
    color: #ff1536;
    font-family: "Muller Narrow";
    font-size: 40px;
    font-weight: bold;
    line-height: 50px;
}
@media (max-width: 575px) {
    .franchise_team_text h3 {
        margin-bottom: 0;
        font-size: 30px;
        line-height: 40px;
    }
	.franchise_team_text, .franchise_team_text2, .franchise_team_text3, .franchise_team_text4, .franchise_team_text5 {margin-top: 45px;}
}

.franchise_team_text h4 {
    margin-bottom: 30px;
    color: #ff1536;
    font-family: "Muller Narrow";
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
}

@media (max-width: 575px) {
    .franchise_team_text h4 {
        font-size: 20px;
    }
}

.franchise_team_text p {
    margin-bottom: 15px;
    color: #fff;
    font-family: 'CirceRegular';
    font-size: 18px;
    line-height: 26px;
}

.franchise_get {
    padding: 90px 0 90px;
}
@media (max-width: 767px) {
    .franchise_get {
        padding: 50px 0 50px;
    }
}

.franchise_get h2 {
    margin-bottom: 50px;
    /*color: #ffffff;*/
    font-family: "Muller Narrow";
    font-size: 66px;
    font-weight: bold;
}
@media (max-width: 767px) {
    .franchise_get h2 {
        font-size: 40px;
        margin-bottom: 20px;
    }
}

.franchise_get_bg {
    display: flex;
    align-items: center;
    /* height: 560px; */

    background: url(../img/banner-item-fr.png) center no-repeat;
    background-size: contain;
}
@media (max-width: 1199px) {
    .franchise_get_bg {
        display: flex;
        align-items: center;
        /* height: 460px; */

    }
}
@media (max-width: 767px) {
    .franchise_get_bg {
        background-size: 50%;
		background: none;
    }
}

.franchise_get_list_left,
.franchise_get_list_right {
    margin: 0;
    padding: 0;
    list-style: none;
}

.franchise_get_list_left {
    margin-right: 30px;
}
@media (max-width: 767px) {
    .franchise_get_list_left {
        margin-right: 0;
        margin-bottom: 10px;
    }
}

.franchise_get_list_right {
    margin-left: 30px;
}
@media (max-width: 767px) {
    .franchise_get_list_right {
        margin-left: 0;
    }

}

.franchise_get_list_left li,
.franchise_get_list_right li {
    position: relative;
    color: #fff;
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 30px;
}
@media (max-width: 1199px) {
    .franchise_get_list_left li,
    .franchise_get_list_right li {
        font-weight: bold;
        font-size: 16px;
    }
}
@media (max-width: 767px) {
    .franchise_get_list_left li,
    .franchise_get_list_right li {
        margin-bottom: 10px;
    }
}
.franchise_get_list_left li:last-child,
.franchise_get_list_right li:last-child {
    margin-bottom: 0;
}

.franchise_get_list_left li {
    text-align: right;
    padding-right: 25px;
}
@media (max-width: 767px) {
    .franchise_get_list_left li {
        text-align: left;
        padding-left: 25px;
        padding-right: 0;
    }
}

.franchise_get_list_right li {
    text-align: left;
    padding-left: 25px;
}
@media (max-width: 767px) {
    .franchise_get_list_right li {
        text-align: left;
        padding-left: 0;
        padding-left: 25px;
    }
}

.franchise_get_list_left li:after,
.franchise_get_list_right li:after {
    content: '';
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #fff;
}
.franchise_get_list_left li:after {
    top: 14px;
    right: 0;
}
@media (max-width: 767px) {
    .franchise_get_list_left li:after {
        top: 14px;
        left: 0;
        right: initial;
    }
}

.franchise_get_list_right li:after {
    top: 14px;
    left: 0;
}
@media (max-width: 767px) {
    .franchise_get_list_right li:after {
        top: 14px;
        left: 0;
        right: initial;
    }
}



/* franchise_map */
.franchise_map {

}

.franchise_map h2 {
    color: #ffffff;
    font-family: "Muller Narrow";
    font-size: 66px;
    font-weight: bold;
}
@media (max-width: 767px) {
    .franchise_map h2 {
        color: #ffffff;
        font-family: "Muller Narrow";
        font-size: 40px;
        font-weight: bold;
    }
}

.franchise_map_bg {
    position: relative;
    height: 703px;
    width: 1352px;
    margin: 0 auto;
    background: url(../img/franchise/franchise_map.svg) center no-repeat;
    /* background: url(../img/franchise/map_w_marker.png) center no-repeat; */
}
@media (max-width: 1352px) {
    .franchise_map_bg {
        position: relative;
        height: 562.4px;
        width: 1081.6px;
        margin: 0 auto;
        background: url(../img/franchise/franchise_map.svg) center no-repeat;
        background-size: cover;
    }
}
@media (max-width: 1082px) {
    .franchise_map_bg {
        position: relative;
        height: 351.5px;
        width: 676px;
        margin: 0 auto;
        background: url(../img/franchise/franchise_map.svg) center no-repeat;
        background-size: cover;
    }
}

@media (max-width: 676px) {
    .franchise_map_bg {
        position: relative;
        height: 335px;
        width: 100%;
        margin: 0 auto;
        background: url(../img/franchise/franchise_map.svg) center no-repeat;
        background-size: cover;
    }
}

@media (max-width: 630px) {
    .franchise_map_bg {
        position: relative;
        height: 350px;
        width: 100%;
        margin: 0 auto;
        background: url(../img/franchise/franchise_map.svg) center no-repeat;
        background-size: contain;
    }
}
@media (max-width: 600px) {
    .franchise_map_bg {
        height: 320px;
    }
}
@media (max-width: 500px) {
    .franchise_map_bg {
        height: 260px;
    }
}
@media (max-width: 450px) {
    .franchise_map_bg {
        height: 235px;
    }
}
@media (max-width: 400px) {
    .franchise_map_bg {
        height: 210px;
    }
}
@media (max-width: 360px) {
    .franchise_map_bg {
        height: 200px;
    }
}


.franchise_map_bg ul {
    position: absolute;
    top: 30%;
    left: 20%;
    padding: 0;
    margin: 0;
    list-style: none;
}

.franchise_map_bg li {
    position: relative;
    color: #ffffff;
    font-family: "Muller Narrow";
    font-size: 18px;
    font-weight: bold;
    padding-left: 25px;
}
.franchise_map_bg li:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 17px;
    height: 20px;
    background: url(../img/franchise/franchise_address.svg) center no-repeat;
    background-size: contain;
}
/* .franchise_map_bg li:nth-child(1) {
    left: -78px;
    top: -7px;
} */
.franchise_map_bg li:nth-child(1) {
    left: -90px;
    top: 90px;
}
/* .franchise_map_bg li:nth-child(3) {
    left: -68px;
    top: 82px;
} */
@media (max-width: 1352px) {
    /* .franchise_map_bg li:nth-child(1) {
        left: -65px;
        top: -10px;
    } */
    .franchise_map_bg li:nth-child(1) {
        left: -75px;
        top: 74px;
    }
    .franchise_map_bg li:nth-child(3) {
        left: -54px;
        top: 52px;
    }
}
@media (max-width: 1082px) {
    /* .franchise_map_bg li:nth-child(1) {
        left: -46px;
        top: -16px;
    } */
    .franchise_map_bg li:nth-child(1) {
        left: -50px;
        top: 39px;
    }
    .franchise_map_bg li:nth-child(3) {
        left: -25px;
        top: 6px;
    }
}
@media (max-width: 600px) {
    /* .franchise_map_bg li:nth-child(1) {
        left: -37px;
        top: -12px;
    } */
    .franchise_map_bg li:nth-child(1) {
        left: -43px;
        top: 36px;
    }
    .franchise_map_bg li:nth-child(3) {
        left: -15px;
        top: 6px;
    }
}
@media (max-width: 500px) {
    /* .franchise_map_bg li:nth-child(1) {
        left: -32px;
        top: -14px;
    } */
    .franchise_map_bg li:nth-child(1) {
        left: -39px;
        top: 21px;
    }
    .franchise_map_bg li:nth-child(3) {
        left: -15px;
        top: -8px;
    }
}
@media (max-width: 400px) {
    /* .franchise_map_bg li:nth-child(1) {
        left: -30px;
        top: -11px;
    } */
    .franchise_map_bg li:nth-child(1) {
        left: -33px;
        top: 16px;
    }
    .franchise_map_bg li:nth-child(3) {
        left: -15px;
        top: -5px;
    }
}
@media (max-width: 360px) {
    /* .franchise_map_bg li:nth-child(1) {
        left: -24px;
        top: -14px;
    } */
    .franchise_map_bg li:nth-child(1) {
        left: -31px;
        top: 13px;
    }
    .franchise_map_bg li:nth-child(3) {
        left: -12px;
        top: -10px;
    }
}

/* franchise_contacts */
/*.franchise_contacts {
    padding: 30px 0 !important;
        background-color: #262627;
}*/

@media (max-width: 991px) {
    .franchise_contacts {
        padding: 80px 0 50px;
    }
    .franchise_get_bg {
        background: none;
    }
}

@media (max-width: 767px) {
    .franchise_contacts {
        padding: 30px 0 50px;
    }
}

@media (max-width: 480px) {
    .franchise_contacts {
        padding: 0px;
    }
}

.franchise_contacts .row {
    align-items: center;
    padding: 20px 30px;
/*background-color: #262627;*/
margin: 40px 0;
}

.franchise_contacts_left {

}

.franchise_contacts_left h2 {
    color: #ff1536;
    /*font-family: 'Caveat', cursive;*/
    font-size: 50px;
    font-weight: bold;
    line-height: 60px;
    margin-bottom: 40px;
    text-align: right;
}
@media (max-width: 1199px) {
    .franchise_contacts_left h2 {
        font-size: 40px;
        line-height: 50px;
    }
}
@media (max-width: 1024px) {
    .franchise_contacts_left h2 {
        margin-bottom: 0;
    }
    .franchise_contacts .row {margin: 0;}
}
@media (max-width: 991px) {
    .franchise_contacts_left h2 {
        text-align: left;
    }
}
@media (max-width: 575px) {
    .franchise_contacts_left h2 {
        margin-bottom: 20px;
        font-size: 29px;
        line-height: 40px;
    }
}

.franchise_contacts_left_text {
    max-width: 420px;
    margin-left: auto;
    text-align: right;
}
@media (max-width: 991px) {
    .franchise_contacts_left_text {
        max-width: none;
        margin-left: 0;
        margin-right: auto;
        margin-bottom: 50px;
    }
}

.franchise_contacts_left h3 {
    position: relative;
    z-index: 1;
    color: #ffffff;
    font-family: "Muller Narrow";
    font-size: 30px;
    font-weight: bold;
    line-height: 50px;
    text-transform: uppercase;
}
@media (max-width: 575px) {
    .franchise_contacts_left h3 {
        font-size: 24px;
        line-height: 40px;
    }
}

.franchise_contacts_left h3:before {
    content: '';
    position: absolute;
    top: 50%;
    left: -20px;
    transform: translateY(-50%);
    width: 426px;
    height: 62px;
    background: url(../img/franchise/franchise_bottom_mark.png) no-repeat;
    z-index: -1;
}
@media (max-width: 575px) {
    .franchise_contacts_left h3:before {
        width: 100%;
        background-size: contain;
    }
}
@media (max-width: 400px) {
    .franchise_contacts_left h3:before {
        top: 80%;
        width: 100%;
        background-size: contain;
    }
}
@media (max-width: 350px) {
    .franchise_contacts_left h3:before {
        left: -3px;
    }
}

.franchise_contacts_left p {
    color: #fff;
    font-size: 22px;
    line-height: 32px;
}
@media (max-width: 575px) {
    .franchise_contacts_left p {
        font-size: 20px;
        line-height: 30px;
    }
}

.franchise_contacts_right {
    display: flex;
    align-items: center;
    justify-content: center;
}

.franchise_contacts_circle {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 500px;
    height: 500px;
    border-radius: 50%;
    border: 2px solid #ff1536;
}
@media (max-width: 1200px) {
    .franchise_contacts_circle {
        width: 450px;
        height: 450px;
    }
}
@media (max-width: 500px) {
    .franchise_contacts_circle {
        width: 400px;
        height: 400px;
    }
}

@media (max-width: 450px) {
    .franchise_contacts_circle {
        width: 350px;
        height: 350px;
    }
}

@media (max-width: 400px) {
    .franchise_contacts_circle {
        width: 280px;
        height: 280px;
    }
}


.franchise_contacts_list {
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: left;
}
.franchise_contacts_item + .franchise_contacts_item {
    margin-top: 20px;
}
@media (max-width: 400px) {
    .franchise_contacts_item + .franchise_contacts_item {
        margin-top: 10px;
    }
}

.franchise_contacts_link {
    position: relative;
    padding-left: 50px;
    color: #fff;
    font-family: "Muller Narrow";
    font-size: 30px;
    font-weight: bold;
    text-decoration: none;
    transition: color 200ms linear;
}
@media (max-width: 450px) {
    .franchise_contacts_link {
        font-size: 26px;
    }
}
@media (max-width: 400px) {
    .franchise_contacts_link {
        font-size: 22px;
    }
}

.franchise_contacts_link:hover {
    color: #ff1536;
}
.franchise_contacts_link i {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 35px;
    height: 35px;
	text-align: center;
	color: #ff1536;
}
@media (max-width: 400px) {
    .franchise_contacts_link:before {
        width: 25px;
        height: 25px;
    }
}
/*
.franchise_contacts_link--address:before {
    background: url(../img/franchise/franchise_address.svg) center no-repeat;
    background-size: contain;
}
.franchise_contacts_link--site:before {
    background: url(../img/franchise/franchise_site.svg) center no-repeat;
    background-size: contain;
}
.franchise_contacts_link--tel:before {
    background: url(../img/franchise/franchise_smartphone.svg) center no-repeat;
    background-size: contain;
}
.franchise_contacts_link--mail:before {
    background: url(../img/franchise/franchise_mail.svg) center no-repeat;
    background-size: contain;
}
*/

/* franchise_bottom */
.franchise_bottom {


}

.franchise_bottom_form {
    /*padding: 20px 30px 30px;
    border-radius: 5%;*/

}
@media (max-width: 575px) {
    .franchise_bottom_form {
        padding: 15px 20px 20px;
        background-color: #000;
		margin-bottom: 0!important;
    }
	.franchise_bottom {
		margin-bottom: 0px;
	}
}

.franchise_bottom_form_title {
    margin-bottom: 20px;
    color: #fff;
    font-size: 33px;
    font-family: "Muller Narrow";
}
@media (max-width: 575px) {
    .franchise_bottom_form_title {
        font-size: 26px;
    }
}

.franchise_bottom_form_wrap {
    display: flex;
}
@media (max-width: 1199px) {
    .franchise_bottom_form_wrap {
        flex-direction: column;
    }
}
@media (max-width: 575px) {
    .franchise_bottom_form_wrap {
        display: flex;
        flex-direction: column;
    }
}

.franchise_bottom_form_top {
    display: flex;
    width: 100%;
}
@media (max-width: 1200px) {
    .franchise_bottom_form_top {
        display: flex;
        /* padding-right: 10px; */
    }
    .franchise_bottom_form_top #FranchiseForm_city {
        margin-left: 20px;
    }
}
@media (max-width: 575px) {
    .franchise_bottom_form_top {
        padding-right: 0;
		display: inline-block;
    }
	.franchise_bottom_form_top #FranchiseForm_city {
		margin-left: 0;
	}
}

.franchise_bottom_form_bottom {
    display: flex;
    width: 100%;
}
@media (max-width: 1200px) {
    .franchise_bottom_form_bottom {
        display: flex;
        /* flex-direction: column;
        padding-left: 10px; */
    }
    .franchise_bottom_form_bottom .franchise_bottom_input--email {
        margin-left: 20px;
    }
}
@media (max-width: 767px) {
    .franchise_bottom_form_bottom {
        display: block;
    }
    .franchise_bottom_form_bottom .franchise_bottom_input--email {
        margin-left: 0;
    }
}

.franchise_bottom_input[type="tel"],
.franchise_bottom_input[type="text"],
.franchise_bottom_input[type="email"] {
    padding-left: 20px;
    width: 207px;
    height: 60px;
    margin-right: 20px;
    border-radius: 10px;
    background-color: #3f3f41;
    font-family: 'CirceRegular';
    color: #ffffff;
    font-size: 22px;
}

@media (max-width: 1200px) {
    .franchise_bottom_input[type="tel"],
    .franchise_bottom_input[type="text"],
    .franchise_bottom_input[type="email"] {
        width: 50%;
        margin-right: 0;
        margin-bottom: 20px;
    }
}

@media (max-width: 767px) {
    .franchise_bottom_input[type="tel"],
    .franchise_bottom_input[type="text"],
    .franchise_bottom_input[type="email"] {
        width: 100%;
        margin-bottom: 20px;
    }
    .franchise_bottom_input:last-child {
        margin-bottom: 0;
    }
}
@media (max-width: 575px) {
    .franchise_bottom_input[type="tel"],
    .franchise_bottom_input[type="text"],
    .franchise_bottom_input[type="email"] {
        font-size: 18px;
        height: 50px;
    }
}
@media (max-width: 575px) {
    .franchise_bottom_input:last-child {
        margin-bottom: 20px;
    }
}

.franchise_bottom_input::placeholder {
    opacity: 0.5;
    color: #ffffff;
    font-size: 22px;
}
@media (max-width: 575px) {
    .franchise_bottom_input::placeholder {
        font-size: 18px;
    }
}

.franchise_bottom_submit {
    border: none;
    outline: none;
    appearance: none;
    width: 200px;
    height: 60px;
    padding-bottom: 5px;
    border-radius: 10px;
    background-color: #ff1536;
    font-family: "Muller Narrow";
    color: #ffffff;
    font-size: 22px;
    cursor: pointer;
    margin: 0 auto;
    display: block;
}
@media (max-width: 1200px) {
    .franchise_bottom_submit {
        /*width: 100%;*/
    }
}
@media (max-width: 575px) {
    .franchise_bottom_submit {
        font-size: 18px;
        height: 50px;
    }
}

.about_top .mobile_login_box .button.bordered_button,
.prive_page .mobile_login_box .button.bordered_button,
.franchise_page .mobile_login_box .button.bordered_button {
    color: #2b2b2b;
}

.popup_main_page {
    position: relative;
    max-width: 500px;
    width: auto;
    margin: 50px auto 0;
    padding: 20px;
    text-align: center;
    border-radius: 10px;
    background-color: #fff;
}

.popup_main_page_link {
    display: flex;
}

.popup_main_page_link img {
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    align-self: center;
}

.popup_order_action {
    position: relative;
    padding: 30px;
    max-width: 460px;
    text-align: center;
    border-radius: 10px;
    background-color: #fff;
    margin: 0 auto;
}

.popup_order_action .article_caption {
    font-size: 25px;
    font-family: "Muller Narrow";
    color: rgb(46, 45, 44);
    margin-bottom: 20px;
}

.popup_order_action .name_input {
    margin-bottom: 20px;
    border: 1px solid #cfd5d7;
}

.popup_order_action .phone_input_wrap {
    margin-bottom: 20px;
    border: 1px solid #cfd5d7;
    border-radius: 10px;
}

.article_checkout {
    margin-top: 40px;
    margin-bottom: -20px;
    box-shadow: 0px 5px 20px 0px rgba(238, 20, 97, 0.4);
    width: 400px;
    height: 50px;
    max-width: 100%;
}

.page-action .article_btn {
    background-color: transparent;
    border: 1px solid rgba(238, 21, 97, .5);
    font-size: 16px;
    color: #2e2d2c;
    padding: 0 13px;
    box-shadow: none;
}

.page-action .article_btn:hover {
    border: 1px solid rgba(238, 21, 97, 1);
}

.page-action .promo_item {
    display: flex;
    position: relative;
}

.page-action .promo_item img {
    align-self: center;
}

.page-action .promo_item::after {
    content: '';
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(125,185,232,0) 0%,rgba(0,0,0,0.5) 100%);
    z-index: 5;
}

.popup_order_action_submit {
    box-shadow: 0px 5px 20px 0px rgba(238, 20, 97, 0.4);
    width: 400px;
    height: 50px;
    max-width: 100%;
}
a[href="https://evosites.ru"] {
    color: #ff1536;
}
/* ===== Form ===== */
._form .formGroup {
  position: relative;
  margin-bottom: 20px;
}
._form .formGroup input,
._form .formGroup select,
._form .formGroup textarea {
  outline: none;
  border-radius: 3px;
  background-color: #f4f4f6;
  color: #333333;
  font-size: 15px;
  font-weight: 400;
  padding: 15px 15px;
  border: none;
  width: 100%;
}
._form .formGroup textarea {
  height: 100%;
  display: block;
}
._form button {
  border: none;
}
._form button:disabled {
  background-color: #999999;
}
.delivery_form {
  max-width: 360px;
  margin: 50px auto 0 auto;
}
/* ===== Form validate ===== */
form label.error {
  background-color: #e44646;
  color: #fff;
  font-weight: 300;
  width: 100%;
  display: block;
  margin: 5px 0;
  /*position: absolute;
  left: 0;
  bottom: -20px;*/
}
form label.valid {
  position: absolute;
}
form input.valid,
form textarea.valid {
  border: 2px solid green;
}
form input.error,
form textarea.error {
  border: 2px solid red;
}
.__checkbox {
  margin-top: 5px;
}
.__checkbox input[type=checkbox] {
  display: none;
}
.__checkbox label {
  padding-left: 0px;
  position: relative;
  cursor: pointer;
  color: #666666;
  font-size: 14px;
  font-weight: 400;
}
.__checkbox label:before {
  border-radius: 2px;
  position: absolute;
  top: 0;
  left: -30px;
  border: 1px solid #999999;
  width: 16px;
  height: 16px;
}
.__checkbox label:after {
  content: '';
  border-radius: 2px;
  position: absolute;
  top: 0;
  left: -30px;
  border: 1px solid #999999;
  width: 16px;
  height: 16px;
  display: block;
}
.__checkbox input[type=checkbox]:checked + label:before {
  content: "\2713";
  font-size: 14px;
  color: #999999;
  text-align: center;
  line-height: 15px;
  font-weight: bold;
}
._mob {
  display: none;
}
._desctop {
  display: block;
}
.__red_btn {
    font-size: 16px;
    color: #fff;
    border-radius: 5px;
    display: inline-block;
    background-color: #ff1536;
    padding: 15px 25px;
    text-align: center;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    outline: 0;
    border: 0;
    cursor: pointer;
}
@media (max-width: 480px) {
    .franchise_boss_text h3, .franchise_boss_text h4, .franchise_boss_text p {
        text-align: center;
    }
    .franchise_page .container .row:first-child {
        padding: 0;
    }
    .franchise_page .header_time, .franchise_page .phone {
    color: black;
}
    .phone_wrap {
        margin-left: 20px !important;
}
    .franchise_h1 {
        margin-top: 0px;
        color: white;
    }
    .franchise_h1 span {
        text-shadow: none;
        color: white !important;
    }
    .franchise_top_form {
        margin-left: 30px;
        margin-bottom: 30px;
    }
    .franchise_reason {
        margin-bottom: 0;
    }
    .row {
        padding: 30px;
    }
    .franchise_reason_item span {
        /*display: none;*/
        left: -10px!important;
    }
    .franchise_boss_item div{
        margin: 0;
        padding-top:0;
    }
    .franchise_boss_item div:nth-child(2) {

    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;

}
    .franchise_boss_item div:first-child {
    padding: 10px;
    margin: 0;
}
.franchise_bottom_form_title {
    color: white;
}
.franchise_bottom {
    margin-top: 30px !important;
}
#row-form, #franchise_bottom-row, #franchise_middle-row, .franchise_reason_first, .franchise_reason .container .row, .franchise_contacts .container .row {
    margin: 0 auto !important;
}
.franchise_page footer.footer {background: #000;}
/*.footer .wrapper {
    color: black !important;
}*/

.franchise_get_list_left li::after {
    color: black !important;
}
.franchise_reason h3 {
    text-align: center;
}
.franchise_middle_left_text h2 {
    text-align: center !important;

}
.franchise_reason_item h4, .franchise_reason_item p {
    /*margin-left: 0 !important;*/
    text-align: left !important;
}
.franchise_contacts_left h2, .franchise_contacts_left p {
    text-align: center;
}
.franchise_reason {
    padding-top: 50px !important;
}
.franchise_reason_item {
    text-align: center;
    padding-right: 0;
}

.franchise_page_top + .container {
    background-color: white;
}
.franchise_numbers_left {
    margin-top: 50px;
}
.franchise_numbers_right_bottom .franchise_numbers_item:last-child {
    margin-bottom: 50px;
}

.main-menu__items {
display: flex;
flex-direction: column;
justify-content: center;
align-items: flex-start;
}
#menu .wrapper {
    display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
}
nav ul.main-menu__items {
    flex-basis: 60%;
    order: 2;
}
.main-menu__social-links {
       flex-basis: 35%;
    order: 3;
    align-self: flex-start;
}
nav a#pull {
    flex-basis: 5%;
    order: 1;
    align-self: flex-start;
    
}
.main-menu__items li {
    display: block;
    float: none;
}
.main-menu {
    background: rgb(0, 0, 0);
}



 .franchise_page_top .container .franchise_top {
     margin: 0 auto;
 }
 .franchise_page_top .container .franchise_top .col-12 {
     display: flex;
     flex-flow: column nowrap;
     justify-content: center;
     align-items: center;
 }
 .franchise_page_top .container .franchise_top .col-12 .franchise_top_form {
     margin: 0  0 50px 0;
 }
}
@media (max-width: 420px) {
    .franchise_top_right {
        margin-bottom: 20px;
    }
}
@media (max-width: 360px) {
    .phone {
        font-size: 17px;
    }
}
@media (max-width: 340px) {
    .menu__phone {
        font-size: 13px;
    }
}
