@charset "UTF-8";
html,body {
 height: 100%;
}

.wrapper {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-orient: vertical;
 -webkit-box-direction: normal;
 -ms-flex-direction: column;
 flex-direction: column;
 min-height: 100%;
}

.content {
 -webkit-box-flex: 1;
 -ms-flex: 1 0 auto;
 flex: 1 0 auto;
}

.footer {
 -webkit-box-flex: 0;
 -ms-flex: 0 0 auto;
 flex: 0 0 auto;
}

html {
 -webkit-box-sizing: border-box;
 box-sizing: border-box;
}

*,*::before,*::after {
 -webkit-box-sizing: inherit;
 box-sizing: inherit;
}

body {
 color: #fff;
 font-family: 'Roboto', sans-serif;
 font-weight: 400;
}

a {
 text-decoration: none;
 color: inherit;
}

h1,h2,h3,h4,h5,h6 {
 margin: 0;
 font-weight: 400;
}

p {
 margin: 0;
}

.container {
 max-width: 1640px;
 width: 100%;
 padding: 0 20px;
 margin: 0 auto;
}

.container-news__top {
 max-width: 1200px;
 width: 100%;
 margin: 0 auto;
 padding: 0 20px;
}

.container-typical,.container-news,.container-model {
 max-width: 940px;
 width: 100%;
 margin: 0 auto;
 padding: 0 20px;
}

.container-model-big {
 max-width: 1163px;
 width: 100%;
 margin: 0 auto;
 padding: 0 20px;
}

.text {
 font-size: 18px;
 line-height: 32px;
}

.title-3 {
 font-size: 50px;
 line-height: 55px;
}

.title-6 {
 font-size: 24px;
 line-height: 25px;
}

.title-5 {
 font-size: 30px;
 line-height: 55px;
 border-bottom: 2px solid #f03382;
 display: inline-block;
}

.studio__title {
 color: #1d2127;
 font-size: 42px;
 line-height: 50px;
}

.studio__text {
 color: #525252;
 font-size: 18px;
 line-height: 32.01px;
}

.franchise-container {
 width: 100%;
 padding: 0 200px 0 150px;
}/*!!ССЫЛКИ #667384*/@font-face {
 font-family:'icomoon';src:url("../fonts/icomoon.eot@unb2tq");src:url("../fonts/icomoon.eot@unb2tq") format("embedded-opentype"),url("../fonts/icomoon.ttf@unb2tq") format("truetype"),url("../fonts/icomoon.woff@unb2tq") format("woff"),url("../fonts/icomoon.svg@unb2tq") format("svg");font-weight:normal;font-style:normal;font-display:block;
}

[class^="icon-"],[class*=" icon-"] {
 font-family: 'icomoon' !important;
 speak: none;
 font-style: normal;
 font-weight: normal;
 font-variant: normal;
 text-transform: none;
 line-height: 1;
 -webkit-font-smoothing: antialiased;
 -moz-osx-font-smoothing: grayscale;
}

.icon-angle-down:before {
 content: "\f107";
}

.header {
 background-image: url(../images/header_bg.jpg);
 background-position: center center;
 background-repeat: no-repeat;
 background-size: cover;
 height: 100vh;
}

.header__model .header__content-dmca {
 background-color: transparent;
}

.header__inner-model {
 position: relative;
}

.header__studio {
 background-image: none;
}

.header__top {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-pack: justify;
 -ms-flex-pack: justify;
 justify-content: space-between;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 font-size: 18px;
 line-height: 28px;
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 padding: 0 150px;
 z-index: 10;
}

.header__top.active {
 position: fixed;
 top: 0;
 left: 0;
 opacity: 1;
 height: 60px;
 background-color: #171e29;
 -webkit-box-shadow: 0 1px 14px rgba(0,0,0,0.17);
 box-shadow: 0 1px 14px rgba(0,0,0,0.17);
 -webkit-animation: header .4s;
 animation: header .4s;
}

@-webkit-keyframes header {
 0% {
  opacity: 0;
  top: -85px;
 }

 100% {
  opacity: 1;
  top: 0;
 }
}

@keyframes header {
 0% {
  opacity: 0;
  top: -85px;
 }

 100% {
  opacity: 1;
  top: 0;
 }
}

.header__menu-list .header__menu-item {
 display: inline-block;
 position: relative;
 cursor: pointer;
 padding: 15px 20px 15px 0;
 -webkit-transition: all .3s;
 -o-transition: all .3s;
 transition: all .3s;
}

.header__menu-list .header__menu-item .header__arrow {
 right: 0;
 position: absolute;
 top: 50%;
 -webkit-transition: all .3s;
 -o-transition: all .3s;
 transition: all .3s;
 -webkit-transform: translateY(-50%);
 -ms-transform: translateY(-50%);
 transform: translateY(-50%);
 pointer-events: none;
}

.header__menu-list .header__menu-item .header__arrow::before {
 font-size: 18px;
 color: #667384;
 font-weight: 700;
 font-family: 'icomoon';
 -webkit-transition: all .3s;
 -o-transition: all .3s;
 transition: all .3s;
 pointer-events: none;
}

.header__menu-list .header__menu-item::after {
 content: '';
 -webkit-transform: rotate(45deg);
 -ms-transform: rotate(45deg);
 transform: rotate(45deg);
 opacity: 0;
 -webkit-transition: all .3s;
 -o-transition: all .3s;
 transition: all .3s;
}

.header__menu-list .header__menu-item.angle-off:hover::after {
 display: none;
}

.header__menu-list .header__menu-item.angle-off .header__arrow::before {
 display: none;
}

.header__menu-list .header__menu-item+.header__menu-item {
 margin-left: 50px;
}

.burger {
 width: 24px;
 height: 12px;
 background-image: url(../images/burger.svg);
 background-repeat: no-repeat;
 background-size: cover;
 cursor: pointer;
 display: none;
 margin-left: auto;
}

.header__logo img {
 -webkit-transform: scale(0.9);
 -ms-transform: scale(0.9);
 transform: scale(0.9);
 padding-top: 10px;
}

.header__logo-mobile {
 width: 150px;
 height: 13px;
 position: absolute;
 top: 36px;
 left: 20px;
 display: none;
}

.header__close {
 cursor: pointer;
 width: 20px;
 height: 20px;
 position: absolute;
 top: 34px;
 right: 31px;
 background-image: url(../images/close.svg);
 background-size: cover;
 background-position: center;
 background-repeat: no-repeat;
 display: none;
}

.dropdown__list {
 padding: 0;
 width: 384px;
 background-color: #121822;
 -webkit-box-shadow: 0 2px 9px 3px rgba(23,30,41,0.07);
 box-shadow: 0 2px 9px 3px rgba(23,30,41,0.07);
 list-style: none;
 font-size: 0;
 line-height: 0;
 border-radius: none;
 position: absolute;
 left: -58px;
 top: 55px;
 -webkit-transition: all .3s;
 -o-transition: all .3s;
 transition: all .3s;
 opacity: 0;
 height: 0;
 visibility: hidden;
}

.dropdown__list .dropdown__item {
 padding: 0;
 -webkit-transition: all .1s;
 -o-transition: all .1s;
 transition: all .1s;
}

.dropdown__list .dropdown__item a {
 opacity: 0;
 visibility: hidden;
}

.dropdown__list .dropdown__item+.dropdown__item {
 border-top: 1px solid #323841;
}

.dropdown__list .dropdown__item:hover {
 color: #f03382;
}

.header__telegram {
 position: absolute;
 bottom: 30px;
 right: 0;
 margin-right: 150px;
 background-image: url(../images/telegram_backgr.png);
 background-repeat: no-repeat;
 background-size: cover;
 padding: 35px 27px 25px 27px;
 border-radius: 6px;
 -webkit-box-shadow: 0 10px 37px rgba(0,0,0,0.32);
 box-shadow: 0 10px 37px rgba(0,0,0,0.32);
}

.header__telegram p:first-child {
 padding-bottom: 31px;
 font-size: 30px;
}

.header__telegram p {
 padding-bottom: 20px;
 font-size: 16px;
}

.header__telegram hr {
 margin: 31px 0;
 border: none;
 color: #2f333a;
 background-color: #282c33;
 height: 1px;
}

.header__telegram a {
 color: #f03382;
}

.header__telegram img {
 padding-left: 10px;
}

.header__telegram__2 {
 position: absolute;
 bottom: 120px;
 background-color: #161616;
 border-radius: 20px;
 padding: 60px 100px;
 width: 750px;
}

.header__telegram__2 p:first-child {
 color: #282c33;
 font-size: 18px;
}

.header__telegram__2 .header__telegram__2__div {
 max-width: 40%;
}

.header__telegram__2 .header__telegram__2__div p {
 font-size: 20px;
 color: #fff;
 line-height: 1.5;
 padding: 25px 0;
}

.header__telegram__2 .header__telegram__2__div a {
 color: #f03382;
}

.header__telegram__2 .header__telegram__2__div img {
 padding-left: 10px;
}

.header__content {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 height: 100vh;
}

.header__title {
 color: #fdfdfd;
 font-size: 90px;
 line-height: 120px;
 max-width: 820px;
 height: 100vh;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 position: relative;
 margin: 0;
 padding: 0 20px;
}

.header__details {
 color: #fefefe;
 font-size: 18px;
 position: absolute;
 display: inline-block;
 bottom: 80px;
 line-height: 24px;
 left: 0;
 -webkit-transition: all .3s;
 -o-transition: all .3s;
 transition: all .3s;
}

.header__details:hover {
 color: #667384;
}

.header__details:hover::after {
 background-image: url(../images/arrow_grey.svg);
}

.header__details::after {
 -webkit-transition: all .3s;
 -o-transition: all .3s;
 transition: all .3s;
 content: '';
 background-image: url(../images/angle_down.svg);
 width: 12px;
 height: 13px;
 background-repeat: no-repeat;
 position: absolute;
 right: -25px;
 top: 50%;
 -webkit-transform: translateY(-50%);
 -ms-transform: translateY(-50%);
 transform: translateY(-50%);
}

.about {
 color: #525252;
 padding: 113px 156px;
}

.about__what {
 max-width: 1088px;
 margin: 0 auto;
 padding-left: 400px;
 background-image: url(../images/about_img.png);
 background-repeat: no-repeat;
 background-position: left center;
 background-size: contain;
}

.about__what-title {
 color: #1d2127;
 font-size: 26px;
 line-height: 75px;
 margin: 0;
}

.about__what-title.hide {
 display: none;
}

.about__what-text {
 font-size: 18px;
 line-height: 32px;
}

.about__earn {
 padding-top: 170px;
}

.about__earn-inner {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-pack: justify;
 -ms-flex-pack: justify;
 justify-content: space-between;
}

.about__earn-model,.about__earn-studio {
 max-width: 555px;
 width: 100%;
}

.about__earn-title.small {
 color: #1d2127;
 margin-bottom: 40px;
}

.about__earn-text {
 line-height: 32px;
}

.about__earn-text.hide {
 display: none;
}

.about__earn-money {
 font-size: 24px;
 font-weight: 500;
 color: #cf367f;
 margin-top: 15px;
}

.about__earn-title {
 color: #1d2127;
 margin-bottom: 85px;
}

.requirement {
 background-color: #171e29;
 padding: 150px 50px;
 background-image: url(../images/bg.png);
 background-size: 84% 100%;
 background-position: 50% center;
}

.requirement__title {
 text-align: center;
 margin-bottom: 150px;
}

.requirement__text {
 max-width: 360px;
 width: 100%;
}

.requirement__examples {
 margin-top: 50px;
 display: inline-block;
 color: #667384;
 font-size: 18px;
 line-height: 25px;
 position: relative;
 -webkit-transition: all .3s;
 -o-transition: all .3s;
 transition: all .3s;
}

.requirement__examples:hover {
 color: #fff;
}

.requirement__examples::after {
 content: '.............................';
 position: absolute;
 color: #667384;
 letter-spacing: 1px;
 left: 0;
 bottom: -7px;
}

.requirement__item {
 width: 50%;
 padding: 32px 0 50px 320px;
 background-repeat: no-repeat;
 background-position: left center;
 background-size: contain;
}

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

.requirement__item.right {
 margin-left: 50%;
}

.requirements__img-bottom {
 width: 50%;
}

.requirement__item-1 {
 background-image: url(../images/requirements_item-1.svg);
}

.requirement__item-2 {
 background-image: url(../images/requirements_item-2.svg);
 padding-left: 250px;
}

.requirement__item-3 {
 background-image: url(../images/requirements_item-3.svg);
}

.requirement__item-4 {
 background-image: url(../images/requirements_item-4.svg);
}

.requirement__item-5 {
 background-image: url(../images/requirements_item-5.svg);
}

.requirement__inner-title {
 margin-bottom: 28px;
}

.requirement__text {
 color: #a8aab3;
}

.requirement__img {
 display: none;
 width: 50%;
 margin: 0 auto 30px;
}

.cooperation {
 background-color: #121822;
 padding: 140px 100px 170px;
}

.cooperation__inner {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-pack: justify;
 -ms-flex-pack: justify;
 justify-content: space-between;
}

.cooperation__item {
 width: 50%;
}

.cooperation__title {
 margin-bottom: 110px;
}

.cooperation__inner-title {
 margin-bottom: 30px;
}

.cooperation__text {
 max-width: 589px;
 width: 100%;
 margin-bottom: 40px;
}

.cooperation__details {
 display: inline-block;
 color: #667384;
 font-size: 18px;
 line-height: 25px;
 border-bottom: 1px solid rgba(102,115,132,0.2);
 -webkit-transition: all .3s;
 -o-transition: all .3s;
 transition: all .3s;
}

.cooperation__details:hover {
 color: #fff;
 border-bottom: 1px solid #fff;
}

.get {
 padding: 100px 100px;
 background-color: #f2f2f2;
}

.get__item {
 background-color: #171e29;
 min-height: 400px;
 max-width: 386px;
 width: 100%;
 position: relative;
 border-radius: 6px;
 padding: 40px 33px 80px;
}

.get__item+.get__item {
 margin-left: 20px;
}

.get__title {
 color: #1d2127;
 font-size: 60px;
 line-height: 90px;
 max-width: 576px;
 width: 100%;
}

.get__inner {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-pack: justify;
 -ms-flex-pack: justify;
 justify-content: space-between;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
}

.get__content {
 width: 50%;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
}

.get__link {
 position: absolute;
 bottom: 0;
 left: 0;
 width: 100%;
 height: 60px;
 background-color: #f03382;
 border-bottom-left-radius: 6px;
 border-bottom-right-radius: 6px;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 padding: 10px 10px;
 color: #fefeff;
 font-size: 18px;
 -webkit-transition: all .3s;
 -o-transition: all .3s;
 transition: all .3s;
}

.get__link:hover {
 background-color: #d71d6b;
}

.get__link:hover span::after {
 right: -30px;
}

.get__link span {
 position: relative;
}

.get__link span::after {
 content: '';
 -webkit-transition: all .3s;
 -o-transition: all .3s;
 transition: all .3s;
 position: absolute;
 background-image: url(../images/angle-right.png);
 width: 13px;
 height: 12px;
 background-repeat: no-repeat;
 right: -25px;
 top: 50%;
 -webkit-transform: translateY(-40%);
 -ms-transform: translateY(-40%);
 transform: translateY(-40%);
}

.get__subtitle {
 color: #9a9da2;
 font-size: 16px;
 margin-bottom: 60px;
}

.get__list {
 padding: 0;
 list-style: none;
}

.get__list-item {
 line-height: 28px;
 position: relative;
 padding-left: 25px;
}

.get__list-item::after {
 content: '';
 position: absolute;
 width: 5px;
 height: 5px;
 left: 0;
 top: 10px;
 background-color: #f03382;
 border-radius: 50%;
}

.get__list-item+.get__list-item {
 margin-top: 20px;
}

.others {
 background-color: #f2f2f2;
 padding: 100px 0 140px;
}

.others__title {
 color: #1d2127;
 margin-bottom: 74px;
}

.others__inner-top,.others__inner-bottom {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
}

.others__inner-top {
 margin-bottom: 0.65%;
}

.others__item {
 background-color: #fff;
 background-repeat: no-repeat;
 background-position: center;
 max-width: 24.5%;
 width: 100%;
 height: 250px;
}

.others__item+.others__item {
 margin-left: 0.65%;
}

.others__item.big {
 max-width: 50%;
 width: 100%;
}

.logo_1 {
 background-image: url(../images/logo_1.png);
}

.logo_2 {
 background-image: url(../images/logo_2.png);
}

.logo_3 {
 background-image: url(../images/logo_3.png);
}

.logo_4 {
 background-image: url(../images/logo_4.png);
}

.logo_5 {
 background-image: url(../images/logo_5.png);
}

.logo_6 {
 background-image: url(../images/logo_6.png);
}

.others__details {
 color: #1d2127;
 border-bottom: 1px solid rgba(29,33,39,0.2);
 margin-top: 80px;
 margin-left: 50%;
 -webkit-transform: translateX(-50%);
 -ms-transform: translateX(-50%);
 transform: translateX(-50%);
 display: inline-block;
 -webkit-transition: all .3s;
 -o-transition: all .3s;
 transition: all .3s;
}

.others__details:hover {
 color: #f03382;
 border-bottom: 1px solid rgba(240,51,130,0.2);
}

.success {
 background-color: #171e29;
 padding: 190px 100px 170px;
 background-image: url(../images/bg.png);
 background-size: 84% 100%;
 background-position: 50% center;
}

.success__title {
 font-size: 35px;
 margin-bottom: 70px;
}

.success__title.hide {
 display: none;
}

.success__text {
 max-width: 390px;
 width: 100%;
 color: #a8aab3;
}

.success__content-title {
 color: #f03382;
 border-bottom: none;
}

.success__content-text {
 color: #c9c4c6;
 max-width: 315px;
 width: 100%;
}

.success__inner {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-pack: justify;
 -ms-flex-pack: justify;
 justify-content: space-between;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
}

.success__content {
 width: 50%;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -ms-flex-wrap: wrap;
 flex-wrap: wrap;
}

.success__item {
 width: 50%;
 margin-bottom: 100px;
}

.success__item.down_item {
 margin-bottom: 0;
}

.request {
 color: #1d2127;
 background-color: #f2f2f2;
 padding: 112px 0 80px;
}

.request__title {
 border-bottom: 2px solid #f03382;
 display: inline-block;
 line-height: 35px;
 margin-bottom: 34px;
 display: block;
}

.form,.franchise__form {
 margin: 0 auto;
 width: 405px;
}

.form .form__name,.form .form__number,.form .form__email,.form .form__problem,.form .form__text,.franchise__form .form__name,.franchise__form .form__number,.franchise__form .form__email,.franchise__form .form__problem,.franchise__form .form__text {
 border-radius: 4px;
 border: 1px solid #e7e7e7;
 height: 59px;
 display: block;
 width: 405px;
 margin-bottom: 25px;
 padding: 20px;
 outline: none;
}

.form .form__name::-webkit-input-placeholder,.form .form__number::-webkit-input-placeholder,.form .form__email::-webkit-input-placeholder,.form .form__problem::-webkit-input-placeholder,.form .form__text::-webkit-input-placeholder,.franchise__form .form__name::-webkit-input-placeholder,.franchise__form .form__number::-webkit-input-placeholder,.franchise__form .form__email::-webkit-input-placeholder,.franchise__form .form__problem::-webkit-input-placeholder,.franchise__form .form__text::-webkit-input-placeholder {
 color: #1d2127;
 -webkit-transition: all .3s;
 transition: all .3s;
}

.form .form__name::-moz-placeholder,.form .form__number::-moz-placeholder,.form .form__email::-moz-placeholder,.form .form__problem::-moz-placeholder,.form .form__text::-moz-placeholder,.franchise__form .form__name::-moz-placeholder,.franchise__form .form__number::-moz-placeholder,.franchise__form .form__email::-moz-placeholder,.franchise__form .form__problem::-moz-placeholder,.franchise__form .form__text::-moz-placeholder {
 color: #1d2127;
 -moz-transition: all .3s;
 transition: all .3s;
}

.form .form__name:-ms-input-placeholder,.form .form__number:-ms-input-placeholder,.form .form__email:-ms-input-placeholder,.form .form__problem:-ms-input-placeholder,.form .form__text:-ms-input-placeholder,.franchise__form .form__name:-ms-input-placeholder,.franchise__form .form__number:-ms-input-placeholder,.franchise__form .form__email:-ms-input-placeholder,.franchise__form .form__problem:-ms-input-placeholder,.franchise__form .form__text:-ms-input-placeholder {
 color: #1d2127;
 -ms-transition: all .3s;
 transition: all .3s;
}

.form .form__name::-ms-input-placeholder,.form .form__number::-ms-input-placeholder,.form .form__email::-ms-input-placeholder,.form .form__problem::-ms-input-placeholder,.form .form__text::-ms-input-placeholder,.franchise__form .form__name::-ms-input-placeholder,.franchise__form .form__number::-ms-input-placeholder,.franchise__form .form__email::-ms-input-placeholder,.franchise__form .form__problem::-ms-input-placeholder,.franchise__form .form__text::-ms-input-placeholder {
 color: #1d2127;
 -ms-transition: all .3s;
 transition: all .3s;
}

.form .form__name::-webkit-input-placeholder, .form .form__number::-webkit-input-placeholder, .form .form__email::-webkit-input-placeholder, .form .form__problem::-webkit-input-placeholder, .form .form__text::-webkit-input-placeholder, .franchise__form .form__name::-webkit-input-placeholder, .franchise__form .form__number::-webkit-input-placeholder, .franchise__form .form__email::-webkit-input-placeholder, .franchise__form .form__problem::-webkit-input-placeholder, .franchise__form .form__text::-webkit-input-placeholder {
 color: #1d2127;
 -webkit-transition: all .3s;
 transition: all .3s;
}

.form .form__name::-moz-placeholder, .form .form__number::-moz-placeholder, .form .form__email::-moz-placeholder, .form .form__problem::-moz-placeholder, .form .form__text::-moz-placeholder, .franchise__form .form__name::-moz-placeholder, .franchise__form .form__number::-moz-placeholder, .franchise__form .form__email::-moz-placeholder, .franchise__form .form__problem::-moz-placeholder, .franchise__form .form__text::-moz-placeholder {
 color: #1d2127;
 -webkit-transition: all .3s;
 -moz-transition: all .3s;
 transition: all .3s;
}

.form .form__name:-ms-input-placeholder, .form .form__number:-ms-input-placeholder, .form .form__email:-ms-input-placeholder, .form .form__problem:-ms-input-placeholder, .form .form__text:-ms-input-placeholder, .franchise__form .form__name:-ms-input-placeholder, .franchise__form .form__number:-ms-input-placeholder, .franchise__form .form__email:-ms-input-placeholder, .franchise__form .form__problem:-ms-input-placeholder, .franchise__form .form__text:-ms-input-placeholder {
 color: #1d2127;
 -webkit-transition: all .3s;
 -ms-transition: all .3s;
 transition: all .3s;
}

.form .form__name::-ms-input-placeholder, .form .form__number::-ms-input-placeholder, .form .form__email::-ms-input-placeholder, .form .form__problem::-ms-input-placeholder, .form .form__text::-ms-input-placeholder, .franchise__form .form__name::-ms-input-placeholder, .franchise__form .form__number::-ms-input-placeholder, .franchise__form .form__email::-ms-input-placeholder, .franchise__form .form__problem::-ms-input-placeholder, .franchise__form .form__text::-ms-input-placeholder {
 color: #1d2127;
 -webkit-transition: all .3s;
 -ms-transition: all .3s;
 transition: all .3s;
}

.form .form__name::placeholder,.form .form__number::placeholder,.form .form__email::placeholder,.form .form__problem::placeholder,.form .form__text::placeholder,.franchise__form .form__name::placeholder,.franchise__form .form__number::placeholder,.franchise__form .form__email::placeholder,.franchise__form .form__problem::placeholder,.franchise__form .form__text::placeholder {
 color: #1d2127;
 -webkit-transition: all .3s;
 -o-transition: all .3s;
 transition: all .3s;
}

.form .form__name:focus,.form .form__number:focus,.form .form__email:focus,.form .form__problem:focus,.form .form__text:focus,.franchise__form .form__name:focus,.franchise__form .form__number:focus,.franchise__form .form__email:focus,.franchise__form .form__problem:focus,.franchise__form .form__text:focus {
 border: 1px solid #a0b2ff;
}

.form .form__name:focus::-webkit-input-placeholder,.form .form__email:focus::-webkit-input-placeholder,.form .form__text:focus::-webkit-input-placeholder,.franchise__form .form__name:focus::-webkit-input-placeholder,.franchise__form .form__email:focus::-webkit-input-placeholder,.franchise__form .form__text:focus::-webkit-input-placeholder {
 -webkit-transform: translateY(-18px);
 transform: translateY(-18px);
 opacity: 1;
 font-size: 12px;
}

.form .form__name:focus::-moz-placeholder,.form .form__email:focus::-moz-placeholder,.form .form__text:focus::-moz-placeholder,.franchise__form .form__name:focus::-moz-placeholder,.franchise__form .form__email:focus::-moz-placeholder,.franchise__form .form__text:focus::-moz-placeholder {
 transform: translateY(-18px);
 opacity: 1;
 font-size: 12px;
}

.form .form__name:focus:-ms-input-placeholder,.form .form__email:focus:-ms-input-placeholder,.form .form__text:focus:-ms-input-placeholder,.franchise__form .form__name:focus:-ms-input-placeholder,.franchise__form .form__email:focus:-ms-input-placeholder,.franchise__form .form__text:focus:-ms-input-placeholder {
 -ms-transform: translateY(-18px);
 transform: translateY(-18px);
 opacity: 1;
 font-size: 12px;
}

.form .form__name:focus::-ms-input-placeholder,.form .form__email:focus::-ms-input-placeholder,.form .form__text:focus::-ms-input-placeholder,.franchise__form .form__name:focus::-ms-input-placeholder,.franchise__form .form__email:focus::-ms-input-placeholder,.franchise__form .form__text:focus::-ms-input-placeholder {
 -ms-transform: translateY(-18px);
 transform: translateY(-18px);
 opacity: 1;
 font-size: 12px;
}

.form .form__name:focus::-webkit-input-placeholder, .form .form__email:focus::-webkit-input-placeholder, .form .form__text:focus::-webkit-input-placeholder, .franchise__form .form__name:focus::-webkit-input-placeholder, .franchise__form .form__email:focus::-webkit-input-placeholder, .franchise__form .form__text:focus::-webkit-input-placeholder {
 -webkit-transform: translateY(-18px);
 transform: translateY(-18px);
 opacity: 1;
 font-size: 12px;
}

.form .form__name:focus::-moz-placeholder, .form .form__email:focus::-moz-placeholder, .form .form__text:focus::-moz-placeholder, .franchise__form .form__name:focus::-moz-placeholder, .franchise__form .form__email:focus::-moz-placeholder, .franchise__form .form__text:focus::-moz-placeholder {
 -webkit-transform: translateY(-18px);
 transform: translateY(-18px);
 opacity: 1;
 font-size: 12px;
}

.form .form__name:focus:-ms-input-placeholder, .form .form__email:focus:-ms-input-placeholder, .form .form__text:focus:-ms-input-placeholder, .franchise__form .form__name:focus:-ms-input-placeholder, .franchise__form .form__email:focus:-ms-input-placeholder, .franchise__form .form__text:focus:-ms-input-placeholder {
 -webkit-transform: translateY(-18px);
 -ms-transform: translateY(-18px);
 transform: translateY(-18px);
 opacity: 1;
 font-size: 12px;
}

.form .form__name:focus::-ms-input-placeholder, .form .form__email:focus::-ms-input-placeholder, .form .form__text:focus::-ms-input-placeholder, .franchise__form .form__name:focus::-ms-input-placeholder, .franchise__form .form__email:focus::-ms-input-placeholder, .franchise__form .form__text:focus::-ms-input-placeholder {
 -webkit-transform: translateY(-18px);
 -ms-transform: translateY(-18px);
 transform: translateY(-18px);
 opacity: 1;
 font-size: 12px;
}

.form .form__name:focus::placeholder,.form .form__email:focus::placeholder,.form .form__text:focus::placeholder,.franchise__form .form__name:focus::placeholder,.franchise__form .form__email:focus::placeholder,.franchise__form .form__text:focus::placeholder {
 -webkit-transform: translateY(-18px);
 -ms-transform: translateY(-18px);
 transform: translateY(-18px);
 opacity: 1;
 font-size: 12px;
}

.form .form__block.name.active .form__name,.form .form__block.name.active .form__email,.form .form__block.name.active .form__text,.franchise__form .form__block.name.active .form__name,.franchise__form .form__block.name.active .form__email,.franchise__form .form__block.name.active .form__text {
 border: 1px solid #f22a2a;
}

.form .form__block.name.active .form__name-person,.form .form__block.name.active .form__email-person,.form .form__block.name.active .form__text-person,.franchise__form .form__block.name.active .form__name-person,.franchise__form .form__block.name.active .form__email-person,.franchise__form .form__block.name.active .form__text-person {
 color: #f22a2a;
}

.form .form__block.name.active .form__name-text,.form .form__block.name.active .form__email-text,.form .form__block.name.active .form__text-text,.franchise__form .form__block.name.active .form__name-text,.franchise__form .form__block.name.active .form__email-text,.franchise__form .form__block.name.active .form__text-text {
 display: inline-block;
}

.form .form__number,.franchise__form .form__number {
 padding-top: 25px;
}

.franchise__form .form__block.name.active #form__name,.franchise__form .form__block.name.active #form__email,.franchise__form .form__block.name.active #form__text {
 border: none;
 border-bottom: 1px solid #f22a2a;
}

.form__block {
 position: relative;
}

.form__name-person,.form__email-person,.form__text-person {
 position: absolute;
 left: 19px;
 top: 20px;
 cursor: text;
 -webkit-transition: all .25s;
 -o-transition: all .25s;
 transition: all .25s;
}

.form__name-person.active,.form__email-person.active,.form__text-person.active {
 font-size: 12px;
 top: 5px;
}

.form__text-person {
 font-size: 16px;
}

.form__text-person.active {
 top: -5px;
}

.form__name-text,.form__email-text,.form__text-text {
 font-size: 12px;
 position: absolute;
 bottom: -15px;
 color: #ff2323;
 left: 19px;
 display: none;
}

.form__number-text {
 color: #999;
 font-size: 12px;
 position: absolute;
 top: 8px;
 left: 19px;
}

.form__send {
 outline: none;
 display: block;
 width: 100%;
 height: 42px;
 background-color: #f03382;
 border-radius: 21px;
 color: #fff;
 font-size: 18px;
 border: none;
 cursor: pointer;
 padding: 10px 10px 10px 20px;
 position: relative;
 text-align: left;
 -webkit-transition: all .3s;
 -o-transition: all .3s;
 transition: all .3s;
}

.form__send:hover {
 background-color: #d71d6b;
}

.form__send::after {
 content: '';
 position: absolute;
 background-image: url(../images/angle-right.png);
 width: 13px;
 height: 12px;
 background-repeat: no-repeat;
 right: 28px;
 top: 50%;
 -webkit-transform: translateY(-40%);
 -ms-transform: translateY(-40%);
 transform: translateY(-40%);
}

.request__socials-list {
 list-style: none;
}

.request__socials-item {
 display: inline-block;
 padding-left: 40px;
 background-repeat: no-repeat;
 background-position: left center;
 color: #1d2127;
 font-size: 18px;
 line-height: 25px;
 -webkit-transition: all .2s;
 -o-transition: all .2s;
 transition: all .2s;
 margin-right: 75px;
}

.request__socials-item:hover {
 color: #f03382;
}

.request__socials-item+.request__socials-item {
 margin-top: 20px;
}

.request__socials {
 width: 100%;
 margin-top: 56px;
 text-align: center;
}

.socials-1 {
 background-image: url(../images/social-1.svg);
}

.footer {
 height: 90px;
 background-color: #171e29;
 color: #667384;
 font-size: 18px;
 padding: 38px 0;
}

.footer__inner {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
}

.footer__social {
 background-repeat: no-repeat;
 background-position: center;
 display: block;
}

.footer__social+.footer__social {
 margin-left: 17px;
 margin-right: 50px;
}

.footer__social-1 {
 width: 18px;
 height: 18px;
 background-image: url(../images/footer_icon-1.svg);
}

.footer__social-2 {
 width: 22px;
 height: 13px;
 background-image: url(../images/footer_icon-2.svg);
 margin-top: 2px;
}

.footer__city {
 margin-right: 58px;
}

.footer__city span {
 border-bottom: 1px dotted #667384;
}

.footer__forum {
 margin-left: auto;
 margin-right: 51px;
}

.footer__confidentiality {
 border-bottom: 1px solid rgba(102,115,132,0.3);
 margin-left: auto;
}

.header__news {
 background: none;
 height: auto;
}

.content {
 background-color: #f2f2f2;
}

.header__top.active-static {
 position: absolute;
 top: 0;
 left: 0;
 opacity: 1;
 height: 60px;
 background-color: #171e29;
 -webkit-box-shadow: 0 1px 14px rgba(0,0,0,0.17);
 box-shadow: 0 1px 14px rgba(0,0,0,0.17);
}

.header__menu-item.active-page {
 border-bottom: 4px solid #f03382;
 padding-right: 0;
}

.header__menu-item.model .header__arrow {
 right: -20px;
}

.news {
 padding-top: 200px;
}

.news__title {
 color: #1d2127;
 text-align: center;
 margin-bottom: 105px;
}

.news__item {
 width: 49%;
 display: block;
 -webkit-transition: all .3s;
 -o-transition: all .3s;
 transition: all .3s;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-orient: vertical;
 -webkit-box-direction: normal;
 -ms-flex-direction: column;
 flex-direction: column;
 margin-bottom: 500px;
}

.news__item:hover {
 -webkit-box-shadow: 0 15px 16px rgba(0,0,0,0.07);
 box-shadow: 0 15px 16px rgba(0,0,0,0.07);
}

.news__item.active {
 margin-bottom: 60px;
}

.news__image {
 height: 267px;
 width: 100%;
 background-repeat: no-repeat;
 background-size: cover;
 background-position: center;
 border-top-left-radius: 6px;
 border-top-right-radius: 6px;
}

.news__content {
 background-color: #fff;
 padding: 28px 30px 60px;
 color: #1d2127;
 border-bottom-left-radius: 6px;
 border-bottom-right-radius: 6px;
 -webkit-box-flex: 1;
 -ms-flex-positive: 1;
 flex-grow: 1;
 position: relative;
}

.news__date,.news__new {
 color: #9a9da2;
 font-weight: 500;
 display: inline-block;
}

.news__new {
 margin-left: 20px;
}

.news__item-title {
 font-size: 24px;
 line-height: 32px;
 margin-top: 20px;
 margin-bottom: 28px;
 max-width: 373px;
 width: 100%;
 -webkit-transition: all .2s;
 -o-transition: all .2s;
 transition: all .2s;
}

.news__item-title.hide {
 display: none;
}

.news__item-title:hover {
 color: #f03382;
}

.news__text {
 color: #525252;
 font-size: 18px;
 line-height: 32px;
 max-width: 444px;
 margin-bottom: 36px;
}

.news__read {
 font-size: 18px;
 line-height: 23px;
 border-bottom: 1px solid rgba(29,33,39,0.2);
 display: inline-block;
 -webkit-transition: all .2s;
 -o-transition: all .2s;
 transition: all .2s;
 position: absolute;
 left: 30px;
 bottom: 40px;
}

.news__read:hover {
 color: #f03382;
 border-color: #f03382;
}

.news__inner {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-pack: justify;
 -ms-flex-pack: justify;
 justify-content: space-between;
 -ms-flex-wrap: wrap;
 flex-wrap: wrap;
 position: relative;
 color: #1d2127;
 font-size: 18px;
 height: 700px;
 overflow: hidden;
 -webkit-transition: all .5s;
 -o-transition: all .5s;
 transition: all .5s;
}

.news__inner.active {
 overflow: visible;
 height: auto;
}

.box {
 width: 500px;
 height: 500px;
 background-color: aqua;
}

.news__more {
 position: absolute;
 bottom: 0;
 left: 50%;
 -webkit-transform: translateX(-50%);
 -ms-transform: translateX(-50%);
 transform: translateX(-50%);
 cursor: pointer;
 border-bottom: 1px dotted rgba(29,33,39,0.2);
 -webkit-transition: all .2s;
 -o-transition: all .2s;
 transition: all .2s;
}

.news__more:hover {
 color: #f03382;
 border-bottom: 1px dotted rgba(240,51,130,0.2);
}

.articles {
 margin-top: 160px;
 padding-bottom: 70px;
}

.articles__title {
 color: #1d2127;
 text-align: center;
 margin-bottom: 62px;
}

.articles__item {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 color: #1d2127;
}

.articles__item+.articles__item {
 margin-top: 70px;
}

.articles__item.left {
 -webkit-box-orient: horizontal;
 -webkit-box-direction: reverse;
 -ms-flex-direction: row-reverse;
 flex-direction: row-reverse;
}

.articles__item.left .articles__image-box {
 -webkit-box-pack: end;
 -ms-flex-pack: end;
 justify-content: flex-end;
 margin-right: 0;
 margin-left: 60px;
}

.articles__image-box {
 width: 320px;
 height: 320px;
 margin-right: 60px;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
}

.articles__content-title {
 font-size: 30px;
 -webkit-transition: all .2s;
 -o-transition: all .2s;
 transition: all .2s;
 margin-bottom: 5px;
 display: block;
 max-width: 800px;
 width: 100%;
 line-height: 75px;
}

.articles__content-title:hover {
 color: #f03382;
}

.articles__date,.articles__article {
 display: inline-block;
 color: #9a9da2;
 font-weight: 500;
}

.articles__article {
 margin-left: 20px;
}

.articles__text {
 color: #525252;
 font-size: 18px;
 line-height: 32px;
 margin: 35px 0;
 max-width: 800px;
 width: 100%;
}

.articles__more {
 font-size: 18px;
 line-height: 28px;
 border-bottom: 1px solid rgba(29,33,39,0.2);
 -webkit-transition: all .2s;
 -o-transition: all .2s;
 transition: all .2s;
}

.articles__more:hover {
 color: #f03382;
 border-bottom: 1px solid rgba(240,51,130,0.2);
}

.header__content-dmca {
 height: 100vh;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 background-color: #171e29;
}

.header__content-dmca.technical {
 display: block;
 height: auto;
}

.header__content-dmca .header__title {
 font-size: 50px;
 line-height: 75px;
 height: auto;
 margin-top: 60px;
 padding-right: 0;
 padding-left: 0;
 margin-bottom: 60px;
}

.header__inner-dmca {
 background-image: url(../images/bg_image-dmca.svg);
 background-repeat: no-repeat;
 background-position: left center;
 min-height: 398px;
 padding-left: 468px;
}

.header__text-dmca {
 font-size: 18px;
 color: #bfc9da;
 line-height: 32px;
}

.header__subtitle {
 color: #bfc9da;
 font-size: 26px;
 line-height: 32px;
 font-style: italic;
 margin-bottom: 30px;
}

.instruction {
 padding-top: 112px;
}

.instruction__title {
 color: #1d2127;
 font-size: 42px;
 line-height: 50px;
 margin-bottom: 30px;
}

.instruction__text {
 font-size: 18px;
 color: #525252;
 line-height: 32px;
 max-width: 716px;
 width: 100%;
}

.instruction__item {
 background-color: #fff;
 border-radius: 4px;
 position: relative;
 padding: 50px 40px;
}

.instruction__item+.instruction__item {
 margin-top: 10px;
}

.instruction__item-1 {
 padding: 25px 40px;
}

.instruction__item-1 .instruction__step {
 margin-bottom: 15px;
}

.instruction__inner {
 margin-top: 45px;
}

.instruction__step {
 color: #9a9da2;
 margin-bottom: 30px;
 font-size: 16px;
}

.instruction__text-link {
 font-size: 24px;
 color: #1d2127;
 line-height: 32px;
}

.instruction__text-link .instruction__link {
 color: #f03382;
 border-bottom: 1px solid rgba(240,51,130,0.2);
 -webkit-transition: all .2s;
 -o-transition: all .2s;
 transition: all .2s;
}

.instruction__text-link .instruction__link:hover {
 border-bottom: 1px solid #f03382;
}

.instruction__link-arrow {
 width: 19px;
 height: 19px;
 background-image: url(../images/angle__link.svg);
 position: absolute;
 right: 40px;
 top: 50%;
 -webkit-transform: translateY(-50%);
 -ms-transform: translateY(-50%);
 transform: translateY(-50%);
}

.instruction__item-2 {
 padding: 55px 40px;
}

.instruction__item-2 .instruction__step {
 margin-bottom: 40px;
}

.instruction__inner-box {
 padding-left: 30px;
}

.instruction__inner-box+.instruction__inner-box {
 margin-top: 30px;
}

.instruction__text-bold {
 color: #1d2127;
 font-size: 20px;
 position: relative;
}

.instruction__text-bold span {
 text-transform: uppercase;
}

.instruction__text-bold::before {
 content: '';
 width: 17px;
 height: 2px;
 background-color: #000;
 position: absolute;
 left: -30px;
 top: 50%;
 -webkit-transform: translateY(-50%);
 -ms-transform: translateY(-50%);
 transform: translateY(-50%);
}

.instruction__inner-text {
 margin-top: 10px;
 font-size: 18px;
 color: #9a9da2;
 line-height: 26px;
}

.instruction__text-grey {
 color: #9a9da2;
 font-size: 18px;
 line-height: 26px;
}

.instruction__text-black {
 font-size: 18px;
 color: #525252;
 line-height: 26px;
 margin-bottom: 20px;
}

.instruction__text-black span {
 color: #6681f2;
}

.instruction__example {
 color: #f03382;
}

.instruction__item-box {
 padding-left: 30px;
}

.instruction__item-3 .instruction__inner-box {
 margin-bottom: 25px;
}

.instruction__item-3 .instruction__text-grey {
 margin-bottom: 20px;
 max-width: 885px;
}

.instruction__item-3 .instruction__text-grey.last {
 margin-bottom: 40px;
}

.instruction__item-3 .instruction__text-black {
 max-width: 810px;
}

.instruction__example {
 font-size: 18px;
 line-height: 28px;
 padding-bottom: 1px;
 border-bottom: 1px dotted rgba(240,51,130,0.3);
 -webkit-transition: all .2s;
 -o-transition: all .2s;
 transition: all .2s;
}

.instruction__example:hover {
 border-bottom: 1px dotted #f03382;
}

.instruction__item-4 .instruction__inner-box {
 margin-bottom: 30px;
}

.instruction__item-4 .instruction__text-grey {
 margin-bottom: 40px;
}

.instruction__item-5 .instruction__inner-box {
 margin-bottom: 30px;
}

.instruction__item-5 .instruction__text-grey {
 margin-bottom: 20px;
}

.instruction__item-5 .instruction__text-grey+.instruction__text-grey {
 margin-bottom: 40px;
}

.instruction__inner-title {
 font-size: 18px;
 line-height: 26px;
 color: #525252;
 margin-bottom: 25px;
}

.instruction__title-2 {
 margin-top: 30px;
 margin-bottom: 30px;
}

.instruction__wrapper-pink {
 background-color: #ffe1e7;
 border-radius: 4px;
 padding: 20px 30px;
 font-size: 18px;
 line-height: 35px;
 color: #1c1c1c;
}

.instruction__wrapper-pink+.instruction__wrapper-pink {
 margin-top: 10px;
 margin-bottom: 30px;
}

.instruction__text-pink {
 max-width: 575px;
}

.instruction__text-pink span {
 font-size: 24px;
 font-weight: 700;
}

.instruction__item-6 .instruction__inner-box {
 margin-bottom: 25px;
}

.instruction__item-7 .instruction__link {
 display: inline-block;
}

.instruction__help,.typical__cooperation {
 margin-top: 50px;
 background-image: url(../images/help__bg.svg);
 background-repeat: no-repeat;
 background-position: right center;
 background-size: contain;
 padding: 40px 40px 50px;
 background-color: #171e29;
 border-radius: 6px;
 margin-bottom: 120px;
}

.instruction__help-title {
 font-size: 40px;
 line-height: 55px;
 margin-top: 50px;
 margin-bottom: 40px;
 max-width: 683px;
}

.instruction__help-link {
 width: 167px;
 height: 42px;
 background-color: #f03382;
 border-radius: 21px;
 padding: 10px;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 padding-right: 30px;
 position: relative;
 -webkit-transition: all .2s;
 -o-transition: all .2s;
 transition: all .2s;
}

.instruction__help-link:hover {
 background-color: #d71d6b;
}

.instruction__help-link::after {
 content: '';
 background-image: url(../images/angle-right.svg);
 width: 13px;
 height: 12px;
 position: absolute;
 background-repeat: no-repeat;
 background-position: center;
 top: 50%;
 -webkit-transform: translateY(-50%);
 -ms-transform: translateY(-50%);
 transform: translateY(-50%);
 right: 26px;
}

.remove-bg {
 background-image: none;
 height: auto;
}

.typical__cooperation {
 max-width: 980px;
 margin: 50px auto;
}

.typical__cooperation span {
 display: block;
 color: #9a9da2;
 margin-bottom: 30px;
 font-size: 16px;
}

.typical__cooperation p {
 line-height: 40px;
 font-size: 24px;
 color: #fff;
}

.typical__cooperation a {
 color: #f03382;
 -webkit-transition: all .3s;
 -o-transition: all .3s;
 transition: all .3s;
}

.typical__cooperation a:hover {
 color: #cf367f;
}

.container-typical h1 {
 font-size: 50px;
 line-height: 75px;
 color: #1d2127;
 margin-top: 150px;
 max-width: 818px;
 margin-bottom: 65px;
}

.container-typical h2 {
 font-size: 42px;
 line-height: 56px;
 color: #1d2127;
 margin-bottom: 50px;
}

.container-typical h3 {
 font-size: 36px;
 line-height: 46px;
 color: #1d2127;
 margin-bottom: 50px;
}

.container-typical h4 {
 font-size: 28px;
 line-height: 36px;
 color: #1d2127;
 margin-bottom: 45px;
}

.container-typical ol {
 color: #525252;
 font-size: 16px;
 line-height: 24px;
 list-style: none;
 counter-reset: myCounter;
 padding-left: 0;
 margin: 25px 0;
}

.container-typical ol li+li {
 margin-top: 10px;
}

.container-typical ol li::before {
 counter-increment: myCounter;
 content: counter(myCounter);
 color: #b7b7b7;
 margin-right: 8px;
}

.container-typical ol>li>ol {
 list-style: none;
 counter-reset: secondCounter;
 padding-left: 32px;
 margin: 0;
}

.container-typical ol>li>ol li {
 position: relative;
 margin-top: 10px;
}

.container-typical ol>li>ol li::before {
 counter-increment: secondCounter;
 content: counter(secondCounter);
 color: #b7b7b7;
 margin-right: 8px;
}

.container-typical ol>li>ol li::after {
 content: '3.';
 color: #b7b7b7;
 margin-right: 8px;
 position: absolute;
 left: -13px;
}

.container-typical p {
 line-height: 32px;
 color: #525252;
 font-size: 18px;
 margin: 20px 0;
}

.container-typical p a {
 color: #f03382;
 border-bottom: 1px solid rgba(240,51,130,0.3);
 -webkit-transition: all .2s;
 -o-transition: all .2s;
 transition: all .2s;
}

.container-typical p a:hover {
 color: #cf367f;
 border-bottom: 1px solid #f03382;
}

.container-typical .typical__cooperation p {
 color: #fff;
}

.container-typical strong {
 font-size: 19px;
 color: #1f242d;
 font-style: italic;
 font-weight: 600;
 margin-bottom: 70px;
}

.container-typical strong span:last-child {
 margin-top: 15px;
 display: block;
}

.container-typical ul {
 list-style: none;
 margin: 25px 0;
 padding: 0;
}

.container-typical ul>li>ul {
 margin: 0;
 padding: 0;
 list-style: none;
}

.container-typical ul>li {
 color: #525252;
 font-size: 16px;
 line-height: 24px;
 position: relative;
 padding-left: 25px;
}

.container-typical ul>li+li {
 margin-top: 15px;
}

.container-typical ul>li::before {
 content: '';
 position: absolute;
 width: 4px;
 height: 4px;
 border-radius: 50%;
 background-color: #f03382;
 left: 10px;
 top: 10px;
}

.container-typical ul>li:last-child::before {
 display: none;
}

.container-typical li>ul>li {
 font-size: 16px;
 color: #525252;
 line-height: 24px;
 padding-left: 50px;
 position: relative;
 margin-top: 15px;
}

.container-typical li>ul>li+li {
 margin-top: 15px;
}

.container-typical li>ul>li::before {
 content: '';
 position: absolute;
 width: 4px;
 height: 4px;
 border-radius: 50%;
 background-color: #a8a8a8;
 left: 25px;
 top: 10px;
}

.container-typical li>ul>li::after {
 content: '';
 position: absolute;
 width: 4px;
 height: 4px;
 border-radius: 50%;
 background-color: #a8a8a8;
 left: 35px;
 top: 10px;
}

.container-typical li>ul>li:last-child::before {
 display: block;
}

.slider {
 margin-top: 40px;
 margin-bottom: 90px;
}

.slider__item {
 background-size: cover;
 background-repeat: no-repeat;
 background-position: center;
 height: 600px;
 border-radius: 5px;
}

.slider__wrapper {
 position: relative;
}

.controls {
 width: 42px;
 height: 42px;
 background-color: rgba(255,255,255,0.1);
 border-radius: 50%;
 position: absolute;
 top: 50%;
 -webkit-transform: translateY(-50%);
 -ms-transform: translateY(-50%);
 transform: translateY(-50%);
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 z-index: 2;
 cursor: pointer;
 -webkit-transition: all .2s;
 -o-transition: all .2s;
 transition: all .2s;
}

.controls svg path {
 -webkit-transition: all .2s;
 -o-transition: all .2s;
 transition: all .2s;
}

.controls:hover {
 background-color: #fff;
}

.controls:hover svg path {
 fill: #000;
}

.slider__prev {
 left: 30px;
}

.slider__next {
 right: 30px;
}

.gallery {
 margin-bottom: 100px;
}

.typical-text {
 margin-bottom: 35px;
}

.gallery__inner-top {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
}

.gallery__item {
 background-repeat: no-repeat;
 background-size: cover;
 background-position: center;
 position: relative;
}

.gallery__item:hover .gallery__link {
 visibility: visible;
 opacity: 1;
}

.gallery__link {
 background-color: rgba(254,65,142,0.85);
 border-radius: 10px;
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 visibility: hidden;
 opacity: 0;
 -webkit-transition: all .2s;
 -o-transition: all .2s;
 transition: all .2s;
}

.gallery__link img {
 display: none;
}

.gallery__link::after {
 content: '';
 position: absolute;
 left: 50%;
 top: 50%;
 -webkit-transform: translate(-50%, -50%);
 -ms-transform: translate(-50%, -50%);
 transform: translate(-50%, -50%);
 width: 18px;
 height: 18px;
 background-image: url(../images/plus.svg);
 background-repeat: no-repeat;
 background-position: center;
}

.gallery__inner-top {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -ms-flex-wrap: wrap;
 flex-wrap: wrap;
}

.gallery__inner-top .gallery__item {
 max-width: 49.7%;
 width: 100%;
 height: 297px;
 margin-bottom: 0.53%;
}

.gallery__inner-top .gallery__item+.gallery__item {
 margin-left: 0.53%;
}

.gallery__inner-top .gallery__item.disable-margin {
 margin: 0;
}

.gallery__inner-top .gallery__item.gallery__small {
 width: 24.6%;
 height: 146px;
}

.gallery__inner-top .gallery__item.gallery__small+.gallery__item.gallery__small {
 margin-left: 0.53%;
}

.tables {
 margin-bottom: 100px;
}

.table__typical {
 margin-bottom: 50px;
 width: 100%;
 overflow-x: scroll;
}

.table__typical table {
 width: 100%;
 border-collapse: collapse;
}

.table__typical thead {
 background-color: #000;
 border: none;
 border-spacing: 0;
}

.table__typical th {
 font-size: 14px;
 font-weight: 500;
 padding: 18px;
 padding-left: 22px;
 text-align: left;
}

.table__typical tbody {
 color: #525252;
 font-size: 14px;
}

.table__typical tbody tr:nth-child(2n) {
 background-color: #fff;
}

.table__typical td {
 padding: 18px;
 padding-left: 22px;
}

table {
 border-collapse: collapse;
 overflow-x: auto;
 display: block;
}

.tables__vertical {
 width: 100%;
 display: block;
 overflow-x: scroll;
 margin-bottom: 50px;
}

.tables__vertical thead {
 border-spacing: 0;
 color: #525252;
 border-collapse: collapse;
}

.tables__vertical th {
 font-size: 14px;
 font-weight: 500;
 padding: 18px;
 padding-left: 22px;
 text-align: left;
}

.tables__vertical tbody {
 color: #525252;
 font-size: 14px;
}

.tables__vertical tbody tr:nth-child(odd) {
 background-color: #fff;
}

.tables__vertical td {
 padding: 18px;
 padding-left: 22px;
}

.tables__without {
 width: 100%;
 overflow-x: scroll;
}

.tables__without thead {
 border-spacing: 0;
 color: #525252;
 border-collapse: collapse;
}

.tables__without th {
 font-size: 14px;
 font-weight: 500;
 padding: 18px;
 padding-left: 22px;
 text-align: left;
}

.tables__without tbody {
 color: #525252;
 font-size: 14px;
}

.tables__without tbody tr:nth-child(even) {
 background-color: #fff;
}

.tables__without td {
 padding: 18px;
 padding-left: 22px;
}

caption {
 font-size: 14px;
 color: #6e7179;
 text-align: left;
 margin-bottom: 18px;
}

.list {
 margin-bottom: 100px;
}

.list__circles {
 margin-bottom: 25px;
 list-style: none;
 padding-left: 0;
}

.list__circles ul {
 list-style: none;
 padding-left: 0;
}

.list__subtitle {
 color: #525252;
 line-height: 32px;
 font-size: 18px;
 margin-bottom: 25px;
}

.video__text {
 margin-bottom: 45px;
}

.video__inner {
 height: 506px;
 background-image: url(../images/bg_video.jpg);
 background-repeat: no-repeat;
 background-size: cover;
 background-position: center;
 position: relative;
 margin-bottom: 65px;
 cursor: pointer;
}

.video__inner::after {
 content: '';
 width: 68px;
 height: 68px;
 background-color: #fe418e;
 background-image: url(../images/play_icon.svg);
 background-repeat: no-repeat;
 background-position: center;
 position: absolute;
 top: 50%;
 left: 50%;
 -webkit-transform: translate(-50%, -50%);
 -ms-transform: translate(-50%, -50%);
 transform: translate(-50%, -50%);
 border-radius: 50%;
 cursor: pointer;
 -webkit-transition: all .2s;
 -o-transition: all .2s;
 transition: all .2s;
}

.video__inner:hover::after {
 background-color: #cf367f;
}

.video__inner-text {
 position: absolute;
 font-size: 18px;
 text-align: center;
 left: 0;
 right: 0;
 bottom: 30%;
}

.files {
 margin-bottom: 50px;
}

.files__item {
 max-width: 420px;
 padding-left: 70px;
 position: relative;
}

.files__item::before {
 content: '';
 width: 46px;
 height: 55px;
 position: absolute;
 left: 0;
 top: 6px;
 background-image: url(../images/file.svg);
 background-position: left top;
 background-repeat: no-repeat;
 background-size: cover;
}

.files__item+.files__item {
 margin-top: 50px;
}

.files__title {
 color: #9a9da2;
 font-size: 14px;
 font-weight: 500;
 line-height: 28px;
 text-transform: uppercase;
}

.files__link {
 color: #1d2127;
 font-size: 14px;
 line-height: 28px;
 display: inline;
 -webkit-transition: all .2s;
 -o-transition: all .2s;
 transition: all .2s;
 border-bottom: 1px solid rgba(29,33,39,0.2);
}

.files__link:hover {
 color: #fe418e;
 border-bottom: 1px solid rgba(254,65,142,0.2);
}

.header__model-title {
 font-size: 50px;
 line-height: 75px;
 margin-bottom: 65px;
 position: relative;
}

.header__model-title::after {
 content: '';
 position: absolute;
 display: block;
 width: 130px;
 height: 4px;
 background-color: #cf367f;
 left: 0;
 bottom: -13px;
}

.header__model-text {
 color: #a8aab3;
 line-height: 32px;
 font-size: 19px;
}

.income {
 padding: 135px 0 400px;
}

.income__item {
 color: #525252;
 font-size: 18px;
 line-height: 32px;
 padding: 40px 0 40px 350px;
 background-repeat: no-repeat;
 background-size: contain;
}

.income__item-title {
 color: #1d2127;
 font-size: 42px;
 line-height: 50px;
 margin-bottom: 40px;
}

.income__item-1 {
 background-image: url(../images/income_img-1.svg);
 background-position: left center;
 margin-bottom: 130px;
}

.income__item.image-right {
 background-image: url(../images/income_img-2.svg);
 padding: 40px 374px 40px 0;
 background-position: right center;
}

.income__link {
 color: #f03382;
 border-bottom: 1px solid rgba(240,51,130,0.2);
 -webkit-transition: all .2s;
 -o-transition: all .2s;
 transition: all .2s;
}

.income__link:hover {
 border-bottom: 1px solid #f03382;
}

.better {
 background-color: #dbe1e9;
 padding: 370px 0 200px;
 position: relative;
}

.better__title {
 color: #171e29;
 font-size: 50px;
 line-height: 65px;
 margin-bottom: 40px;
 max-width: 487px;
}

.better__text {
 color: #171e29;
 font-size: 18px;
 line-height: 32px;
}

.better__inner {
 background-image: url(../images/better_img.svg);
 background-position: right center;
 background-size: contain;
 background-repeat: no-repeat;
 padding-right: 387px;
 margin-bottom: 100px;
}

.better__studio {
 width: 480px;
 height: 61px;
 display: block;
 background-repeat: no-repeat;
 background-position: 20px center;
 background-color: #fff;
 position: relative;
 padding: 17px 20px;
 border-radius: 10px;
 -webkit-box-shadow: 0 10px 37px rgba(0,0,0,0.11);
 box-shadow: 0 10px 37px rgba(0,0,0,0.11);
 margin-bottom: 16px;
 text-align: right;
 -webkit-transition: all .2s;
 -o-transition: all .2s;
 transition: all .2s;
}

.better__studio:hover {
 -webkit-box-shadow: 0 0 0 rgba(0,0,0,0.11);
 box-shadow: 0 0 0 rgba(0,0,0,0.11);
}

.better__studio:hover .better__link {
 border-bottom: 1px solid #f03382;
}

.better__studio:nth-child(even) {
 margin-left: 20px;
}

.better__content {
 margin-left: -30px;
 position: relative;
 padding-top: 100px;
}

.better__content .slick-dots {
 list-style: none;
 top: 0;
 left: 30px;
 padding-left: 0;
 position: absolute;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 width: 95%;
 -webkit-box-pack: justify;
 -ms-flex-pack: justify;
 justify-content: space-between;
 border-bottom: 1px solid #bfccdd;
}

.better__content .slick-dots .slick-active {
 position: relative;
 color: #f03382;
}

.better__content .slick-dots .slick-active::after {
 content: '';
 position: absolute;
 left: 0;
 bottom: -1px;
 height: 1px;
 width: 100%;
 background-color: #f03382;
 z-index: 2;
}

.better__content .slick-dots li {
 display: inline-block;
 padding: 20px 0;
 color: #455369;
 font-size: 20px;
}

.better__content .slick-dots li button {
 display: none;
}

.better__content .slick-dots li:first-child::before {
 content: 'Студия';
}

.better__content .slick-dots li:nth-child(2)::before {
 content: 'Дом';
}

.better__content .slick-dots li:last-child::before {
 content: 'Рекомендуемые сайты';
}

.better__link {
 color: #f03382;
 line-height: 28px;
 position: absolute;
 right: 20px;
 top: 50%;
 -webkit-transform: translateY(-50%);
 -ms-transform: translateY(-50%);
 transform: translateY(-50%);
 z-index: 2;
 font-size: 18px;
 -webkit-transition: all .2s;
 -o-transition: all .2s;
 transition: all .2s;
 border-bottom: 1px solid rgba(240,51,130,0.3);
}

.better__item.websites {
 padding: 30px;
 display: -webkit-box !important;
 display: -ms-flexbox !important;
 display: flex !important;
 -ms-flex-wrap: wrap;
 flex-wrap: wrap;
}

.better__item-plus {
 background-color: #fff;
 padding: 40px;
 padding-bottom: 65px;
 -webkit-box-shadow: 0 5px 16px rgba(76,105,144,0.13);
 box-shadow: 0 5px 16px rgba(76,105,144,0.13);
 border-radius: 10px;
 max-width: 480px;
 width: 100%;
}

.better__subtitle {
 color: #9198b4;
 font-size: 16px;
 font-weight: 500;
 margin-bottom: 35px;
}

.better__plus-list {
 list-style: none;
 padding-left: 0;
}

.better__item.studios {
 display: -webkit-box !important;
 display: -ms-flexbox !important;
 display: flex !important;
 margin-left: 30px;
}

.better__item.studios {
 margin-top: 30px;
}

.better__item-plus+.better__item-plus {
 margin-left: 20px;
}

.better__plus-item {
 color: #455369;
 line-height: 28px;
 font-size: 18px;
 position: relative;
 padding-left: 25px;
}

.better__plus-item::after {
 content: '';
 width: 5px;
 height: 5px;
 background-color: #f03382;
 border-radius: 50%;
 position: absolute;
 left: 0;
 top: 10px;
}

.better__plus-item+.better__plus-item {
 margin-top: 30px;
}

.restriction__wrapper {
 position: absolute;
 max-width: 1280px;
 width: 100%;
 left: 50%;
 -webkit-transform: translateX(-50%);
 -ms-transform: translateX(-50%);
 transform: translateX(-50%);
 top: 40px;
}

.restriction {
 padding: 100px 70px 80px 80px;
 background-color: #dbe1e9;
 border-radius: 10px;
 position: absolute;
 left: 50%;
 -webkit-transform: translateX(-50%);
 -ms-transform: translateX(-50%);
 transform: translateX(-50%);
 top: -270px;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 max-width: 1280px;
 width: 98%;
 background-image: url(../images/restriction_img.svg);
 background-repeat: no-repeat;
 background-position: right bottom;
 z-index: 3;
 -webkit-box-shadow: 0 5px 16px rgba(76,105,144,0.13);
 box-shadow: 0 5px 16px rgba(76,105,144,0.13);
}

.restriction__after {
 width: 85%;
 border-radius: 10px;
 background-color: #d3d9e2;
 height: 200px;
 position: absolute;
 left: 50%;
 -webkit-transform: translateX(-50%);
 -ms-transform: translateX(-50%);
 transform: translateX(-50%);
 z-index: 2;
 bottom: -87px;
}

.restriction__before {
 width: 80%;
 border-radius: 10px;
 background-color: #c8d0db;
 height: 200px;
 position: absolute;
 left: 50%;
 -webkit-transform: translateX(-50%);
 -ms-transform: translateX(-50%);
 transform: translateX(-50%);
 z-index: 1;
 top: -97px;
}

.restriction__title {
 color: #1d2127;
 font-size: 42px;
 line-height: 55px;
 margin-right: 70px;
 max-width: 397px;
 width: 151%;
 display: block;
}

.restriction__text {
 font-size: 18px;
 color: #525252;
 line-height: 32px;
}

.work-home {
 background-color: #fff;
 padding-top: 450px;
 padding-bottom: 170px;
 position: relative;
}

.work-home .better__link {
 border: none;
}

.work-home .better__link::before {
 content: '';
 position: absolute;
 width: 100%;
 left: 0;
 bottom: 0;
 height: 0.75px;
 background-color: rgba(240,51,130,0.3);
 -webkit-transition: all .3s;
 -o-transition: all .3s;
 transition: all .3s;
}

.work-home .better__studio:hover .better__link {
 border: none;
}

.work-home .better__studio:hover .better__link::before {
 background-color: #f03382;
}

.work-home .instruction__help {
 position: absolute;
 left: 50%;
 -webkit-transform: translateX(-51%);
 -ms-transform: translateX(-51%);
 transform: translateX(-51%);
 top: -14%;
 width: 1100px;
 -webkit-box-shadow: 0 10px 37px rgba(0,0,0,0.32);
 box-shadow: 0 10px 37px rgba(0,0,0,0.32);
 border-radius: 6px;
}

.work-home .instruction__help .instruction__help-link {
 padding-right: 60px;
 padding-left: 20px;
 padding-top: 11.5px;
 width: auto;
 display: inline-block;
}

.work-home .instruction__help .instruction__help-title {
 margin-top: 40px;
 margin-bottom: 40px;
}

.work-home .instruction__help .instruction__help-text {
 font-size: 18px;
 line-height: 28px;
 margin-bottom: 40px;
 max-width: 801px;
 width: 100%;
}

.work-home__title {
 color: #171e29;
 font-size: 42px;
 text-align: center;
 line-height: 50px;
 margin-bottom: 90px;
}

.work-home__inner {
 background-image: url(../images/work-home_img.svg);
 background-repeat: no-repeat;
 background-position: left center;
 background-size: contain;
 padding-left: 600px;
}

.work-home__inner .better__studio {
 margin-left: 0;
}

.better__link.work-home__more {
 display: none;
}

.work-home .better__studio::before {
 display: none;
}

.instruction__help-text.work-home__hide {
 display: none;
}

.work-home__text {
 color: #171e29;
 line-height: 32px;
 font-size: 20px;
 max-width: 302px;
 width: 100%;
 margin-bottom: 20px;
}

.work-home__link {
 border-radius: 21px;
 max-width: 480px;
 width: 100%;
 background-color: #f03382;
 height: 42px;
 padding: 10px 25px;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 margin-top: 30px;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 font-size: 18px;
 position: relative;
 -webkit-transition: all .3s;
 -o-transition: all .3s;
 transition: all .3s;
}

.work-home__link:hover {
 background-color: #d71d6b;
}

.work-home__link::after {
 content: '';
 position: absolute;
 background-image: url(../images/angle-right.png);
 width: 13px;
 height: 12px;
 background-repeat: no-repeat;
 right: 28px;
 top: 50%;
 -webkit-transform: translateY(-40%);
 -ms-transform: translateY(-40%);
 transform: translateY(-40%);
}

.verification {
 background-color: #f2f2f2;
 padding: 138px 0 168px;
 position: relative;
}

.verification__title {
 color: #171e29;
 font-size: 42px;
 line-height: 50px;
 margin-bottom: 20px;
}

.verification__inner {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-shadow: 0 0 28px rgba(42,46,53,0.1);
 box-shadow: 0 0 28px rgba(42,46,53,0.1);
 border-radius: 10px;
 position: relative;
}

.tab {
 width: 306px;
 padding: 35px 20px 35px 20px;
 display: block;
 cursor: pointer;
 color: #525252;
 font-size: 16px;
 line-height: 26px;
 border: 1px solid #e8e8e8;
 border-left: none;
 -webkit-transition: all .2s;
 -o-transition: all .2s;
 transition: all .2s;
}

.tab:hover {
 color: #f03382;
}

.tab:first-child {
 border-top: none;
 border-top-left-radius: 10px;
}

.tab:last-child {
 border-bottom: none;
 border-bottom-left-radius: 10px;
}

.tab.active {
 background-color: #171e29;
 border-left: 4px solid #f03382;
 padding-left: 35px;
 padding-right: 5px;
 color: #fff;
}

.tab_content {
 background-color: #fff;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 padding: 40px 70px 40px 50px;
 position: relative;
}

.tab_content .tab-item {
 display: none;
}

.tab_content .tab-item:first-child {
 display: block;
}

.tab-item__title {
 color: #1d2127;
 line-height: 36px;
 font-size: 28px;
 margin-bottom: 35px;
}

.tab-item__text {
 color: #525252;
 font-size: 18px;
 line-height: 32px;
}

.verification__img {
 position: absolute;
 right: 77px;
 top: -84px;
 z-index: 1;
 width: 124px;
}

.verification__inner.verification-mobile {
 display: none;
}

.requirements__inner-top {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 margin-bottom: 60px;
}

.requirements__inner-top .gallery__inner {
 width: 100%;
}

.requirements__inner-top .gallery__item {
 height: 297px;
}

.requirements__inner-top .gallery__item img {
 width: 100%;
 height: 297px;
}

.requirements__inner-top .gallery__item img:nth-child(2) {
 display: none;
}

.requirements__inner-top .gallery__item .gallery__link {
 height: 297px;
}

.requirements__inner-top .gallery__item.gallery__small {
 height: 146px;
}

.requirements__inner-top .gallery__item.gallery__small img {
 height: 146px;
}

.requirements__inner-top .gallery__item.gallery__small .gallery__link {
 height: 146px;
}

.requirements {
 background-color: #fff;
 padding: 140px;
}

.requirements__content {
 width: 80%;
 padding-right: 134px;
}

.requirements__title {
 color: #171e29;
 font-size: 42px;
 line-height: 50px;
 margin-bottom: 55px;
}

.requirements__text {
 color: #525252;
 font-size: 18px;
 line-height: 32px;
}

.requirements__inner-bottom {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
}

.requirements__inner-box {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 width: 47%;
}

.requirements__text-bottom {
 color: #525252;
 font-size: 18px;
 line-height: 32px;
 max-width: 601px;
 width: 100%;
}

.customization {
 background-color: #dbe1e9;
 padding: 140px 140px 285px;
}

.customization__title {
 color: #171e29;
 line-height: 50px;
 font-size: 42px;
 text-align: center;
 margin-bottom: 48px;
}

.customization__text {
 color: #525252;
 font-size: 18px;
 line-height: 32px;
 margin-bottom: 64px;
 text-align: center;
}

.customization__item {
 background-color: #fff;
 -webkit-box-shadow: 0 5px 16px rgba(76,105,144,0.13);
 box-shadow: 0 5px 16px rgba(76,105,144,0.13);
 border-radius: 10px;
 padding: 80px 50px 50px 50px;
 max-width: 513px;
 width: 100%;
 position: relative;
 overflow: hidden;
}

.customization__item+.customization__item {
 margin-left: 40px;
}

.customization__item::before {
 font-size: 40px;
 position: absolute;
 color: rgba(219,225,233,0.2);
 font-weight: 700;
 font-size: 232px;
 right: -50px;
 bottom: -70px;
}

.customization__item-1::before {
 content: '1';
}

.customization__item-2::before {
 content: '2';
}

.customization__item-3::before {
 content: '3';
}

.customization__logo {
 position: absolute;
 right: 40px;
 top: 40px;
}

.customization__inner-title {
 color: #1d2127;
 font-size: 28px;
 line-height: 36px;
 margin-bottom: 35px;
}

.customization__inner-text {
 color: #455369;
 font-size: 18px;
 line-height: 28px;
 margin-bottom: 35px;
}

.customization__link {
 color: #f03382;
 font-size: 18px;
 line-height: 28px;
 display: inline-block;
 position: relative;
 overflow: hidden;
}

.customization__link::after {
 content: '..................................';
 letter-spacing: 1px;
 position: absolute;
 left: 0;
 bottom: -7px;
 font-size: 15px;
 -webkit-transition: all .3s;
 -o-transition: all .3s;
 transition: all .3s;
 color: rgba(240,51,130,0.3);
}

.customization__link:hover::after {
 color: #f03382;
}

.customization__inner {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
}

.customization__instruction {
 color: #667384;
 font-size: 18px;
 line-height: 28px;
 display: inline-block;
 position: relative;
 overflow: hidden;
 margin-left: 40px;
}

.customization__instruction::after {
 content: '........................................................';
 letter-spacing: 1px;
 position: absolute;
 left: 0;
 bottom: -7px;
 font-size: 15px;
 -webkit-transition: all .3s;
 -o-transition: all .3s;
 transition: all .3s;
 color: rgba(102,115,132,0.3);
}

.customization__instruction:hover::after {
 color: #667384;
}

.customazation__box-bottom {
 text-align: center;
}

.customization__more {
 text-align: center;
 display: inline-block;
 text-align: center;
 margin-top: 50px;
 font-size: 18px;
 color: #667384;
 line-height: 25px;
 border-bottom: 1px solid rgba(102,115,132,0.3);
 -webkit-transition: all .2s;
 -o-transition: all .2s;
 transition: all .2s;
}

.customization__more:hover {
 border-bottom: 1px solid #667384;
}

.cards {
 padding: 400px 400px 160px 250px;
 background-color: #171e29;
 position: relative;
}

.cards .instruction__help {
 position: absolute;
 left: 50%;
 -webkit-transform: translateX(-50%);
 -ms-transform: translateX(-50%);
 transform: translateX(-50%);
 top: -14%;
 max-width: 1100px;
 width: 100%;
 -webkit-box-shadow: 0 10px 37px rgba(0,0,0,0.32);
 box-shadow: 0 10px 37px rgba(0,0,0,0.32);
 border-radius: 6px;
}

.cards .instruction__help .instruction__help-link {
 padding-right: 60px;
 padding-left: 20px;
 padding-top: 11.5px;
 width: auto;
 display: inline-block;
}

.cards .instruction__help .instruction__help-title {
 margin-top: 40px;
 margin-bottom: 40px;
}

.cards .instruction__help .instruction__help-text {
 font-size: 18px;
 line-height: 28px;
 margin-bottom: 40px;
 max-width: 801px;
 width: 100%;
}

.cards__title {
 font-size: 42px;
 line-height: 50px;
 margin-bottom: 60px;
}

.cards__text {
 color: #a8aab3;
 font-size: 18px;
 line-height: 32px;
}

.cards__wrapper {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-pack: justify;
 -ms-flex-pack: justify;
 justify-content: space-between;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
}

.cards__inner {
 margin-left: 178px;
}

.cards__item {
 padding: 38px 50px 40px;
 -webkit-box-shadow: 0 5px 16px rgba(76,105,144,0.13);
 box-shadow: 0 5px 16px rgba(76,105,144,0.13);
 border-radius: 10px;
 background-color: #29313e;
 width: 513px;
}

.cards__item+.cards__item {
 margin-top: 20px;
}

.cards__img {
 margin-bottom: 35px;
 display: block;
}

.cards__connect,.cards__how {
 color: #667384;
 font-size: 18px;
 line-height: 28px;
 display: inline-block;
 border-bottom: 1px solid rgba(102,115,132,0.3);
 -webkit-transition: all .2s;
 -o-transition: all .2s;
 transition: all .2s;
}

.cards__connect:hover,.cards__how:hover {
 border-bottom: 1px solid #667384;
}

.cards__how {
 margin-left: 55px;
}

.successful {
 background-color: #dbe1e9;
 padding: 110px 0 210px;
 background-image: url(../images/success_bg.svg);
 background-repeat: no-repeat;
 background-position: -350px -80px;
 background-size: 130%;
}

.successful__title {
 color: #1f242d;
 font-size: 50px;
 line-height: 75px;
 text-align: center;
 margin: 0 auto 90px;
 max-width: 718px;
 width: 100%;
}

.successful__inner {
 display: block;
 background-color: #fff;
 -webkit-box-shadow: 0 5px 16px rgba(76,105,144,0.13);
 box-shadow: 0 5px 16px rgba(76,105,144,0.13);
 border-radius: 6px;
 padding: 40px;
 padding-bottom: 80px;
 background-image: url(../images/successful_img.svg);
 background-repeat: no-repeat;
 background-position: right center;
 background-size: 15% 100%;
}

.successful__inner:hover .successful__link {
 background-color: #d71d6b;
}

.successful__subtitle {
 color: #9a9da2;
 font-size: 16px;
 margin-bottom: 50px;
}

.successful__inner-title {
 color: #171e29;
 font-size: 40px;
 line-height: 55px;
 margin-bottom: 40px;
}

.successful__link.successful__link-hide {
 display: none;
}

.successful__text {
 color: #171e29;
 font-size: 18px;
 line-height: 28px;
 margin-bottom: 40px;
 max-width: 800px;
 width: 100%;
}

.successful__link {
 border-radius: 21px;
 background-color: #f03382;
 height: 42px;
 max-width: 382px;
 width: 100%;
 padding: 10px 25px;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 margin-top: 30px;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 font-size: 18px;
 position: relative;
 -webkit-transition: all .3s;
 -o-transition: all .3s;
 transition: all .3s;
}

.successful__link::after {
 content: '';
 position: absolute;
 background-image: url(../images/angle-right.png);
 width: 13px;
 height: 12px;
 background-repeat: no-repeat;
 right: 28px;
 top: 50%;
 -webkit-transform: translateY(-40%);
 -ms-transform: translateY(-40%);
 transform: translateY(-40%);
}

.legality {
 background-color: #dbe1e9;
 padding: 120px 250px 150px 140px;
}

.legality__inner {
 padding-left: 550px;
 background-image: url(../images/legality__img.svg);
 background-repeat: no-repeat;
 background-position: 10% center;
 background-size: 382px 265px;
}

.legality__title {
 margin-bottom: 40px;
}

.legality__text {
 max-width: 800px;
 width: 100%;
}

.legality__subtitle {
 margin-top: 20px;
 margin-bottom: 20px;
}

.legality__list {
 margin: 0;
 padding: 0;
 color: #525252;
 font-size: 16px;
 line-height: 24px;
 list-style: none;
 padding-left: 20px;
}

.legality__item {
 position: relative;
 padding-left: 11px;
}

.legality__item::after {
 content: '';
 width: 4px;
 height: 4px;
 background-color: #f03382;
 position: absolute;
 left: 0;
 top: 10px;
 border-radius: 50%;
}

.legality__item+.legality__item {
 margin-top: 15px;
}

.income__studio {
 padding-top: 0;
 padding-bottom: 120px;
 background-color: #dbe1e9;
}

.income__studio .income__item-1 {
 background-position: right center;
 padding-left: 0;
 padding-right: 350px;
 margin-bottom: 0;
}

.who {
 padding: 120px 250px 300px;
 background-color: #fff;
}

.who__title {
 margin-bottom: 85px;
 text-align: center;
}

.who__subtitle {
 text-align: center;
 max-width: 831px;
 width: 100%;
 margin: 0 auto 110px;
}

.who__inner {
 padding-left: 40%;
 background-image: url(../images/who_img-bg.svg);
 background-repeat: no-repeat;
 background-size: contain;
 background-position: left center;
}

.methods {
 position: relative;
 background-color: #dbe1e9;
 padding: 300px 150px 240px;
}

.methods .restriction {
 padding: 100px 75px;
 background-image: none;
}

.methods .restriction img {
 position: absolute;
 bottom: 0;
}

.methods .restriction .restriction__img-1 {
 right: 200px;
}

.methods .restriction .restriction__img-2 {
 right: 0;
}

.methods .restriction__after {
 bottom: -56px;
}

.methods .restriction__before {
 top: -128px;
}

.methods .restriction__title {
 min-width: 310px;
 max-width: 310px;
 margin-right: 150px;
}

.methods__title {
 text-align: center;
 margin-bottom: 90px;
}

.methods__item {
 padding: 80px 50px 70px;
 background-color: #fff;
 max-width: 513px;
 width: 100%;
 -webkit-box-shadow: 0 5px 16px rgba(76,105,144,0.13);
 box-shadow: 0 5px 16px rgba(76,105,144,0.13);
 border-radius: 10px;
 position: relative;
 overflow: hidden;
}

.methods__item+.methods__item {
 margin-left: 40px;
}

.methods__item::before {
 font-size: 40px;
 position: absolute;
 color: rgba(219,225,233,0.2);
 font-weight: 700;
 font-size: 232px;
 right: -50px;
 bottom: -70px;
}

.methods__item-1::before {
 content: '1';
}

.methods__item-2::before {
 content: '2';
}

.methods__item-3::before {
 content: '3';
}

.methods__item-title {
 font-size: 28px;
 line-height: 36px;
 margin-bottom: 35px;
 color: #1d2127;
}

.methods__item-text {
 color: #455369;
 font-size: 18px;
 line-height: 28px;
 margin-bottom: 35px;
}

.methods__inner {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
}

.methods__item-link {
 color: #f03382;
 font-size: 18px;
 line-height: 28px;
 position: relative;
 overflow: hidden;
 display: inline-block;
}

.methods__item-link::after {
 content: '.....................................';
 position: absolute;
 letter-spacing: 1px;
 color: rgba(240,51,130,0.3);
 left: 0;
 bottom: -6px;
 -webkit-transition: all .3s;
 -o-transition: all .3s;
 transition: all .3s;
}

.methods__item-link:hover::after {
 color: #f03382;
}

.create {
 background-color: #fff;
 padding-bottom: 320px;
 padding-top: 100px;
}

.create .slick-slide {
 padding: 0 75px;
}

.create .slick-dots {
 max-width: 1100px;
 width: 100%;
 left: 75px;
}

.create .slick-dots li:first-child::before {
 content: 'oopsvr.com';
}

.create .slick-dots li:nth-child(2)::before {
 content: 'chaturbate.com';
}

.create .slick-dots li:nth-child(3)::before {
 content: 'myfreecams.com';
}

.create .slick-dots li:nth-child(4)::before {
 content: 'bongacams.org';
}

.create .slick-dots li:nth-child(5)::before {
 content: 'livejasmin.com';
}

.create .slick-dots li:last-child::before {
 content: 'streamate.com';
}

.create .better__content {
 max-width: 1250px;
 width: 100%;
 margin: 0 auto;
}

.create__title {
 text-align: center;
 margin-bottom: 70px;
}

.create__item {
 display: -webkit-box !important;
 display: -ms-flexbox !important;
 display: flex !important;
 margin-top: 40px;
 margin-bottom: 20px;
 -webkit-box-shadow: 0 0 28px rgba(42,46,53,0.1);
 box-shadow: 0 0 28px rgba(42,46,53,0.1);
 height: 449px;
}

.create__item .tabs {
 background-color: #f2f2f2;
}

.create__item .tab-item__text {
 margin-bottom: 20px;
}

.create__item .tab-item__text a {
 color: #f03382;
 -webkit-transition: all .2s;
 -o-transition: all .2s;
 transition: all .2s;
 border-bottom: 1px solid rgba(240,51,130,0.3);
}

.create__item .tab-item__text a:hover {
 border-bottom: 1px solid #f03382;
}

.create__item .tab_content {
 padding-top: 45px;
 padding-right: 40px;
 display: block;
 padding-bottom: 0;
 overflow-y: auto;
}

.create__item .tab {
 position: relative;
}

.create__item .tab .create__item-subtitle {
 position: absolute;
 top: 16px;
 left: 21px;
 font-size: 13px;
 color: #9198b4;
 -webkit-transition: all .2s;
 -o-transition: all .2s;
 transition: all .2s;
}

.create__item .tab.active .create__item-subtitle {
 left: 35px;
}

.create__title-2 {
 margin-top: 160px;
 margin-bottom: 70px;
 text-align: center;
}

.profit {
 background-color: #171e29;
 padding-top: 420px;
 padding-bottom: 170px;
 position: relative;
}

.profit .instruction__help {
 position: absolute;
 left: 50%;
 -webkit-transform: translateX(-51%);
 -ms-transform: translateX(-51%);
 transform: translateX(-51%);
 top: -14%;
 width: 1100px;
 -webkit-box-shadow: 0 10px 37px rgba(0,0,0,0.32);
 box-shadow: 0 10px 37px rgba(0,0,0,0.32);
 border-radius: 6px;
}

.profit .instruction__help .instruction__help-link {
 padding-right: 60px;
 padding-left: 20px;
 padding-top: 11.5px;
 width: auto;
 display: inline-block;
}

.profit .instruction__help .instruction__help-title {
 margin-top: 40px;
 margin-bottom: 40px;
}

.profit .instruction__help .instruction__help-text {
 font-size: 18px;
 line-height: 28px;
 margin-bottom: 40px;
 max-width: 801px;
 width: 100%;
}

.profit .better__item {
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
}

.profit .better__studio {
 background-color: #29313e;
}

.profit .better__studio .better__link {
 color: #667384;
 border-bottom: 1px solid rgba(102,115,132,0.3);
}

.profit .better__studio:hover .better__link {
 border-bottom: 1px solid #667384;
}

.profit__title {
 color: #fff;
 margin-bottom: 85px;
 text-align: center;
}

.header__title-studio {
 font-size: 70px;
}

.header__title-studio::after {
 display: none;
}

.header__content-studio {
 padding-right: 300px;
 padding-left: 50%;
 background-image: url(../images/studio_header-bg2.svg);
 background-repeat: no-repeat;
 background-size: 35%;
 background-position: 85px center;
}

.header__content-studio a {
 color: #f03382;
 font-size: 18px;
 line-height: 28px;
 position: relative;
 overflow: hidden;
 display: inline-block;
}

.header__content-studio a::after {
 content: '.............................................................................................................';
 position: absolute;
 letter-spacing: 1px;
 color: rgba(240,51,130,0.3);
 left: 0;
 bottom: -6px;
 -webkit-transition: all .3s;
 -o-transition: all .3s;
 transition: all .3s;
}

.header__content-studio a:hover::after {
 color: #f03382;
}

.better__content.create-mobile {
 display: none;
}

.better__content.create-mobile .tabs {
 width: 100%;
}

.better__content.create-mobile .tab {
 position: relative;
 padding: 25px 20px;
 font-size: 15px;
 padding-right: 0;
 width: 100%;
}

.better__content.create-mobile .tab::before {
 content: '\f107';
 font-family: 'icomoon';
 -webkit-transition: all .3s;
 -o-transition: all .3s;
 transition: all .3s;
 position: absolute;
 right: 12px;
 top: 50%;
 -webkit-transform: translateY(-50%);
 -ms-transform: translateY(-50%);
 transform: translateY(-50%);
 color: #adadad;
}

.better__content.create-mobile .tab:first-child,.better__content.create-mobile .tab:last-child {
 border-radius: 0px;
}

.better__content.create-mobile .tab.active {
 border: none;
 background-color: inherit;
 color: #525252;
 padding: 25px 20px;
 padding-right: 0;
}

.better__content.create-mobile .tab.active-mobile {
 background-color: #171e29;
 color: #fff;
}

.better__content.create-mobile .tab.active-mobile::before {
 -webkit-transform: rotate(180deg);
 -ms-transform: rotate(180deg);
 transform: rotate(180deg);
 color: #667384;
 top: 34%;
}

.better__content.create-mobile .tab-item {
 display: block !important;
 visibility: hidden;
 min-height: 0;
 height: 0;
 background-color: #fff;
 -webkit-transition: all .3s;
 -o-transition: all .3s;
 transition: all .3s;
 line-height: 0;
 padding: 0;
}

.better__content.create-mobile .tab-item .tab-item__title {
 font-size: 0;
}

.better__content.create-mobile .tab-item .tab-item__text {
 font-size: 0;
}

.better__content.create-mobile .tab-item.show {
 padding: 20px 20px 36px;
 min-height: 50px;
 height: auto;
 visibility: visible;
 opacity: 1;
}

.better__content.create-mobile .tab-item.show .tab-item__title {
 font-size: 24px;
 -webkit-transition: all .3s;
 -o-transition: all .3s;
 transition: all .3s;
}

.better__content.create-mobile .tab-item.show .tab-item__text {
 font-size: 16px;
 -webkit-transition: all .3s;
 -o-transition: all .3s;
 transition: all .3s;
}

.problems {
 background-color: #dbe1e9;
 padding: 300px 150px 90px;
}

.problems__title {
 color: #1f242d;
 font-size: 42px;
 font-weight: 700;
 line-height: 50px;
 max-width: 433px;
 width: 100%;
 position: relative;
 display: inline-block;
}

.problems__title::after {
 content: '';
 display: block;
 background-color: #f03382;
 height: 2px;
 width: 100%;
 position: absolute;
 left: 0;
 bottom: -15px;
}

.problems__text {
 margin-left: 220px;
 color: #525252;
 line-height: 32px;
 font-size: 18px;
 display: inline-block;
 max-width: 509px;
 width: 100%;
}

.problems__inner {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -ms-flex-wrap: wrap;
 flex-wrap: wrap;
 margin: 0 -15px;
 -webkit-box-align: start;
 -ms-flex-align: start;
 align-items: flex-start;
 margin-top: 90px;
}

.problems__item {
 padding: 33px 41px 33px 30px;
 margin: 0 15px 30px;
 -webkit-box-shadow: 0 5px 16px rgba(76,105,144,0.13);
 box-shadow: 0 5px 16px rgba(76,105,144,0.13);
 border-radius: 10px;
 background-color: #fff;
 width: calc(33.333% - 30px);
 cursor: pointer;
}

.problems__item:hover a {
 color: #f03382;
 border-bottom: 1px solid rgba(240,51,130,0.2);
}

.problems__item a {
 -webkit-transition: all .3s;
 -o-transition: all .3s;
 transition: all .3s;
 line-height: 32px;
 font-size: 18px;
}

.problems__item-text {
 display: inline;
 color: #455369;
 line-height: 32px;
 font-size: 18px;
}

.technical__item {
 -webkit-box-shadow: 0 5px 16px rgba(76,105,144,0.13);
 box-shadow: 0 5px 16px rgba(76,105,144,0.13);
 border-radius: 10px;
 background-color: #29313e;
 max-width: 513px;
 width: 100%;
 padding-top: 65px;
 padding-bottom: 50px;
}

.technical__item.variant-2 {
 display: none;
}

.technical__item.variant-3 {
 display: none;
}

.technical__item+.technical__item {
 margin-left: 40px;
}

.technical__item.margin-off {
 margin-left: 0;
 margin-top: 30px;
}

.remodal {
 max-width: 515px;
 width: 100%;
 padding: 50px;
 text-align: left;
}

.remodal__title {
 color: #171e29;
 font-size: 36px;
 margin-bottom: 40px;
 line-height: 50px;
}

.remodal__text {
 font-size: 18px;
 color: #525252;
 line-height: 28px;
}

.remodal__socials {
 list-style: none;
 padding: 0;
 margin-top: 15px;
 margin-bottom: 30px;
 display: inline-block;
 margin-right: 20px;
}

.remodal__socials li {
 display: inline-block;
}

.remodal__socials li+li {
 margin-left: 10px;
}

.remodal__socials a {
 width: 43px;
 height: 43px;
 border-radius: 50%;
 -webkit-box-shadow: 0 0 7px rgba(0,0,0,0.1);
 box-shadow: 0 0 7px rgba(0,0,0,0.1);
 background-color: #fff;
 -webkit-transition: all .3s;
 -o-transition: all .3s;
 transition: all .3s;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
}

.remodal__socials a svg path {
 -webkit-transition: all .3s;
 -o-transition: all .3s;
 transition: all .3s;
 fill: #f03382;
}

.remodal__socials a:hover {
 background-color: #f03382;
}

.remodal__socials a:hover svg path {
 fill: #fff;
}

.remodal__phone {
 color: #171e29;
 font-size: 20px;
 line-height: 50px;
}

.remodal__form {
 margin-top: 15px;
}

.remodal__form .form__name,.remodal__form .form__number {
 width: 100%;
 display: block;
}

.remodal__form .form__problem {
 padding: 10px 20px;
}

.technical__wrapper {
 position: relative;
 height: 1240px;
 background-image: url(../images/technical_bg.svg);
 background-repeat: no-repeat;
 background-position: 65% top;
}

.technical__title {
 position: absolute;
 font-size: 40px;
 line-height: 55px;
 left: 150px;
 top: -124px;
}

.technical__inner {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 padding-left: 150px;
 padding-right: 150px;
 position: absolute;
 left: 0;
 width: 100%;
 bottom: -160px;
}

.technical__inner.variant-2 {
 display: none;
}

.technical__inner.variant-3 {
 display: none;
}

.technical__item-title {
 font-size: 28px;
 line-height: 36px;
 margin-bottom: 25px;
}

.technical__item-text {
 max-width: 360px;
 width: 100%;
 margin-bottom: 45px;
 color: #667384;
 font-size: 18px;
 line-height: 28px;
}

.technical__item-text.margin-technical {
 margin-bottom: 30px;
}

.technical__inner-box {
 max-width: 513px;
 width: 100%;
 margin-left: 40px;
}

.technical__inner-box .technical__item-text {
 max-width: 382px;
 width: 100%;
}

.technical__box {
 padding: 0 50px 0;
}

.technical__list {
 padding: 0;
 list-style: none;
 margin: 0;
 margin-bottom: 40px;
}

.technical__list-item {
 padding: 20px 50px;
 border-top: 1px solid #363d4a;
 cursor: pointer;
 position: relative;
}

.technical__list-item::before {
 content: '\f107';
 position: absolute;
 top: 21px;
 -webkit-transform: rotate(-90deg);
 -ms-transform: rotate(-90deg);
 transform: rotate(-90deg);
 font-family: 'icomoon';
 right: 22px;
 color: #667384;
 -webkit-transition: all .2s;
 -o-transition: all .2s;
 transition: all .2s;
}

.technical__list-item:hover a {
 color: #f03382;
}

.technical__list-item:hover::before {
 color: #fff;
}

.technical__list-item a {
 -webkit-transition: all .2s;
 -o-transition: all .2s;
 transition: all .2s;
}

.technical__list-item:last-child {
 border-bottom: 1px solid #363d4a;
}

.technical__subtitle {
 color: #5a6578;
 line-height: 22px;
 font-size: 16px;
 margin-bottom: 20px;
}

.technical__title-little {
 font-size: 22px;
 line-height: 36px;
 margin-bottom: 20px;
}

.technical__link {
 padding: 9px 40px 10px 20px;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 text-align: center;
}

.franchise__wrapper {
 position: relative;
}

.franchise__wrapper.style-1 .slick-next::before {
 content: 'Достижения';
}

.franchise__wrapper.style-2 .slick-next::before,.franchise__wrapper.style-3 .slick-next::before,.franchise__wrapper.style-4 .slick-next::before {
 content: 'Далее';
}

.franchise__wrapper.style-5 .slick-next::before {
 content: 'О франшизе';
}

.franchise__wrapper.style-6 .slick-next::before {
 content: 'Достижения';
}

.franchise__wrapper.style-7 .slick-next::before {
 content: 'Расчёт прибыли';
}

.franchise__wrapper.style-8 .slick-next::before {
 content: 'Помощь партнеру';
}

.franchise__wrapper.style-9 .slick-next::before {
 content: 'Связаться';
}

.franchise__wrapper .slick-prev {
 display: none !important;
}

.franchise__wrapper .slick-next {
 position: absolute;
 top: 50%;
 -webkit-transform: translateY(-50%);
 -ms-transform: translateY(-50%);
 transform: translateY(-50%);
 right: 180px;
 border: none;
 outline: none;
 background-color: transparent;
 font-size: 0;
 width: 140px;
 height: 9px;
 background-image: url(../images/franchise_next.svg);
 cursor: pointer;
 background-repeat: no-repeat;
 background-position: center;
 z-index: 2;
}

.franchise__wrapper .slick-next::before {
 content: 'Подробнее';
 position: absolute;
 top: -20px;
 left: 0;
 font-size: 14px;
 color: #fff;
}

.franchise__wrapper .slick-next::after {
 content: '';
 border-radius: 50%;
 width: 35px;
 height: 35px;
 display: block;
 border: 1px solid rgba(255,255,255,0.1);
 position: absolute;
 right: -14px;
 top: 50%;
 -webkit-transform: translateY(-50%);
 -ms-transform: translateY(-50%);
 transform: translateY(-50%);
}

.franchise__slider-item,.franchise__slider {
 height: 100vh;
 width: 100%;
 -webkit-user-select: text;
 -moz-user-select: text;
 -ms-user-select: text;
 user-select: text;
}

.franchise__slider-item {
 background-color: #1d2127;
 position: relative;
}

.franchise__inner {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 height: 100vh;
}

.franchise__dots {
 position: absolute;
 left: 150px;
 right: 150px;
 bottom: 20px;
 z-index: 2;
 list-style: none;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 padding: 0;
 margin: 0;
}

.franchise__dots li {
 border: 10px solid transparent;
 position: relative;
 width: 15%;
}

.franchise__dots li:nth-child(13),.franchise__dots li:nth-child(14) {
 display: none;
}

.franchise__dots li.wait:nth-child(3) button::before {
 content: '03 | достижения |';
}

.franchise__dots li.wait:nth-child(7) button::before {
 content: '04 | о франшизе |';
}

.franchise__dots li.wait button {
 position: relative;
}

.franchise__dots li.wait button::before {
 position: absolute;
 color: #a8c0e6;
 font-size: 12px;
 top: -30px;
 left: 30%;
 white-space: nowrap;
 z-index: 6;
}

.franchise__dots li.wait button::after {
 content: '';
 position: absolute;
 display: block;
 width: 1px;
 height: 12px;
 background-color: rgba(255,255,255,0.2);
 top: -17px;
 left: 50%;
 -webkit-transform: translateX(-50%);
 -ms-transform: translateX(-50%);
 transform: translateX(-50%);
}

.franchise__dots li.disable button::before,.franchise__dots li.disable button::after {
 display: none;
}

.franchise__dots li.active::before,.franchise__dots li.active-label::before {
 background-color: #a8c0e6;
}

.franchise__dots li.active button,.franchise__dots li.active-label button {
 background-image: url(../images/navigation-dots-light.svg);
}

.franchise__dots li:first-child {
 width: 5px;
}

.franchise__dots li:first-child button {
 background-image: url(../images/navigation-dots-light.svg);
 background-position: center;
}

.franchise__dots li:first-child::before {
 display: none;
}

.franchise__dots li::before {
 content: '';
 display: block;
 background-color: #3e444e;
 height: 1px;
 width: 100%;
 position: absolute;
 right: 20px;
 top: 50%;
 -webkit-transform: translateY(-50%);
 -ms-transform: translateY(-50%);
 transform: translateY(-50%);
 z-index: 4;
 pointer-events: none;
}

.franchise__dots li:nth-child(2)::before {
 width: calc(100% - 20px);
}

.franchise__dots li button::before {
 content: '';
 opacity: 1;
 visibility: visible;
 -webkit-transition: all .5s;
 -o-transition: all .5s;
 transition: all .5s;
}

.franchise__dots li:nth-child(7) {
 width: 10%;
}

.franchise__dots li:nth-child(7)::before {
 right: 20px;
 width: 100%;
}

.franchise__dots li:nth-child(4),.franchise__dots li:nth-child(5),.franchise__dots li:nth-child(6),.franchise__dots li:nth-child(8) {
 width: 5%;
}

.franchise__dots li:nth-child(4) button,.franchise__dots li:nth-child(5) button,.franchise__dots li:nth-child(6) button,.franchise__dots li:nth-child(8) button {
 background-size: 3px;
 margin-top: 1px;
}

.franchise__dots li:nth-child(4)::before,.franchise__dots li:nth-child(5)::before,.franchise__dots li:nth-child(6)::before,.franchise__dots li:nth-child(8)::before {
 right: 20px;
 width: 100%;
}

.franchise__dots button {
 margin-left: auto;
 background: none;
 padding: 0;
 border: 10px solid transparent;
 font-size: 0;
 width: 5px;
 height: 5px;
 display: block;
 border-radius: 50%;
 background-image: url(../images/navigation-dots-dark.svg);
 background-position: center;
 background-size: 5px;
 background-repeat: no-repeat;
 outline: none;
}

.franchise__dots .slick-active::before,.franchise__dots .show-label::before {
 background-color: #a8c0e6;
 -webkit-transition: all .5s;
 -o-transition: all .5s;
 transition: all .5s;
}

.franchise__dots .slick-active button,.franchise__dots .show-label button {
 background-image: url(../images/navigation-dots-light.svg);
}

.franchise__dots .slick-active button::before,.franchise__dots .show-label button::before {
 content: '';
 -webkit-transition: all .5s;
 -o-transition: all .5s;
 transition: all .5s;
 opacity: 1;
 visibility: visible;
}

.franchise__dots .slick-active:first-child button::before,.franchise__dots .show-label:first-child button::before {
 content: '01 | франшиза |';
}

.franchise__dots .slick-active:nth-child(2) button::before,.franchise__dots .show-label:nth-child(2) button::before {
 content: '02 | о франчайзере |';
}

.franchise__dots .slick-active:nth-child(3) button::before,.franchise__dots .show-label:nth-child(3) button::before {
 content: '03 | достижения |';
}

.franchise__dots .slick-active:nth-child(7) button::before,.franchise__dots .show-label:nth-child(7) button::before {
 content: '04 | о франшизе |';
}

.franchise__dots .slick-active:nth-child(9) button::before,.franchise__dots .show-label:nth-child(9) button::before {
 content: '05 | расчет прибыли |';
}

.franchise__dots .slick-active:nth-child(10) button::before,.franchise__dots .show-label:nth-child(10) button::before {
 content: '06 | помощь партнеру |';
}

.franchise__dots .slick-active:nth-child(11) button::before,.franchise__dots .show-label:nth-child(11) button::before {
 content: '07 | связаться |';
}

.franchise__dots .slick-active button,.franchise__dots .show-label button {
 position: relative;
}

.franchise__dots .slick-active button::before,.franchise__dots .show-label button::before {
 position: absolute;
 color: #a8c0e6;
 font-size: 12px;
 top: -30px;
 left: 30%;
 white-space: nowrap;
 z-index: 6;
}

.franchise__dots .slick-active button::after,.franchise__dots .show-label button::after {
 content: '';
 position: absolute;
 display: block;
 width: 1px;
 height: 12px;
 background-color: rgba(255,255,255,0.2);
 top: -17px;
 left: 50%;
 -webkit-transform: translateX(-50%);
 -ms-transform: translateX(-50%);
 transform: translateX(-50%);
}

.franchise__first {
 background-position: center;
 background-size: cover;
}

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

.franchise__join {
 position: absolute;
 top: 60px;
 right: 165px;
 z-index: 5;
 color: #bfccdf;
 font-size: 18px;
 padding-right: 23px;
}

.franchise__join::after {
 content: '';
 position: absolute;
 display: block;
 width: 15px;
 height: 14px;
 background-image: url(../images/franchise_join.svg);
 background-repeat: no-repeat;
 background-position: center;
 right: 0;
 top: 5px;
}

.franchise__fir {
 position: absolute;
 right: 210px;
 top: calc(50% - 10px);
}

.franchise__logo {
    position: absolute;
    background-image: url("/images/logo.webp"); 
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;        
    width: 170px;                    
    height: 60px;                   
    top: 40px;                       
    left: 40px;                    
    z-index: 10;
}


.franchise__wrapper .franchise-mobile {
 display: none;
}

.franchise__title {
 max-width: 700px;
 width: 100%;
 font-size: 40px;
 line-height: 50px;
 font-weight: 700;
 margin-bottom: 100px;
 position: relative;
 z-index: 2;
}

.franchise__title::before {
 content: '';
 display: block;
 width: 214px;
 height: 214px;
 position: absolute;
 top: 0;
 left: -80px;
 background-image: url(../images/fir-1.svg);
 background-repeat: no-repeat;
 background-position: center;
 background-size: contain;
 z-index: -1;
}

.franchise__first-text {
 color: #bfccdf;
 line-height: 24px;
 font-size: 13px;
 max-width: 500px;
 width: 100%;
}

.franchise__first-right {
 max-width: 530px;
 width: 100%;
 margin-left: 150px;
}

.franchise__first-profit {
 color: #bfccdf;
 font-size: 16px;
 position: relative;
}

.franchise__first-profit span {
 margin-top: 5px;
 display: block;
 color: #ffffff;
 font-size: 43px;
 font-weight: 700;
 line-height: 53.53px;
 position: relative;
}

.franchise__first-profit::before {
 content: '';
 width: 100%;
 position: absolute;
 width: 530px;
 height: 1px;
 background-color: rgba(255,255,255,0.1);
 bottom: -40px;
 left: 0;
 display: block;
}

.franchise__first-features {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 margin-top: 90px;
 -ms-flex-wrap: wrap;
 flex-wrap: wrap;
}

.franchise__first-row {
 width: 100%;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
}

.franchise__first-row.row-2 {
 margin-top: 40px;
}

.franchise__first-item {
 font-size: 22px;
 width: 50%;
}

.franchise__first-item span {
 display: block;
 margin-top: 10px;
 color: #bfccdf;
 font-size: 16px;
 line-height: 24px;
 max-width: 158px;
 width: 100%;
}

.franchise__first-item.small {
 font-size: 16px;
 line-height: 24px;
 max-width: 196px;
 width: 100%;
}

.franchise__first .franchise__inner {
 padding-right: 150px;
}

.franchise__second-title {
 color: #bfc9da;
 font-size: 65px;
 line-height: 80px;
 margin-right: 100px;
 position: relative;
}

.franchise__second-title .franchise__fir {
 top: -170px;
 left: 0;
 z-index: 2;
}

.franchise__about {
 position: absolute;
 color: #23272e;
 font-size: 201px;
 font-weight: 700;
 text-transform: uppercase;
 z-index: 1;
 top: 100px;
 left: 50%;
 -webkit-transform: translateX(-50%);
 -ms-transform: translateX(-50%);
 transform: translateX(-50%);
 white-space: nowrap;
}

.franchise__second-text {
 color: #bfccdf;
 font-size: 24px;
 line-height: 40px;
}

.franchise__second-text.small {
 margin-bottom: 70px;
 color: #fff;
 font-size: 16px;
 line-height: 20px;
 max-width: 600px;
 width: 100%;
}

.franchise__third .franchise__about {
 top: 130px;
 left: 130px;
 -webkit-transform: none;
 -ms-transform: none;
 transform: none;
 font-size: 252px;
}

.franchise__third .franchise__inner {
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 -webkit-box-orient: vertical;
 -webkit-box-direction: normal;
 -ms-flex-direction: column;
 flex-direction: column;
}

.franchise__third .franchise__inner-2 {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 -webkit-box-align: start;
 -ms-flex-align: start;
 align-items: center;
}

.franchise__third .franchise__about-text {
 left: 150px;
 top: 120px;
}

.franchise__about-text {
 position: absolute;
 left: 20px;
 top: 0;
 font-weight: 400;
 color: #bfc9da;
 font-size: 14px;
 text-transform: none;
}

.franchise__third-title {
 position: relative;
 z-index: 4;
 max-width: 1180px;
 color: #bfc9da;
 font-weight: 700;
 font-size: 85px;
 margin-right: auto;
 line-height: 100px;
 margin-bottom: 80px;
}

.franchise__third-title::after {
 content: '';
 background-image: url(../images/franchise_third-icon.svg);
 background-repeat: no-repeat;
 background-position: center;
 background-size: contain;
 width: 247px;
 height: 247px;
 position: absolute;
 top: 0;
 left: -20px;
 z-index: -1;
 border-radius: 50%;
}

.franchise__third-item {
 max-width: 475px;
 width: 100%;
}

.franchise__third-item+.franchise__third-item {
 margin-left: 90px;
}

.franchise__third-item img {
 margin-bottom: 35px;
}

.franchise__third-item:nth-child(2) img {
 margin-bottom: 0;
 position: relative;
    left: -50px;
}

.franchise__third-item:last-child img {
 margin-bottom: 35px;
}

.franchise__third-text {
 color: #fff;
 font-size: 16px;
 line-height: 30px;
}

.franchise__forth::after {
 content: '';
 background-image: url(../images/franchise_forth-bg.png);
 background-repeat: no-repeat;
 background-position: 60% 50px;
 width: 100%;
 height: 100vh;
 position: absolute;
 left: 0;
 top: 0;
 opacity: .2;
}

.franchise__forth p {
 margin: 0;
}

.franchise__forth .franchise__fir {
 top: -30px;
 left: 90px;
 z-index: -1;
}

.franchise__forth .franchise__inner {
 -webkit-box-orient: vertical;
 -webkit-box-direction: normal;
 -ms-flex-direction: column;
 flex-direction: column;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 -webkit-box-align: start;
 -ms-flex-align: start;
 align-items: flex-start;
}

.franchise__forth-suptitle {
 position: absolute;
 left: 150px;
 color: #bfc9da;
}

.franchise__forth-suptitle {
 left: 6px;
}

.franchise__forth-title {
 font-size: 50px;
 font-weight: 700;
 line-height: 70px;
 max-width: 925px;
 position: relative;
 z-index: 2;
 color: #bfc9da;
}

.franchise__forth-suptitle {
 top: 150px;
 font-size: 14px;
}

.franchise__forth-column+.franchise__forth-column {
 margin-left: 220px;
}

.franchise__forth-subtitle {
 font-size: 24px;
 color: #bfccdf;
 line-height: 33px;
 margin-bottom: 10px;
}

.franchise__forth-subtitle.small {
 max-width: 300px;
}

.franchise__forth-text {
 color: #fff;
 font-size: 16px;
 line-height: 30px;
}

.franchise__forth-content {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 padding-top: 50px;
}

.franchise__forth-item {
 max-width: 481px;
 width: 100%;
}

.franchise__forth-item+.franchise__forth-item {
 margin-top: 50px;
}

.franchise__fifth {
 background-image: url(../images/franchise-map.jpg);
 background-repeat: no-repeat;
 background-position: center;
 background-size: cover;
}

.franchise__fifth .franchise__inner {
 -webkit-box-pack: end;
 -ms-flex-pack: end;
 justify-content: flex-end;
}

.franchise__fifth .franchise__fifth-title {
 position: relative;
 z-index: 2;
 max-width: 670px;
 margin-right: auto;
}

.franchise__mark {
 position: absolute;
}

.franchise__mark-1 {
 left: calc(24% + 25px);
 bottom: 40%;
}

.franchise__mark-2 {
 top: 22%;
 left: 52%;
}

.franchise__mark-3 {
 left: 39%;
 bottom: 30%;
}

.franchise__fifth-title {
 color: #bfc9da;
 font-size: 80px;
 font-weight: 700;
 line-height: 100px;
}

.franchise__fifth-text {
 color: #bfccdf;
 font-size: 24px;
 line-height: 45px;
 max-width: 575px;
 width: 100%;
 margin-right: 200px;
}

.franchise__sixth .franchise__about {
 font-size: 172px;
 top: 200px;
}

.franchise__sixth .franchise__forth-suptitle {
 z-index: 2;
}

.franchise__sixth .franchise__join.second {
 bottom: 150px;
 left: 150px;
 top: auto;
 right: auto;
}

.franchise__sixth .franchise__inner {
 -webkit-box-align: end;
 -ms-flex-align: end;
 align-items: flex-end;
 padding-bottom: 220px;
}

.franchise__sixth .franchise__sixth-title {
 position: absolute;
 top: 270px;
 color: #bfc9da;
 font-size: 80px;
 line-height: 100px;
 max-width: 458px;
 font-weight: 700;
 z-index: 3;
}

.franchise__sixth .franchise__sixth-title::after {
 content: '';
 position: absolute;
 width: 214px;
 height: 214px;
 background-image: url(../images/fir-1.svg);
 background-repeat: no-repeat;
 background-position: center;
 background-size: contain;
 left: -80px;
 top: -10px;
 z-index: -1;
}

.franchise__sixth-content {
margin-left: 0px;
    margin-bottom: 30px;}

.franchise__sixth-img {
 padding-bottom: 7px;
}

.franchise_sixth-text {
 color: #bfccdf;
 font-size: 24px;
 line-height: 45px;
 max-width: 564px;
 width: 100%;
}

.franchise_sixth-text.small {
 color: #fff;
 font-size: 16px;
 line-height: 30px;
 margin-top: 60px;
}

.franchise_sixth-text.small+.franchise_sixth-text.small {
 margin-top: 50px;
}

.franchise__seventh .franchise__about {
 top: 160px;
 font-size: 252px;
}

.franchise__seventh .franchise__seventh-title {
 display: none;
}

.franchise__seventh .franchise__inner {
 padding-right: 180px;
}

.franchise__seventh .franchise__first-right {
 margin-left: auto;
 margin-right: 100px;
}

.franchise__seventh .franchise__first-profit span {
 z-index: 2;
}

.franchise__seventh .franchise__first-profit span::after {
 content: '';
 background-image: url(../images/fir-1.svg);
 background-repeat: no-repeat;
 background-position: center;
 background-size: contain;
 position: absolute;
 width: 148px;
 height: 148px;
 right: 150px;
 z-index: -1;
 top: -30px;
}

.franchise__seventh-text {
 color: #bfccdf;
 line-height: 40px;
 font-size: 24px;
 max-width: 574px;
}

.franchise__seventh-text.small {
 margin-top: 70px;
 color: #fff;
 font-size: 13px;
 line-height: 19px;
 max-width: 512px;
}

.franchise__eighth-text {
 position: relative;
 z-index: 2;
 max-width: 542px;
 z-index: 5;
 color: #bfccdf;
 font-size: 18px;
 line-height: 30px;
}

.franchise__eighth-text span {
 margin-top: 25px;
 max-width: 460px;
 display: block;
}

.franchise__eighth .franchise__inner {
 -webkit-box-orient: vertical;
 -webkit-box-direction: normal;
 -ms-flex-direction: column;
 flex-direction: column;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 -webkit-box-align: start;
 -ms-flex-align: start;
 align-items: flex-start;
 margin-top:-40px;
}

.franchise__eighth-list {
 list-style: none;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -ms-flex-wrap: wrap;
 flex-wrap: wrap;
 padding: 0;
 margin: 0;
 padding-top: 20px;
 max-width: 100%;
 justify-content: flex-start;
    align-items: center;
}

.franchise__eighth-item {
 color: #7c899c;
 font-size: 16px;
 line-height: 20px;
 padding: 0px 0px 0px 40px;
 max-width: 540px;
 width: 100%;
 border-bottom: 1px solid rgba(255,255,255,0.1);
 position: relative;
}

.franchise__eighth-item:nth-child(even) {
 margin-left: 100px;
}

.franchise__eighth-item::before {
 content: '';
 position: absolute;
 display: block;
 width: 19px;
 height: 14px;
 left: 0;
 top: 23px;
 background-image: url(../images/franchise_seven-icon.svg);
 background-repeat: no-repeat;
 background-position: center;
}

.franchise__ninth::before {
 content: '';
 background-image: url(../images/franchise_ninth-bg.png);
 background-repeat: no-repeat;
 background-position: 70% 100px;
 width: 100%;
 height: 100vh;
 position: absolute;
 opacity: .15;
}

.franchise__ninth .franchise__first-item:last-child {
 margin-left: 10px;
}

.franchise__ninth .franchise__first-right {
 width: auto;
 max-width: 100%;
 padding-right: 120px;
}

.franchise__ninth .franchise__first-item span {
 max-width: 282px;
}

.franchise__ninth-title {
 color: #bfc9da;
 font-size: 85px;
 line-height: 100px;
 font-weight: 700;
 margin-bottom: 70px;
 white-space: nowrap;
 margin-top: -30px;
 position: relative;
 z-index: 2;
}

.franchise__ninth-title::after {
 content: '';
 position: absolute;
 width: 93px;
 height: 93px;
 background-repeat: no-repeat;
 background-position: center;
 background-size: contain;
 background-image: url(../images/fir-1.svg);
 left: 20px;
 top: 10px;
 z-index: -1;
}

.franchise__ninth-text {
 color: #bfccdf;
 font-size: 24px;
 line-height: 45px;
 max-width: 515px;
}

.franchise__tenth .franchise__inner {
 padding-right: 150px;
}

.franchise__tenth-title {
 color: #bfc9da;
 font-size: 85px;
 font-weight: 700;
 line-height: 100px;
 margin-top: -50px;
 position: relative;
 z-index: 2;
}

.franchise__tenth-title::after {
 content: '';
 width: 132px;
 height: 132px;
 position: absolute;
 background-image: url(../images/fir-5.png);
 background-repeat: no-repeat;
 background-position: center;
 left: -27px;
 top: -15px;
 z-index: -1;
}

.franchise__eleventh .franchise__about {
 font-size: 162px;
 top: 220px;
}

.franchise__eleventh .franchise__eighth-list {
 display: block;
 position: relative;
 z-index: 2;
 margin-left: 200px;
}

.franchise__eleventh .franchise__eighth-item:nth-child(even) {
 margin-left: 0;
}

.franchise__eleventh .franchise__inner {
 padding-right: 150px;
}

.franchise__eleventh-title {
 max-width: 370px;
 width: 100%;
 color: #bfc9da;
 font-family: Roboto;
 font-size: 85px;
 font-weight: 700;
 line-height: 100px;
 position: relative;
 z-index: 2;
}

.franchise__eleventh-title::after {
 content: '';
 position: absolute;
 width: 247px;
 height: 247px;
 left: -47px;
 top: -37px;
 background-image: url(../images/franchise_eleventh-fir.svg);
 background-repeat: no-repeat;
 background-position: center;
 background-size: contain;
 border-radius: 50%;
 z-index: -1;
}

.franchise__eleventh-text {
 color: #bfccdf;
 font-size: 24px;
 line-height: 45px;
 margin-top: 60px;
}

.franchise__eleventh-left {
 max-width: 630px;
 width: 100%;
}

.franchise__twelfth .franchise__inner {
 -webkit-box-orient: vertical;
 -webkit-box-direction: normal;
 -ms-flex-direction: column;
 flex-direction: column;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
}

.franchise__twelfth .franchise__twelfth-title {
 text-align: left;
 display: block;
 min-width: 405px;
 color: #bfc9da;
 font-weight: 700;
 font-size: 85px;
 margin-bottom: 20px;
}

.franchise__twelfth .franchise__form input {
 background: transparent;
 color: #bfccdf;
 border: none;
 border-bottom: 1px solid rgba(255,255,255,0.1);
 padding-left: 0;
 padding-bottom: 10px;
 outline: none;
}

.franchise__twelfth .franchise__form input:focus {
 outline: none;
 border: none;
 border-bottom: 1px solid rgba(255,255,255,0.1);
}

.franchise__twelfth .franchise__form label {
 color: #bfccdf;
 left: 0;
}

.franchise__twelfth .franchise__form .form__name-text,.franchise__twelfth .franchise__form .form__email-text,.franchise__twelfth .franchise__form .form__text-text {
 color: #f22a2a;
}

.franchise__twelfth .franchise__form label:not(.form__name-text) {
 font-size: 24px;
}

.franchise__twelfth .franchise__form label.form__email-text,.franchise__twelfth .franchise__form label.form__text-text {
 font-size: 12px;
}

.franchise__twelfth .franchise__form label.form__text-text {
 bottom: -22px;
}

.franchise__twelfth .form__send {
 background: transparent;
 display: inline-block;
 position: relative;
 padding: 0;
 width: auto;
 font-size: 24px;
 color: #bfccdf;
}

.franchise__twelfth .form__send::after {
 right: -22px;
 top: 20px;
 width: 15px;
 background-image: url(../images/franchise_join.svg);
}

.franchise__twelfth .form__text-person::after {
 content: 'если он есть';
 position: absolute;
 -webkit-transform: translateX(105%);
 -ms-transform: translateX(105%);
 transform: translateX(105%);
 right: 0;
 top: -7px;
 color: #606772;
 font-size: 12px;
}

.franchise__form .form__block.name .form__name-person.active,.franchise__form .form__block.text .form__text-person.active,.franchise__form .form__block.email .form__email-person.active {
 font-size: 12px;
}

.franchise__thirteenth {
 opacity: 0;
 -webkit-transition: all .5s;
 -o-transition: all .5s;
 transition: all .5s;
 position: fixed;
 left: 0;
 top: 0;
 z-index: 10;
 visibility: hidden;
 width: 100%;
 height: 100vh !important;
 background-color: #1d2127;
}

.franchise__thirteenth.show {
 opacity: 1;
 visibility: visible;
}

.franchise__thirteenth .franchise__inner {
 height: 100% !important;
 -webkit-box-orient: vertical;
 -webkit-box-direction: normal;
 -ms-flex-direction: column;
 flex-direction: column;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
}

.franchise__thirteenth .franchise__thirteenth-title {
 color: #bfc9da;
 font-size: 85px;
 font-weight: 700;
 margin-bottom: 60px;
 position: relative;
 z-index: 2;
}

.franchise__thirteenth .franchise__thirteenth-title::after,.franchise__thirteenth .franchise__thirteenth-title::before {
 content: '';
 position: absolute;
 background-repeat: no-repeat;
 background-position: center;
 background-size: contain;
 bottom: -30px;
}

.franchise__thirteenth .franchise__thirteenth-title::after {
 left: 60%;
 width: 214px;
 height: 214px;
 background-image: url(../images/fir-1.svg);
 z-index: -2;
}

.franchise__thirteenth .franchise__thirteenth-title::before {
 left: 30%;
 width: 369px;
 height: 271px;
 background-image: url(../images/franchise__thirdteenth-icon.svg);
 z-index: -1;
}

.franchise__thirteenth .franchise__thirteenth-title,.franchise__thirteenth .franchise__thirteenth-text {
 max-width: 445px;
 width: 100%;
}

.franchise__thirteenth .franchise__thirteenth-text {
 color: #bfccdf;
 font-size: 24px;
 line-height: 45px;
}

.franchise__inner {
 position: relative;
 z-index: 2;
}

.preloader {
 width: 100%;
 height: 100vh;
 background-color: #1d2127;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 position: fixed;
 left: 0;
 top: 0;
 z-index: 10;
 opacity: 1;
 -webkit-transition: all .5s;
 -o-transition: all .5s;
 transition: all .5s;
}

.preloader.hide {
 opacity: 0;
 visibility: hidden;
}

.preloader svg {
 width: 240px;
 height: 240px;
}

.preloader path {
 opacity: 0;
 -webkit-transition: all .8s;
 -o-transition: all .8s;
 transition: all .8s;
}

.preloader path.active {
 opacity: 1;
}

.preloader .st0 {
 -webkit-transition-delay: .2s;
 -o-transition-delay: .2s;
 transition-delay: .2s;
}

.preloader .st1 {
 -webkit-transition-delay: .35s;
 -o-transition-delay: .35s;
 transition-delay: .35s;
}

.preloader .st2 {
 -webkit-transition-delay: .35s;
 -o-transition-delay: .35s;
 transition-delay: .35s;
}

.preloader .st3 {
 -webkit-transition-delay: .45s;
 -o-transition-delay: .45s;
 transition-delay: .45s;
}

.preloader .st4 {
 -webkit-transition-delay: .65s;
 -o-transition-delay: .65s;
 transition-delay: .65s;
}

.preloader .st5 {
 -webkit-transition-delay: .80s;
 -o-transition-delay: .80s;
 transition-delay: .80s;
}

.preloader .st6 {
 -webkit-transition-delay: .95s;
 -o-transition-delay: .95s;
 transition-delay: .95s;
}

.preloader .st7 {
 -webkit-transition-delay: .95s;
 -o-transition-delay: .95s;
 transition-delay: .95s;
}

.preloader .st8 {
 -webkit-transition-delay: 1.15s;
 -o-transition-delay: 1.15s;
 transition-delay: 1.15s;
}

.preloader .st9 {
 -webkit-transition-delay: 1.15s;
 -o-transition-delay: 1.15s;
 transition-delay: 1.15s;
}

.preloader .st10 {
 -webkit-transition-delay: 1.35s;
 -o-transition-delay: 1.35s;
 transition-delay: 1.35s;
}

.preloader .st11 {
 -webkit-transition-delay: 1.6s;
 -o-transition-delay: 1.6s;
 transition-delay: 1.6s;
}

.preloader .st12 {
 -webkit-transition-delay: 1.65s;
 -o-transition-delay: 1.65s;
 transition-delay: 1.65s;
}

.preloader .st13 {
 -webkit-transition-delay: 1.8s;
 -o-transition-delay: 1.8s;
 transition-delay: 1.8s;
}

.preloader .st14 {
 -webkit-transition-delay: 1.85s;
 -o-transition-delay: 1.85s;
 transition-delay: 1.85s;
}

.preloader .st15 {
 -webkit-transition-delay: 2.5s;
 -o-transition-delay: 2.5s;
 transition-delay: 2.5s;
}

.preloader .st16 {
 -webkit-transition-delay: 2.35s;
 -o-transition-delay: 2.35s;
 transition-delay: 2.35s;
}

.preloader .st17 {
 -webkit-transition-delay: 2.55s;
 -o-transition-delay: 2.55s;
 transition-delay: 2.55s;
}

.preloader .st18 {
 -webkit-transition-delay: 2.8s;
 -o-transition-delay: 2.8s;
 transition-delay: 2.8s;
}

*.animateHideTitle {
 -webkit-animation: animateHideTitle .8s forwards;
 animation: animateHideTitle .8s forwards;
 -webkit-animation-delay: .5s;
 animation-delay: .5s;
}

@-webkit-keyframes animateHideTitle {
 from {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
 }

 to {
  opacity: 0;
  -webkit-transform: translate3d(-30px, 0, 0);
  transform: translate3d(-30px, 0, 0);
 }
}

@keyframes animateHideTitle {
 from {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
 }

 to {
  opacity: 0;
  -webkit-transform: translate3d(-30px, 0, 0);
  transform: translate3d(-30px, 0, 0);
 }
}

*.animateHideText {
 -webkit-animation: animateHideText .8s forwards;
 animation: animateHideText .8s forwards;
}

@-webkit-keyframes animateHideText {
 from {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
 }

 to {
  opacity: 0;
  -webkit-transform: translate3d(-30px, 0, 0);
  transform: translate3d(-30px, 0, 0);
 }
}

@keyframes animateHideText {
 from {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
 }

 to {
  opacity: 0;
  -webkit-transform: translate3d(-30px, 0, 0);
  transform: translate3d(-30px, 0, 0);
 }
}

*.animateHideBlock {
 -webkit-animation: animateHideBlock .8s forwards;
 animation: animateHideBlock .8s forwards;
 -webkit-animation-delay: .8s;
 animation-delay: .8s;
}

@-webkit-keyframes animateHideBlock {
 from {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
 }

 to {
  opacity: 0;
  -webkit-transform: translate3d(-30px, 0, 0);
  transform: translate3d(-30px, 0, 0);
 }
}

@keyframes animateHideBlock {
 from {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
 }

 to {
  opacity: 0;
  -webkit-transform: translate3d(-30px, 0, 0);
  transform: translate3d(-30px, 0, 0);
 }
}

*.animateHideImg {
 -webkit-animation: animateHideImg .8s forwards;
 animation: animateHideImg .8s forwards;
 -webkit-animation-delay: .25s;
 animation-delay: .25s;
}

@-webkit-keyframes animateHideImg {
 from {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
 }

 to {
  opacity: 0;
  -webkit-transform: translate3d(-30px, 0, 0);
  transform: translate3d(-30px, 0, 0);
 }
}

@keyframes animateHideImg {
 from {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
 }

 to {
  opacity: 0;
  -webkit-transform: translate3d(-30px, 0, 0);
  transform: translate3d(-30px, 0, 0);
 }
}

*.animateShowImg {
 -webkit-animation: animateShowTitle .8s;
 animation: animateShowTitle .8s;
 -webkit-animation-delay: 1.2s;
 animation-delay: 1.2s;
}

@-webkit-keyframes animateShowTitle {
 from {
  opacity: 0;
  -webkit-transform: translate3d(-30px, 0, 0);
  transform: translate3d(-30px, 0, 0);
 }

 to {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
 }
}

@keyframes animateShowTitle {
 from {
  opacity: 0;
  -webkit-transform: translate3d(-30px, 0, 0);
  transform: translate3d(-30px, 0, 0);
 }

 to {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
 }
}

*.animateShowTitle {
 -webkit-animation: animateShowTitle .8s;
 animation: animateShowTitle .8s;
 -webkit-animation-delay: 1.2s;
 animation-delay: 1.2s;
}

@keyframes animateShowTitle {
 from {
  opacity: 0;
  -webkit-transform: translate3d(-30px, 0, 0);
  transform: translate3d(-30px, 0, 0);
 }

 to {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
 }
}

*.animateShowText {
 -webkit-animation: animateShowText .8s;
 animation: animateShowText .8s;
 -webkit-animation-delay: 1.2s;
 animation-delay: 1.2s;
}

@-webkit-keyframes animateShowText {
 from {
  opacity: 0;
  -webkit-transform: translate3d(-30px, 0, 0);
  transform: translate3d(-30px, 0, 0);
 }

 to {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
 }
}

@keyframes animateShowText {
 from {
  opacity: 0;
  -webkit-transform: translate3d(-30px, 0, 0);
  transform: translate3d(-30px, 0, 0);
 }

 to {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
 }
}

*.animateShowBlock {
 -webkit-animation: animateShowBlock .8s;
 animation: animateShowBlock .8s;
 -webkit-animation-delay: 1.2s;
 animation-delay: 1.2s;
}

@-webkit-keyframes animateShowBlock {
 from {
  opacity: 0;
  -webkit-transform: translate3d(-30px, 0, 0);
  transform: translate3d(-30px, 0, 0);
 }

 to {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
 }
}

@keyframes animateShowBlock {
 from {
  opacity: 0;
  -webkit-transform: translate3d(-30px, 0, 0);
  transform: translate3d(-30px, 0, 0);
 }

 to {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
 }
}

.franchise__dots li {
 -webkit-transform: rotateX(360deg);
 transform: rotateX(360deg);
}

.franchise__dots .slick-active.animateDots button::before {
 -webkit-animation: animateText 2s;
 animation: animateText 2s;
}

.franchise__dots .slick-active.animateDots button::after {
 -webkit-animation: animateLine 1s linear;
 animation: animateLine 1s linear;
}

.franchise__dots .slick-active.animateDots::before {
 -webkit-animation: animateBigLine 1s linear;
 animation: animateBigLine 1s linear;
}

.franchise__dots .slick-active.animateDots.disable::before {
 -webkit-animation: animateSmallLine 1s linear;
 animation: animateSmallLine 1s linear;
}

@-webkit-keyframes animateText {
 from {
  opacity: 0;
 }

 to {
  opacity: 1;
 }
}

@keyframes animateText {
 from {
  opacity: 0;
 }

 to {
  opacity: 1;
 }
}

@-webkit-keyframes animateLine {
 from {
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
 }

 to {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
 }
}

@keyframes animateLine {
 from {
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
 }

 to {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
 }
}

@-webkit-keyframes animateBigLine {
 from {
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
 }

 to {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
 }
}

@keyframes animateBigLine {
 from {
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
 }

 to {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
 }
}

@-webkit-keyframes animateSmallLine {
 from {
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
 }

 to {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
 }
}

@keyframes animateSmallLine {
 from {
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
 }

 to {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
 }
}

.franchise__wrapper .slick-slide:not(.slick-active) {
 -webkit-transition-delay: 500ms !important;
 -o-transition-delay: 500ms !important;
 transition-delay: 500ms !important;
}

.franchise-page {
 position: relative;
 z-index: 2;
 cursor: none  !important;
}

.franchise-page .slick-next,.franchise-page .slick-prev {
 cursor: none;
}

.franchise-page a {
 cursor: none;
}

.franchise-page * {
 cursor: none;
}

.cursor {
 position: absolute;
 top: 50%;
 left: 50%;
 z-index: 10;
 pointer-events: none;
 -webkit-user-select: none;
 -moz-user-select: none;
 -ms-user-select: none;
 user-select: none;
 width: 14px;
 height: 14px;
 background: -webkit-gradient(linear, left bottom, left top, from(rgba(137,38,143,0.8)), to(rgba(139,37,99,0.8)));
 background: -o-linear-gradient(bottom, rgba(137,38,143,0.8) 0%, rgba(139,37,99,0.8) 100%);
 background: linear-gradient(to top, rgba(137,38,143,0.8) 0%, rgba(139,37,99,0.8) 100%);
 border-radius: 50%;
 -webkit-transform: translate(-50%, -50%);
 -ms-transform: translate(-50%, -50%);
 transform: translate(-50%, -50%);
}

.cursor.hover {
 -webkit-animation: cursorBig .1s forwards;
 animation: cursorBig .1s forwards;
}

.cursor.remove-hover {
 -webkit-animation: cursorSmall .1s forwards;
 animation: cursorSmall .1s forwards;
}

@-webkit-keyframes cursorBig {
 from {
  width: 14px;
  height: 14px;
 }

 to {
  width: 48px;
  height: 48px;
 }
}

@keyframes cursorBig {
 from {
  width: 14px;
  height: 14px;
 }

 to {
  width: 48px;
  height: 48px;
 }
}

@-webkit-keyframes cursorSmall {
 from {
  width: 48px;
  height: 48px;
 }

 to {
  width: 14px;
  height: 14px;
 }
}

@keyframes cursorSmall {
 from {
  width: 48px;
  height: 48px;
 }

 to {
  width: 14px;
  height: 14px;
 }
}

.franchise-header {
 position: fixed;
 height: 50px;
 width: 100%;
 left: 0;
 top: 0;
 background-color: #1d2127;
 z-index: 9;
}

.franchise-header .franchise__burger {
 position: absolute;
 top: 15px;
 right: 20px;
 width: 20px;
 height: 20px;
 background-repeat: no-repeat;
 background-position: center;
 background-image: url(../images/burger.svg);
}

.franchise-header .franchise__logo {
 left: 20px;
 top: 20px;
 opacity: 0;
}

.franchise-header .franchise__logo.show {
 opacity: 1;
 -webkit-transition: all .5s;
 -o-transition: all .5s;
 transition: all .5s;
}

.franchise-header .franchise__text-flash {
 left: 20px;
 top: 16px;
 position: absolute;
 font-size: 15px;
 opacity: 0;
 color: #fff;
}

.franchise-header .franchise__text-flash.show {
 opacity: 1;
 -webkit-transition: all 1s;
 -o-transition: all 1s;
 transition: all 1s;
}

.franchise-title-global {
 display: none;
}

.franchise__burger-menu {
 position: fixed;
 background-color: #1d2127;
 z-index: 10;
 border-radius: 50%;
 left: 50%;
 bottom: 50%;
 -webkit-transform: translate(-50%, 50%);
 -ms-transform: translate(-50%, 50%);
 transform: translate(-50%, 50%);
 width: 0;
 height: 0;
 visibility: hidden;
 -webkit-transition: all 1s;
 -o-transition: all 1s;
 transition: all 1s;
}

.franchise__burger-menu::after {
 content: '';
 width: 362px;
 height: 362px;
 background-image: url(../images/franchise-mobile-circle-big.svg);
 background-repeat: no-repeat;
 background-position: center;
 position: absolute;
 z-index: -1;
 -webkit-transition: all .5s;
 -o-transition: all .5s;
 transition: all .5s;
 bottom: calc(-100vh - 100px);
 right: calc(-100vw - 100px);
}

.franchise__burger-menu.show {
 -webkit-animation: AnimShowMobileMenu .8s forwards;
 animation: AnimShowMobileMenu .8s forwards;
}

.franchise__burger-menu.show .franchise__logo {
 opacity: 1 !important;
 -webkit-transition-delay: .8s;
 -o-transition-delay: .8s;
 transition-delay: .8s;
}

.franchise__burger-menu.show .franchise__burger-link {
 opacity: 1;
 -webkit-transition-delay: .8s;
 -o-transition-delay: .8s;
 transition-delay: .8s;
}

.franchise__burger-menu.show::after {
 -webkit-transition-delay: .8s;
 -o-transition-delay: .8s;
 transition-delay: .8s;
 bottom: -100px;
 right: -100px;
}

.franchise__burger-menu.show .franchise__burger-box {
 -webkit-transition-delay: .8s;
 -o-transition-delay: .8s;
 transition-delay: .8s;
 opacity: 1;
}

.franchise__burger-menu.show .franchise__burger-menu-inner a {
 font-size: 20px;
}

.franchise__burger-menu.hide {
 -webkit-animation: AnimHideMobileMenu .8s forwards;
 animation: AnimHideMobileMenu .8s forwards;
}

.franchise__burger-menu.hide .franchise__logo {
 opacity: 0 !important;
}

.franchise__burger-menu.hide .franchise__burger-link {
 opacity: 0;
}

.franchise__burger-menu.hide::after {
 -webkit-transition-delay: 0;
 -o-transition-delay: 0;
 transition-delay: 0;
 bottom: calc(-100vh - 100px);
 right: calc(-100vw - 100px);
}

.franchise__burger-menu.hide .franchise__burger-close {
 -webkit-transition: all .3s;
 -o-transition: all .3s;
 transition: all .3s;
 opacity: 0;
}

.franchise__burger-menu.hide .franchise__burger-box {
 -webkit-transition: all .3s;
 -o-transition: all .3s;
 transition: all .3s;
 opacity: 0;
}

.franchise__burger-menu .franchise__logo {
 -webkit-transition: all .5s;
 -o-transition: all .5s;
 transition: all .5s;
 opacity: 0 !important;
}

.franchise__burger-menu .franchise__burger-link {
 position: absolute;
 border: none;
 left: 20px;
 bottom: 30px;
 outline: none;
 background-color: transparent;
 font-size: 0;
 width: 110px;
 height: 9px;
 background-image: url(../images/franchise_next.svg);
 cursor: pointer;
 background-repeat: no-repeat;
 background-position: center;
 background-size: contain;
 z-index: 2;
 opacity: 0;
 -webkit-transition: all .5s;
 -o-transition: all .5s;
 transition: all .5s;
}

.franchise__burger-menu .franchise__burger-link::before {
 content: 'Связаться';
 position: absolute;
 top: -20px;
 left: 0;
 font-size: 14px;
 color: #fff;
}

.franchise__burger-menu .franchise__burger-link::after {
 content: '';
 border-radius: 50%;
 width: 35px;
 height: 35px;
 display: block;
 border: 1px solid rgba(255,255,255,0.1);
 position: absolute;
 right: -14px;
 top: 50%;
 -webkit-transform: translateY(-50%);
 -ms-transform: translateY(-50%);
 transform: translateY(-50%);
}

.franchise__burger-menu .franchise__burger-social,.franchise__burger-menu .franchise__burger-box,.franchise__burger-menu .franchise__burger-box a {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
}

.franchise__burger-menu .franchise__burger-box {
 position: absolute;
 bottom: 22px;
 left: 150px;
 opacity: 0;
 -webkit-transition: all .3s;
 -o-transition: all .3s;
 transition: all .3s;
}

.franchise__burger-menu .franchise__burger-box span {
 display: block;
 margin: 0 10px;
 font-size: 14px;
}

.franchise__burger-menu .franchise__burger-close {
 position: absolute;
 top: 26px;
 right: 20px;
}

.franchise__burger-menu .franchise__burger-menu-inner {
 position: absolute;
 bottom: 110px;
 left: 20px;
 padding: 0;
 margin: 0;
 list-style: none;
}

.franchise__burger-menu .franchise__burger-menu-inner li+li {
 margin-top: 30px;
}

.franchise__burger-menu .franchise__burger-menu-inner li a {
 color: #bfc9da;
 font-size: 0;
 -webkit-transition: all .5s;
 -o-transition: all .5s;
 transition: all .5s;
}

@-webkit-keyframes AnimShowMobileMenu {
 0% {
  border-radius: 50%;
  height: 0;
  width: 0;
  visibility: hidden;
  left: 50%;
  bottom: 50%;
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
 }

 40% {
  border-radius: 50%;
  height: 700px;
  width: 700px;
  left: 50%;
  bottom: 50%;
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
 }

 100% {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  height: 100vh;
  width: 100%;
  visibility: visible;
  border-radius: 0;
  left: 0;
  bottom: 0;
 }
}

@keyframes AnimShowMobileMenu {
 0% {
  border-radius: 50%;
  height: 0;
  width: 0;
  visibility: hidden;
  left: 50%;
  bottom: 50%;
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
 }

 40% {
  border-radius: 50%;
  height: 700px;
  width: 700px;
  left: 50%;
  bottom: 50%;
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
 }

 100% {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  height: 100vh;
  width: 100%;
  visibility: visible;
  border-radius: 0;
  left: 0;
  bottom: 0;
 }
}

@-webkit-keyframes AnimHideMobileMenu {
 0% {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  height: 100vh;
  width: 100%;
  visibility: visible;
  border-radius: 0;
  left: 0;
  bottom: 0;
 }

 40% {
  border-radius: 50%;
  height: 700px;
  width: 700px;
  left: 50%;
  bottom: 50%;
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
 }

 100% {
  border-radius: 50%;
  height: 0;
  width: 0;
  visibility: hidden;
  left: 50%;
  bottom: 50%;
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
 }
}

@keyframes AnimHideMobileMenu {
 0% {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  height: 100vh;
  width: 100%;
  visibility: visible;
  border-radius: 0;
  left: 0;
  bottom: 0;
 }

 40% {
  border-radius: 50%;
  height: 700px;
  width: 700px;
  left: 50%;
  bottom: 50%;
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
 }

 100% {
  border-radius: 50%;
  height: 0;
  width: 0;
  visibility: hidden;
  left: 50%;
  bottom: 50%;
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
 }
}

@media (max-width: 2000px) {
 .profit .better__item {
  width: 70%;
  margin: 0 auto;
 }

 .profit .better__studio {
  margin-right: 10px;
  margin-left: 10px;
 }

 .profit .better__studio:nth-child(odd) {
  margin-left: 0;
 }
}

@media (max-width: 1919px) {
 .problems {
  padding-right: 20px;
 }

 .franchise-container {
  padding: 0 50px;
 }

 .franchise__logo {
  left: 50px;
 }

 .franchise__wrapper .slick-next {
  right: 50px;
 }

 .franchise__join {
  right: 50px;
 }

 .franchise__sixth .franchise__join.second {
  left: 50px;
 }

 .franchise__third .franchise__about-text {
  left: 50px;
 }
}

@media (max-width: 1900px) {
 .franchise__third .franchise__about {
  font-size: 220px;
 }
}

@media (max-width: 1800px) {
 .header__top {
  padding: 0 100px;
 }

 .header__telegram {
  margin-right: 100px;
 }

 .problems {
  padding-right: 150px;
 }
}

@media (max-width: 1760px) {
 .franchise__about {
  font-size: 150px;
 }

 .technical__inner {
  padding: 0 50px;
 }

 .technical__title {
  left: 50px;
 }

 .problems {
  padding-left: 50px;
  padding-right: 50px;
 }

 .problems__inner {
  padding-left: 75px;
  padding-right: 75px;
 }

 .franchise__title {
  font-size: 40px;
  line-height: 50px;
 }

 .franchise__first-right {
  margin-left: 100px;
 }
}

@media (max-width: 1700px) {
 .franchise__ninth-title {
  white-space: normal;
 }

 .franchise__eleventh .franchise__eighth-list {
  margin-left: 50px;
 }

 .franchise__eleventh .franchise__about {
  font-size: 130px;
 }

 .franchise__seventh .franchise__about {
  font-size: 180px;
 }

 .franchise__sixth .franchise__about {
  font-size: 150px;
 }

 .franchise__forth-suptitle {
  left: 0px;
 }

 .franchise__forth-column+.franchise__forth-column {
  margin-left: 100px;
 }

 .franchise__sixth .franchise__sixth-title {
  top: 20%;
  left: 0;
 }

 .franchise__sixth-content {
  padding-right: 140px;
 }
}

@media (max-width: 1660px) {
 .franchise__eighth-item {
  width: calc(50% - 100px);
 }

 .franchise__second-title {
  font-size: 60px;
  line-height: 70px;
 }

 .franchise__third .franchise__about {
  font-size: 190px;
 }

 .franchise__first .franchise__inner {
  padding-right: 0;
 }

 .franchise__wrapper .slick-next {
  right: 100px;
 }

 .franchise__join {
  right: 100px;
 }

 .franchise__first-right {
  margin-left: 100px;
  max-width: 432px;
  margin-top: 30px;
 }

 .franchise__first-profit::before {
  width: 430px;
  bottom: -25px;
 }

 .franchise__first-profit span {
  font-size: 36px;
 }

 .franchise__first-features {
  margin-top: 60px;
 }

 .franchise__title {
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 40px;
  line-height: 50px;
  max-width: 500px;
 }

 .franchise__title::before {
  top: -67px;
 }

 .franchise__first .franchise__inner {
  padding-right: 150px;
 }

 .who {
  padding-right: 200px;
  padding-left: 200px;
 }

 .customization__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
 }

 .customization__link {
  display: inline-block;
 }

 .customization__instruction {
  margin-left: 0;
 }
}

@media (max-width: 1590px) {
 .franchise__forth-column+.franchise__forth-column {
  margin-left: 50px;
 }

 .problems__inner {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
 }
}

@media (max-width: 1570px) {
 .franchise_sixth-text {
  font-size: 18px;
  line-height: 32px;
 }

 .franchise__sixth-content {
  max-width: 100%;
  padding-right: 0;
 }

 .franchise_sixth-text.small {
  font-size: 14px;
  line-height: 22px;
 }

 .franchise__fifth .franchise__fifth-title {
  font-size: 50px;
  line-height: 65px;
  max-width: 420px;
  margin-right: 80px;
 }

 .franchise__fifth .franchise__inner {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
 }

 .franchise__fifth-text {
  font-size: 18px;
  line-height: 22px;
  max-width: 500px;
 }

 .franchise__mark-2 {
  top: 19%;
  left: 53%;
 }

 .franchise__mark-1 {
  left: calc(19% + 25px);
  bottom: 44%;
 }

 .franchise__mark-3 {
  left: 36%;
  bottom: 31%;
 }

 .technical__inner {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
 }

 .technical__inner .technical__inner-box {
  margin-left: 0;
  max-width: 45%;
  width: 100%;
 }

 .technical__inner .technical__inner-box .technical__item {
  max-width: 100%;
 }

 .technical__inner .technical__inner-box+.technical__inner-box {
  margin-left: 40px;
 }

 .technical__inner.variant-1 {
  display: none;
 }

 .technical__inner.variant-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
 }

 .technical__wrapper {
  height: 1550px;
 }

 .success__item {
  margin-right: 20px;
  width: 100%;
  margin-bottom: 40px;
 }

 .success__item.down_item {
  margin-bottom: 40px;
 }

 .cooperation__item+.cooperation__item {
  margin-left: 20px;
 }

 .header__top {
  padding: 0 50px;
 }

 .header__telegram {
  margin-right: 50px;
 }
}

@media (max-width: 1534px) {
 .problems__inner {
  padding-left: 0;
  padding-right: 0;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
 }
}

@media (max-width: 1500px) {
 .franchise__ninth-title {
  font-size: 50px;
  margin-bottom: 40px;
 }

 .franchise__seventh-left {
  max-width: 390px;
 }

 .franchise__ninth-text {
  font-size: 18px;
  line-height: 32px;
 }

 .franchise__ninth .franchise__first-right {
  max-width: 540px;
  padding-right: 0;
  margin-right: 170px;
 }

 .franchise__ninth .franchise__first-item:last-child {
  margin-left: 70px;
 }

 .franchise__first-item {
  font-size: 18px;
 }

 .franchise__first-profit::before {
  width: 100%;
 }

 .franchise__seventh .franchise__first-profit span::after {
  top: -44px;
  right: 10px;
 }

 .franchise__eighth-list {
  max-width: 100%;
 }

 .franchise__sixth-img {
  margin-bottom: 80px;
 }

 .franchise__second-title {
  font-size: 40px;
    line-height: 53.02px;
    margin-right: 80px;
    margin-top: 50px;
 }

 .franchise__second-text {
  font-size: 18px;
  line-height: 32px;
 }

 .franchise__second-right {
  padding-right: 150px;
 }

 .franchise__eleventh-left {
  max-width: 432px;
 }

 .franchise__eleventh-text {
  font-size: 18px;
  line-height: 32px;
  margin-top: 40px;
 }

 .franchise__eleventh .franchise__eighth-item {
  font-size: 14px;
  line-height: 30px;
 }

 .franchise__eighth-item {
  padding-top: 7px;
  padding-bottom: 7px;
  padding-right: 25px;
 }

 .franchise__eleventh .franchise__eighth-list {
  margin-left: 85px;
 }

 .franchise__eleventh .franchise__inner {
  padding-right: 190px;
 }

 .franchise__eleventh-title {
  font-size: 50px;
  line-height: 65px;
  margin-right: 0;
  max-width: 100%;
 }

 .franchise__eleventh-title::after {
  width: 141px;
  height: 141px;
  left: -20px;
  top: -54px;
 }

 .franchise__sixth .franchise__about {
  font-size: 120px;
 }

 .franchise__seventh-text {
  font-size: 16px;
  line-height: 20px;
 }

 .franchise__seventh-text.small {
  max-width: 380px;
  margin-top: 40px;
 }

 .franchise__forth .franchise__inner {
  padding-right: 130px;
 }

 .franchise__third .franchise__about {
  font-size: 170px;
 }

 .franchise__third-item+.franchise__third-item {
  margin-left: 50px;
 }

 .franchise__third-title {
  margin-bottom: 150px;
 }

 .problems__text {
  margin-left: 70px;
 }

 .profit .better__studio {
  width: 48%;
 }

 .who {
  padding-right: 150px;
  padding-left: 150px;
 }

 .header__content-studio {
  padding-right: 200px;
 }

 .cards {
  padding-left: 50px;
  padding-right: 50px;
 }

 .requirements__inner-top .gallery__item {
  height: 200px;
 }

 .requirements__inner-top .gallery__item img {
  height: 200px;
 }

 .requirements__inner-top .gallery__item .gallery__link {
  height: 200px;
 }

 .requirements__inner-top .gallery__item.gallery__small {
  height: 100px;
 }

 .requirements__inner-top .gallery__item.gallery__small img {
  height: 100px;
 }

 .requirements__inner-top .gallery__item.gallery__small .gallery__link {
  height: 100px;
 }

 .requirement__item {
  background-size: 35% 100%;
 }
}

@media (max-width: 1430px) {
 .franchise__eleventh .franchise__about {
  font-size: 110px;
 }

 .franchise__about {
  font-size: 120px;
 }

 .technical__item-text {
  max-width: 470px;
 }

 .technical__inner-box .technical__item-text {
  max-width: 470px;
 }

 .requirements__inner-top {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
 }

 .requirements__inner-top .gallery__inner-top {
  width: 80%;
  margin: 0 auto;
  margin-top: 40px;
 }

 .requirements__content {
  margin: 0 auto;
 }

 .requirements__inner-bottom {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
 }

 .requirements__inner-box {
  margin-bottom: 40px;
 }

 .requirements__text-bottom {
  max-width: 100%;
  width: 80%;
 }

 .requirements__inner-top .gallery__item {
  height: 300px;
 }

 .requirements__inner-top .gallery__item img {
  height: 300px;
 }

 .requirements__inner-top .gallery__item .gallery__link {
  height: 300px;
 }

 .requirements__inner-top .gallery__item.gallery__small {
  height: 140px;
 }

 .requirements__inner-top .gallery__item.gallery__small img {
  height: 140px;
 }

 .requirements__inner-top .gallery__item.gallery__small .gallery__link {
  height: 140px;
 }

 .get__title {
  margin-right: 30px;
 }

 .header__top {
  padding: 0 30px;
 }

 .header__telegram {
  margin-right: 30px;
 }

 .about__earn-model {
  padding-right: 20px;
 }

 .about__earn-studio {
  padding-left: 20px;
 }

 .franchise__first .franchise__inner {
  padding-top: 30px;
 }
}

@media (max-width: 1380px) {
 .franchise__eighth-item {
  padding-top: 7px;
  padding-bottom: 7px;
 }

 .franchise__sixth .franchise__inner {
  padding-right: 200px;
 }

 .who {
  padding-right: 120px;
  padding-left: 120px;
 }

 .legality {
  padding-right: 100px;
  padding-left: 100px;
 }

 .legality__inner {
  background-position: left center;
  padding-left: 450px;
 }

 .header__menu-list .header__menu-item+.header__menu-item {
  margin-left: 30px;
 }

 .get__inner {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
 }

 .get__title {
  margin-right: 0;
  margin-bottom: 30px;
  text-align: center;
 }

 .get__content {
  width: auto;
 }
}

@media (max-width: 1366px) {
 .franchise__third .franchise__about {
  font-size: 150px;
 }

 .franchise__third-title {
  font-size: 60px;
  line-height: 70px;
  margin-bottom: 60px;
 }

 .franchise__third-icon {
  top: 160px;
 }

 .franchise__third .franchise__inner-2 {
  padding-top: 100px;
 }

 .franchise__third-text {
  font-size: 15px;
  line-height: 25px;
 }

 .franchise__sixth .franchise__sixth-title {
  font-size: 50px;
  line-height: 65px;
  top: 30%;
 }

 .franchise__sixth .franchise__sixth-title::after {
  width: 143px;
  height: 143px;
  left: -47px;
  top: -27px;
 }

 .franchise__sixth-img {
  max-width: 474px;
  margin-bottom: 60px;
 }

 .franchise__forth .franchise__inner {
  padding-right: 150px;
 }

 .franchise__eighth-text {
  max-width: 500px;
 }

 .franchise__eighth-text span {
  display: none;
 }

 .franchise__eighth-list {
  padding-top: 0;
 }

 .franchise__eighth-list .franchise__eighth-item {
  font-size: 15px;
 }

 .franchise__eighth-list .franchise__eighth-item::before {
  top: 15px;
 }

 .franchise__forth-title {
  font-size: 30px;
  line-height: 46px;
  max-width: 650px;
  color: #bfc9da;
 }

 .franchise__wrapper .slick-next,.franchise__join {
  right: 75px;
 }

 .franchise__first-item {
  max-width: 50%;
 }

 .franchise__second-right {
  max-width: 560px;
    padding-right: 0;
    margin-top: 90px;
 }

 .franchise__second .franchise__inner {
  padding-right: 190px;
 }

 .franchise__second-title {
  max-width: 392px;
 }

 .franchise__first-item.small {
  max-width: 50%;
 }

 .franchise__first-item span {
  max-width: 90%;
 }

 .franchise__first-item:last-child {
  margin-left: 15px;
 }

 .franchise__third-title {
  max-width: 640px;
  font-size: 50px;
  line-height: 65px;
 }

 .franchise__third-title::after {
  width: 143px;
  height: 143px;
 }
}

@media (max-width: 1350px) {
 .who {
  padding-right: 80px;
  padding-left: 80px;
 }

 .customization__inner {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
 }

 .customization__item+.customization__item {
  margin-left: 0;
  margin-top: 10px;
 }

 .header__top {
  top: 32px;
 }
}

@media (max-width: 1300px) {
 .franchise__seventh .franchise__first-right {
  margin-right: 20px;
 }

 .franchise__seventh-left {
  margin-right: 20px;
 }
}

@media (max-width: 1200px) {
 .franchise__seventh .franchise__first-right {
  max-width: 360px;
 }

 .franchise__ninth .franchise__first-right {
  margin-left: 30px;
 }

 .franchise__ninth-title {
  line-height: 65px;
 }
}

@media (min-width: 1251px) {
 .header__menu-item:hover {
  color: #f03382;
 }

 .header__menu-item:hover .dropdown__item {
  color: #fff;
 }

 .header__menu-item:hover .header__arrow {
  top: 38%;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
 }

 .header__menu-item:hover .header__arrow::before {
  color: #f03382;
 }

 .header__menu-item:hover .dropdown__list {
  opacity: 1;
  padding: 40px 30px;
  font-size: 18px;
  height: auto;
  line-height: 32px;
  visibility: visible;
  border-radius: 10px;
 }

 .header__menu-item:hover .dropdown__list .dropdown__item {
  padding: 8px 30px;
 }

 .header__menu-item:hover .dropdown__list .dropdown__item:hover {
  color: #f03382;
 }

 .header__menu-item:hover .dropdown__list a {
  opacity: 1;
  visibility: visible;
 }
}

@media (max-width: 1250px) {
 .franchise__fifth .franchise__inner {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
 }

 .franchise__fifth .franchise__fifth-title,.franchise__fifth-text {
  margin-right: 0;
 }

 .franchise__fifth .franchise__fifth-title {
  margin-bottom: 30px;
 }

 .franchise__third-item+.franchise__third-item {
  margin-left: 25px;
 }

 .who__inner {
  background-size: 40%;
 }

 .header__details {
  left: 20px;
 }

 .header__top {
  padding: 0 20px;
 }

 .header__telegram {
  margin-right: 20px;
 }

 .header__close {
  display: block;
 }

 .header__logo-mobile {
  display: block;
 }

 .header__menu-list {
  overflow-y: scroll;
  overflow-x: hidden;
  left: -100%;
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  background-color: #24262b;
  z-index: 10;
  top: -18px;
  padding: 13rem 20px 0 30px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
 }

 .header__menu-list .header__menu-item {
  display: block;
 }

 .header__menu-list .header__menu-item::after {
  display: none;
 }

 .header__menu-list .header__menu-item .header__arrow {
  top: 25px;
 }

 .header__menu-list .header__menu-item .header__arrow::before {
  color: #fff;
  width: 34px;
  height: 34px;
  background-color: #2d313d;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
 }

 .header__menu-list .header__menu-item+.header__menu-item {
  margin-left: 0;
  border-top: 1px solid rgba(58,60,65,0.4);
 }

 .header__menu-list .header__menu-item.active {
  color: #f03382;
 }

 .header__menu-list .header__menu-item.active .header__arrow {
  top: 25px;
 }

 .header__menu-list .header__menu-item.active .header__arrow::before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  background-color: #f03382;
 }

 .header__menu-list .header__menu-item.active .dropdown__list {
  display: block;
  position: static;
  visibility: visible;
  opacity: 1;
  padding: 26px 0 26px 20px;
  border-top: 1px solid rgba(58,60,65,0.4);
  width: 105.5%;
  border-radius: 0;
  margin-top: 10px;
  margin-bottom: -15px;
  height: auto;
 }

 .header__menu-list .header__menu-item.active .dropdown__item {
  padding: 0;
  line-height: 38px;
  color: #fefefe;
 }

 .header__menu-list .header__menu-item.active .dropdown__item a {
  visibility: visible;
  opacity: 1;
 }

 .header__menu-list.active {
  left: 0;
 }

 .header__dropdown {
  display: block;
 }

 .dropdown__list {
  position: static;
  background: none;
  visibility: hidden;
  opacity: 0;
 }

 .dropdown__list .dropdown__item {
  font-size: 16px;
  line-height: 28px;
 }

 .dropdown__list .dropdown__item a {
  -webkit-transition: all .1s;
  -o-transition: all .1s;
  transition: all .1s;
  opacity: 0;
  visibility: hidden;
 }

 .dropdown__list .dropdown__item+.dropdown__item {
  border: none;
 }

 .header__telegram {
  display: none;
 }

 .burger {
  display: block;
 }

 .header__menu-list .header__menu-item .header__arrow::before {
  pointer-events: visible;
 }

 .header__menu-item.model .header__arrow {
  right: 0;
 }

 .requirement__item.right {
  margin: 0 auto;
 }

 .requirement__item {
  margin: 0 auto;
  width: 55%;
 }

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

 .requirement__item {
  padding: 32px 320px 50px 0;
  background-position: right center;
 }
}

@media (max-width: 1200px) {
 .franchise__eleventh .franchise__eighth-list {
  margin-left: 30px;
 }

 .franchise__eleventh-left {
  max-width: 400px;
 }

 .franchise__eighth-list {
  padding-top: 20px;
 }

 .franchise__eighth-list .franchise__eighth-item {
  line-height: 20px;
 }

 .franchise__sixth-content {
  margin-left: 60px;
 }

 .franchise__sixth-img {
  max-width: 420px;
 }

 .franchise__forth-suptitle {
  top: 100px;
 }

 .franchise__eighth-list {
  padding-right: 60px;
 }

 .franchise__forth-content {
  padding-top: 30px;
 }

 .franchise__eleventh .franchise__about {
  font-size: 95px;
 }

 .franchise__eleventh .franchise__inner {
  padding-right: 170px;
 }

 .franchise__eleventh-title::after {
  width: 150px;
  height: 150px;
  left: -20px;
  top: -7px;
 }

 .franchise__ninth-title {
  font-size: 60px;
 }

 .franchise__ninth-text {
  font-size: 20px;
 }

 .franchise__seventh .franchise__about {
  font-size: 150px;
 }

 .franchise__sixth .franchise__about {
  font-size: 100px;
 }

 .franchise__sixth .franchise__join.second {
  left: 60px;
 }

 .franchise__fifth-title {
  font-size: 60px;
  line-height: 70px;
 }

 .franchise__fifth-text {
  font-size: 16px;
  line-height: 20px;
 }

 .franchise__mark-3 {
  left: 32%;
  bottom: 31%;
 }

 .franchise__mark-2 {
  left: 54%;
 }

 .franchise__mark-1 {
  left: calc(8% + 25px);
 }

 .franchise__wrapper .slick-next {
  right: 50px;
 }

 .franchise__forth-item+.franchise__forth-item {
  margin-top: 60px;
 }

 .franchise__third .franchise__about {
  font-size: 130px;
  left: 40px;
 }

 .franchise__about-text {
  left: 10px;
 }

 .franchise__join {
  right: 50px;
 }

 .franchise__third-icon {
  left: 30px;
  width: 200px;
 }

 .franchise__third .franchise__inner-2 {
  padding-top: 250px;
 }

 .franchise__third-title {
  margin-bottom: 0;
 }

 .create .slick-dots {
  overflow-x: auto;
  max-width: 84%;
 }

 .create .slick-dots li+li {
  margin-left: 20px;
 }

 .others__item.big,.others__item {
  max-width: 100%;
  width: 33.333%;
 }
}

@media (max-width: 1175px) {
 .profit .better__item.websites {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
 }

 .profit .better__item {
  width: 100%;
 }

 .profit .better__studio {
  margin-right: auto;
  margin-left: auto;
 }

 .profit .better__studio:first-child {
  margin-right: 0;
 }

 .profit .better__studio+.better__studio {
  margin-right: auto;
  margin-left: auto;
 }

 .profit .instruction__help {
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  left: 50%;
  width: 96%;
 }

 .better__item.websites {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
 }

 .better__studio+.better__studio {
  margin-left: 0;
 }

 .work-home .instruction__help,.cards .instruction__help {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  left: 20px;
  right: 20px;
  width: auto;
 }

 .work-home .better__studio {
  max-width: 480px;
  width: 100%;
 }

 .restriction__title {
  margin-right: 30px;
 }

 .requirement__item {
  width: 70%;
 }

 .about__what {
  background: none;
  padding-left: 0;
  padding: 80px 100px;
  margin: 0;
  margin-right: 0;
  max-width: 100%;
  background-color: #f2f2f2;
 }

 .about__what-title {
  display: block;
  background-image: url(../images/about_img.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
  padding-left: 150px;
  padding-top: 88px;
  line-height: 26px;
 }

 .about__earn {
  padding: 80px 100px;
 }

 .about {
  padding: 0;
 }

 .requirement,.cooperation,.get,.success,.request {
  padding: 80px 40px;
 }
}

@media (max-width: 1175px) {
 .restriction {
  padding: 44px 30px 44px 20px;
 }

 .restriction__after {
  bottom: -4px;
 }

 .restriction__before {
  top: -176px;
 }

 .restriction__title {
  font-size: 35px;
 }

 .better .better__studio {
  margin-right: auto;
  margin-left: auto;
 }

 .better .better__studio+.better__studio {
  margin-right: auto;
  margin-left: auto;
 }
}

@media (max-width: 1160px) {
 .problems__text {
  display: block;
  margin-left: 0;
  margin-top: 40px;
 }

 .better__item-plus {
  margin-left: 30px;
 }

 .slick-slide {
  overflow-x: scroll;
 }

 .better__content {
  overflow-x: hidden;
 }

 .better__item.studios {
  width: 1050px !important;
  overflow-x: scroll;
  margin-left: 0;
 }

 .better .better__studio {
  margin-right: auto;
  margin-left: auto;
 }

 .better .better__studio+.better__studio {
  margin-right: auto;
  margin-left: auto;
 }

 .better .container-model-big {
  padding: 0;
 }

 .better .slick-dots {
  width: 90%;
  margin-right: 20px;
  margin-left: 20px;
 }

 .better .slick-slide {
  padding-left: 20px;
 }

 .better__inner {
  margin-right: 20px;
  margin-left: 20px;
 }
}

@media (max-width: 1100px) {
 .franchise__first-right {
  margin-left: 50px;
 }

 .franchise__sixth-content {
  margin-left: 30px;
 }

 .franchise__first-text {
  max-width: 100%;
 }

 .franchise__first-left {
  max-width: 400px;
 }

 .franchise__title {
  max-width: 100%;
  font-size: 40px;
  line-height: 50px;
 }

 .franchise__first .franchise__inner {
  padding-right: 150px;
 }
}

@media (max-width: 1027px) {
 .methods .restriction__before {
  top: -114px;
 }

 .methods .restriction__after {
  bottom: -75px;
 }
}

@media (max-width: 1000px) {
 .typical__cooperation {
  margin: 25px 0;
 }

 .franchise__video {
  display: none;
 }

 .franchise__fifth {
  background-image: url(../images/map2.jpg);
 }

 .franchise__twelfth {
  padding-bottom: 50px;
 }

 .cursor {
  display: none !important;
 }

 .franchise_sixth-text.small {
  margin-top: 0;
 }

 .franchise-container {
  padding: 0 20px;
 }

 .franchise__first-left {
  max-width: 100%;
 }

 .franchise__title::after {
  content: '';
  position: absolute;
  width: 100px;
  height: 100px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url(../images/fir-1.svg);
  left: 20px;
  top: -30px;
  z-index: -1;
 }

 .franchise__second-title {
  margin-bottom: 30px;
 }

 .franchise__slider-item,.franchise__inner {
  height: auto;
 }

 .franchise__slider-item .franchise__inner {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
 }

 .franchise__mark {
  display: none;
 }

 .franchise__first {
  background-image: none;
 }

 .franchise__first-profit span {
  font-size: 34px;
 }

 .franchise__first-features {
  margin-top: 40px;
 }

 .franchise__first-profit::before {
  display: none;
 }

 .franchise__seventh .franchise__first-right {
  margin-left: 0;
  margin-top: 30px;
 }

 .franchise__seventh .franchise__first-profit span::after {
  display: none;
 }

 .franchise__title {
  font-size: 40px;
  line-height: 50px;
  margin-top: 100px;
 }

 .franchise__title::before {
  display: none;
 }

 .franchise__eighth-text {
  position: static;
  margin-left: 50px;
  padding-right: 50px;
  max-width: 100%;
 }

 .franchise__second .franchise__second-title,.franchise__third-title,.franchise__forth-title,.franchise__fifth .franchise__fifth-title,.franchise__sixth .franchise__sixth-title,.franchise__ninth-title,.franchise__tenth-title,.franchise__eleventh-title,.franchise__twelfth .franchise__twelfth-title {
  font-size: 50px;
  line-height: 60px;
  max-width: 100%;
  width: 100%;
 }

 .franchise__eleventh .franchise__eighth-list {
  margin-left: 0;
 }

 .franchise__twelfth .franchise__twelfth-title {
  padding-left: 20px;
 }

 .franchise__about {
  display: none;
 }

 .franchise__ninth-title::after,.franchise__tenth-title::after,.franchise__eleventh-title::after {
  display: none;
 }

 .franchise__tenth {
  display: none;
 }

 .franchise__form {
  margin: 0;
  padding-left: 50px;
 }

 .franchise__tenth-title {
  display: none;
 }

 .franchise__sixth .franchise__sixth-title {
  position: static;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
 }

 .franchise__sixth .franchise__sixth-title::after {
  display: none;
 }

 .franchise__slider-item .franchise__inner {
  padding-top: 0;
 }

 .franchise__sixth .franchise__join.second {
  display: none;
 }

 .franchise__second-text.small {
  margin-bottom: 30px;
 }

 .franchise__third-title {
  margin-bottom: 30px;
 }

 .franchise__third-title::after {
  display: none;
 }

 .franchise__third .franchise__inner-2 {
  padding-top: 50px;
 }

 .franchise__forth .franchise__inner {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
 }

 .franchise__eighth-list {
  display: block;
 }

 .franchise__eighth-item {
  width: 100%;
 }

 .franchise__eighth-item:nth-child(even) {
  margin-left: 0;
 }

 .franchise__forth-content {
  padding-top: 50px;
 }

 .franchise__forth-title {
  position: static;
 }

 .franchise__fir {
  display: none;
 }

 .franchise__first-right {
  margin-left: 0;
 }

 .franchise__sixth-content {
  margin-left: 0;
 }

 .franchise__eighth-list {
  padding-top: 30px;
  margin-bottom: 30px;
 }

 .technical__inner.variant-2 {
  display: none;
 }

 .technical__inner.variant-3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
 }

 .technical__inner .technical__item {
  margin-left: 0;
 }

 .technical__wrapper {
  height: 2750px;
 }

 .problems__inner {
  padding-left: 0;
  padding-right: 0;
 }

 .methods__inner {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
 }

 .methods__item+.methods__item {
  margin-left: 0;
  margin-top: 10px;
 }

 .legality__inner {
  padding-left: 40px;
  padding-right: 40px;
  background-image: none;
 }

 .legality__inner .legality__title {
  background-image: url(../images/legality__img.svg);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 150px;
 }

 .header__content-studio {
  padding-left: 100px;
  padding-right: 100px;
 }

 .header__inner-studio .header__model-text {
  padding-top: 100px;
 }

 .header__title-studio {
  margin-bottom: 350px;
 }

 .cards__inner {
  margin-left: 40px;
 }

 .work-home__inner {
  padding-left: 400px;
  background-size: 35%;
 }

 .requirements {
  padding: 63px 20px 53px;
 }

 .requirements__inner-top .gallery__inner-top .gallery__item.gallery__small.req-margin {
  margin-left: 0;
 }

 .requirements__inner-top .gallery__inner-top .gallery__item.gallery__small:last-child {
  max-width: 100%;
  width: 100%;
  height: 400px;
  margin-left: 0;
 }

 .requirements__inner-top .gallery__inner-top .gallery__item.gallery__small:last-child img {
  height: 400px;
 }

 .requirements__inner-top .gallery__inner-top .gallery__item.gallery__small:last-child .gallery__link {
  height: 400px;
 }

 .requirements__inner-top .gallery__item {
  border-radius: 0;
 }

 .requirements__inner-top .gallery__item img:first-child {
  display: none;
 }

 .requirements__inner-top .gallery__item img:nth-child(2) {
  display: block;
 }

 .requirements__inner-top .gallery__item.change {
  height: 250px;
  margin-left: 0;
  width: 49.7%;
 }

 .requirements__inner-top .gallery__item.change:nth-child(3) {
  margin-left: 0.55%;
 }

 .requirements__inner-top .gallery__item.change:nth-child(5) {
  margin-left: 0.55%;
 }

 .requirements__inner-top .gallery__item.change img {
  height: 250px;
 }

 .requirements__inner-top .gallery__item.change .gallery__link {
  height: 250px;
 }

 .requirements__inner-top .gallery__item:first-child {
  max-width: 100%;
  height: 400px;
 }

 .requirements__inner-top .gallery__item img {
  border-radius: 0;
  height: 400px;
 }

 .requirements__inner-top .gallery__item .gallery__link {
  border-radius: 0;
  height: 400px;
 }

 .franchise__ninth .franchise__first-right {
  max-width: 100%;
  margin-right: 0;
  margin-left: 0;
 }

 .franchise__title {
  font-size: 33px;
  line-height: 46.67px;
  margin-bottom: 30px;
  margin-top: 0;
 }

 .franchise__title::after {
  top: -50px;
 }

 .franchise__first-item.small {
  max-width: 100%;
 }

 .franchise__first-features {
  margin-top: 40px;
 }

 .franchise__first-profit::before {
  bottom: -10px;
  display: block;
  width: 100%;
 }

 .franchise__ninth .franchise__first-item {
  color: #ffffff;
  font-size: 16px;
 }

 .franchise__first-left {
  max-width: 100%;
 }

 .franchise__first-title {
  position: relative;
  z-index: 2;
 }

 .franchise__first-title::after {
  content: 'О франчайзере';
  white-space: nowrap;
  font-size: 63px;
  color: rgba(68,74,84,0.2);
  font-weight: 700;
  text-transform: uppercase;
  position: absolute;
  top: -10px;
  left: -40px;
  right: 0;
  z-index: -1;
 }

 .franchise__third .franchise__about-text {
  position: relative;
  z-index: 2;
  padding-left: 0;
  left: 20px;
 }

 .franchise__third .franchise__about-text::after {
  content: '';
  position: absolute;
  width: 59px;
  height: 59px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url(../images/fir-1.svg);
  right: 40px;
  top: -20px;
  z-index: -1;
 }

 .franchise__slider-item.franchise__forth {
  margin-top: 60px;
 }

 .franchise__forth .franchise__forth-suptitle {
  top: 30px;
  left: 0;
  width: 100%;
 }

 .franchise__forth .franchise__forth-suptitle::after {
  content: '';
  position: absolute;
  width: 59px;
  height: 59px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url(../images/fir-1.svg);
  right: 40px;
  top: -20px;
  z-index: -1;
 }

 .franchise__fifth .franchise__forth-suptitle {
  top: -40px;
  position: relative;
  width: 100%;
 }

 .franchise__fifth .franchise__forth-suptitle::after {
  content: '';
  position: absolute;
  width: 59px;
  height: 59px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url(../images/franchise_mark-1.png);
  right: 40px;
  top: -20px;
  z-index: -1;
 }

 .franchise__seventh .franchise__seventh-title {
  display: block;
  color: #bfc9da;
  font-size: 22px;
  font-weight: 700;
  padding-left: 20px;
  z-index: 2;
  position: relative;
 }

 .franchise__seventh .franchise__seventh-text {
  margin-top: 20px;
  font-size: 14px;
  line-height: 22px;
  color: #fff;
  margin-bottom: 45px;
 }

 .franchise__eighth .franchise__about {
  font-size: 63px;
  left: -20px;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  top: -20px;
 }

 .franchise__eigth-title {
  max-width: 205px;
  color: #bfc9da;
  font-size: 22px;
  line-height: 30px;
  font-weight: 700;
  padding-left: 20px;
  position: relative;
  z-index: 2;
  margin-bottom:20px;
 }

 .franchise__eighth-list {
  padding-top: 20px;
 }

 .franchise__sixth .franchise__inner {
  padding-bottom: 80px;
 }

 .franchise__seventh .franchise__first-item.small {
  max-width: 100%;
 }

 .franchise__seventh .franchise__about {
  top: -30px;
  display: block;
  font-size: 63px;
  left: -80px;
  right: 0;
  -webkit-transform: translateX(-20px);
  -ms-transform: translateX(-20px);
  transform: translateX(-20px);
 }

 .franchise__ninth::before {
  width: 100px;
  height: 110px;
  right: 20px;
  top: 0;
  background-size: contain;
  background-position: center;
 }

 .franchise__sixth .franchise__forth-suptitle {
  top: -50px;
  left: 20px;
  width: 100%;
 }

 .franchise__sixth .franchise__forth-suptitle::after {
  content: '';
  position: absolute;
  width: 59px;
  height: 59px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url(../images/fir-1.svg);
  right: 40px;
  top: -20px;
  z-index: -1;
 }

 .franchise__fifth {
  padding-top: 200px;
 }

 .franchise__first-text {
  margin-bottom: 50px;
 }

 .franchise__first-text+svg {
  margin-bottom: 40px;
 }

 .franchise__first-right {
  max-width: 100%;
 }

 .franchise__first-row.row-2 {
  margin-top: 30px;
 }

 .franchise__first-row.row-2 .franchise__first-item:last-child {
  margin-left: 0;
 }

 .franchise__first-title {
  margin-top: 60px;
  margin-bottom: 20px;
 }

 .franchise__seventh .franchise__first-item.small {
  margin-left: 0;
 }

 .franchise__slider {
  height: auto;
 }

 .franchise__wrapper {
  background-color: #1d2127;
 }

 .franchise__slider-item {
  padding: 20px 0;
 }

 .franchise__slider-item+.franchise__slider-item {
  margin-top: -1px;
 }

 .franchise__slider-item.franchise__thirteenth {
  background-color: #1d2127;
 }

 .franchise__slider-item.franchise__thirteenth .franchise__inner {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
 }

 .franchise__slider-item {
  padding: 0;
  background-color: transparent;
 }

 .franchise__first {
  padding-top: 150px;
  overflow: hidden;
 }

 .franchise__sixth .franchise__sixth-title {
  position: static;
  margin-bottom: 20px;
 }

 .franchise__wrapper .franchise-mobile {
  display: block;
 }

 .franchise-text-dark {
  color: #fff;
  font-size: 14px;
  line-height: 22px;
 }

 .franchise-text-dark.dark-big {
  font-size: 16px;
 }

 .franchise__first-text-dark {
  margin-bottom: 20px;
  font-size: 14px;
 }

 .franchise__eighth-item {
  max-width: 100%;
 }

 .franchise__eighth-list {
  padding-right: 0;
 }

 .franchise__first-item {
  max-width: 100%;
 }

 .franchise-text-light {
  color: #bfccdf;
  font-size: 20px;
  line-height: 32px;
 }

 .franchise__first-text-light {
  margin-bottom: 85px;
  font-size: 16px;
 }

 .franchise__third .franchise__about-text {
  display: none;
 }

 .franchise__third .franchise__about-text.franchise-mobile {
  display: inline-block;
  top: -3px;
 }

 .franchise__sixth .franchise__forth-suptitle {
  display: inline-block;
  width: 90%;
 }

 .franchise__about-text {
  color: #bfc9da;
  font-size: 14px;
  position: static;
  padding-left: 50px;
  margin-bottom: 20px;
 }

 .franchise-hide {
  display: none;
 }

 .franchise__wrapper .franchise-title {
  color: #bfc9da;
  font-size: 22px;
  line-height: 27.54px;
 }

 .franchise__third-title {
  margin-bottom: 50px;
 }

 .franchise__third .franchise__inner-2 {
  padding-top: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
 }

 .franchise__third-item+.franchise__third-item {
  margin-left: 0;
  margin-top: 60px;
 }

 .franchise__third-item:last-child {
  margin-top: 80px;
 }

 .franchise__third-item:first-child img {
  margin-bottom: 20px;
 }

 .franchise__third-item:nth-child(2) img {
  margin-bottom: 20px;
 }

 .franchise__forth::after {
  display: none;
 }

 .franchise__forth .franchise__eighth-list {
  padding: 0;
 }

 .franchise__forth .franchise__forth-content {
  padding-top: 0;
 }

 .franchise__forth-title {
  margin-top: 80px;
  margin-bottom: 30px;
 }

 .franchise__forth-content {
  padding-top: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
 }

 .franchise__forth-column+.franchise__forth-column {
  margin-left: 0;
  margin-top: 30px;
 }

 .franchise__forth-item+.franchise__forth-item {
  margin-top: 30px;
 }

 .franchise__forth-subtitle.small {
  max-width: 100%;
 }

 .franchise__forth-item {
  max-width: 100%;
 }

 .franchise__fifth {
  padding: 95px 0;
 }

 .franchise__fifth .franchise__fifth-title {
  margin-bottom: 30px;
  max-width: 186px;
 }

 .franchise__sixth-title {
  margin-bottom: 30px;
 }

 .franchise__wrapper .franchise__sixth {
  margin-top: 100px;
 }

 .franchise__wrapper .franchise__sixth .franchise__inner {
  position: static;
 }

 .franchise__sixth-img {
  position: relative;
  width: calc(100% + 40px);
  left: -20px;
  margin-bottom: 30px;
 }

 .franchise__seventh {
  margin-bottom: 40px;
 }

 .franchise__seventh .franchise__join {
  position: relative;
  right: auto;
  top: auto;
  display: block;
 }

 .franchise_sixth-text:first-child {
  margin-bottom: 37px;
  max-width: 100%;
  font-size: 14px;
  line-height: 22px;
 }

 .franchise__sixth-content {
  padding-right: 0;
 }

 .franchise__seventh-text {
  margin-top: 120px;
  max-width: 100%;
 }

 .franchise__slider-item .franchise__inner {
  padding-right: 0;
 }

 .franchise__seventh-text.small {
  max-width: 100%;
  margin-top: 30px;
  margin-bottom: 70px;
 }

 .franchise__seventh .franchise__first-right {
  margin-top: 0;
 }

 .franchise__first-row.row-2 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
 }

 .franchise__first-row.row-2 .franchise__first-item {
  margin-bottom: 30px;
 }

 .franchise__seventh .franchise__first-item {
  font-size: 18px;
 }

 .franchise__seventh .franchise__first-item span {
  font-size: 13px;
 }

 .franchise__seventh {
  overflow: hidden;
  padding-top: 40px;
 }

 .franchise__seventh .franchise__about {
  top: 10px;
 }

 .franchise__seventh .franchise__first-profit {
  position: relative;
 }

 .franchise__seventh .franchise__first-profit::after {
  content: '';
  position: absolute;
  width: 100px;
  height: 100px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url(../images/fir-1.svg);
  right: 40px;
  top: 0px;
  z-index: -1;
 }

 .franchise__wrapper .franchise__sixth .franchise__inner {
  padding-bottom: 30px;
 }

 .franchise__eighth {
  overflow: hidden;
  padding-top: 40px;
  margin-top:-20px;
 }

 .franchise__eighth .franchise__about {
  top: 3px;
 }

 .franchise__eighth-item {
  font-size: 16px;
  line-height: 30px;
  border: none;
  padding-top: 7px;
  padding-bottom: 7px;
 }

 .franchise__ninth-title {
  margin-top: 50px;
  margin-bottom: 25px;
 }

 .franchise__ninth-text {
  margin-bottom: 50px;
 }

 .franchise__ninth .franchise__first-right {
  margin-top: 0;
  margin-bottom: 80px;
 }

 .franchise__ninth .franchise__first-profit {
  font-size: 14px;
 }

 .franchise__ninth .franchise__first-profit span {
  font-size: 21px;
  line-height: 24.25px;
 }

 .franchise__ninth .franchise__first-row {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
 }

 .franchise__ninth .franchise__first-item:last-child {
  margin-left: 0;
  margin-top: 20px;
 }

 .franchise__ninth .franchise__first-item {
  width: 100%;
 }

 .franchise__ninth .franchise__first-item span {
  max-width: 100%;
 }

 .franchise__ninth .franchise__first-row.row-2 {
  margin-top: 20px;
 }

 .franchise__ninth .franchise__first-row.row-2 .franchise__first-item {
  margin-bottom: 0;
 }

 .franchise__eleventh-title {
  margin-bottom: 15px;
 }

 .franchise__eleventh-text {
  margin-top: 0;
  margin-bottom: 10px;
 }

 .franchise__twelfth .franchise__twelfth-title {
  margin-top: 20px;
 }

 .franchise__twelfth {
  padding-bottom: 40px;
 }

 .franchise__ninth {
  font-size: 14px;
  color: #bfccdf;
 }

 .franchise__ninth .franchise__first-features {
  margin-top: 30px;
 }

 .franchise__ninth .franchise__first-item span {
  color: #7c899c;
  font-size: 14px;
  line-height: 22px;
  max-width: 260px;
 }

 .franchise__twelfth .franchise__twelfth-title {
  font-size: 22px;
 }

 .franchise__twelfth .franchise__form label:not(.form__name-text) {
  font-size: 14px;
 }

 .franchise__twelfth .form__send {
  font-size: 18px;
 }

 .franchise__form {
  padding-left: 20px;
 }
}

@media (max-width: 975px) {
 .better {
  padding-top: 300px;
 }

 .better__inner {
  padding-right: 0;
  padding-top: 250px;
  background-position: center top;
  background-size: 30%;
  margin-bottom: 30px;
 }

 .better__title {
  font-size: 24px;
  margin-bottom: 25px;
  line-height: 32px;
 }

 .better__text {
  font-size: 16px;
  line-height: 28px;
 }

 .success {
  background-image: none;
  padding: 65px 0;
  text-align: center;
 }

 .success__text,.success__content-text {
  margin: 0 auto;
 }

 .success__left {
  width: 100%;
  margin-bottom: 50px;
 }

 .success__item {
  max-width: 100%;
  margin: 0;
 }

 .success__item+.success__item {
  margin-top: 50px;
 }

 .success__content {
  width: 100%;
 }

 .success__content-title {
  font-size: 30px;
  line-height: 25px;
  margin-bottom: 15px;
 }

 .success__title {
  font-size: 26px;
  line-height: 39px;
  margin-bottom: 20px;
 }

 .success__inner {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
 }

 .success__content-text {
  font-size: 18px;
  line-height: 32px;
  font-weight: 500;
 }

 .success__text {
  font-size: 16px;
  line-height: 28px;
  font-weight: 500;
 }

 .success__item.down_item {
  margin-bottom: 0;
 }

 .requirement__item {
  width: 85%;
 }

 .dropdown__list:first-child {
  top: -80px;
 }

 .gallery .gallery__inner-top .gallery__item {
  width: 32%;
  height: 200px;
 }

 .gallery .gallery__inner-top .gallery__item+.gallery__item {
  margin-left: 0.53%;
 }

 .gallery .gallery__inner-top .gallery__item img {
  height: 200px;
  width: 100%;
 }

 .gallery .gallery__inner-top .gallery__item.gallery__small {
  width: 32%;
 }

 .gallery .gallery__inner-top .gallery__item.gallery__small .gallery__link {
  height: 200px;
 }

 .gallery .gallery__inner-top .gallery__item.gallery__small+.gallery__item.gallery__small {
  margin-left: 0;
 }

 .gallery .gallery__inner-top .gallery__item.gallery__small+.gallery__item.gallery__small.add-margin {
  margin-left: 0.53%;
 }
}

@media (max-width: 956px) {
 .restriction__after {
  bottom: -25px;
 }

 .restriction__before {
  top: -160px;
 }
}

@media (max-width: 1027px) {
 .methods .restriction__before {
  top: -75px;
 }

 .methods .restriction__after {
  bottom: -109px;
 }
}

@media (max-width: 992px) {
 .problems__item {
  width: calc(50% - 30px);
 }
}

@media (max-width: 900px) {
 .others__inner-top {
  margin-bottom: 5px;
 }

 .others__inner-top,.others__inner-bottom {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
 }

 .others__item.big {
  width: 100%;
  margin-bottom: 5px;
 }

 .others__item {
  width: 49.5%;
 }

 .others__item+.others__item {
  margin-left: 0;
 }

 .others__item.logo_1 {
  background-size: 40%;
 }

 .others__item.logo_2 {
  background-image: url(../images/logo_4.png);
 }

 .others__item.logo_3 {
  margin-left: 1%;
 }

 .others__item.logo_4 {
  background-size: 40%;
  width: 100%;
  margin-bottom: 5px;
  background-image: url(../images/logo_2.png);
 }

 .others__item.logo_6 {
  width: 49.5%;
  margin-left: 1%;
 }

 .news__inner {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 1300px;
 }

 .news__item {
  width: 65%;
  margin-bottom: 60px;
 }

 .news__item:nth-child(2) {
  margin-bottom: 500px;
 }

 .news__item.active {
  margin-bottom: 60px;
 }
}

@media (max-width: 897px) {
 .methods .restriction__before {
  top: -41px;
 }

 .methods .restriction__after {
  bottom: -141px;
 }
}

@media (max-width: 880px) {
 .create .better__content {
  display: none;
 }

 .better__content.create-mobile {
  display: block;
  height: auto;
 }

 .better__content.create-mobile .slick-slide {
  overflow: hidden;
 }

 .better__content.create-mobile .create__item {
  height: auto;
 }

 .methods .restriction {
  padding: 45px 20px 100px;
 }

 .methods .restriction__title {
  margin-right: auto;
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 40px;
 }

 .methods .restriction__text {
  font-size: 16px;
  line-height: 28px;
 }

 .methods .restriction__before {
  top: -155px;
 }

 .methods .restriction__after {
  bottom: -26px;
 }

 .restriction {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
 }

 .cards__wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
 }

 .cards__content {
  margin-bottom: 30px;
 }

 .cards__inner {
  margin-left: 0;
 }

 .verification__inner {
  display: none;
 }

 .verification__inner.verification-mobile {
  display: block;
  border-radius: 0px;
 }

 .tabs {
  border-radius: 10px;
 }

 .tabs span {
  width: 100%;
 }

 .verification {
  padding-top: 80px;
  padding-bottom: 80px;
 }

 .tab {
  position: relative;
  padding: 25px 20px;
  font-size: 15px;
  padding-right: 0;
 }

 .tab::before {
  content: '\f107';
  font-family: 'icomoon';
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #adadad;
 }

 .tab:first-child,.tab:last-child {
  border-radius: 0px;
 }

 .tab.active {
  border: none;
  background-color: inherit;
  color: #525252;
  padding: 25px 20px;
  padding-right: 0;
 }

 .tab.active-mobile {
  background-color: #171e29;
  color: #fff;
 }

 .tab.active-mobile::before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  color: #667384;
  top: 34%;
 }

 .tab-item__title {
  font-size: 0;
  line-height: 36px;
  margin-bottom: 15px;
 }

 .verification__title {
  font-size: 24px;
  line-height: 32px;
 }

 .tab-item__text {
  font-size: 0;
  line-height: 26px;
 }

 .tab-item {
  display: block !important;
  visibility: hidden;
  min-height: 0;
  height: 0;
  background-color: #fff;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  line-height: 0;
  padding: 0;
 }

 .tab-item.show {
  line-height: 26px;
  padding: 20px 20px 36px;
  min-height: 50px;
  height: auto;
  visibility: visible;
  opacity: 1;
 }

 .tab-item.show .tab-item__title {
  font-size: 24px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
 }

 .tab-item.show .tab-item__text {
  font-size: 16px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
 }

 .restriction__after {
  bottom: -52px;
 }

 .restriction__before {
  top: -136px;
 }
}

@media (max-width: 850px) {
 .news__inner {
  height: 1400px;
 }

 .header__title {
  padding-top: 100px;
  font-size: 70px;
  font-weight: 700;
  line-height: 75px;
 }

 .articles__image-box {
  display: none;
 }

 .articles__content-title {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 18px;
 }

 .articles__text {
  font-size: 16px;
  line-height: 24px;
  margin: 24px 0 0;
 }

 .articles__more {
  display: none;
 }

 .articles__item {
  padding-bottom: 20px;
  padding-top: 20px;
 }

 .articles__item+.articles__item {
  border-top: 1px solid rgba(222,222,222,0.7);
  margin-top: 0;
 }

 .problems__inner {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-right: 0;
  margin-left: 0;
 }

 .problems__inner .problems__item {
  width: 100%;
  margin-right: 0;
  margin-left: 0;
 }
}

@media (max-width: 790px) {
 .methods {
  padding-top: 150px;
 }

 .who {
  padding-right: 40px;
  padding-left: 40px;
 }

 .income__studio .income__item-1 {
  padding-right: 0;
 }

 .work-home__inner {
  padding-left: 300px;
 }

 .income {
  padding-top: 50px;
 }

 .income__item-text span {
  display: none;
 }

 .income__item,.income__item.image-right {
  background-image: none;
  padding: 0;
 }

 .income__item {
  margin-bottom: 20px;
 }

 .income__item-title {
  font-size: 24px;
  padding: 40px 0;
  padding-left: 140px;
  background-image: url(../images/income_img-1.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left center;
 }

 .header__title {
  padding-top: 100px;
  font-size: 70px;
  font-weight: 700;
  line-height: 75px;
 }

 .footer {
  height: auto;
  padding: 48px 0 55px;
 }

 .footer__confidentiality {
  border-bottom: none;
  margin-left: 0;
 }

 .footer__inner {
  display: block;
  text-align: center;
 }

 .footer__city {
  margin-right: 0;
  margin-bottom: 20px;
  display: block;
  margin-top: 20px;
 }

 .footer__social-1 {
  display: inline-block;
  margin: 0;
 }

 .footer__social+.footer__social {
  margin-right: 0;
  margin-left: 12px;
 }

 .footer__social-2 {
  display: inline-block;
  margin-bottom: 3px;
  margin-right: 0;
 }

 .requirement__title {
  margin-bottom: 100px;
 }

 .requirement__item {
  width: 100%;
 }

 .title-3 {
  font-size: 45px;
  line-height: 50px;
 }

 .get__title {
  font-size: 55px;
 }

 .about__earn-title {
  margin-bottom: 50px;
 }

 .title-5 {
  font-size: 27px;
  line-height: 35px;
 }

 .title-6 {
  font-size: 22px;
 }
}

@media (max-width: 727px) {
 .restriction {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
 }

 .restriction__title {
  margin-bottom: 35px;
  font-size: 24px;
  line-height: 32px;
 }

 .restriction__after {
  bottom: -48px;
 }

 .restriction__text {
  font-size: 16px;
  line-height: 28px;
 }
}

@media (max-width: 700px) {
 .franchise__thirteenth .franchise__inner {
  padding: 0 20px;
 }

 .franchise__thirteenth .franchise__thirteenth-title {
  font-size: 55px;
 }

 .franchise__thirteenth .franchise__thirteenth-title::after {
  width: 114px;
  height: 114px;
 }

 .franchise__thirteenth .franchise__thirteenth-title::before {
  width: 189px;
  height: 111px;
  left: 40%;
 }

 .franchise__thirteenth .franchise__thirteenth-title,.franchise__thirteenth .franchise__thirteenth-text {
  max-width: 400px;
 }

 .franchise__thirteenth .franchise__thirteenth-text {
  font-size: 20px;
  line-height: 35px;
 }

 .create {
  padding-bottom: 200px;
 }

 .create__title-2,.create__title {
  text-align: left;
  padding-right: 20px;
  padding-left: 20px;
 }

 .create {
  padding-top: 45px;
 }

 .create__title {
  margin-bottom: 0px;
 }

 .create__title-2 {
  margin-top: 45px;
  margin-bottom: 0;
 }

 .better__content {
  padding-top: 65px;
 }

 .profit {
  padding-bottom: 60px;
 }

 .create .slick-dots {
  left: 20px;
  max-width: 94%;
 }

 .header__content-studio {
  background-size: 50%;
  background-position: center 42%;
 }

 .header__content-studio .header__title-studio {
  font-size: 30px;
  line-height: 38px;
  margin-bottom: 40%;
  margin-top: 100px;
 }

 .header__inner-studio .header__model-text {
  font-size: 16px;
  line-height: 26px;
 }

 .header__content-studio {
  padding-left: 20px;
  padding-right: 40px;
 }

 .successful__title {
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 65px;
 }

 .successful {
  padding: 65px 0;
  background-image: none;
 }

 .successful__inner {
  padding: 27px 20px 40px;
  background-image: none;
 }

 .successful__subtitle {
  margin-bottom: 40px;
 }

 .successful__inner-title {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 25px;
 }

 .successful__text {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 35px;
 }

 .successful__link {
  display: none;
  max-width: 230px;
  padding-top: 11px;
 }

 .successful__link.successful__link-hide {
  display: inline-block;
 }

 .cards__title {
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 30px;
 }

 .cards__text {
  font-size: 16px;
  line-height: 26px;
 }

 .cards {
  padding-top: 324px;
  padding-bottom: 70px;
 }

 .customization__title {
  font-size: 23px;
  line-height: 32px;
  margin-bottom: 30px;
  text-align: left;
 }

 .customization {
  padding: 55px 20px 150px;
 }

 .customization__text {
  text-align: left;
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 30px;
 }

 .customization__more {
  margin-top: 40px;
  font-size: 17.5px;
 }

 .customization__item {
  padding: 20px;
  padding-bottom: 30px;
 }

 .customization__link {
  margin-bottom: 20px;
 }

 .customization__logo {
  left: 20px;
  top: 20px;
 }

 .customization__inner-text {
  width: 95%;
 }

 .customization__inner-title,.methods__item-title {
  font-size: 20px;
  line-height: 36px;
  margin-top: 55px;
  margin-bottom: 20px;
 }

 .methods__item-title {
  margin-top: 0;
 }

 .customization__inner-text {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 30px;
 }

 .requirements__title {
  width: 100%;
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 25px;
 }

 .requirements__text {
  font-size: 16px;
  line-height: 28px;
 }

 .requirements__text-bottom {
  font-size: 16px;
  line-height: 26px;
 }

 .requirements__inner-box {
  width: 50%;
 }

 .requirements__inner-box img {
  width: 100%;
 }

 .requirements__content {
  width: 100%;
  padding-right: 0;
 }

 .requirements__inner-top .gallery__inner-top {
  width: 100%;
 }

 .requirements__text-bottom {
  width: 100%;
 }

 .requirements__inner-top {
  max-width: 100%;
  width: 100%;
 }

 .requirements__inner-top .gallery__inner-top .gallery__item.gallery__small:last-child {
  height: 300px;
 }

 .requirements__inner-top .gallery__inner-top .gallery__item.gallery__small:last-child img {
  height: 300px;
 }

 .requirements__inner-top .gallery__inner-top .gallery__item.gallery__small:last-child .gallery__link {
  height: 300px;
 }

 .requirements__inner-top .gallery__item.change {
  height: 200px;
 }

 .requirements__inner-top .gallery__item.change img {
  height: 200px;
 }

 .requirements__inner-top .gallery__item.change .gallery__link {
  height: 200px;
 }

 .requirements__inner-top .gallery__item:first-child {
  height: 300px;
 }

 .requirements__inner-top .gallery__item img {
  height: 300px;
 }

 .requirements__inner-top .gallery__item .gallery__link {
  height: 300px;
 }

 .work-home__inner {
  background-image: none;
  padding-left: 0;
 }

 .work-home__inner .better__link {
  display: none;
 }

 .verification__img {
  right: 15px;
  width: 87px;
  top: -59.5px;
 }

 .work-home__title {
  font-size: 24px;
  line-height: 28px;
  background-image: url(../images/work-home_img.svg);
  padding: 40px 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left center;
  margin-bottom: 65px;
 }

 .work-home__text {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 35px;
 }

 .work-home .better__studio,.better .better__studio,.profit .better__studio {
  padding-top: 100px;
  height: auto;
  padding-bottom: 30px;
  background-position: center 40px;
 }

 .better__link,.better__link.work-home__more {
  display: inline-block;
  right: 50%;
  -webkit-transform: translateX(50%);
  -ms-transform: translateX(50%);
  transform: translateX(50%);
  top: 80px;
  text-align: center;
 }

 .work-home__link {
  display: none;
 }

 .work-home {
  padding-bottom: 70px;
 }

 .better__inner {
  background-size: 40%;
 }

 .news__read {
  bottom: 30px;
  left: 20px;
 }

 .requirement {
  background-image: none;
 }

 .requirement__img {
  display: block;
 }

 .requirement__item {
  padding: 20px 0;
  background: none;
  text-align: center;
 }

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

 .requirement__text {
  margin: 0 auto;
 }

 .news__item {
  width: 80%;
 }

 .news__item:first-child {
  margin-bottom: 10px;
 }

 .news__item.active {
  margin-bottom: 10px;
 }

 .news__date,.news__new {
  font-size: 16px;
 }

 .news__content {
  padding: 16px 20px 40px;
 }

 .news__item-title {
  font-size: 20px;
  margin-bottom: 20px;
  margin-top: 18px;
  line-height: 25px;
 }

 .news__text {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 30px;
 }

 .news__inner {
  height: 1230px;
 }

 .news__title,.articles__title {
  font-size: 30px;
  text-align: left;
  margin-bottom: 30px;
 }

 .news.section {
  padding-top: 110px;
 }

 .articles {
  margin-top: 50px;
 }

 .container-typical h1 {
  font-size: 30px;
  line-height: 40px;
  margin-top: 100px;
  margin-bottom: 40px;
 }

 .container-typical h2 {
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 40px;
 }

 .container-typical h3 {
  font-size: 28px;
  line-height: 36px;
  margin-bottom: 40px;
 }

 .container-typical h4 {
  margin-bottom: 40px;
 }

 .container-typical p {
  font-size: 16px;
  line-height: 25px;
 }

 .container-typical strong {
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 40px;
 }

 .container-typical strong span {
  margin-top: 15px;
  display: block;
 }

 .typical-text {
  margin-bottom: 40px;
 }

 .list__subtitle {
  font-size: 17px;
  margin-bottom: 20px;
  line-height: 25px;
 }

 .list__order-sub {
  padding-left: 28px;
 }

 .list__order-sub li::after {
  top: 0;
  left: -28px;
 }

 .list__order-sub li::before {
  position: absolute;
  left: -15px;
  top: 0;
 }

 .slider__item {
  height: 400px;
 }

 .gallery .gallery__inner-top .gallery__item {
  height: 126px;
 }

 .gallery .gallery__inner-top .gallery__item img {
  height: 126px;
 }

 .gallery .gallery__inner-top .gallery__item.gallery__small {
  height: 126px;
 }

 .gallery .gallery__inner-top .gallery__item.gallery__small .gallery__link {
  height: 126px;
 }

 .slider,.gallery,.list {
  margin-bottom: 40px;
 }

 .video__inner-text {
  font-size: 16px;
 }

 .video__inner {
  margin-bottom: 40px;
 }

 .files__item+.files__item {
  margin-top: 20px;
 }

 .restriction__wrapper {
  top: 26px;
 }

 .income {
  padding-bottom: 300px;
 }

 .income__studio {
  padding-bottom: 70px;
 }

 .work-home .better__studio {
  width: 100%;
  max-width: 100%;
 }

 .work-home .instruction__step {
  font-size: 16px;
  margin-bottom: 35px;
 }

 .work-home .instruction__help-title {
  font-size: 20px;
  margin-bottom: 28px;
 }

 .work-home .instruction__help-text {
  display: none;
 }

 .work-home .instruction__help-text.work-home__hide {
  display: block;
  font-size: 16px;
  line-height: 26px;
 }

 .cards .instruction__help-text {
  display: none;
 }

 .cards .instruction__help-text.work-home__hide {
  display: block;
  font-size: 16px;
  line-height: 26px;
 }

 .work-home {
  padding-top: 350px;
 }

 .profit .better__studio {
  margin-bottom: 10px;
 }
}

@media (max-width: 688px) {
 .restriction__after {
  bottom: -73px;
 }

 .restriction__before {
  top: -115px;
 }
}

@media (max-width: 650px) {
 .others {
  padding-top: 0;
  padding-bottom: 67px;
 }

 .others__title {
  font-size: 26px;
  line-height: 39px;
  margin-bottom: 30px;
  text-align: left;
 }

 .others__details {
  margin-top: 40px;
  font-size: 18px;
 }

 .others__item {
  height: 130px;
 }

 .others__item.logo_2,.others__item.logo_3,.others__item.logo_5,.others__item.logo_6 {
  background-size: 70%;
 }

 .others__inner-top {
  margin-bottom: 3px;
 }

 .others__item.logo_1,.others__item.logo_4 {
  margin-bottom: 3px;
 }

 .get__content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
 }

 .get__item+.get__item {
  margin-left: 0;
  margin-top: 30px;
 }

 .get__subtitle {
  margin-bottom: 50px;
 }

 .get__link {
  padding-right: 40px;
 }

 .get__title {
  font-size: 26px;
  line-height: 39px;
  text-align: left;
  margin-bottom: 33px;
 }

 .get__list-item {
  line-height: 26px;
 }

 .get {
  padding: 65px 0;
 }

 .cooperation__inner {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
 }

 .cooperation__title {
  font-size: 26px;
  line-height: 39px;
  margin-bottom: 70px;
  position: relative;
 }

 .cooperation__title::after {
  content: '';
  position: absolute;
  background-color: #cf367f;
  width: 40px;
  height: 2px;
  left: 0;
  bottom: -15px;
 }

 .cooperation__inner-title {
  border: none;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 28px;
  color: #9a9ba0;
  display: block;
  text-align: left;
  line-height: 20px;
 }

 .cooperation__text {
  color: #e9e9e9;
  line-height: 28px;
  font-size: 16px;
  text-align: left;
  margin-bottom: 25px;
 }

 .cooperation__details {
  font-size: 18px;
 }

 .cooperation__box {
  text-align: left;
 }

 .cooperation__item {
  width: 100%;
 }

 .cooperation__item+.cooperation__item {
  margin-top: 70px;
 }

 .cooperation {
  padding: 60px 0;
 }

 .cooperation__item+.cooperation__item {
  margin-left: 0;
  margin-top: 40px;
 }

 .requirement__title {
  margin-bottom: 60px;
 }

 .about__earn-inner {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
 }

 .about__earn-model {
  margin-bottom: 30px;
 }

 .about__earn-title.small {
  margin-bottom: 20px;
 }

 .about__earn-model,.about__earn-studio {
  padding: 0;
 }
}

@media (max-width: 600px) {
 .typical__cooperation p {
  font-size: 20px;
 }

 .typical__cooperation {
  padding: 20px;
 }

 .technical__item {
  padding-top: 30px;
  padding-bottom: 40px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
 }

 .technical__item.padding-off {
  padding-bottom: 0;
 }

 .technical__item.padding-off .technical__item-title::before {
  content: '\f107';
  position: absolute;
  right: 0;
  top: 0;
  font-family: 'icomoon';
  font-size: 18px;
  color: #667384;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
 }

 .technical__item.active {
  padding-bottom: 40px;
 }

 .technical__item.active .technical__item-title::before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
 }

 .technical__box {
  padding: 0 20px;
 }

 .technical__list-item {
  padding: 20px 20px;
  font-size: 14px;
 }

 .technical__item.margin-off {
  margin-top: 20px;
 }

 .problems {
  padding-bottom: 70px;
 }

 .technical__item-title {
  font-size: 24px;
  line-height: 32px;
  position: relative;
 }

 .technical__item-text {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 35px;
 }

 .technical__hide {
  visibility: hidden;
 }

 .technical__hide .technical__list {
  margin-bottom: 0;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
 }

 .technical__hide .technical__list-item {
  padding: 0 20px;
  font-size: 0;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  border: none;
 }

 .technical__hide .technical__list-item::before {
  -webkit-transition: all 0s;
  -o-transition: all 0s;
  transition: all 0s;
  display: none;
 }

 .technical__hide .technical__list-item a {
  -webkit-transition: all .0s;
  -o-transition: all .0s;
  transition: all .0s;
  visibility: hidden;
 }

 .technical__hide .technical__subtitle {
  font-size: 0;
  margin-bottom: 0;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  line-height: 0;
 }

 .technical__hide .technical__title-little {
  font-size: 0;
  margin-bottom: 0;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  line-height: 0;
  visibility: hidden;
  display: none;
 }

 .technical__hide .technical__item-text {
  font-size: 0;
  margin-bottom: 0;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  line-height: 0;
  visibility: hidden;
  display: none;
 }

 .technical__hide .technical__link {
  display: none;
 }

 .technical__hide.active {
  visibility: visible;
 }

 .technical__hide.active .technical__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
 }

 .technical__hide.active .technical__list {
  margin-bottom: 40px;
 }

 .technical__hide.active .technical__list-item {
  padding: 20px;
  font-size: 14px;
  border-top: 1px solid #363d4a;
 }

 .technical__hide.active .technical__list-item a {
  visibility: visible;
 }

 .technical__hide.active .technical__list-item:last-child {
  border-bottom: 1px solid #363d4a;
 }

 .technical__hide.active .technical__subtitle {
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 20px;
 }

 .technical__hide.active .technical__title-little {
  font-size: 22px;
  margin-bottom: 20px;
  line-height: 32px;
  visibility: visible;
  display: block;
 }

 .technical__hide.active .technical__item-text {
  font-size: 16px;
  visibility: visible;
  line-height: 24px;
  margin-bottom: 30px;
  display: block;
 }

 .technical__wrapper {
  background-image: none;
 }

 .technical__inner {
  padding: 0 20px;
  padding-bottom: 50px;
 }

 .problems {
  padding-top: 30px;
  padding-right: 20px;
  padding-left: 20px;
 }

 .problems__title {
  font-size: 24px;
  line-height: 32px;
 }

 .problems__title::after {
  display: none;
 }

 .problems__text {
  display: none;
 }

 .problems__inner {
  margin-top: 30px;
 }

 .technical__title {
  position: static;
  font-size: 24px;
  line-height: 38px;
  margin-bottom: 30px;
  margin-right: auto;
 }

 .technical__inner {
  position: static;
  padding-top: 100px;
 }

 .technical__inner.variant-3 {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
 }

 .technical__wrapper {
  height: auto;
 }

 .profit {
  padding-top: 300px;
 }

 .profit__title {
  margin-bottom: 20px;
 }

 .profit .instruction__help {
  width: 94%;
 }

 .methods .restriction__wrapper {
  width: 97%;
 }

 .methods__title {
  margin-bottom: 35px;
 }

 .methods__item {
  padding: 20px;
  padding-top: 35px;
  padding-bottom: 30px;
 }

 .better__content.create-mobile .slick-slide {
  padding-left: 20px;
  padding-right: 20px;
 }

 .who {
  padding-top: 50px;
  padding-right: 20px;
  padding-left: 20px;
 }

 .who__title {
  margin-bottom: 30px;
  text-align: left;
 }

 .who__subtitle {
  margin-bottom: 50px;
  text-align: left;
 }

 .who__inner {
  padding-left: 0;
  background-position: center top;
  padding-top: 200px;
  background-size: 50%;
 }

 .legality {
  padding: 50px 30px 20px 20px;
 }

 .legality__inner {
  padding: 0;
 }

 .studio__title {
  font-size: 24px;
  line-height: 32px;
 }

 .methods {
  padding: 150px 20px 70px;
 }

 .legality__inner .legality__title {
  padding-top: 60px;
 }

 .studio__text {
  font-size: 16px;
  line-height: 28px;
 }

 .cards {
  padding-top: 254px;
  padding-left: 20px;
  padding-right: 20px;
 }

 .cards__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
 }

 .cards__item {
  min-width: 100%;
  width: auto;
  padding: 40px 20px;
 }

 .cards__how {
  margin-left: 10px;
 }

 .cards__connect,.cards__how {
  font-size: 16px;
 }

 .work-home {
  padding-top: 300px;
 }

 .work-home__title {
  padding-left: 100px;
 }

 .better__item.studios {
  width: 635px !important;
  overflow-x: scroll;
  margin-left: 0;
 }

 .better__content .slick-dots {
  width: 90%;
 }

 .better__content .slick-dots li::before {
  font-size: 14px;
 }

 .better__item-plus {
  padding: 40px 20px;
  width: 280px;
 }

 .success {
  text-align: left;
 }

 .success__text,.success__content-text {
  margin: 0;
 }

 .header__title {
  font-size: 50px;
  line-height: 55px;
 }

 .text {
  font-size: 16px;
 }

 .success__content-text {
  font-size: 18px;
 }

 .requirement,.request {
  padding: 50px 30px;
 }

 .requirement__title {
  font-size: 26px;
  line-height: 39px;
  text-align: left;
 }

 .requirement__title span {
  border-bottom: 2px solid #cf367f;
  padding-bottom: 10px;
 }

 .requirement {
  padding-left: 0;
  padding-right: 0;
 }

 .requirement__img {
  display: none;
 }

 .requirement__item {
  padding-bottom: 36px;
  padding-top: 44px;
 }

 .requirement__item+.requirement__item {
  margin-top: 0;
  border-top: 1px solid #2d3036;
 }

 .requirement__examples {
  margin-top: 15px;
  text-align: left;
  display: block;
 }

 .requirement__inner-title {
  text-align: left;
  position: relative;
  background-position: left center;
  background-size: contain;
  background-repeat: no-repeat;
  padding-top: 52px;
  padding-left: 110px;
  font-size: 24px;
  line-height: 29px;
 }

 .requirement__item-1 .requirement__inner-title {
  background-image: url(../images/requirements_item-1.png);
 }

 .requirement__item-2 .requirement__inner-title {
  padding-top: 70px;
  background-image: url(../images/requirements_item-2.png);
 }

 .requirement__item-3 .requirement__inner-title {
  background-image: url(../images/requirements_item-3.png);
 }

 .requirement__item-4 .requirement__inner-title {
  padding-top: 45px;
  background-image: url(../images/requirements_item-4.png);
 }

 .requirement__item-5 .requirement__inner-title {
  background-image: url(../images/requirements_item-5.png);
 }

 .requirement__text {
  text-align: left;
  font-size: 18px;
  line-height: 32px;
  margin: 0;
 }

 .about__earn-title {
  margin-bottom: 40px;
  font-size: 30px;
 }

 .about__earn-title.small {
  border: none;
  font-size: 16px;
  font-weight: 500;
  color: #9a9ba0;
  margin-bottom: 15px;
 }

 .about__earn-text {
  font-size: 18px;
  line-height: 24px;
 }

 .about__earn-title {
  font-size: 30px;
 }

 .about__what-text {
  font-size: 16px;
  line-height: 28px;
 }

 .about__what-title {
  font-size: 23px;
 }

 .about__earn,.about__what {
  padding: 50px 30px;
 }

 .about__earn {
  border-radius: 20px 20px 0 0;
  -webkit-box-shadow: 0 1px 14px rgba(0,0,0,0.07);
  box-shadow: 0 1px 14px rgba(0,0,0,0.07);
  background-color: #fff;
 }

 .about {
  background-color: #f2f2f2;
 }

 .news__image {
  height: 180px;
 }

 .news__item {
  width: 100%;
 }

 .news__inner {
  height: 1060px;
 }

 .instruction__title {
  font-size: 20px;
  line-height: 32px;
  margin-bottom: 30px;
 }

 .instruction {
  padding-top: 50px;
 }

 .instruction__text {
  font-size: 16px;
  line-height: 28px;
 }

 .instruction__inner {
  margin-top: 35px;
 }

 .instruction__item-1,.instruction__item-2,.instruction__item {
  padding: 28px 20px 30px;
 }

 .instruction__link-arrow {
  display: none;
 }

 .instruction__text-link {
  font-size: 18px;
  line-height: 32px;
 }

 .instruction__item-1 .instruction__step {
  margin-bottom: 10px;
 }

 .instruction__item-2 .instruction__step {
  margin-bottom: 30px;
 }

 .instruction__item-2 .instruction__inner-box {
  padding: 15px 0;
 }

 .instruction__item-2 .instruction__inner-box+.instruction__inner-box {
  border-top: 1px solid #f2f2f2;
  margin-top: 0;
 }

 .instruction__item-box {
  padding-left: 0;
 }

 .instruction__item-3 .instruction__text-grey,.instruction__item-3 .instruction__text-black {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 10px;
 }

 .instruction__text-grey {
  font-size: 16px;
 }

 .instruction__item-4 .instruction__inner-box {
  margin-bottom: 10px;
 }

 .instruction__item-4 .instruction__text-grey {
  margin-bottom: 30px;
 }

 .instruction__example {
  font-size: 16px;
  line-height: 22px;
 }

 .instruction__item-5 .instruction__inner-box {
  margin-bottom: 15px;
 }

 .instruction__item-5 .instruction__text-grey {
  margin-bottom: 10px;
 }

 .instruction__item-5 .instruction__text-grey+.instruction__text-grey {
  margin-bottom: 10px;
 }

 .instruction__text-bold {
  font-size: 18px;
  line-height: 26px;
 }

 .instruction__text-bold::before {
  display: none;
 }

 .instruction__inner-title {
  font-size: 16px;
  line-height: 26px;
  color: #525252;
 }

 .instruction__inner-box {
  padding-left: 0;
 }

 .instruction__inner-text {
  font-size: 16px;
  line-height: 26px;
 }

 .instruction__text-pink {
  font-size: 16px;
  line-height: 24px;
 }

 .instruction__text-pink span {
  font-size: 16px;
 }

 .instruction__item-6 .instruction__inner-box {
  margin-bottom: 15px;
 }

 .instruction__link {
  line-height: 20px;
 }

 .instruction__help {
  margin: 30px 0 70px;
  padding: 20px 20px 40px;
  background-image: none;
 }

 .instruction__help-title {
  margin-top: 0;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
 }

 .gallery .gallery__inner-top .gallery__item {
  height: 150px;
  width: 49%;
 }

 .gallery .gallery__inner-top .gallery__item img {
  height: 150px;
 }

 .gallery .gallery__inner-top .gallery__item.gallery__small {
  height: 150px;
  width: 49%;
  margin-left: 0;
 }

 .gallery .gallery__inner-top .gallery__item.gallery__small .gallery__link {
  height: 150px;
 }

 .gallery .gallery__inner-top .gallery__item.gallery__small+.gallery__item.gallery__small {
  margin-left: 0;
 }

 .gallery .gallery__inner-top .gallery__item.gallery__small+.gallery__item.gallery__small.add-margin {
  margin-left: 0;
 }

 .gallery .gallery__inner-top .gallery__item.gallery__small+.gallery__item.gallery__small.gallery__item-margin {
  margin-left: 0.53%;
 }

 .video__inner {
  height: 400px;
 }

 .header__model-title {
  font-size: 24px;
  margin-bottom: 40px;
 }

 .header__model-title::after {
  display: none;
 }

 .header__model-text {
  font-size: 16px;
  line-height: 26px;
 }

 .restriction__title {
  width: 100%;
 }

 .better__studio {
  width: 80%;
 }

 .better__item.websites {
  overflow: hidden;
 }

 .better__content .slick-dots {
  width: 87%;
 }
}

@media (max-width: 568px) {
 .restriction__after {
  bottom: -100px;
 }

 .restriction__before {
  top: -85px;
 }
}

@media (max-width: 550px) {
 .profit {
  padding-top: 320px;
 }

 .methods .restriction {
  overflow: hidden;
 }

 .methods .restriction .restriction__img-1 {
  right: 130px;
 }

 .methods img {
  width: 30%;
 }

 .methods img:last-child {
  bottom: -20px;
 }

 .methods .restriction__before {
  top: -133px;
 }

 .methods .restriction__after {
  bottom: -50px;
 }
}

@media (max-width: 521px) {
 .franchise__logo {
  width: 108px;
  height: 36px;
  background-image: url(/images/logo.webp);
  top: 30px;
  left: 20px;
 }

 .franchise__join {
  right: 20px;
  top: 30px;
  font-size: 14px;
 }

 .franchise__join::after {
  top: 1px;
 }

 .franchise__form input {
  max-width: 280px;
  width: 100%;
 }

 .franchise__form {
  width: 100%;
 }

 .franchise__twelfth .franchise__twelfth-title {
  min-width: 100%;
 }

 .franchise-container {
  padding: 0 20px;
 }

 .franchise__seventh .franchise__about {
  left: 20px;
 }

 .franchise__about-text {
  padding-left: 20px;
 }

 .franchise__eighth-text {
  margin-left: 0px;
 }

 .franchise__form {
  padding-left: 20px;
 }

 .franchise__twelfth .franchise__twelfth-title {
  padding-left: 20px;
 }
}

@media (max-width: 500px) {
 .typical__cooperation p {
  font-size: 16px;
  line-height: 30px;
 }

 .methods .restriction__wrapper {
  width: 95%;
 }

 .profit__title {
  margin-bottom: 50px;
 }

 .better__item.websites {
  padding: 0;
 }

 .profit .better__studio {
  width: 280px;
  height: 140px;
 }

 .who__inner {
  background-size: 60%;
 }

 .better__content .slick-dots {
  width: 85%;
 }

 .requirements__inner-top .gallery__inner-top .gallery__item.gallery__small:last-child {
  height: 187px;
 }

 .requirements__inner-top .gallery__inner-top .gallery__item.gallery__small:last-child img {
  height: 187px;
 }

 .requirements__inner-top .gallery__inner-top .gallery__item.gallery__small:last-child .gallery__link {
  height: 187px;
 }

 .requirements__inner-top .gallery__item.change {
  height: 93px;
 }

 .requirements__inner-top .gallery__item.change img {
  height: 93px;
 }

 .requirements__inner-top .gallery__item.change .gallery__link {
  height: 93px;
 }

 .requirements__inner-top .gallery__item:first-child {
  height: 187px;
 }

 .requirements__inner-top .gallery__item img {
  height: 187px;
 }

 .requirements__inner-top .gallery__item .gallery__link {
  height: 187px;
 }

 .better__inner {
  background-size: 60%;
 }

 .others__item.logo_1,.others__item.logo_4 {
  background-size: 50%;
 }

 .requirement__title {
  margin-bottom: 40px;
 }

 .form {
  width: auto;
 }

 .form .form__name,.form .form__number {
  max-width: 405px;
  width: 100%;
 }

 .news__more {
  -webkit-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
  left: auto;
  right: auto;
 }

 .video__inner {
  height: 300px;
 }

 .video__inner::after {
  width: 50px;
  height: 50px;
  background-size: 30%;
 }
}

@media (max-width: 486px) {
 .profit {
  padding-top: 340px;
 }
}

@media (max-width: 476px) {
 .cards {
  padding-top: 280px;
 }

 .work-home {
  padding-top: 250px;
 }

 .work-home__title {
  padding-left: 150px;
  text-align: left;
 }

 .better {
  padding-top: 400px;
 }

 .better__inner {
  padding-top: 190px;
 }

 .restriction__after {
  bottom: -234px;
 }

 .restriction__before {
  top: 48px;
 }

 .restriction {
  padding-bottom: 150px;
 }
}

@media (max-width: 450px) {
 .profit .instruction__help {
  width: 90%;
 }

 .methods .restriction__title {
  min-width: auto;
  max-width: auto;
 }

 .header {
  background-image: url(../images/bg_mobile.jpg);
 }

 .requirement__text {
  font-size: 18px;
  line-height: 32px;
 }

 .request {
  padding: 30px 15px;
 }

 .requirement__title {
  font-size: 26px;
  line-height: 39px;
 }

 .about__earn,.about__what {
  padding: 40px 19px 50px;
 }

 .about__earn-title {
  margin-bottom: 30px;
  font-size: 30px;
 }

 .burger {
  top: 30px;
  right: 30px;
 }

 .requirement__inner-title {
  font-size: 24px;
  line-height: 29px;
 }

 .gallery .gallery__inner-top .gallery__item {
  height: 100px;
 }

 .gallery .gallery__inner-top .gallery__item img {
  height: 100px;
 }

 .gallery .gallery__inner-top .gallery__item.gallery__small {
  height: 100px;
 }

 .gallery .gallery__inner-top .gallery__item.gallery__small .gallery__link {
  height: 100px;
 }
}

@media (max-width: 431px) {
 .profit {
  padding-top: 360px;
 }

 .restriction__after {
  bottom: -260px;
 }

 .restriction__before {
  top: 73px;
 }
}

@media (max-width: 423px) {
 .profit {
  padding-top: 380px;
 }

 .methods {
  padding-top: 170px;
 }

 .methods .restriction__after {
  bottom: -76px;
 }

 .methods .restriction__before {
  top: -110px;
 }
}

@media (max-width: 380px) {
 .profit {
  padding-top: 400px;
 }

 .better__content .slick-dots {
  width: 83%;
 }

 .work-home {
  padding-top: 300px;
 }

 .work-home__title {
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 150px;
 }

 .better__inner {
  padding-top: 150px;
 }

 .news__image {
  height: 134px;
 }

 .news__inner {
  height: 980px;
 }

 .video__inner {
  height: 200px;
 }

 .video__inner-text {
  font-size: 14px;
  bottom: 20%;
  padding: 0 10px;
 }
}

@media (max-width: 380px) {
 .restriction__after {
  bottom: -288px;
 }

 .restriction__before {
  top: 100px;
 }
}

@media (max-width: 370px) {
 .methods {
  padding-top: 210px;
 }

 .methods .restriction__after {
  bottom: -107px;
 }

 .methods .restriction__before {
  top: -75px;
 }
}

@media (max-width: 350px) {
 .profit {
  padding-top: 420px;
 }

 .news__inner {
  height: 1025px;
 }
}

@media (max-width: 354px) {
 .restriction__after {
  bottom: -318px;
 }

 .restriction__before {
  top: 133px;
 }
}

@media (max-width: 1250px) and (min-height: 320px) and (max-height: 600px) {
 .header__menu-list {
  padding: 5rem 20px 0 30px;
 }

 .header__menu-list .header__menu-item {
  padding: 10px 10px 10px 0;
 }

 .header__menu-list .header__menu-item.active .dropdown__list {
  padding: 10px;
 }

 .header__menu-list .header__logo-mobile {
  top: 15px;
 }

 .header__menu-list .header__close {
  top: 17px;
 }
}

@media (max-width: 1250px) and (min-height: 600px) and (max-height: 800px) {
 .header__menu-list {
  padding: 8rem 20px 0 30px;
 }

 .header__menu-list .header__menu-item {
  padding: 10px 10px 10px 0;
 }

 .header__menu-list .header__menu-item.active .dropdown__list {
  padding: 10px;
 }

 .header__menu-list .header__logo-mobile {
  top: 15px;
 }

 .header__menu-list .header__close {
  top: 17px;
 }
}

@media (max-width: 1250px) and (min-height: 800px) and (max-height: 900px) {
 .header__menu-list {
  padding: 16rem 20px 0 30px;
 }

 .header__menu-list .header__menu-item {
  padding: 10px 10px 10px 0;
 }

 .header__menu-list .header__menu-item.active .dropdown__list {
  padding: 10px;
 }

 .header__menu-list .header__logo-mobile {
  top: 25px;
 }

 .header__menu-list .header__close {
  top: 27px;
 }
}

@media (max-width: 870px) and (min-height: 320px) {
 .header__inner-dmca {
  background-image: none;
  padding-left: 0;
 }

 .header__subtitle {
  background-image: url(../images/bg_image-dmca.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 28% 100%;
  padding-left: 158px;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
 }
}

@media (max-width: 800px) and (min-height: 320px) and (max-height: 900px) {
 .header__content-dmca .header__title {
  font-size: 24px;
  font-weight: 400;
  line-height: 38px;
  padding-top: 0;
  margin: 20px 0 30px;
 }

 .header__subtitle {
  font-size: 15px;
  line-height: 27px;
  padding-left: 120px;
 }

 .header__text-dmca {
  font-size: 16px;
  line-height: 26px;
 }
}

@media (max-width: 400px) and (min-height: 320px) and (max-height: 900px) {
 .header__subtitle {
  font-size: 15px;
  line-height: 27px;
  padding-left: 100px;
 }
}

@media (max-height: 800px) and (max-width: 1000px) {
 .header__content-studio {
  background-size: 50%;
  background-position: center 42%;
 }

 .header__content-studio .header__title-studio {
  font-size: 30px;
  line-height: 38px;
  margin-bottom: 40%;
  margin-top: 100px;
 }
}

@media (max-height: 950px) and (max-width: 1660px) and (min-width: 999px) {
 .franchise_sixth-text {
  line-height: 25px;
    font-size: 16px;
    left: 435px;
    position: relative;
 }

 .franchise_sixth-text.small {
  line-height: 22px;
  font-size: 14px;
 }

 .franchise_sixth-text.small+.franchise_sixth-text.small,.franchise_sixth-text.small {
  margin-top: 10px;
 }

 .franchise__title {
  line-height: 50px;
  margin-bottom: 20px;
 }

 .franchise__third-title {
  font-size: 60px;
  line-height: 70px;
 }

 .franchise__third-title::after {
  width: 150px;
  height: 150px;
  top: -20px;
 }

 .franchise__third .franchise__inner {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
 }

 .franchise__third-title {
  margin-top: 180px;
  margin-bottom: 200px;
 }
}

@media (max-height: 815px) and (max-width: 1660px) and (min-width: 999px) {
 .franchise__forth .franchise__fir {
  display: none;
 }

 .franchise__eighth-item {
  padding-top: 7px;
  padding-bottom: 7px;
 }

 .franchise__first-text {
  line-height: 20px;
 }

 .franchise__first-row.row-2 {
  margin-top: 20px;
 }

 .franchise__third-title {
  margin-top: 160px;
  margin-bottom: 150px;
 }
}

@media (max-height: 815px) and (max-width: 1400px) and (min-width: 999px) {
 .franchise__sixth .franchise__sixth-title {
  font-size: 55px;
  line-height: 60px;
  top: 80px;
 }
}

@media (max-height: 750px) and (max-width: 1660px) and (min-width: 999px) {
 .franchise__third-title {
  margin-top: 140px;
  margin-bottom: 150px;
 }

 .franchise__eighth-item {
  padding-top: 5px;
  padding-bottom: 5px;
 }

 .franchise__forth-item+.franchise__forth-item {
  margin-top: 30px;
 }

 .franchise__forth p {
  line-height: 25px;
 }

 .franchise__eighth-text span {
  display: none;
 }
}

@media (max-height: 700px) and (max-width: 1660px) and (min-width: 999px) {
 .franchise__third-title {
  margin-top: 110px;
  margin-bottom: 120px;
 }

 .franchise__title {
  font-size: 40px;
  line-height: 50px;
 }

 .franchise__title::before {
  display: none;
 }

 .franchise__first-profit span {
  font-size: 35px;
 }

 .franchise__second-text {
  font-size: 16px;
  line-height: 22px;
 }

 .franchise__third-text {
  line-height: 25px;
 }
}

@media (max-height: 900px) and (max-width: 1450px) and (min-width: 999px) {
 .franchise__third-title {
  margin-bottom: 100px;
  margin-top: 250px;
 }
}

@media (max-height: 800px) and (max-width: 1450px) and (min-width: 999px) {
 .franchise__third .franchise__inner {
  padding-bottom: 200px;
 }

 .franchise__third-title {
  margin-top: 190px;
 }
}

@media (max-height: 700px) and (max-width: 1450px) and (min-width: 999px) {
 .franchise__third .franchise__about-text {
  display: none;
 }

 .franchise__sixth .franchise__sixth-title {
  top: 35px;
 }

 .franchise__third-title {
  margin-bottom: 120px;
  font-size: 50px;
  line-height: 60px;
 }

 .franchise__third-title::after {
  display: none;
 }

 .franchise__third-text {
  line-height: 25px;
 }

 .franchise__forth-subtitle.small,.franchise__forth-subtitle {
  font-size: 20px;
  line-height: 25px;
 }

 .franchise__forth-item+.franchise__forth-item {
  margin-top: 15px;
 }

 .franchise__forth p {
  line-height: 20px;
 }

 .franchise__third-title {
  margin-bottom: 90px;
  margin-top: 120px;
 }

 .franchise__third .franchise__inner-2 {
  padding-right: 150px;
 }
}

@media (max-height: 900px) and (max-width: 1380px) and (min-width: 999px) {
 .franchise__eighth-text {
  font-size: 16px;
  line-height: 20px;
 }

 .franchise__eighth-item {
  padding-top: 5px;
  padding-bottom: 5px;
 }

 .franchise__eighth-item::before {
  top: 13px;
 }
}

@media (max-height: 700px) and (max-width: 1380px) and (min-width: 999px) {
 .franchise__eighth-item {
  padding-top: 2px;
  padding-bottom: 2px;
 }

 .franchise__eighth-item::before {
  top: 8px;
 }

 .franchise__eighth-list {
  padding-top: 20px;
  margin-top:-100px;
 }
}

@media (max-height: 1200px) and (max-width: 1366px) and (min-width: 999px) {
 .franchise__third-title {
  margin-bottom: 100px;
 }

 .franchise__third .franchise__inner-2 {
  padding-top: 0;
 }
}

@media (max-height: 800px) and (max-width: 1366px) and (min-width: 999px) {
 .franchise__third-title {
  font-size: 50px;
  line-height: 60px;
 }

 .franchise__third-text {
  line-height: 25px;
  font-size: 15px;
 }

 .franchise__sixth-img {
  margin-bottom: 0;
 }
}

@media (max-height: 750px) and (max-width: 1366px) and (min-width: 999px) {
 .franchise__third-title {
  margin-bottom: 130px;
 }

 .franchise__third-text {
  line-height: 22px;
  font-size: 15px;
  color: #fff;
 }

 .franchise__third-title {
  margin-bottom: 50px;
 }
}

@media (max-height: 1100px) and (max-width: 1080px) and (min-width: 999px) {
 .franchise__forth .franchise__fir {
  display: none;
 }
}

@media (max-height: 950px) and (max-width: 1080px) and (min-width: 999px) {
 .franchise__forth-item+.franchise__forth-item {
  margin-top: 30px;
 }

 .franchise__forth p {
  line-height: 25px;
 }

 .franchise__forth-title {
  font-size: 40px;
  line-height: 50px;
 }
}

@media (max-height: 800px) and (max-width: 1080px) and (min-width: 999px) {
 .franchise__forth-item+.franchise__forth-item {
  margin-top: 20px;
 }

 .franchise__forth p {
  line-height: 20px;
  font-size: 15px;
 }

 .franchise__forth-title {
  font-size: 35px;
  line-height: 45px;
 }

 .franchise__forth-column+.franchise__forth-column {
  margin-left: 40px;
  padding-right: 20px;
 }
}

@media (max-height: 980px) and (min-width: 1700px) {
 .franchise__sixth .franchise__sixth-title {
  top: 185px;
  left: 0;
 }
}

@media (max-height: 900px) and (min-width: 1700px) {
 .franchise__sixth .franchise__sixth-title {
  font-size: 60px;
  line-height: 70px;
 }

 .franchise__sixth .franchise__sixth-title::after {
  display: none;
 }
}

@media (max-height: 850px) and (min-width: 1700px) {
 .franchise__sixth .franchise__sixth-title {
  font-size: 50px;
  line-height: 60px;
 }
}

@media (max-height: 950px) and (min-width: 1660px) {
 .franchise__eighth-list {
  padding-top: 0;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
 }
}

@media (max-height: 850px) and (max-width: 1366px) {
 .franchise__second-text.small {
  margin-bottom: 20px;
 }
}

@media (max-height: 850px) and (max-width: 1919px) {
 .franchise__second-title .franchise__fir {
  width: 81px;
  top: -110px;
 }
}

@media (max-height: 1000px) {
 .franchise__forth .franchise__fir {
  display: none;
 }
}

@media (max-height: 815px) {
 .franchise__sixth .franchise__sixth-title {
  top: 20%;
 }
}

@media (max-height: 765px) {
 .franchise__sixth .franchise__join.second {
  display: none;
 }
}

@media (max-height: 870px) and (min-width: 1400px) {
 .franchise__sixth .franchise__join.second {
  display: none;
 }

 .franchise__sixth .franchise__inner {
  padding-bottom: 150px;
 }
}

@media (max-height: 800px) and (min-width: 1400px) {
 .franchise__sixth .franchise__join.second {
  display: none;
 }

 .franchise__sixth .franchise__inner {
  padding-bottom: 100px;
 }
}

@media (max-height: 730px) and (min-width: 1366px) {
 .franchise__sixth .franchise__sixth-title {
  font-size: 50px;
  line-height: 65px;
 }

 .franchise__sixth .franchise__sixth-title::after {
  width: 143px;
  height: 143px;
  left: 5px;
  top: -27px;
 }
}

@media (max-height: 810px) and (min-width: 999px) {
 .franchise__forth-title {
  margin-top: 50px;
 }

 .franchise__forth-content {
  padding-top: 30px;
 }

 .franchise__forth-subtitle.small,.franchise__forth-subtitle {
  font-size: 18px;
  line-height: 26px;
 }

 .franchise__forth p {
  font-size: 15px;
    line-height: 16px;
    color: #fff;
 }
}

@media (max-height: 600px) {
 .franchise__eleventh-title::after {
  display: none;
 }
}

@media (max-height: 820px) and (max-width: 1400px) {
 .franchise__sixth .franchise__sixth-title {
  top: 120px;
 }
}

@media (max-height: 750px) and (max-width: 1366px) {
 .franchise__sixth .franchise__sixth-title {
  left: 0;
 }

 .franchise__sixth .franchise__inner {
  padding-bottom: 100px;
 }
}

@media (max-height: 900px) and (min-width: 1660px) {
 .franchise__eighth-list {
  padding-top: 30px;
 }
}

@media (max-height: 800px) and (min-width: 1660px) {
 .franchise__eighth-item {
  padding-top: 7px;
  padding-bottom: 7px;
 }
}

@media (max-height: 750px) and (min-width: 1660px) {
 .franchise__eighth-text {
  font-size: 16px;
  line-height: 28px;
 }

 .franchise__eighth-text span {
  display: none;
 }
}

@media (max-width: 1660px) {
 .franchise__eleventh .franchise__eighth-item {
  width: 100%;
 }

 .franchise__eleventh .franchise__eighth-list {
  padding-top: 0;
  padding-right: 0;
 }
}

@media (max-height: 750px) and (max-width: 1100px) {
 .franchise__eleventh .franchise__eighth-item {
  font-size: 14px;
 }
}

@media (max-height: 920px) {
 .franchise__forth-suptitle {
  top: 105px;
 }
}

@media (max-height: 980px) and (max-width: 1500px) and (min-width: 1366px) {
 .franchise__sixth-img {
  margin-bottom: 40px;
 }

 .franchise__sixth .franchise__sixth-title {
  top: 18%;
 }

 .franchise__sixth .franchise__sixth-title::after {
  width: 143px;
  height: 143px;
 }
}

@media (max-height: 900px) and (max-width: 1366px) {
 .franchise__sixth .franchise__sixth-title {
  top: 20%;
 }
}

@media (max-width: 1400px) and (min-width: 1366px) and (max-height: 900px) {
 .franchise__sixth .franchise__inner {
  padding-bottom: 150px;
 }
}

@media (max-width: 1100px) and (max-height: 642px) and (min-width: 999px) {
 .franchise_sixth-text {
  line-height: 30px;
 }

 .franchise_sixth-text.small+.franchise_sixth-text.small,.franchise_sixth-text.small {
  margin-top: 15px;
  line-height: 25px;
 }
}

@media (max-width: 700px){
    .franchise__third-item:first-child img {
  margin-top: 20px;
 }
}

@media (max-width: 700px){
    .franchise__third-item:nth-child(2) img {
  margin-bottom: -20px;
 }
}

.sixth-partners {
    margin-top: 0px;
    text-align: center;
}

.sixth-partners-title {
    color: #bfc9da;
    font-size: 55px;
    line-height: 60px;
    font-weight: 600;
    text-align: left;
    margin-bottom: 50px;
}

.sixth-partners-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
}

.sixth-partner {
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.12);
    border-radius: 14px;
    padding: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .25s;
}

.sixth-partner img {
    max-width: 100%;
    max-height: 70px;
    object-fit: contain;
    filter: grayscale(100%);
    opacity: .85;
    transition: .25s;
}

.sixth-partner:hover {
    transform: translateY(-5px);
    border-color: #bfc9da;
}

.sixth-partner:hover img {
    filter: grayscale(0%);
    opacity: 1;
}

/* АДАПТИВ */
@media (max-width: 900px) {
    .sixth-partners-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 500px) {
    .sixth-partners-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

.airgridim {
    position:relative;
    right:-50px;
}

@media (max-width: 1150px) {
    .airgridim {
        display:none;
    }
}

.formimages{
    display: flex;
    align-items: center;
    gap: 20px;
}

.stripes {
    position: absolute;
    top: 30px;
    right: -100px;
    width: 168px;
    height: 213px;
    background-image: url(/images/stripes.webp);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    pointer-events: none;
    z-index: 1;
}
@media (max-width: 480px) {
    .stripes {
       width:80px;
       right:-20px;
    }
}

/* Скрываем картинки на мобильных */
@media (max-width: 1000px) {
    .formimages img {
        display: none !important;
    }
}


.success-modal {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.7);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.success-modal.active {
    display: flex;
}

.success-modal-box {
    background: linear-gradient(135deg, #1e2636, #111827);
    padding: 30px 40px;
    border-radius: 16px;
    text-align: center;
    color: #fff;
    box-shadow: 0 0 40px rgba(0,0,0,.6);
    animation: zoomIn 0.3s ease;
}

.success-modal-box h3 {
    font-size: 22px;
    margin-bottom: 10px;
}

.success-modal-box p {
    font-size: 15px;
    opacity: 0.85;
}

.success-modal-box button {
    margin-top: 18px;
    padding: 10px 26px;
    border-radius: 8px;
    background: #00c38b;
    border: none;
    color: #fff;
    cursor: pointer;
}

@keyframes zoomIn {
    from {transform: scale(0.7); opacity: 0;}
    to {transform: scale(1); opacity: 1;}
}
.for-lvl {
    position:relative;right:-20px
}
