.loader:before, .loader:after, .loader {
  border-radius: 50%;
  width: 1.5em;
  height: 1.5em;
  animation: 1.8s ease-in-out infinite load7;
}

.loader {
  text-indent: -9999em;
  margin-top: -5px;
  margin-left: 100px;
  font-size: 2px;
  animation-delay: -.16s;
  position: absolute;
  left: 50%;
  transform: translateZ(0);
}

.loader:before {
  animation-delay: -.32s;
  left: -3.5em;
}

.loader:after {
  left: 3.5em;
}

.loader:before, .loader:after {
  content: "";
  position: absolute;
  top: 0;
}

@keyframes load7 {
  0%, 80%, 100% {
    box-shadow: 0 2.5em 0 -1.3em #fff;
  }

  40% {
    box-shadow: 0 2.5em #fff;
  }
}

.tooltipster-default {
  color: #fff;
  background: #4c4c4c;
  border: 2px solid #000;
  border-radius: 5px;
}

.tooltipster-default .tooltipster-content {
  padding: 8px 10px;
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 16px;
  overflow: hidden;
}

.tooltipster-icon {
  cursor: help;
  margin-left: 4px;
}

.tooltipster-base {
  z-index: 9999999;
  pointer-events: none;
  width: auto;
  padding: 0;
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 0;
  left: 0;
  overflow: visible;
}

.tooltipster-base .tooltipster-content {
  overflow: hidden;
}

.tooltipster-arrow {
  text-align: center;
  z-index: -1;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.tooltipster-arrow span, .tooltipster-arrow-border {
  width: 0;
  height: 0;
  display: block;
  position: absolute;
}

.tooltipster-arrow-top span, .tooltipster-arrow-top-right span, .tooltipster-arrow-top-left span {
  border-top: 8px solid;
  bottom: -7px;
  border-left: 8px solid #0000 !important;
  border-right: 8px solid #0000 !important;
}

.tooltipster-arrow-top .tooltipster-arrow-border, .tooltipster-arrow-top-right .tooltipster-arrow-border, .tooltipster-arrow-top-left .tooltipster-arrow-border {
  border-top: 9px solid;
  bottom: -7px;
  border-left: 9px solid #0000 !important;
  border-right: 9px solid #0000 !important;
}

.tooltipster-arrow-bottom span, .tooltipster-arrow-bottom-right span, .tooltipster-arrow-bottom-left span {
  border-bottom: 8px solid;
  top: -7px;
  border-left: 8px solid #0000 !important;
  border-right: 8px solid #0000 !important;
}

.tooltipster-arrow-bottom .tooltipster-arrow-border, .tooltipster-arrow-bottom-right .tooltipster-arrow-border, .tooltipster-arrow-bottom-left .tooltipster-arrow-border {
  border-bottom: 9px solid;
  top: -7px;
  border-left: 9px solid #0000 !important;
  border-right: 9px solid #0000 !important;
}

.tooltipster-arrow-top span, .tooltipster-arrow-top .tooltipster-arrow-border, .tooltipster-arrow-bottom span, .tooltipster-arrow-bottom .tooltipster-arrow-border {
  margin: 0 auto;
  left: 0;
  right: 0;
}

.tooltipster-arrow-top-left span, .tooltipster-arrow-bottom-left span {
  left: 6px;
}

.tooltipster-arrow-top-left .tooltipster-arrow-border, .tooltipster-arrow-bottom-left .tooltipster-arrow-border {
  left: 5px;
}

.tooltipster-arrow-top-right span, .tooltipster-arrow-bottom-right span {
  right: 6px;
}

.tooltipster-arrow-top-right .tooltipster-arrow-border, .tooltipster-arrow-bottom-right .tooltipster-arrow-border {
  right: 5px;
}

.tooltipster-arrow-left span, .tooltipster-arrow-left .tooltipster-arrow-border {
  border-left: 8px solid;
  margin-top: -7px;
  top: 50%;
  right: -7px;
  border-top: 8px solid #0000 !important;
  border-bottom: 8px solid #0000 !important;
}

.tooltipster-arrow-left .tooltipster-arrow-border {
  border-left: 9px solid;
  margin-top: -8px;
  border-top: 9px solid #0000 !important;
  border-bottom: 9px solid #0000 !important;
}

.tooltipster-arrow-right span, .tooltipster-arrow-right .tooltipster-arrow-border {
  border-right: 8px solid;
  margin-top: -7px;
  top: 50%;
  left: -7px;
  border-top: 8px solid #0000 !important;
  border-bottom: 8px solid #0000 !important;
}

.tooltipster-arrow-right .tooltipster-arrow-border {
  border-right: 9px solid;
  margin-top: -8px;
  border-top: 9px solid #0000 !important;
  border-bottom: 9px solid #0000 !important;
}

.tooltipster-fade {
  opacity: 0;
  -o-transition-property: opacity;
  transition-property: opacity;
}

.tooltipster-fade-show {
  opacity: 1;
}

.tooltipster-grow {
  -o-transition-property: -o-transform;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -webkit-backface-visibility: hidden;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  transform: scale(0);
}

.tooltipster-grow-show {
  -o-transition-timing-function: cubic-bezier(.175, .885, .32, 1.15);
  transition-timing-function: cubic-bezier(.175, .885, .32, 1.15);
  transform: scale(1);
}

.tooltipster-swing {
  opacity: 0;
  -o-transition-property: -o-transform;
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  transform: rotateZ(4deg);
}

.tooltipster-swing-show {
  opacity: 1;
  -o-transition-timing-function: cubic-bezier(.23, .635, .495, 2.4);
  transition-timing-function: cubic-bezier(.23, .635, .495, 2.4);
  transform: rotateZ(0);
}

.tooltipster-fall {
  -o-transition-property: top;
  -o-transition-timing-function: cubic-bezier(.175, .885, .32, 1.15);
  transition-property: top;
  transition-timing-function: cubic-bezier(.175, .885, .32, 1.15);
  top: 0;
}

.tooltipster-fall.tooltipster-dying {
  -o-transition-property: all;
  opacity: 0;
  transition-property: all;
  top: 0 !important;
}

.tooltipster-slide {
  -o-transition-property: left;
  -o-transition-timing-function: cubic-bezier(.175, .885, .32, 1.15);
  transition-property: left;
  transition-timing-function: cubic-bezier(.175, .885, .32, 1.15);
  left: -40px;
}

.tooltipster-slide.tooltipster-dying {
  -o-transition-property: all;
  opacity: 0;
  transition-property: all;
  left: 0 !important;
}

.tooltipster-content-changing {
  opacity: .5;
  transform: scale(1.1);
}

.container {
  box-sizing: border-box;
  max-width: 1202px;
  margin: 0 auto;
  padding: 0 10px;
}

.container:after {
  content: "";
  clear: both;
  display: block;
}

@media only screen and (width <= 1280px) {
  .container {
    max-width: 900px;
  }
}

@media only screen and (width <= 660px) {
  .container {
    width: auto;
    max-width: 767px;
  }
}

body {
  width: auto;
  min-width: 1024px;
  max-width: 100%;
}

@media only screen and (width <= 660px) {
  body {
    min-width: initial;
    max-width: 768px;
  }
}

body, html {
  color: #181818;
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: Geometria, sans-serif;
}

@media only screen and (width <= 660px) {
  body, html {
    font-size: 13px;
  }
}

button {
  font-family: Geometria, sans-serif;
}

a {
  -o-transition: color .3s;
  text-decoration: none;
  transition: color .3s;
}

h1, h2 {
  font-family: Roboto Slab, serif;
  font-size: 45px;
  font-weight: 300;
}

@media only screen and (width <= 1280px) {
  h1, h2 {
    font-size: 38px;
  }
}

@media only screen and (width <= 660px) {
  h1, h2 {
    font-size: 32px;
  }
}

.mobile-visible {
  display: none;
}

@media only screen and (width <= 660px) {
  .mobile-cut {
    display: none !important;
  }

  .mobile-visible {
    display: block;
  }
}

.red-button {
  color: #fff;
  background: #f56e5a;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 10px 30px;
  font-weight: 700;
  display: inline-flex;
}

.red-button:hover {
  background: #e85d41;
}

#header {
  z-index: 3;
  background: #fff;
  justify-content: space-between;
  align-items: center;
  height: 114px;
  padding: 10px 31px;
  font-size: 14px;
  line-height: 20px;
  display: flex;
  position: relative;
}

#header.inversed .right-menu a {
  color: #fff;
  -o-transition: all .1s ease;
  cursor: pointer;
  border: 1px solid #fff6;
  border-radius: 4px;
  padding: 10px 20px;
  font-size: 17px;
  text-decoration: none;
  transition: all .1s;
  display: inline-block;
}

#header.inversed .right-menu a.flat {
  color: #fff;
  -o-transition: all .1s ease;
  cursor: pointer;
  border: none;
  border-radius: 4px;
  padding: 10px 5px;
  font-size: 17px;
  text-decoration: none;
  transition: all .1s;
  display: inline-block;
}

#header.inversed .right-menu a.flat:hover {
  opacity: .7;
  color: #fff;
  background: none;
}

#header.inversed .right-menu a.active {
  color: #f56e5a;
}

#header.inversed .left-menu a {
  color: #fff;
}

#header div.container {
  width: 100%;
  height: auto;
  padding: 0 30px;
  overflow: visible;
}

#header .logo {
  vertical-align: top;
  background: url("../../img/svg-logo.99c32530.svg") 0 0 / 100% no-repeat;
  width: 235px;
  height: 60px;
  margin-top: -15px;
  margin-right: 15px;
  display: inline-block;
}

@media only screen and (width <= 660px) {
  #header .logo {
    background-image: url("../../img/svg-logo.99c32530.svg");
    width: 66px;
    height: 66px;
  }
}

#header .logo.text-logo {
  background-image: url("../../img/svg-logo.99c32530.svg");
  width: 235px;
  height: 60px;
}

#header .menu-toggler {
  cursor: pointer;
  background: url("../../img/bars_b.da2df487.png") center / cover no-repeat;
  width: 30px;
  height: 30px;
  display: none;
  position: absolute;
  top: 45px;
  right: 20px;
}

#header .menu-toggler.black {
  background-image: url("../../img/bars_b.da2df487.png");
}

#header .left-menu {
  vertical-align: top;
  display: inline-block;
}

@media only screen and (width <= 660px) {
  #header .left-menu {
    border-bottom: 1px solid #fff6;
    width: 100%;
    margin-left: -20px;
    padding: 0 20px 30px;
    display: none;
  }
}

#header .left-menu ul {
  margin: 0;
  padding: 0;
}

#header .left-menu li {
  display: inline-block;
}

@media only screen and (width <= 660px) {
  #header .left-menu li {
    text-align: center;
    width: 100%;
  }
}

#header .left-menu a {
  color: #181818;
  -o-transition: all .1s ease;
  cursor: pointer;
  border: none;
  border-radius: 4px;
  padding: 10px;
  font-size: 17px;
  text-decoration: none;
  transition: all .1s;
  display: inline-block;
}

#header .left-menu a:hover {
  opacity: .7;
  color: #181818;
  background: none;
}

@media only screen and (width <= 1280px) {
  #header .left-menu a {
    font-size: 15px;
  }
}

@media only screen and (width <= 660px) {
  #header .left-menu a {
    color: #fff;
    -o-transition: all .1s ease;
    cursor: pointer;
    border: none;
    border-radius: 4px;
    padding: 10px 5px;
    font-size: 25px;
    text-decoration: none;
    transition: all .1s;
    display: inline-block;
  }

  #header .left-menu a:hover {
    opacity: .7;
    color: #fff;
    background: none;
  }
}

#header .right-menu {
  float: right;
}

@media only screen and (width <= 660px) {
  #header .right-menu {
    float: none;
    text-align: center;
    width: 100%;
    padding-top: 20px;
    display: none;
  }
}

#header .right-menu a {
  color: #181818;
  background: #fff;
  border-radius: 10px;
  margin: 0 0 0 20px;
  font-size: 14px;
  font-weight: 700;
}

#header .right-menu a:hover {
  color: #e85d41;
}

#header .right-menu a.red-button {
  color: #fff;
  background: #f56e5a;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 10px 30px;
  display: inline-flex;
}

#header .right-menu a.red-button:hover {
  background: #e85d41;
}

@media only screen and (width <= 1280px) {
  #header .right-menu a {
    font-size: 15px !important;
  }
}

@media only screen and (width <= 660px) {
  #header .right-menu a {
    text-align: center;
    color: #fff;
    -o-transition: all .1s ease;
    cursor: pointer;
    box-sizing: border-box;
    border: 2px solid #fff;
    border-radius: 4px;
    width: 190px;
    margin-top: 30px;
    padding: 10px 5px;
    font-size: 17px;
    font-weight: 300;
    text-decoration: none;
    transition: all .1s;
    display: inline-block;
    font-size: 21px !important;
  }

  #header .right-menu a.flat {
    color: #fff;
    -o-transition: all .1s ease;
    cursor: pointer;
    border: none;
    border-radius: 4px;
    margin-top: 0;
    padding: 10px 5px;
    font-size: 17px;
    text-decoration: none;
    transition: all .1s;
    display: inline-block;
  }

  #header .right-menu a.flat:hover {
    opacity: .7;
    color: #fff;
    background: none;
  }

  #header {
    -o-transition: all .3s;
    transition: all .3s;
    transform: translate3d(0, 0, 0);
  }

  #header.fixed {
    z-index: 30;
    background: #ffffffb3;
    padding-top: 20px;
    padding-bottom: 10px;
    position: fixed;
  }

  #header.fixed .menu-toggler {
    background-image: url("../../img/bars_b.da2df487.png");
    top: 35px;
  }

  #header.fixed .logo {
    margin-top: 0;
  }

  #header.menu-open {
    background: #f56e5a;
    height: 100%;
  }

  #header.menu-open .left-menu, #header.menu-open .right-menu {
    display: block;
  }

  #header.menu-open .menu-toggler {
    opacity: .8;
    background-image: url("../../img/close.a023d2de.png");
    background-repeat: no-repeat;
    background-size: 30px;
    width: 30px;
    height: 30px;
  }

  #header.invisible {
    transform: translate3d(0, -100%, 0);
  }
}

.top-block {
  box-sizing: border-box;
  padding: 10px 31px;
}

.top-block .container {
  position: relative;
  overflow: hidden;
}

.top-block .caption {
  text-align: left;
}

.top-block .caption h1 {
  margin: 0 0 40px;
  font-size: 48px;
  font-weight: 600;
}

@media only screen and (width <= 1280px) {
  .top-block .caption h1 {
    margin-bottom: 20px;
    font-size: 36px;
  }
}

.top-block .teaser {
  opacity: .7;
  font-size: 16px;
  font-weight: 300;
}

@media only screen and (width <= 1280px) {
  .top-block .teaser {
    font-size: 14px;
  }
}

@media only screen and (width <= 660px) {
  .top-block .teaser {
    font-size: 13px;
  }
}

.top-block.landing {
  background-color: #322c29;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
}

.top-block.landing .container {
  height: 560px;
}

@media only screen and (width <= 1280px) {
  .top-block.landing .container {
    height: 470px;
  }
}

@media only screen and (width <= 660px) {
  .top-block.landing .container {
    text-align: center;
    height: 660px;
  }
}

.top-block.landing .header {
  margin-bottom: 50px;
}

.top-block.landing .caption {
  color: #fff;
  text-align: center;
}

.top-block.landing .caption h1 .play {
  vertical-align: top;
  cursor: pointer;
  width: 35px;
  height: 35px;
  margin-top: 15px;
  margin-left: 10px;
  display: inline-block;
}

@media only screen and (width <= 660px) {
  .top-block.landing .caption h1 .play {
    width: 100%;
    margin: 0;
  }
}

.top-block.landing .teaser {
  color: #lightGray;
}

.top-block.landing .figure1 {
  width: 114px;
  height: 230px;
  position: absolute;
  top: 295px;
  left: 45px;
}

@media only screen and (width <= 1280px) {
  .top-block.landing .figure1 {
    top: initial;
    background-size: cover;
    width: 86px;
    height: 174px;
    bottom: 35px;
  }
}

@media only screen and (width <= 660px) {
  .top-block.landing .figure1 {
    display: none;
  }
}

.top-block.landing .figure2 {
  width: 588px;
  height: 340px;
  top: 185px;
  left: 195px;
}

@media only screen and (width <= 1280px) {
  .top-block.landing .figure2 {
    top: initial;
    background-size: cover;
    width: 448px;
    height: 258px;
    bottom: 35px;
    left: 165px;
  }
}

@media only screen and (width <= 660px) {
  .top-block.landing .figure2 {
    left: initial;
    top: initial;
    margin-top: 26%;
    display: inline-block;
    position: relative;
  }
}

.top-block.landing .figure3 {
  width: 350px;
  height: 250px;
  position: absolute;
  top: 275px;
  right: 70px;
}

@media only screen and (width <= 1280px) {
  .top-block.landing .figure3 {
    top: initial;
    background-size: cover;
    width: 265px;
    height: 188px;
    bottom: 35px;
    right: 0;
  }
}

@media only screen and (width <= 660px) {
  .top-block.landing .figure3 {
    display: none;
  }

  .top-block.pricing, .top-block.campaign {
    height: auto;
  }
}

.top-block.pricing .caption .teaser, .top-block.campaign .caption .teaser {
  margin-bottom: 40px;
}

.top-block.pricing .caption .btn, .top-block.campaign .caption .btn {
  color: #fff;
  -o-transition: all .1s ease;
  cursor: pointer;
  border: 1px solid #fff6;
  border: unset;
  background: #f56e5a;
  border-width: 3px;
  border-radius: 10px;
  width: 320px;
  padding: 10px 5px;
  font-size: 23px;
  font-weight: 600;
  line-height: 34px;
  text-decoration: none;
  transition: all .1s;
  display: inline-block;
}

.top-block.pricing .caption .btn:hover, .top-block.campaign .caption .btn:hover {
  background: #e85d41;
}

@media only screen and (width <= 660px) {
  .top-block.pricing .caption .btn, .top-block.campaign .caption .btn {
    width: 300px;
  }
}

@media only screen and (width <= 1280px) {
  .top-block.pricing .caption .btn, .top-block.campaign .caption .btn {
    font-size: 21px;
    line-height: 26px;
  }
}

.top-block.story {
  padding: 150px 0 40px;
  overflow: hidden;
}

.top-block.story .container {
  overflow: visible;
}

.top-block.story .story-teller {
  padding: 0 0 30px;
}

.top-block.story .story-person {
  bottom: initial;
  top: 0;
}

.top-block.campaign .campaign-para {
  max-width: 750px;
  margin: 25px auto;
}

body.under-popup, body.under-popup .all-wrapper {
  overflow: hidden;
}

body.under-popup header {
  display: none !important;
}

.popup-wrapper {
  opacity: 0;
  z-index: -1;
  box-sizing: border-box;
  -o-transition: opacity .4s;
  padding: 0;
  transition: opacity .4s;
  position: fixed;
  inset: 0;
  overflow: auto;
}

.popup-wrapper.visible {
  opacity: 1;
  z-index: 20;
}

.popup-wrapper .milk {
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
  text-align: center;
  background-color: #000000d9;
  padding: 80px 0;
  position: absolute;
  inset: 0;
  overflow: auto;
}

@media only screen and (width <= 660px) {
  .popup-wrapper .milk {
    padding: 20px 0;
  }
}

.popup-wrapper .popup {
  box-sizing: border-box;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 0 15px;
  display: none;
  position: relative;
}

.popup-wrapper .popup.active {
  display: block;
}

@media only screen and (width <= 660px) {
  .popup-wrapper .popup.registration, .popup-wrapper .popup.registration .popup-title {
    padding: 0;
  }

  .popup-wrapper .popup.registration .popup-title .close {
    top: 20px;
    right: 20px;
  }

  .popup-wrapper .popup.registration .popup-title .logo {
    top: 0;
    left: 15px;
    bottom: initial;
  }
}

.popup-wrapper .popup-title {
  color: #fff;
  margin-bottom: 60px;
  font-family: Geometria, sans-serif;
  font-size: 45px;
  font-weight: 300;
  position: relative;
}

@media only screen and (width <= 1280px) {
  .popup-wrapper .popup-title {
    font-size: 38px;
  }
}

@media only screen and (width <= 660px) {
  .popup-wrapper .popup-title {
    min-height: 60px;
    margin-bottom: 20px;
    font-size: 25px;
  }

  .popup-wrapper .popup-title > span {
    box-sizing: border-box;
    border-left: 100px solid #0000;
    border-right: 100px solid #0000;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

.popup-wrapper .popup-title .logo {
  width: 66px;
  position: absolute;
  top: 0;
  left: 0;
}

.popup-wrapper .popup-title .logo img {
  width: 100%;
}

.popup-wrapper .popup-title .close {
  opacity: .4;
  -o-transition: opacity .3s;
  z-index: 40;
  background: url("../../img/close.a023d2de.png") center / 30px no-repeat;
  width: 30px;
  height: 30px;
  transition: opacity .3s;
  position: absolute;
  top: 15px;
  right: 0;
}

.popup-wrapper .popup-title .close:hover {
  opacity: 1;
}

.popup-wrapper .auth-form {
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 10px;
  width: 605px;
  margin-bottom: 50px;
  padding: 40px 60px;
  display: inline-block;
  position: relative;
}

.popup-wrapper .auth-form h3 {
  font-size: 38px;
}

.popup-wrapper .auth-form .row {
  width: 100%;
  margin-bottom: 20px;
}

.popup-wrapper .auth-form .row input {
  appearance: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  box-sizing: border-box;
  -o-transition: all .2s ease;
  border: 1px solid #c7c7c9;
  border-radius: 4px;
  outline: none;
  width: 100%;
  padding: 3px 20px;
  font-family: Geometria, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 36px;
  transition: all .2s;
}

.popup-wrapper .auth-form .row input.empty {
  background-color: #f1f1f1;
  border: 1px solid #f1f1f1;
}

.popup-wrapper .auth-form .row input:active, .popup-wrapper .auth-form .row input:focus {
  font-weight: 500;
}

.popup-wrapper .auth-form .row input.error {
  color: #e85d40;
  border: 2px solid #f56e5a;
}

.popup-wrapper .auth-form .row input.error::-webkit-input-placeholder {
  color: #f56e5a;
  font-family: Geometria, sans-serif;
  font-weight: 300;
}

.popup-wrapper .auth-form .row input.error:-moz-placeholder {
  color: #f56e5a;
  font-family: Geometria, sans-serif;
  font-weight: 300;
}

.popup-wrapper .auth-form .row input::-webkit-input-placeholder {
  color: #797979;
  font-family: Geometria, sans-serif;
  font-weight: 300;
}

.popup-wrapper .auth-form .row input:-moz-placeholder {
  color: #797979;
  font-family: Geometria, sans-serif;
  font-weight: 300;
}

.popup-wrapper .auth-form .row .error {
  color: #f56e5a;
  text-align: left;
  padding: 10px 20px;
}

.popup-wrapper .auth-form .row .i_have_promo {
  color: #a2a2a2;
  cursor: pointer;
}

.popup-wrapper .auth-form .row.promo input {
  transition: all .2s;
}

.popup-wrapper .auth-form .row.promo a {
  max-height: 0;
  display: block;
  overflow: hidden;
}

.popup-wrapper .auth-form .row.have_no_promo.promo input {
  border-width: 0;
  max-height: 0;
  padding: 0;
}

.popup-wrapper .auth-form .row.have_no_promo.promo a {
  max-height: 30px;
}

.popup-wrapper .auth-form form button {
  color: #fff;
  -o-transition: all .1s ease;
  cursor: pointer;
  border: 1px solid #fff6;
  border: unset;
  background: #f56e5a;
  border-radius: 10px;
  outline: none;
  width: 320px;
  margin-top: 15px;
  padding: 10px 5px;
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
  text-decoration: none;
  transition: all .1s;
  display: inline-block;
}

.popup-wrapper .auth-form form button:hover {
  background: #e85d41;
}

@media only screen and (width <= 660px) {
  .popup-wrapper .auth-form form button {
    width: 300px;
  }
}

.popup-wrapper .auth-form form .loader {
  opacity: 0;
  transition: transform .4s;
  transform: translateX(30px);
}

.popup-wrapper .auth-form form.isSubmiting button {
  text-indent: -70px;
  transition: "text-indent transform" .4s;
  background: silver;
  border-color: #0000;
}

.popup-wrapper .auth-form form.isSubmiting button:hover {
  color: #fff;
  background: silver;
  border-color: #0000;
}

.popup-wrapper .auth-form form.isSubmiting .loader {
  opacity: 1;
  transform: translateX(0);
}

.popup-wrapper .auth-form #captcha div {
  margin: 0 auto;
}

@media only screen and (width <= 660px) {
  .popup-wrapper .auth-form {
    border-radius: 0;
    width: 100%;
    margin-bottom: 20px;
    padding: 20px;
  }
}

.popup-wrapper .remark {
  color: #a2a2a2;
  font-size: 13px;
}

.popup-wrapper .remark a {
  color: #f56e5a;
  text-decoration: none;
}

.popup-wrapper .remark a:hover {
  color: #181818;
}

.popup-wrapper .form-toggler {
  color: #fff;
  font-size: 16px;
  font-weight: 300;
}

.popup-wrapper .form-toggler a {
  color: #f56e5a;
  text-decoration: none;
}

.popup-wrapper .form-toggler a:hover {
  color: #181818;
}

.popup.business {
  color: #fff;
  font-weight: 300;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media only screen and (width <= 660px) {
  .popup.business {
    border-top: 20px solid #0000;
    border-bottom: 20px solid #0000;
    height: 100%;
  }
}

.popup.business .popup-inner {
  width: 900px;
  min-height: 500px;
  margin: -20px auto 0;
}

@media only screen and (width <= 660px) {
  .popup.business .popup-inner {
    min-height: initial;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
}

.popup.business .business-form {
  z-index: 10;
  display: block;
  position: relative;
}

.popup.business .business-form.hide-nav .arrows, .popup.business .business-form.hide-nav .paginator {
  display: none;
}

@media only screen and (width <= 660px) {
  .popup.business .business-form {
    height: 100%;
  }
}

.popup.business .fotorama__nav-wrap {
  position: absolute;
  bottom: 20px;
  left: 0;
}

.popup.business .fotorama__nav--dots {
  display: none;
}

@media only screen and (width <= 660px) {
  .popup.business .fotorama__nav--dots {
    display: block;
  }
}

.popup.business .fotorama__nav--dots .fotorama__nav__frame {
  width: 14px;
  height: 14px;
  margin: 0 5px;
}

.popup.business .fotorama__nav--dots .fotorama__nav__frame .fotorama__dot {
  background: #7c7c7c;
  border-width: 0;
  border-radius: 10px;
  width: 14px;
  height: 14px;
  margin: 0 5px;
  display: inline-block;
  top: 0;
  left: 0;
}

.popup.business .fotorama__nav--dots .fotorama__nav__frame .fotorama__dot:before {
  content: "";
  box-sizing: border-box;
  background: none;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  display: inline-block;
}

.popup.business .fotorama__nav--dots .fotorama__nav__frame.fotorama__active .fotorama__dot {
  background: #252525;
}

.popup.business .fotorama__nav--dots .fotorama__nav__frame.fotorama__active .fotorama__dot:before {
  border: 3px solid #fff;
}

.popup.business .fotorama__stage {
  box-sizing: border-box;
  padding: 0 80px;
}

.popup.business .fotorama__stage .fotorama__stage__frame {
  box-sizing: border-box;
  border-left: 80px solid #0000;
  border-right: 80px solid #0000;
}

@media only screen and (width <= 660px) {
  .popup.business .fotorama__stage {
    padding: 0;
  }
}

.popup.business .fotorama__arr {
  z-index: 100;
  opacity: .7 !important;
  transform: none !important;
}

@media only screen and (width <= 660px) {
  .popup.business .fotorama__arr {
    display: none !important;
  }
}

.popup.business .prev, .popup.business .next {
  cursor: pointer;
  position: absolute;
  top: 220px;
}

.popup.business .prev {
  left: 50px;
}

.popup.business .next {
  right: 50px;
}

.popup.business .half-col {
  float: left;
  box-sizing: border-box;
  width: 50%;
  padding-left: 45px;
}

.popup.business .half-col .row label {
  width: 100%;
}

@media only screen and (width <= 660px) {
  .popup.business .half-col {
    width: 230px;
  }
}

.popup.business .steps {
  opacity: 0;
  width: 700px;
  margin: 0 auto;
  padding-bottom: 60px;
  position: relative;
  overflow: hidden;
}

.popup.business .steps.visible {
  opacity: 1;
}

@media only screen and (width <= 660px) {
  .popup.business .steps {
    opacity: 1;
    width: 100%;
    padding: 0;
  }
}

.popup.business .step, .popup.business .success {
  -o-transition: opacity .3s;
  box-sizing: border-box;
  width: 100%;
  transition: opacity .3s;
}

.popup.business .step:after, .popup.business .success:after {
  content: "";
  clear: both;
  display: block;
}

@media only screen and (width >= 1280px) {
  .popup.business .step, .popup.business .success {
    width: 500px;
    margin: 0 auto;
  }

  .popup.business .step.size, .popup.business .success.size {
    padding: 0 85px;
  }

  .popup.business .step.shipping .row, .popup.business .success.shipping .row {
    padding-left: 130px;
  }

  .popup.business .step.technologies .row, .popup.business .success.technologies .row {
    padding-left: 90px;
  }

  .popup.business .step.services, .popup.business .success.services {
    padding: 0 40px;
  }
}

@media only screen and (width <= 660px) {
  .popup.business .step, .popup.business .success {
    width: 100% !important;
    padding: 0 20px !important;
  }
}

.popup.business .success {
  opacity: 0;
  z-index: -1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%)translateX(-50%);
}

.popup.business .success.active {
  z-index: 1;
  opacity: 1;
}

.popup.business .row {
  text-align: center;
  width: 100%;
  margin: 0 auto 30px;
}

.popup.business .row:after {
  content: "";
  clear: both;
  display: block;
}

.popup.business .row span.l {
  font-size: 19px;
}

@media only screen and (width <= 660px) {
  .popup.business .row span.l {
    font-size: 17px;
  }
}

.popup.business .row label {
  cursor: pointer;
  text-align: left;
  margin: 0 auto;
  padding-left: 35px;
  display: block;
  position: relative;
}

.popup.business .row label:hover span.l {
  font-weight: 400;
}

.popup.business .row label:hover .checkbox, .popup.business .row label:hover .radio {
  border-color: #ffffffb3;
}

.popup.business .step-title {
  margin-bottom: 120px;
  font-family: Geometria, sans-serif;
  font-size: 45px;
  font-weight: 300;
}

@media only screen and (width <= 1280px) {
  .popup.business .step-title {
    font-size: 38px;
  }
}

@media only screen and (width <= 660px) {
  .popup.business .step-title {
    margin-bottom: 50px;
    padding-top: 90px;
    font-size: 32px;
  }
}

.popup.business input[type="text"], .popup.business input[type="email"], .popup.business input[type="password"] {
  text-align: center;
  color: #fff;
  box-sizing: border-box;
  background: none;
  border: none;
  border-bottom: 1px solid #f5f6f6;
  border-radius: 0;
  outline: none;
  width: 100%;
  padding: 15px;
  font-size: 19px;
  font-weight: 300;
  display: inline-block;
}

.popup.business button {
  color: #fff;
  -o-transition: all .1s ease;
  cursor: pointer;
  border: 1px solid #fff6;
  border: unset;
  background: #f56e5a;
  border-radius: 10px;
  width: 280px;
  margin-top: 15px;
  padding: 10px 5px;
  font-size: 17px;
  font-weight: 600;
  line-height: 26px;
  text-decoration: none;
  transition: all .1s;
  display: inline-block;
}

.popup.business button:hover {
  background: #e85d41;
}

@media only screen and (width <= 660px) {
  .popup.business button {
    width: 100%;
  }
}

.sm-checkbox {
  cursor: pointer;
  align-items: center;
  display: inline-flex;
}

.sm-checkbox .checkmark {
  color: #fff;
  border: 2px solid #18181826;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  min-width: 24px;
  min-height: 24px;
  transition: all .3s;
  display: flex;
  position: relative;
}

.sm-checkbox .checkmark:before {
  content: "";
  width: 24px;
  height: 24px;
  transition: inherit;
  position: absolute;
}

.sm-checkbox .label {
  color: #181818;
  margin: 0 12px;
}

.sm-checkbox .label:empty {
  display: none;
}

.sm-checkbox .input-checkbox {
  appearance: none;
}

.sm-checkbox.active .checkmark, .sm-checkbox.disabled .checkmark {
  border-color: #0000;
}

.sm-checkbox.disabled .checkmark, .sm-checkbox.disabled .label {
  cursor: not-allowed;
}

.sm-checkbox.disabled .checkmark {
  background-color: #322a0012;
}

.sm-checkbox.disabled.active .checkmark {
  color: #1818184d;
  background-color: #322a0012;
}

.sm-checkbox.active .checkmark {
  background-color: #f56e5a;
  transition: all .3s;
}

.sm-checkbox:hover:not(.active):not(.disabled) .checkmark {
  border-color: #1818184d;
}

.sm-checkbox:hover.active:not(.disabled) .checkmark:before {
  border-radius: inherit;
  background-color: #0000000d;
  border: 2px;
}

.sm-checkbox .input-checkbox:focus-visible + .checkmark:before {
  border-radius: 8px;
  outline: 4px solid #f56e5a40;
}

@font-face {
  font-family: Geometria;
  src: url("../../fonts/Geometria.84ec9081.otf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: Geometria;
  src: font-url("../../fonts/Geometria-Medium.otf") format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: Geometria;
  src: font-url("../../fonts/Geometria-Light.otf") format("truetype");
  font-weight: 300;
  font-style: normal;
}

* {
  font-family: Montserrat, sans-serif !important;
}

#wrapper {
  flex-direction: column;
  width: 100%;
  min-height: 100%;
  display: flex;
  position: relative;
}

.verbatim {
  font-family: monospace;
  font-size: 14px;
  line-height: 1.6;
}

.nowrap {
  white-space: nowrap;
}

.g-container {
  min-width: 768px;
  max-width: 980px;
  margin: 0 auto;
  position: relative;
}

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

section {
  padding: 65px 0;
}

section a {
  color: #f56e5a;
}

@media only screen and (width <= 660px) {
  section {
    border-bottom: 1px solid #eee;
    overflow-x: hidden;
  }
}

section.inverted {
  color: #eee;
  background-repeat: repeat;
}

section.inverted.main-data .header h2 {
  color: #ccc;
}

section.inverted.main-data .header h2.active {
  color: #fff;
}

section.inverted.main-data .header h2 a {
  color: #ccc;
}

section.inverted.main-data .header h2 + h3 {
  margin-top: 40px;
}

section.inverted.main-data .header h3 {
  font-weight: 400;
}

@media only screen and (width <= 660px) {
  section.inverted.main-data .header h3 {
    display: none;
  }
}

section.inverted.main-data .header h3 a {
  color: #ccc;
  display: inline-block;
  position: relative;
}

section.inverted.main-data .header h3 a span {
  z-index: 20;
  color: #eee;
  transition: all .3s ease-out;
  position: relative;
}

section.inverted.main-data .header h3 a:before {
  content: "";
  z-index: 10;
  background: #f56e5a;
  width: 100%;
  max-width: 0;
  height: 1.2em;
  margin-top: 0;
  margin-left: -10px;
  padding: 2px 0;
  transition: all .3s ease-out;
  display: inline-block;
  position: absolute;
}

section.inverted.main-data .header h3.active a span {
  color: #fff;
  margin-left: 10px;
}

section.inverted.main-data .header h3.active a:before {
  max-width: 300px;
  margin-left: -5px;
  padding: 2px 10px;
}

.all-wrapper {
  -webkit-overflow-scrolling: touch;
  height: 100%;
  position: relative;
  overflow: auto;
}

.lets_start {
  box-sizing: border-box;
  text-align: center;
  background: #fff;
}

@media only screen and (width <= 660px) {
  .lets_start {
    height: auto;
  }
}

.lets_start h2 {
  margin: 0 0 30px;
  line-height: 140%;
}

.lets_start .teaser {
  margin-bottom: 45px;
}

@media only screen and (width <= 1280px) {
  .lets_start .teaser {
    font-size: 14px;
  }
}

.lets_start .red-button {
  color: #fff;
  -o-transition: all .1s ease;
  cursor: pointer;
  border: 1px solid #fff6;
  border: unset;
  background: #f56e5a;
  border-width: 3px;
  border-radius: 10px;
  width: 320px;
  padding: 10px 5px;
  font-size: 23px;
  font-weight: 600;
  line-height: 34px;
  text-decoration: none;
  transition: all .1s;
  display: inline-block;
}

.lets_start .red-button:hover {
  background: #e85d41;
}

@media only screen and (width <= 660px) {
  .lets_start .red-button {
    width: 300px;
  }
}

@media only screen and (width <= 1280px) {
  .lets_start .red-button {
    font-size: 21px;
    line-height: 26px;
  }
}

.main-data .header {
  width: 450px;
  margin-top: 0;
  margin-left: 70px;
  position: absolute;
}

@media only screen and (width <= 1280px) {
  .main-data .header {
    width: 350px;
    margin-left: 0;
  }
}

@media only screen and (width <= 660px) {
  .main-data .header {
    width: auto;
    margin-bottom: 50px;
    position: static;
  }
}

.main-data .header h2 {
  cursor: pointer;
  color: gray;
  max-height: 0;
  margin: 0;
  padding: 0;
  font-size: 22px;
  line-height: 25px;
  transition: all .2s ease-in;
  overflow: hidden;
}

.main-data .header h2 a {
  color: gray;
}

.main-data .header h2.active {
  color: #000;
  max-height: 100px;
  font-size: 30px;
  line-height: 35px;
}

.main-data .header h2.active:last-child {
  margin-top: 0;
}

.main-data .header h2:last-child {
  margin-top: 50px;
}

@media only screen and (width <= 660px) {
  .main-data .header h2:last-child {
    margin-top: 0;
  }
}

.main-data .header.pinned h2 {
  max-height: 100px;
  margin-bottom: 20px;
  transition: all .2s ease-in .5s;
}

.main-data .data {
  padding-left: 600px;
  font-family: Geometria, sans-serif;
  font-size: 16px;
}

@media only screen and (width <= 1280px) {
  .main-data .data {
    padding-left: 400px;
  }
}

@media only screen and (width <= 660px) {
  .main-data .data {
    padding-left: 0;
  }
}

.main-data .data .part {
  margin-bottom: 30px;
}

@media only screen and (width <= 660px) {
  .main-data .data .part:last-child {
    margin-bottom: 0;
  }
}

.main-data .data .part p {
  width: 400px;
  margin: 0 0 30px;
  font-size: 15px;
  font-weight: 200;
  line-height: 1.4em;
}

@media only screen and (width <= 660px) {
  .main-data .data .part p {
    width: auto;
  }

  .main-data .data .part p:last-child {
    margin-bottom: 0;
  }
}

.main-data .data .part h3 {
  margin: 0 0 10px;
  font-size: 18px;
  font-weight: 400;
}

.main-data .data .thesis {
  width: 420px;
  margin-bottom: 45px;
}

@media only screen and (width <= 660px) {
  .main-data .data .thesis {
    width: auto;
  }

  .main-data .data .thesis:last-child {
    margin-bottom: 0;
  }
}

.main-data .data .thesis:after {
  content: "";
  clear: both;
  width: 1px;
  height: 1px;
  display: block;
}

.main-data .data .thesis h3 {
  width: 195px;
  margin: 0 0 10px;
  font-size: 17px;
  font-weight: 500;
  display: inline-block;
}

.main-data .data .thesis p {
  width: 195px;
  margin: 0 0 20px;
  font-size: 15px;
}

.main-data .data .thesis .shadow {
  position: absolute;
  box-shadow: 0 0 100px #f9f6eb4d;
}

.main-data .data .thesis img {
  width: 195px;
  box-shadow: 0 0 100px #f9f6eb4d;
}

.main-data .data .thesis img.noshadow {
  box-shadow: none;
}

.main-data .data .thesis.left h3, .main-data .data .thesis.left p {
  float: right;
  margin-left: 30px;
}

.main-data .data .thesis.left img {
  float: left;
}

.main-data .data .thesis.right h3, .main-data .data .thesis.right p {
  float: left;
  margin-right: 30px;
}

.main-data .data .thesis.right img {
  float: right;
}

.main-data .data .thesis.center h3, .main-data .data .thesis.center p {
  float: none;
  width: 420px;
  margin-right: 30px;
}

.main-data .data .thesis.center img {
  float: none;
}

.main-data .data .thesis.list {
  margin-bottom: 20px;
}

.main-data .data .thesis.list p {
  float: none;
  width: 420px;
  padding-left: 70px;
}

@media only screen and (width <= 660px) {
  .main-data .data .thesis.list p {
    width: auto;
    padding-left: 60px;
  }
}

.main-data .data .thesis.list h3 {
  vertical-align: middle;
  width: auto;
  display: inline-block;
}

.main-data .data .thesis.list h3.icon {
  background-position: 0;
  background-size: 40px;
  min-height: 40px;
  padding-left: 70px;
  display: table;
}

.main-data .data .thesis.list h3.icon span {
  vertical-align: middle;
  display: table-cell;
}

@media only screen and (width <= 660px) {
  .main-data .data .thesis.list h3.icon {
    padding-left: 60px;
    font-weight: 400;
    line-height: 1.2em;
  }
}

.main-data .data .thesis.list img {
  vertical-align: middle;
  width: 40px;
  height: 40px;
  margin-bottom: 0;
  margin-right: 30px;
  display: inline-block;
}

@media only screen and (width <= 660px) {
  .main-data .data .thesis.list img {
    margin-bottom: 20px;
    margin-right: 20px;
  }

  .main-data .data .thesis.center h3, .main-data .data .thesis.center p, .main-data .data .thesis.left h3, .main-data .data .thesis.left p, .main-data .data .thesis.right h3, .main-data .data .thesis.right p {
    float: none;
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }

  .main-data .data .thesis img {
    float: none;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 20px;
  }
}

.main-data .data .map.map-1 {
  height: 220px;
  margin: 40px 0 40px -60px;
  position: relative;
}

.main-data .data .map.map-1 .background {
  background-size: 100% 100%;
  width: 512px;
  height: 191px;
  position: absolute;
  bottom: 30px;
}

.main-data .data .map.map-1 .plan-1, .main-data .data .map.map-1 .plan-2, .main-data .data .map.map-1 .plan-3 {
  background-size: 100% 100%;
  position: absolute;
}

.main-data .data .map.map-2, .main-data .data .map.map-3, .main-data .data .map.map-4 {
  height: 220px;
  margin: 40px 0 40px -60px;
  position: relative;
}

.what_we_can {
  background: #f5f6f6;
  padding-bottom: 0;
  overflow: hidden;
}

@media only screen and (width <= 660px) {
  .what_we_can {
    padding-bottom: 60px;
  }
}

.what_we_can .container {
  height: 100%;
  position: relative;
}

.what_we_can h2, .what_we_can h4 {
  text-align: center;
  margin: 0 0 25px;
}

.what_we_can h4 {
  font-size: 16px;
  font-weight: 400;
}

.what_we_can h2 {
  margin-bottom: 40px;
}

.what_we_can .demonstation {
  box-sizing: border-box;
  text-align: center;
  width: 100%;
  padding: 0 200px;
  font-size: 0;
  position: relative;
  bottom: 0;
}

@media only screen and (width <= 1280px) {
  .what_we_can .demonstation {
    padding: 0;
  }
}

@media only screen and (width <= 660px) {
  .what_we_can .demonstation {
    height: auto;
    padding: 0;
  }
}

.what_we_can .demonstation .viewport {
  z-index: 20;
  background: #f5f6f6;
  width: 725px;
  height: 525px;
  display: inline-block;
  position: relative;
  overflow: hidden;
  box-shadow: 0 30px 10px 10px #0000001a;
}

@media only screen and (width <= 1280px) {
  .what_we_can .demonstation .viewport {
    width: 100%;
  }
}

@media only screen and (width <= 660px) {
  .what_we_can .demonstation .viewport {
    display: none;
  }
}

.what_we_can .demonstation .viewport .slide {
  width: 100%;
  height: 100%;
}

.what_we_can .demonstation .viewport .slide img {
  opacity: 0;
  -o-transition: all .3s;
  min-width: 100%;
  min-height: 100%;
  transition: all .3s;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.what_we_can .demonstation .viewport .slide.active img {
  opacity: 1;
}

.what_we_can .demonstation .left-nav, .what_we_can .demonstation .right-nav {
  text-align: left;
  box-sizing: border-box;
  width: 200px;
  position: absolute;
  top: 0;
}

@media only screen and (width <= 1280px) {
  .what_we_can .demonstation .left-nav, .what_we_can .demonstation .right-nav {
    float: left;
    width: 50%;
    margin-bottom: 50px;
    position: relative;
    left: initial !important;
    right: initial !important;
  }
}

@media only screen and (width <= 660px) {
  .what_we_can .demonstation .left-nav, .what_we_can .demonstation .right-nav {
    width: 100%;
    margin-bottom: 0;
  }
}

.what_we_can .demonstation .left-nav {
  left: 0;
}

.what_we_can .demonstation .left-nav .caption {
  padding-right: 70px;
}

.what_we_can .demonstation .left-nav .caption .icon {
  right: 0;
}

@media only screen and (width <= 1280px) {
  .what_we_can .demonstation .left-nav .caption {
    padding-left: 70px;
  }

  .what_we_can .demonstation .left-nav .caption .icon {
    left: 0;
    right: initial;
  }
}

.what_we_can .demonstation .right-nav {
  right: 0;
}

.what_we_can .demonstation .right-nav .caption {
  padding-left: 70px;
}

.what_we_can .demonstation .right-nav .caption .icon {
  left: 0;
}

.what_we_can .demonstation .right-nav .caption .icon:before {
  left: initial;
  right: 50px;
}

.what_we_can .demonstation .nav-element {
  color: #181818;
  opacity: .6;
  -o-transition: opacity .3s;
  cursor: pointer;
  margin-top: 60px;
  font-size: 15px;
  font-weight: 300;
  transition: opacity .3s;
}

@media only screen and (width <= 1280px) {
  .what_we_can .demonstation .nav-element {
    float: left;
    box-sizing: border-box;
    width: 210px;
    padding-right: 10px;
  }
}

@media only screen and (width <= 660px) {
  .what_we_can .demonstation .nav-element {
    opacity: 1;
    text-align: center;
    width: 100%;
    padding: 0;
  }
}

.what_we_can .demonstation .nav-element.active, .what_we_can .demonstation .nav-element.active:hover {
  opacity: 1;
}

.what_we_can .demonstation .nav-element.active .caption .icon:before {
  background: #c6c7cb;
  width: 250%;
}

.what_we_can .demonstation .nav-element.active .caption .icon.logistic:before {
  background: #4c9ee2;
}

.what_we_can .demonstation .nav-element.active .caption .icon.sales:before {
  background: #ea6d53;
}

.what_we_can .demonstation .nav-element.active .caption .icon.delivery:before {
  background: #abd26a;
}

.what_we_can .demonstation .nav-element.active .mobile-img {
  height: 205px;
  box-shadow: 0 8px 10px 10px #0000001a;
}

.what_we_can .demonstation .nav-element:hover {
  opacity: .8;
}

.what_we_can .demonstation .nav-element .icon {
  z-index: 10;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 50px;
  width: 50px;
  height: 50px;
  display: inline-block;
  position: absolute;
  top: 0;
}

@media only screen and (width <= 660px) {
  .what_we_can .demonstation .nav-element .icon {
    width: 100%;
    margin-bottom: 20px;
    position: relative;
  }
}

.what_we_can .demonstation .nav-element .icon:before {
  content: "";
  z-index: 9;
  -o-transition: width .3s;
  width: 0;
  height: 3px;
  transition: width .3s;
  position: absolute;
  top: 25px;
  left: 50px;
}

@media only screen and (width <= 1280px) {
  .what_we_can .demonstation .nav-element .icon:before {
    display: none;
  }
}

.what_we_can .demonstation .nav-element .mobile-img {
  -o-transition: height .3s;
  width: 100%;
  height: 0;
  margin-bottom: 15px;
  transition: height .3s;
  overflow: hidden;
}

.what_we_can .demonstation .nav-element .mobile-img img {
  width: 100%;
  min-height: 100%;
}

.what_we_can .demonstation .nav-element .caption {
  box-sizing: border-box;
  width: 100%;
  min-height: 50px;
  margin-bottom: 15px;
  padding-top: 10px;
  font-size: 19px;
  font-weight: 500;
  position: relative;
}

@media only screen and (width <= 660px) {
  .what_we_can .demonstation .nav-element .caption {
    padding: 0;
  }
}

.what_we_can .demonstation .nav-element .inner {
  width: 200px;
  line-height: 18px;
}

@media only screen and (width <= 660px) {
  .what_we_can .demonstation .nav-element .inner {
    width: 100%;
    padding: 0;
  }
}

.choice-block {
  height: 960px;
}

@media only screen and (width <= 660px) {
  .choice-block {
    display: none;
  }
}

.choice-block .container {
  height: 100%;
  position: relative;
}

.choice-block .splitter {
  -o-transition: all .3s;
  background: #ea6d53;
  width: 4px;
  margin-left: -2px;
  transition: all .3s;
  position: absolute;
  top: 72px;
  bottom: 72px;
  left: 50%;
  transform: rotateZ(10deg);
}

.choice-block .slide-block {
  text-align: center;
  -o-transition: all .3s;
  width: 50%;
  transition: all .3s;
  position: absolute;
  top: 50px;
}

.choice-block .slide-block.left {
  left: 0;
}

.choice-block .slide-block.left .cards {
  white-space: nowrap;
  -o-transition: opacity .3s;
  height: 450px;
  transition: opacity .3s;
}

.choice-block .slide-block.left .image {
  -o-transition: all .3s;
  width: 280px;
  margin-right: 15px;
  transition: all .3s;
  display: inline-block;
  position: relative;
}

.choice-block .slide-block.left .image:last-child {
  margin-right: none;
}

.choice-block .slide-block.left .choose-theme {
  opacity: 0;
  -o-transition: opacity .3s;
  width: 600px;
  padding: 0 40px;
  transition: opacity .3s;
  display: inline-block;
}

.choice-block .slide-block.left .choose-theme .theme-names {
  width: 100%;
  height: 50px;
  margin-bottom: 20px;
}

.choice-block .slide-block.left .choose-theme .theme-names span {
  opacity: 0;
  color: #fff;
  font-size: 35px;
  font-weight: 300;
  position: absolute;
  left: 0;
  right: 0;
}

.choice-block .slide-block.left .choose-theme .theme-names span.active {
  opacity: 1;
}

.choice-block .slide-block.left .choose-theme button {
  color: #222;
  -o-transition: all .1s ease;
  cursor: pointer;
  background: #fff;
  border: 1px solid #fff6;
  border-radius: 4px;
  width: 320px;
  padding: 10px 5px;
  font-size: 17px;
  font-weight: 300;
  text-decoration: none;
  transition: all .1s;
  display: inline-block;
}

.choice-block .slide-block.left .choose-theme button:hover {
  color: #fff;
  background: none;
}

.choice-block .slide-block.right {
  right: 0;
}

.choice-block .slide-block.right .cards {
  position: relative;
}

.choice-block .slide-block.right .cards > div {
  opacity: 0;
  -o-transition: all .3s;
  transition: all .3s;
  position: absolute;
  top: 0;
  left: 0;
}

.choice-block .slide-block.right .cards > div.adding {
  opacity: 1;
  display: inline-block;
  position: relative;
}

.choice-block .slide-block.right .cards > div.adding .caption {
  opacity: 0;
}

.choice-block h4 {
  cursor: pointer;
  color: #fff;
  border-bottom: 1px dotted #d75a41;
  margin: 55px 0 25px;
  font-size: 27px;
  font-weight: 300;
  display: inline-block;
}

.choice-block .text {
  color: #fefefe;
  -o-transition: opacity .3s;
  margin-bottom: 40px;
  font-weight: 300;
  transition: opacity .3s;
}

.choice-block.leftHover .splitter {
  left: 80%;
}

.choice-block.leftHover .slide-block.left {
  width: 80%;
}

.choice-block.leftHover .slide-block.left .choose-theme {
  opacity: 1;
}

.choice-block.leftHover .slide-block.left .image {
  transform: translate3d(0, 0, 0) !important;
}

.choice-block.leftHover .slide-block.right {
  width: 30%;
  right: -10%;
}

.choice-block.leftHover .slide-block.right .text {
  opacity: 0;
}

.choice-block.rightHover .splitter {
  left: 20%;
}

.choice-block.rightHover .slide-block.left {
  width: 30%;
  left: -10%;
}

.choice-block.rightHover .slide-block.left .text, .choice-block.rightHover .slide-block.left .cards {
  opacity: 0;
}

.choice-block.rightHover .slide-block.right {
  width: 80%;
}

.choice-block.rightHover .slide-block.right .cards > div {
  opacity: 1;
}

section.quote {
  text-align: center;
  background: #fff;
}

section.quote .quote-text {
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 40px;
  padding: 0 15%;
  font-size: 23px;
  font-weight: 300;
  line-height: 32px;
  display: inline-block;
  position: relative;
}

@media only screen and (width <= 1280px) {
  section.quote .quote-text {
    font-size: 21px;
    line-height: 29px;
  }
}

@media only screen and (width <= 660px) {
  section.quote .quote-text {
    width: 100%;
  }
}

section.quote .quote-person .name {
  margin-right: 2px;
  font-size: 19px;
  font-weight: 500;
}

section.quote .quote-person .job {
  color: #797979;
  font-size: 14px;
  font-weight: 300;
}

section.quote .quote-person .job a {
  color: #f56e5a;
  text-decoration: none;
}

section.quote .quote-person .job a:hover {
  color: #181818;
}

@media only screen and (width <= 660px) {
  section.quote .quote-person .name {
    display: block;
  }

  section.quote .quote-person .dash {
    display: none;
  }
}

section.all-stuff {
  background: #e8e8e8;
  font-weight: 300;
}

@media only screen and (width <= 660px) {
  section.all-stuff {
    text-align: center;
    padding: 20px 0;
  }
}

section.all-stuff .container {
  padding: 0 160px;
}

@media only screen and (width <= 1280px) {
  section.all-stuff .container {
    padding: 0 20px;
  }
}

section.all-stuff .description {
  width: 320px;
  padding-top: 20px;
}

section.all-stuff .description p {
  font-size: 17px;
  line-height: 23px;
}

@media only screen and (width <= 660px) {
  section.all-stuff .description {
    text-align: center;
    width: 100%;
  }

  section.all-stuff .description p {
    font-size: 15px;
  }
}

section.all-stuff .caption {
  margin-bottom: 10px;
  font-size: 27px;
}

section.all-stuff .wrapper {
  width: 100%;
  height: 380px;
  position: relative;
}

@media only screen and (width <= 660px) {
  section.all-stuff .wrapper {
    height: auto;
  }
}

section.all-stuff .figures {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

@media only screen and (width <= 660px) {
  section.all-stuff .figures {
    width: 280px;
    height: 310px;
    display: inline-block;
    position: relative;
  }
}

section.all-stuff .figures > div {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  bottom: 0;
}

@media only screen and (width <= 660px) {
  section.all-stuff .figures > div {
    bottom: initial;
  }
}

section.services {
  color: #fff;
  background: #4c9ee2;
  font-weight: 300;
}

@media only screen and (width <= 660px) {
  section.services {
    padding: 50px 0;
  }
}

section.services .container {
  background-size: 182px;
  padding-left: 480px;
}

@media only screen and (width <= 1280px) {
  section.services .container {
    background-position: 0;
    padding-left: 220px;
  }
}

@media only screen and (width <= 660px) {
  section.services .container {
    text-align: center;
    background-position: top;
    padding: 220px 20px 0;
  }
}

section.services .caption {
  margin-bottom: 25px;
  font-size: 27px;
  font-weight: 300;
  line-height: 33px;
}

section.services .caption > span {
  display: block;
}

@media only screen and (width <= 1280px) {
  section.services .caption {
    font-size: 23px;
  }
}

@media only screen and (width <= 660px) {
  section.services .caption {
    font-size: 25px;
    line-height: 27px;
  }

  section.services .caption > span {
    display: inline-block;
  }
}

section.services .col {
  float: left;
  width: 230px;
  margin-bottom: 35px;
  margin-right: 35px;
  font-size: 17px;
  line-height: 23px;
}

section.services .col:last-child {
  margin-right: 0;
}

@media only screen and (width <= 1280px) {
  section.services .col {
    width: 195px;
    font-size: 15px;
    line-height: 17px;
  }
}

@media only screen and (width <= 660px) {
  section.services .col {
    width: 100%;
    font-size: 15px;
    line-height: 17px;
  }
}

section.services .col .col-title, section.services .col a {
  font-weight: 400;
}

section.services .col .col-title {
  margin-bottom: 20px;
}

section.services .col a {
  color: #fff;
  margin: 0 1px 0 2px;
  text-decoration: none;
}

section.services .all-link {
  width: 100%;
  display: inline-block;
}

section.services .all-link a {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}

section.story {
  background: center / cover no-repeat;
  font-weight: 300;
}

@media only screen and (width <= 660px) {
  section.story {
    text-align: center;
  }
}

section.story .container {
  max-width: 925px;
  position: relative;
}

section.story .logo {
  margin-bottom: 65px;
}

section.story .story-teaser {
  width: 600px;
  margin-bottom: 30px;
  font-size: 25px;
  line-height: 35px;
}

@media only screen and (width <= 1280px) {
  section.story .story-teaser {
    font-size: 21px;
  }
}

@media only screen and (width <= 660px) {
  section.story .story-teaser {
    width: auto;
    font-size: 19px;
    line-height: 23px;
  }

  section.story .story-teaser br {
    display: none;
  }
}

section.story .story-teller {
  margin-bottom: 50px;
}

section.story .story-teller .name {
  margin-right: 2px;
  font-size: 19px;
  font-weight: 500;
}

section.story .story-teller .job {
  color: #797979;
  font-size: 14px;
  font-weight: 300;
}

section.story .story-teller .job a {
  color: #f56e5a;
  text-decoration: none;
}

section.story .story-teller .job a:hover {
  color: #181818;
}

@media only screen and (width <= 660px) {
  section.story .story-teller .name {
    display: block;
  }

  section.story .story-teller .dash {
    display: none;
  }
}

section.story .story-button .btn {
  color: #e85d40;
  -o-transition: all .1s ease;
  cursor: pointer;
  border: 1px solid #fff6;
  border: unset;
  text-align: center;
  background: none;
  border-radius: 10px;
  width: 190px;
  padding: 10px 5px;
  font-size: 17px;
  font-weight: 600;
  line-height: 26px;
  text-decoration: none;
  transition: all .1s;
  display: inline-block;
}

section.story .story-button .btn:hover {
  background: #e85d41;
}

@media only screen and (width <= 660px) {
  section.story .story-button .btn {
    width: 300px;
  }
}

section.story .story-button .btn:hover {
  color: #fff;
  background: #ea6d53;
}

section.story .story-person {
  background: bottom / contain no-repeat;
  width: 354px;
  height: 644px;
  position: absolute;
  bottom: -115px;
  right: -35px;
}

@media only screen and (width <= 1280px) {
  section.story .story-person {
    width: 300px;
    height: 455px;
  }
}

@media only screen and (width <= 660px) {
  section.story .story-person {
    display: none;
  }
}

section.story .mobile-visible {
  margin-bottom: 20px;
}

section.story .mobile-visible img {
  width: 160px;
}

section.investement {
  background: #f5f5f6;
}

@media only screen and (width <= 660px) {
  section.investement {
    padding: 50px 0;
    display: block;
  }
}

section.investement .container {
  overflow: hidden;
}

section.investement .reasons {
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 150px;
  margin-bottom: 30px;
  overflow: hidden;
}

section.investement .reasons:after {
  content: "";
  clear: both;
  display: block;
}

@media only screen and (width <= 660px) {
  section.investement .reasons {
    text-align: center;
  }
}

section.investement .reasons .reason {
  float: left;
  text-align: center;
  box-sizing: border-box;
  width: 404px;
  padding: 0 20px;
  font-size: 15px;
  font-weight: 300;
  position: relative;
}

@media only screen and (width <= 1280px) {
  section.investement .reasons .reason {
    width: 285px;
  }
}

@media only screen and (width <= 660px) {
  section.investement .reasons .reason {
    float: none;
    width: 100%;
    margin-bottom: 20px;
    display: inline-block;
  }

  section.investement .reasons .reason:before {
    z-index: 1;
    width: 60px;
    height: 60px;
    margin-top: -30px;
    position: absolute;
    top: 100px;
    right: 0;
  }

  section.investement .reasons .reason:after {
    content: "";
    background: #ccc;
    width: 2px;
    height: 500%;
    position: absolute;
    top: 100px;
    right: 0;
  }

  section.investement .reasons .reason.cash:before {
    right: initial;
    background-position: 0 0;
    left: 0;
  }

  section.investement .reasons .reason.cash:after {
    right: initial;
    left: 0;
  }
}

section.investement .reasons .reason .reason-title {
  margin-bottom: 15px;
  font-size: 27px;
}

@media only screen and (width <= 1280px) {
  section.investement .reasons .reason .reason-title {
    font-size: 23px;
  }
}

@media only screen and (width <= 660px) {
  section.investement .reasons .reason .reason-title {
    font-size: 25px;
  }
}

section.investement .reasons .reason > span {
  display: block;
}

@media only screen and (width <= 660px) {
  section.investement .reasons .reason > span {
    display: inline-block;
  }
}

section.investement .curly-brace {
  height: 86px;
  margin-bottom: 50px;
  position: relative;
  overflow: hidden;
}

section.investement .curly-brace:after {
  content: "";
  background: #ccc;
  width: 100%;
  height: 2px;
  position: absolute;
  top: 58px;
}

section.investement .curly-brace .middle {
  z-index: 1;
  background-position: 50% -136px;
  width: 166px;
  height: 28px;
  margin-left: -82px;
  position: absolute;
  bottom: 0;
  left: 50%;
}

section.investement .curly-brace .left-corner {
  z-index: 1;
  width: 60px;
  height: 65px;
  position: absolute;
  top: 0;
  left: 0;
}

section.investement .curly-brace .right-corner {
  z-index: 1;
  width: 59px;
  height: 65px;
  top: 0;
  right: 0;
}

section.investement .conclusion {
  text-align: center;
}

section.investement .conclusion .heading {
  margin-bottom: 30px;
  font-family: Roboto Slab, serif;
  font-size: 45px;
  font-weight: 300;
}

@media only screen and (width <= 1280px) {
  section.investement .conclusion .heading {
    font-size: 38px;
  }
}

@media only screen and (width <= 660px) {
  section.investement .conclusion .heading {
    font-size: 32px;
  }
}

section.investement .conclusion p {
  margin: 0 0 20px;
  font-weight: 300;
}

section.investement .conclusion p.regular {
  font-weight: 400;
}

section.investement .conclusion .icon {
  height: 150px;
  margin-bottom: 0;
}

section.my-business {
  text-align: center;
  background: #e8e8e8;
  font-weight: 300;
}

section.my-business .heading {
  margin-bottom: 30px;
  font-family: Roboto Slab, serif;
  font-size: 45px;
  font-weight: 300;
}

@media only screen and (width <= 1280px) {
  section.my-business .heading {
    font-size: 38px;
  }
}

@media only screen and (width <= 660px) {
  section.my-business .heading {
    font-size: 32px;
  }
}

section.my-business p {
  margin-bottom: 40px;
  line-height: 25px;
}

section.my-business .btn-wrapper {
  -o-transition: all .3s;
  cursor: pointer;
  border-radius: 40px;
  margin: 0 10px;
  padding: 15px 30px;
  font-size: 19px;
  transition: all .3s;
  display: inline-block;
}

@media only screen and (width <= 660px) {
  section.my-business .btn-wrapper {
    padding: 15px;
    font-size: 17px;
    display: block;
  }
}

section.my-business .btn-wrapper span {
  vertical-align: top;
  margin-bottom: -3px;
  padding-bottom: 3px;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

section.my-business .btn-wrapper span:after {
  content: "·····························································";
  color: #f56e5a;
  -o-transition: color .3s;
  width: 100%;
  font-size: 29px;
  line-height: 0;
  transition: color .3s;
  position: absolute;
  bottom: 0;
  left: 0;
}

section.my-business .btn-wrapper:hover {
  background: #fff;
}

section.my-business .btn-wrapper:hover span:after {
  color: #0000;
}

section.start, section.pre-start {
  text-align: center;
  background: #fff;
  font-weight: 300;
}

section.start h2, section.pre-start h2 {
  text-align: center;
  margin: 0 0 30px;
}

section.start p, section.pre-start p {
  margin-bottom: 40px;
  font-size: 16px;
}

@media only screen and (width <= 1280px) {
  section.start p, section.pre-start p {
    font-size: 14px;
  }
}

section.start .btn, section.pre-start .btn, section.table-of-rates .btn {
  color: #fff;
  -o-transition: all .1s ease;
  cursor: pointer;
  border: 1px solid #fff6;
  border: unset;
  box-sizing: border-box;
  background: #f56e5a;
  border-width: 3px;
  border-radius: 10px;
  width: auto;
  padding: 10px 32px;
  font-size: 23px;
  font-weight: 600;
  line-height: 34px;
  text-decoration: none;
  transition: all .1s;
  display: inline-block;
}

section.start .btn:hover, section.pre-start .btn:hover, section.table-of-rates .btn:hover {
  background: #e85d41;
}

@media only screen and (width <= 660px) {
  section.start .btn, section.pre-start .btn, section.table-of-rates .btn {
    width: 300px;
  }
}

section.start .btn span, section.pre-start .btn span, section.table-of-rates .btn span {
  margin-right: 5px;
}

@media only screen and (width <= 1280px) {
  section.start .btn, section.pre-start .btn, section.table-of-rates .btn {
    font-size: 21px;
    line-height: 26px;
  }
}

section.start .btn, section.pre-start .btn {
  width: 560px;
}

@media only screen and (width <= 660px) {
  section.start .btn, section.pre-start .btn {
    width: 250px;
  }
}

section.table-of-rates .btn {
  padding: 8px 25px;
  font-size: 18px;
}

section.pre-start {
  background: #f5f6f6;
}

.table-of-rates {
  font-weight: 300;
}

@media only screen and (width <= 660px) {
  .table-of-rates .rates {
    white-space: normal;
    flex-direction: column;
    max-width: 360px;
    margin: 0 auto;
  }
}

.table-of-rates .rate.big {
  transition: all .2s ease-in;
}

.table-of-rates .rate.big .description > .mark > div {
  font-size: 14px;
}

.table-of-rates .rates {
  text-align: center;
  justify-content: space-between;
  transition: transform .2s ease-out;
  display: flex;
}

@media only screen and (width >= 1280px) {
  .table-of-rates .rates {
    white-space: nowrap;
  }
}

@media only screen and (width <= 1280px) {
  .table-of-rates .rates {
    white-space: nowrap;
  }
}

@media only screen and (width <= 660px) {
  .table-of-rates .rates {
    white-space: normal;
  }
}

.table-of-rates .rates.big {
  transform: translateX(-600px);
}

@media only screen and (width >= 1280px) {
  .table-of-rates .rates.big {
    transform: translateX(-780px);
  }
}

.table-of-rates .rates.big .rate.small {
  opacity: .3;
}

.table-of-rates .rates.big .rate.small .btn {
  background: silver;
  border-color: silver;
}

.table-of-rates .rates.big .rate.small.special .card {
  border: 1px solid #ccc;
}

.table-of-rates .rates.big .rate.big .card {
  border: 2px solid #e85d40;
}

.table-of-rates .rates.big h4 {
  margin: 10px 0;
  font-weight: 400;
}

.table-of-rates .rates.big p {
  margin: 10px 0 20px;
}

.table-of-rates .rates.big p span {
  margin-right: 10px;
}

.table-of-rates .rates.big p span:before {
  content: "•";
  margin-right: 5px;
}

.table-of-rates .rates.current {
  display: block;
}

.table-of-rates .tabs {
  text-align: center;
  padding-bottom: 40px;
}

@media only screen and (width <= 660px) {
  .table-of-rates .tabs {
    display: none;
  }
}

.table-of-rates .tabs h3 {
  cursor: pointer;
  border-bottom: 1px solid #000;
  margin: 0;
  font-family: Roboto Slab, serif;
  font-size: 25px;
  font-weight: 200;
  line-height: 23px;
  text-decoration: none;
  display: inline-block;
}

@media only screen and (width <= 660px) {
  .table-of-rates .tabs h3 {
    margin-bottom: 20px;
  }
}

.table-of-rates .tabs h3:first-child {
  margin-right: 20px;
}

.table-of-rates .tabs h3.current {
  cursor: default;
  border-bottom: none;
  font-size: 24.5px;
  font-weight: 400;
  text-decoration: none;
}

.table-of-rates .tooltip-toggler {
  color: #999;
  text-align: center;
  cursor: pointer;
  background: #e2e2e2;
  border-radius: 12px;
  width: 24px;
  height: 24px;
  font-size: 15px;
  line-height: 26px;
  display: inline-block;
}

.table-of-rates .rate {
  white-space: normal;
  vertical-align: text-top;
  width: 350px;
  transition: all .3s ease-in .1s;
  display: inline-block;
  position: relative;
}

.table-of-rates .rate .btn {
  transition: all .3s ease-in .1s;
}

@media only screen and (width <= 1280px) {
  .table-of-rates .rate {
    width: 260px;
    margin-right: 40px;
  }
}

@media only screen and (width <= 660px) {
  .table-of-rates .rate {
    width: 100%;
  }
}

.table-of-rates .rate:last-child {
  margin: 0;
}

.table-of-rates .rate .card {
  box-sizing: border-box;
  text-align: center;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 10px;
  width: 100%;
  margin-bottom: 25px;
  padding: 0 0 40px;
  position: relative;
  overflow: hidden;
}

@media only screen and (width <= 660px) {
  .table-of-rates .rate .card {
    height: auto;
  }
}

.table-of-rates .rate .card.red-text, .table-of-rates .rate .card.red-text .teaser {
  color: #f56e5a;
}

.table-of-rates .rate .card .top {
  width: 100%;
  display: block;
}

.table-of-rates .rate .card .top .container {
  vertical-align: middle;
  width: 100%;
  height: 100px;
  padding-top: 32px;
  display: block;
}

.table-of-rates .rate .card .top .container .name {
  margin-bottom: 7px;
  font-size: 22px;
}

@media only screen and (width <= 1280px) {
  .table-of-rates .rate .card .top .container .name {
    font-size: 19px;
  }
}

.table-of-rates .rate .card .top .container .teaser {
  color: #797979;
  font-size: 13px;
}

@media only screen and (width <= 1280px) {
  .table-of-rates .rate .card .top .container .teaser {
    font-size: 12px;
  }
}

.table-of-rates .rate .card .bottom {
  margin: 0 0 40px;
}

.table-of-rates .rate .card .bottom:before {
  content: "···············································";
  color: #e2e2e2;
  margin-top: -25px;
  font-size: 55px;
}

@media only screen and (width <= 660px) {
  .table-of-rates .rate .card .bottom:before {
    margin-top: -15px;
  }

  .table-of-rates .rate .card .bottom {
    bottom: initial;
    padding: 0;
    position: relative;
  }
}

.table-of-rates .rate .card .bottom.month .old-cost, .table-of-rates .rate .card .bottom.month .per-month-cost {
  display: none;
}

.table-of-rates .rate .card .old-cost {
  margin-bottom: 10px;
  text-decoration: line-through;
}

.table-of-rates .rate .card .cost {
  margin-bottom: 10px;
  font-size: 28px;
  font-weight: 400;
}

@media only screen and (width <= 660px) {
  .table-of-rates .rate .card .cost {
    display: inline-block;
  }
}

.table-of-rates .rate .card .units {
  font-size: 21px;
}

@media only screen and (width <= 660px) {
  .table-of-rates .rate .card .units {
    display: inline-block;
  }
}

.table-of-rates .rate .description {
  text-align: center;
}

.table-of-rates .rate .description > .mark {
  text-align: center;
  margin-bottom: 40px;
  padding: 0 30px;
  font-size: 16px;
  line-height: 20px;
}

.table-of-rates .rate .description > .mark > div {
  margin-bottom: 10px;
}

.table-of-rates .rate .description .group {
  margin-bottom: 50px;
}

.table-of-rates .rate .description .group .title {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: normal;
}

.table-of-rates .rate .description .group .item {
  margin-bottom: 10px;
  padding: 0 30px;
  font-size: 15px;
  font-weight: 400;
}

@media only screen and (width <= 1280px) {
  .table-of-rates .rate .description .group .item {
    font-size: 13px;
  }
}

.table-of-rates .rate .description .group .item.muted {
  color: #ccc;
  font-weight: 200;
  text-decoration: line-through;
}

.table-of-rates .rate .description .group .item.muted span {
  color: #999;
}

.table-of-rates .rate .description .group .item.mark {
  font-weight: 400;
}

.table-of-rates .rate .description .group .item .small {
  margin-bottom: 7px;
  font-size: 12px;
  text-decoration: none;
  display: inline-block;
}

.table-of-rates .rate .description .additional {
  -o-transition: all .3s;
  border: 1px dashed #0000;
  max-height: 0;
  transition: all .3s;
  overflow: hidden;
}

.table-of-rates .rate .description .additional div {
  margin-bottom: 20px;
  font-size: 15px;
}

@media only screen and (width <= 660px) {
  .table-of-rates .rate .description .additional {
    max-height: initial;
    border: none;
  }

  .table-of-rates .rate .description {
    margin-bottom: 100px;
  }
}

.table-of-rates .rate.special:before {
  content: "";
  z-index: 2;
  background: url("../../img/leaf.2880fbe4.png") center no-repeat;
  width: 43px;
  height: 33px;
  position: absolute;
  top: -15px;
  left: 15px;
}

@media (-moz-device-pixel-ratio >= 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-device-pixel-ratio >= 1.3), (min-device-pixel-ratio: 1.3), (resolution >= 1.3x) {
  .table-of-rates .rate.special:before {
    background-image: url("../../img/leaf_2x.b04bb9e9.png");
    background-size: 43px 33px;
  }
}

.table-of-rates .rate.special .card {
  border: 2px solid #f56e5a;
  border-radius: 10px;
}

.table-of-rates .all-rate {
  text-align: center;
  width: 100%;
  display: inline-block;
  position: relative;
}

.table-of-rates .all-rate:before {
  content: "";
  border-bottom: 1px dashed #ccc;
  width: 100%;
  position: absolute;
  top: 9px;
  left: 0;
}

.table-of-rates .all-rate a {
  color: #181818;
  background: #fff;
  padding: 0 10px;
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
  position: relative;
}

.table-of-rates .all-rate a .detailed {
  display: none;
}

.table-of-rates .all-rate a:after {
  content: "↓";
  vertical-align: top;
  font-size: 28px;
  font-weight: 300;
  line-height: 21px;
  display: inline-block;
}

section.questions {
  background: #f5f6f6;
  font-size: 15px;
}

section.questions .container {
  max-width: 900px;
}

@media only screen and (width >= 1280px) {
  section.questions .container {
    max-width: 1000px;
  }
}

section.questions h1 {
  text-align: center;
  margin: 0 0 30px;
}

section.questions .col {
  float: left;
  box-sizing: border-box;
  width: 50%;
  padding-right: 20px;
}

@media only screen and (width <= 660px) {
  section.questions .col {
    width: 100%;
    padding: 0 0 20px;
  }
}

section.questions .block {
  margin: 0 0 40px;
}

section.questions .block a {
  color: #181818;
  border-bottom: 1px solid #f56e5a;
  font-weight: 400;
  text-decoration: none;
}

section.questions .block a:hover {
  color: #e85d40;
  border: none;
}

section.questions .question {
  width: 300px;
  margin: 0 0 10px;
  font-weight: 500;
}

@media only screen and (width >= 1280px) {
  section.questions .question {
    width: 380px;
  }
}

@media only screen and (width <= 660px) {
  section.questions .question {
    width: 100%;
  }
}

section.questions .answer {
  width: 370px;
  line-height: 23px;
}

@media only screen and (width >= 1280px) {
  section.questions .answer {
    width: 430px;
  }
}

@media only screen and (width <= 660px) {
  section.questions .answer {
    width: 100%;
  }
}

section.stats {
  background: #e2e2e2;
}

@media only screen and (width <= 660px) {
  section.stats {
    text-align: center;
  }
}

section.stats .container {
  max-width: 960px;
}

section.stats .stat {
  float: left;
  text-align: center;
  width: 190px;
  margin-right: 40px;
}

@media only screen and (width <= 660px) {
  section.stats .stat {
    float: none;
    margin: 0 0 20px;
    display: inline-block;
  }
}

section.stats .stat:last-child {
  margin-right: none;
}

section.stats .stat .value {
  background: #f5f6f6;
  border-radius: 60px;
  width: 120px;
  height: 120px;
  margin-bottom: 30px;
  font-family: Roboto Slab, serif;
  font-size: 45px;
  font-weight: 300;
  line-height: 120px;
  display: inline-block;
}

@media only screen and (width <= 1280px) {
  section.stats .stat .value {
    font-size: 38px;
  }
}

@media only screen and (width <= 660px) {
  section.stats .stat .value {
    font-size: 32px;
  }
}

section.stats .stat .label {
  font-size: 17px;
  font-weight: 400;
}

section.client {
  background: #fff;
}

section.client .container {
  max-width: 1000px;
}

section.client h4 {
  margin: 0 0 15px;
  font-size: 21px;
  font-weight: 400;
}

section.client .left-col {
  float: left;
  box-sizing: border-box;
  background: #f5f6f6;
  width: 300px;
  margin-right: 40px;
  padding: 20px 30px 30px;
}

@media only screen and (width <= 660px) {
  section.client .left-col {
    float: none;
    width: 100%;
    margin: 0 0 20px;
  }
}

section.client .left-col h4 {
  color: #797979;
  margin-top: 20px;
  margin-bottom: 0;
  font-weight: 300;
}

section.client .left-col p {
  color: #797979;
  font-size: 14px;
  font-weight: 300;
  line-height: 23px;
}

section.client .left-col span.city {
  margin-top: 10px;
  font-size: 21px;
  font-weight: 300;
  display: inline-block;
}

section.client .content {
  padding-left: 350px;
}

@media only screen and (width <= 660px) {
  section.client .content {
    padding: 0;
  }
}

section.client .content > div {
  margin-bottom: 45px;
}

section.client .content p {
  font-size: 17px;
  font-weight: 300;
  line-height: 25px;
}

section.client .content a:hover {
  color: #e85d40;
}

section.client blockquote {
  margin: 30px 0;
  font-size: 25px;
  font-weight: 300;
  line-height: 35px;
  position: relative;
}

section.client blockquote:before, section.client blockquote:after {
  color: #f56e5a;
  font-family: Roboto Slab, serif;
  font-size: 60px;
  font-weight: 300;
}

section.client blockquote:before {
  content: "«";
  vertical-align: top;
  margin-right: 10px;
  line-height: .3;
  display: inline-block;
}

section.client blockquote:after {
  content: "»";
  vertical-align: top;
  margin-top: 10px;
  margin-left: 10px;
  line-height: 0;
  display: inline-block;
}

.tooltipster-default {
  background-color: #e2e2e2;
  border: none;
  width: 186px;
}

.tooltipster-default .tooltipster-content {
  color: #797979;
  padding: 15px 10px;
  font-family: Geometria, sans-serif;
  font-size: 13px;
  font-weight: 300;
}

.tooltipster-arrow-border {
  display: none;
}

.tooltipster-arrow-top span, .tooltipster-arrow-bottom span {
  border-color: #e2e2e2;
}

.period-tabs {
  z-index: 99;
  background: #fff;
  justify-content: center;
  gap: 20px;
  margin-bottom: 65px;
  font-size: 25px;
  transition: all .2s ease-in-out;
  display: flex;
}

.period-tabs.fixed {
  width: 100%;
  margin: 0 auto;
  padding: 45px;
  position: fixed;
  top: 0;
  left: -45px;
}

@media only screen and (width <= 660px) {
  .period-tabs.fixed {
    padding: 25px;
    left: -25px;
  }
}

.period-tabs .tab {
  cursor: pointer;
  position: relative;
}

@media only screen and (width <= 660px) {
  .period-tabs .tab {
    justify-content: center;
    gap: 5px;
    font-size: 16px;
    display: flex;
  }
}

.period-tabs .tab .percent {
  white-space: nowrap;
  color: #e85d41;
  position: absolute;
  top: -35px;
}

@media only screen and (width <= 660px) {
  .period-tabs .tab .percent {
    top: unset;
    position: relative;
  }
}

.period-tabs .tab.current {
  border-bottom: 2px solid #f56e5a;
  font-weight: 500;
}

.attempt {
  text-align: center;
  color: #fff;
  background: url("../../img/bg-13.c28c1dfc.png") 0 0 / cover no-repeat;
  border-radius: 20px;
  margin: 0 0 120px;
  padding: 89px 10%;
  font: 400 26px / 1.38 Montserrat, Verdana, sans-serif;
  overflow: hidden;
}

.attempt p {
  margin: 0 0 42px;
}

@media only screen and (width <= 660px) {
  .attempt p {
    margin: 0 0 29px;
    font-size: 20px;
  }

  .attempt {
    margin: 0 0 60px;
  }
}

@media only screen and (width <= 1280px) {
  .attempt {
    padding: 60px 5%;
  }
}

@media only screen and (width <= 660px) {
  .attempt br:first-child {
    display: none;
  }
}

.attempt .title {
  margin: 0 0 41px;
  font-size: 48px;
  font-weight: 600;
  line-height: 1.28;
  display: block;
}

@media only screen and (width <= 660px) {
  .attempt .title {
    margin: 0 0 32px;
    font-size: 36px;
  }
}

.btn-white {
  color: #181818;
  background: #fff;
  border-radius: 10px;
  max-width: 440px;
  margin: 0 auto 2px;
  padding: 16px 10px;
  font-size: 26px;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  display: block;
}

@media only screen and (width <= 660px) {
  .btn-white {
    padding: 17px 10px;
    font-size: 14px;
  }
}

.btn-white:hover {
  opacity: .8;
}

.sub-nav {
  margin: 0 0 10px;
  font-size: 0;
  line-height: 0;
}

@media only screen and (width <= 1280px) {
  .sub-nav {
    margin: 0;
    padding: 0 20px;
  }
}

.sub-nav .holder-block {
  vertical-align: top;
  width: 17%;
  margin: 0 0 40px;
  padding: 0 30px 0 0;
  font-size: 14px;
  line-height: 20px;
  display: inline-block;
}

@media only screen and (width <= 1280px) {
  .sub-nav .holder-block {
    width: 50%;
    margin: 0 0 30px;
    padding: 0;
  }
}

.sub-nav .holder-block:last-child {
  width: 32%;
}

@media only screen and (width <= 1280px) {
  .sub-nav .holder-block:last-child {
    width: 100%;
  }
}

.sub-nav .holder-block li span {
  line-height: 1.7em;
}

.sub-nav .title {
  margin: 0 0 40px;
  font-weight: 700;
  display: block;
}

@media only screen and (width <= 1280px) {
  .sub-nav .title {
    margin: 0 0 20px;
  }
}

.sub-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.sub-nav ul li {
  margin: 0 0 10px;
}

.sub-nav ul a {
  text-decoration: none;
}

.sub-nav ul a:hover {
  color: #e85d41;
}

.sub-nav p {
  margin: 0 0 20px;
  font-size: 26px;
  line-height: 36px;
}

@media only screen and (width <= 1280px) {
  .sub-nav p {
    font-size: 20px;
    line-height: 1.38;
  }
}

.sub-nav p a {
  vertical-align: top;
  text-decoration: none;
  display: inline-block;
}

.sub-nav p a:hover {
  color: #e85d41;
}

.read-more {
  vertical-align: top;
  color: #181818;
  margin: 0 0 10px;
  padding: 0 56px 0 0;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

.read-more:before {
  content: "";
  background: url("../../img/svg-9.65a066ef.svg") no-repeat;
  width: 42px;
  height: 13px;
  margin: -6px 0 0;
  position: absolute;
  top: 50%;
  right: 0;
}

.read-more:hover {
  color: #e85d41;
}

#footer {
  position: relative;
}

#footer .holder-footer {
  background: #f1f0ec;
  padding: 60px 0;
  font-size: 0;
  line-height: 0;
}

@media only screen and (width <= 660px) {
  #footer .holder-footer {
    padding: 27px 0 8px;
  }

  #footer .holder-footer br {
    display: none;
  }
}

#footer .holder-block {
  vertical-align: top;
  flex-direction: column;
  flex: auto;
  justify-content: space-between;
  width: 23%;
  padding: 0 20px 0 0;
  font-size: 14px;
  line-height: 1.43;
  display: flex;
}

#footer .holder-block.info {
  justify-content: unset;
  flex-direction: row;
}

#footer .holder-block.social .list-social, #footer .holder-block.social .tags {
  width: 100%;
}

#footer .holder-block.social .holder-link {
  flex-wrap: wrap;
  display: flex;
}

@media only screen and (width <= 660px) {
  #footer .holder-block.social .holder-link {
    flex-wrap: nowrap;
  }

  #footer .holder-block {
    width: 100%;
    margin: 0 0 20px;
    padding: 0 0 0 20px;
    display: block;
  }

  #footer .holder-block:nth-child(2) {
    margin: 0;
    padding-top: 20px;
  }

  #footer .holder-block:nth-child(3) .holder-link {
    margin: 0;
  }

  #footer .holder-block:nth-child(4) {
    justify-content: space-between;
    display: flex;
  }

  #footer .holder-block:nth-child(4) .holder-link {
    margin: 0;
  }
}

#footer .holder-footer .container {
  flex-wrap: wrap;
  display: flex;
}

#footer .logo-f {
  width: 158px;
  height: 30px;
  margin: -6px 0 56px;
  display: block;
}

@media only screen and (width <= 660px) {
  #footer .logo-f {
    width: 234px;
    height: 60px;
    margin: 0 0 4px;
  }
}

#footer .logo-f a {
  text-indent: -9999px;
  background-image: url("../../img/svg-logo.99c32530.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 100%;
  display: block;
  overflow: hidden;
}

#footer span {
  margin: 0 0 16px;
  display: block;
}

@media only screen and (width <= 660px) {
  #footer span {
    margin: 0 0 10px;
  }
}

#footer span.credentials {
  color: #181818;
  mix-blend-mode: normal;
  opacity: .4;
  white-space: nowrap;
  margin: 0 0 0 100px;
}

@media only screen and (width <= 660px) {
  #footer span.credentials {
    margin-top: 10px;
    margin-left: 0;
  }

  #footer span.credentials br {
    display: inherit;
  }
}

#footer span.hire {
  margin-left: 267px;
}

@media only screen and (width <= 660px) {
  #footer span.hire {
    margin-top: 30px;
    margin-left: 0;
  }
}

#footer .holder-link {
  margin: 0 0 44px;
}

#footer a {
  text-decoration: none;
}

#footer a:hover {
  color: #e85d41;
}

#footer .list-social {
  justify-content: space-between;
  align-items: center;
  max-width: 184px;
  margin: 12px 0 0;
  padding: 0;
  list-style: none;
  display: flex;
}

#footer .list-social li {
  margin: 0 10px 0 0;
}

@media only screen and (width <= 660px) {
  #footer .list-social li {
    margin: 0 19px 8px 21px;
  }
}

#footer .list-social a {
  vertical-align: top;
  opacity: .4;
  display: inline-block;
}

#footer .list-social a:hover {
  opacity: 1;
}

#footer .cookie {
  z-index: 999;
  background: #fff;
  border-radius: 10px;
  max-width: 580px;
  margin: 0 0 0 -590px;
  padding: 20px 65px 20px 20px;
  font-size: 14px;
  line-height: 1.43;
  transition: transform 1s ease-in-out;
  display: none;
  position: fixed;
  bottom: 10px;
  left: 50%;
  box-shadow: 0 10px 30px #0000001a;
}

@media only screen and (width >= 1280px) {
  #footer .cookie {
    margin: 0;
    left: 10px;
  }
}

@media only screen and (width <= 660px) {
  #footer .cookie {
    max-width: 100%;
    bottom: 15px;
    left: 15px;
    right: 15px;
  }
}

#footer .cookie .cookie-icon {
  float: left;
  text-align: center;
  width: 70px;
  height: 70px;
  margin-bottom: 0;
  margin-right: 20px;
  font-size: 65px;
  line-height: 82px;
  display: inline-block;
}

@media only screen and (width <= 660px) {
  #footer .cookie .cookie-icon {
    display: none;
  }
}

#footer .cookie.hide {
  transform: translateY(2000px);
}

#footer .cookie .close-cookie {
  text-indent: -999px;
  background: url("../../img/svg-13.980c5e7c.svg") no-repeat;
  width: 25px;
  height: 25px;
  position: absolute;
  top: 24px;
  right: 17px;
  overflow: hidden;
}

#footer .cookie p {
  margin: 0;
}

#footer .cookie p a {
  color: #e85d41;
  text-decoration: none;
}
