<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif /* 1 */;
  -ms-text-size-adjust: 100% /* 2 */;
  -webkit-text-size-adjust: 100% /* 2 */;
}
body {
  margin: 0;
  min-width: 320px;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block /* 1 */;
  vertical-align: baseline /* 2 */;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
mark {
  background: #ff0;
  color: #000;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit /* 1 */;
  font: inherit /* 2 */;
  margin: 0 /* 3 */;
}
fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button /* 2 */;
  cursor: pointer /* 3 */;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box /* 1 */;
  padding: 0 /* 2 */;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield /* 1 */;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
legend {
  border: 0 /* 1 */;
  padding: 0 /* 2 */;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
blockquote {
  margin: 0;
}
* {
  box-sizing: border-box;
}
* html {
  height: 100%;
}
.page {
  background-color: #fff;
}
.page__wrapper {
  min-width: 320px;
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.ta-c {
  text-align: center;
}
.fl-r {
  float: right;
  text-align: right;
}
.page__header {
  padding: 15px 0;
  text-align: center;
}
.page__header * {
  display: inline-block;
  vertical-align: middle;
}
.page__header .logo {
  width: 250px;
  height: 60px;
  margin-bottom: 50px;
  background: url("../img/content/logo.png") 0 0 no-repeat;
  background-size: 100% auto;
}
.page__header .logo_en {
  width: 250px;
  height: 60px;
  margin-bottom: 50px;
  background-size: contain !important;
  background: url("../img/content/logoEn.png") 0 0 no-repeat;
}

@media (min-width: 768px) {
  .page__header .logo_en, .page__header .logo {
    margin-right: 32%;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .page__header .logo_en, .page__header .logo {
    margin-right: 49%;
  }
}
@media (max-width: 600px) {
  .page__header .mail_link {
    font-size: 18px;
  }
}
.mail .icon {
  background-image: url("../img/svg-sprite/sprite.svg");
  background-position: -4px -279px;
  width: 37px;
  height: 29px;
  background-repeat: no-repeat;
  margin-right: 10px;
}
.mail_link {
  font: 22px Open Sans;
  text-decoration: underline;
  color: #4272b9;
}
.text-marked {
  color: #dbc28f;
}
.banner {
  background: url("../img/content/banner.png") 0 0 no-repeat;
  background-size: auto 100%;
  height: 420px;
}
.banner-text {
  max-width: 720px;
  padding: 15px 15px 0 7%;
  color: #fff;
  font-family: Helvetica, Arial;
}
.banner-text .banner-title {
  font-weight: bold;
  font-size: 35px;
  color: #dbc28f;
}
.banner-text .banner-sub-title {
  font-weight: bold;
  font-size: 25px;
  margin: 25px 0;
}
.banner-text ul {
  padding: 0;
}
.banner-text li {
  font-size: 16px;
  list-style: none;
  padding: 0 0 0 30px;
  margin: 0 0 15px 0;
  line-height: 1.5;
  position: relative;
  max-width: 560px;
}
.banner-text li:before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 3px;
  left: 0;
  background-image: url("../img/svg-sprite/sprite.svg");
  background-position: -4px -312px;
  width: 21px;
  height: 16px;
  background-repeat: no-repeat;
}
@media (max-width: 700px) {
  .banner-text {
    padding-left: 10px;
  }
  .banner-text .banner-title {
    font-size: 25px;
  }
  .banner-text .banner-sub-title {
    font-size: 20px;
  }
  .banner-text li {
    line-height: 1.3;
    margin-bottom: 8px;
  }
}
.form-wrapper {
  background-color: #5a1c25;
  padding: 55px 10px 60px;
}
.form-franchise {
  max-width: 960px;
  text-align: center;
  margin: 0 auto;
  border: 2px solid #78353e;
  border-radius: 10px;
  padding: 15px 30px 50px;
}
.form-franchise .title {
  background-color: #5a1c25;
  font: 35px Helvetica, Arial;
  color: #fff;
  padding: 0 10px;
  position: relative;
  top: -40px;
}
.form-franchise .title &gt; .toptitle {
  line-height: 48px;
}
.form-franchise .title &gt; .subtitle {
  font: 25px Helvetica, Arial;
}
.form-franchise .input-block {
  display: inline-block;
  vertical-align: top;
  width: 29%;
  margin-bottom: 10px;
}
.form-franchise .input-block.error .input {
  box-shadow: inset 0 0 10px #f00;
}
.form-franchise .input-block.error .error-msg {
  display: block;
}
.form-franchise .input-block:nth-of-type(3) {
  margin: 0 3%;
}
.form-franchise .input-block .error-msg {
  display: none;
  font-style: italic;
  color: #f00;
  font-size: 12px;
  margin-top: 3px;
}
.form-franchise .input {
  width: 100%;
  border: 0 !important;
  border-radius: 7px;
  padding: 10px;
  color: #000;
  outline: none;
  font-size: 14px;
}
.form-franchise .input::-webkit-input-placeholder {
  color: inherit;
  font-size: 14px;
}
.form-franchise .input::-moz-placeholder {
  color: inherit;
  font-size: 14px;
}
.form-franchise .input:-ms-input-placeholder {
  color: inherit;
  font-size: 14px;
}
.form-franchise .input:-moz-placeholder {
  color: inherit;
  font-size: 14px;
}
.form-franchise .submit-wrap {
  width: 310px;
  background-color: #5a1c25;
  padding: 0 10;
  text-align: center;
  position: relative;
  top: 75px;
  margin: -46px auto 0;
}
.form-franchise .submit-wrap .submit {
  display: block;
}
@media (max-width: 700px) {
  .form-franchise .title {
    font-size: 25px;
  }
}
@media (max-width: 550px) {
  .form-franchise .input-block {
    width: 100%;
    margin: 0 0 10px !important;
  }
  .form-franchise .submit-wrap {
    width: 239px;
  }
  .form-franchise .submit-wrap .submit {
    font-size: 19px;
  }
}
.green-button {
  outline: none;
  display: inline-block;
  margin: 0 auto;
  padding: 10px 20px;
  cursor: pointer;
  border: 0;
  color: #fff;
  text-decoration: none;
  font: bold italic 23px Georgia;
  border-radius: 30px;
  text-shadow: 0 1px 2px #000;
  box-shadow: 0 -1px 0 0 #fff, 0 5px 0 0 #165d00;
  background: #69c90c;
  background: -webkit-linear-gradient(top, #69c90c 0%, #248c08 100%);
  background: linear-gradient(to bottom, #69c90c 0%, #248c08 100%);
}
.green-button:hover{
  background-position: 0 0;
}
.flag .green-button {
  margin-top: 20px;
  display: inline-block;
}
@media (max-width: 700px) {
  .flag .green-button {
    margin-top: 10px;
  }
}
h1 {
  font: bold 45px Helvetica, Arial;
  color: inherit;
  margin: 37px 0 !important;
}
h2 {
  font: bold 34px Helvetica, Arial;
  color: inherit;
  margin: 28px 0 !important;
}
h3 {
  font: bold 28px Helvetica, Arial;
  color: inherit;
  margin: 28px 0 !important;
}
@media (max-width: 700px) {
  h1 {
    font-size: 33px;
  }
  h2 {
    font-size: 28px;
  }
  h3 {
    font-size: 23px;
  }
}
.text-block {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 5px;
  color: #000;
}
.text-block p {
  font-size: 16px;
  line-height: 1.5;
}
.text-block p:first-of-type {
  margin-top: 0;
}
.text-block ul.red-list {
  padding: 0;
  margin: 16px 0;
  font-size: 16px;
}
.text-block ul.red-list li {
  list-style: none;
  padding-left: 20px;
  position: relative;
}
.text-block ul.red-list li:before {
  content: '';
  display: inline-block;
  background-color: #b82035;
  width: 7px;
  height: 7px;
  position: absolute;
  top: 6px;
  left: 0;
  border-radius: 50%;
}
.text-block .icon {
  display: inline-block;
}
.text-block .block-65 {
  width: 64%;
}
.text-block .block-35 {
  width: 34%;
}
.text-block .block-35 .icon {
  margin-bottom: 10px;
}
.text-block .block-35 .text {
  line-height: 1.4;
}
.text-block .block-50 {
  display: inline-block;
  vertical-align: top;
  width: 49%;
  margin-top: 0;
}
@media (max-width: 650px) {
  .text-block .block-50 {
    display: block;
    width: 100%;
  }
  .double-text{
    display: none;
  }
}
.text-block .block-65,
.text-block .block-35 {
  display: inline-block;
  vertical-align: top;
}
@media (max-width: 650px) {
  .text-block .block-65,
  .text-block .block-35 {
    display: block;
    width: 100%;
  }
  .text-block .block-65 .icon,
  .text-block .block-35 .icon {
    margin: 0 auto;
  }
}
.text-block .icon-quote {
  width: 73px;
  height: 57px;
  background-position: 0px -182px;
  background-image: url("../img/png-sprite/96dpi/sprite.png");
  background-size: 240px 239px;
  background-repeat: no-repeat;
}
.text-block .quote-text {
  color: #7c693b;
  font: 20px Helvetica, Arial;
}
.text-block .quote-text:before,
.text-block .quote-text:after {
  display: table;
  content: "";
}
.text-block .quote-text:after {
  clear: both;
}
.lt-ie8 .text-block .quote-text {
  zoom: 1;
}
.text-block .icon-browser {
  background: url("../img/content/browser.png") 0 0 no-repeat;
  width: 250px;
  height: 138px;
}
.text-block .icon-clients {
  width: 170px;
  height: 178px;
  background-position: 0px 0px;
  background-image: url("../img/png-sprite/96dpi/sprite.png");
  background-size: 240px 239px;
  background-repeat: no-repeat;
}
.text-block .icon-steps {
  background-image: url("../img/svg-sprite/sprite.svg");
  background-position: -4px -4px;
  width: 224px;
  height: 187px;
  background-repeat: no-repeat;
}
.text-block .korsun {
  background: url("../img//content/aleksey-korsun.png") 0 0 no-repeat;
  width: 187px;
  height: 187px;
}
.text-block .korsun + p {
  width: 180px;
  text-align: center;
  margin: 0 auto;
}
@media (max-width: 700px) {
  .text-block .korsun + p {
    width: 100%;
    margin-top: 10px;
  }
}
.text-block .icon-fb {
  width: 66px;
  height: 66px;
  background-position: -174px 0px;
  background-image: url("../img/png-sprite/96dpi/sprite.png");
  background-size: 240px 239px;
  background-repeat: no-repeat;
  margin-right: 10px;
}
.text-block .icon-ig {
  width: 66px;
  height: 66px;
  background-position: -174px -70px;
  background-image: url("../img/png-sprite/96dpi/sprite.png");
  background-size: 240px 239px;
  background-repeat: no-repeat;
  margin-right: 10px;
}
.text-block .icon-vk {
  width: 66px;
  height: 66px;
  background-size: cover !important;
  background: url("../img/content/icon-vk.png");
}
.text-block .icon-fb,
.text-block .icon-ig,
.text-block .icon-vk {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 15px;
}
.text-block .social-block {
  text-align: center;
  margin-top: -55px;
}
.instg{
  margin-top: 15px;
}
@media (max-width: 700px) {
  .text-block .social-block {
    margin-top: 0;
  }
}
.text-block .ta-c img {
  width: 24%;
}
@media (max-width: 600px) {
  .text-block .ta-c img {
    width: 49%;
  }
}
.text-block .icon-tablet {
  background: url("../img/content/tablet.png");
  width: 241px;
  height: 181px;
  display: inline-block;
}
.text-block .big-num {
  font-family: Helvetica, Arial;
  font-size: 60px;
  font-weight: bold;
  color: #ddd5c2;
  margin-bottom: 5px;
}
.text-block .big-num + p {
  margin-top: 0;
}
.text-block p.big {
  font-size: 25px;
}
.text-block .icon-bonus {
  background-image: url("../img/svg-sprite/sprite.svg");
  background-position: -4px -195px;
  width: 74px;
  height: 80px;
  background-repeat: no-repeat;
}
.text-block .what-is-quest .icon-quote {
  margin: 0 auto;
}
.text-block .what-is-quest .text {
  text-align: center;
}
.text-block .block-bonus {
  margin-top: -176px;
}
@media (max-width: 700px) {
  .text-block .block-bonus {
    margin-top: 0;
  }
}
.text-block .collage {
  background: url("../img/content/collage.png") 0 0 no-repeat;
  background-size: 100% auto;
  max-width: 1174px;
  max-height: 479px;
  height: 55vw;
}
.video {
  padding: 10px;
}
.video iframe {
  min-width: 290px !important;
  height: 54vw !important;
  max-height: 525px;
  box-shadow: 0 0 20px #000;
}
.video p {
  margin: 0;
  font-size: 14px;
}
.flag {
  background: url("../img/content/flags.png") 10px 0 no-repeat;
  min-height: 396px;
}
.flag .wave {
  padding-left: 300px;
  padding-bottom: 50px;
}
.flag p {
  font-size: 18px;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .flag {
    background: none;
  }
}
@media (max-width: 1000px) {
  .flag {
    background-position: -50vw 0;
  }
  .flag .wave{
    padding-left: 190px;
  }
}
@media (max-width: 500px) {
  .flag {
    background-position: -90vw 0;
  }
  .flag .wave{
    padding-left: 20px;
  }
}
.wave {
  width: 100%;
  max-width: 960px;
  margin: 20px auto 30px;
  padding: 40px 10px 50px 0;
  background: url("../img/content/wave.png") 0 10px repeat-x, url("../img/content/wave.png") 0 100% repeat-x;
}
.review .wave &gt; div {
  display: inline-block;
  vertical-align: top;
}
.review .text {
  width: 80%;
  max-width: 840px;
  line-height: 1.5;
}
.review .icon {
  width: 100px;
}
@media (max-width: 800px) {
  .review .icon {
    display: block !important;
    margin: 0 auto 10px !important;
  }
  .review .text {
    display: block !important;
    margin: 0 auto;
  }
}
.footer-info &gt; *{
  margin: 10px 0;
}
.error-message{
  color: #f00;
}
.success-msg-popup{
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 2;
}
.success-msg-popup div{
  width: 310px;
  height: 160px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background: #fff url("../img/content/success.png") center 15px no-repeat;
  border-radius: 10px;
  padding-top: 100px;
  text-align: center;
  font-size: 14px;
}

.price-calculator-form .row{
  min-height: 50px;
}

.up{
  position: relative;
  top: -50px;
}
[type="submit"]:disabled{
  opacity: 0.5;
}

@media (max-width: 800px) {
  .price-calculator-form .country_selector,
  .price-calculator-form .franchisee_size_selector{
    float: none;
    margin: 10px 0;
    clear: both;
    height: 40px;
  }

  .up{
    top: 0;
    margin-top: 15px;
  }
}

/* thanks-LP-page*/
.page__header.thanks-page {
  -webkit-box-shadow: 0px 9px 9px 0px rgba(0,0,0,0.15);
  -moz-box-shadow: 0px 9px 9px 0px rgba(0,0,0,0.15);
  box-shadow: 0px 9px 9px 0px rgba(0,0,0,0.15);
}
.text-block .thanks-text {
  text-align: center;
}
.text-block .thanks-text h1 {
  font-size: 52px;
  letter-spacing: 2px;
  margin: 37px 0 23px 0;
}
.text-block .thanks-text p {
  max-width: 550px;
  margin: 0 auto;
  font-size: 22px;
  line-height: 30px;
}
.contacts .call-or-write {
  text-align: center;
  font-size: 22px;
  margin-bottom: 22px;
}
.contacts .wave {
  margin: 10px auto 25px;
  padding: 44px 10px 32px 10px;
}
.contacts__info .mail, .contacts__info .phone {
  display: inline-block;
  width: 49%;
  vertical-align: top;
}
.contacts__info .mail {
  text-align: right;
}
.contacts__info .mail_link {
  text-align: center;
  margin-right: 77px;
}
.contacts__info .phone_link {
  padding-left: 5px;
}
.contacts__info .phone_link, .contacts__info .mail_link {
  font: bold 24px Helvetica, Arial;
  text-decoration: underline;
  color: #4272b9;
}
.contacts__info .phone_link i, .contacts__info .mail_link i {
  color: #C5AD77;
  font-size: 25px;
  margin-right: 10px;
}
.contacts__info .phone p {
  font-size: 15px;
  margin: 5px 0 0 35px;
}
.subscribers {
  text-align: center;
}
.subscribers p {
  font-size: 18px;
  margin-bottom: 15px;
}
.subscribers ul {
  padding-left: 0;
}
.subscribers ul li {
  display: inline-block;
  margin: 0 8px;
}
.subscribers ul li:first-child {
  margin-left: 0;
}
.subscribers ul li:last-child {
  margin-right: 0;
}
@media (max-width: 690px) {
  .contacts__info .mail, .contacts__info .phone {
    display: block;
    width: 100%;
    text-align: center;
  }
  .contacts__info .mail {
    margin-bottom: 15px;
  }
  .contacts__info .mail_link {
    margin-right: 0;
  }
}</pre></body></html>