body {
  font-family: Roboto, sans-serif;
  color: #333;
  font-size: 16px;
  line-height: 22px;
}

h1 {
  margin-top: 0px;
  margin-bottom: 19px;
  font-size: 38px;
  line-height: 44px;
  font-weight: 500;
}

h2 {
  margin-top: 0px;
  margin-bottom: 60px;
  font-family: 'Work Sans', sans-serif;
  font-size: 30px;
  line-height: 36px;
  font-weight: 400;
  text-align: center;
}

h3 {
  margin-top: 0px;
  margin-bottom: 15px;
  font-size: 22px;
  line-height: 30px;
  font-weight: 500;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}

p {
  margin-top: 0px;
  margin-bottom: 5px;
}

.button {
  display: inline-block;
  margin-right: 16px;
  padding: 15px 27px;
  border-radius: 27px;
  background-color: #ec6001;
  -webkit-transition: background-color 300ms ease, box-shadow 300ms ease, color 300ms ease;
  transition: background-color 300ms ease, box-shadow 300ms ease, color 300ms ease;
  font-family: 'Work Sans', sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
  text-shadow: none;
  cursor: pointer;
}

.button:hover {
  background-color: #ec83a4;
}

.button.hollow {
  margin-right: 0px;
  border-style: none;
  background-color: #fff;
  box-shadow: inset 0 0 0 2px #2d2d2d;
  color: #2d2d2d;
  font-weight: 400;
  text-shadow: none;
  cursor: pointer;
}

.button.hollow:hover {
  border-width: 1px;
  border-color: #2d2d2d;
  background-color: #93bce7;
  box-shadow: none;
  color: #fff;
  text-shadow: none;
}

.button.in-pricing {
  display: block;
  margin-top: 19px;
  margin-right: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.logo-text {
  margin-top: 24px;
  font-family: 'Work Sans', sans-serif;
  color: #fff;
  font-size: 27px;
  font-weight: 500;
}

.logo-text.footer {
  margin-top: 0px;
  margin-bottom: 19px;
  color: #e6eaed;
}

.navigation {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  background-color: #ec6001;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, .13);
}

.nav-link {
  padding: 26px 17px;
  box-shadow: inset 0 3px 0 0 transparent;
  -webkit-transition: box-shadow 500ms ease, color 300ms ease;
  transition: box-shadow 500ms ease, color 300ms ease;
  font-family: 'Work Sans', sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  text-transform: none;
}

.nav-link:hover {
  box-shadow: inset 0 3px 0 0 hsla(0, 0%, 71%, .5);
  color: hsla(0, 0%, 100%, .9);
  font-weight: 400;
  text-decoration: none;
}

.nav-link:focus {
  color: #fff;
}

.nav-link.w--current {
  box-shadow: inset 0 3px 0 0 #4dbd90;
  color: #4dbd90;
}

.nav-link.mobile:hover {
  box-shadow: inset 0 -3px 0 0 #ad4600;
}

.nav-link.mobile.w--current {
  border-top-style: none;
  border-top-color: #fff;
  box-shadow: inset 0 -3px 0 0 #fff;
  -webkit-transition: box-shadow 500ms ease;
  transition: box-shadow 500ms ease;
  color: #fff;
}

.section {
  padding-top: 70px;
  padding-bottom: 70px;
}

.section.blue {
  background-color: #93bce7;
}

.section.main {
  margin-top: 74px;
  padding-top: 90px;
  padding-bottom: 110px;
  background-color: transparent;
  background-image: url('../images/vanhelde-bg-pattern-2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, .23);
}

.section.grey {
  background-color: #f0f0f0;
}

.section.image {
  background-image: url('../images/town.jpg');
  background-position: 50% 50%;
  background-size: cover;
  color: #fff;
}

.section.footer {
  padding-top: 42px;
  padding-bottom: 42px;
  background-color: #2b2c2e;
  color: #e4e8eb;
}

.section.footer.copyright {
  padding-top: 19px;
  padding-bottom: 19px;
  background-color: transparent;
  color: #939596;
  font-size: 14px;
}

.section.purple {
  background-color: #ec6001;
  color: #fff;
}

.section.clients {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #a1bfd4;
}

.section.press {
  padding-top: 29px;
  padding-bottom: 38px;
  background-color: #3e5c50;
}

.section.orange {
  background-image: -webkit-linear-gradient(270deg, #ec6001, #ec6001);
  background-image: linear-gradient(180deg, #ec6001, #ec6001);
}

.slider {
  display: none;
  height: 360px;
  background-color: #303030;
}

.slide {
  padding-top: 64px;
  padding-bottom: 64px;
}

.slide._1 {
  background-color: #00ad6e;
}

.slide._2 {
  background-color: #00bdd6;
}

.slide._3 {
  background-color: #ccbe00;
}

.main-subtitle {
  margin-bottom: 26px;
  font-size: 20px;
  line-height: 26px;
  font-weight: 300;
}

.footer-slogan {
  margin-bottom: 11px;
  color: #939596;
}

.social-icon {
  margin-right: 11px;
  opacity: 0.41;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

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

.footer-title {
  margin-top: 0px;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
}

.page-link {
  border-bottom: 1px solid transparent;
  -webkit-transition: color 300ms ease, border 300ms ease;
  transition: color 300ms ease, border 300ms ease;
  color: #489fd9;
  text-decoration: none;
}

.page-link:hover {
  border-bottom-color: #489fd9;
}

.page-link.in-footer {
  display: block;
  color: #939596;
}

.page-link.in-footer:hover {
  border-bottom-color: transparent;
  color: #d2d7d9;
}

.page-link.white {
  border-bottom-color: hsla(0, 0%, 100%, .49);
  color: #fff;
}

.page-link.white:hover {
  border-bottom-color: #fff;
}

.newsletter-field {
  width: 60%;
  height: 40px;
  float: left;
  border: 1px solid transparent;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  background-color: #e8e8e8;
}

.newsletter-field:focus {
  border-width: 1px;
  border-color: #09f;
  box-shadow: 0 0 6px 0 #489fd9;
}

.newsletter-button {
  width: 40%;
  height: 40px;
  padding-top: 9px;
  padding-bottom: 9px;
  float: left;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  background-color: #5f6166;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #d5d8db;
}

.newsletter-button:hover {
  background-color: #489fd9;
  color: #fff;
}

.newsletter-form {
  width: 70%;
}

.social-icon-group {
  position: relative;
  display: block;
}

.brand-link {
  text-decoration: none;
}

.success-message {
  border: 3px solid #fff;
  background-color: rgba(0, 152, 255, 0);
  font-family: 'Work Sans', sans-serif;
  color: #fff;
  font-weight: 400;
}

.main-heading {
  position: static;
  left: 26px;
  top: 0px;
  bottom: 0px;
  margin-top: 48px;
  margin-bottom: 35px;
  padding-left: 0px;
  font-family: 'Work Sans', sans-serif;
  color: #2d2d2d;
  font-size: 61px;
  line-height: 66px;
  font-weight: 300;
  letter-spacing: -2px;
  text-shadow: none;
}

.section-subtitle {
  margin-bottom: 68px;
  font-size: 19px;
  line-height: 22px;
  font-weight: 300;
  text-align: center;
}

.bold-text {
  font-weight: 400;
}

.plan-wrapper {
  min-height: 400px;
  padding: 0px;
  background-color: #fff;
  color: #2b2b2b;
}

.price-point {
  margin-bottom: 8px;
  font-size: 14px;
}

.price-accent {
  color: #489fd9;
  font-size: 20px;
  letter-spacing: 0px;
}

.addl-feature {
  margin-bottom: 14px;
  font-size: 14px;
  line-height: 18px;
}

.addl-feature.inactive {
  color: #c7c5c5;
  text-decoration: line-through;
}

.divider {
  width: 50%;
  height: 1px;
  margin-top: 13px;
  margin-bottom: 12px;
  background-color: #dbdbdb;
}

.additional-contact {
  margin-top: 21px;
  text-align: center;
}

.feature {
  text-align: left;
}

.feature.centered {
  text-align: center;
}

.feature-row {
  margin-bottom: 14px;
}

.testimonial-slider {
  height: auto;
  margin-top: 45px;
  background-color: transparent;
}

.testimony-slide {
  padding-top: 0px;
  padding-right: 10%;
  padding-left: 10%;
  text-align: center;
}

.testimony-text {
  margin-bottom: 21px;
  font-family: 'Roboto Slab', sans-serif;
  font-size: 25px;
  line-height: 31px;
  font-weight: 300;
}

.slide-nav {
  display: none;
  font-size: 10px;
}

.person {
  width: 70px;
  margin-bottom: 13px;
  border-radius: 100%;
}

.name {
  font-weight: 500;
}

.slider-arrow {
  width: 50px;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  color: #bdbdbd;
  font-size: 32px;
}

.slider-arrow:hover {
  color: #000;
}

.feature-icon {
  max-width: 100%;
  margin-bottom: 14px;
}

.main-feature-group {
  margin-top: 30px;
}

.center-contents {
  text-align: center;
}

.small-features-row {
  margin-top: 24px;
}

.main-image {
  display: block;
  padding-left: 37px;
  float: none;
}

.client-logo {
  width: 16.6%;
}

.press-logo {
  width: 16%;
  margin-right: 2%;
  margin-left: 2%;
  opacity: 0.94;
}

.small-text {
  color: hsla(0, 0%, 100%, .31);
  font-size: 16px;
  font-weight: 300;
  text-align: center;
}

.tootekood {
  font-family: 'Work Sans', sans-serif;
  color: #7e7e7e;
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.tootekood.alignleft {
  margin-bottom: 17px;
  font-size: 14px;
  text-align: left;
}

.h3-item {
  margin-top: 0px;
  margin-bottom: 2px;
  font-family: 'Work Sans', sans-serif;
  color: #2d2d2d;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  text-align: center;
}

.h3-item a {
    margin-top: 0px;
    margin-bottom: 2px;
    font-family: 'Work Sans', sans-serif;
    color: #2d2d2d;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    text-align: center;
    text-decoration: none;
}

.h3-item a:hover {
    color: #ec6001;
    -webkit-transition: color 300ms ease;
    transition: color 300ms ease;
}

.price {
  font-family: 'Work Sans', sans-serif;
  color: #ec6001;
  line-height: 18px;
  text-align: center;
  letter-spacing: 1px;
}

.price.item {
  margin-bottom: 21px;
  font-size: 30px;
  line-height: 32px;
  font-weight: 400;
  text-align: left;
}

.address-wrap {
  height: 400px;
  margin-top: 0px;
  padding: 40px;
  background-image: url('../images/muster-v-2.png');
  background-position: 50% 50%;
  background-size: auto;
}

.address-block {
  position: static;
  width: 100%;
  height: 100%;
  margin-top: -12px;
  padding: 0px 40px;
  background-image: -webkit-linear-gradient(270deg, #93bce7, #93bce7);
  background-image: linear-gradient(180deg, #93bce7, #93bce7);
}

.address-p {
  margin-bottom: 12px;
  font-family: 'Work Sans', sans-serif;
  color: #fff;
  font-size: 17px;
  line-height: 28px;
  font-weight: 500;
  text-align: center;
}

.h4-address {
  margin-bottom: 12px;
  font-family: 'Work Sans', sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 48px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.map {
  position: relative;
  height: 400px;
}

.columns-no-gutter {
  padding-right: 0px;
  padding-left: 0px;
}

.contact-wrap {
  padding: 30px;
  background-image: url('../images/contact-bg.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: repeat;
}

.contact-block {
  padding: 30px;
  background-image: -webkit-linear-gradient(270deg, #ec83a4, #ec83a4);
  background-image: linear-gradient(180deg, #ec83a4, #ec83a4);
  color: #333;
}

.contact-p {
  font-family: 'Work Sans', sans-serif;
  color: #fff;
  font-weight: 500;
}

.contact-p a:link {
  color: red;
}

.h5-klienditugi {
  margin-top: 0px;
  margin-bottom: 3px;
  font-family: 'Work Sans', sans-serif;
  color: #fff;
  font-size: 34px;
  line-height: 45px;
  font-weight: 400;
  letter-spacing: -0.26px;
  text-transform: none;
}

.p-contact {
  margin-bottom: 30px;
  font-family: 'Work Sans', sans-serif;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -0.2px;
}

.input-name {
  width: 98%;
  height: 50px;
  margin-right: 0px;
  float: left;
  border: 3px solid #fff;
  -webkit-transition: border 300ms ease;
  transition: border 300ms ease;
  font-family: 'Work Sans', sans-serif;
  font-weight: 400;
  cursor: text;
}

.input-name:focus {
  border: 3px solid #93bce7;
}

.input-mail {
  width: 98%;
  height: 50px;
  margin-left: 0px;
  float: right;
  border: 3px solid #fff;
  -webkit-transition: border 300ms ease;
  transition: border 300ms ease;
  font-family: 'Work Sans', sans-serif;
  font-weight: 400;
  cursor: text;
}

.input-mail:focus {
  border: 3px solid #93bce7;
}

.input-textarea {
  height: 50px;
  margin-bottom: 12px;
  border: 3px solid #fff;
  -webkit-transition: border 300ms ease;
  transition: border 300ms ease;
  font-family: 'Work Sans', sans-serif;
}

.input-textarea:focus {
  border: 3px solid #93bce7;
  cursor: text;
}

.form-button {
  height: 50px;
  float: left;
  border-radius: 2px;
  background-image: -webkit-linear-gradient(270deg, #ec83a4, #ec83a4);
  background-image: linear-gradient(180deg, #ec83a4, #ec83a4);
  box-shadow: inset 0 0 0 1px #fff;
  -webkit-transition: background-color 300ms ease, box-shadow 300ms ease;
  transition: background-color 300ms ease, box-shadow 300ms ease;
  font-family: 'Work Sans', sans-serif;
  font-weight: 400;
}

.form-button:hover {
  background-image: -webkit-linear-gradient(270deg, #ec6001, #ec6001);
  background-image: linear-gradient(180deg, #ec6001, #ec6001);
  box-shadow: inset 0 0 0 2px #ec6001;
}

.form-button:active {
  background-image: -webkit-linear-gradient(270deg, #ee7a2b, #ee7a2b);
  background-image: linear-gradient(180deg, #ee7a2b, #ee7a2b);
  box-shadow: inset 0 0 0 2px #ee7a2b;
}

.h2-heading-white {
  margin-bottom: 70px;
  color: #fff;
  font-size: 50px;
  line-height: 54px;
  font-weight: 300;
  letter-spacing: -0.5px;
}

.p-footer {
  font-family: 'Work Sans', sans-serif;
  color: #ec6001;
  font-weight: 400;
  text-align: center;
}

.p {
  font-family: 'Work Sans', sans-serif;
  font-size: 17px;
  line-height: 24px;
  font-weight: 400;
}

.p.center {
  line-height: 25px;
  text-align: center;
  letter-spacing: -0.3px;
}

.h3-kontsept {
  margin-bottom: 18px;
  font-family: 'Work Sans', sans-serif;
  color: #ec83a4;
  font-size: 32px;
  line-height: 36px;
  font-weight: 500;
  text-align: center;
  letter-spacing: -0.5px;
}

.feat-header {
  height: 85px;
  padding-top: 14px;
  padding-bottom: 8px;
  background-image: url('../images/feat-bg.png');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: repeat;
  background-attachment: scroll;
}

.feat-header-nr {
  display: inline-block;
  margin-top: 0px;
  border-style: none;
  border-radius: 40px;
  background-image: -webkit-linear-gradient(270deg, #fff, #fff);
  background-image: linear-gradient(180deg, #fff, #fff);
  text-align: center;
}

.feature-txt-block {
  padding: 28px 20px 32px;
}

.feat-nr {
  display: block;
  width: 56px;
  height: 56px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 30px;
  background-image: -webkit-linear-gradient(270deg, #fff, #fff);
  background-image: linear-gradient(180deg, #fff, #fff);
  text-align: center;
}

.feat-nr-p {
  padding-top: 8px;
  padding-bottom: 2px;
  font-family: 'Work Sans', sans-serif;
  color: #ec83a4;
  font-size: 40px;
  line-height: 40px;
  font-weight: 500;
}

.logo {
  margin-top: 26px;
}

.h2-heading {
  margin-bottom: 70px;
  color: #2d2d2d;
  font-size: 50px;
  line-height: 54px;
  font-weight: 300;
  letter-spacing: -0.5px;
}

.scroll-to-top {
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 1000;
  float: right;
  border: 1px solid #fff;
  border-radius: 2px;
  background-color: rgba(236, 96, 1, .5);
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  font-family: 'Work Sans', sans-serif;
  text-align: center;
}

.scroll-to-top:hover {
  background-color: #ec6001;
  box-shadow: none;
}

.scroll-to-top.w--current {
  right: 15px;
  bottom: 15px;
  padding-right: 11px;
  padding-left: 10px;
  border-style: none;
  border-color: hsla(0, 0%, 100%, 0);
  border-radius: 24px;
  background-color: rgba(236, 96, 1, 0);
  box-shadow: none;
  opacity: 1;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  color: transparent;
  font-weight: 300;
  cursor: pointer;
}

.rekvisiidid {
  color: hsla(0, 0%, 100%, .7);
}

.hero-col-1 {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  padding-left: 100px;
  font-weight: 400;
}

.hero-col-2 {
  position: relative;
  display: block;
  text-align: left;
}

.a-link {
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  color: #fff;
  cursor: pointer;
}

.a-link:hover {
  color: #ec6001;
}

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

.address-align {
  position: static;
}

.container-white {
  display: block;
  margin: 0px auto;
  background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 100%, .5), hsla(0, 0%, 100%, .5));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .5), hsla(0, 0%, 100%, .5));
}

.koostis {
  margin-bottom: 30px;
  font-family: 'Work Sans', sans-serif;
  color: #7e7e7e;
  font-size: 17px;
  line-height: 24px;
}

.h1-item {
  margin-top: 28px;
  margin-bottom: 3px;
  font-family: 'Work Sans', sans-serif;
  color: #2d2d2d;
  font-size: 50px;
  font-weight: 400;
  letter-spacing: -1.2px;
}

.fb {
  display: inline-block;
}

.tw {
  display: inline-block;
}

.gpluss {
  display: inline-block;
}

.a-close {
  margin-top: 6px;
  padding-right: 10px;
  font-family: 'Work Sans', sans-serif;
  color: #7e7e7e;
  font-size: 12px;
  line-height: 12px;
  text-align: right;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.close {
  position: absolute;
  top: 0px;
  right: 0px;
  margin-top: 10px;
  margin-right: 0px;
  float: right;
  text-align: right;
}

.item-row {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0px;
}

.item-col {
  padding: 0px;
}

.item-col.right {
  padding-left: 25px;
}

.test {
  display: block;
  height: 100px;
  padding: 34px;
  background-color: #f35353;
  font-size: 32px;
  line-height: 32px;
  text-align: center;
}

.full-modal {
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 999999;
  display: none;
  overflow: hidden;
  width: 100%;
  height: 100%;
  text-align: center;
}

.modal-block {
  position: relative;
  left: 0px;
  top: 45%;
  right: 0px;
  display: block;
  overflow: hidden;
  height: 550px;
  -webkit-transform: translate(0px, -60%);
  -ms-transform: translate(0px, -60%);
  transform: translate(0px, -60%);
}

.close-modal {
  position: relative;
  top: 0px;
  right: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 8px;
  padding-top: 6px;
  padding-bottom: 6px;
  float: right;
  border: 1px solid #fff;
  border-radius: 3px;
  background-image: -webkit-linear-gradient(270deg, rgba(236, 96, 0, .7), rgba(236, 96, 0, .7));
  background-image: linear-gradient(180deg, rgba(236, 96, 0, .7), rgba(236, 96, 0, .7));
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  font-family: 'Work Sans', sans-serif;
  color: #fff;
  font-weight: 400;
  cursor: pointer;
}

.close-modal:hover {
  background-image: -webkit-linear-gradient(270deg, #ec6000, #ec6000);
  background-image: linear-gradient(180deg, #ec6000, #ec6000);
}

.close-modal:active {
  background-image: -webkit-linear-gradient(270deg, #ff930a, #ff930a);
  background-image: linear-gradient(180deg, #ff930a, #ff930a);
}

.embed-box {
  position: relative;
  z-index: 99999;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  border: 0px none #fff;
}

.modal-block {
  left: 0px;
  top: 50%;
  right: 0px;
  display: block;
  overflow: hidden;
  width: 1000px;
  height: 564px;
  margin-right: auto;
  margin-left: auto;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.modal-bg {
  position: fixed;
  left: 0px;
  top: 0px;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .6), rgba(0, 0, 0, .6));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .6), rgba(0, 0, 0, .6));
}

.item-sector {
  position: static;
  left: 0px;
  right: 0px;
  overflow: visible;
  height: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
}

.fancybox-slide .item-sector {
  padding-top: 0px;
  padding-bottom: 0px;
}

.sector-test {
  display: none;
}

.form-col-1 {
  display: block;
  height: 50px;
  padding-right: 0px;
  padding-left: 0px;
}

.form-col-2 {
  height: 50px;
  margin-bottom: 12px;
  padding-left: 0px;
}

.form-row {
  margin-right: 0px;
  padding-right: 0px;
}

.error {
  background-color: #f64545;
  font-family: 'Work Sans', sans-serif;
  color: #fff;
  font-weight: 400;
  text-align: center;
}

.item-col {
  padding-right: 5px;
  padding-left: 5px;
}

.hailait {
  background-image: -webkit-linear-gradient(270deg, #fff, #fff);
  background-image: linear-gradient(180deg, #fff, #fff);
}

.text-block {
  padding-top: 6px;
  padding-bottom: 0px;
  font-family: 'Work Sans', sans-serif;
  color: #fff;
  font-weight: 400;
}

.text-block.lang {
  padding-top: 6px;
}

.lang-icon {
  position: absolute;
  left: 0px;
  top: 0px;
  right: -15px;
  bottom: 0px;
  margin-top: 28.5px;
  float: right;
  color: #fff;
  font-weight: 400;
}

.lang-drop {
  padding-top: 11px;
  background-image: -webkit-linear-gradient(270deg, #ec6001, #ec6001);
  background-image: linear-gradient(180deg, #ec6001, #ec6001);
  font-family: 'Work Sans', sans-serif;
  color: #fff;
  font-weight: 400;
}

.lang-drop:hover {
  background-image: -webkit-linear-gradient(270deg, #dd5a02, #dd5a02);
  background-image: linear-gradient(180deg, #dd5a02, #dd5a02);
}

.lang-drop:active {
  background-image: -webkit-linear-gradient(270deg, #fa6400, #fa6400);
  background-image: linear-gradient(180deg, #fa6400, #fa6400);
}

.lang-drop:focus {
  background-image: -webkit-linear-gradient(270deg, #d85700, #d85700);
  background-image: linear-gradient(180deg, #d85700, #d85700);
}

.lang-toggle {
  padding-right: 26px;
  padding-left: 17px;
}

.lang-toggle:hover {
  font-family: 'Work Sans', sans-serif;
  color: hsla(0, 0%, 100%, .9);
  font-weight: 400;
}

.lang-toggle.w--open {
  padding-right: 26px;
  padding-bottom: 25px;
  padding-left: 17px;
}

html.w-mod-js *[data-ix="fade-in-on-load"] {
  opacity: 0;
  -webkit-transform: translate(0px, 24px);
  -ms-transform: translate(0px, 24px);
  transform: translate(0px, 24px);
}

html.w-mod-js *[data-ix="fade-in-on-load-2"] {
  opacity: 0;
  -webkit-transform: translate(0px, -19px);
  -ms-transform: translate(0px, -19px);
  transform: translate(0px, -19px);
}

html.w-mod-js *[data-ix="fade-in-on-scroll"] {
  opacity: 0;
  -webkit-transform: translate(0px, 24px);
  -ms-transform: translate(0px, 24px);
  transform: translate(0px, 24px);
}

html.w-mod-js *[data-ix="fade-in-on-scroll-left"] {
  opacity: 0;
  -webkit-transform: translate(-17px, 0px);
  -ms-transform: translate(-17px, 0px);
  transform: translate(-17px, 0px);
}

html.w-mod-js *[data-ix="fade-in-on-scroll-right"] {
  opacity: 0;
  -webkit-transform: translate(17px, 0px);
  -ms-transform: translate(17px, 0px);
  transform: translate(17px, 0px);
}

html.w-mod-js *[data-ix="fade-in-on-scroll-right-2"] {
  display: block;
  opacity: 0;
  -webkit-transform: translate(17px, 0px);
  -ms-transform: translate(17px, 0px);
  transform: translate(17px, 0px);
}

html.w-mod-js *[data-ix="modal-interaction"] {
  display: none;
  opacity: 0;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}

@media (max-width: 991px) {
  .button {
    margin-right: 12px;
    padding: 14px 25px;
    font-size: 17px;
  }
  .button.hollow {
    margin-right: 0px;
  }
  .button.in-pricing {
    font-size: 14px;
    line-height: 18px;
  }
  .nav-link {
    padding: 18px 0px;
    color: #fff;
  }
  .nav-link:hover {
    box-shadow: inset 0 3px 0 0 transparent;
  }
  .nav-link.w--current {
    box-shadow: inset 0 1px 0 0 transparent;
  }
  .nav-link.menu {
    padding: 22px 17px;
    color: #000;
    font-size: 30px;
  }
  .nav-link.menu.w--open {
    background-color: #f66705;
    color: #fff;
  }
  .nav-link.mobile {
    border-bottom: 1px none #fff;
  }
  .section.main {
    margin-top: 70px;
    padding-top: 63px;
    padding-bottom: 80px;
    background-position: 67% 50%;
    background-size: cover;
    background-repeat: repeat;
    background-attachment: scroll;
  }
  .nav-menu {
    padding-top: 13px;
    padding-bottom: 13px;
    background-color: #000;
  }
  .nav-menu.mobile {
    background-color: #f66705;
  }
  .main-heading {
    margin-top: 36px;
    padding-top: 11px;
    font-size: 54px;
    line-height: 60px;
  }
  .main-feature-group {
    margin-top: 0px;
  }
  .small-features-row {
    margin-top: 37px;
  }
  .main-image {
    margin-top: 0px;
    padding-right: 22px;
    padding-left: 22px;
  }
  .address-block {
    margin-top: -2px;
    padding: 37px 20px;
    font-size: 17px;
    line-height: 24px;
  }
  .address-p {
    font-size: 16px;
    line-height: 24px;
  }
  .h4-address {
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 36px;
  }
  .contact-p {
    font-size: 12px;
    line-height: 18px;
  }
  .h5-klienditugi {
    font-size: 31px;
  }
  .input-name {
    width: 97.5%;
  }
  .input-mail {
    width: 97.5%;
  }
  .h2-heading-white {
    font-size: 46px;
  }
  .h3-kontsept {
    font-size: 30px;
  }
  .logo {
    margin-top: 25px;
  }
  .nav-menu-icon {
    color: #fff;
  }
  .h2-heading {
    font-size: 46px;
  }
  .hero-col-1 {
    padding-left: 39px;
  }
  .koostis {
    font-size: 15px;
    line-height: 22px;
  }
  .h1-item {
    margin-top: 22px;
    font-size: 43px;
    line-height: 45px;
  }
  .modal-block {
    width: 768px;
    height: 438px;
  }
  .item-sector {
    padding: 10px;
  }
}

@media (max-width: 767px) {
  h3 {
    margin-bottom: 8px;
  }
  .button.hollow {
    margin-right: 0px;
  }
  .logo-text {
    margin-top: 15px;
  }
  .nav-link.menu {
    padding-top: 11px;
    padding-bottom: 11px;
  }
  .section {
    padding-top: 52px;
    padding-bottom: 43px;
    text-align: center;
  }
  .section.blue {
    padding-bottom: 0px;
  }
  .section.main {
    margin-top: 51px;
    padding-top: 19px;
    padding-bottom: 33px;
    background-position: 30% 50%;
    background-size: cover;
  }
  .nav-menu {
    padding-right: 12px;
    padding-left: 12px;
  }
  .footer-title {
    margin-top: 35px;
  }
  .newsletter-form {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .main-heading {
    margin-top: 0px;
    margin-bottom: 25px;
    padding-top: 26px;
  }
  .section-subtitle {
    margin-bottom: 44px;
  }
  .plan-wrapper {
    min-height: 300px;
    margin-right: 5%;
    margin-bottom: 34px;
    margin-left: 5%;
  }
  .divider {
    width: 100%;
  }
  .feature {
    margin-bottom: 32px;
    text-align: center;
  }
  .feature-icon {
    margin-bottom: 4px;
  }
  .main-feature-group {
    margin-top: 0px;
    margin-bottom: 34px;
  }
  .small-features-row {
    margin-top: 0px;
  }
  .main-image {
    display: block;
    margin: 61px auto 17px;
  }
  .tootekood.alignleft {
    margin-bottom: 5px;
    font-size: 12px;
    line-height: 14px;
  }
  .price.item {
    margin-bottom: 8px;
    font-size: 20px;
    line-height: 24px;
  }
  .address-wrap {
    margin-right: 0px;
    margin-left: 0px;
  }
  .address-block {
    padding: 55px 40px;
  }
  .map {
    display: none;
  }
  .contact-wrap {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .contact-p {
    padding-top: 35px;
    font-size: 14px;
    line-height: 19px;
  }
  .input-name {
    width: 97%;
  }
  .input-mail {
    width: 97%;
  }
  .h2-heading-white {
    margin-bottom: 47px;
    font-size: 44px;
    line-height: 48px;
  }
  .logo {
    margin-top: 14px;
    margin-left: 5px;
  }
  .h2-heading {
    margin-bottom: 46px;
    font-size: 44px;
    line-height: 48px;
  }
  .hero-col-1 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .hero-col-2 {
    padding-right: 0px;
    padding-left: 0px;
    text-align: center;
  }
  .ph-link {
    color: #fff;
    text-decoration: none;
  }
  .koostis {
    margin-bottom: 0px;
    font-size: 14px;
    line-height: 19px;
  }
  .h1-item {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 28px;
    line-height: 30px;
  }
  .item-col.right {
    padding-left: 14px;
  }
  .close-modal {
    padding: 4px 11px 3px;
    font-size: 13px;
  }
  .modal-block {
    width: 480px;
    height: 300px;
  }
}

@media (max-width: 479px) {
  .button {
    display: block;
    margin-right: 16px;
    margin-bottom: 7px;
    margin-left: 16px;
    padding: 12px 22px;
    font-size: 14px;
  }
  .button.hollow {
    display: block;
    margin-right: 16px;
    margin-left: 16px;
  }
  .section.main {
    position: static;
    overflow: visible;
    padding-top: 0px;
    background-position: 28% 50%;
    background-repeat: no-repeat;
  }
  .form-wrapper {
    display: none;
  }
  .main-heading {
    margin-top: 21px;
    font-size: 40px;
    line-height: 44px;
    text-align: center;
  }
  .feature-icon {
    margin-bottom: 8px;
  }
  .main-image {
    margin-top: 45px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .client-logo {
    width: 33.33%;
  }
  .press-logo {
    width: 28%;
  }
  .tootekood.alignleft {
    margin-top: 7px;
    margin-bottom: 10px;
  }
  .price.item {
    margin-bottom: 13px;
  }
  .address-wrap {
    height: 370px;
  }
  .address-block {
    margin-top: 0px;
    padding: 21px;
  }
  .address-p {
    font-size: 14px;
    line-height: 21px;
  }
  .h4-address {
    font-size: 18px;
    line-height: 26px;
  }
  .contact-block {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .h5-klienditugi {
    margin-top: 24px;
    font-size: 27px;
    line-height: 40px;
  }
  .h2-heading-white {
    padding-right: 15px;
    padding-left: 15px;
    font-size: 38px;
  }
  .logo {
    max-width: 100%;
    margin-top: 14px;
  }
  .h2-heading {
    padding-right: 15px;
    padding-left: 15px;
    font-size: 38px;
  }
  .hero-col-1 {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .hero-col-2 {
    padding-right: 40px;
    padding-left: 40px;
  }
  .koostis {
    margin-top: 0px;
    font-size: 16px;
    line-height: 22px;
  }
  .h1-item {
    margin-top: 21px;
    padding-top: 0px;
    font-size: 37px;
  }
  .modal-block {
    width: 320px;
    height: 500px;
  }
  .text-span {
    margin-right: 16px;
    margin-left: 16px;
    text-align: left;
  }
}

