p {
  margin-top: 30px;
  margin-bottom: 0px;
  float: none;
  font-family: 'Avenir Regular', sans-serif;
  color: #fff;
  font-size: 28px;
  line-height: 42px;
  letter-spacing: -1px;
}

.hero {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background-color: transparent;
}

.hero.services {
  position: static;
  height: 100%;
}

.hero.qua {
  height: 470px;
  background-color: #353535;
}

.body {
  height: 100%;
}

.slogan {
  position: static;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  width: 100%;
  height: 100%;
  max-width: 1240px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-right: 40px;
  padding-left: 40px;
  background-color: #fff;
}

.hero-image {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #464646;
  background-image: url('../images/home-01.jpg');
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero-image._1 {
  background-color: #464646;
  background-image: url('../images/home-03-consulting.jpg');
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero-image._2 {
  background-color: #464646;
  background-image: url('../images/home-04-offshore-company-registration.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero-image._3 {
  background-color: #464646;
  background-image: url('../images/home-05-about.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero-image._4 {
  background-color: #464646;
  background-image: url('../images/home-06-accounting.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero-image._5 {
  background-color: #464646;
  background-image: url('../images/home-07-finance-audit.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero-image._6 {
  background-color: #464646;
  background-image: url('../images/home-08-bank-account.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero-image._7 {
  background-color: #464646;
  background-image: url('../images/home-09-permit.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero-image._8 {
  background-color: #464646;
  background-image: url('../images/home-10-it-solutions.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero-image._9 {
  background-image: url('../images/home-11-faq.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero-image._10 {
  background-image: url('../images/home-logistika-01.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}.hero-image._11 {
  background-image: url('../images/home-logistika-02.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.h2-slogan {
  margin-top: 51px;
  margin-bottom: 0px;
  float: left;
  font-family: 'Avenir Demibold', sans-serif;
  font-size: 25px;
  line-height: 37px;
  letter-spacing: -1px;
}

.more-button {
  display: block;
  margin-top: 48px;
  float: right;
  color: #000;
  text-decoration: none;
}

.button-text {
  margin-top: 14px;
  margin-left: 12px;
  float: left;
  font-family: 'Avenir Regular', sans-serif;
  color: #000;
  font-size: 14px;
  text-decoration: none;
}

.slogan-container {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  width: 100%;
  height: 140px;
  background-color: #fff;
}

.scroll-gif {
  float: left;
}

.main-title {
  position: absolute;
  left: 0px;
  top: 50%;
  right: 0px;
  z-index: 1;
  display: block;
  max-width: 1240px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.main-title.qua {
  left: 0px;
  top: auto;
  right: 0px;
  bottom: 70px;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.h1-main-title {
  margin-top: 0px;
  margin-bottom: 0px;
  float: none;
  font-family: 'Avenir Demibold', sans-serif;
  color: #fff;
  font-size: 60px;
  line-height: 70px;
  font-weight: 700;
  letter-spacing: -2px;
}

.navbar {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  height: 90px;
  background-color: transparent;
}

.brand {
  position: static;
  margin-top: 8px;
  float: left;
}

.logotype {
  float: none;
}

.nav-link {
  position: static;
  display: block;
  padding: 20px 24px;
  float: left;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-family: 'Avenir Regular', sans-serif;
  color: #fff;
  font-size: 19px;
  line-height: 21px;
  letter-spacing: 0px;
  text-decoration: none;
}

.nav-link:hover {
  color: #fab800;
}

.nav-link.w--current {
  color: #fab800;
}

.nav-menu {
  margin-left: 0px;
  float: right;
}

.nav-container {
  position: static;
  left: 0px;
  top: 0px;
  right: 0px;
  display: block;
  width: 100%;
  max-width: 1240px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 16px;
  padding-left: 40px;
}

.experts {
  position: static;
  z-index: 3;
  display: block;
  width: 100%;
  height: auto;
  padding: 240px 60px;
  float: none;
  clear: left;
  background-image: url('../images/experts.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.experts.complex {
  background-image: url('../images/complex.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.experts.personal {
  height: auto;
  background-image: url('../images/personal-consulting.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.experts.analytics {
  position: static;
  height: auto;
  background-image: url('../images/analytics.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.experts.services {
  padding-top: 140px;
  padding-bottom: 140px;
  background-color: #353535;
  background-image: none;
  color: #353535;
}

.experts-content {
  position: static;
  left: 60px;
  top: 50%;
  right: 60px;
  display: block;
  overflow: visible;
  width: auto;
  height: auto;
  max-width: 1160px;
  margin-right: auto;
  margin-left: auto;
  padding: 60px 40px;
  float: none;
  border: 1px solid #fab800;
  background-color: transparent;
  list-style-type: none;
}

.experts-content.services {
  max-width: 1160px;
  padding-bottom: 60px;
  border-width: 1px;
  border-color: #fab800;
}

.h2-content {
  margin-top: 0px;
  margin-bottom: 0px;
  float: none;
  font-family: 'Avenir Demibold', sans-serif;
  color: #fff;
  font-size: 46px;
  line-height: 56px;
  letter-spacing: -1px;
}

.services-button {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: -110px;
  z-index: 3;
  display: inline-block;
  width: 230px;
  height: 70px;
  margin-top: 40px;
  padding-top: 22px;
  padding-left: 10px;
  background-color: #fab800;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-family: 'Avenir Demibold', sans-serif;
  color: #000;
  font-size: 20px;
  text-align: center;
}

.services-button:hover {
  background-color: #000;
  color: #fff;
}

.content {
  position: relative;
  max-width: 960px;
  float: right;
  clear: none;
}

.facts {
  position: relative;
  width: 100%;
  padding-top: 180px;
  padding-bottom: 180px;
  background-color: #000;
  background-image: url('../images/security-pattern.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.tabs {
  display: block;
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
}

.tab-label-text {
  display: block;
  clear: none;
  font-family: 'Avenir Demibold', sans-serif;
  font-size: 21px;
}

.tab-link {
  position: static;
  left: 0px;
  top: 0px;
  right: 0px;
  display: inline-block;
  margin-right: auto;
  margin-left: auto;
  padding: 10px 26px;
  float: none;
  clear: none;
  background-color: transparent;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #fff;
}

.tab-link:hover {
  color: #fab800;
}

.tab-link.w--current {
  background-color: transparent;
  font-family: 'Avenir Demibold', sans-serif;
  color: #fab800;
}

.tabs-menu {
  position: static;
  left: 0px;
  top: 0px;
  right: 0px;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  float: none;
  clear: none;
  background-color: transparent;
  text-align: center;
}

.tab-panel {
  margin-top: 60px;
}

.fact-text {
  font-family: 'Avenir Regular', sans-serif;
  color: #fff;
  font-size: 32px;
  line-height: 56px;
  text-align: center;
}

.mouse {
  position: relative;
  width: 30px;
  height: 48px;
  margin-top: 0px;
  float: none;
  border: 1px solid #fab800;
  border-radius: 50px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.mouse:hover {
  border-color: #464646;
}

.arrow-down {
  position: absolute;
  left: 0px;
  top: 21px;
  right: 0px;
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.contacts {
  width: 100%;
  height: auto;
  background-color: #353535;
}

.contacts.phone {
  height: auto;
  background-color: #464646;
}

.form-title {
  display: block;
  width: 100%;
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
  padding: 70px 50px;
}

.contact-title {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: 'Avenir Demibold', sans-serif;
  font-size: 36px;
  line-height: 48px;
  text-align: center;
  letter-spacing: -1px;
}

.contact-form-title {
  position: static;
  width: 100%;
}

.contact-form {
  display: block;
  width: 100%;
  max-width: 940px;
  margin-right: auto;
  margin-left: auto;
  padding: 70px 0px;
  text-align: center;
}

.text-field {
  display: block;
  width: 300px;
  height: 70px;
  margin-right: 20px;
  margin-bottom: 20px;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  float: left;
  clear: none;
  background-color: transparent;
  font-family: 'Avenir Regular', sans-serif;
  color: #fff;
  font-size: 19px;
  line-height: 27px;
  text-align: left;
}

.text-field.center {
  width: auto;
  margin-right: 20px;
  margin-left: 20px;
  float: left;
}

.text-field.right {
  margin-right: 0px;
  margin-bottom: 20px;
  padding-right: 20px;
  float: left;
}

.text-area {
  width: 940px;
  min-height: 160px;
  margin-bottom: 24px;
  padding-top: 16px;
  padding-left: 20px;
  background-color: transparent;
  font-family: 'Avenir Regular', sans-serif;
  color: #fff;
  font-size: 19px;
  line-height: 27px;
  text-align: left;
}

.form {
  width: 940px;
  text-align: center;
}

.form-wrapper {
  width: 940px;
  margin-bottom: 0px;
  float: none;
  text-align: center;
}

.submit-button {
  padding: 24px 46px;
  background-color: #fab800;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-family: 'Avenir Demibold', sans-serif;
  color: #000;
  font-size: 20px;
}

.submit-button:hover {
  border: 1px solid #fab800;
  background-color: transparent;
  color: #fff;
}

.office-title {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Avenir Demibold', sans-serif;
  color: #fff;
  font-size: 36px;
  line-height: 64px;
}

.office {
  position: static;
  display: block;
  width: 100%;
  max-width: 940px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 70px;
  padding-bottom: 70px;
  text-align: center;
}

.office-address {
  margin-top: 40px;
  font-family: 'Avenir Regular', sans-serif;
  color: hsla(0, 0%, 100%, .5);
  font-size: 28px;
  line-height: 28px;
  font-weight: 300;
}

.show-on-map {
  display: inline-block;
  margin-top: 0px;
  padding: 10px 20px;
  float: none;
  clear: none;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-family: 'Avenir Regular', sans-serif;
  color: hsla(0, 0%, 100%, .4);
  font-size: 19px;
  line-height: 16px;
  text-decoration: none;
}

.show-on-map:hover {
  color: #fab800;
}

.email {
  display: block;
  margin-top: 20px;
  margin-bottom: 20px;
  float: none;
  clear: none;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-family: 'Avenir Regular', sans-serif;
  color: hsla(0, 0%, 100%, .4);
  font-size: 28px;
  line-height: 56px;
  text-decoration: none;
}

.email:hover {
  color: #fab800;
}

.phone {
  font-family: 'Avenir Regular', sans-serif;
  color: hsla(0, 0%, 100%, .4);
  font-size: 28px;
  line-height: 56px;
}

.facebook {
  display: inline-block;
  width: 68px;
  height: 68px;
  margin-top: 40px;
  background-image: url('../images/facebook-icon.svg');
  background-position: 0px 0px;
  background-size: auto 68px;
  background-repeat: no-repeat;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  line-height: 68px;
}

.facebook:hover {
  background-position: 100% 0%;
}

.creadits {
  width: 100%;
  height: 92px;
  padding-top: 8px;
  background-color: #fff;
}

.credits-container {
  display: block;
  width: 100%;
  height: 74px;
  max-width: 1240px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 40px;
}

.digitalkarma {
  padding-right: 60px;
  float: right;
  background-color: transparent;
  background-image: url('../images/digital-karma-logotype.svg');
  background-position: 100% 50%;
  background-size: auto 24px;
  background-repeat: no-repeat;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #464646;
  font-size: 14px;
}

.digitalkarma:hover {
  background-image: url('../images/digital-karma-logotype-hover.svg');
  background-size: auto 24px;
  color: #fab800;
}

.copyright-text {
  margin-top: 10px;
  float: left;
  color: #464646;
  font-size: 14px;
}

.services-nav {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 10000;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .6);
}

.nav-bg {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 540px;
  height: 100%;
  padding-top: 200px;
  padding-left: 60px;
  background-color: #000;
}

.services-nav-link {
  position: static;
  float: left;
  clear: left;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-family: 'Avenir Demibold', sans-serif;
  color: #fab800;
  font-size: 20px;
  line-height: 56px;
  text-decoration: none;
}

.services-nav-link:hover {
  color: #fff;
}

.close-icon {
  position: static;
  left: 60px;
  top: 60px;
  display: block;
  width: 20px;
  height: 20px;
  opacity: 0.6;
}

.close-icon:hover {
  opacity: 1;
}

.close {
  position: absolute;
  left: 60px;
  top: 60px;
  width: 20px;
  height: 20px;
}

.start {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 10000;
  display: none;
  width: 100%;
  height: 100%;
  background-color: #fab800;
}

.text-link {
  display: inline;
  color: #fab800;
  text-decoration: none;
}

.text-link:hover {
  color: #fff;
  text-decoration: none;
}

.service-main-title {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  float: none;
  font-family: 'Avenir Demibold', sans-serif;
  color: #fff;
  font-size: 60px;
  line-height: 70px;
  letter-spacing: -2px;
}

.services-subnav-link {
  display: inline-block;
  margin-top: 52px;
  margin-right: 40px;
  float: left;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-family: 'Avenir Demibold', sans-serif;
  color: #fab800;
  font-size: 20px;
  line-height: 36px;
  font-weight: 700;
  letter-spacing: -1px;
  text-decoration: none;
}

.services-subnav-link:hover {
  color: #000;
}

.starting {
  margin-top: 0px;
  font-size: 29px;
  line-height: 43px;
  letter-spacing: -1px;
}

.services-content {
  width: 100%;
  padding-top: 0px;
  padding-bottom: 0px;
}

.services-content.explainer {
  background-color: #000;
  background-image: url('../images/security-pattern.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.services-content.logos {
  border-bottom: 1px solid rgba(53, 53, 53, .5);
  background-color: #fff;
}

.services-content.qua {
  margin-top: 4px;
  background-color: #eee;
}

.content-container {
  display: block;
  width: 100%;
  max-width: 1240px;
  margin-right: auto;
  margin-left: auto;
  padding: 70px 40px 30px;
  font-family: 'Avenir Regular', sans-serif;
  font-size: 24px;
  line-height: 42px;
}

.content-container.explainer {
  padding-top: 70px;
  padding-bottom: 70px;
}

.content-container.logos {
  height: auto;
  padding-top: 70px;
  padding-right: 0px;
  padding-bottom: 10px;
}

.service-subtitle {
  width: 940px;
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: 'Avenir Regular', sans-serif;
  color: #fab800;
  font-size: 21px;
  line-height: 36px;
  letter-spacing: 0px;
}

.subtitle-slogan {
  width: 940px;
  margin-top: 0px;
  margin-bottom: 40px;
  font-family: 'Avenir Demibold', sans-serif;
  font-size: 37px;
  line-height: 42px;
  letter-spacing: -1px;
}

.subtitle-slogan.explainer {
  color: #fff;
  line-height: 48px;
}

.subtitle-slogan.price-list {
  width: auto;
  margin-bottom: 10px;
  margin-left: 40px;
}

.subtitle-slogan.other {
  margin-top: 80px;
  margin-bottom: 10px;
}

.p-content {
  width: 940px;
  margin-top: 0px;
  margin-bottom: 40px;
  font-family: 'Avenir Regular', sans-serif;
  color: #000;
  font-size: 21px;
  line-height: 35px;
  letter-spacing: 0px;
}

.p-content.white {
  margin-bottom: 0px;
  color: #fff;
}

.unordered-list {
  padding-left: 20px;
  color: #fab800;
  font-size: 22px;
}

.list-text {
  margin-top: 0px;
  font-size: 23px;
  line-height: 45px;
}

.list-item {
  margin-bottom: 10px;
  padding-left: 6px;
}

.country {
  height: 54px;
  margin-bottom: 10px;
  padding-right: 40px;
  padding-left: 40px;
  border: 1px none rgba(0, 0, 0, .08);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.country:hover {
  background-color: rgba(0, 0, 0, .08);
}

.country-name {
  margin-top: 15px;
  margin-bottom: 0px;
  margin-left: 24px;
  float: left;
  font-family: 'Avenir Demibold', sans-serif;
  font-size: 22px;
}

.country-flag {
  width: 38px;
  height: 24px;
  margin-top: 15px;
  float: left;
}

.price {
  margin-top: 15px;
  margin-bottom: 0px;
  float: right;
  font-family: 'Avenir Demibold', sans-serif;
  font-size: 22px;
}

.separator {
  margin-right: 10px;
  margin-left: 10px;
  font-family: 'Avenir Regular', sans-serif;
  color: rgba(51, 51, 51, .4);
  font-weight: 100;
}

.price-link {
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #fab800;
  text-decoration: none;
}

.price-link:hover {
  color: #000;
}

.price-info {
  width: auto;
  margin-top: 0px;
  margin-bottom: 40px;
  margin-left: 40px;
  color: #000;
  font-size: 21px;
  line-height: 31px;
}

.price-table {
  width: 880px;
  margin-bottom: 40px;
  padding: 40px 0px 30px;
  border: 1px solid #fab800;
}

._2-column {
  display: block;
  max-width: 1160px;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  padding-left: 0px;
}

.left-column {
  width: 45%;
  margin-right: 5%;
  margin-left: 0px;
  float: left;
  clear: none;
  font-size: 21px;
  line-height: 35px;
}

.contact-subtitle {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Avenir Demibold', sans-serif;
  text-align: center;
  letter-spacing: 0px;
}

.right-column {
  width: 45%;
  float: right;
  font-size: 21px;
  line-height: 35px;
}

.bank-logo {
  width: 15%;
  margin-right: 60px;
  margin-bottom: 60px;
  padding-bottom: 0px;
}

.bank-logo.vertical {
  width: 10%;
  margin-bottom: 40px;
}

.to-top-button {
  position: fixed;
  right: 40px;
  bottom: 40px;
  z-index: 10000;
  display: inline-block;
  width: 64px;
  height: 64px;
  max-width: 1240px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 19px;
  padding-right: 0px;
  padding-left: 23px;
  border-radius: 100px;
  background-color: #2a2a2a;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.to-top-button:hover {
  background-color: #fab800;
}

.to-top {
  width: 64px;
  height: 64px;
  float: right;
  border: 1px solid transparent;
  border-radius: 80px;
  background-color: #353535;
}

.arrow-up {
  width: 18px;
}

.menu-button {
  display: block;
  margin-top: 4px;
  margin-left: 20px;
  padding: 10px;
  float: right;
}

.qn {
  display: block;
  margin-right: 20px;
  margin-bottom: 0px;
  float: left;
  clear: none;
  font-family: 'Avenir Demibold', sans-serif;
  color: #fab800;
  font-size: 36px;
  line-height: 42px;
}

.h2-contacts {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: 'Avenir Demibold', sans-serif;
  font-size: 36px;
  letter-spacing: -1px;
}

.p-contacts {
  display: block;
  margin-top: 14px;
  margin-right: 20px;
  margin-left: 0px;
  float: left;
  clear: left;
  font-family: 'Avenir Regular', sans-serif;
  color: #353535;
  font-size: 25px;
  line-height: 43px;
}

.show-on-map-link {
  display: block;
  margin-top: 14px;
  float: left;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #353535;
  font-size: 18px;
  text-decoration: none;
}

.show-on-map-link:hover {
  color: #fab800;
}

.email-contacts {
  display: block;
  margin-top: 14px;
  float: left;
  clear: left;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #353535;
  font-size: 25px;
  line-height: 43px;
  text-decoration: none;
}

.email-contacts:hover {
  color: #fab800;
}

.map {
  width: 100%;
  height: 500px;
}

.p-sucess {
  margin-top: 0px;
  color: #353535;
  font-size: 28px;
}

.success-message {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #fab800;
}

.error {
  margin-top: 0px;
  color: #353535;
}

.error-message {
  margin-top: 20px;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #cc5252;
}

.body-temp {
  background-color: #353535;
}

.navigation {
  position: absolute;
  z-index: 10000;
  width: 100%;
  height: auto;
  margin-top: 30px;
}

html.w-mod-js *[data-ix="zoom-hero-on-load"] {
  opacity: 0;
  -webkit-transform: scale(1.1500000000000001, 1.1500000000000001);
  -ms-transform: scale(1.1500000000000001, 1.1500000000000001);
  transform: scale(1.1500000000000001, 1.1500000000000001);
}

html.w-mod-js *[data-ix="show-content-block-on-scroll"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="show-second-content-block-on-scroll"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="services-nav-app"] {
  display: none;
  opacity: 0;
}

html.w-mod-js *[data-ix="main-title-on-load"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="slogan-on-load"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="more-button-on-load"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="close-button-app"] {
  display: none;
  opacity: 0;
}

html.w-mod-js *[data-ix="mobile-nav-app"] {
  display: none;
  opacity: 0;
}

@media (max-width: 991px) {
  .hero.qua {
    height: 370px;
  }
  .h2-slogan {
    font-size: 18px;
  }
  .main-title.qua {
    bottom: 40px;
  }
  .navbar {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    height: auto;
    margin-top: 30px;
    padding-right: 20px;
    padding-left: 40px;
  }
  .brand {
    margin-top: 4px;
  }
  .brand.w--current {
    margin-top: 10px;
  }
  .nav-link {
    position: static;
    text-align: right;
  }
  .nav-menu {
    position: static;
    top: 68px;
    right: 20px;
    bottom: 0px;
    display: block;
    width: 210px;
    height: 240px;
    margin-right: 20px;
    margin-left: 0px;
    float: right;
    clear: left;
    background-color: #353535;
  }
  .nav-container {
    position: static;
    left: 0px;
    top: 0px;
    right: 0px;
    height: auto;
    margin-top: 0px;
    padding-right: 30px;
    padding-left: 40px;
  }
  .experts {
    padding: 200px 40px;
  }
  .experts-content {
    padding-top: 40px;
  }
  .experts-content.nobutton {
    padding-bottom: 40px;
  }
  .facts {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .tab-label-text {
    font-size: 18px;
  }
  .tab-link {
    padding: 10px 15px;
  }
  .tab-panel {
    margin-top: 30px;
  }
  .contact-form {
    padding-right: 40px;
    padding-left: 40px;
  }
  .text-field {
    width: 100%;
    margin-right: 0px;
    float: left;
    clear: left;
  }
  .text-area {
    width: 100%;
    padding-right: 20px;
  }
  .form {
    width: auto;
    float: none;
  }
  .form-wrapper {
    width: auto;
  }
  .close-icon {
    width: auto;
    height: auto;
  }
  .text-link {
    display: inline;
  }
  .services-subnav-link {
    margin-right: 24px;
    font-size: 16px;
    letter-spacing: -1px;
  }
  .content-container {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .content-container.logos {
    padding-bottom: 30px;
  }
  .service-subtitle {
    width: auto;
  }
  .subtitle-slogan {
    width: auto;
  }
  .p-content {
    width: auto;
  }
  .price-info {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 28px;
  }
  .price-table {
    width: auto;
  }
  .left-column {
    font-size: 18px;
    line-height: 28px;
  }
  .right-column {
    font-size: 18px;
    line-height: 28px;
  }
  .bank-logo {
    width: 18%;
    margin-right: 40px;
    margin-bottom: 40px;
  }
  .menu-icon {
    color: #fff;
    font-size: 32px;
  }
  .menu-button {
    position: static;
    top: 0px;
    right: 30px;
    display: none;
    width: 54px;
    height: 54px;
    margin-top: 0px;
    margin-left: 0px;
    padding: 10px;
    float: right;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
  }
  .menu-button:hover {
    background-color: #353535;
  }
  .menu-button:active {
    float: right;
  }
  .menu-button:focus {
    background-color: transparent;
  }
  .menu-button.w--open {
    position: static;
    top: 0px;
    right: 0px;
    float: right;
    background-color: #353535;
  }
  .menu-button.close {
    position: static;
    left: auto;
    top: 0px;
    right: 30px;
    bottom: 0px;
    z-index: 10000;
    display: none;
    width: auto;
    height: auto;
    float: right;
    clear: none;
    text-align: left;
  }
  .map {
    height: 350px;
  }
  .body-temp {
    background-color: #616161;
  }
  .navigation {
    margin-top: 20px;
  }
  .mobile-nav {
    position: static;
    top: 90px;
    right: 0px;
    bottom: 0px;
    width: 100%;
    margin-top: 0px;
    padding-top: 0px;
    float: none;
    clear: none;
    background-color: transparent;
  }
  .mobile-nav-container {
    position: static;
    top: 0px;
    display: inline-block;
    width: 100%;
    max-width: 1240px;
    margin-top: 0px;
    padding-right: 30px;
    padding-left: 40px;
  }
  .mobile-nav-panel {
    display: block;
    width: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    float: right;
    clear: none;
    background-color: #353535;
  }
  .mobile-nav-link {
    display: block;
    width: 100%;
    padding: 14px 20px 14px 0px;
    float: none;
    clear: none;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    font-family: 'Avenir Demibold', sans-serif;
    color: #fff;
    font-size: 16px;
    text-align: right;
    text-decoration: none;
  }
  .mobile-nav-link:hover {
    background-color: transparent;
    color: #fab800;
  }
  .close-button {
    position: absolute;
    top: 0px;
    right: 30px;
    bottom: 0px;
    display: block;
    width: 54px;
    height: 54px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    padding: 16px 18px;
    float: right;
    background-color: #353535;
    color: #353535;
  }
}

@media (max-width: 767px) {
  p {
    margin-top: 20px;
    font-size: 18px;
    line-height: 24px;
  }
  .hero {
    height: 380px;
  }
  .hero.services {
    position: relative;
    overflow: hidden;
    height: 380px;
  }
  .hero.qua {
    height: 200px;
  }
  .slogan {
    padding-right: 20px;
    padding-left: 20px;
  }
  .hero-image._2 {
    position: relative;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    overflow: visible;
    float: none;
    clear: none;
  }
  .h2-slogan {
    margin-top: 0px;
    line-height: 24px;
  }
  .slogan-container {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 3;
    height: auto;
    padding-top: 14px;
    padding-bottom: 14px;
  }
  .main-title {
    z-index: 3;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-transform: translate(0px, -60%);
    -ms-transform: translate(0px, -60%);
    transform: translate(0px, -60%);
  }
  .main-title.qua {
    bottom: 20px;
  }
  .h1-main-title {
    font-size: 30px;
    line-height: 36px;
  }
  .navbar {
    margin-top: 10px;
    padding-right: 4px;
    padding-left: 20px;
  }
  .brand {
    margin-top: 0px;
    padding-left: 0px;
  }
  .brand.w--current {
    margin-top: 0px;
    padding-left: 0px;
  }
  .nav-link {
    position: relative;
    padding: 0px;
    float: right;
    clear: right;
    font-size: 14px;
    line-height: 36px;
  }
  .nav-menu {
    position: relative;
    top: 20px;
    right: 0px;
    bottom: 0px;
    z-index: 100000;
    width: 200px;
    height: 164px;
    margin-right: 4px;
    padding: 10px 20px;
    float: right;
    clear: none;
  }
  .nav-container {
    padding-right: 10px;
    padding-left: 20px;
  }
  .experts {
    padding: 100px 20px;
    background-size: cover;
    background-attachment: scroll;
  }
  .experts.services {
    position: static;
    padding-top: 50px;
    padding-bottom: 50px;
    clear: none;
  }
  .experts-content {
    padding: 20px 20px 40px;
  }
  .experts-content.services {
    padding-bottom: 20px;
  }
  .h2-content {
    font-size: 30px;
    line-height: 36px;
  }
  .services-button {
    bottom: -80px;
    height: auto;
    padding: 20px;
    font-size: 18px;
  }
  .facts {
    padding-top: 40px;
    padding-bottom: 50px;
  }
  .tab-label-text {
    font-size: 14px;
  }
  .fact-text {
    margin-right: 20px;
    margin-left: 20px;
    padding: 12px 14px 14px;
    border: 1px solid #fab800;
    font-size: 28px;
    line-height: 40px;
  }
  .form-title {
    padding: 40px 20px;
  }
  .contact-title {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 36px;
  }
  .contact-form {
    padding: 40px 20px;
  }
  .office-title {
    font-size: 30px;
    line-height: 36px;
  }
  .office {
    padding: 40px 20px;
  }
  .office-address {
    margin-top: 20px;
    font-size: 24px;
    line-height: 46px;
  }
  .email {
    font-size: 24px;
    line-height: 46px;
  }
  .phone {
    font-size: 24px;
    line-height: 46px;
  }
  .creadits {
    height: auto;
    padding-top: 0px;
  }
  .credits-container {
    height: auto;
    padding-right: 20px;
    padding-left: 20px;
  }
  .services-nav {
    display: none;
  }
  .nav-bg {
    width: auto;
    padding-top: 70px;
    padding-right: 60px;
    padding-left: 60px;
  }
  .services-nav-link {
    font-size: 14px;
    line-height: 28px;
  }
  .close {
    left: 60px;
    top: 30px;
  }
  .service-main-title {
    font-size: 30px;
    line-height: 36px;
  }
  .services-subnav-link {
    display: block;
    margin-top: 0px;
    margin-right: 16px;
    padding-top: 0px;
    padding-bottom: 0px;
    float: left;
    clear: none;
    font-size: 13px;
    line-height: 22px;
  }
  .starting {
    font-size: 22px;
    line-height: 32px;
  }
  .content-container {
    padding: 40px 20px;
  }
  .content-container.explainer {
    padding-top: 50px;
    padding-right: 20px;
    padding-bottom: 50px;
  }
  .content-container.logos {
    padding-top: 50px;
    padding-bottom: 20px;
  }
  .service-subtitle {
    font-size: 18px;
    line-height: 24px;
  }
  .subtitle-slogan {
    display: block;
    margin-bottom: 20px;
    float: none;
    clear: left;
    font-size: 30px;
    line-height: 36px;
  }
  .subtitle-slogan.explainer {
    line-height: 36px;
  }
  .subtitle-slogan.price-list {
    margin-left: 20px;
  }
  .p-content {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 24px;
  }
  .list-text {
    font-size: 18px;
  }
  .country {
    height: 44px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .country-name {
    margin-top: 10px;
    margin-left: 10px;
    font-size: 16px;
    letter-spacing: -1px;
  }
  .country-flag {
    margin-top: 10px;
  }
  .price {
    margin-top: 10px;
    font-size: 16px;
  }
  .price-info {
    margin-left: 20px;
    font-size: 14px;
  }
  .price-table {
    padding-top: 20px;
    padding-bottom: 10px;
  }
  ._2-column {
    margin-top: 20px;
  }
  .left-column {
    margin-top: 0px;
  }
  .contact-subtitle {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0px;
  }
  .right-column {
    margin-top: 0px;
  }
  .bank-logo {
    width: 25%;
    margin-right: 20px;
    margin-bottom: 30px;
  }
  .menu-button {
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
  }
  .menu-button:hover {
    background-color: #464646;
  }
  .menu-button.w--open {
    position: relative;
    z-index: 10000;
    float: right;
    clear: none;
  }
  .qn {
    margin-right: 14px;
    font-size: 30px;
    line-height: 36px;
  }
  .p-contacts {
    float: left;
    line-height: 42px;
    letter-spacing: -1px;
  }
  .map {
    height: 300px;
  }
  .success-message {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .navigation {
    margin-top: 12px;
  }
  .mobile-nav-container {
    padding-right: 10px;
  }
  .mobile-nav-panel {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
  }
  .mobile-nav-link {
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    font-size: 14px;
    line-height: 18px;
  }
  .close-button {
    right: 10px;
  }
  .logo {
    margin-top: 6px;
  }
}

@media (max-width: 479px) {
  p {
    margin-top: 24px;
    font-size: 16px;
    line-height: 22px;
  }
  .hero {
    height: 100%;
  }
  .hero.services {
    height: 100%;
  }
  .hero.qua {
    height: 200px;
  }
  .slogan {
    padding: 14px;
  }
  .hero-image {
    background-image: url('../images/home-01-mobile.jpg');
    background-position: 50% 0px;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .hero-image._2 {
    background-position: 0px 50%;
    background-attachment: scroll;
  }
  .h2-slogan {
    margin-top: 0px;
    line-height: 24px;
  }
  .slogan-container {
    height: auto;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .main-title {
    left: 0px;
    top: auto;
    right: auto;
    bottom: 0px;
    padding-right: 14px;
    padding-left: 14px;
    -webkit-transform: translate(0px, -60%);
    -ms-transform: translate(0px, -60%);
    transform: translate(0px, -60%);
  }
  .main-title.qua {
    bottom: 20px;
  }
  .h1-main-title {
    font-size: 30px;
    line-height: 32px;
    letter-spacing: -1px;
    margin-bottom:30px;
  }
  .main-title h1 {
  	margin-bottom:30px;
  }
  .navbar {
    margin-top: 4px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .brand {
    padding-left: 0px;
  }
  .brand.w--current {
    margin-top: 0px;
    padding-left: 0px;
  }
  .nav-link {
    display: block;
    width: auto;
    padding: 14px 10px;
    float: none;
    clear: none;
    font-size: 16px;
    line-height: 16px;
    text-align: right;
  }
  .nav-menu {
    position: relative;
    left: 0px;
    top: 20px;
    right: 0px;
    bottom: auto;
    z-index: 10000;
    width: auto;
    height: auto;
    margin-right: 0px;
    padding: 10px;
    float: right;
    clear: none;
  }
  .nav-container {
    padding-right: 4px;
    padding-left: 14px;
  }
  .experts {
    padding: 70px 14px 110px;
    background-attachment: scroll;
  }
  .experts.complex {
    padding-bottom: 70px;
    background-attachment: scroll;
  }
  .experts.personal {
    padding-bottom: 70px;
    background-size: cover;
    background-attachment: scroll;
  }
  .experts.analytics {
    padding-bottom: 70px;
    background-attachment: scroll;
  }
  .experts.services {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .experts-content {
    padding: 24px 14px 54px;
  }
  .experts-content.services {
    padding-bottom: 24px;
  }
  .experts-content.nobutton {
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .h2-content {
    font-size: 30px;
    line-height: 32px;
  }
  .services-button {
    bottom: -100px;
    width: auto;
    height: auto;
    padding-bottom: 22px;
    font-size: 18px;
  }
  .content {
    position: relative;
    float: none;
  }
  .facts {
    padding: 50px 14px 70px;
  }
  .tab-label-text {
    clear: left;
    font-size: 18px;
    text-align: center;
  }
  .tab-link {
    display: block;
  }
  .tab-link.w--current {
    display: block;
    float: none;
    clear: left;
  }
  .fact-text {
    padding: 14px;
    border: 1px solid #fab800;
    font-size: 26px;
    line-height: 36px;
    letter-spacing: -1px;
  }
  .mouse {
    position: relative;
  }
  .form-title {
    padding: 24px 14px;
  }
  .contact-title {
    font-size: 32px;
    line-height: 36px;
  }
  .contact-form {
    padding: 24px 14px;
  }
  .text-field {
    margin-bottom: 14px;
  }
  .text-area {
    min-height: 250px;
    margin-bottom: 14px;
  }
  .submit-button {
    padding-right: 64px;
    padding-left: 64px;
    font-size: 18px;
  }
  .office-title {
    font-size: 32px;
    line-height: 36px;
  }
  .office {
    padding: 24px 14px;
  }
  .office-address {
    margin-top: 24px;
    font-size: 18px;
    line-height: 28px;
  }
  .email {
    margin-top: 14px;
    margin-bottom: 14px;
    font-size: 18px;
    line-height: 28px;
  }
  .phone {
    font-size: 18px;
    line-height: 28px;
  }
  .facebook {
    margin-top: 24px;
  }
  .creadits {
    height: auto;
    padding-top: 14px;
    padding-bottom: 14px;
  }
  .credits-container {
    height: auto;
    padding-right: 14px;
    padding-left: 14px;
  }
  .digitalkarma {
    width: 100%;
    padding-left: 0px;
    float: none;
    font-size: 14px;
  }
  .copyright-text {
    margin-top: 0px;
    font-size: 14px;
  }
  .services-nav {
    display: none;
  }
  .nav-bg {
    width: 100%;
    padding-top: 100px;
    padding-left: 24px;
  }
  .services-nav-link {
    font-size: 18px;
    line-height: 46px;
  }
  .close {
    left: 24px;
    top: 24px;
  }
  .service-main-title {
    line-height: 32px;
  }
  .services-subnav-link {
    display: block;
    width: 100%;
    margin-right: 0px;
    float: none;
    clear: none;
    line-height: 24px;
  }
  .starting {
    font-size: 18px;
    line-height: 26px;
  }
  .services-content.qua {
    margin-top: 0px;
  }
  .content-container {
    padding: 20px 14px;
  }
  .content-container.explainer {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .content-container.logos {
    padding-top: 40px;
    padding-bottom: 10px;
  }
  .service-subtitle {
    font-size: 16px;
    line-height: 20px;
  }
  .subtitle-slogan {
    margin-bottom: 14px;
    font-size: 22px;
    line-height: 26px;
  }
  .subtitle-slogan.explainer {
    line-height: 26px;
  }
  .subtitle-slogan.price-list {
    margin-right: 14px;
    margin-bottom: 8px;
    margin-left: 14px;
  }
  .p-content {
    margin-bottom: 14px;
    font-size: 16px;
    line-height: 22px;
  }
  .list-text {
    font-size: 16px;
    line-height: 24px;
  }
  .country {
    height: auto;
    margin-bottom: 8px;
    padding-right: 0px;
    padding-left: 14px;
    clear: left;
  }
  .country-name {
    margin-top: 8px;
    margin-left: 8px;
    font-size: 15px;
    line-height: 14px;
  }
  .country-flag {
    width: 28px;
    height: 14px;
    margin-top: 8px;
  }
  .price {
    margin-top: 2px;
    margin-left: 36px;
    float: left;
    clear: left;
    font-size: 15px;
    letter-spacing: -1px;
  }
  .price-info {
    margin-left: 14px;
    line-height: 18px;
  }
  .price-table {
    margin-bottom: 14px;
    padding-top: 14px;
    padding-bottom: 6px;
  }
  .left-column {
    width: 100%;
    margin-right: 0%;
    margin-bottom: 10px;
    float: none;
    clear: none;
    font-size: 16px;
    line-height: 22px;
  }
  .contact-subtitle {
    font-size: 20px;
    line-height: 24px;
    letter-spacing: -1px;
  }
  .right-column {
    width: 100%;
    font-size: 16px;
    line-height: 22px;
  }
  .bank-logo {
    width: 43%;
  }
  .bank-logo.vertical {
    width: 20%;
  }
  .to-top-button {
    right: 14px;
    bottom: 14px;
    width: 44px;
    height: 44px;
    padding-top: 10px;
    padding-left: 16px;
  }
  .arrow-up {
    width: 12px;
  }
  .menu-button {
    display: block;
    margin-top: 0px;
  }
  .qn {
    margin-right: 10px;
    font-size: 22px;
    line-height: 26px;
  }
  .h2-contacts {
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 28px;
  }
  .p-contacts {
    margin-top: 0px;
    font-size: 20px;
  }
  .email-contacts {
    margin-top: 0px;
    font-size: 20px;
  }
  .map {
    height: 240px;
  }
  .success-message {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .navigation {
    margin-top: 6px;
  }
  .mobile-nav {
    display: block;
  }
  .mobile-nav-container {
    padding-right: 4px;
  }
  .mobile-nav-panel {
    padding-top: 14px;
    padding-bottom: 14px;
    padding-left: 14px;
  }
  .mobile-nav-link {
    padding-right: 14px;
  }
  .close-button {
    top: 0px;
    right: 4px;
  }
  .logo {
    margin-top: 6px;
  }
}

@font-face {
  font-family: 'Avenirnextw1g';
  src: url('../fonts/AvenirNextW1G-Regular.eot') format('embedded-opentype'), url('../fonts/AvenirNextW1G-Regular.woff') format('woff'), url('../fonts/AvenirNextW1G-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Avenirnextw1g demi';
  src: url('../fonts/AvenirNextW1G-Demi.eot') format('embedded-opentype'), url('../fonts/AvenirNextW1G-Demi.woff') format('woff'), url('../fonts/AvenirNextW1G-Demi.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Avenir Regular';
  src: url('../fonts/AvenirNextW1G-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Avenir Demibold';
  src: url('../fonts/AvenirNextW1G-Demi.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
}