html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

html,
body {
    width: 100%;
    float: left;
    background: #fff;
    font-weight: normal;
    font-style: normal;
    font-family: "Open Sans", sans-serif;
}

* {
    box-sizing: border-box;
    outline: none !important;
}

.content {
    width: 100%;
    float: none;
    margin: 0px auto;
    max-width: 1180px;
    padding-left: 15px;
    padding-right: 15px;
}

li {
    list-style: none;
}

#header {
    min-height: 940px;
    background: url(../img/bg.png) no-repeat center top;
    background-color: #fff;
}

#header .top_tt {
  width: 100%;
  float: left;
}

#header .logo {
    float: left;
    margin-top: 30px;
}

#header .phon {
    display: block;
    float: right;
}

#header .phon a {
    display: block;
    float: left;
    color: #ec4325;
    font-size: 32px;
    font-weight: 600;
    text-decoration: none;
    margin-top: 44px;
}

#header .cnt_center .h1,
#header .cnt_center h1 {
    width: 70%;
    float: left;
    font-size: 32px;
    font-weight: 300;
    margin-top: 45px;
    display: block;
}

#header .cnt_center > p {
    width: 64%;
    float: left;
    display: block;
    color: #414042;
    font-size: 20px;
    margin-top: 35px;
    font-weight: 300;
    line-height: 28px;
    max-width: 457px;
}

#header .cnt_center a {
    display: block;
    float: left;
    clear: both;
    width: 100%;
    max-width: 460px;
    height: 60px;
    background-color: #ec4325;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 60px;
    color: #ffffff;
    font-size: 18px;
    font-weight: 400;
    margin-top: 28px;
}

#header .cnt_center small {
    color: #414042;
    font-size: 16px;
    font-weight: 300;
    line-height: 16px;
    width: 100%;
    float: left;
    display: block;
    padding-top: 18px;
}

#header .cnt_center .plans {
    width: 100%;
    float: left;
    max-width: 590px;
    clear: both;
    text-transform: uppercase;
    padding-top: 72px;
}

#header .cnt_center .plans span {
    width: 100%;
    float: left;
    font-size: 42px;
    font-weight: 700;
    display: block;
}

#header .cnt_center .plans span:last-child {
    text-align: right;
}

#header .cnt_center .plans p {
    color: #ec4325;
    font-size: 87px;
    font-weight: 700;
}

#main {
    width: 100%;
    float: left;
}

.people {
    width: 100%;
    float: left;
    min-height: 619px;
    overflow: hidden;
    background: url(../img/bg2.png) no-repeat center top;
}

.people .people_in {
    float: left;
    width: auto;
    margin-top: 89px;
    position: relative;
}

.people .people_in .people_text {
    position: absolute;
    width: 532px;
    top: 15%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: -560px;
    height: 156px;
    background-color: #ec4325;
}

.people .people_in .people_text.people_second {
    top: 65%;
    height: 300px;
}

.people .people_in .people_text:before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 11px 15px 0;
    border-color: transparent #ec4325 transparent transparent;
    content: "";
    display: block;
    float: left;
    position: absolute;
    left: -11px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.people .people_in .people_text p {
    color: #ffffff;
    font-size: 18px;
    padding: 40px;
    padding-top: 35px;
    font-weight: 300;
    line-height: 28px;
}

.people .people_in .people_text.people_second {
    padding: 40px;
}
.people .people_in .people_text.people_second li {
    color: #ffffff;
    font-size: 18px;
    font-weight: 300;
    line-height: 28px;
    list-style: disc;
    margin-left: 20px;
}

.people .people_in .people_text.people_second h5 {
    color: #ffffff;
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    list-style: disc;
    margin-bottom: 20px;
}

.people .people_in img {
    display: block;
    float: left;
    margin-left: -50px;
}

.five_why {
    width: 100%;
    float: left;
}

.five_why h2 {
    width: 100%;
    float: none;
    display: block;
    text-align: left;
    color: #ec4325;
    font-size: 36px;
    font-weight: 600;
    line-height: 46px;
    text-transform: uppercase;
    margin-top: 90px;
    margin-left: auto;
    max-width: 902px;
}

.five_why a {
    display: block;
    float: left;
    clear: both;
    width: 100%;
    max-width: 270px;
    height: 60px;
    background-color: #ec4325;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 60px;
    color: #ffffff;
    font-size: 18px;
    font-weight: 400;
    margin-left: 308px;
    margin-bottom: 98px;
}

.five_why ul {
    width: 100%;
    float: left;
    display: block;
    padding-left: 248px !important;
    margin-top: 56px;
    position: relative;
}

.five_why ul:before {
    width: 368px;
    height: 596px;
    display: block;
    float: left;
    left: -147px;
    top: -5px;
    position: absolute;
    content: "";
    background: url(../img/girl.png) no-repeat center;
}

.five_why ul li {
    width: 100%;
    float: left;
    padding-left: 60px;
    margin-bottom: 22px;
    position: relative;
}

.five_why ul li small {
    width: 40px;
    height: 40px;
    border: 1px solid #ec4325;
    position: absolute;
    left: 0;
    top: -2px;
    border-radius: 200px;
    display: block;
    text-align: center;
    color: #ec4325;
    font-size: 26px;
    font-weight: 400;
    padding-top: 5px;
}

.five_why ul li span {
    width: 100%;
    float: left;
    display: block;
    color: #414042;
    font-size: 20px;
    font-weight: 600;
}

.five_why ul li p {
    width: 100%;
    float: left;
    display: block;
    color: #414042;
    font-size: 14px;
    margin-top: 6px;
    font-weight: 300;
    line-height: 23px;
}

.five_why ul li:first-child p {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.five_why ul li p strong {
    font-weight: bold;
}

.five_why ul li p i {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #000;
    margin-right: 10px;
    display: inline-block;
}

.get_pr {
    width: 100%;
    float: left;
}

.get_pr .content {
    background: url(../img/girl2.png) no-repeat left 87px top 225px;
    overflow: hidden;
}

.get_pr h3 {
    width: 100%;
    float: left;
    display: block;
    text-align: center;
    color: #ec4325;
    font-size: 36px;
    font-weight: 600;
    line-height: 46px;
    text-transform: uppercase;
    margin-top: 90px;
    margin-bottom: 52px;
}

.get_pr form {
    width: 100%;
    float: left;
    max-width: 664px;
    margin-bottom: 95px;
    float: right;
}

.get_pr form fieldset {
    width: 48.2%;
    float: left;
}

.get_pr form fieldset input {
    width: 100%;
    float: left;
    height: 50px;
    border: 1px solid #a7a9ac;
    background-color: #ffffff;
    margin-bottom: 20px;
    color: #969696;
    font-size: 16px;
    font-weight: 300;
    padding-left: 16px;
    padding-right: 16px;
}

.get_pr form textarea {
    float: right;
    display: block;
    width: 48.2%;
    resize: none;
    height: 260px;
    border: 1px solid #a7a9ac;
    background-color: #ffffff;
    color: #969696;
    font-size: 16px;
    font-weight: 300;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 12px;
}

.get_pr form div {
    width: 100%;
    float: left;
    padding-top: 10px;
}

.get_pr form div button {
    width: 270px;
    height: 60px;
    background-color: #ec4325;
    float: left;
    display: block;
    border: none;
    text-align: center;
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    text-transform: uppercase;
}

.get_pr form div span {
    color: #414042;
    font-size: 16px;
    font-weight: 300;
    line-height: 20px;
    letter-spacing: 0.32px;
    display: block;
    float: left;
    margin-left: 20px;
    margin-top: 20px;
}

.partners {
    width: 100%;
    float: left;
    background: #fff;
}

.partners h4 {
    width: 100%;
    float: left;
    display: block;
    text-align: center;
    color: #ec4325;
    font-size: 36px;
    font-weight: 600;
    line-height: 46px;
    text-transform: uppercase;
    margin-top: 90px;
    margin-bottom: 52px;
}

.partners ul {
    width: 100%;
    float: left;
    margin-top: 55px;
    margin-bottom: 30px;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
}

.partners ul li {
    width: 20%;
    float: left;
    text-align: center;
    position: relative;
    margin-bottom: 50px;
}

.partners ul li a {
    pointer-events: none;
    cursor: default;
}

.partners ul li img {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.slick-slide {
    height: auto !important;
}

.feed_list {
    width: 100%;
    float: left;
}

.feed_list .content {
    max-width: 920px;
}

.feed_list h3 {
    width: 100%;
    float: left;
    display: block;
    text-align: center;
    color: #ec4325;
    font-size: 36px;
    font-weight: 600;
    line-height: 46px;
    text-transform: uppercase;
    margin-top: 90px;
    margin-bottom: 52px;
}

.feed_list .slider_fed {
    width: 100%;
    float: left;
}

.feed_list .slider_fed .slideon {
    width: 100%;
    float: left;
    position: relative;
    min-height: 150px;
}

.feed_list .slider_fed .slideon div {
    width: 100%;
    float: left;
    padding-left: 180px;
}

.feed_list .slider_fed .slideon div p {
    width: 100%;
    float: left;
    display: block;
    color: #414042;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
}

.feed_list .slider_fed .slideon div span {
    width: 100%;
    float: left;
    color: #ec4325;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    margin-top: 5px;
    display: block;
}

.feed_list .slider_fed .slideon img {
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 1000px;
    display: block;
    float: left;
}

.feed_list .slick-prev.slick-arrow {
    position: absolute;
    left: -95px;
    font-size: 1px;
    color: transparent;
    border: none;
    top: 56px;
    background: url(../img/ar_l.png) no-repeat center;
    width: 23px;
    height: 36px;
}

.feed_list .slick-prev.slick-arrow:hover {
    background: url(../img/arrl_h.png) no-repeat center;
    transform: rotate(180deg);
}

.feed_list .bot_sl {
    width: 100%;
    float: left;
    padding-top: 50px;
    margin-bottom: 95px;
}

.feed_list .bot_sl p {
    width: 100%;
    float: left;
    color: #414042;
    font-size: 32px;
    font-weight: 300;
    line-height: 24px;
    margin-top: 4px;
}

.feed_list .bot_sl p a {
    position: relative;
    top: 0;
    color: #ec4325;
    font-size: 42px;
    font-weight: 400;
    line-height: 24px;
    text-transform: uppercase;
    display: inline-block;
    padding-left: 6px;
    text-decoration: none;
}

.feed_list .slick-next.slick-arrow {
    position: absolute;
    right: -95px;
    font-size: 1px;
    color: transparent;
    border: none;
    top: 56px;
    background: url(../img/ar_l.png) no-repeat center;
    width: 23px;
    height: 36px;
    transform: rotate(180deg);
}

.feed_list .slick-next.slick-arrow:hover {
    background: url(../img/arrl_h.png) no-repeat center;
    transform: rotate(0deg);
}

.feed_list .slick-dots {
    display: table !important;
    float: none;
    margin: 0px auto;
}

.feed_list .slick-dots li {
    float: left;
    margin: 0;
    margin-top: 35px;
    margin-left: 10px;
    margin-right: 10px;
}

.feed_list .slick-dots li.slick-active button,
.feed_list .slick-dots li:hover button {
    background: #ec4325;
}

.feed_list .slick-dots li button {
    font-size: 1px;
    color: transparent;
    border-radius: 100px;
    width: 13px;
    height: 13px;
    display: block;
    float: left;
    border: none;
    background: #d1d3d4;
}

#footer {
    background: #ec4325;
    padding-top: 40px;
    padding-bottom: 40px;
    width: 100%;
    float: left;
}

#footer ul {
    width: 100%;
    float: left;
}

#footer ul li {
    width: 33.333%;
    float: left;
    text-align: center;
}

#footer ul li a {
    color: #ffffff;
    text-decoration: none;
    font-size: 20px;
    font-weight: 300;
    line-height: 24px;
}

#footer ul li a:hover {
    text-decoration: underline;
}

#footer p {
    color: #ffffff;
    font-size: 18px;
    font-weight: 300;
    line-height: 24px;
    text-align: center;
}

.pay_form {
    width: 100%;
    float: left;
    background: #f1f2f2;
    padding-top: 95px;
}

.pay_form .text{
    width: 100%;
    text-align: center;
    font-size: 15px;
    margin: 10px 0;
    color: #000;
}

.pay_form .text a{
    color: #000;
    text-decoration: underline;
}
#thanks .pay_form .text {
    line-height: 1.5;
}

.pay_form .ok {
    width: 100px;
    height: 60px;
    background-color: #ec4325;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    text-align: center;
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    text-transform: uppercase;
    margin-top: 10px;
    /*pointer-events: none;*/
    cursor: default;
    text-decoration: none;
}

.pay_form .content {
    max-width: 845px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 30px;
}

.pay_form h3 {
    width: 100%;
    float: left;
    display: block;
    text-align: center;
    color: #ec4325;
    font-size: 36px;
    font-weight: 600;
    line-height: 46px;
    text-transform: uppercase;
    margin-bottom: 52px;
}

.pay_form h4 {
    width: 100%;
    float: left;
    display: block;
    text-align: center;
    color: #414042;
    font-size: 32px;
    font-weight: 400;
    line-height: 24px;
}

.pay_form form .to_info_form {
    width: 100%;
    float: left;
    margin-top: 37px;
}

.pay_form form .to_info_form label {
    width: auto;
    float: left;
    position: relative;
    display: block;
    min-height: 31px;
    margin-right: 40px;
}

.pay_form form .to_info_form label input {
    width: 100%;
    float: left;
    height: 100%;
    position: absolute;
    z-index: 5;
    cursor: pointer;
    left: 0;
    top: 0;
    opacity: 0;
}

.pay_form form .to_info_form label input:checked + span:before {
    background: url(../img/chc.png) no-repeat center;
}

.pay_form form .to_info_form label:last-child {
    margin-right: 0;
}

.pay_form form .to_info_form label span {
    color: #414042;
    font-size: 20px;
    font-weight: 300;
    line-height: 30px;
    padding-left: 48px;
}

.pay_form form .to_info_form label span:before {
    content: "";
    display: block;
    float: left;
    position: absolute;
    left: 0;
    width: 31px;
    height: 31px;
    background: url(../img/ch.png) no-repeat center;
}

.pay_form form .center_form {
    float: none;
    margin: 0px auto;
    display: table;
    max-width: 500px;
}

.pay_form form .center_form p {
    color: #414042;
    font-size: 32px;
    font-weight: 400;
    display: block;
    text-align: center;
    width: 100%;
    float: left;
    margin-top: 45px;
    margin-bottom: 25px;
}

.pay_form form .center_form input {
    width: 100%;
    float: left;
    height: 50px;
    border: 1px solid #a7a9ac;
    background-color: #ffffff;
    margin-bottom: 20px;
    color: #969696;
    font-size: 16px;
    font-weight: 300;
    padding-left: 16px;
    padding-right: 16px;
}

.pay_form form .botton_conf {
    float: none;
    margin: 0px auto;
    display: table;
    max-width: 670px;
    width: 100%;
    padding-top: 30px;
    padding-left: 85px;
    margin-bottom: 95px;
}

.pay_form form .botton_conf button {
    width: 270px;
    height: 60px;
    background-color: #ec4325;
    float: left;
    display: block;
    border: none;
    text-align: center;
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    text-transform: uppercase;
}

.pay_form form .botton_conf span {
    color: #414042;
    font-size: 16px;
    font-weight: 300;
    line-height: 20px;
    letter-spacing: 0.32px;
    display: block;
    float: left;
    margin-left: 20px;
    margin-top: 20px;
}

.tarifs {
    width: 100%;
    float: left;
    background: #f1f2f2;
    min-height: 200px;
    padding-top: 100px;
    padding-bottom: 95px;
}

.tarifs .content {
    max-width: 1035px;
}

.tarifs .lf_tar {
    width: 26%;
    float: left;
    margin-right: 13px;
}

.tarifs .lf_tar h3 {
    width: 100%;
    float: left;
    color: #ec4325;
    font-size: 36px;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 30px;
    display: block;
    margin-bottom: 30px;
}

.tarifs .lf_tar ul {
    width: 100%;
    float: left;
}

.tarifs .lf_tar ul li {
    width: 100%;
    float: left;
    padding-top: 12px;
    padding-bottom: 16px;
    background: url(../img/line.png) no-repeat left bottom;
    color: #414042;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    position: relative;
    padding-right: 30px;
}

.tarifs .lf_tar ul li:last-child {
    background: transparent;
}

.tarifs .lf_tar ul li .info_w {
    position: absolute;
    right: 25px;
    top: 36%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.tarifs .lf_tar ul li .info_w i {
    position: absolute;
    left: 0;
    top: 0;
    width: 25px;
    height: 25px;
    border: 1px solid #a7a9ac;
    border-radius: 100px;
    line-height: 23px;
    color: #a7a9ac;
    text-align: center;
    cursor: pointer;
    font-size: 17px;
    font-weight: 300;
}

.tarifs .lf_tar ul li .info_w i:hover {
    color: #e9573d;
    border-color: #e9573d;
}

.style_tbl {
    width: 23%;
    float: left;
    margin-left: 11px;
}

.style_tbl h3 {
    width: 100%;
    float: left;
    height: 90px;
    background-color: #e67662;
    text-align: center;
    color: #ffffff;
    font-size: 22px;
    font-weight: 500;
    line-height: 30px;
    text-transform: uppercase;
    padding-top: 14px;
    margin-top: 5px;
}

.style_tbl ul {
    width: 100%;
    float: left;
    width: 230px;
    box-shadow: 0 4px 7px rgba(0, 0, 0, 0.2);
    background-color: #ffffff;
    padding-left: 15px;
    padding-right: 15px;
}

.style_tbl ul li {
    width: 100%;
    float: left;
    height: 76px;
    background: url(../img/li.png) no-repeat center bottom;
    padding-bottom: 3px;
}

.style_tbl ul li span {
    width: 100%;
    float: left;
    display: block;
    text-align: center;
    color: #ec4325;
    font-size: 36px;
    font-weight: 300;
    line-height: 29.26px;
    line-height: 73px;
}

.style_tbl ul li:last-child {
    background: transparent;
    height: auto;
}

.style_tbl ul li strong {
    color: #ec4325;
    font-size: 24px;
    font-weight: 700;
    line-height: 26px;
    width: 100%;
    float: left;
    display: block;
    text-align: center;
    padding-top: 13px;
}

.style_tbl ul li a {
    width: 100%;
    float: left;
    display: block;
    margin-top: 17px;
    color: #fff;
    height: 50px;
    background-color: #ec4325;
    text-decoration: none;
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    line-height: 21px;
    text-transform: uppercase;
    text-align: center;
    padding-top: 5px;
    margin-bottom: 12px;
}

.style_tbl ul li p {
    width: 100%;
    float: left;
    color: #414042;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    text-align: center;
    padding-top: 24px;
}

.style_tbl ul li p.no-pad {
    padding-top: 10px;
}

.modal .modal-dialog .pay_form form .center_form p {
    margin-top: 10px !important;
}

.modal .modal-dialog {
    width: 100%;
    max-width: 600px;
}

.modal .modal-dialog .modal-body {
    padding: 0;
}

.modal .modal-dialog .to_info_form {
    float: none;
    display: table;
    margin: 0px auto;
    width: 100%;
    max-width: 235px;
}

.modal .modal-dialog .pay_form form .center_form p {
    font-size: 24px;
    margin-top: 25px;
}

.modal .modal-dialog .pay_form {
    padding-top: 30px;
}

.modal .modal-dialog .pay_form h3 {
    font-size: 30px;
    margin-bottom: 10px;
}

.modal .modal-dialog .pay_form h4 {
    font-size: 20px;
}

.modal .modal-dialog .pay_form .to_info_form {
    margin-top: 25px;
}

.modal .modal-dialog .pay_form h4 {
    margin-bottom: 20px;
}

.modal .modal-dialog .pay_form form .botton_conf {
    float: left;
    padding-left: 0;
    padding-top: 20px;
    margin-bottom: 35px;
}

.modal .modal-dialog .pay_form form .botton_conf button {
    display: table;
    float: none;
    margin: 0px auto;
}

.modal .modal-dialog .pay_form form .botton_conf span {
    margin-left: 0;
    width: 100%;
    float: left;
    text-align: center;
}

.modal .modal-dialog button.close {
    position: absolute;
    color: #414042;
    font-size: 30px;
    font-weight: 300;
    z-index: 999;
    right: 10px;
    top: 4px;
    opacity: 1;
}

.modal .modal-dialog .pay_form form .to_info_form label {
    width: 100%;
    margin-right: 0;
    margin-bottom: 12px;
}

.modal .modal-dialog .pay_form form .to_info_form label span {
    font-size: 16px;
}

.modal .modal-dialog .modal-content {
    width: 100%;
    float: left;
    border-radius: 0px;
    border: none;
    box-shadow: none;
}

.modal .modal-dialog .modal-header {
    padding: 0;
    position: relative;
    border: none;
    min-height: 0px;
}

.franchise_check {
    width: 100%;
    display: flex;
    justify-content: center;
    background-color: #f3f3f3;
    padding-top: 54px;
}

.franchise_check .content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.franchise_check .right_cont {
    width: 100%;
    max-width: 585px;
}

.franchise_check h3 {
    width: 100%;
    color: #ec4325;
    font-size: 32px;
    font-weight: 600;
    line-height: 46px;
    text-transform: uppercase;
    margin-bottom: 23px;
}

.franchise_check h3 p {
    text-transform: initial;
    font-size: 20px;
    line-height: 1.4;
}

.franchise_check form {
    width: 100%;
}

.franchise_check form input {
    width: 100%;
    height: 50px;
    border: 1px solid #a7a9ac;
    background-color: #ffffff;
    margin-bottom: 20px;
    color: #969696;
    font-size: 16px;
    font-weight: 300;
    padding-left: 16px;
    padding-right: 16px;
}

.franchise_check form button {
    width: 270px;
    height: 60px;
    background-color: #ec4325;
    float: left;
    display: block;
    border: none;
    text-align: center;
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    text-transform: uppercase;
}

.franchise_check .bottom_cont {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 38px;
}

.franchise_check .bottom_cont p {
    width: calc(100% - 270px);
    padding-left: 19px;
    color: #414042;
    font-size: 16px;
    font-weight: 300;
    line-height: 28px;
}

.about_founder {
    width: 100%;
}

.about_founder .left {
    display: none;
}

.about_founder .title {
    width: 100%;
    color: #000;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.facebook {
    color: #000;
    margin-left: 10px;
}

.about_founder .title svg {
    width: 15px;
    height: 15px;
}

.slider_wrap .arrow {
    display: none;
}

.slider_wrap_mob{
    display: none;
}

@media (min-width: 1000px) {
    #header_2 .cnt_center_2 .plans p {
        display: none;
    }

    #header_2 .cnt_center_2 .plans span {
        display: none;
    }

    #header_2 .cnt_center_2 h1 {
        display: none;
    }

    #header_2 .cnt_center_2 > p {
        display: none;
    }

    #header_2 .cnt_center_2 a {
        display: none;
    }
}

@media (max-width: 999px) {
    #header {
        min-height: 400px;
        /* background: url(../img/BG-mob.png) no-repeat center top; */
        background-color: #fff;
        line-height: 34px;
    }

    #header .cnt_center .plans p {
        font-size: 40px;
        text-align: left;
        line-height: 34px;
    }

    #header .cnt_center .plans span {
        font-size: 24px;
        text-align: left !important;
    }

    #header .cnt_center .h1,
    #header .cnt_center h1 {
        width: 100%;
        float: left;
        font-size: 20px;
        font-weight: 300;
        margin-top: 11px;
        display: none;
    }

    #header .cnt_center > p {
        width: 68%;
        float: left;
        display: block;
        color: #414042;
        font-size: 18px;
        margin-top: 24px;
        font-weight: 300;
        line-height: 24px;
        display: none;
    }

    #header .cnt_center a {
        display: none;
        float: left;
        clear: both;
        width: 100%;
        max-width: 460px;
        height: 60px;
        background-color: #ec4325;
        text-align: center;
        text-transform: uppercase;
        text-decoration: none;
        line-height: 60px;
        color: #ffffff;
        font-size: 18px;
        font-weight: 400;
        margin-top: 28px;
    }

    #header_2 {
        /* margin-top: 450px; */
    }

    #header_2 .cnt_center_2 .plans p {
        display: block;
        font-size: 40px;
        text-align: center;
    }

    #header_2 .cnt_center_2 .plans span {
        font-size: 24px;
        text-align: center !important;
        display: block;
    }

    #header_2 .cnt_center_2 h1 {
        width: 90%;
        text-align: center;
        font-size: 20px;
        font-weight: 300;
        margin: 0 auto;
        display: block;
        padding-top: 490px;
    }

    #header_2 .cnt_center_2 > p {
        text-align: center;
        width: 90%;
        margin: 0 auto;
        display: block;
        color: #414042;
        font-size: 18px;
        margin-top: 24px;
        font-weight: 300;
        line-height: 24px;
        display: block;
    }

    #header_2 .cnt_center_2 a {
        display: block;
        /* float: left; */
        margin: 0 auto;
        clear: both;
        width: 71%;
        max-width: 460px;
        height: 66px;
        background-color: #ec4325;
        text-align: center;
        text-transform: uppercase;
        text-decoration: none;
        line-height: 27px;
        color: #ffffff;
        font-size: 18px;
        font-weight: 400;
        margin-top: 48px;
        padding: 5px;
        display: block;
    }

    .captcha {
        width: 100%;
        float: left;
    }

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

    .pay_form form .botton_conf button,
    .get_pr form div button {
        display: table;
        float: none;
        height: 50px;
        margin: 0px auto;
    }

    .get_pr .content {
        background: transparent;
    }

    .get_pr form {
        margin-bottom: 35px;
    }

    .pay_form form .botton_conf {
        margin-bottom: 35px;
    }

    .get_pr form fieldset {
        width: 100%;
        float: left;
    }

    .get_pr h3 {
        margin-bottom: 20px;
    }

    .get_pr form {
        display: table;
        float: none;
        margin: 0px auto;
        max-width: 300px;
        margin-bottom: 35px;
    }

    .five_why ul:before {
        position: relative;
        left: 0;
        top: 0;
        display: block;
        float: left;
        clear: both;
        width: 200px;
        height: 310px;
        display: table;
        float: none;
        margin: 0px auto;
        background-size: contain;
        margin-bottom: 20px;
    }

    .five_why ul {
        margin-top: 6px;
    }

    .five_why ul li {
        padding-left: 50px;
    }

    .five_why ul li span {
        font-size: 16px;
        line-height: 1.3;
    }

    .five_why ul li small {
        top: 2px;
    }

    .five_why a {
        display: table;
        float: none;
        margin: 0px auto;
        margin-bottom: 35px;
    }

    .tarifs {
        padding-top: 40px;
    }

    .tarifs .lf_tar {
        width: 100%;
        float: left;
        margin-right: 0;
    }

    .feed_list .slick-next.slick-arrow {
        right: 0;
    }

    .style_tbl ul {
        padding-left: 10px;
        padding-right: 10px;
    }

    .style_tbl ul li {
        background-repeat: repeat-x;
    }

    .style_tbl ul li:nth-child(1):before {
        margin-top: 10px;
        content: "Фирменная проверка по 100 показателям";
        color: #414042;
        font-size: 14px;
        font-weight: 400;
        margin-bottom: -21px;
        width: 100%;
        float: left;
        display: block;
        text-align: center;
    }

    .style_tbl ul li:nth-child(2):before {
        margin-top: 10px;
        content: "Подбор франшизы по критериям";
        color: #414042;
        font-size: 14px;
        font-weight: 400;
        margin-bottom: -15px;
        width: 100%;
        float: left;
        display: block;
        text-align: center;
    }

    .style_tbl ul li:nth-child(3):before {
        margin-top: 10px;
        content: "Анализ договора коммерческой концессии";
        color: #414042;
        font-size: 14px;
        font-weight: 400;
        margin-bottom: -21px;
        width: 100%;
        float: left;
        display: block;
        text-align: center;
    }

    .style_tbl ul li:nth-child(4):before {
        margin-top: 10px;
        content: "Общение с франчайзером под видом покупателя ";
        color: #414042;
        font-size: 14px;
        font-weight: 400;
        margin-bottom: -21px;
        width: 100%;
        float: left;
        display: block;
        text-align: center;
    }

    .style_tbl ul li:nth-child(5):before {
        margin-top: 10px;
        content: "Общение с действующими франчайзи";
        color: #414042;
        font-size: 14px;
        font-weight: 400;
        margin-bottom: -21px;
        width: 100%;
        float: left;
        display: block;
        text-align: center;
    }

    .style_tbl ul li:nth-child(6):before {
        margin-top: 10px;
        content: "Анализ финансовой модели бизнеса";
        color: #414042;
        font-size: 14px;
        font-weight: 400;
        margin-bottom: -21px;
        width: 100%;
        float: left;
        display: block;
        text-align: center;
    }

    .style_tbl ul li:nth-child(7):before {
        margin-top: 10px;
        content: "Проверка репутации франчайзера ";
        color: #414042;
        font-size: 14px;
        font-weight: 400;
        margin-bottom: -21px;
        width: 100%;
        float: left;
        display: block;
        text-align: center;
    }

    .style_tbl ul li:nth-child(8):before {
        margin-top: 10px;
        content: "Срок исполнения, рабочих дней";
        color: #414042;
        font-size: 14px;
        font-weight: 400;
        margin-bottom: -21px;
        width: 100%;
        float: left;
        display: block;
        text-align: center;
    }

    .style_tbl ul li:nth-child(9):before {
        margin-top: 10px;
        content: "Стоимость, рублей";
        color: #414042;
        font-size: 14px;
        font-weight: 400;
        margin-bottom: -10px;
        width: 100%;
        float: left;
        display: block;
        text-align: center;
    }

    .tarifs .lf_tar ul {
        display: none;
    }

    .style_tbl ul li a {
        font-size: 16px;
    }

    .tarifs .lf_tar h3 {
        text-align: center;
        font-size: 26px;
        margin-bottom: 20px;
        margin-top: 10px;
    }

    .style_tbl ul li p {
        font-weight: bold;
    }

    .tarifs {
        padding-bottom: 0;
    }

    .style_tbl ul li p.no-pad {
        line-height: 20px;
        padding-top: 19px;
    }

    .style_tbl ul li p.no-pad br {
        display: none !important;
    }

    .style_tbl ul li p {
        font-size: 14px;
    }

    .style_tbl h3 {
        font-size: 18px;
        height: 60px;
    }

    .style_tbl h3 br {
        display: none !important;
    }

    .feed_list .slick-prev.slick-arrow {
        left: 0;
        z-index: 50;
    }

    .style_tbl ul {
        width: 100%;
        margin-bottom: 30px;
    }

    .style_tbl {
        width: 100%;
        float: left;
        margin-left: 0;
    }

    .five_why ul {
        padding-left: 0 !important;
    }

    .get_pr form textarea {
        width: 100%;
        float: left;
        height: 150px;
    }

    .get_pr form fieldset input {
        height: 44px;
        margin-bottom: 15px;
    }

    .pay_form form .botton_conf span,
    .get_pr form div span {
        width: 100%;
        float: left;
        display: block;
        text-align: center;
        margin-left: 0;
    }

    .pay_form form .botton_conf {
        padding-top: 20px;
    }

    #header .logo {
        display: table;
        float: left;
        margin: 0px auto;
        width: 70%;
    }

    #header .logo img {
        max-width: 100%;
    }

    #header {
        background-size: 100%;
        background-position: center bottom;
        min-height: 455px;
        width: 100%;
        float: left;
        padding-top: 20px;
    }

    #header .cnt_center .plans {
        padding-top: 12px;
    }

    #header .phon {
        float: left;
    }

    #header .phon a {
        margin-top: 20px;
    }

    #header .cnt_center small {
        margin-bottom: 155px;
    }

    #header .cnt_center small {
        max-width: 190px;
    }

    .people .people_in img {
        margin-left: 0;
        max-width: 94%;
        margin-left: 3%;
        max-width: 450px;
        display: table;
        float: none;
        width: 100%;
        margin: 0px auto;
    }

    .people .people_in .people_text {
        width: 100%;
        float: left;
        display: block;
        position: relative;
        top: 0;
        right: 0;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }

    .people .people_in .people_text:before {
        transform: rotate(90deg);
        left: 0;
        top: -19px;
        left: 50%;
        transform: translate(-50%, 0) rotate(90deg);
    }

    .people .people_in .people_text p {
        font-size: 16px;
        line-height: 1.45;
        padding-bottom: 20px;
        padding-top: 20px;
        padding-left: 15px;
        padding-right: 15px;
        text-align: center;
    }

    .people .people_in .people_text.people_second {
        padding: 20px 20px 30px;
        margin-top: -5px;
        height: auto;
    }
    .people .people_in .people_text.people_second ul {
        max-width: 330px;
        margin-left: auto;
        margin-right: auto;
    }
    .people .people_in .people_text.people_second li {
        font-size: 16px;
        line-height: 1.45;
    }
    
    .people .people_in .people_text.people_second h5 {
        font-size: 17px;
        margin-bottom: 20px;
        text-align: center;
    }

    .people .people_in {
        margin-top: 40px;
    }

    .people .people_in .people_text {
        height: auto;
    }

    .five_why h2 {
        font-size: 24px;
        line-height: 1.4;
        margin-top: 30px;
        margin-right: auto;
        text-align: center;
    }

    #footer ul li {
        width: 100%;
        float: left;
        margin-bottom: 10px;
    }

    #footer ul li a {
        font-size: 20px;
    }

    #footer {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .feed_list h3,
    .partners h4 {
        font-size: 24px;
        margin-top: 40px;
        line-height: 1.3;
        margin-bottom: 40px;
    }

    .partners ul li {
        padding-left: 5px;
        padding-right: 5px;
    }

    .partners ul li img {
        max-width: 100%;
    }

    .partners ul {
        margin-top: 20px;
    }

    .feed_list .slider_fed .slideon img {
        position: relative;
        display: table;
        float: none;
        margin: 0px auto;
        margin-bottom: 15px;
    }

    .feed_list .slider_fed .slideon div {
        padding-left: 0;
    }

    .feed_list .slider_fed .slideon div p {
        font-size: 14px;
    }

    .feed_list .slick-dots li {
        margin-top: 10px;
    }

    .feed_list .bot_sl {
        padding-top: 25px;
        padding-bottom: 45px;
        margin-bottom: 0;
    }

    .feed_list .bot_sl p a {
        font-size: 24px;
    }

    .feed_list .bot_sl p {
        font-size: 20px;
        text-align: center;
        line-height: 1.5;
    }

    .pay_form h3 {
        font-size: 26px;
        margin-bottom: 12px;
    }

    .pay_form {
        padding-top: 40px;
    }

    .pay_form h4 {
        font-size: 20px;
    }

    .pay_form form .center_form p {
        font-size: 20px;
        margin-bottom: 15px;
    }

    .pay_form form .center_form input {
        height: 44px;
        margin-bottom: 14px;
    }

    .pay_form form .to_info_form label span {
        font-size: 16px;
    }

    .pay_form form .to_info_form label {
        display: block;
        float: left;
        margin: 0px auto !important;
        margin-bottom: 12px !important;
    }

    .pay_form form .botton_conf {
        padding-left: 0;
    }

    .pay_form form .center_form p {
        margin-top: 30px;
    }

    .get_pr h3 {
        font-size: 24px;
        margin-top: 40px;
        line-height: 1.4;
    }

    .five_why ul:before {
        display: none;
    }

    .five_why ul li {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 0;
    }

    .five_why ul li small {
        position: static;
        margin-bottom: 10px;
    }

    .five_why ul li span {
        text-align: center;
    }

    .five_why ul li p {
        text-align: center;
    }

    .franchise_check .content .left_img {
        display: none;
    }

    .franchise_check .content {
        flex-direction: column;
        align-items: center;
    }

    .franchise_check h3 {
        font-size: 23px;
        line-height: 30px;
        order: 1;
    }

    .franchise_check .right_cont {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .franchise_check form {
        order: 3;
    }

    .about_founder {
        order: 2;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        margin-bottom: 30px;
    }

    .about_founder .left {
        display: block;
        max-width: 80px;
        position: relative;
    }

    .about_founder .left figure {
        width: 80px;
        height: 80px;
        position: relative;
        overflow: hidden;
        border-radius: 50%;
        background-color: #fff;
    }

    .about_founder .left figure img {
        position: absolute;
        top: 10px;
        left: 56%;
        transform: translateX(-50%);
    }

    .about_founder .left .facebook_mob {
        position: absolute;
        bottom: 0px;
        right: 0px;
        color: #000;
    }

    .about_founder .left .facebook_mob {
        width: 20px;
        height: 20px;
    }

    .facebook {
        display: none;
    }

    .about_founder .right_cont {
        padding-left: 14px;
    }

    .franchise_check .bottom_cont {
        flex-direction: column;
        align-items: center;
    }

    .franchise_check .bottom_cont p {
        width: 100%;
        padding-left: 0;
        margin-top: 10px;
        text-align: center;
    }

    .about_founder .right_cont .text {
        line-height: 20px;
    }

    .franchise_check h3 {
        text-align: center;
    }

    .franchise_check .bottom_cont {
        margin-bottom: 50px;
    }
}

@media (max-width: 768px) {
    .partners .slick-dots {
        width: 100%;
        display: flex !important;
        justify-content: center;
        align-items: center;
        margin-top: 20px;
    }

    .partners .slick-dots li {
        margin: 0 5px;
        padding: 0;
        width: auto;
    }

    .partners .slick-dots li button {
        width: 6px;
        height: 6px;
        text-indent: -1000;
        font-size: 0;
        border: none;
        background-color: #d1d3d4;
        padding: 0;
        margin: 0;
        border-radius: 50%;
    }

    .partners ul li a {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .partners {
        padding-bottom: 60px;
    }

    .partners .slick-dots li.slick-active button {
        background-color: #ec4325;
    }

    .slider_wrap {
        display: none;
    }

    .partners ul li .inside div{
        width: 50%;
        padding: 5px;
    }

    .partners ul li .inside div img{
        max-width: 100%;
    }

    .slider_wrap_mob{
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .slider_wrap .arrow svg {
        width: 15px;
    }

    .partners ul li img{
        transform: none;
    }

    .slider_wrap ul li{
        margin-bottom: 0;
    }
    .slider_wrap ul li .inside{
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
    }
    .slider_wrap .arrow {
        color: #ec4325;
        display: block;
    }

    #footer ul li a {
        font-size: 18px;
    }

    #footer {
        padding-top: 25px;
        padding-bottom: 25px;
    }

    .partners ul {
        width: calc(100% - 40px);
    }

    .five_why ul li p i {
        margin-bottom: 4px;
    }

    .five_why ul li p {
        display: block;
    }
}

@media (max-width: 600px) {
    #header {
        background: url(../img/BG-mob.png) no-repeat left bottom;
        background-color: #fff;
        line-height: 34px;
        background-size: 100% auto;
    }

}

@media (max-width: 500px) {
    .partners ul {
        float: left;
        display: block;
        margin: 0px auto;
    }

    .partners ul li {
        width: auto;
        margin: 0;
    }

    .partners ul li img {
        top: 0;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }

    .partners h4 {
        margin-bottom: 20px;
    }
}

.errorBlock {
    padding: 15px 0;
}

footer {
    padding-top: 50px;
}

.diskount_form_wrap .inner .title {
    font-size: 24px;
    line-height: 1.5;
}