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

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  line-height: 44px;
  font-weight: bold;
}

.image {
  display: block;
  width: 100%;
  height: 480px;
  margin-top: 0px;
  background-color: #f4f4f4;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(24, 39, 58, 0.6)), to(rgba(24, 39, 58, 0.6))), url('../images/marek-okon-DV6W9GaAgZw-unsplash.jpg');
  background-image: linear-gradient(180deg, rgba(24, 39, 58, 0.6), rgba(24, 39, 58, 0.6)), url('../images/marek-okon-DV6W9GaAgZw-unsplash.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.container {
  display: block;
  max-width: 1200px;
  padding: 90px 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: 'Space Grotesk', sans-serif;
  color: #fff;
  text-align: left;
}

.nav-link {
  display: block;
  margin-right: 0px;
  margin-bottom: 20px;
  border-style: none none solid;
  border-width: 1px;
  border-color: #000 #000 #eee;
  font-family: 'Space Grotesk', sans-serif;
  color: #18273a;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
}

.nav-link:hover {
  background-color: #eee;
  color: #18273a;
}

.nav-link:active {
  color: #18273a;
}

.nav-link:focus {
  color: #18273a;
}

.nav-link:focus-visible {
  color: #18273a;
}

.nav-link[data-wf-focus-visible] {
  color: #18273a;
}

.nav-link:visited {
  margin-left: 306px;
}

.nav-link.contacts {
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 0px;
  border-bottom-style: none;
  color: #888;
  font-size: 14px;
  font-weight: 400;
}

.nav-link.contacts:hover {
  background-color: transparent;
  color: #999;
}

.section-bg-white {
  display: block;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  color: #333;
}

.label {
  font-family: 'Space Grotesk', sans-serif;
  color: #d69b1c;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.h2-dark {
  margin-bottom: 10px;
  font-family: 'Space Grotesk', sans-serif;
  color: rgba(24, 39, 58, 0.4);
  font-size: 28px;
  line-height: 38px;
}

.highlight-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  margin-bottom: 0px;
  padding-bottom: 40px;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.05);
}

.circle-number {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  margin-top: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border: 1px solid #d69b1c;
  border-radius: 30px;
  background-color: transparent;
  color: #000;
}

.circle-number.shadow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-content: space-around;
  -ms-flex-line-pack: distribute;
  align-content: space-around;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-style: none;
  background-color: hsla(0, 0%, 100%, 0.03);
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
}

.circle-number.shadow:hover {
  background-color: transparent;
}

.text-wrap {
  width: auto;
  max-width: 560px;
  margin-left: 40px;
}

.div-block {
  margin-right: 60px;
}

.text-block {
  max-width: 100%;
  font-family: 'Space Grotesk', sans-serif;
  color: rgba(24, 39, 58, 0.8);
  font-size: 16px;
  line-height: 24px;
}

.body {
  background-color: #fff;
  color: #000;
}

.title-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.grid-services {
  margin-top: 60px;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.service-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #f4f4f4;
  border-radius: 0px;
  background-color: #f4f4f4;
  color: #000;
  text-align: center;
  text-decoration: none;
}

.service-wrap:hover {
  border: 1px solid #eee;
  background-color: #fff;
  outline-color: transparent;
  outline-offset: 0px;
  outline-style: none;
  outline-width: 3px;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
}

.section-bg-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 480px;
  margin-top: 0px;
  padding-top: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(24, 39, 58, 0.6)), to(rgba(24, 39, 58, 0.6))), url('../images/marek-okon-kQ9eaeqRj_E-unsplash.jpg');
  background-image: linear-gradient(180deg, rgba(24, 39, 58, 0.6), rgba(24, 39, 58, 0.6)), url('../images/marek-okon-kQ9eaeqRj_E-unsplash.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, repeat-y;
  background-attachment: scroll, fixed;
  color: #fff;
}

.footer {
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #18273a;
  color: #fff;
  text-align: center;
}

.footer-flex-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1920px;
  margin-bottom: 60px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: left;
}

.footer-logo-link {
  max-height: 160px;
  min-width: 60px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.footer-image {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 0% 50%;
  object-position: 0% 50%;
}

.footer-heading {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1.5;
}

.footer-link {
  display: block;
  margin-bottom: 10px;
  color: hsla(0, 0%, 100%, 0.6);
  text-decoration: none;
}

.footer-link:hover {
  text-decoration: underline;
}

.small-text {
  font-family: 'Space Grotesk', sans-serif;
  color: hsla(0, 0%, 100%, 0.2);
  font-size: 11px;
}

.circle-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90px;
  height: 90px;
  margin-top: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px none #0a99e0;
  border-radius: 60px;
  background-color: #fff;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
}

.link {
  display: inline-block;
  margin-top: 0px;
  margin-right: 10px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  font-family: 'Space Grotesk', sans-serif;
  color: #d69b1c;
  font-weight: 400;
  text-align: left;
  text-decoration: none;
}

.list {
  margin-top: 20px;
  margin-bottom: 60px;
  margin-left: 40px;
  padding-left: 0px;
  color: #333;
}

.list-item {
  margin-bottom: 10px;
  font-family: 'Space Grotesk', sans-serif;
  color: #18273a;
  font-size: 16px;
  line-height: 22px;
}

.section-bg-grey {
  position: relative;
  display: block;
  margin-top: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #f4f4f4;
  color: #333;
}

.section-bg-grey.topo {
  display: block;
}

.grid {
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.note {
  color: hsla(0, 0%, 100%, 0.2);
  font-size: 11px;
  text-align: center;
}

.logo {
  margin-bottom: 0px;
}

.section-hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-top: 0px;
  padding-top: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
  background-image: linear-gradient(180deg, transparent, transparent);
}

.button-primary {
  display: inline-block;
  margin-top: 20px;
  margin-bottom: 0px;
  padding: 16px 24px 20px;
  clear: none;
  border: 1px none #d69b1c;
  border-radius: 0px;
  background-color: #09f;
  color: #09f;
}

.button-primary:hover {
  border-color: #fff;
  background-color: rgba(0, 153, 255, 0.8);
  box-shadow: 3px 3px 10px 0 rgba(38, 48, 71, 0.2);
}

.text-14-light {
  display: inline-block;
  padding-right: 0px;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  text-transform: none;
}

.button-arrow {
  display: inline;
  width: 24px;
  margin-left: 10px;
}

.container-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
  padding: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: space-around;
  -ms-flex-line-pack: distribute;
  align-content: space-around;
}

.brand {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.brand.w--current {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.nav-menu {
  position: absolute;
  left: 0%;
  top: 100%;
  right: 0%;
  bottom: auto;
  z-index: 1000;
  display: block;
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #f4f4f4;
  box-shadow: 0 8px 10px 0 rgba(24, 39, 58, 0.15);
  text-align: right;
}

.navbar {
  border-style: none none solid;
  border-width: 1px;
  border-color: #000 #000 #eee;
  background-color: #fff;
}

.identity {
  margin-left: 10px;
  font-family: 'Space Grotesk', sans-serif;
  color: #18273a;
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.headline {
  max-width: 480px;
  margin-bottom: 60px;
}

.breadbrumb {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 560px;
  margin-bottom: 40px;
}

.link-active {
  color: #888;
}

.display {
  max-width: 960px;
  margin-bottom: 20px;
  color: #18273a;
  font-size: 56px;
  line-height: 64px;
}

.text-list {
  max-width: 560px;
  margin-top: 40px;
  font-size: 18px;
  line-height: 28px;
}

.services-list {
  margin-bottom: 20px;
  color: #333;
  font-size: 18px;
  line-height: 28px;
}

.contact-form-grid {
  display: -ms-grid;
  display: grid;
  margin-top: 40px;
  grid-auto-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.text-field {
  height: 60px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(24, 39, 58, 0.1);
  border-radius: 0px;
  background-color: transparent;
  color: #000;
}

.textarea {
  height: auto;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(24, 39, 58, 0.1);
  border-radius: 0px;
  background-color: transparent;
}

.field-label {
  color: rgba(24, 39, 58, 0.8);
  font-weight: 400;
}

.submit-button {
  padding: 16px 24px;
  border: 1px none #333;
  border-radius: 30px;
  background-color: #fafafa;
}

.submit-button.small-text {
  margin-top: 20px;
  border-style: none;
  border-color: #18273a;
  border-radius: 0px;
  background-color: #18273a;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
}

.submit-button.small-text:hover {
  border-style: none;
  border-color: #09f;
  background-color: rgba(24, 39, 58, 0.8);
  box-shadow: 3px 3px 10px 0 rgba(0, 0, 0, 0.2);
}

.section-bg-dark {
  background-color: #18273a;
}

.grid-details {
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}

.display-light {
  color: hsla(0, 0%, 100%, 0.4);
  font-size: 56px;
  line-height: 64px;
}

.text-block-light {
  max-width: 590px;
  color: #fff;
  font-size: 16px;
  line-height: 28px;
}

.h2-light {
  color: rgba(24, 39, 58, 0.4);
  font-size: 28px;
  line-height: 38px;
  font-weight: 600;
  text-decoration: none;
}

.h2 {
  margin-bottom: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: rgba(24, 39, 58, 0.2);
  font-size: 38px;
  font-weight: 600;
}

.h3-light {
  color: hsla(0, 0%, 100%, 0.4);
  font-size: 22px;
  line-height: 28px;
}

.h3 {
  color: #18273a;
  font-size: 22px;
  line-height: 28px;
}

.div-block-5 {
  margin-right: 240px;
}

.nav-contacts {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: left;
}

.top-line {
  position: absolute;
  left: auto;
  top: 8px;
  right: 0px;
  bottom: auto;
  width: 40px;
  height: 2px;
  background-color: #18273a;
}

.middle-line {
  position: absolute;
  left: auto;
  top: 18px;
  right: 0px;
  bottom: auto;
  width: 40px;
  height: 2px;
  background-color: #18273a;
}

.bottom-line {
  position: absolute;
  left: auto;
  top: 28px;
  right: 0px;
  bottom: auto;
  width: 40px;
  height: 2px;
  background-color: #18273a;
}

.menu-button {
  display: block;
  width: 40px;
  height: 40px;
  background-color: transparent;
}

.menu-button.w--open {
  z-index: 2000;
  background-color: transparent;
}

.container-menu {
  display: block;
  max-width: 1200px;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

.service-detail-card {
  display: block;
  margin-right: 0px;
  padding: 60px 60px 40px;
  border-left: 4px none rgba(24, 39, 58, 0.2);
  background-color: #fff;
  color: #333;
  text-decoration: none;
}

.button-primary-left {
  position: relative;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 20px;
  padding: 16px 24px;
  float: right;
  clear: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0px;
  background-color: #18273a;
  color: #fff;
  text-decoration: none;
  -o-object-fit: fill;
  object-fit: fill;
}

.button-secundary {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 20px;
  padding: 16px 24px;
  float: right;
  clear: none;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border: 1px solid #18273a;
  border-radius: 0px;
  background-color: #fff;
  color: #fff;
  text-decoration: none;
}

.button-secundary:hover {
  border-color: #18273a;
  background-color: rgba(24, 39, 58, 0.05);
}

.text-bold {
  margin-top: 40px;
  color: #18273a;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
}

.service-image {
  position: absolute;
  left: auto;
  top: 60px;
  right: 0%;
  bottom: auto;
  display: block;
  width: auto;
  height: auto;
  max-width: 50%;
  margin-top: 0px;
  margin-bottom: 0px;
  float: right;
  clear: none;
  background-color: transparent;
}

.text-14-dark {
  color: #18273a;
}

.h1 {
  color: hsla(0, 0%, 100%, 0.4);
}

@media screen and (min-width: 1920px) {
  .image {
    margin-top: 100px;
    background-color: #f8f8f8;
  }

  .container {
    max-width: 1200px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .nav-link.contacts {
    color: #888;
  }

  .label {
    border: 1px none #09f;
    color: #d69b1c;
  }

  .highlight-wrap {
    padding-bottom: 40px;
    border-bottom: 1px solid hsla(0, 0%, 100%, 0.05);
  }

  .circle-number {
    border-style: solid;
    border-color: #d69b1c;
    background-color: transparent;
  }

  .text-block {
    color: #18273a;
  }

  .service-wrap {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    background-color: #f4f4f4;
  }

  .service-wrap:hover {
    background-color: #fff;
  }

  .section-bg-image {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(24, 39, 58, 0.5)), to(rgba(24, 39, 58, 0.5))), url('../images/marek-okon-kQ9eaeqRj_E-unsplash.jpg');
    background-image: linear-gradient(180deg, rgba(24, 39, 58, 0.5), rgba(24, 39, 58, 0.5)), url('../images/marek-okon-kQ9eaeqRj_E-unsplash.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, repeat-y;
    background-attachment: scroll, fixed;
  }

  .footer-logo-link.w--current {
    width: 120px;
    text-decoration: none;
  }

  .footer-image {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .circle-icon {
    margin-right: 0px;
  }

  .list {
    display: block;
  }

  .section-bg-grey.topo {
    margin-left: auto;
    padding-left: 0px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .logo {
    display: block;
    width: 80px;
    height: 80px;
    margin-bottom: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .section-hero {
    margin-top: 0px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
    background-image: linear-gradient(180deg, #fff, #fff);
  }

  .button-primary {
    border-style: none;
    border-color: #eee;
    border-radius: 0px;
    background-color: #09f;
    opacity: 1;
    color: #fff;
  }

  .button-primary:hover {
    border-style: none;
    border-color: #fff;
    background-color: #0073bf;
    box-shadow: 0 4px 10px 0 rgba(38, 48, 71, 0.2);
  }

  .text-14-light {
    color: #fff;
    text-transform: none;
  }

  .text-14-light:hover {
    color: #263047;
  }

  .container-header {
    max-width: 1440px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .brand {
    font-family: 'Space Grotesk', sans-serif;
    color: #999;
    font-size: 18px;
    line-height: 36px;
    font-weight: 400;
  }

  .headline {
    max-width: 560px;
  }

  .display {
    color: #18273a;
  }

  .section-bg-dark {
    background-color: #18273a;
  }

  .grid-details {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .grid-details:hover {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    color: transparent;
  }

  .service-image {
    height: 560px;
    margin-top: 60px;
  }
}

@media screen and (max-width: 991px) {
  .container {
    padding-right: 40px;
    padding-left: 40px;
  }

  .nav-link {
    border-bottom: 1px solid #eee;
  }

  .nav-link.contacts {
    display: none;
  }

  .label {
    display: block;
  }

  .h2-dark {
    text-align: left;
  }

  .title-wrap {
    display: block;
  }

  .grid-services {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .section-bg-image {
    height: 360px;
  }

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

  .footer-flex-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-image {
    width: 100px;
    margin-bottom: 20px;
  }

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

  .logo {
    display: block;
    margin-bottom: 0px;
  }

  .button-primary {
    display: inline-block;
  }

  .container-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .brand {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .brand.w--current {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .navbar {
    display: block;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .div-block-5 {
    margin-right: 0px;
    margin-bottom: 40px;
  }

  .footer-div {
    margin-top: 20px;
  }

  .service-detail-card {
    padding-top: 40px;
    padding-left: 40px;
  }

  .service-image {
    position: relative;
    top: 0px;
    display: block;
    height: auto;
    max-width: 100%;
    margin-top: -60px;
  }
}

@media screen and (max-width: 767px) {
  .container {
    padding-right: 20px;
    padding-left: 20px;
  }

  .text-wrap {
    max-width: 360px;
  }

  .text-block {
    display: block;
  }

  .title-wrap {
    display: block;
  }

  .service-wrap {
    padding: 20px;
  }

  .footer {
    padding: 40px 20px;
  }

  .footer-logo-link {
    display: block;
  }

  .footer-image {
    display: block;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .list {
    margin-left: 20px;
  }

  .button-primary {
    display: inline-block;
    clear: none;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .display {
    font-size: 56px;
    line-height: 64px;
    font-weight: 700;
  }

  .display-light {
    font-size: 38px;
    line-height: 44px;
  }

  .div-block-5 {
    display: block;
  }
}

@media screen and (max-width: 479px) {
  .container {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .label {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 14px;
    text-align: left;
  }

  .h2-dark {
    font-size: 22px;
    line-height: 28px;
  }

  .highlight-wrap {
    display: block;
  }

  .circle-number {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .text-wrap {
    max-width: 275px;
    margin-left: 0px;
  }

  .text-block {
    display: block;
  }

  .grid-services {
    margin-right: -20px;
    margin-left: -20px;
    grid-column-gap: 32px;
    grid-row-gap: 8px;
  }

  .service-wrap {
    padding: 20px;
  }

  .section-bg-image {
    display: block;
    padding-top: 0px;
  }

  .footer {
    padding-right: 20px;
    padding-left: 20px;
    text-align: left;
  }

  .footer-flex-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-logo-link {
    display: block;
    height: 60px;
  }

  .footer-image {
    display: block;
  }

  .footer-heading {
    margin-top: 20px;
  }

  .circle-icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 60px;
    height: 60px;
  }

  .list {
    display: block;
  }

  .list-item {
    font-size: 14px;
  }

  .logo {
    max-width: 150px;
  }

  .section-hero {
    margin-top: 0px;
  }

  .button-primary {
    position: static;
    display: none;
    clear: none;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .identity {
    display: none;
  }

  .breadbrumb {
    display: none;
  }

  .display {
    margin-top: 0px;
    margin-bottom: 20px;
    font-size: 38px;
    line-height: 44px;
  }

  .text-list {
    padding-left: 20px;
  }

  .services-list {
    font-size: 16px;
    line-height: 26px;
  }

  .display-light {
    font-size: 38px;
    line-height: 44px;
  }

  .h2 {
    font-size: 28px;
    line-height: 38px;
  }

  .service-detail-card {
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .button-primary-left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-bottom: 10px;
    margin-left: auto;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .service-image {
    height: auto;
  }
}

#w-node-e9abd29b-2417-209b-96c1-c4879a58c4ee-c9ce0ebd {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_355c4915-4e40-6434-75f8-8ee8a7f4c51a-c9ce0ebd {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_41a2600a-afb3-62d8-2a02-05c01cde44ad-c9ce0ebd {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_15550336-abe8-1ac2-0723-1314633b18cd-c9ce0ebd {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_15550336-abe8-1ac2-0723-1314633b18d4-c9ce0ebd {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_15550336-abe8-1ac2-0723-1314633b18db-c9ce0ebd {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_15550336-abe8-1ac2-0723-1314633b18e2-c9ce0ebd {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_15550336-abe8-1ac2-0723-1314633b18e9-c9ce0ebd {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-d0149dd5-4ad8-38e0-aa4d-7f1260957d73-60957d58 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-bdf8ac82-9dda-d26a-b3a9-856e1098abc5-e1e21066 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_9d0705e6-0561-7907-4808-d37ac9b68b89-e1e21066 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-afcb3007-2f7a-05ce-8264-c01dcb122ff9-e1e21066 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_0e8a78ab-75e8-2f0e-67f4-13ae6acdc84f-e1e21066 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-d35a6511-26cc-7476-83bd-b0dd155f9fff-e1e21066 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_20f5b358-ab69-77b5-742a-663105f71c5d-8114dbbf {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

@media screen and (max-width: 479px) {
  #w-node-d0149dd5-4ad8-38e0-aa4d-7f1260957d63-60957d58 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-d0149dd5-4ad8-38e0-aa4d-7f1260957d67-60957d58 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-d0149dd5-4ad8-38e0-aa4d-7f1260957d6b-60957d58 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-d0149dd5-4ad8-38e0-aa4d-7f1260957d6f-60957d58 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_20f5b358-ab69-77b5-742a-663105f71c4d-8114dbbf {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_20f5b358-ab69-77b5-742a-663105f71c51-8114dbbf {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_20f5b358-ab69-77b5-742a-663105f71c55-8114dbbf {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_20f5b358-ab69-77b5-742a-663105f71c59-8114dbbf {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }
}

