.franchise-landing {
    font-size: 18px;
    letter-spacing: 0;
    line-height: 1.2;
    font-weight: 300;
}

.franchise-landing .wrap {
    padding: 0;
}

section {
    position: relative;
}

.frcontainer {
    max-width: 1200px;
    padding: 0 20px;
    margin: 0 auto;
    position: relative;
    z-index: 3;
}

.frcontainer .row {
    margin: 0 -20px;
}

.frcontainer .col, .frcontainer .col-xs-6 {
    padding: 0 20px;
}

h1, .h1 {
    color: #ffffff;
    margin: 0 0 55px;
    font-size: 60px;
    font-family: 'Druk Wide Cyr';
    line-height: 1.05;
    font-weight: 700;
    letter-spacing: 1px;
}

.franchise-landing h2, .franchise-landing .h2 {
    margin-bottom: 0;
    letter-spacing: 0;
    margin-top: -8px;
    padding-bottom: 35px;
    line-height: 1.17;
    font-size: 30px;
    font-family: 'Druk Wide Cyr';
    font-weight: 700;
}

h3, .h3 {
    margin-top: 0;
    color: #f77026;
    font-size: 24px;
    line-height: 1.23;
    font-family: 'Druk Wide Cyr';
    font-weight: 700;
}


.btn-grad {
    white-space: normal;
    width: 686px;
    letter-spacing: 0;
    height: 60px;
    text-decoration: none;
    color: #ffffff;
    font-size: 16px;
    padding: 5px 10px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-family: 'Druk Wide Cyr';
    line-height: 1.55;
    font-weight: 600;
    text-transform: uppercase;
    border-width: 0px;
    border-radius: 0px;
    background-image: linear-gradient(245deg, rgba(23, 66, 255, 1) 0%, rgba(247, 112, 38, 1) 100%);
    border-color: transparent;
    border-style: solid;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
}

.btn-grad:hover, .btn-grad:active, .btn-grad:focus {
    background: #fff;
    color: #000;
}


.btn-huge {
    white-space: normal;
    font-size: 24px;
    position: relative;
    z-index: 5;
    letter-spacing: 0;
    padding: 15px 50px;
    cursor: pointer;
    -webkit-appearance: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    line-height: 1.5;
    min-height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    white-space: normal;
    color: #ffffff;
    background-color: #002be0;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: bold;
    font-family: 'Druk Wide Cyr';
}

.btn-huge svg, .btn-huge img {
    width: 16px;
    height: 16px;
    margin-left: 6px;
}

.btn-huge:hover {
    color: #fff;
}

.wow {
    visibility: hidden;
    -webkit-animation-timing-function: cubic-bezier(.19, 1, .22, 1);
    animation-timing-function: cubic-bezier(.19, 1, .22, 1);
}

/* */
.section-frwelcome {
    position: relative;
    overflow: hidden;
    z-index: 0;
}

.frwelcome_bg {
    z-index: 0;
    position: fixed;
    display: block;
    top: 80px;
    left: 0;
    width: 100%;
    height: 100%;
    height: 90vh;
    overflow: hidden;
    background: url(../img/franchise/wback.jpg) no-repeat center;
    background-size: cover;
}

.frwelcome_bg img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.section-frwelcome:before {
    content: '';
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.9)));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.9));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.9));
}

.section-frwelcome .frcontainer {
    position: relative;
    z-index: 3;
}

.frwelcome {
    padding-top: 131px;
    margin: 0 auto;
    max-width: 1160px;
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 500px;
    height: 90vh;
    overflow: hidden;
}

/* */
.section-frabout {
    background-color: #000000;
    padding-top: 90px;
    padding-bottom: 45px;
}

.frabout {
    margin: 0 auto;
}

.frabout h2 {
    padding-bottom: 0;
    margin-top: 0 !important;
    line-height: 36px;
    border-top: 1px solid #fff;
    padding-top: 16px;
}

.frabout_txt {
    margin-top: -13px;
}

/* */
.section-frvideo {
    background-color: #000000;
    padding-bottom: 90px;
}

.frvideo {
    overflow: hidden;
    margin: 0 auto 0px;
    position: relative;
    max-width: 960px;
}

.frvideo:before {
    content: '';
    display: block;
    padding-bottom: 56.25%;
}

.frvideo iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* */
.section-frwhy {
    background-color: #000000;
    padding: 60px 0 90px;
}

.section-frwhy h2 {
    margin-bottom: 60px;
}

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

.frwhy_wrap {
    padding-top: 41px;
}

.frwhy_wrap + .frwhy_wrap {
    border-top: 1px solid #f77026;
    padding-top: 36px;
    margin-top: 81px;
}

.frwhy_wrap h3 {
    margin-bottom: 105px;
}

.piqs_item {
    display: flex;
    gap: 30px;
}

.piqs_item .piqs_icon {
    width: 65px;
    min-width: 65px;
    margin: 0;
}

.piqs_item .piqs_txt {
    margin: 0;
}

.piqs_icon {
    width: 70px;
    margin-top: 5px;
}

.piqs_txt {
    margin-top: 24px;
}

/* */
.section-frinfo {
    padding-top: 105px;
    padding-bottom: 80px;
    background: #fff;
    color: #000000;
    position: relative;
    z-index: 1;
}

.frinfo {
    position: relative;
}

.frinfo_back {
    position: absolute;
    bottom: -51px;
    left: 39.65%;
    z-index: 0;
    pointer-events: none;
    width: 53.363%;
}

.frinfo_img {
    position: relative;
}

.frinfo_img:before {
    content: '';
    display: block;
    padding-bottom: 66.67%;
}

.frinfo_img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.frinfo_title {
    font-weight: bold;
    font-size: 20px;
    margin-top: 27px;
    line-height: 1.23;
    font-family: 'Druk Wide Cyr';
}

.frinfo_txt {
    margin-top: 17px;
    margin-bottom: 25px;
}

.frinfo_txt ul {
    padding-left: 0;
}

.frinfo_txt ul li {
    list-style: none;
}

.frinfo_txt ul li:before {
    contet: '• ';
}

/* */
.section-frben {
    background-color: #141414;
    padding-top: 90px;
    padding-bottom: 105px;
}

.frben {
    padding-top: 60px;
}

.frben_icon {
    width: 50px;
    height: 50px;
}

.frben_txt {
    line-height: 1.55;
    font-size: 16px;
    margin-top: 12px;
}

/* */
.section-frsteps {
    background-color: #000;
    padding-top: 90px;
    padding-bottom: 105px;
}

.frsteps {
    padding-top: 60px;
    margin: 0 auto;
    max-width: 760px;
}

.frsteps_item {
    position: relative;
    padding-bottom: 10px;
}

.frsteps_item:last-child {
    padding-bottom: 0px;
}

.frsteps_item:before {
    content: '';
    position: absolute;
    z-index: 0;
    width: 2px;
    top: 0;
    background: #141414;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.frsteps_item:first-child:before {
    top: 10px;
}

.frsteps_item:last-child:before {
    height: 10px;
    bottom: auto;
}

.frsteps_item_txt {
    position: relative;
    padding-top: 10px;
    margin-bottom: 5px;
}

.frsteps_item:after {
    content: '';
    width: 10px;
    box-sizing: content-box;
    height: 10px;
    position: absolute;
    top: 8px;
    border-radius: 100px;
    left: -2px;
    margin: 0 auto;
    right: auto;
    background-color: #002be0;
    border: 2px solid #000000;
}

/* */
.section-frpress {
    background-color: #000;
    padding-top: 90px;
    padding-bottom: 75px;
}

.frpress {
    margin: 0 10px;
    padding-top: 60px;
}

.frpress_item {
    position: relative;
    margin: 20px -10px 0;
}

.frpress_item a {
    position: relative;
    display: block;
}

.frpress_logo {
    padding-bottom: 56%;
    position: relative;
    overflow: hidden;
}

.frpress_logo img {
    position: absolute;
    object-fit: cover;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    z-index: 0;
}

.frpress_arr {
    position: absolute;
    right: 0;
    top: 50%;
    width: 12px;
    margin-top: -11px;
}

/* */
.section-frteam {
    padding-top: 90px;
    padding-bottom: 90px;
    background-color: #141414;
}

.frteam_slider {
    position: relative;
    padding: 0 45px;
}

.frteam .slick-dotted.slick-slider {
    margin-bottom: 0px;
}

.frteam .slick-dots {
    text-align: center;
    bottom: 0;
    position: relative;
    z-index: 15;
    padding: 16px 0 0;
    width: 100%;
    font-size: 0;
    list-style: none;
}

.frteam .slick-dots li {
    display: inline-block;
    padding: 10px 5px;
    margin: 0;
    width: auto;
    height: auto;
    cursor: pointer;
}

.frteam .slick-dots li button {
    width: 8px;
    height: 8px;
    -webkit-transition: all ease-in-out .2s;
    -moz-transition: all ease-in-out .2s;
    -o-transition: all ease-in-out .2s;
    transition: all ease-in-out .2s;
    box-sizing: border-box;
    border: none;
    padding: 0;
    background-color: #7a7a7a;
    outline-offset: 3px;
}

.frteam .slick-dots li.slick-active button {
    background-color: #002be0;
}

.frteam .slick-prev, .frteam .slick-next {
    width: 13px;
    height: 25px;
}

.frteam .slick-prev:before, .frteam .slick-next:before {
    display: none;
}

.frteam .slick-prev {
    left: 30px;
}

.frteam .slick-prev svg {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.frteam .slick-next {
    right: 30px;
}

.frteam_item {
    margin-left: auto;
    margin-right: auto;
    max-width: 960px;
    display: flex;
    align-items: center;
    background-color: #000000;
}

.frteam_item_txt {
}

.frteam_item_cont {
    padding: 40px 45px;
}

.frteam_item_img {
    min-height: 50vh;
    -webkit-box-flex: 0;
    position: relative;
    -webkit-flex: 0 0 300px;
    -ms-flex: 0 0 300px;
    flex: 0 0 300px;
}

.frteam_item_img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.frteam_item_txt {
    margin-bottom: 20px;
    line-height: 1.2;
    font-size: 16px;
}

.frteam_item_txt p {
    padding: 0;
    margin: 0;
}

.frteam_item_name {
    font-weight: bold;
    font-family: 'Druk Wide Cyr';
    line-height: 1.35;
    margin-bottom: 2px;
    font-size: 22px;
}

.frteam_item_pos {
    font-weight: bold;
    font-family: 'Druk Wide Cyr';
    color: #f77026;
    font-size: 14px;
    line-height: 1.55;
}

/* */
.section-frform {
    padding: 60px 0 90px;
    background-color: #f77026;
}

.frform {
    padding-top: 60px;
    display: flex;
}

.frform .has-error .form-control {
    box-shadow: none;
    padding-left: 10px;
    border: 1px solid red;
}

.frform .has-success .form-control {
    box-shadow: none;
    border-bottom: 1px solid #000000;
}

.win_form .frform .has-success .form-control {
    box-shadow: none;
    border-bottom: 1px solid #f77026;
}


.frform .help-block {
    display: none;
}

.win_form .frform .help-block {
    display: block;
    color: red;
    font-size: 13px;
    padding: 0;
    margin-top: 5px;
}

.frform .form-group {
    padding-right: 20px;
}

.frform_btn {
}

.frform_btn .btn {
    box-shadow: none;
    text-align: center;
    height: 60px;
    border: 0;
    font-size: 16px;
    padding-left: 60px;
    padding-right: 60px;
    -webkit-appearance: none;
    font-weight: 700;
    white-space: nowrap;
    background-image: none;
    cursor: pointer;
    text-transform: none;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0;
}

.btn-black:hover, .btn-black:active, .btn-black:focus {
    background: #fff;
    color: #000;
}

.form-control {
    height: 60px;
    text-transform: none;
    font-size: 16px;
    line-height: 1.33;
    color: #000000;
    border-bottom: 1px solid #000000;
    padding: 0;
    letter-spacing: 0px;
}

.form-control::-webkit-input-placeholder {
    color: #000000;
    opacity: 0.5;
}

.form-control::-moz-placeholder {
    color: #000000;
    opacity: 0.5;
}

.form-control:-moz-placeholder {
    color: #000000;
    opacity: 0.5;
}

.form-control:-ms-input-placeholder {
    color: #000000;
    opacity: 0.5;
}

/* */
.tmenu-mobile {
    background-color: #141414;
    display: none;
    width: 100%;
    top: 0;
    z-index: 990;
}

.tmenu-mobile__container {
    min-height: 64px;
    padding: 20px;
    position: relative;
    box-sizing: border-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.tmenu-mobile__burger {
    position: relative;
    margin-top: 0;
    width: 28px;
    height: 20px;
    transition: .5s ease-in-out;
    cursor: pointer;
}

.tmenu-mobile__burger span {
    display: block;
    position: absolute;
    width: 100%;
    opacity: 1;
    left: 0;
    transition: .25s ease-in-out;
    height: 3px;
    background-color: #fff;
}

.tmenu-mobile__burger span:nth-child(1) {
    top: 0px;
}

.tmenu-mobile__burger span:nth-child(2),
.tmenu-mobile__burger span:nth-child(3) {
    top: 8px;
}

.tmenu-mobile__burger span:nth-child(4) {
    top: 16px;
}

.tmenu-mobile_opened .tmenu-mobile__burger span:nth-child(1) {
    top: 8px;
    width: 0%;
    left: 50%;
}

.tmenu-mobile_opened .tmenu-mobile__burger span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.tmenu-mobile_opened .tmenu-mobile__burger span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.tmenu-mobile_opened .tmenu-mobile__burger span:nth-child(4) {
    top: 8px;
    width: 0%;
    left: 50%;
}

.tmenu-mobile__list {
    display: block;
}

.tmenu-mobile__burgerlogo {
    display: inline-block;
    font-size: 24px;
    font-weight: 400;
    white-space: nowrap;
    vertical-align: middle;
}

.tmenu-mobile__imglogo {
    height: auto;
    display: block;
    max-width: 300px !important;
    box-sizing: border-box;
    padding: 0;
    margin: 0 auto;
}

.header {
    position: relative;
    background-color: #000;
    z-index: 30;
    padding: 0 40px;
}

.header_navbar {
}

.header_fl {
    background-color: #000;
    display: flex;
    justify-content: space-between;
    height: 80px;
    align-items: center;
}

.header_nav {
    margin: 0 55px 0 auto;
}

.header_nav ul {
    list-style: none;
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
}

.header_nav ul li {
    padding: 0 15px;
    position: relative;
}

.header_nav ul li a {
    font-weight: bold;
    font-family: 'Druk Wide Cyr';
    color: #ffffff;
    font-size: 10px;
    display: block;
    line-height: 40px;
    text-transform: uppercase;
    -webkit-transition: color 0.3s ease-in-out, opacity 0.3s ease-in-out;
    transition: color 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

.header_nav ul li a:hover {
    color: #002be0 !important;
    opacity: 0.7 !important;
    text-decoration: none;
}

.header_nav li ul {
    display: none;
}

.header_nav li.open ul {
    display: block;
}

.header_nav .headlang {
    position: static;
}

.header_nav .headlang ul {
    left: 0;
    right: 0;
    top: 0;
    padding-top: 40px;
}

.header_nav .headlang ul li {
    padding: 0;
}

.header_nav .headlang ul li a {
    font-size: 10px;
    line-height: 40px;
}

.header_logo {
    width: 140px;
    height: auto;
}

.header_btn {
}

.t-btn {
    height: 40px;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    padding-left: 32px;
    padding-right: 32px;
    color: #ffffff;
    border: 1px solid #ffffff;
    text-transform: uppercase;
    font-weight: bold;
    font-family: 'Druk Wide Cyr';
}

.t-btn:hover, .t-btn:active, .t-btn:focus {
    background-color: #ffffff;
    text-decoration: none;
    color: #000000;
}


/* */
.footer {
    background-color: #000000;
    padding: 0;
    position: relative;
    z-index: 3;
}

.footer .row {
    display: flex;
    align-items: center;
    height: 200px;
}

.footer_lg {
    font-weight: bold;
    font-size: 14px;
    line-height: 1.55;
    font-family: 'Druk Wide Cyr';
    color: #ffffff;
}

.footer_soc {
    display: flex;
    align-items: center;
    gap: 7px;
    justify-content: flex-end;
}

.footer_soc a {
    display: flex;
    align-items: center;
    width: 30px;
    height: 30px;
    -webkit-transition: all ease-in-out .25s;
    -moz-transition: all ease-in-out .25s;
    -o-transition: all ease-in-out .25s;
    transition: all ease-in-out .25s;
}

.footer_soc a:hover {
    opacity: .8;
}

.footer_soc svg {
    width: 30px;
    height: 30px;
}

.win-form {
    width: 560px;
    background-color: #141414;
    padding: 0;
}

.win-form .fancybox-close-small {
    position: fixed;
    color: #f77026;
    top: 10px;
    right: 10px;
    width: 43px;
    height: 43px;
    padding: 3px;
}

.win-form .frform {
    display: block;
    padding: 0;
}

.win-form .frform .form-group {
    padding-right: 0;
    margin-bottom: 25px;
}

.win_img {
}

.win_img img {
    width: 100%;
    display: block;
}

.win_cont {
    padding: 40px 45px;
}

.win_title {
    color: #ffffff;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 24px;
    font-family: 'Druk Wide Cyr';
    line-height: 1.23;
    text-align: center;
    text-transform: uppercase;
}

.win_form {
}

.win_form .form-control {
    color: #ffffff;
    border-bottom: 1px solid #f77026;
}

.win_form .form-control::-webkit-input-placeholder {
    color: #fff;
}

.win_form .form-control::-moz-placeholder {
    color: #fff;
}

.win_form .form-control:-moz-placeholder {
    color: #fff;
}

.win_form .form-control:-ms-input-placeholder {
    color: #fff;
}

.win_form .btn {
    width: 100%;
    text-transform: uppercase;
    height: 54px;
}

.win_form .btn {
    color: #141414;
    background-color: #f77026;
}

.win_form .btn:hover, .win_form .btn:active, .win_form .btn:focus {
    background: #000;
    color: #fff;
}

/* */
@media screen and (max-width: 1200px) {
    .frcontainer {
        max-width: 960px;
        padding: 0 10px;
    }

    .frcontainer .row {
        margin: 0 -10px;
    }

    .frcontainer .col, .frcontainer .col-xs-6 {
        padding: 0 10px;
    }

    /*h3, .h3 {font-size: 22px;}*/
    .section-frsteps {
        padding-top: 40px;
    }

    .frsteps, .frben, .frpress {
        padding-top: 40px;
    }

    .section-frben {
        padding-top: 70px;
    }

    .section-frsteps, .section-frpress {
        padding-top: 70px;
    }

    .header {
        padding: 0 20px;
    }

    .frsteps, .section-frwhy {
        padding-top: 40px;
    }

    .frform {
        padding-top: 40px;
    }

    .frvideo {
        max-width: 780px;
    }

    .section-frwhy h2 {
        margin-bottom: 40px;
    }

    .section-frinfo {
        padding-bottom: 140px;
    }

    .frinfo_back {
        bottom: -106px;
        left: 38.3%;
        width: 61.6%;
    }

    .frsteps {
        max-width: 620px;
    }

    .frteam_item {
        max-width: 780px;
    }

    .footer_lg {
        font-size: 12px;
    }

    .section-frform {
        padding: 40px 0 90px;
    }

}

@media screen and (max-width: 1199px) {
    h1, .h1 {
        font-size: 58px;
        line-height: 0.9;
    }

    .btn-grad {
        width: 776px;
        height: 60px;
    }

    .header_nav {
        margin: 0 25px 0 auto;
    }
}

@media screen and (min-width: 992px) {
    .frwhy_app .row {
        display: flex;
        align-items: center;
    }
}

@media screen and (max-width: 980px) {
    .tmenu-mobile {
        display: block;
    }

    .header {
        padding: 0 0px;
    }

    .header_navbar {
        display: none;
        padding: 0 10px;
    }

    .header_nav {
        margin: 0 0px 0 auto;
        padding: 20px;
    }

    .header_nav ul {
        display: block;
    }

    .header_nav ul li {
        padding: 10px;
    }

    .headlang .dropdown-menu {
        top: 8px;
        padding-top: 40px;
        padding-bottom: 10px;
    }

    .header_nav .headlang ul li {
        padding: 0;
    }

    .header_nav .headlang ul li a {
        text-align: center;
    }

    .header_fl {
        height: auto;
        text-align: center;
        display: block;
    }

    .header_logo {
        padding: 40px 20px;
        width: 180px;
        margin: 0 auto;
    }

    .header_btn {
        padding: 45px 0;
    }

    .t-btn {
        display: inline-flex;
    }
}

@media screen and (max-width: 960px) {
    .frcontainer {
        max-width: 640px;
        padding: 0 20px;
    }

    .frcontainer .row {
        margin: 0 -20px;
    }

    .frcontainer .col, .frcontainer .col-xs-6 {
        padding: 0 20px;
    }

    .frwhy_wrap h3 {
        margin-bottom: 45px;
    }

    .frteam_item {
        display: block;
        max-width: 550px;
    }

    .frform {
        display: block;
    }

    .frteam_item_cont {
        padding: 25px 20px;
    }

    .frabout h2 {
        padding-bottom: 40px;
    }

    .piqs_txt {
        margin-bottom: 40px;
    }

    .frwelcome {
        max-width: 625px;
    }

    .piqs_item {
        margin-top: 75px;
    }

    .btn-huge {
        font-size: 18px;
        padding: 15px;
        line-height: 1.5;
        min-height: 60px;
    }

    .frinfo .col {
        padding-bottom: 45px;
    }

    .frinfo_title {
        margin-top: 20px;
    }

    .frinfo_back {
        bottom: -145px;
        left: 23.8%;
        width: 79.5%;
    }

    .section-frinfo {
        padding-bottom: 166px;
    }

    .frben_txt {
        margin-bottom: 40px;
    }

    .frform .form-group {
        margin-bottom: 25px;
        padding-right: 0;
    }

    .frform_btn {
        margin-bottom: 20px;
    }

    .frform_btn .btn {
        width: 100%;
    }

    .frteam .slick-prev {
        left: 20px;
    }

    .frteam .slick-next {
        right: 20px;
    }

}

@media screen and (max-width: 959px) {
    h1, .h1 {
        font-size: 42px;
        line-height: 0.85;
    }

    .btn-grad {
        width: 625px;
        height: 60px;
    }
}

@media screen and (max-width: 700px) {
    .section-frben {
        padding-top: 50px;
    }

    .section-frsteps {
        padding-top: 20px;
    }

    .frsteps, .frben, .frpress, .section-frwhy {
        padding-top: 20px;
    }

    .section-frsteps, .section-frpress {
        padding-top: 50px;
    }

    .frsteps {
        padding-top: 20px;
    }

    .frform {
        padding-top: 20px;
    }

    .section-frwhy h2 {
        margin-bottom: 20px;
    }

    .section-frform {
        padding: 20px 0 90px;
    }
}

@media screen and (max-width: 639px) {
    h1, .h1 {
        font-size: 31px;
    }

    h3, .h3 {
        font-size: 20px;
    }

    .frwelcome {
        min-height: 550px;
        max-width: 459px;
    }

    .btn-grad {
        font-size: 14px;
        line-height: 1;
        width: 459px;
        height: 69px;
    }

    .frteam .slick-prev {
        left: 5px;
    }

    .frteam .slick-next {
        right: 5px;
    }

    .win_cont {
        padding: 20px;
    }
}

@media only screen and (min-width: 541px) {
    .frsteps_item:nth-child(odd) {
        text-align: right;
        padding-right: 50%;
    }

    .frsteps_item:nth-child(odd) .frsteps_item_txt {
        padding-right: 40px;
    }

    .frsteps_item:nth-child(even) {
        padding-left: 50%;
    }

    .frsteps_item:nth-child(even) .frsteps_item_txt {
        padding-left: 40px;
    }

    .frsteps_item:after {
        right: 0;
        left: 0;
        top: 5px;
        width: 20px;
        height: 20px;
    }
}

@media only screen and (max-width: 640px) and (min-width: 541px) {
    .frsteps_item:after {
        width: 12px;
        height: 12px;
    }

    .frsteps_item:nth-child(odd) .frsteps_item_txt {
        padding-right: 30px;
    }

    .frsteps_item:nth-child(even) .frsteps_item_txt {
        padding-left: 30px;
    }
}

@media screen and (max-width: 540px) {
    .frsteps_item_txt {
        padding-top: 5px;
    }

    .frsteps_item:nth-child(odd) .frsteps_item_txt {
        padding-left: 20px;
    }

    .frsteps_item:nth-child(even) .frsteps_item_txt {
        padding-left: 20px;
    }

    .frsteps_item:before {
        right: auto;
        left: 4px;
    }
}

@media screen and (max-width: 479px) {
    h1, .h1 {
        line-height: 25px;
        font-size: 20px;
    }

    .frwelcome {
        min-height: 400px;
        height: 80vh;
    }

    .btn-grad {
        width: 310px;
        height: 66px;
        font-size: 14px;
        letter-spacing: 0.5px;
        background-image: linear-gradient(277deg, rgba(247, 112, 38, 1) 0%, rgba(0, 43, 224, 1) 98%);
    }

    .frwelcome {
        max-width: 310px;
    }
}