@font-face {
  font-family: 'Montserrat', sans-serif; font-weight: 700;
  src: url(../woff2/montserrat-bold-webfont.b555d348.woff2)
    format("woff2");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: 'Montserrat', sans-serif; font-weight: 800;
  src: url(../woff2/montserrat-extrabold-webfont.7fa0f77f.woff2)
    format("woff2");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: 'Montserrat', sans-serif;
  src: url(../woff2/montserrat-regular-webfont.818a5af2.woff2)
    format("woff2");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: 'Montserrat', sans-serif; font-weight: 600;
  src: url(../woff2/montserrat-semibold-webfont.b64ca8e6.woff2)
    format("woff2");
  font-style: normal;
  font-weight: 400;
}
*,
:after,
:before {
  box-sizing: border-box;
}
* {
  outline: none;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004) !important;
  text-rendering: optimizeLegibility !important;
}
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto,
    Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji,
    Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
  margin: 0;
  padding: 0;
  font-family: 'Montserrat', sans-serif;
  color: #282b30;
  font-size: 16px;
  line-height: 26px;
  position: relative;
  overflow-x: hidden !important;
}
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}
/* header {
  padding: 23px 15px;
  position: relative;
  background-color: #fff;
  height: 94px;
  border-bottom: 1px solid grey;
}
.logo {
  width: 170px;
  height: auto;
  margin-top: 14px;
  margin-left: 30px;
}
@media only screen and (max-width: 991px) {
  header {
    width: 100%;
    top: 0;
    height: 90px;
    padding: 25px 20px;
    position: -webkit-sticky;
    position: sticky;
    z-index: 1000;
  }
  .logo {
    width: 210px;
    margin: 0;
  }
} */
.subscribe-module {
  height: 165px;
  background-color: #39ca85;
}
footer {
  height: 200px;
}
@media only screen and (min-width: 992px) {
  footer {
    height: 447px;
  }
}
.calc {
  color: #282b30;
  font-size: 16px;
  line-height: 26px;
}
.calc,
.calc p {
  font-family: 'Montserrat', sans-serif;
}
.calc p {
  color: #686a6e;
  line-height: 28px;
  font-size: 18px;
  margin-top: 0;
  margin-bottom: 1rem;
}
.calc-green {
  color: #00BC87;
}
.calc-saperator {
  background-color: transparent !important;
  box-shadow: 0 -7px 10px -2px rgba(0, 0, 0, 0.1);
  height: 20px;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 2;
}
.calc-btn {
  background-color: #00BC87;
  border: 0;
  border-radius: 4px;
}
.calc-btn-centered {
  margin-left: auto;
  margin-right: auto;
}
.calc-btn,
.calc-btn-black {
  font-family: 'Montserrat', sans-serif; font-weight: 700;
  font-size: 16px;
  color: #fff !important;
  transition: all 1s ease;
  padding: 20px 32px;
  display: inline-block;
  line-height: 1;
  position: relative;
  overflow: hidden;
  z-index: 1;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}
.calc-btn-black {
  background-color: #282b30;
  border-radius: 4px;
}
.calc-title {
  font-family: 'Montserrat', sans-serif; font-weight: 800;
  color: #212529;
  margin-top: 0;
}
.calc-title-sizes {
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 50px;
}
@media only screen and (max-width: 460px) {
  .calc-title-sizes {
    font-size: 26px;
  }
}
@media only screen and (min-width: 768px) {
  .calc-title-sizes {
    font-size: 28px;
    line-height: 36px;
  }
}
@media only screen and (min-width: 992px) {
  .calc-title-sizes {
    font-size: 32px;
    line-height: 42px;
    margin-bottom: 70px;
  }
}
@media only screen and (min-width: 1200px) {
  .calc-title-sizes {
    font-size: 38px;
    line-height: 52px;
    margin-bottom: 100px;
  }
}
.calc-container {
  margin: 0 auto;
  padding-left: 30px;
  padding-right: 30px;
}
@media only screen and (min-width: 576px) {
  .calc-container {
    max-width: 540px;
  }
}
@media only screen and (min-width: 768px) {
  .calc-container {
    max-width: 720px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (min-width: 992px) {
  .calc-container {
    max-width: 960px;
  }
  .calc-columns {
    display: flex;
    flex-direction: row;
  }
  .calc-left,
  .calc-right {
    width: 50%;
  }
}
@media only screen and (min-width: 1200px) {
  .calc-container {
    max-width: 1140px;
  }
}
.calc-intro-module {
  padding-top: 15px;
  padding-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  .calc-intro-module {
    padding-top: 25px;
    padding-bottom: 30px;
  }
}
.calc-intro-module p {
  margin-bottom: 30px;
}
.calc-intro-module .calc-columns {
  display: flex;
  flex-direction: column-reverse;
}
@media only screen and (min-width: 992px) {
  .calc-intro-module {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .calc-intro-module .calc-columns {
    flex-direction: row;
  }
}
.calc-intro-title {
  font-size: 26px;
  line-height: 36px;
  margin-top: 10px;
  margin-bottom: 20px;
  font-weight: 800;
}
.calc-intro-img {
  width: 100%;
  max-width: 420px;
}
@media only screen and (min-width: 768px) {
  .calc-intro-title {
    font-size: 28px;
    line-height: 36px;
  }
}
@media only screen and (min-width: 992px) {
  .calc-intro-title {
    font-size: 32px;
    line-height: 42px;
    max-width: 405px;
    margin-top: 25px;
  }
  .calc-intro-module .calc-right {
    text-align: right;
  }
  .calc-intro-module p:last-child {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .calc-intro-img {
    max-width: none;
  }
  .calc-intro-title {
    font-size: 38px;
    line-height: 52px;
    max-width: 445px;
    margin-top: 50px;
  }
}
.calc-choice-module {
  padding-top: 50px;
  padding-bottom: 70px;
  text-align: center;
}
.calc-choice-module .calc-left {
  padding-bottom: 30px;
}
.calc-choice-title {
  margin-bottom: 20px;
}
.choice-btn {
  width: 180px;
  height: 180px;
  border: none;
  padding: 0;
  cursor: pointer;
  border-radius: 50%;
  overflow: hidden;
}
.choice-btn img {
  width: 100%;
}
.calc-cost-btn {
  background: none;
  border: none;
  cursor: pointer;
  font-family: 'Montserrat', sans-serif; font-weight: 700;
  font-size: 16px;
  display: inline-block;
  margin-top: 20px;
  transition: all 0.3s ease-in-out;
}
.calc-cost-btn:after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjEyIiB3aWR0aD0iMTUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTguMzQ3IDEuMDQzYTEgMSAwIDAxMS40MTQgMGw0LjYxNSA0LjYxNWExLjAwNiAxLjAwNiAwIDAxLjI5My43MDdsLS4wMDMtLjA4NS4wMDMuMDUydi4wMzNhMS4wMTcgMS4wMTcgMCAwMS0uMTQ1LjUyIDEuMDUgMS4wNSAwIDAxLS4xNDguMTg4bC4wNzctLjA4NmExLjAyMyAxLjAyMyAwIDAxLS4wMDMuMDA0bC0uMDc0LjA4Mi00LjYxNSA0LjYxNWExIDEgMCAwMS0xLjQxNC0xLjQxNGwyLjkwOC0yLjkwOUgxYTEgMSAwIDAxLS45OTMtLjg4M0wwIDYuMzY1YTEgMSAwIDAxMS0xaDEwLjI1NUw4LjM0NyAyLjQ1N2ExIDEgMCAwMS0uMDgzLTEuMzJ6IiBmaWxsPSIjMjgyYjMwIi8+PC9zdmc+);
  content: "";
  width: 15px;
  height: 12px;
  display: inline-block;
}
.calc-cost-btn:hover {
  font-family: 'Montserrat', sans-serif; font-weight: 800;
}
.calc-text {
  font-family: 'Montserrat', sans-serif; font-weight: 700;
  font-size: 20px;
  margin-top: 40px;
}
@media only screen and (min-width: 768px) {
  .calc-choice-title {
    margin-bottom: 40px;
  }
  .calc-choice-module .calc-left {
    padding-bottom: 40px;
  }
  .choice-btn {
    width: 300px;
    height: 300px;
  }
}
@media only screen and (min-width: 992px) {
  .calc-choice-module {
    padding-top: 70px;
  }
  .calc-choice-module .calc-left {
    padding-bottom: 0;
  }
  .calc-cost-btn {
    margin-top: 56px;
  }
  .calc-text {
    margin-top: 70px;
  }
}
@media only screen and (min-width: 1200px) {
  .calc-choice-module {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .calc-choice-title {
    margin-bottom: 60px;
  }
  .choice-btn {
    width: 430px;
    height: 430px;
  }
  .calc-text {
    margin-top: 100px;
  }
}
.calc-designer-module {
  padding-top: 50px;
  padding-bottom: 50px;
}
.calc-designer-module p {
  font-size: 16px;
}
.calc-designer-module .calc-left {
  text-align: center;
  align-self: center;
}
.calc-designer-module .calc-right {
  padding-top: 50px;
}
.calc-designer-content {
  max-width: 380px;
  margin: 0 auto;
}
.calc-designer-title {
  font-size: 30px;
  line-height: 40px;
  margin-top: 20px;
  margin-bottom: 30px;
}
.calc-choice-img {
  width: 300px;
  border-radius: 50%;
}
.calc-email-wrap {
  margin-top: 35px;
  margin-bottom: 20px;
}
.calc-email {
  border: none;
  border-bottom: 1px solid #afafaf;
  font-size: 16px;
  line-height: 2;
  width: 90%;
  max-width: 345px;
}
.calc-email-invalid {
  color: red;
}
@media only screen and (max-width: 460px) {
  .calc-designer-module {
    padding-top: 25px;
  }
  .calc-choice-img {
    width: 250px;
  }
  .calc-designer-module .calc-right {
    padding-top: 30px;
  }
  .calc-designer-title {
    font-size: 26px;
  }
}
@media only screen and (min-width: 768px) {
  .calc-designer-title {
    font-size: 28px;
    line-height: 36px;
  }
  .calc-choice-img {
    width: 350px;
  }
}
@media only screen and (min-width: 992px) {
  .calc-designer-module {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .calc-designer-module .calc-right {
    padding-top: 0;
  }
  .calc-designer-content {
    max-width: none;
    width: 80%;
    margin: 0 auto;
  }
  .calc-designer-title {
    font-size: 32px;
    line-height: 42px;
  }
}
@media only screen and (min-width: 1200px) {
  .calc-designer-module {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .calc-designer-title {
    font-size: 38px;
    line-height: 52px;
  }
  .calc-choice-img {
    width: 430px;
  }
}
.calc-cost-module {
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: center;
}
.calc-cost-title {
  margin-bottom: 40px;
}
@media only screen and (min-width: 992px) {
  .calc-cost-module {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media only screen and (min-width: 1200px) {
  .calc-cost-module {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.calc-cost-box {
  display: flex;
  max-width: 570px;
  margin: 0 auto 60px;
}
.calc-cost-cell {
  flex-grow: 1;
  padding-top: 30px;
  padding-bottom: 15px;
  width: 50%;
}
.calc-cost-cell:first-child {
  padding-right: 10px;
  border-right: 2px solid #37c88d;
}
.calc-cost-cell:last-child {
  padding-left: 10px;
  border-left: 2px solid #fff;
}
.calc-cost-number {
  font-size: 34px;
  line-height: 1.2;
  font-family: 'Montserrat', sans-serif; font-weight: 800;
  margin-bottom: 15px;
}
.calc-cost-text {
  font-size: 19px;
  line-height: 1.2;
  font-weight: 900;
}
.calc-cost-content {
  max-width: 750px;
  margin: 0 auto;
}
@media only screen and (max-width: 460px) {
  .calc-cost-number {
    font-size: 28px;
  }
}
@media only screen and (min-width: 576px) {
  .calc-cost-number {
    font-size: 38px;
  }
  .calc-cost-text {
    font-size: 26px;
  }
}
.calc-cost-box {
  opacity: 0;
  transform: translateY(-100%);
  transition: opacity 1s, transform 1s;
}
.calc-cost-box-enter {
  transition-delay: 0.4s;
}
.calc-cost-box-enter-active,
.calc-cost-box-enter-done {
  opacity: 1;
  transform: translateY(0);
}
.calc-prices-module {
  padding-bottom: 100px;
}
.calc-prices-title {
  text-align: center;
  margin-bottom: 45px;
}
.calc-prices-text {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}
.calc-price-list {
  margin-top: 25px;
}
.calc-price-box {
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 40px;
  box-shadow: 0 0 10px #dbdbdb;
  max-width: 535px;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  background-image: url(../jpg/price-box-bg.baf33fdd.jpg);
  background-repeat: no-repeat;
  background-position: bottom 7px right 7px;
  background-size: 90px auto;
}
@media only screen and (min-width: 460px) {
  .calc-price-box {
    padding-top: 55px;
    padding-bottom: 55px;
    padding-left: 65px;
    background-size: auto auto;
  }
}
@media only screen and (min-width: 992px) {
  .calc-price-list {
    display: flex;
    max-width: none;
  }
  .calc-price-box {
    flex-grow: 1;
    margin-left: 20px;
    margin-right: 20px;
  }
  .calc-price-box:first-child {
    margin-left: 0;
  }
  .calc-price-box:last-child {
    margin-right: 0;
  }
}
.calc-price-box .calc-btn {
  padding-top: 18px;
  padding-bottom: 18px;
}
.calc-price-title {
  margin-bottom: 5px;
}
.calc-price-title,
.calc-price-value {
  font-size: 26px;
  line-height: 1.2;
  font-family: 'Montserrat', sans-serif; font-weight: 800;
}
.calc-price-value {
  color: #00BC87;
}
.calc-price-items {
    padding-left: 0;
}
.calc-price-item {
  margin-bottom: 20px;
}
.calc-features-module {
  padding-bottom: 100px;
}
.calc-features-title {
  text-align: center;
}
.calc-feature {
  margin-top: 30px;
  margin-bottom: 30px;
}
.calc-feature:before {
  content: "";
  display: block;
  width: 40px;
  height: 3px;
  background: #00BC87;
}
.calc-feature-title {
  font-size: 24px;
  line-height: 1.2;
  font-family: 'Montserrat', sans-serif; font-weight: 800;
  margin-top: 24px;
  margin-bottom: 24px;
}
.calc-book-demo {
  margin-top: 50px;
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .calc-feature-list {
    display: flex;
  }
  .calc-feature {
    margin: 0;
    padding-left: 20px;
    padding-right: 20px;
    flex-grow: 1;
  }
  .calc-feature:first-child {
    padding-left: 0;
  }
  .calc-feature:last-child {
    padding-right: 0;
  }
  .calc-book-demo {
    margin-top: 80px;
  }
}
.calc-goback-btn {
  border: none;
  cursor: pointer;
  padding: 0 0 0 25px;
  font-size: 16px;
  line-height: 16px;
  font-family: 'Montserrat', sans-serif; font-weight: 700;
  color: #00BC87;
  background: none;
  background-position: 0 1px;
  background-repeat: no-repeat;
  background-image: url(data:image/jpeg;base64,/9j/4AAQSkZJRgABAQEAjwCPAAD/2wBDAAMCAgMCAgMDAwMEAwMEBQgFBQQEBQoHBwYIDAoMDAsKCwsNDhIQDQ4RDgsLEBYQERMUFRUVDA8XGBYUGBIUFRT/2wBDAQMEBAUEBQkFBQkUDQsNFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBT/wgARCAAOABIDAREAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAABQMH/8QAGAEAAwEBAAAAAAAAAAAAAAAAAQIEAwX/2gAMAwEAAhADEAAAAd7z4KhtTawsRLG6hf8A/8QAHRAAAgAHAQAAAAAAAAAAAAAAAgQAAQMFEBESFf/aAAgBAQABBQJ65ibHsKQNYDFtTZ8yx//EACERAAEDAwQDAAAAAAAAAAAAAAEAAgMEERMQEhShIUFS/9oACAEDAQE/AamsDpMIdtHsrn0310UJGuFwVPBd2aPw4dqw0//EABgRAQADAQAAAAAAAAAAAAAAAAEAEEES/9oACAECAQE/AVydFJt//8QAIhAAAQIEBwEAAAAAAAAAAAAAAQACAxMhMRAyM0FRcYGi/9oACAEBAAY/ApAiyWDO/fxavyUHA0NVPgkNjN5s7tWGH//EAB4QAAIBBAMBAAAAAAAAAAAAAAERAEFRYfAhMbHB/9oACAEBAAE/ISIw/hbYTfoCAH3xHixIVSFH3EoLQFjyiFp//9oADAMBAAIAAwAAABALhz//xAAeEQEAAgICAwEAAAAAAAAAAAABESEAUdHwMUGBsf/aAAgBAwEBPxCjF2TXoj94sIjs+YUqN4oKbHgaeehFYZBrP//EABsRAAIBBQAAAAAAAAAAAAAAAAABERAhMUFh/9oACAECAQE/EJXdB0JTNDNf/8QAHRABAQACAwADAAAAAAAAAAAAAREAITFBUWGBsf/aAAgBAQABPxCAdYrB+YbIrp35MX5QCqP3keJdQqKMS8Y8jAn1xAHrhN6PCOoChQE/MCICZ//Z);
}
.calc-slider-wrap {
  display: flex;
  margin-bottom: 15px;
}
.calc-slider {
  flex-grow: 1;
}
.calc-slider-value {
  padding-left: 15px;
  font-size: 20px;
  color: #00BC87;
  font-family: 'Montserrat', sans-serif; font-weight: 700;
  line-height: 18px;
  width: 37px;
}
.calc-country-selector {
  font-family: 'Montserrat', sans-serif;
  color: #686a6e;
  line-height: 28px;
  font-size: 16px;
  margin-top: 0;
  margin-bottom: 1rem;
}
.calc-embed-email,
.calc-homepage-exit-done {
  display: none;
}
/*# sourceMappingURL=main.143295a7.chunk.css.map */
