:root {
  --secondary-color: #29b773;
  --primary-color: #e7404a;
  --black: #161616;
}

.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: #e1e1e1;
  background-color: #161616;
  font-family: Work Sans, sans-serif;
  font-size: 18px;
  line-height: 25px;
}

p {
  margin-bottom: 10px;
  line-height: 27px;
}

.container {
  z-index: 2;
  max-width: 1240px;
  padding-left: 15px;
  padding-right: 15px;
  position: static;
}

.container.container-hero {
  z-index: 4;
  position: relative;
}

.container.container-service {
  background-image: url('../images/Polygon.png');
  background-position: 80% 0;
  background-repeat: no-repeat;
  background-size: 212px 183px;
  background-attachment: scroll;
}

.container.contaniner-about {
  position: relative;
}

.navbar {
  background-color: #161616;
}

.container-nav {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: nowrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: space-between;
  justify-content: space-around;
  align-items: flex-end;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.container-nav.container {
  padding-top: 24px;
  padding-bottom: 24px;
}

.brand-2 {
  padding-top: 0;
}

.nav-link {
  color: #d9d9d9;
  padding: 0 32px;
  font-weight: 400;
  transition: color .5s;
}

.nav-link:hover {
  color: #fff;
  font-size: 18px;
}

.nav-link.nav-link-last {
  padding-right: 0;
}

.nav-menu {
  margin-top: 9px;
  padding-top: 0;
  display: block;
}

.divider {
  width: 100%;
  height: 3px;
  background-image: linear-gradient(to right, #29b773, #29b773 50%, #e7404a 83%);
}

.grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
}

.section-hero {
  z-index: 0;
  background-image: url('../images/brevalis-bg-waves.png');
  background-position: 50% 100%;
  background-size: cover;
  padding-top: 150px;
  padding-bottom: 150px;
  position: relative;
}

.div-offer-wrap {
  max-width: 594px;
}

.heading-h1 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 44px;
  font-weight: 700;
  line-height: 55px;
}

.span-text-green {
  color: var(--secondary-color);
}

.span-text-red {
  color: var(--primary-color);
}

.offer-paragraph {
  margin-top: 24px;
  margin-bottom: 43px;
  padding-right: 62px;
  font-size: 19px;
  line-height: 27px;
}

.overlay-black {
  z-index: 1;
  background-color: rgba(0, 0, 0, .68);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.button {
  background-color: var(--primary-color);
  box-shadow: 0 4px 0 0 var(--secondary-color);
  text-transform: uppercase;
  border-radius: 50px;
  margin-bottom: 0;
  padding: 16px 43px;
  font-size: 14px;
  font-weight: 700;
  transition: box-shadow 1s, transform .5s, color .5s;
}

.button:hover {
  background-color: var(--primary-color);
  color: #fff;
  transform: translate(0, 3px);
  box-shadow: 0 0 50px rgba(41, 183, 115, .25);
}

.button:active {
  background-color: #e04f58;
}

.image {
  margin-left: 0;
}

.div-block {
  width: 260px;
  height: 266px;
  position: relative;
}

.logo-hero-circle {
  width: 46px;
  height: 46px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 41%;
  right: 0%;
}

.logo-hero-left {
  width: 107px;
  height: 185px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.logo-hero-right {
  width: 107px;
  height: 185px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.logo-hero-triangle {
  width: 46px;
  height: 35px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 41%;
  right: 0%;
}

.section {
  border: 1px solid var(--secondary-color);
  padding-top: 90px;
  padding-bottom: 100px;
  box-shadow: 0 -5px rgba(41, 183, 115, .2);
}

.section.section-services {
  box-shadow: 0 -3px #1cc775;
}

.section.section-about {
  z-index: 0;
  background-image: url('../images/gradient-geometric-shapes-dark-background_23-2148422968-1.jpg');
  background-position: 50%;
  background-repeat: repeat;
  position: relative;
}

.wrap-section-heading {
  max-width: 500px;
}

.heading-h2 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 43px;
  line-height: 39px;
}

.paragraph {
  margin-top: 24px;
  margin-bottom: 0;
  line-height: 26px;
}

.paragraph.paragraph-bold {
  color: #fff;
  font-weight: 700;
}

.grid-service {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 100px;
}

.icon-service {
  max-height: 76px;
  max-width: 76%;
}

.heading {
  color: #fff;
}

.heading.heading-h4 {
  margin-top: 32px;
  margin-bottom: 16px;
  font-size: 21px;
  line-height: 26px;
}

.heading.heading-h3 {
  font-size: 26px;
  font-weight: 700;
  line-height: 35px;
}

.heading.heading-h3.heading-h3-form {
  max-width: 310px;
  margin-top: 64px;
  margin-bottom: 40px;
}

.heading.heading-h5 {
  font-size: 21px;
  line-height: 26px;
}

.paragraph-2 {
  margin-bottom: 0;
  line-height: 25px;
}

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

.flex-between.flex-contact {
  align-items: flex-start;
}

.wrap-logo-about {
  max-width: 551px;
  flex: 0 auto;
  order: 0;
}

.form-block {
  max-width: 613px;
  flex: 1;
  margin-bottom: 0;
  padding-top: 80px;
}

.submit-button {
  width: 100%;
  background-color: var(--primary-color);
  text-transform: uppercase;
  border-radius: 50px;
  margin-top: 29px;
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: 16px;
  font-weight: 700;
}

.text-field {
  background-color: rgba(255, 255, 255, 0);
  margin-bottom: 20px;
  padding-top: 26px;
  padding-bottom: 26px;
  padding-left: 28px;
}

.text-field:active {
  border: 1px solid var(--secondary-color);
  color: #fff;
}

.text-field:focus-visible {
  border: 1px solid var(--secondary-color);
  color: #fff;
}

.text-field[data-wf-focus-visible] {
  border: 1px solid var(--secondary-color);
  color: #fff;
}

.text-field.text-field-comment {
  border: 1px solid var(--secondary-color);
  padding-top: 19px;
}

.field-label {
  margin-bottom: 15px;
}

.wrap-service-item-form {
  align-items: center;
  margin-bottom: 21px;
  display: flex;
}

.icon-form {
  margin-right: 20px;
}

.text-14-white {
  width: 100%;
  max-width: 510px;
  margin-bottom: 16px;
  font-size: 14px;
  line-height: 19px;
}

.footer {
  width: 100%;
  background-color: #fff;
  margin-top: 0;
  padding-top: 58px;
  font-size: 16px;
}

.image-2 {
  width: 100%;
  max-width: 185px;
}

.heading-h4-black {
  color: #1e1e1e;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 21px;
  line-height: 35px;
}

.flex {
  align-items: flex-start;
  display: flex;
}

.flex.flex-margin {
  align-items: flex-start;
  margin-top: 25px;
}

.flex.flex-margin.flex-end {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.column {
  padding-left: 0;
  padding-right: 0;
}

.column.column-footer {
  padding-left: 70px;
}

.text-16-black {
  color: #1e1e1e;
  margin-left: 0;
}

.icon-footer {
  margin-top: 3px;
  margin-right: 8px;
}

.icon-footer.icon-footer-setup {
  margin-left: -3px;
  margin-right: 12px;
}

.footer-service-link {
  color: #1e1e1e;
  margin-left: 0;
  text-decoration: none;
}

.footer-service-link.footer-service-link-left {
  margin-left: 7px;
}

.footer-service-link.footer-service-link-last {
  margin-left: 0;
}

.column-2 {
  flex-direction: column;
  align-items: flex-end;
  display: flex;
}

.icon-media-footer {
  opacity: .8;
  margin-bottom: 24px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  transition: opacity .5s;
}

.icon-media-footer:hover {
  opacity: 1;
}

.copyright {
  background-color: #161616;
  margin-top: 50px;
  padding-top: 25px;
  padding-bottom: 25px;
}

.text-block {
  color: #707070;
  text-align: center;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 14px;
}

.div-block-2 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.icon-copyright {
  margin-right: 8px;
  padding-right: 0;
}

.icon:active {
  background-color: #000;
}

.success-message {
  background-color: #474747;
}

@media screen and (max-width: 991px) {
  .navbar {
    padding-top: 12px;
  }

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

  .brand-2 {
    flex: 1;
  }

  .nav-link {
    order: 0;
    justify-content: center;
    align-self: auto;
    margin-bottom: 16px;
    display: flex;
    position: static;
  }

  .nav-link.nav-link-last {
    padding-left: 0;
  }

  .nav-menu {
    background-color: #161616;
    flex-direction: column;
    flex: 0 auto;
    align-self: auto;
    align-items: center;
    margin-top: 3px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 24px;
    padding-bottom: 24px;
    display: flex;
  }

  .grid {
    grid-column-gap: 0px;
    grid-template-columns: 1fr;
  }

  .grid-service {
    grid-column-gap: 20px;
    grid-row-gap: 70px;
    flex-flow: column;
    grid-template: "."
                   "."
                   "."
                   / 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    align-content: space-between;
    align-items: flex-start;
    display: grid;
  }

  .card-service {
    width: 300px;
  }

  .flex-between.flex-contact {
    flex-direction: column;
  }

  .columns-footer-wrap {
    display: flex;
  }

  .menu-button {
    padding-bottom: 0;
  }

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

  .icon {
    font-size: 38px;
    line-height: 19px;
  }

  .image-logo-about {
    width: 300px;
    padding-left: 25px;
  }
}

@media screen and (max-width: 767px) {
  .grid-service {
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .flex-between.flex-contact {
    flex-direction: column;
    align-items: flex-start;
  }

  .column.column-footer {
    display: block;
  }
}

@media screen and (max-width: 479px) {
  .container-nav.container {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: space-between;
    padding-top: 25px;
    padding-bottom: 20px;
  }

  .brand-2 {
    margin-left: 0;
    padding-left: 0;
  }

  .nav-menu {
    width: 100vw;
    background-color: rgba(22, 22, 22, .92);
    padding-top: 42px;
    padding-bottom: 42px;
    box-shadow: 1px 10px 20px -14px rgba(202, 201, 201, .55);
  }

  .section-hero {
    padding-top: 77px;
    padding-bottom: 85px;
  }

  .heading-h1 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 30px;
    line-height: 37px;
  }

  .offer-paragraph {
    margin-top: 33px;
    margin-bottom: 43px;
    padding-right: 0;
    font-size: 15px;
    line-height: 26px;
  }

  .button {
    padding-left: 48px;
    padding-right: 48px;
  }

  .div-block {
    display: none;
  }

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

  .grid-service {
    flex-direction: column;
    margin-top: 60px;
    display: flex;
  }

  .icon-service {
    max-width: 52px;
  }

  .heading.heading-h3.heading-h3-form {
    margin-top: 50px;
    font-size: 24px;
    line-height: 32px;
  }

  .heading.heading-h5 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 18px;
  }

  .flex-between, .flex-between.flex-contact {
    flex-direction: column;
  }

  .wrap-logo-about {
    display: none;
  }

  .wrap-service-item-form {
    align-items: center;
  }

  .flex.flex-margin {
    align-items: flex-start;
  }

  .flex.flex-margin.flex-end {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    flex-direction: row;
    justify-content: flex-start;
  }

  .column.column-footer {
    margin-top: 53px;
    padding-left: 0;
  }

  .icon-footer {
    margin-top: 0;
  }

  .footer-service-link {
    line-height: 18px;
  }

  .footer-service-link.footer-service-link-left {
    line-height: 20px;
  }

  .column-2 {
    align-items: flex-start;
  }

  .copyright {
    margin-top: 29px;
  }

  .text-block {
    font-size: 12px;
    line-height: 17px;
  }

  .div-block-2 {
    justify-content: center;
  }

  .icon-copyright {
    width: 18px;
    margin-top: -3px;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 21px;
  }

  .menu-button {
    justify-content: flex-end;
    margin-top: -4px;
    padding: 0;
    display: block;
  }

  .icon {
    color: #fff;
    padding-top: 11px;
    font-size: 38px;
    display: block;
  }

  .icon:active {
    background-color: rgba(0, 0, 0, 0);
  }

  .image-logo-about {
    opacity: 0;
    overflow: visible;
  }

  .link-block {
    align-self: auto;
    display: block;
  }
}

#w-node-d7754391-e940-ac83-e1fa-20e5d6bc840b-2c893921, #w-node-c01bea52-b6aa-30b2-5a29-3651c1497ace-2c893921 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b1283c21-3188-335f-909e-b2265cc68af4-2c893921 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_97c44c2f-0345-5f19-6320-5d96db610b86-2c893921, #w-node-_0bc04419-57e9-07c7-8b74-1f66b358069b-2c893921, #w-node-_3c6bd65d-4344-2710-5946-9d5840ef7fe8-2c893921, #w-node-_02e31ff7-ebfc-416e-376b-a878bb879765-2c893921, #w-node-_55be74df-9fbd-82d1-d6b7-375c06f2c1f9-2c893921, #w-node-b044901b-5e06-8ae6-eeaa-34a7a290d702-2c893921 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

/*cards styles*/

.cards-wrap {
  flex-flow: row;
  margin-top: 54px;
}

.card {
  max-width: 250px;
  margin-right: 53px;
}

.team-image {
  border-radius: 11%;
}

.text-block-2 {
  color: #b3b3b3;
  font-size: 13px;
}

.heading-3 {
  margin-top: 30px;
  margin-bottom: 0;
}

.paragraph-3 {
  margin-top: 8px;
  font-size: 16px;
}


