.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

body {
  color: #000;
  font-family: Inter, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: bold;
  line-height: 36px;
}

p {
  margin-bottom: 10px;
}

a {
  text-decoration: underline;
}

.body {
  color: #000;
  font-family: Inter, sans-serif;
}

.nav-wrapper-01 {
  z-index: 1;
  background-color: #fff;
  border-bottom: 1px #dbdbdb;
  justify-content: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.nav-inner {
  width: 100%;
  max-width: 1100px;
  justify-content: space-between;
  align-items: center;
  padding-top: 19px;
  padding-bottom: 20px;
  display: flex;
}

.brand-link {
  align-items: center;
  font-size: 23px;
  font-weight: 700;
  display: flex;
}

.brand-link.in-footer {
  margin-bottom: 15px;
}

.brand-link.in-footer._2 {
  margin-bottom: 0;
}

.logo-txt {
  color: #000;
  margin-top: 3px;
  line-height: 23px;
}

.blue {
  color: #000;
  font-family: Stolzl, sans-serif;
}

.globe {
  max-width: 87%;
  margin-right: 10px;
}

.nav-link {
  max-width: 1100px;
  color: #000;
  text-transform: none;
  border: 1px #000;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Stolzl, sans-serif;
  font-size: 16px;
  font-weight: 500;
  transition: all .2s;
}

.nav-link:hover {
  color: #000;
  border-style: none;
  border-color: #000;
  border-radius: 0;
}

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

.nav-link.dropdown {
  padding-top: 0;
  padding-bottom: 0;
}

.nav-link.in-drop {
  width: 100%;
  border-bottom-style: solid;
  border-bottom-color: #dbdbdb;
  border-left-style: solid;
  border-left-color: #dbdbdb;
}

.button {
  text-transform: none;
  cursor: pointer;
  background-color: #000;
  border-radius: 0;
  padding: 13px 22px;
  font-family: Stolzl, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  transition: all .2s;
}

.button:hover {
  opacity: .8;
}

.button.nav {
  text-transform: none;
  background-color: #000;
  border-radius: 0;
  font-size: 16px;
  transition: all .2s;
}

.button.nav:hover {
  opacity: .8;
}

.button.nav._2 {
  border: 3px solid #000;
  margin-left: 0;
  padding: 11px 20px;
}

.button.nav._2.outline {
  color: #000;
  background-color: #fff;
  margin-left: 20px;
  margin-right: 20px;
}

.button.nav.hide {
  display: none;
}

.button.pricing, .button.in-form {
  width: 100%;
  text-align: center;
}

.button.team-member {
  width: 48%;
  color: #fff;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.nav-menu {
  background-color: #fff;
  padding-bottom: 20px;
}

.hamburger.invert {
  filter: invert();
}

.menu-button.w--open {
  background-color: rgba(255, 255, 255, 0);
}

.hero-section-01 {
  width: 100%;
  height: auto;
  min-height: 70vh;
  background-image: url('../images/man-on-computer.jpg');
  background-position: 45vw;
  background-repeat: no-repeat;
  background-size: auto 110%;
  border-bottom: 1px solid #dbdbdb;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero-section-01.software {
  min-height: 60vh;
  background-image: url('../images/software.jpg');
}

.hero-content-01 {
  width: 100%;
  height: 100%;
  max-width: 1100px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.inner-hero-content-01 {
  max-width: 650px;
  background-color: #fff;
  border: 1px solid #dbdbdb;
  flex-direction: column;
  align-items: flex-start;
  padding: 50px;
  display: flex;
}

.body-2 {
  color: #000;
  font-family: Inter, sans-serif;
}

.heading-1 {
  text-transform: none;
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Stolzl, sans-serif;
  font-size: 42px;
  font-weight: 500;
  line-height: 1.2;
}

.heading-1.about {
  font-size: 70px;
  font-weight: 700;
  line-height: 1.1;
}

.paragraph {
  opacity: .75;
  color: #000;
  font-family: Stolzl Book, sans-serif;
  font-size: 15px;
  line-height: 1.9;
}

.paragraph.no-bottom-pad {
  margin-bottom: 0;
  font-family: Stolzl Book, sans-serif;
  font-size: 13px;
  font-weight: 400;
}

.paragraph.no-bottom-pad.center {
  text-align: center;
}

.paragraph.black {
  opacity: 1;
}

.paragraph.black.center {
  text-align: center;
}

.button-wrapper {
  cursor: pointer;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.button-wrapper.hide {
  display: none;
}

.secondary-button {
  color: #000;
  align-items: center;
  margin-left: 25px;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.secondary-button:hover {
  opacity: .8;
  transform: translate(5px);
}

.secondary-button.in-pricing {
  margin-top: 20px;
  margin-left: 0;
}

.secondary-button.in-pricing:hover {
  transform: none;
}

.secondary-button.in-blog {
  margin-top: 20px;
  margin-left: 0;
}

.secondary-button.no-left-margin {
  cursor: pointer;
  margin-top: 20px;
  margin-left: 0;
  font-family: Stolzl Book, sans-serif;
  font-size: 14px;
}

.secondary-button.invert {
  filter: invert();
}

.secondary-button.hide {
  display: none;
}

.secondary-button.left_margin_0 {
  margin-left: 0;
}

.right-arrow {
  height: 15px;
  margin-top: 2px;
  margin-left: 7px;
}

.clients-section-01 {
  width: 100%;
  background-color: #f7f7f7;
  border-bottom: 1px #dbdbdb;
  flex-direction: column;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.clients-inner-01 {
  width: 100%;
  max-width: 1100px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-rows: minmax(0, 1fr);
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  justify-items: center;
  display: grid;
}

.client-logo {
  max-width: 175px;
  opacity: .55;
  transition: all .2s;
}

.client-logo:hover {
  opacity: 1;
}

.body-3 {
  font-family: Inter, sans-serif;
}

.clients-title {
  color: #000;
  text-transform: none;
  margin-bottom: 25px;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
}

.content-section-01 {
  width: 100%;
  border-bottom: 1px solid #dbdbdb;
  flex-direction: column;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.content-section-inner-01 {
  width: 100%;
  max-width: 1100px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.content-wrap-left {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-right: 20px;
  display: flex;
}

.heading-2 {
  margin-top: 0;
  font-family: Stolzl, sans-serif;
  font-size: 31px;
  font-weight: 500;
  line-height: 1.1;
}

.heading-2.center {
  text-align: center;
  font-size: 31px;
  font-weight: 500;
  line-height: 1.4;
}

.heading-2.center.white {
  color: #fff;
  line-height: 1.3;
}

.image-content-section {
  position: relative;
}

.image-content-section.random_img {
  background-image: url('../images/Без-названия.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.image-in-div {
  z-index: 2;
  width: auto;
  margin-top: 0;
  margin-right: 0;
  position: relative;
}

.border-effect {
  z-index: 1;
  background-color: #fff;
  border: 5px solid #000;
  position: absolute;
  top: -20px;
  bottom: 15px;
  left: 15px;
  right: -20px;
}

.border-effect.no-fill {
  background-color: rgba(0, 0, 0, 0);
  border-style: none;
  display: none;
}

.border-effect.no-fill.esk {
  background-image: url('../images/bg.png');
  background-position: 0 0;
  background-size: auto;
}

.section-title {
  color: #c4c4c4;
  letter-spacing: 1px;
  text-transform: none;
  margin-bottom: 10px;
  font-family: Stolzl, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  text-decoration: none;
}

.section-title.footer {
  letter-spacing: 0;
  margin-bottom: 20px;
}

.form-section-01 {
  width: 100%;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.big-image-form-01 {
  width: 100%;
  height: 350px;
  background-image: url('../images/nyc-skyline.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
}

.form-section-inner {
  width: 100%;
  max-width: 750px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #dbdbdb;
  flex-direction: column;
  align-items: flex-start;
  margin-top: -170px;
  padding: 50px;
  display: flex;
}

.newsletter-form-01 {
  align-items: stretch;
  display: flex;
}

.text-field-01 {
  height: 48px;
  border: 1px solid #dbdbdb;
  margin-bottom: 0;
  margin-right: 20px;
  padding-top: 13px;
  padding-bottom: 13px;
  padding-left: 15px;
  font-size: 16px;
  line-height: 22px;
}

.text-field-01:active {
  color: #000;
  border-color: #dbdbdb;
}

.nexsletter-form-block-01 {
  width: 85%;
  margin-top: 20px;
  margin-bottom: 0;
}

.cards-section-01 {
  width: 100%;
  border-bottom: 1px solid #dbdbdb;
  flex-direction: column;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.cards-section-01.hide_desctop {
  display: none;
}

.cards-01-inner-wrap {
  width: 100%;
  max-width: 1100px;
}

.card-01-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 30px;
}

.card-01-grid.pages {
  grid-template-columns: 1fr 1fr;
}

.card-01 {
  width: 100%;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.card-image {
  width: 100%;
  height: 225px;
  background-image: url('../images/man-on-computer.jpg');
  background-position: 50%;
  background-size: cover;
  border: 1px #dbdbdb;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.card-image._1 {
  background-image: url('../images/bill-3999326_1280.jpg');
}

.card-image._2 {
  background-image: url('../images/environmental-protection-683437_1280.jpg');
}

.card-image._3 {
  background-image: url('../images/chess-4794265_1280.jpg');
}

.card-image.aktyubinsk {
  background-image: url('../images/Frame-994.svg'), linear-gradient(#000, #000);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, auto;
}

.card-image.akmolinsk {
  background-image: url('../images/Frame-995.svg'), linear-gradient(#000, #000);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, auto;
}

.card-image.vostochnaya {
  background-image: url('../images/Frame-996.svg'), linear-gradient(#000, #000);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, auto;
}

.card-content-01 {
  width: 90%;
  background-color: #fff;
  border: 1px solid #dbdbdb;
  margin-top: -77px;
  padding: 0;
}

.card-content-01.home {
  width: 100%;
  margin-top: 0;
}

.heading-3 {
  margin-top: 0;
  font-family: Stolzl, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.1;
}

.heading-3.bigger {
  font-size: 25px;
  line-height: 30px;
}

.heading-3.team-member {
  margin-bottom: 6px;
}

.heading-3.team-member.bigger {
  font-size: 30px;
  line-height: 40px;
}

.heading-3.blog {
  font-size: 17px;
  font-weight: 500;
  line-height: 1.2;
}

.card-01-button {
  width: 100%;
  text-align: center;
  text-transform: none;
  background-color: #000;
  border-radius: 0;
  padding: 13px 22px;
  font-family: Stolzl, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  transition: all .2s;
}

.card-01-button:hover {
  opacity: .8;
}

.inner-card-content-01 {
  background-color: #fff;
  padding: 15px 20px;
}

.footer-section-01 {
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 20px;
  display: flex;
}

.footer-01-div {
  width: 100%;
  max-width: 1100px;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-sec-1 {
  flex-direction: column;
  align-items: flex-start;
  padding-right: 80px;
  display: flex;
}

.location-wrap {
  margin-top: 20px;
}

.location-title {
  opacity: 1;
  font-family: Stolzl, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
}

.grid-sec-2 {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.services-wrap-footer {
  margin-top: 0;
}

.footer-link {
  opacity: .8;
  color: #000;
  margin-bottom: 8px;
  font-family: Stolzl, sans-serif;
  font-size: 13px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.footer-link:hover {
  opacity: 1;
  color: #000;
}

.legal-info {
  opacity: 1;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Stolzl Book, sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 22px;
}

.legal-info.small-footer {
  margin-top: 0;
}

.pricing-section-01 {
  width: 100%;
  border-bottom: 1px solid #dbdbdb;
  flex-direction: column;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.pricing-div-01 {
  width: 100%;
  max-width: 1100px;
  grid-column-gap: 0px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.pricing-card-01 {
  background-color: #fff;
  border: 1px solid #dbdbdb;
  border-top: 5px solid #000;
  padding: 40px 40px 25px;
}

.pricing-card-01._1 {
  border-right-style: none;
}

.pricing-card-01._3 {
  border-left-style: none;
}

.pricing-title-01 {
  margin-bottom: 60px;
}

.plan-price-wrap {
  margin-bottom: 25px;
}

.features-wrap {
  margin-bottom: 60px;
}

.heading-4 {
  margin-top: 0;
  font-weight: 600;
}

.heading-4.smaller {
  font-size: 23px;
  line-height: 33px;
}

.checkbox {
  width: 22px;
  height: 22px;
  background-color: #000;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  padding: 6px;
  display: flex;
}

.feature-list-item {
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.feature-list-item.center {
  justify-content: center;
}

.pricing-button-wrap {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.pricing-title-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 30px;
  display: flex;
}

.testimonials-section-01 {
  width: 100%;
  border-bottom: 1px solid #dbdbdb;
  justify-content: center;
  align-items: flex-start;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.testimonials-grid-01 {
  width: 100%;
  max-width: 1100px;
  grid-template-rows: auto;
}

.testimonials-main-block {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.testimonial-card-01 {
  border: 1px solid #dbdbdb;
  border-left: 5px solid #000;
  margin-bottom: 20px;
  transition: all .2s;
}

.testimonial-card-01:hover {
  box-shadow: 1px 1px 16px rgba(0, 0, 0, .08);
}

.testimonial-author {
  border-bottom: 1px solid #dbdbdb;
  align-items: center;
  display: flex;
}

.testimonial-image {
  width: 75px;
  height: 75px;
  background-image: url('../images/kidfortestimonial.png');
  background-position: 50%;
  background-size: cover;
  border-bottom: 1px #dbdbdb;
  border-right: 1px solid #dbdbdb;
  margin-right: 20px;
}

.author-name {
  margin-bottom: 5px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
}

.author-subheading {
  font-family: Stolzl Book, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

.testimonial-text {
  padding: 20px;
}

.testimonial-block-l-01 {
  width: 48%;
}

.testimonial-block-r-01 {
  width: 48%;
  margin-left: 20px;
  padding-top: 20px;
  padding-bottom: 0;
}

.faq-section-01 {
  width: 100%;
  border-bottom: 1px solid #dbdbdb;
  flex-direction: column;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.faq-wrap-01 {
  width: 100%;
  max-width: 1100px;
  background-color: #fdfbfb;
  border: 1px solid #dbdbdb;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.faq-01 {
  width: 100%;
  border-bottom: 1px solid #dbdbdb;
  padding: 40px;
}

.faq-01.bottom {
  border-bottom-style: none;
}

.faq-title-wrap {
  width: 100%;
  max-width: 1100px;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 30px;
  display: flex;
}

.article-01-hero {
  width: 100%;
  border-bottom: 1px solid #dbdbdb;
  justify-content: center;
  align-items: center;
  padding-top: 200px;
  padding-bottom: 120px;
  display: flex;
  position: relative;
}

.article-01-image-wrap {
  width: 40vw;
  height: 400px;
  background-image: url('../images/environmental-protection-683437_1280.jpg');
  background-position: 50%;
  background-size: cover;
  border: 1px solid #dbdbdb;
  border-right-style: none;
  position: absolute;
  top: auto;
  bottom: auto;
  left: auto;
  right: 0%;
}

.article-01-image-wrap.strategy {
  background-image: url('../images/chess-4794265_1280.jpg');
}

.article-01-image-wrap.inovation {
  background-image: url('../images/bill-3999326_1280.jpg');
}

.article-01-preview {
  width: 100%;
  max-width: 1100px;
  align-items: center;
  padding-right: 475px;
  display: flex;
}

.article-preview-01-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-right: 0;
  display: flex;
}

.date-readtime {
  align-items: center;
  display: flex;
}

.author-social-div {
  width: 100%;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 25px;
  display: flex;
}

.author-img {
  width: 60px;
  margin-right: 10px;
}

.social-link {
  width: 25px;
  margin-left: 10px;
  transition: all .2s;
}

.social-link:hover {
  opacity: .8;
}

.date-readtime-text {
  opacity: .8;
  color: #000;
  margin-right: 4px;
}

.social-links {
  align-items: center;
  display: flex;
}

.author-info-div {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.author-name-2 {
  color: #000;
  margin-bottom: 0;
  font-weight: 600;
}

.author-div {
  align-items: center;
  display: flex;
}

.author-div.bottom-40 {
  margin-bottom: 40px;
}

.profile-button {
  background-color: #7a878d;
  border-radius: 50px;
  margin-left: 10px;
  padding: 3px 10px 2px;
  transition: all .2s;
}

.profile-button:hover {
  opacity: .8;
}

.name-and-button {
  align-items: center;
  margin-bottom: 2px;
  display: flex;
}

.webflowbanner {
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #dbdbdb;
  border-radius: 0;
  flex-direction: column;
  align-items: center;
  padding: 0;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 85px;
  overflow: visible;
}

.text-block-85 {
  font-family: Stolzl, sans-serif;
  font-weight: 500;
}

.image-74 {
  width: 55px;
  margin-top: -50px;
  margin-bottom: 13px;
}

.article-section {
  width: 100%;
  border-bottom: 1px solid #dbdbdb;
  flex-direction: column;
  align-items: center;
  padding-top: 75px;
  padding-bottom: 100px;
  display: flex;
}

.article-wrapper {
  width: 100%;
  max-width: 600px;
  padding-left: 0;
  padding-right: 40px;
}

.rich-text-block {
  color: #000;
  font-family: Stolzl Book, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
}

.rich-text-block p {
  color: #000;
  font-family: Stolzl Book, sans-serif;
}

.rich-text-block a {
  color: #000;
}

.rich-text-block h2 {
  font-family: Stolzl, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4;
}

.wfinner {
  width: 100%;
  color: #000;
  text-align: center;
  background-color: #fff;
  border-radius: 0;
  flex-direction: column;
  align-items: center;
  padding: 20px;
  font-size: 18px;
  font-weight: 800;
  line-height: 25px;
  display: flex;
}

.article-cta-wrap {
  width: 100%;
  max-width: 900px;
  flex-direction: row;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.article-preview-text {
  opacity: .75;
  font-size: 20px;
  line-height: 29px;
}

.related-title-div {
  width: 100%;
  max-width: 900px;
  margin-bottom: 30px;
}

.related-title-div._1100 {
  max-width: 1100px;
}

.article {
  border-top: 1px solid #e4e4e4;
  border-bottom: 1px #e4e4e4;
  justify-content: space-between;
  align-items: stretch;
  padding: 40px 25px;
  text-decoration: none;
  transition: all .25s;
  display: flex;
}

.article:hover {
  background-color: #fafafa;
}

.related-articles {
  width: 100%;
  border-bottom: 1px solid #dbdbdb;
  flex-direction: column;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.article-text-wrapper {
  width: 60%;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-right: 30px;
  display: flex;
}

.heading-4 {
  color: #000;
  margin-bottom: 10px;
  font-size: 27px;
  font-weight: 600;
  line-height: 37px;
}

.blog-preview-related {
  width: 40%;
  height: auto;
  max-width: 40%;
  min-height: 250px;
  background-image: url('../images/6101163b59fc80521f698912_60df2dddf8ef998f63b60df5_icons8-team-r-enAOPw8Rs-unsplash.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 0;
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.article-wrap {
  width: 100%;
  max-width: 900px;
}

.article-wrap._1100 {
  max-width: 1100px;
}

.blog-date {
  color: #000;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-weight: 700;
}

.team-section-01 {
  width: 100%;
  border-bottom: 1px solid #dbdbdb;
  flex-direction: column;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.team-grid-01 {
  width: 100%;
  max-width: 1100px;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  justify-items: center;
}

.team-member-01 {
  width: 100%;
  max-width: 100%;
  border: 1px solid #dbdbdb;
  transition: all .2s;
}

.team-member-01:hover {
  box-shadow: 1px 1px 20px rgba(0, 0, 0, .16);
}

.team-member-image-01 {
  width: 100%;
  height: 225px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 20px;
  padding-left: 20px;
  display: flex;
  overflow: hidden;
}

.team-member-image-01.bill {
  height: 225px;
  background-image: url('../images/Professional-Headshot-Poses-Blog-Post2.jpg');
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 20px;
  padding-left: 20px;
}

.team-member-image-01.new {
  background-image: url('../images/professional-headshot-for-surgical-sales-representative-blog.jpg');
}

.team-member-image-01.nill {
  background-image: url('../images/headshot1_TrunkClubDallasHeadshots_JoeKathrina-069.jpg');
}

.team-member-image-01.llib {
  background-image: url('../images/03-how-to-pose-for-a-professional-headshot-photo-copy-1024x683.jpg');
}

.team-member-image-01.blil {
  background-image: url('../images/professional-headshot-backgrounds-600x400.jpg');
}

.team-member-image-01.lbil {
  background-image: url('../images/HS-1-Resize-800x550.jpg');
}

.team-member-image-01.will {
  background-image: url('../images/professional-headshots-10-lg.jpg');
}

.team-member-image-01.man {
  background-image: url('../images/janel-lee_photography_cincinnati_ohio_professional_headshots_personal_branding_justin_england-2.jpg');
}

.team-member-picture-01 {
  height: 100%;
  max-width: none;
}

.team-member-info-01 {
  background-color: #fff;
  border: 1px #000;
  border-top: 5px solid #000;
  margin-top: -40px;
  margin-left: 0;
  margin-right: 0;
  padding: 20px;
  position: relative;
}

.job-title {
  opacity: .75;
  font-size: 16px;
  line-height: 22px;
}

.linkedin-link {
  width: 25px;
  height: 25px;
  margin-bottom: 10px;
  transition: all .2s;
}

.linkedin-link:hover {
  opacity: .8;
}

.team-title-wrap {
  width: 100%;
  max-width: 1100px;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 30px;
  display: flex;
}

.tabs-section-01 {
  width: 100%;
  border-bottom: 1px solid #dbdbdb;
  flex-direction: column;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.tabs-01 {
  width: 100%;
  max-width: 1100px;
  display: flex;
}

.tabs-menu-01 {
  border-right: 1px solid #dbdbdb;
  flex-direction: column;
  justify-content: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.tabs-content-01 {
  padding: 40px 40px 40px 50px;
}

.tab-link-01 {
  opacity: .75;
  white-space: nowrap;
  cursor: pointer;
  background-color: #fff;
  border-right: 5px solid #fff;
  padding: 20px;
  font-family: Stolzl, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  transition: all .2s;
}

.tab-link-01:hover {
  opacity: 1;
}

.tab-link-01.w--current {
  opacity: 1;
  color: #000;
  background-color: #fff;
  border-right-color: #000;
  font-family: Stolzl, sans-serif;
  font-weight: 700;
}

.in-tabs-image {
  z-index: 1;
  min-height: 350px;
  background-image: url('../images/KOMATSU-HD785.png');
  background-position: 50%;
  background-size: cover;
  position: relative;
}

.in-tabs-image.buravaya {
  background-image: url('../images/буровая-установка.png');
}

.in-tabs-image.esk {
  z-index: 1;
  background-image: url('../images/bg.png');
  background-repeat: no-repeat;
  background-size: contain;
}

.in-tabs-image.kompleks {
  z-index: 1;
  background-image: url('../images/kompleks.png');
  background-repeat: no-repeat;
  background-size: 320px;
}

.hero-section-02 {
  width: 100%;
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/nyc-skyline.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-direction: column;
  align-items: center;
  padding-top: 140px;
  padding-bottom: 140px;
  display: flex;
}

.hero-section-02.reduce-padding {
  padding-top: 100px;
  padding-bottom: 100px;
}

.hero-section-02.reduce-padding.new-bg {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/intheoffice.jpg');
  background-position: 0 0, 50% 100%;
  background-attachment: scroll, fixed;
}

.hero-section-02.blog {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/girl-with-headphones.jpg');
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
  padding-top: 100px;
  padding-bottom: 100px;
}

.client-section-02 {
  width: 100%;
  border-bottom: 1px solid #dbdbdb;
  flex-direction: column;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.clients-inner-02 {
  width: 100%;
  max-width: 1100px;
  grid-column-gap: 20px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-rows: minmax(0, 1fr);
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  justify-items: center;
  display: grid;
}

.content-section-02 {
  border-bottom: 1px solid #dbdbdb;
  flex-direction: column;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.content-grid-02 {
  width: 100%;
  max-width: 1100px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.content-card-02 {
  border: 1px solid #dbdbdb;
  border-left: 5px solid #000;
  padding: 32px 20px;
  transition: all .2s;
}

.content-card-02:hover {
  box-shadow: 1px 1px 20px rgba(0, 0, 0, .07);
}

.icon-div {
  width: 65px;
  height: 65px;
  background-color: #000;
  margin-bottom: 20px;
  padding: 13px;
}

.icon-div.smaller {
  width: 45px;
  height: 45px;
  justify-content: center;
  align-items: center;
  padding: 8px;
  display: flex;
}

.content-02-title-div {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 30px;
  display: flex;
}

.hero-section-03 {
  border-bottom: 1px solid #dbdbdb;
  justify-content: center;
  align-items: center;
  padding-top: 175px;
  padding-bottom: 175px;
  display: flex;
  position: relative;
}

.hero-content-03 {
  width: 100%;
  height: 100%;
  max-width: 1100px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.inner-hero-content-03 {
  max-width: none;
  background-color: rgba(0, 0, 0, 0);
  border: 1px #dbdbdb;
  border-left: 5px solid #000;
  flex-direction: column;
  align-items: flex-start;
  padding: 0 500px 0 40px;
  display: flex;
}

.hero-03-image-wrap {
  width: 40vw;
  height: 400px;
  background-image: url('../images/logo-mockup-27-08---1.png');
  background-position: 50% 100%;
  background-size: cover;
  border: 1px solid #dbdbdb;
  border-right-style: none;
  position: absolute;
  top: auto;
  bottom: auto;
  left: auto;
  right: 0%;
}

.form-section-02 {
  width: 100%;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.form-section-inner-02 {
  width: 100%;
  max-width: 900px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #dbdbdb;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 0;
  padding: 50px;
  display: flex;
}

.form-section-inner-02.max-width {
  max-width: 1100px;
}

.form-section-inner-02.no-flex {
  display: block;
}

.big-image-form-02 {
  width: 100%;
  height: auto;
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/mine-267-1.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  justify-content: center;
  align-items: center;
  padding-top: 120px;
  padding-bottom: 120px;
  display: flex;
}

.tabs-section-02 {
  display: flex;
}

.sticky-tabs-menu {
  border-right: 1px solid #dbdbdb;
  flex-direction: column;
  justify-content: flex-start;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 60px;
}

.sticky-tabs {
  width: 100%;
  max-width: 1100px;
  align-items: flex-start;
  display: flex;
}

.sticky-tabs-content {
  padding: 0 40px;
}

.sticky-tabs-section {
  width: 100%;
  border-bottom: 1px solid #dbdbdb;
  flex-direction: column;
  align-items: center;
  padding-top: 140px;
  padding-bottom: 100px;
  display: none;
}

.form-section-03 {
  width: 100%;
  border-bottom: 1px solid #dbdbdb;
  flex-direction: column;
  align-items: center;
  padding-top: 130px;
  padding-bottom: 130px;
  display: flex;
}

.form-03-outer-div {
  width: 100%;
  max-width: 1100px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.form-block-03 {
  border: 1px solid #dbdbdb;
  margin-bottom: 0;
  padding: 20px;
}

._2-questions-wrap {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.text-field-inform {
  height: 48px;
  background-color: #fff;
  border: 1px solid #dbdbdb;
  margin-bottom: 0;
  margin-right: 0;
  padding-top: 13px;
  padding-bottom: 13px;
  padding-left: 15px;
  font-family: Stolzl Book, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.text-field-inform:active {
  color: #000;
  border-color: #dbdbdb;
}

.text-field-inform.bigger {
  height: auto;
  min-height: 58px;
}

.form-spacer {
  width: 20px;
  height: 20px;
  min-height: 20px;
  min-width: 20px;
  flex: 0 auto;
}

.contact-method-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-top: 40px;
  margin-right: 20px;
  display: grid;
}

.contact-method {
  color: #000;
  align-items: center;
  margin-right: 20px;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.contact-method:hover {
  opacity: .8;
}

.contact-method.no-link:hover {
  opacity: 1;
}

.contact-icon {
  width: 22px;
  height: 22px;
  min-height: 22px;
  min-width: 22px;
  background-color: #000;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  padding: 4px;
  display: flex;
}

.contact-text {
  margin-bottom: 1px;
  font-family: Stolzl, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.content-section-03 {
  width: 100%;
  border-bottom: 1px solid #dbdbdb;
  flex-direction: column;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.content-grid-03 {
  width: 100%;
  max-width: 1100px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.content-card-03 {
  border: 1px solid #dbdbdb;
  padding: 20px;
  transition: all .2s;
}

.content-card-03:hover {
  box-shadow: 1px 1px 20px rgba(0, 0, 0, .07);
}

.content-wrap-left-03 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-right: 40px;
  display: flex;
}

.content-left-inner-03 {
  border: 5px #000;
  border-left-style: solid;
  flex-direction: column;
  align-items: flex-start;
  padding-left: 40px;
  display: flex;
}

.hero-section-04 {
  width: 100%;
  background-image: url('../images/slant.png'), linear-gradient(rgba(0, 0, 0, .65), rgba(0, 0, 0, .65)), url('../images/people-in-office.jpg');
  background-position: 50% 100%, 0 0, 50%;
  background-repeat: no-repeat, repeat, repeat;
  background-size: 100%, auto, cover;
  flex-direction: column;
  align-items: center;
  padding-top: 140px;
  padding-bottom: 195px;
  display: flex;
}

.hero-section-04.reduce-padding {
  padding-top: 100px;
  padding-bottom: 100px;
}

.hero-section-04.blog {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/girl-with-headphones.jpg');
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
  padding-top: 100px;
  padding-bottom: 100px;
}

.hero-section-04.no-slant {
  height: 80vh;
  background-image: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url('../images/mining-excavator-1736293_1920.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-top: 220px;
  padding-bottom: 140px;
  display: flex;
}

.hero-section-04.no-slant.hide {
  display: none;
}

.inner-hero-content-04 {
  max-width: 650px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border: 1px #dbdbdb;
  flex-direction: column;
  align-items: flex-start;
  padding: 0;
  display: flex;
}

.hero-section-05 {
  width: 100%;
  background-image: linear-gradient(to right, rgba(0, 0, 0, .8) 41%, rgba(255, 255, 255, 0)), url('../images/happypeopleinoffice.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  flex-direction: column;
  align-items: center;
  padding-top: 140px;
  padding-bottom: 140px;
  display: flex;
}

.hero-section-05.reduce-padding {
  padding-top: 100px;
  padding-bottom: 100px;
}

.hero-section-05.blog {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/girl-with-headphones.jpg');
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
  padding-top: 100px;
  padding-bottom: 100px;
}

.hero-section-05.no-slant {
  background-image: linear-gradient(rgba(0, 0, 0, .65), rgba(0, 0, 0, .65)), url('../images/people-in-office.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  padding-top: 140px;
  padding-bottom: 140px;
}

.hero-form-block {
  width: 85%;
  margin-top: 20px;
  margin-bottom: 0;
}

.hero-form {
  align-items: stretch;
  display: flex;
}

.success-message {
  color: #000;
}

.nav-inner-02 {
  width: 100%;
  max-width: 1140px;
  justify-content: space-between;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.nav-wrapper-02 {
  background-color: #fff;
  border-bottom: 1px solid #dbdbdb;
  justify-content: center;
  display: flex;
}

.nav-wrapper-03 {
  background-color: #fff;
  border-bottom: 1px solid #dbdbdb;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.navbar-top-banner {
  width: 100%;
  border-bottom: 1px solid #dbdbdb;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.navbar-top-banner-inner {
  width: 100%;
  max-width: 1100px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.email-in-nav {
  border-right: 1px solid #dbdbdb;
  margin-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.contact-methods-nav {
  align-items: center;
  display: flex;
}

.phone-in-nav {
  border-right: 1px solid #dbdbdb;
  padding-top: 10px;
  padding-bottom: 10px;
}

.socials-in-nav {
  height: 100%;
  border-left: 1px solid #dbdbdb;
  justify-content: flex-end;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.social-link-nav {
  color: #000;
  align-items: center;
  margin-left: 20px;
  margin-right: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.social-link-nav:hover {
  opacity: .8;
}

.social-link-nav.no-link:hover {
  opacity: 1;
}

.platform-icon {
  width: 22px;
  height: 22px;
  max-height: 22px;
  max-width: 22px;
  background-color: #000;
  justify-content: center;
  align-items: center;
  margin-right: 0;
  padding: 4px;
  display: flex;
}

.dropdown-toggle {
  padding-top: 20px;
  padding-bottom: 20px;
  transition: all .2s;
}

.dropdown-toggle:hover {
  color: #000;
}

.dropdown-list.w--open {
  background-color: #fff;
  border: 1px solid #dbdbdb;
}

.dropdown-list.grid.w--open {
  border-bottom-style: none;
  border-left-style: none;
}

.element-intro-section {
  width: 100%;
  background-color: #f6f4fd;
  border-bottom: 1px solid #dbdbdb;
  justify-content: center;
  align-items: center;
  padding: 100px 20px;
  display: flex;
}

.element-intro-div {
  width: 100%;
  max-width: 1100px;
  background-color: #fff;
  border: 1px solid #dbdbdb;
  padding: 40px;
  font-size: 16px;
  font-weight: 600;
}

.element-category-section {
  width: 100%;
  background-color: #000;
  flex-direction: column;
  align-items: center;
  padding-top: 140px;
  padding-bottom: 140px;
  display: flex;
}

.element-intro-header-wrap {
  width: 100%;
  max-width: 1100px;
  color: #fff;
  border-left: 5px solid #fff;
  padding: 40px;
}

.link-on-blue {
  color: #fff;
}

.outer-element-wrap {
  width: 100%;
  flex-direction: column;
  align-items: stretch;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.testimonials-section-02 {
  width: 100%;
  border-bottom: 1px solid #dbdbdb;
  flex-direction: column;
  align-items: center;
  padding: 100px 30px;
  display: flex;
}

.testimonials-section-02.black {
  background-color: #000;
}

.testimonials-02-div {
  width: 100%;
  max-width: 1100px;
}

.hidden-slide-nav {
  display: none;
}

.left-arrow-slider {
  width: 45px;
  height: 45px;
  background-color: #000;
  padding: 10px;
  font-size: 17px;
  transition: all .2s;
  left: -22px;
}

.left-arrow-slider:hover {
  opacity: .8;
}

.arrow-icon {
  justify-content: center;
  align-items: center;
  display: flex;
}

.right-arrow-slider {
  width: 45px;
  height: 45px;
  background-color: #000;
  font-size: 17px;
  transition: all .2s;
  right: -22px;
}

.right-arrow-slider:hover {
  opacity: .8;
}

.slider {
  min-height: 400px;
  background-color: #fff;
}

.testimonial-card-02 {
  height: 100%;
  align-items: center;
  display: flex;
  position: relative;
}

.testimonial-image-2 {
  width: 55%;
  height: 400px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
}

.testimonial-image-2._1 {
  width: 55%;
  background-image: url('../images/nyc-skyline.jpg');
  background-position: 50%;
  background-size: cover;
}

.testimonial-image-2._2 {
  background-image: url('../images/people-in-office.jpg');
}

.testimonial-image-2._3 {
  background-image: url('../images/logo-mockup-27-08---1.png');
  background-position: 50% 0;
}

.testimonial-info-02 {
  width: 60%;
  height: 400px;
  padding-top: 20px;
  padding-bottom: 20px;
  position: static;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.testimonial-info-inner-2 {
  width: 100%;
  height: 100%;
  background-color: #fff;
  border: 1px solid #dbdbdb;
  border-left: 5px solid #000;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 20px 40px;
  display: flex;
}

.testimonial-text-02 {
  margin-bottom: 25px;
  font-family: Stolzl, sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 35px;
}

.testimonial-author-02 {
  border-bottom: 1px #dbdbdb;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.testimonial-image-02 {
  width: 50px;
  height: 50px;
  background-image: url('../images/kidfortestimonial.png');
  background-position: 50%;
  background-size: cover;
  border: 1px solid #dbdbdb;
  margin-right: 20px;
}

.testimonial-image-02._2 {
  background-image: url('../images/Без-названия.jpeg');
  background-size: cover;
}

.footer-section-02 {
  width: 100%;
  justify-content: center;
  align-items: flex-start;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.footer-wrap-02 {
  width: 100%;
  max-width: 1100px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.socials-in-footer {
  height: auto;
  border-left: 1px #dbdbdb;
  justify-content: flex-end;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.footer-spacer {
  width: 20px;
  height: 20px;
  min-height: 20px;
  min-width: 20px;
  flex: 0 auto;
}

.footer-01-bottom {
  width: 100%;
  max-width: 1100px;
  border-top: 1px solid #dbdbdb;
  justify-content: space-between;
  margin-top: 100px;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.footer-section-03 {
  width: 100%;
  flex-direction: column;
  align-items: center;
  padding-top: 0;
  display: flex;
}

.footer-03-div {
  width: 100%;
  max-width: 1100px;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-top-bar {
  width: 100%;
  max-width: 1100px;
  border-bottom: 1px solid #dbdbdb;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.footer-03-bottom {
  width: 100%;
  max-width: 1100px;
  border-top: 1px solid #dbdbdb;
  justify-content: space-between;
  margin-top: 40px;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.footer-newsletter-form {
  width: 100%;
  max-width: 400px;
  margin-top: 0;
  margin-bottom: 0;
}

.footer-newsletter-block {
  width: 100%;
  align-items: stretch;
  display: flex;
}

.article-02-section {
  width: 100%;
  border-bottom: 1px solid #dbdbdb;
  flex-direction: column;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 100px;
  display: flex;
}

.article-02-div-wrap {
  width: 100%;
  max-width: 1100px;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.article-02-left-div {
  width: 70%;
  padding-right: 50px;
}

.article-02-right-div {
  width: 30%;
  position: -webkit-sticky;
  position: sticky;
  top: 160px;
}

.article-02-image-wrap {
  width: 100%;
  height: 400px;
  background-image: url('../images/6101163b59fc80521f698912_60df2dddf8ef998f63b60df5_icons8-team-r-enAOPw8Rs-unsplash.jpg');
  background-position: 50%;
  background-size: cover;
  border: 1px solid #dbdbdb;
  margin-top: 40px;
  position: static;
  top: auto;
  bottom: auto;
  left: auto;
  right: 0%;
}

.article-wrapper-02 {
  width: 100%;
  max-width: none;
  margin-top: 40px;
  padding-left: 0;
  padding-right: 0;
}

.article-cta-02 {
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #dbdbdb;
  border-radius: 0;
  flex-direction: column;
  align-items: center;
  margin-bottom: 40px;
  padding: 0;
  display: flex;
  position: static;
  top: 85px;
  overflow: visible;
}

.article-cta-inner-02 {
  width: 100%;
  color: #000;
  text-align: left;
  background-color: #fff;
  border-radius: 0;
  flex-direction: column;
  align-items: flex-start;
  padding: 20px;
  font-size: 18px;
  line-height: 25px;
  display: flex;
}

.article-cta-heading {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
}

.share-on-social {
  margin-bottom: 0;
}

.socials-on-article {
  height: auto;
  border-left: 1px #dbdbdb;
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.social-link-article {
  color: #000;
  align-items: center;
  margin-left: 0;
  margin-right: 20px;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.social-link-article:hover {
  opacity: .8;
}

.social-link-article.no-link:hover {
  opacity: 1;
}

.sticky-nav-wrap {
  z-index: 1000;
  width: 100%;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.nav-spacer {
  width: 100%;
  height: 125px;
}

.form-block-04 {
  width: 100%;
  border: 1px #dbdbdb;
  margin-top: 40px;
  margin-bottom: 0;
  padding: 0;
}

.big-image-form-04 {
  width: 100%;
  height: 450px;
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/women-in-office.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.form-section-inner-04 {
  width: 100%;
  max-width: 750px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #dbdbdb;
  flex-direction: column;
  align-items: flex-start;
  margin-top: -320px;
  padding: 50px;
  display: flex;
}

.form-section-04 {
  width: 100%;
  border-bottom: 1px solid #dbdbdb;
  flex-direction: column;
  align-items: center;
  padding-bottom: 100px;
  display: flex;
}

.team-section-02 {
  width: 100%;
  border-bottom: 1px solid #dbdbdb;
  flex-direction: column;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.team-div-02 {
  width: 100%;
  max-width: 1100px;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.team-member-02 {
  width: 100%;
  border: 1px solid #dbdbdb;
  flex-direction: column;
  align-items: center;
  padding: 20px;
  transition: all .2s;
  display: flex;
}

.team-member-02:hover {
  box-shadow: 1px 1px 20px rgba(0, 0, 0, .06);
}

.team-member-image-02 {
  width: 100%;
  height: 250px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px solid #dbdbdb;
}

.team-member-image-02.bill {
  background-image: url('../images/Professional-Headshot-Poses-Blog-Post2.jpg');
}

.team-member-image-02.new {
  background-image: url('../images/professional-headshot-for-surgical-sales-representative-blog.jpg');
}

.team-member-image-02.nill {
  background-image: url('../images/headshot1_TrunkClubDallasHeadshots_JoeKathrina-069.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}

.team-member-image-02.llib {
  background-image: url('../images/03-how-to-pose-for-a-professional-headshot-photo-copy-1024x683.jpg');
}

.team-member-image-02.blil {
  background-image: url('../images/professional-headshot-backgrounds-600x400.jpg');
}

.team-member-image-02.lbil {
  background-image: url('../images/HS-1-Resize-800x550.jpg');
}

.team-member-info-02 {
  width: 100%;
  text-align: center;
  background-color: #fff;
  border: 1px #000;
  flex-direction: column;
  align-items: center;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 20px 0 0;
  display: flex;
  position: relative;
}

.team-member-button-wrap {
  width: 100%;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.team-icon-contact {
  width: 17px;
  margin-top: 0;
  margin-bottom: 4px;
  margin-right: 7px;
}

.team-icon-contact.email {
  margin-bottom: 0;
}

.pricing-section-02 {
  width: 100%;
  border-bottom: 1px solid #dbdbdb;
  flex-direction: column;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.pricing-card-02 {
  background-color: #fff;
  border: 1px solid #dbdbdb;
  flex-direction: column;
  align-items: center;
  padding: 40px 40px 25px;
  display: flex;
}

.pricing-card-02._1 {
  border-right-style: none;
}

.pricing-card-02._3 {
  border-left-style: none;
}

.pricing-card-02.central {
  z-index: 5;
  border-style: solid;
  margin-left: -10px;
  margin-right: -10px;
  padding-top: 70px;
  position: relative;
  box-shadow: 1px 1px 20px rgba(0, 0, 0, .12);
}

.pricing-title-02 {
  width: 100%;
  flex-direction: column;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.plan-price-wrap-02 {
  width: 100%;
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-bottom: 25px;
  display: flex;
}

.pricing-button-wrap-02 {
  width: 100%;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.big-price {
  margin-top: 0;
  font-size: 45px;
  font-weight: 600;
  line-height: 55px;
}

.big-price.bigger {
  font-size: 25px;
  line-height: 30px;
}

.big-price.team-member {
  margin-bottom: 6px;
}

.big-price.team-member.bigger {
  font-size: 30px;
  line-height: 40px;
}

.recommended-wrap {
  width: 100%;
  color: #fff;
  letter-spacing: .5px;
  text-transform: uppercase;
  background-color: #000;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.pricing-div-02 {
  width: 100%;
  max-width: 1100px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.tabs-03 {
  margin-top: 0;
}

.tab-link-03 {
  background-color: #f7f7f7;
  border-radius: 5px;
  margin-left: 5px;
  margin-right: 5px;
  padding-top: 13px;
  padding-bottom: 13px;
  font-size: 16px;
  font-weight: 600;
  transition: all .2s;
}

.tab-link-03:hover {
  opacity: .8;
}

.tab-link-03.w--current {
  color: #fff;
  background-color: #000;
}

.tabs-menu-03 {
  justify-content: center;
  margin-bottom: 30px;
  display: flex;
}

.tabs-subheader {
  width: 100%;
  max-width: 1100px;
  opacity: .8;
  flex-direction: column;
  align-items: center;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  display: flex;
}

.features-wrap-02 {
  margin-bottom: 40px;
}

.tabs-section-03 {
  width: 100%;
  border-bottom: 1px solid #dbdbdb;
  flex-direction: column;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.inner-card-content-02 {
  padding: 20px;
}

.card-content-02 {
  width: 90%;
  background-color: #fff;
  border: 1px solid #dbdbdb;
  border-top: 5px solid #000;
  margin-top: -70px;
  padding: 0;
}

.card-02 {
  width: 100%;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.card-02-grid {
  grid-column-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 30px;
}

.cards-section-02 {
  width: 100%;
  border-bottom: 1px solid #dbdbdb;
  flex-direction: column;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.dropdown-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: start;
  justify-items: start;
  display: grid;
}

.blue-nav-banner {
  width: 100%;
  color: #fff;
  background-color: #000;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 600;
  display: flex;
}

.white-link {
  color: #fff;
}

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

.blue-link {
  color: #000;
}

.text-block-86 {
  font-family: Ubuntu, Helvetica, sans-serif;
}

.text-block-87 {
  font-family: Stolzl Book, sans-serif;
}

.image_about {
  height: 23px;
}

.image-75 {
  height: 27px;
}

.popup_bg {
  z-index: 2;
  height: 100vh;
  background-color: rgba(0, 0, 0, .5);
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.popup_bg.ekskavator, .popup_bg.drobilnoe, .popup_bg.trasport, .popup_bg.bur, .popup_bg.razvedka, .popup_bg.proektirovanie, .popup_bg.dobicha, .popup_bg.konsalt {
  display: none;
}

.popup {
  width: 70%;
  height: auto;
  background-color: #fff;
  padding: 60px;
  display: block;
  position: relative;
}

.heading_popup {
  margin-top: 0;
  margin-bottom: 12px;
  padding-right: 59px;
  font-family: Stolzl, sans-serif;
  font-size: 32px;
  font-weight: 500;
}

.popup_txt {
  font-family: Stolzl Book, sans-serif;
  font-size: 15px;
  line-height: 1.6;
  position: static;
}

.link-block {
  cursor: pointer;
  position: absolute;
  top: 30px;
  right: 30px;
}

.image-76 {
  width: 24px;
}

.map {
  position: relative;
}

.dot_location {
  width: 20px;
  height: 20px;
  background-color: #fff;
  border-radius: 50vw;
  position: absolute;
  top: 41%;
  bottom: auto;
  left: auto;
  right: 68%;
}

.dot_location.aktobe {
  width: auto;
  height: auto;
  background-color: rgba(255, 255, 255, 0);
  border-radius: 0;
}

.dot_location.astana {
  width: auto;
  height: auto;
  background-color: rgba(255, 255, 255, 0);
  top: 27%;
  right: 42%;
}

.dot_location.vostok {
  background-color: rgba(255, 255, 255, 0);
  top: 37%;
  right: 15%;
}

.tab_aktobe {
  position: relative;
}

.tab_info {
  background-color: #fff;
  padding: 15px 20px;
  position: absolute;
}

.tab_info.aktobe {
  border-radius: 11px;
  display: block;
  top: 48%;
  bottom: auto;
  left: 23%;
  right: auto;
}

.tab_info.astana {
  border-radius: 11px;
  top: 35%;
  bottom: auto;
  left: auto;
  right: 36%;
}

.tab_info.vostochniy {
  border-radius: 11px;
  top: 43%;
  bottom: auto;
  left: auto;
  right: 8%;
}

.heading_info {
  width: 129px;
  font-family: Stolzl, sans-serif;
  font-size: 17px;
  font-weight: 500;
}

.image-77 {
  width: 25px;
}

.date_publication {
  color: #979797;
  margin-bottom: 7px;
  font-family: Stolzl Book, sans-serif;
  font-size: 13px;
}

.section {
  flex-direction: column;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding-top: 120px;
  padding-bottom: 40px;
  display: flex;
}

.grid-2 {
  max-width: 1100px;
}

.name_too {
  margin-bottom: 5px;
  font-family: Stolzl, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
}

.company-details {
  margin-bottom: 12px;
  font-family: Stolzl Book, sans-serif;
  font-size: 13px;
}

.text-block-88 {
  color: #404040;
  text-transform: uppercase;
  font-family: Stolzl, sans-serif;
  font-size: 19px;
  font-weight: 400;
  line-height: 1;
}

.text-block-88.title_places {
  color: #000;
  text-transform: none;
  font-family: Stolzl, sans-serif;
  font-size: 22px;
  font-weight: 500;
}

.text-block-89 {
  font-family: Stolzl Book, sans-serif;
}

.bold-text, .text-block-90 {
  font-family: Stolzl, sans-serif;
}

.text-block-91 {
  font-family: Stolzl Book, sans-serif;
}

.bold-text-2 {
  font-size: 14px;
  font-weight: 500;
  line-height: 13px;
}

.text-block-92 {
  font-family: Stolzl Book, sans-serif;
}

@media screen and (max-width: 991px) {
  .nav-inner {
    padding: 10px 20px;
  }

  .nav-link {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .button.nav {
    display: none;
  }

  .nav-menu {
    background-color: #fff;
    box-shadow: 0 14px 13px -3px rgba(0, 0, 0, .11);
  }

  .hamburger {
    width: 40px;
    padding-top: 3px;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    background-color: #fff;
  }

  .hero-section-01 {
    background-position: 50%;
    background-size: cover;
  }

  .hero-content-01 {
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-1 {
    font-size: 42px;
  }

  .heading-1.about {
    padding-right: 38px;
    font-size: 64px;
  }

  .paragraph.no-bottom-pad {
    font-size: 14px;
  }

  .clients-section-01 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .clients-inner-01 {
    grid-template-columns: 1fr 1fr;
  }

  .content-section-01 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .content-section-inner-01 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .content-wrap-left {
    padding-left: 0;
    padding-right: 0;
  }

  .border-effect {
    display: none;
  }

  .section-title {
    font-size: 15px;
  }

  .cards-section-01 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .cards-section-01.hide_desctop {
    display: block;
  }

  .cards-section-01.hide_mobile {
    display: none;
  }

  .card-image.aktyubinsk {
    background-image: url('../images/Frame-994_1.svg'), linear-gradient(#000, #000);
    background-size: cover, auto;
  }

  .card-image.akmolinsk {
    background-image: url('../images/Frame-995_1.svg'), linear-gradient(#000, #000);
    background-position: 50%, 0 0;
    background-size: cover, auto;
  }

  .card-image.vostochnaya {
    background-image: url('../images/Frame-996_1.svg'), linear-gradient(#000, #000);
  }

  .heading-3 {
    font-size: 18px;
    font-weight: 500;
  }

  .footer-section-01, .pricing-section-01, .faq-section-01 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .article-01-hero {
    flex-direction: column;
    padding: 100px 20px 20px;
  }

  .article-01-image-wrap {
    width: 100%;
    position: static;
  }

  .article-01-preview {
    padding-right: 0;
  }

  .article-preview-01-wrap {
    margin-bottom: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .webflowbanner {
    width: 100%;
    max-width: 600px;
    margin-top: 40px;
    position: static;
  }

  .article-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .article-cta-wrap {
    flex-direction: column;
    align-items: center;
  }

  .article, .related-articles, .team-section-01 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .clients-inner-02 {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .content-section-02 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .content-grid-02 {
    grid-template-columns: 1fr 1fr;
  }

  .content-02-title-div {
    text-align: center;
  }

  .hero-content-03 {
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .inner-hero-content-03 {
    border-left-style: none;
    padding-left: 0;
    padding-right: 0;
  }

  .hero-03-image-wrap {
    width: 100%;
    position: static;
  }

  .form-section-03 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .form-03-outer-div {
    grid-template-columns: 1fr;
  }

  .form-block-03 {
    margin-top: 20px;
  }

  .content-section-03 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .content-grid-03 {
    grid-template-columns: 1fr 1fr;
  }

  .content-wrap-left-03 {
    padding-left: 0;
    padding-right: 0;
  }

  .content-left-inner-03 {
    margin-bottom: 40px;
  }

  .hero-section-04.no-slant {
    height: auto;
  }

  .nav-button-wrap {
    display: none;
  }

  .nav-inner-02 {
    padding: 10px 20px;
  }

  .navbar-top-banner {
    padding-left: 20px;
    padding-right: 20px;
  }

  .testimonials-section-02 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .slider {
    min-height: 650px;
  }

  .testimonial-card-02 {
    flex-direction: column;
  }

  .testimonial-image-2 {
    width: 100%;
  }

  .testimonial-image-2._1 {
    width: 100%;
    min-height: 300px;
  }

  .testimonial-info-02 {
    width: 100%;
    justify-content: center;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    position: static;
  }

  .testimonial-info-inner-2 {
    width: 80%;
    align-items: flex-start;
  }

  .footer-wrap-02 {
    flex-direction: column;
    justify-content: flex-start;
  }

  .footer-section-03 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .article-02-section {
    padding: 40px 20px;
  }

  .article-02-div-wrap {
    flex-direction: column;
  }

  .article-02-left-div {
    width: 100%;
    padding-right: 0;
  }

  .article-02-right-div {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 20px;
    position: static;
  }

  .article-02-image-wrap {
    width: 100%;
    position: static;
  }

  .article-wrapper-02 {
    padding-left: 0;
    padding-right: 0;
  }

  .article-cta-02 {
    width: 100%;
    max-width: 600px;
    margin-top: 40px;
    position: static;
  }

  .form-block-04 {
    margin-top: 20px;
  }

  .team-section-02 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .team-div-02 {
    flex: 0 auto;
    grid-template-columns: 1fr 1fr;
    justify-content: center;
    justify-items: center;
  }

  .pricing-section-02 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .pricing-card-02 {
    width: 100%;
    margin-bottom: 20px;
  }

  .pricing-card-02.central {
    margin-left: 0;
    margin-right: 0;
  }

  .pricing-div-02 {
    flex-direction: column;
  }

  .tabs-section-03, .cards-section-02 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .popup_bg.ekskavator, .popup_bg.drobilnoe {
    display: none;
  }

  .popup {
    width: 90%;
    height: 100vh;
    display: block;
    overflow: auto;
  }

  .heading_popup {
    padding-right: 54px;
    font-size: 28px;
    line-height: 1.3;
  }

  .section {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 767px) {
  .brand-link.in-footer {
    padding-left: 0;
  }

  .heading-1 {
    font-size: 44px;
    font-weight: 700;
    line-height: 45px;
  }

  .heading-1.about {
    font-size: 52px;
    line-height: 1.1;
  }

  .clients-inner-01 {
    flex-wrap: wrap;
    justify-content: center;
  }

  .client-logo {
    width: 50%;
  }

  .content-section-01 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .content-wrap-left, .content-wrap-left.no-inner-padding {
    padding-left: 0;
    padding-right: 0;
  }

  .card-01-grid {
    grid-template-columns: 1fr;
  }

  .footer-section-01 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-01-div {
    grid-template-columns: 2fr;
  }

  .grid-sec-1 {
    margin-bottom: 40px;
  }

  .pricing-div-01 {
    grid-template-columns: 1fr;
  }

  .pricing-card-01._1 {
    border-right-style: solid;
  }

  .pricing-card-01._3 {
    border-left-style: solid;
  }

  .testimonials-section-01 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .testimonials-grid-01 {
    grid-row-gap: 35px;
    grid-template-columns: 1fr;
  }

  .article-section, .related-title-div {
    padding-left: 20px;
    padding-right: 20px;
  }

  .article {
    flex-direction: column-reverse;
  }

  .article-text-wrapper {
    width: 100%;
    padding-right: 0;
  }

  .blog-preview-related {
    width: 100%;
    max-width: none;
    margin-bottom: 20px;
  }

  .team-grid-01 {
    grid-template-columns: 1fr 1fr;
  }

  .client-section-02 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .clients-inner-02 {
    flex-wrap: wrap;
    grid-template-rows: 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    justify-content: center;
  }

  .content-grid-02 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .content-02-title-div {
    text-align: center;
  }

  .hero-section-03 {
    flex-direction: column;
    padding: 100px 20px;
  }

  .hero-content-03 {
    padding-bottom: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .big-image-form-02, .content-section-03 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .content-grid-03 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .content-wrap-left-03, .content-wrap-left-03.no-inner-padding {
    padding-left: 0;
    padding-right: 0;
  }

  .navbar-top-banner {
    display: none;
  }

  .testimonial-info-inner-2 {
    width: 90%;
  }

  .footer-03-div {
    grid-template-columns: 2fr;
  }

  .footer-top-bar {
    flex-direction: column;
    align-items: flex-start;
  }

  .nav-spacer {
    height: 90px;
  }

  .team-div-02 {
    grid-template-columns: 1fr;
  }

  .pricing-card-02._1 {
    border-right-style: solid;
  }

  .pricing-card-02._3 {
    border-left-style: solid;
  }

  .pricing-div-02, .card-02-grid {
    grid-template-columns: 1fr;
  }

  .popup_bg.ekskavator {
    display: none;
    overflow: scroll;
  }

  .popup {
    width: 90%;
  }

  .heading_popup {
    font-size: 24px;
    line-height: 1.2;
  }
}

@media screen and (max-width: 479px) {
  .brand-link {
    padding-left: 0;
  }

  .blue {
    font-size: 18px;
  }

  .globe {
    margin-right: 0;
  }

  .button {
    font-size: 14px;
  }

  .hero-section-01 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .inner-hero-content-01 {
    padding: 40px 20px;
  }

  .heading-1 {
    font-size: 28px;
    font-weight: 500;
    line-height: 1.1;
  }

  .heading-1.about {
    padding-right: 0;
    font-size: 48px;
  }

  .paragraph {
    font-size: 14px;
    line-height: 1.6;
  }

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

  .secondary-button {
    font-size: 14px;
  }

  .client-logo {
    width: 100%;
  }

  .content-wrap-left {
    margin-bottom: 20px;
  }

  .heading-2 {
    font-size: 23px;
  }

  .heading-2.center {
    text-align: left;
    font-size: 28px;
    line-height: 1.2;
  }

  .heading-2.pricing {
    text-align: center;
  }

  .form-section-inner {
    width: 90%;
    padding: 20px;
  }

  .nexsletter-form-block-01 {
    width: 100%;
  }

  .heading-3.blog {
    line-height: 1.3;
  }

  .footer-section-01 {
    padding-top: 60px;
    padding-bottom: 20px;
  }

  .testimonials-main-block {
    flex-direction: column;
  }

  .author-subheading {
    font-size: 14px;
  }

  .testimonial-block-l-01 {
    width: 100%;
  }

  .testimonial-block-r-01 {
    width: 100%;
    margin-left: 0;
    padding-top: 0;
  }

  .faq-01 {
    padding: 40px 20px;
  }

  .article-preview-01-wrap {
    margin-bottom: 0;
  }

  .author-social-div {
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .social-link {
    margin-left: 0;
    margin-right: 10px;
  }

  .date-readtime-text {
    white-space: nowrap;
  }

  .social-links {
    margin-bottom: 20px;
  }

  .related-title-div {
    padding-left: 0;
    padding-right: 0;
  }

  .article {
    flex-direction: column-reverse;
  }

  .article-text-wrapper {
    width: 100%;
    padding-right: 0;
  }

  .blog-preview-related {
    width: 100%;
    max-width: 100%;
    min-height: 200px;
    margin-bottom: 20px;
  }

  .team-member-image-01, .team-member-image-01.bill {
    height: 200px;
  }

  .tabs-01 {
    flex-direction: column;
  }

  .tabs-menu-01 {
    border-right-style: none;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .tabs-content-01 {
    padding: 20px;
  }

  .tab-link-01 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .in-tabs-image {
    min-height: 300px;
  }

  .hero-section-02.blog, .content-section-02 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .content-grid-02 {
    grid-template-columns: 1fr;
  }

  .content-02-title-div {
    text-align: left;
    align-items: flex-start;
  }

  .inner-hero-content-03 {
    padding: 0;
  }

  .hero-03-image-wrap {
    height: 300px;
  }

  .form-section-inner-02 {
    width: 100%;
    padding: 20px;
  }

  .sticky-tabs-menu {
    width: 100%;
    border-right-style: none;
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative;
    top: 0;
  }

  .sticky-tabs {
    flex-direction: column;
  }

  .sticky-tabs-content {
    padding: 0;
  }

  .sticky-tabs-section {
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .form-section-03 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .form-block-03 {
    width: 100%;
    max-width: 100%;
  }

  ._2-questions-wrap {
    flex-direction: column;
  }

  .text-field-inform {
    font-size: 14px;
  }

  .contact-method-wrap {
    flex-direction: column;
    grid-template-columns: 1fr;
    align-items: flex-start;
    margin-right: 0;
  }

  .contact-method-wrap.in-form-04 {
    width: 100%;
    align-items: flex-start;
  }

  .contact-method {
    margin-bottom: 10px;
    margin-right: 0;
  }

  .contact-icon {
    min-height: 22px;
    min-width: 22px;
  }

  .content-section-03 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .content-grid-03 {
    grid-template-columns: 1fr;
  }

  .content-left-inner-03 {
    border-left-style: none;
    margin-bottom: 20px;
    padding-left: 0;
  }

  .hero-section-04 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .hero-section-04.blog {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .hero-section-04.no-slant {
    padding-top: 201px;
    padding-bottom: 100px;
  }

  .inner-hero-content-04 {
    padding: 0;
  }

  .hero-section-05 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .hero-section-05.blog {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .hero-section-05.no-slant {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .hero-form-block {
    width: 100%;
  }

  .social-link-nav {
    margin-bottom: 10px;
  }

  .platform-icon {
    min-height: 22px;
    min-width: 22px;
  }

  .testimonials-section-02 {
    padding: 60px 20px;
  }

  .testimonials-02-div {
    position: relative;
  }

  .left-arrow-slider {
    top: auto;
    bottom: -2%;
    left: 20%;
    right: auto;
  }

  .right-arrow-slider {
    top: auto;
    bottom: -2%;
    left: auto;
    right: 20%;
  }

  .testimonial-info-02 {
    height: auto;
    margin-top: 0;
  }

  .testimonial-info-inner-2 {
    height: auto;
    padding: 40px 20px;
  }

  .testimonial-text-02 {
    font-size: 20px;
    line-height: 1.3;
  }

  .footer-section-02 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-wrap-02 {
    text-align: center;
  }

  .socials-in-footer {
    margin-left: -20px;
  }

  .footer-01-bottom, .footer-03-bottom {
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

  .footer-newsletter-form {
    width: 100%;
  }

  .socials-on-article {
    margin-left: 0;
  }

  .social-link-article {
    margin-bottom: 10px;
  }

  .form-block-04 {
    width: 100%;
    max-width: 100%;
  }

  .form-section-inner-04 {
    width: 90%;
    padding: 20px;
  }

  .big-price {
    font-size: 40px;
    line-height: 50px;
  }

  .cards-section-02 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .dropdown-grid {
    grid-template-columns: 1fr;
  }

  .popup_bg.ekskavator {
    display: none;
  }

  .popup {
    width: 90%;
    height: 100vh;
    object-fit: fill;
    padding: 30px 20px;
    display: block;
    overflow: auto;
  }

  .heading_popup {
    font-size: 18px;
    line-height: 1.3;
  }

  .popup_txt {
    font-size: 13px;
  }

  .tab_info.aktobe, .tab_info.astana, .tab_info.vostochniy {
    display: none;
  }

  .text-block-88 {
    font-size: 16px;
  }

  .text-block-88.title_places {
    font-size: 18px;
  }
}

#w-node-abf82ad2-b886-3c2a-b10c-162fbe472dbf-2cd6cbe4, #w-node-abf82ad2-b886-3c2a-b10c-162fbe472dc1-2cd6cbe4, #w-node-abf82ad2-b886-3c2a-b10c-162fbe472dc3-2cd6cbe4, #w-node-abf82ad2-b886-3c2a-b10c-162fbe472dc5-2cd6cbe4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_84136706-c591-ba85-2843-1ed507647b0b-07647af6 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_7b0d18bc-a9a3-d286-5cf1-412ca2c86a6c-1d6fa3ba, #w-node-f406f715-5697-d647-387b-75f3c0f652e4-1d6fa3ba, #w-node-b9046eff-7d6f-80bc-712f-ea313bb5f2f1-1d6fa3ba, #w-node-_106677d8-9049-4f93-287e-194b905d42ff-1d6fa3ba {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c94c607f-840f-8243-68f9-3ca201ed5395-1d6fa3ba {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 479px) {
  #w-node-_7b0d18bc-a9a3-d286-5cf1-412ca2c86a6c-1d6fa3ba {
    justify-self: center;
  }

  #w-node-f406f715-5697-d647-387b-75f3c0f652e4-1d6fa3ba {
    justify-self: auto;
  }

  #w-node-b9046eff-7d6f-80bc-712f-ea313bb5f2f1-1d6fa3ba {
    justify-self: center;
  }
}


@font-face {
  font-family: 'Stolzl Book';
  src: url('../fonts/stolzl_book.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Stolzl';
  src: url('../fonts/stolzl_thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Stolzl';
  src: url('../fonts/stolzl_regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Stolzl';
  src: url('../fonts/stolzl_light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Stolzl';
  src: url('../fonts/stolzl_bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Stolzl';
  src: url('../fonts/stolzl_medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
.w-form-done {
  display: none;
  padding: 20px;
  text-align: center;
  background-color: #2cf687;
  margin-top: 10px;
  font-family: Stolzl, sans-serif;
  color: #000;
}