* {
    margin: 0;
    padding: 0
}

ul {
    margin: 0
}

p {
    margin-top: 0;
    line-height: 1.25;
    margin-bottom: 0;
    font-family: Roboto, sans-serif
}

button {
    background-color: transparent;
    border: none;
    outline: 0!important;
    line-height: 1
}

li {
    list-style: none
}

input {
    outline: 0!important
}

h1,
h2 {
    font-size: 40px;
    font-weight: 700;
    line-height: 1.2;
    padding: 0;
    margin-bottom: 60px
}

h3 {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.2;
    padding: 0
}

body {
    font-family: 'Exo 2', sans-serif;
    line-height: 1.25rem;
    font-size: 16px;
    overflow-x: hidden
}

body.no-scroll {
    overflow: hidden
}

#become_franchise,
#franchise_cost,
#necessary_investments,
#partners_review {
    overflow-x: hidden
}

.modal-window_wrapper {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9999;
    overflow-y: auto
}

.modal-window_layout {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .5);
    opacity: 0;
    -webkit-transition: opacity .4s;
    transition: opacity .4s
}

.modal-window_container {
    position: absolute;
    background-color: #fff;
    opacity: 1;
    -webkit-transition: opacity .4s, -webkit-transform .4s;
    transition: opacity .4s, transform .4s, -webkit-transform .4s;
    width: 100%;
    max-width: 360px;
    padding: 30px
}

.modal-window_container.middle {
    opacity: 0;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.modal-window_container.left-side {
    top: 0;
    left: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
}

.modal-window_container.right-side {
    top: 0;
    right: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
}

.modal-window_wrapper.open {
    display: block!important
}

.modal-window_container.open.middle,
.modal-window_layout.open {
    opacity: 1
}

.modal-closer {
    position: absolute;
    top: 0;
    right: -60px;
    background-color: transparent;
    border: none;
    outline: 0!important;
    font-size: 24px;
    cursor: pointer
}

.modal-window_container h3 {
    font-size: 30px;
    line-height: 1;
    margin-bottom: 40px
}

.modal-window_container p {
    margin-bottom: 20px;
    font-size: 14px
}

.modal-window_container button.red_btn {
    width: 100%
}

.modal-window_container form div {
    position: relative
}

.modal-window_container label {
    position: absolute;
    top: -20px;
    left: 0;
    font-family: Roboto, sans-serif;
    color: #000;
    font-size: 12px;
    opacity: 0;
    -webkit-transition: opacity .3s;
    transition: opacity .3s
}

.modal-window_container input,
.modal-window_container textarea {
    font-family: Roboto, sans-serif;
    display: block;
    width: 100%;
    height: 50px;
    padding: 16px;
    margin-bottom: 30px;
    line-height: 1;
    background-color: #f6f6f6;
    border: none;
    outline: 0!important;
    border-bottom: 2px solid transparent;
    -webkit-transition: border-color .3s;
    transition: border-color .3s
}

.modal-window_container input:focus,
.modal-window_container textarea:focus {
    border-bottom-color: #de1529
}

.modal-window_container input:focus+label,
.modal-window_container textarea:focus+label {
    opacity: 1
}

.modal-window_container textarea {
    height: auto
}



.modal-window_container.coach_info_success {
    z-index: -1
}

.modal-window_container.franchise_cost_details_success {
    z-index: -1
}


.modal-window_container.call_request_success {
    z-index: -1
}

.modal-window_container.presentation_request_success {
    z-index: -1
}

.modal-window_container.plan_request_success {
    z-index: -1
}

.modal-window_container.call_request_success.open {
    z-index: 0
}

.modal-window_container.partners_review_success {
    z-index: -1
}

.modal-window_container.partners_review_success.open {
    z-index: 0
}

.imageHolder {
    position: relative;
    width: 100%;
    overflow: hidden
}

.imageHolder img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.red_btn,
.red_btn_big {
    padding: 14px 10px;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    background-color: #de1529;
    border: 1px solid #de1529;
    -webkit-transition: color .3s, background-color .3s, box-shadow .3s;
    transition: color .3s, background-color .3s, box-shadow .3s
}

.red_btn:hover,
.red_btn_big:hover {
    color: #de1529;
    background-color: #fff;
    box-shadow: 0 5px 15px 0 rgba(222, 21, 41, .2)
}

.red_btn i,
.red_btn_big i {
    margin-right: 20px;
    font-size: 20px
}

.red_btn {
    letter-spacing: 1px
}

.red_btn.mobile,
.red_btn_big.mobile {
    display: none
}

.red_btn_big {
    padding: 24px 10px;
				 
    height: 70px
}

.section_title {
    position: relative
}

.section_numbering {
    position: absolute;
    bottom: -70px;
    left: -220px;
    display: inline-block;
    color: #d5d5d5;
    font-size: 100px;
    line-height: 1;
    font-weight: 100
}

.section_numbering:after {
    display: inline-block;
    content: "";
    border-top: 3px solid #de1529;
    border-bottom: 3px solid #fec628;
    width: 210px;
    position: absolute;
    top: 50%;
    right: -220px
}

.middot {
    font-size: 20px;
    color: #de1529
}

.with_line {
    position: relative
}

.with_line:before {
    display: inline-block;
    content: "";
    border-top: 3px solid #de1529;
    border-bottom: 3px solid #fec628;
    width: 70px;
    position: absolute;
    top: -25px;
    left: 0
}

.with_line_bottom {
    position: relative
}

.with_line_bottom:before {
    display: inline-block;
    content: "";
    border-top: 3px solid #de1529;
    border-bottom: 3px solid #fec628;
    width: 70px;
    position: absolute;
    bottom: -25px;
    left: 0
}

header {
    background-color: #212121;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%
}

.header {
    position: relative;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    padding: 5px 15px
}

.mobile_menu_btn {
    display: none
}

.mobile_phone_number {
    display: none;
    font-size: 18px;
    font-weight: 700;
    color: #fec628
}

.navigation {
    margin-left: 30px
}

.navigation li {
    display: inline-block;
    margin-right: 12px
}

.navigation li:last-child {
    margin-right: 0
}

.navigation a {
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    -webkit-transition: color .3s;
    transition: color .3s
}

.navigation a:hover {
    color: #de1529
}

.communication span {
    font-size: 18px;
    font-weight: 700;
    color: #fec628;
    margin: 0 15px
}

.communication button {
				 
    height: 50px;
    letter-spacing: normal;
    padding: 5px;
}

.communication button.mobile {
    display: none;
    width: 50px;
    height: 50px;
    padding: 0
}

.communication i {
    margin: 0;
    font-size: 24px
}

.language:hover .lang_wrapper {
    display: block
}

.lang_wrapper {
    display: none;
    position: absolute;
    bottom: -220%;
    right: 15px;
    border-top: 25px solid transparent
}

.language_popup {
    background-color: #212121;
}

.language_popup button {
    font-family: Roboto, sans-serif;
	color: #fff;			
    font-size: 20px;
    padding: 20px;
	-webkit-transition: color .3s;
    transition: color .3s
}

.language_popup button img {
    margin-right: 10px
}

.language_popup button:hover {
    color: #de1529
}

.language_btn {
    text-transform: uppercase;
    color: #fff;
    font-size: 16px;
    border: 1px solid #787878;
    padding: 16px 10px;
    margin-left: 20px
}

.language_btn i {
    font-size: 10px;
    color: #fec628
}

.mobile_menu {
    display: none;
    position: fixed;
    left: 0;
    z-index: 999;
    top: 100px;
    width: 100vw;
    height: 100vh;
    background-color: #212121;
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    overflow: auto
}

.mobile_menu.open {
    display: block;
    padding: 0 30px
}

.mobile_navigation {
    padding: 0
}

.mobile_navigation li {
    margin-bottom: 30px;
    line-height: 1
}

.mobile_navigation a {
    line-height: 1
}

.mobile_navigation a:hover {
    color: #fec628
}

.mobile_language {
    padding: 0;
    margin-top: 40px;
    margin-bottom: 80px
}

.mobile_language button {
    position: relative;
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    margin-right: 40px
}

.mobile_language button.active {
    color: #de1529
}

.mobile_language button.active:after {
    display: inline-block;
    content: "";
    border-top: 3px solid #de1529;
    border-bottom: 3px solid #fec628;
    width: 70px;
    position: absolute;
    bottom: -40px;
    left: 0
}

#presentation {
    background-image: url(/themes/sfa-fr/assets/img/presentation_bg.png);
    background-size: cover;
    height: 100vh;
	background-position-x: center;
	background-position: bottom;
	
}

.presentation_wrapper {
    color: #fff
}

.presentation_wrapper h1 {
    max-width: 60%
}

.presentation_wrapper p {
    padding: 0;
    margin-bottom: 30px;
    max-width: 60%
}

#scroll_btn {
    position: absolute;
    bottom: 10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: opacity .5s;
    transition: opacity .5s
}

.about_franchise_wrapper {
    padding-top: 90px
}

.parents_choice {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 125px
}

.parents_choice__text {
    width: 50%;
    padding: 0;
    z-index: 1
}

.parents_choice__text h3 {
    margin-bottom: 25px
}

.parents_choice__text p {
    margin-bottom: 20px;
    width: 90%
}

.parents_choice__text p:last-child {
    width: 85%
}

.parents_choice__video {
    position: relative;
    width: 50%
}

.parents_choice__video img {
    position: absolute;
    left: -130px;
    top: 10px
}

.frame_holder {
    position: absolute;
    top: 36px;
    left: 17px
}

.frame_holder iframe {
    width: 550px;
    height: 345px
}

.spacer {
    padding-top: 63.6%
}

.advantages {
    margin-bottom: 125px
}

.advantages_container {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    justify-content: center;
    margin-top: 40px
}

.advantages_card {
    width: 20%;
    padding: 0 15px
}

.advantages_card__image {
    text-align: center;
    margin-bottom: 25px
}

.advantages_card__description h4 {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 1.2em;
}

.advantages_card__description p {
    font-size: 12px
}

.sfa_learning {
    margin-bottom: 50px
}

.sfa_learning h3 {
    margin-bottom: 20px
}

.sfa_learning p {
    padding: 0;
    margin-bottom: 40px
}

.learning_card__image {
    margin-bottom: 15px
}

.learning_card__image img {
    width: 100%
}

.learning_card__description h4 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px
}

.find_out {
    background-image: url(/themes/sfa-fr/assets/img/find_out_bg.png);
    background-size: cover
}

.find_out__form {
    padding: 130px 15px 90px
}

.find_out__form h2 {
    color: #fff;
    text-shadow: 0px 0px 7px rgba(0,0,0,0.7);
}

.find_out__form p {
    color: #fff;
    margin-bottom: 30px;
    text-shadow: 0px 0px 7px rgba(0,0,0,0.7);
}

.find_out__inputs {
    width: 51%
}

.find_out__inputs label {
    position: absolute;
    top: -20px;
    left: 15px;
    color: #fff;
    font-family: Roboto, sans-serif;
    font-size: 12px;
    opacity: 0;
    -webkit-transition: opacity .3s;
    transition: opacity .3s
}

.find_out__inputs input {
    font-family: Roboto, sans-serif;
    width: 100%;
    height: 50px;
    padding: 15px;
    background-color: rgba(255, 255, 255, .5);
    border: none;
    border-bottom: 2px solid transparent;
    margin-bottom: 30px;
    -webkit-transition: border-color .3s;
    transition: border-color .3s
}

.find_out__inputs input::-webkit-input-placeholder {
    font-family: Roboto, sans-serif;
    color: #000
}

.find_out__inputs input::-moz-placeholder {
    font-family: Roboto, sans-serif;
    color: #000
}

.find_out__inputs input:-ms-input-placeholder {
    font-family: Roboto, sans-serif;
    color: #000
}

.find_out__inputs input::-ms-input-placeholder {
    font-family: Roboto, sans-serif;
    color: #000
}

.find_out__inputs input::placeholder {
    font-family: Roboto, sans-serif;
    color: #000
}

.find_out__inputs input:focus {
    border-bottom-color: #de1529
}

.find_out__inputs input:focus+label {
    opacity: 1
}

.find_out__inputs button {
    width: 100%;
    height: 50px;
    color: #fff;
    font-size: 20px;
    letter-spacing: 1px;
    text-transform: uppercase;
    background-color: #de1529;
    border: 1px solid #de1529;
    -webkit-transition: color .3s, background-color .3s;
    transition: color .3s, background-color .3s
}

.find_out__inputs button:hover {
    background-color: #fff;
    color: #de1529
}

.included {
    margin-top: 90px
}

.included_info__row {
    display: -webkit-box;
    display: flex;
    margin-bottom: 50px
}

.info_row__icon {
    margin-left: 25px;
    margin-right: 10px
}

.info_row__text h3 {
    font-size: 16px;
    line-height: 1
}

.info_row__text p {
    margin: 0
}

.get_mailing {
    background-image: url(/themes/sfa-fr/assets/img/get_mailing_bg.png);
    background-size: cover
}

.get_mailing .with_line_bottom:before {
    border-top: 3px solid #fff
}

.get_mailing h2 {
    padding-top: 110px;
    font-size: 30px;
    color: #fff;
    text-shadow: 0px 0px 7px rgba(0,0,0,0.7);
}

.get_mailing p {
    width: 75%;
    color: #fff;
    margin-bottom: 40px;
    text-shadow: 0px 0px 7px rgba(0,0,0,0.7);
}

.get_mailing form {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    /*
	-webkit-box-align: center;
    align-items: center;
    */
	padding-bottom: 60px
}

.get_mailing label {
    position: absolute;
    top: -20px;
    left: 0;
    font-family: Roboto, sans-serif;
    font-size: 12px;
    color: #fff;
    opacity: 0;
    -webkit-transition: opacity .3s;
    transition: opacity .3s
}

.get_mailing input {
    width: 100%;
    height: 50px;
    padding: 15px;
    background-color: rgba(255, 255, 255, .3);
    border: none;
    border-bottom: 1px solid transparent;
    font-family: Roboto, sans-serif;
    color: #fff;
    -webkit-transition: border-bottom-color .3s;
    transition: border-bottom-color .3s
}

.get_mailing input:focus {
    border-bottom-color: #fff
}

.get_mailing input:focus+label {
    opacity: 1
}

.get_mailing input::-webkit-input-placeholder {
    font-family: Roboto, sans-serif;
    color: #fff
}

.get_mailing input::-moz-placeholder {
    font-family: Roboto, sans-serif;
    color: #fff
}

.get_mailing input:-ms-input-placeholder {
    font-family: Roboto, sans-serif;
    color: #fff
}

.get_mailing input::-ms-input-placeholder {
    font-family: Roboto, sans-serif;
    color: #fff
}

.get_mailing input::placeholder {
    font-family: Roboto, sans-serif;
    color: #fff
}

.get_mailing button {
    width: 100%;
    max-width: 260px;
    height: 49px;
    border: 1px solid #fff;
    font-size: 20px;
    text-transform: uppercase;
    color: #fff;
    -webkit-transition: color .3s, background-color .3s;
    transition: color .3s, background-color .3s
}

.get_mailing button:hover {
    color: #de1529;
    background-color: #fff
}

.mailing_form_row {
    width: 100%;
    max-width: 260px;
    position: relative;
    margin-right: 30px
}

.position-relative {
    position: relative;    
}

.full-list-form-label {
    position: absolute;
    top: -20px;
    left: 0;
    font-family: Roboto, sans-serif;
    font-size: 12px;
    color: #fff;
    /* opacity: 0; */
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
}

.franchise_cost__wrapper {
    background-image: url(/themes/sfa-fr/assets/img/ball_bg.png);
    background-size: auto;
    background-repeat: no-repeat;
    background-position-x: right;
    padding-top: 80px
}

.franchise_cost__wrapper p {
    width: 60%
}

.franchise_cost__wrapper .row {
    padding-top: 45px;
    padding-bottom: 100px
}

.franchise_cost_mobile {
    display: none!important
}

.franchise_cost__card {
    border-top: 5px solid #fec628;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2);
    background-color: #fff
}

.franchise_cost__card p {
    width: 100%;
    padding: 0 20px;
    font-size: 14px;
    margin-bottom: 20px
}

.card_number {
    text-align: center;
    padding: 30px 0
}

.card_number span {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: inline-block;
    font-size: 80px;
    width: 120px;
    height: 120px;
    line-height: 110px;
    font-weight: 800;
    color: #de1529;
    -webkit-text-stroke: 2px #fff;
    text-align: center;
    border-radius: 50%
}

.card_number span.step-1 {
    background-image: url(/themes/sfa-fr/assets/img/ball_01.png)
}

.card_number span.step-2 {
    background-image: url(/themes/sfa-fr/assets/img/ball_02.png)
}

.card_number span.step-3 {
    background-image: url(/themes/sfa-fr/assets/img/ball_03.png)
}

.card_number span.step-4 {
    background-image: url(/themes/sfa-fr/assets/img/ball_04.png)
}

.franchise_price {
    padding: 0 20px;
    margin-bottom: 30px
}

.franchise_price div {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    align-items: flex-end
}

.franchise_price div:first-child {
    margin-bottom: 25px
}

.franchise_price span {
    line-height: 1;
    font-family: Roboto, sans-serif;
    color: #000
}

.franchise_price:before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: -webkit-linear-gradient(45deg, #fff 10%, #d7d7d7, #fff 90%);
    background: linear-gradient(45deg, #fff 10%, #d7d7d7, #fff 90%);
    margin-bottom: 30px
}

.franchise_price:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: -webkit-linear-gradient(45deg, #fff 10%, #d7d7d7, #fff 90%);
    background: linear-gradient(45deg, #fff 10%, #d7d7d7, #fff 90%);
    margin-top: 30px
}

span.cost {
    color: #de1529;
    font-family: inherit;
    font-weight: 700
}

.people_count {
    text-align: center;
    margin-bottom: 30px;
    height: 40px;
}

.people_count span {
    font-weight: 700
}

.people_count .short {
    display: none
}

.details_btn {
    padding: 0 20px 20px
}

.details_btn button {
    width: 100%
}

.personal_conditions__wrapper {
    background-image: url(/themes/sfa-fr/assets/img/conditions_bg.png);
    background-size: cover
}

.personal_conditions {
    margin-left: 33.333333%;
    padding: 80px 15px
}

.personal_conditions h3 {
    color: #fff;
    font-size: 30px;
    margin-bottom: 60px;
    text-shadow: 0px 0px 7px rgba(0,0,0,0.7);
}

.personal_conditions p {
    color: #fff;
    margin-bottom: 40px;
    text-shadow: 0px 0px 7px rgba(0,0,0,0.7);
}

.personal_conditions button {
    padding: 24px 30px
}

.necessary_investments_wrapper {
    padding-top: 90px
}

.necessary_investments_wrapper .row {
    padding-bottom: 90px
}

.necessary_investments_text {
    font-size: 30px;
    line-height: 1.25;
    font-weight: 700;
    margin-bottom: 80px;
    padding: 0
}

.necessary_investments_text span {
    color: #de1529
}

.directions img {
    position: absolute;
    top: 0;
    left: 0
}

.investments_categories__row {
    position: relative;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center
}

.categories_icon {
    margin-right: 20px
}

.categories_info h3 {
    font-size: 16px;
    margin-bottom: 5px
}

.categories_info div {
    font-size: 14px;
    color: #de1529;
    font-weight: 700;
    margin-bottom: 5px
}

.categories_info p {
    width: 70%;
    font-size: 12px;
    line-height: 1.25
}

.row-1 {
    top: -38px;
    left: 220px
}

.row-2 {
    top: -21px;
    left: 330px
}

.row-3 {
    top: 25px;
    left: 370px
}

.row-4 {
    top: 71px;
    left: 330px
}

.row-5 {
    top: 85px;
    left: 220px
}

.get_investments_details {
    background-image: url(/themes/sfa-fr/assets/img/details_bg.png);
    background-size: cover
}

.get_investments_details h3 {
    color: #fff;
    padding: 50px 30px 0 0;
    margin-bottom: 60px;
    text-shadow: 0px 0px 7px rgba(0,0,0,0.7);
}

.get_investments_details button {
    margin-bottom: 60px
}

.partners_review__wrapper {
    background-image: url(/themes/sfa-fr/assets/img/review_bg.png);
    background-repeat: no-repeat;
    background-size: auto;
    background-position-x: right;
    padding: 90px 0
}

.review_carousel {
    margin: 0 auto
}

.review_carousel .owl-stage-outer {
    overflow: visible
}

.review_carousel .owl-nav {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%
}

.review_carousel .owl-nav i {
    font-size: 90px!important;
    color: #999;
    -webkit-transition: color .3s;
    transition: color .3s
}

.review_carousel .owl-nav path {
    -webkit-transition: fill .3s;
    transition: fill .3s
}

.review_carousel .owl-nav button:hover path {
    fill: #de1529
}

.review_carousel .owl-next,
.review_carousel .owl-prev {
    position: absolute;
    top: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.review_carousel .owl-prev {
    left: -20px
}

.review_carousel .owl-next {
    right: 10px
}

.review_carousel .owl-dots {
    position: absolute;
    bottom: -80px;
    left: 75px
}

.review_carousel button.owl-dot {
    width: 10px;
    height: 10px;
    border: 1px solid #de1529;
    border-radius: 50%;
    margin-right: 10px;
    -webkit-transition: background-color .3s;
    transition: background-color .3s
}

.review_carousel button.owl-dot:hover {
    background-color: #fec628
}

.review_carousel button.owl-dot.active {
    background-color: #de1529
}

.review_card {
    padding: 50px;
    margin: 20px 60px;
    background-color: #fff;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .1)
}

.quote {
    position: absolute;
    top: 0;
    right: 0
}

.quote img {
    width: 200px!important;
    height: 190px!important
}

.partner {
    position: relative;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    margin-bottom: 45px
}

.partner_pic {
    width: 120px;
    height: 120px;
    margin-right: 40px;
    border-radius: 50%;
    overflow: hidden
}

.partner_pic img {
    width: 100%;
    height: 100%
}

.partner_name {
    display: block;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px
}

.partner_city {
    color: #de1529;
    font-weight: 700
}

.write_review {
    margin: 50px auto 0;
    text-align: right
}

.write_review button {
    margin-right: 60px
}

.become_franchise__wrapper {
    padding-bottom: 100px
}

.become_franchise__wrapper h2 {
    margin-bottom: 80px
}

.become_franchise__wrapper .section_title {
    padding: 0
}

.become_franchise__wrapper .col-12.col-md-6.col-xl-3 {
    max-width: 290px
}

.become_franchise_card {
    background-color: #fff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2);
    padding: 20px 20px 0
}

.become_franchise_card h3 {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    font-size: 22px;
    padding: 15px;
    /*background-color: #f6f6f6;
    margin-bottom: 30px
	*/
}

.become_franchise_card p {
    font-size: 13px;
    height: 100px
}

.card_title {
    position: relative;
    height: 110px;
    background-color: #f6f6f6;
    margin-bottom: 30px
}	
		 
.step_image {
    margin-top: 40px;
    padding-bottom: 40px
}

.step_arrow {
    position: relative
}

.big_arrow {
    position: relative;
    left: -37px
}

.small_arrow {
    position: absolute;
    top: 15px;
    right: -20px
}

.step_text {
    position: absolute;
    top: 14px;
    right: 27px;
    font-size: 24px;
    font-weight: 700;
    color: #fff
}

.icon_form {
    position: absolute;
    top: -32px;
    left: -10px
}

.icon_cont.step-1 {
    position: absolute;
    top: 0;
    left: 33px
}

.icon_cont.step-2 {
    position: absolute;
    top: 0;
    left: 29px
}

.icon_cont.step-3 {
    position: absolute;
    top: 0;
    left: 33px
}

.icon_cont.step-4 {
    position: absolute;
    top: 0;
    left: 30px
}

.coach_info {
    background-image: url(/themes/sfa-fr/assets/img/coach.png);
    background-size: cover
}

.coach_info__wrapper {
    padding: 80px 0;
    color: #fff
}

.coach_info__wrapper h3 {
    margin-bottom: 60px;
    text-shadow: 0px 0px 7px rgba(0,0,0,0.7);
}

.coach_info__wrapper p {
    margin-bottom: 40px;
    text-shadow: 0px 0px 7px rgba(0,0,0,0.7);
}

.coach_info__wrapper .red_btn_big {
				
}

.left_questsions {
    padding: 90px 15px 0
}

.left_questsions__form {
    padding-bottom: 90px
}

.left_questsions__form h2 {
    margin-bottom: 60px
}

.left_questsions__form p {
    margin-bottom: 40px
}

.left_questsions__form button {
    width: 100%
}

.form_row {
    position: relative
}

.form_row label {
    position: absolute;
    top: -20px;
    left: 0;
    font-family: Roboto, sans-serif;
    font-size: 12px;
    opacity: 0;
    -webkit-transition: opacity .3s;
    transition: opacity .3s
}

.form_row input {
    font-family: Roboto, sans-serif;
    display: block;
    width: 100%;
    padding: 14px 20px;
    margin-bottom: 30px;
    background-color: #f6f6f6;
    border: none;
    border-bottom: 2px solid transparent
}

.form_row input:focus {
    border-bottom-color: #de1529
}

.form_row input:focus+label {
    opacity: 1
}

.left_questsions__image {
    position: relative;
    width: 100%;
    height: 100%
}

.left_questsions__image img {
    position: absolute;
    bottom: 0;
    right: 0
}

.map_container,
footer {
    background-color: #000
}

.footer_wrapper {
    padding: 30px 15px;
    color: #fff
}

.footer_block h3 {
    color: #d5d5d5;
    font-size: 20px;
    margin-bottom: 40px
}

.footer_block .with_line_bottom:before {
    bottom: -15px
}

.footer_block span,
.footer_block ul {
    font-family: Roboto, sans-serif
}

.footer_block li {
    line-height: 1;
    margin-bottom: 20px
}

.copyright {
    margin-top: 20px
}

.copyright span {
    display: block;
    margin-bottom: 10px
}

ul.contacts i {
    margin-right: 10px
}

ul.menu li a {
    -webkit-transition: color .3s;
    transition: color .3s
}

ul.menu li a:hover {
    color: #fec628
}

.social_icons {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    margin-bottom: 30px
}

.social_icon {
    display: block;
    padding: 10px;
    width: 50px;
    height: 50px;
    border: 1px solid #999;
    text-align: center;
    line-height: 25px;
    color: #999;
    -webkit-transition: color .3s, border-color .3s;
    transition: color .3s, border-color .3s
}

.social_icon:hover {
    color: #fec628;
    border-color: #fec628
}

.callback button {
    width: 100%
}

@media (max-width:3000.98px) and (max-height:2100.98px) {
    .presentation_wrapper {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        color: #fff
    }
    .presentation_wrapper h1 {
        max-width: 60%
    }
    .presentation_wrapper p {
        padding: 0;
        margin-bottom: 30px;
        max-width: 60%
    }
}

@media (min-width:1199.98px) and (max-height:767.98px) {
    .presentation_wrapper h1 {
        font-size: 26px
    }
}

@media (max-width:992.98px) and (max-height:567.98px) {
    #scroll_btn img {
        height: 60px
    }
    .presentation_wrapper h1 {
        font-size: 18px!important
    }
    .presentation_wrapper p {
        font-size: 12px!important
    }
}

@media (max-width:1199.98px) and (max-height:567.98px) {
    .presentation_wrapper h1 {
        font-size: 18px!important
    }
}							  
								 
@media (width:812px) and (height:375px) {
    #scroll_btn img {
        height: 60px
    }
    .presentation_wrapper {
        padding-top: 100px!important
    }
    .presentation_wrapper h1 {
        font-size: 18px!important
    }
    .presentation_wrapper p {
        font-size: 12px!important
    }
    .red_btn_big {
        width: 335px
    }
}

@media (width:736px) and (height:414px) {
    .presentation_wrapper {
        padding-top: 40px!important
    }
}

@media (width:667px) and (height:375px) {
    .presentation_wrapper {
        padding-top: 25px!important
    }
}

@media (width:568px) and (height:320px) {
    .red_btn_big {
        width: 251px!important
    }
    .presentation_wrapper {
        padding-top: 60px!important
    }
}

@media (min-width:1200px) and (max-width:1300px) {
    .section_numbering {
        font-size: 45px!important;
        bottom: -50px!important;
        left: -20px!important
    }
}

@media (min-width:992px) and (max-width:1099px) {
    .section_numbering {
        font-size: 40px!important;
        bottom: -45px!important;
        left: -15px!important
    }
}

@media (min-width:768px) and (max-width:830px) {
    .section_numbering {
        font-size: 30px!important;
        bottom: -40px!important;
        left: -15px!important
    }
}

@media (min-width:320px) and (max-width:630px) {
    .section_numbering {
        font-size: 30px!important;
        bottom: -30px!important;
        left: 0px!important
    }
}

@media (min-width:1599.98px) {
    .section_numbering {
        left: -220px
    }
}

@media (min-width:575.98px) and (max-width:1599.98px) {
    .section_numbering {
        font-size: 5.2vw;
        bottom: -4.6vw;
        left: -5.5vw
    }
}

@media (min-width:1400px) and (max-width:1500px) {
    .section_numbering {
        left: -8vw
    }
}

@media (min-width:1500px) and (max-width:1600px) {
    .section_numbering {
        left: -11vw
    }
}

@media (min-width:900px) and (max-width:950px) {
    .section_numbering {
        left: -9vw
    }
}

@media (min-width:950px) and (max-width:992px) {
    .section_numbering {
        left: -11vw
    }
}

@media (min-width:690px) and (max-width:719px) {
    .section_numbering {
        left: -9vw
    }
}

@media (min-width:720px) and (max-width:767px) {
    .section_numbering {
        left: -11vw
    }
}
							  
@media (max-width:1399.98px) {
    #about_franchise {
        overflow: hidden
    }
    .sfa_learning {
        margin-bottom: 0
    }
}

@media (max-width:1199.98px) {
	.mailing_form_row {
        margin-bottom: 30px
    }				   
						   
	 
    .find_out__form {
        padding-top: 50px
    }
    .find_out {
        background-image: url(/themes/sfa-fr/assets/img/find_out_bg_mobile.png);
        background-size: cover
    }
    .header {
        padding: 10px 15px
    }
    .mobile_menu_btn {
        display: block;
        width: 40px
    }
    .mobile_menu_btn i {
        font-size: 40px;
        color: #fff
    }
    .mobile_phone_number {
        display: block
    }
    .communication span,
    .language,
    nav {
        display: none
    }
    .presentation_wrapper h1,
    .presentation_wrapper p {
        max-width: 100%
    }
    .presentation_wrapper p {
        margin-bottom: 20px
    }
    .parents_choice__video {
        text-align: center
    }
    .parents_choice__video img {
        position: static
    }
    .frame_holder {
        top: 25px;
        left: 207px
    }
    .find_out__inputs {
        width: 60%
    }
    .become_franchise__wrapper .row {
        width: 70%;
        margin: 0 auto;
        justify-content: space-around
    }
    .become_franchise_card {
        margin-bottom: 70px
    }
    .franchise_price {
        font-size: 14px
    }
    .callback button {
        font-size: 16px
    }
    .social_icon {
        width: 40px;
        height: 40px;
        line-height: 17px
    }
}

@media (max-width:991.98px) {
    #coach_info_form input {
        height: 35px;
        margin-bottom: 10px
    }
    #about_franchise {
        overflow: hidden
    }
    h1,
    h2 {
        font-size: 30px;
        margin-bottom: 60px
    }
    h3 {
        font-size: 20px
    }
    p {
        font-size: 16px;
        margin-bottom: 30px
    }
    .logo img {
        width: auto;
        height: 90px
    }
    .communication span {
        display: none
    }
    .communication button.desktop {
        display: block
    }
    .communication button.mobile {
        display: none
    }
    .about_franchise_wrapper {
        padding-top: 60px
    }
    .parents_choice__text p {
        width: 100%
    }
    .parents_choice__text p:last-child {
        width: 100%;
        margin-bottom: 100px
    }
    .video_wrapper {
        display: inline-block;
        position: relative
    }
    .parents_choice__video {
        padding: 0;
        text-align: center
    }
    .parents_choice__video img {
        position: static;
        max-width: 660px;
        -webkit-transform: scale(1.3);
        transform: scale(1.3)
    }
    .frame_holder {
        top: -33px;
        left: 51px
    }
    .frame_holder iframe {
        width: 562px;
        height: 353px
    }
    .advantages {
        margin-bottom: 80px
    }
    .advantages_card {
        width: 33%;
        margin-bottom: 10px
    }
    .advantages_card p {
        font-size: 12px;
        line-height: 1.25
    }
    .sfa_learning {
        margin-bottom: 0
    }
    .sfa_learning p {
        font-size: 12px
    }
    .find_out__inputs {
        width: 87%
    }
    .find_out__form {
        padding-bottom: 60px
    }
    .included {
        margin-top: 60px;
        margin-bottom: 60px
    }
    .included_image {
        display: none
    }
    .info_row__icon {
        margin-left: 0
    }
    .info_row__icon img {
        height: 60px
    }
    .get_mailing {
        background-image: none;
        background-color: #de1529
    }
    .get_mailing h2 {
        padding-top: 50px
    }
    .get_mailing p {
        width: 100%;
        text-shadow: 0px 0px 7px rgba(0,0,0,0.7);
    }
    .get_mailing form {
        /*
		-webkit-box-pack: justify;
        justify-content: space-between;
        */
		padding-bottom: 50px
    }
    .get_mailing button {
        width: 100%;
        max-width: 220px;
        letter-spacing: 1px
    }
    .get_mailing input {
        max-width: 220px
    }
    .mailing_form_row {
        width: auto
    }
    .franchise_cost__wrapper {
        padding-top: 60px
    }
    .franchise_cost__wrapper P {
        width: 100%
    }
    .franchise_cost__wrapper .row {
        padding-top: 0;
        padding-bottom: 60px
    }
    .franchise_cost__wrapper .col-lg-3 {
        width: 186px;
        padding: 0 3px
    }
    .franchise_cost__card p {
        font-size: 12px;
        padding: 0 10px;
        margin-bottom: 10px
    }
    .card_number span {
        width: 100px;
        height: 100px;
        font-size: 60px;
        line-height: 90px
    }
    .franchise_price {
        padding: 0 10px;
        margin-bottom: 20px
    }
    .franchise_price span {
        font-size: 12px
    }
    .franchise_price:before {
        margin-bottom: 20px
    }
    .franchise_price:after {
        margin-top: 20px
    }
    .people_count {
        font-size: 14px;
        margin-bottom: 15px;
        height: 40px;
    }
    .people_count .full {
        display: none
    }
    .people_count .short {
        display: block
    }
    .details_btn {
        padding: 0 10px 10px
    }
    .personal_conditions__wrapper {
        background-image: url(/themes/sfa-fr/assets/img/conditions_bg_medium.png);
        background-size: cover
    }
    .personal_conditions {
        padding: 60px 15px
    }
    .necessary_investments_wrapper {
        padding-top: 60px
    }
    .necessary_investments_text {
        font-size: 20px;
        margin-bottom: 30px
    }
    .necessary_investments__widgets {
        text-align: center
    }
    .necessary_investments__widgets img {
        max-width: 350px
    }
    .directions img {
        left: 25%;
        -webkit-transform: rotateZ(90deg) translateX(-25%);
        transform: rotateZ(90deg) translateX(-25%);
        top: -100px
    }
    .necessary_investments__categories {
        height: 350px
    }
    .investments_categories__row {
        position: absolute;
        display: block;
        max-width: 190px
    }
    .categories_info p {
        width: 100%
    }
    .row-1 {
        top: 80px;
        left: 545px
    }
    .row-1 .categories_icon {
        margin-left: 10px
    }
    .row-2 {
        max-width: 140px;
        top: 190px;
        left: 450px
    }
    .row-2 .categories_icon {
        margin-left: 20px
    }
    .row-3 {
        max-width: 100px;
        top: 230px;
        left: 335px
    }
    .row-3 .categories_icon {
        margin-left: 10px
    }
    .row-4 {
        max-width: 120px;
        top: 190px;
        left: 195px
    }
    .row-4 .categories_icon {
        margin-left: 25px;
        margin-bottom: 10px
    }
    .row-5 {
        max-width: 140px;
        top: 80px;
        left: 55px
    }
    .row-5 .categories_icon {
        margin-left: 80px;
        margin-bottom: 10px
    }
    .get_investments_details h3 {
        width: 90%;
        font-size: 30px;
        text-shadow: 0px 0px 7px rgba(0,0,0,0.7);
    }
    .partners_review__wrapper {
        padding: 60px 0
    }
    .review_carousel .owl-nav {
        display: none
    }
    .review_carousel .owl-dots {
        bottom: -60px
    }
    .review_card {
        margin: 20px 10px
    }
    .write_review {
        margin-top: 30px
    }
    .become_franchise__wrapper {
        padding-bottom: 0
    }
    .become_franchise__wrapper .row {
        width: 100%;
        justify-content: space-around
    }
    .coach_info__wrapper {
        padding: 60px 0
    }
    .coach_info__wrapper h3 {
        font-size: 30px;
        text-shadow: 0px 0px 7px rgba(0,0,0,0.7);
    }
    .coach_info__wrapper .red_btn_big {
        width: 410px
    }
    .left_questsions {
        padding-top: 60px
    }
    .left_questsions__form {
        padding-bottom: 60px
    }
    .left_questsions__image img {
        left: 0
    }
    .footer_block {
        font-size: 12px
    }
    .copyright span {
        line-height: 1;
        margin-bottom: 10px
    }
    .social_icons {
        flex-wrap: wrap;
        width: 110px;
        margin-bottom: 0
    }
    .social_icon {
        margin-bottom: 10px;
        font-size: 20px;
        width: 50px;
        height: 50px;
        line-height: 25px
    }
    .callback {
        display: none
    }
}

@media (max-width:767.98px) {
    h1,
    h2 {
        font-size: 24px;
        margin-bottom: 40px
    }
    h3 {
        font-size: 16px
    }
    p {
        font-size: 14px
    }
    .red_btn_big {
        padding: 10px 10px;
        height: 50px;
        
        font-size: 16px;
						
    }
    .red_btn_big i {
        margin-right: 10px
    }
    .header {
        padding: 10px 15px
    }
    .mobile_phone_number {
        display: none
    }
    .logo img {
        width: 90px;
        height: 50px
    }
    .communication button.desktop,
    .communication span {
        display: none
    }
    .communication button.mobile {
        display: block
    }
    .mobile_menu_btn i {
        font-size: 30px
    }
    .mobile_menu_btn img {
        width: 30px;
        height: 30px
    }
    .mobile_menu {
        top: 70px;
        font-size: 20px
    }
    .mobile_language {
        padding: 0;
        margin-top: 40px;
        margin-bottom: 60px
    }
    .mobile_language button {
        font-size: 20px;
        margin-right: 17px
    }
    .mobile_language button.active:after {
        bottom: -30px
    }
    .with_line_bottom:before {
        bottom: -20px
    }
    /*
	.section_numbering {
        bottom: -65px
    }
	*/
    .about_franchise_wrapper {
        padding-top: 45px
    }
    .parents_choice {
        margin-bottom: 95px
    }
    .parents_choice__text p:last-child {
        margin-bottom: 55px
    }
    .parents_choice__video img {
        position: static;
        max-width: 290px;
        -webkit-transform: scale(1.3);
        transform: scale(1.3)
    }
    .frame_holder {
        top: -14px;
        left: 22px
    }
    .frame_holder iframe {
        width: 248px;
        height: 155px
    }
    .advantages {
        margin-bottom: 40px
    }
    .advantages_container {
        margin-top: 20px
    }
    .advantages_card {
        width: 100%;
        max-width: 320px
    }
    .advantages_card__description p {
        margin-bottom: 30px
    }
    .learning_card__image img {
        display: block;
        margin: 0 auto;
        max-width: 100%
    }
    .sfa_learning {
        margin-bottom: 0
    }
    .sfa_learning p {
        margin-bottom: 30px
    }
    .find_out__inputs {
        width: 100%
    }
    .included {
        margin-top: 50px
    }
    .included h2 {
        margin-bottom: 50px
    }
    .info_row__icon img {
        height: 45px
    }
    .info_row__text h3 {
        font-size: 14px
    }
    .get_mailing h2 {
        padding-top: 40px;
        font-size: 20px
    }
    .get_mailing p {
        margin-bottom: 30px;
        text-shadow: 0px 0px 7px rgba(0,0,0,0.7);
    }
    .get_mailing form {
        padding-bottom: 40px
    }
    .get_mailing input {
        max-width: 100%;
        width: 100%
    }
    .get_mailing button {
        width: 100%;
        max-width: 100%
    }
    .mailing_form_row {
        margin-bottom: 30px;
        margin-right: 0;
        width: 100%;
        max-width: 100%
    }
    .franchise_cost__wrapper {
        background-image: none;
        padding-top: 50px
    }
    .franchise_cost__wrapper .row {
        display: none;
        padding-top: 30px;
        padding-bottom: 50px
    }
    .franchise_cost__wrapper p {
        width: 100%;
        margin-bottom: 30px
    }
    .franchise_cost_mobile {
        display: block!important;
        max-width: 180px
    }
    .franchise_cost_mobile .owl-stage-outer {
        overflow: visible
    }
    .franchise_cost__card {
        margin: 0 4px 50px;
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2)
    }
    .franchise_cost__card p {
        margin-bottom: 15px;
        padding: 0 10px;
        font-size: 12px
    }
    .details_btn {
        padding: 0 10px 10px
    }
    .personal_conditions__wrapper {
        background-image: url(/themes/sfa-fr/assets/img/conditions_bg_mobile.png);
        background-size: cover
    }
    .personal_conditions {
        margin-left: 0;
        padding: 45px 0
    }
    .personal_conditions h3 {
        font-size: 24px;
        margin-bottom: 40px;
        text-shadow: 0px 0px 7px rgba(0,0,0,0.7);
    }
    .personal_conditions p {
        margin-bottom: 30px;
        text-shadow: 0px 0px 7px rgba(0,0,0,0.7);
    }
    .personal_conditions button {
        display: none
    }
    .personal_conditions button.mobile {
        display: block;
        width: 220px;
        height: 50px;
        font-size: 20px;
        padding: 0
    }
    .necessary_investments_wrapper {
        padding-top: 40px
    }
    .necessary_investments_wrapper .row {
        padding-bottom: 20px
    }
    .necessary_investments_text {
        font-size: 16px;
        margin-bottom: 30px
    }
    .necessary_investments__widgets {
        margin-bottom: 30px
    }
    .directions {
        display: none
    }
    .investments_categories__row {
        max-width: 100%;
        display: -webkit-box;
        display: flex;
        position: static;
        -webkit-box-align: start;
        align-items: flex-start;
        margin-bottom: 30px
    }
    .investments_categories__row div,
    .investments_categories__row h3 {
        line-height: 1
    }
    .necessary_investments__categories {
        height: auto
    }
    .categories_icon {
        margin-top: 3px;
        margin-right: 20px
    }
    .row-1 .categories_icon,
    .row-2 .categories_icon,
    .row-3 .categories_icon,
    .row-4 .categories_icon,
    .row-5 .categories_icon {
        margin: 0 20px 0 0
    }
    .categories_info p {
        margin-bottom: 0
    }
    .get_investments_details {
        background-image: url(/themes/sfa-fr/assets/img/details_bg_mobile.png);
        background-size: cover
    }
    .get_investments_details h3 {
        font-size: 20px;
        margin-bottom: 40px;
        text-shadow: 0px 0px 7px rgba(0,0,0,0.7);
    }
    .get_investments_details button {
        margin-bottom: 50px
    }
    .partners_review__wrapper {
        background-image: none;
        padding: 50px 0
    }
    .review_carousel {
        padding: 0
    }
    .review_carousel .owl-stage-outer {
        overflow: hidden;
        box-shadow: 0 0 20px 0 rgba(0, 0, 0, .1)
    }
    .review_carousel .owl-nav {
        display: none
    }
    .review_carousel .owl-dots {
        position: static;
        text-align: center;
        margin-top: 20px
    }
    .review_card {
        padding: 30px 20px;
        margin: 0;
        box-shadow: none
    }
    .partner_pic {
        width: 70px;
        height: 70px;
        margin-right: 30px
    }
    .quote {
        display: none
    }
    .write_review {
        margin-top: 30px;
        padding: 0
    }
    .write_review button {
        width: 100%;
        margin-right: 0
    }
    .become_franchise__wrapper {
        padding-bottom: 20px
    }
    .become_franchise__wrapper h2 {
        margin-bottom: 50px
    }
    /*
	.become_franchise__wrapper .row {
        padding: 0 15px
    }
	*/
    .become_franchise_card {
        margin-bottom: 30px
    }
	.become_franchise_card h3 {
        position: static;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
    .become_franchise_card p,
    .card_title {
        height: auto
    }						   
						 
    .coach_info {
        background-image: url(/themes/sfa-fr/assets/img/coach_mobile.png);
        background-size: cover
    }
    .coach_info__wrapper {
        margin-left: 0;
        padding: 50px 0
    }
    .coach_info__wrapper h3 {
        font-size: 24px;
        margin-bottom: 40px;
        text-shadow: 0px 0px 7px rgba(0,0,0,0.7);
    }
    .coach_info__wrapper p {
        margin-bottom: 30px;
        text-shadow: 0px 0px 7px rgba(0,0,0,0.7);
    }
    .coach_info__wrapper button {
        display: none
    }
    .coach_info__wrapper button.mobile {
        display: block;
        width: 100%;
        height: 50px;
        font-size: 20px;
        font-weight: 400;
        letter-spacing: 1px
    }
    .left_questsions {
        padding: 50px 15px 0
    }
    .left_questsions__image {
        display: none
    }
    .left_questsions__form {
        padding-bottom: 50px
    }
    .footer_wrapper {
        padding-bottom: 10px
    }
    .footer_block {
        padding-bottom: 40px
    }
    .social_icons {
        width: 100%;
        -webkit-box-pack: start;
        justify-content: flex-start;
        margin-bottom: 20px
    }
    .social_icon {
        margin-right: 10px
    }
    .callback {
        display: block;
        max-width: 290px
    }
    .map_container {
        height: 400px!important
    }
    .callback button {
        font-size: 20px
    }
    .modal-window_container {
        max-width: 290px
    }
    .modal-window_container h3 {
        font-size: 20px
    }
    .modal-window_container p {
        font-size: 14px
    }
    #scroll_btn {
        bottom: 0
    }
    .necessary_investments__widgets img {
        width: 100%
    }
}

@media (max-width:575.98px) {
    .mobile_menu {
        padding: 0 15px
    }
    .become_franchise_card img {
        max-width: 135%
    }
    #about_franchise {
        overflow-x: hidden
    }
    .modal-closer {
        display: none
    }
}

@media (max-width:339.98px) {
    h1 {
        font-size: 20px
    }
}


/* FORMS SUCCES MESSAGE*/
.suc-modal {
      position: fixed;
      /* фиксированное положение */
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background: rgba(0, 0, 0, 0.5);
      /* цвет фона */
      z-index: 99999;
      opacity: 0;
      /* по умолчанию модальное окно прозрачно */
      -webkit-transition: opacity 400ms ease-in;
      -moz-transition: opacity 400ms ease-in;
      transition: opacity 400ms ease-in;
      pointer-events: none;
    }

    /* при отображении модального окно */
    .suc-modal:target {
      opacity: 1;
      pointer-events: auto;
      overflow-y: auto;
    }

    /* ширина модального окна и его отступы от экрана */
    .suc-modal-dialog {
      position: relative;
      width: auto;
      margin: 10px;
    }

    @media (min-width: 576px) {
      .suc-modal-dialog {
        max-width: 500px;
        margin: 30px auto;
      }
    }

    /* свойства для блока, содержащего контент модального окна */
    .suc-modal-content {
      position: relative;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      background-color: #fff;
      -webkit-background-clip: padding-box;
      background-clip: padding-box;
      border: 1px solid rgba(0, 0, 0, .2);
      border-radius: .3rem;
      outline: 0;
    }

    @media (min-width: 768px) {
      .suc-modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
      }
    }

    /* свойства для кнопки "Закрыть" */
    .suc-close {
      float: right;
      font-family: sans-serif;
      font-size: 24px;
      font-weight: 700;
      line-height: 1;
      color: #fff;
      text-shadow: 0 1px 0 #fff;
      text-decoration: none;
      position: absolute;
      top:10px;
      right: 15px;
    }

    /* свойства для кнопки "Закрыть" при нахождении её в фокусе или наведении */
    .suc-close:focus,
    .suc-close:hover {
      color: #ccc;
      text-decoration: none;
      cursor: pointer;
    }
