@font-face {
  font-family: Priego;
  src: url('../fonts/Priego-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Priego;
  src: url('../fonts/Priego-Thin.otf') format("opentype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Priego;
  src: url('../fonts/Priego-ExtraLight.otf') format("opentype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Priego;
  src: url('../fonts/Priego-Light.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Priego;
  src: url('../fonts/Priego-SemiBold.otf') format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Priego;
  src: url('../fonts/Priego-Black.otf') format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Priego;
  src: url('../fonts/Priego-ExtraBold.otf') format("opentype"), url('../fonts/Priego-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --white: white;
  --black: #0d0d0d;
  --midnight-green: #004953;
  --bg-section: #393535d9;
  --mikado-yellow: #ffc107;
  --honeydew: #eefff5;
  --white-2: #f9f9f9;
}

.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: #333;
  font-family: Priego, Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.navigation {
  z-index: 2147483647;
  background-color: #fff;
  padding-top: 0;
  padding-bottom: 0;
  position: fixed;
  inset: 0% 0% auto;
}

.container {
  width: 95%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
}

.navbar {
  color: var(--white);
  background-color: #fff;
}

.background-video {
  height: 700px;
  position: relative;
}

.logo-company {
  background-image: url('../images/BIOUBUNTO-MAIN-LOGO.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 170px;
  height: 80px;
}

.logo-company._1 {
  background-image: url('../images/BIOUBUNTO-MAIN-LOGO-V6.png');
  background-position: 50%;
  background-size: contain;
}

.section {
  display: none;
}

.section._1 {
  display: block;
}

.div-block {
  background-image: linear-gradient(#00000080, #00000080);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.section-2 {
  position: relative;
}

.div-block-2 {
  width: 50%;
}

.h1 {
  color: #ffffffe6;
  font-family: Priego, Arial, sans-serif;
  font-size: 56px;
  line-height: 1.1;
}

.h1._1 {
  margin-top: 0;
  margin-bottom: 20px;
}

.paragraph {
  color: #fffc;
  margin-bottom: 35px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 140%;
}

.paragraph._1 {
  color: #fff;
  width: 400px;
  margin-bottom: 24px;
  font-weight: 400;
}

.paragraph._1._60 {
  width: 100%;
  line-height: 170%;
}

.paragraph._1._60._4 {
  text-align: left;
  width: 50%;
}

.paragraph._1.auto {
  width: auto;
}

.paragraph._2 {
  color: #0000008a;
  margin-bottom: 24px;
  font-weight: 400;
}

.paragraph._2.news {
  line-height: 160%;
}

.paragraph._2.articles {
  font-size: 14px;
}

.paragraph._2._600 {
  width: 600px;
}

.paragraph._3 {
  color: #000c;
  text-align: center;
  font-weight: 300;
}

.paragraph._3.black {
  color: var(--black);
  text-align: left;
  font-size: 14px;
  line-height: 170%;
}

.paragraph._4 {
  color: #ffffffbf;
  text-align: center;
  width: 800px;
  font-weight: 400;
  line-height: 160%;
}

.paragraph._4._600 {
  color: #00000080;
  width: 600px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.button {
  background-color: var(--midnight-green);
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  height: 50px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 600;
  transition: all .35s ease-in-out;
  display: flex;
}

.button.model1 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 1px solid var(--midnight-green);
  color: var(--midnight-green);
  background-color: #0000;
  font-size: 13px;
  text-decoration: none;
  transition-duration: .1s;
}

.button.model2 {
  width: 250px;
}

.button.model2:hover {
  background-color: #004953e6;
}

.div-block-3 {
  width: 260px;
}

.div-block-4 {
  background-image: none;
  background-position: 0 0;
}

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

.div-block-5 {
  color: var(--bg-section);
  background-image: linear-gradient(#ffc107d6, #ffc107d6), url('../images/1826.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 50px;
  text-decoration: none;
  display: flex;
}

.div-block-5._2 {
  background-image: linear-gradient(#eefff5ab, #eefff5ab), url('../images/e4fcadd6c5d91533a07ceb0b0bf39039.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
}

.div-block-5._3 {
  color: #fff;
  background-image: linear-gradient(#004953ab, #004953ab), url('../images/the-future-of-renewable-energy.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
}

.div-block-5._4 {
  background-image: linear-gradient(to bottom, var(--bg-section), var(--bg-section)), url('../images/1124.jpeg');
  color: var(--white);
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.h3 {
  font-family: Priego, Arial, sans-serif;
  font-weight: 500;
}

.h3._1 {
  color: var(--mikado-yellow);
  margin-bottom: 24px;
}

.h3._1.black {
  color: var(--midnight-green);
}

.h3._2 {
  letter-spacing: .8px;
  font-weight: 300;
}

.h3._3 {
  color: #424242;
  margin-top: 0;
}

.h3._4 {
  font-size: 27px;
  font-weight: 400;
}

.h3.ssr {
  margin-top: 0;
  margin-bottom: 24px;
}

.text {
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.div-block-6 {
  justify-content: flex-start;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.h2 {
  font-family: Priego, Arial, sans-serif;
  font-weight: 300;
}

.h2._1 {
  margin-top: 0;
  margin-bottom: 20px;
  font-weight: 500;
}

.h2._2 {
  color: var(--mikado-yellow);
  margin-bottom: 24px;
  font-weight: 400;
}

.h2._3 {
  margin-bottom: 20px;
}

.h2._4 {
  color: var(--black);
  font-weight: 500;
}

.h2._4.news {
  transition: all .35s ease-in-out;
}

.h2._4.news:hover {
  color: var(--mikado-yellow);
}

.h2._5 {
  color: var(--white);
  margin-top: 0;
}

.div-block-7 {
  background-color: #dbdbdb;
  width: 80%;
  height: 1px;
  margin-top: 15px;
}

.div-block-8 {
  width: 20%;
}

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

.div-block-9 {
  color: #fff;
  background-image: linear-gradient(#001a1ed6, #001a1ed6), url('../images/2149057713.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: flex-start;
  align-items: center;
  height: 400px;
  padding-left: 25px;
  text-decoration: none;
  display: flex;
}

.div-block-9._1 {
  background-image: linear-gradient(#ffc107d6, #ffc107d6), url('../images/wind-farms-fields.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.div-block-9._3 {
  background-image: linear-gradient(#ffc107d6, #ffc107d6), url('../images/transportation-logistic-cr-Digitalpen.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.div-block-9._2 {
  background-image: linear-gradient(#001a1ed6, #001a1ed6), url('../images/trucks-are-working-mines.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.div-block-10 {
  background-image: url('../images/9896.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  height: 400px;
}

.link-more {
  color: var(--mikado-yellow);
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
}

.link-more._1 {
  color: var(--midnight-green);
}

.link-more._2 {
  transition: all .35s ease-in-out;
}

.link-more._2:hover {
  color: #ffc107cc;
}

.section-3 {
  background-color: #aaaaaa17;
  padding-top: 100px;
  padding-bottom: 100px;
}

.grid-2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  display: none;
}

.card-info_1 {
  color: var(--bg-section);
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.card-info_1._1 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.icon {
  color: var(--midnight-green);
  width: 42px;
  height: 42px;
}

.icon.short {
  width: 32px;
  height: 20px;
}

.icon.about {
  color: #ffc107a6;
  width: 16px;
  height: 16px;
}

.icon.plus {
  color: var(--honeydew);
  width: 64px;
  height: 64px;
}

.icon.link-areas {
  color: var(--honeydew);
  width: 32px;
  height: 32px;
}

.icon.chevron {
  color: #aaa;
  width: 18px;
  height: 18px;
}

.icon.pdf {
  color: #004953;
  width: 20px;
  height: 20px;
}

.icon.news {
  color: #ffcd35;
  width: 18px;
  height: 18px;
}

.icon.news.white {
  color: var(--white);
}

.icon.info {
  width: 24px;
  height: 24px;
}

.section-4 {
  padding-top: 100px;
  padding-bottom: 80px;
  display: none;
}

.div-block-11 {
  width: 40%;
}

.div-block-11._1 {
  padding-right: 60px;
}

.div-block-11._2 {
  width: 100%;
}

.div-block-12 {
  width: 60%;
}

.div-block-12._1 {
  padding-left: 60px;
}

.div-block-13 {
  background-color: #d4d4d4de;
  width: 90px;
  height: 3px;
}

.div-block-14 {
  display: flex;
}

.section-5 {
  background-image: linear-gradient(#221e1ed1, #221e1ed1), url('../images/1826.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  height: 400px;
  display: none;
}

.div-block-15 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-16 {
  background-color: #f3f3f3;
  width: 120px;
  height: 2px;
  margin-bottom: 40px;
}

.section-6 {
  background-color: var(--white);
  padding-top: 80px;
  padding-bottom: 80px;
}

.grid-3 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.div-block-17 {
  text-decoration: underline;
  -webkit-text-decoration-color: var(--bg-section);
  text-decoration-color: var(--bg-section);
  border-radius: 5px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 50px 25px;
  display: flex;
}

.image {
  object-fit: contain;
  height: 150px;
}

.section-7 {
  display: none;
}

.grid-4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.galery_link {
  background-image: url('../images/37834.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 200px;
  text-decoration: none;
  position: relative;
}

.overlay {
  background-image: linear-gradient(#403d3d9e, #403d3d9e);
  justify-content: center;
  align-items: center;
  transition: all .35s ease-in-out;
  display: flex;
  position: absolute;
  inset: 0%;
}

.overlay:hover {
  background-image: linear-gradient(#00000080, #00000080);
}

.more-galery {
  border-radius: 5px;
  padding: 12px 40px;
}

.div-block-21 {
  background-image: linear-gradient(#262626d4, #262626d4), url('../images/50877.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-flow: column;
  width: 40%;
  height: 700px;
  padding-top: 100px;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
}

.div-block-22 {
  display: flex;
}

.div-block-23 {
  background-color: var(--white);
  width: 60%;
  padding-top: 60px;
}

.div-block-24 {
  padding-top: 24px;
}

.div-block-25 {
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 50px;
  display: flex;
}

.link {
  color: #585858;
  justify-content: space-between;
  align-items: flex-end;
  text-decoration: none;
  transition: all .35s ease-in-out;
  display: flex;
}

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

.div-block-26 {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  flex-flow: column;
  display: flex;
}

.grid-5 {
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
}

.div-block-27 {
  background-image: url('../images/2151589601.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 5px;
  height: 180px;
}

.footer {
  background-color: #242424;
  padding-top: 100px;
  padding-bottom: 100px;
}

.grid-6 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.div-block-28 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.div-block-29 {
  border-left: 1px solid #393939;
  border-right: 1px solid #393939;
  padding-left: 25px;
  padding-right: 25px;
}

.div-block-29._1 {
  border-left-style: none;
}

.div-block-29._1._2 {
  border-right-style: none;
}

.link-footer {
  color: #aaa;
  font-family: Inter, sans-serif;
  font-weight: 300;
  text-decoration: none;
  transition: all .35s ease-in-out;
}

.link-footer:hover {
  color: var(--mikado-yellow);
}

.h4 {
  color: var(--mikado-yellow);
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Priego, Arial, sans-serif;
  font-weight: 400;
}

.h4._1 {
  color: var(--black);
  margin-bottom: 20px;
}

.h4._2 {
  color: var(--bg-section);
  margin-bottom: 0;
}

.div-block-30 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  display: flex;
}

.div-block-31 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  display: flex;
}

.contact {
  color: var(--mikado-yellow);
  width: 50px;
  height: 32px;
}

.contact._1 {
  width: 24px;
  height: 24px;
}

.section-8 {
  background-color: #131313;
  padding-top: 40px;
  padding-bottom: 40px;
}

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

.copyright {
  color: #aaa9;
}

.section-9 {
  background-image: linear-gradient(#093b41bf, #093b41bf), url('../images/2151431517.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  height: 250px;
  display: none;
}

.div-block-33 {
  display: flex;
}

.div-block-34 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  width: 90%;
  display: flex;
}

.div-block-34._1 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  width: 100%;
}

.div-block-35 {
  height: 25px;
  transition: all .35s ease-in-out;
  display: flex;
}

.arrow {
  width: 24px;
  height: 24px;
}

.link-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #fff;
  flex: none;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.link-2:hover {
  color: #fffc;
}

.link-block, .link-block-2 {
  text-decoration: none;
}

.nav-link {
  color: var(--black);
  justify-content: center;
  align-items: center;
  height: 80px;
  padding-left: 15px;
  padding-right: 15px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 500;
  transition: all .35s ease-in-out;
  display: flex;
}

.nav-link:hover, .nav-link.w--current {
  color: var(--mikado-yellow);
}

.nav-link._1 {
  padding-right: 45px;
}

.nav-link._2 {
  white-space: break-spaces;
  word-break: break-all;
}

.nav-menu {
  display: flex;
}

.div-block-36 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-end;
  align-items: center;
  padding-left: 35px;
  display: flex;
}

.section-10 {
  display: none;
}

.dropdown-list {
  background-color: var(--white);
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  top: 80px;
  left: 10%;
  right: 0%;
}

.dropdown-list.w--open {
  flex-flow: column;
  width: 265px;
}

.dropdown-link {
  padding: 12px 20px;
  transition: all .35s ease-in-out;
}

.dropdown-link:hover, .dropdown-link.w--current {
  color: var(--mikado-yellow);
}

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

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.section-11 {
  background-image: linear-gradient(#004953cc, #004953cc), url('../images/2149057713.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  justify-content: center;
  align-items: center;
  height: 500px;
  padding-top: 150px;
  padding-bottom: 80px;
  display: flex;
}

.text-about {
  color: var(--honeydew);
}

.div-block-37 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  padding-top: 10px;
  display: flex;
}

.div-block-37.bottum {
  margin-bottom: 16px;
}

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

.section-13 {
  display: none;
}

.div-block-38 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 50px;
  display: flex;
}

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

.div-block-39 {
  background-color: #f2f2f269;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 420px;
  padding-top: 80px;
  display: flex;
}

.div-block-40 {
  background-image: linear-gradient(#ffbf0087, #ffbf0087), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  height: 420px;
}

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

.section-14 {
  background-image: linear-gradient(#262424e3, #262424e3), url('../images/wind-turbines-sunset-1.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  justify-content: center;
  align-items: center;
  height: 400px;
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-15 {
  background-color: #f9f9f9;
  padding-top: 80px;
  padding-bottom: 80px;
}

.bold-text {
  color: var(--mikado-yellow);
}

.div-block-41 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.grid-7 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.div-block-42 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.number {
  color: var(--honeydew);
  font-size: 48px;
  line-height: 1.2;
}

.div-block-43 {
  grid-column-gap: 34px;
  grid-row-gap: 34px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.description {
  color: var(--mikado-yellow);
  font-family: Fontspring Demo Priego;
  font-size: 16px;
  font-weight: 300;
}

.div-block-44 {
  display: flex;
}

.div-block-45 {
  width: 45%;
  padding-right: 35px;
}

.slider {
  width: 55%;
  height: 450px;
}

.left-arrow, .right-arrow, .slide-nav {
  display: none;
}

.div-block-46 {
  padding-top: 20px;
}

.section-16 {
  background-image: linear-gradient(#004953c4, #004953c4), url('../images/imagem_bioubunto_about.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  justify-content: center;
  align-items: center;
  height: 500px;
  padding-top: 150px;
  padding-bottom: 80px;
  display: flex;
}

.section-16.gover {
  background-image: linear-gradient(#004953c9, #004953c9), url('../images/3929.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.section-16.ssr {
  background-image: linear-gradient(#004953cf, #004953cf), url('../images/world-is-hands-helping-each-other-concept.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.section-16.info {
  background-image: linear-gradient(#004953c7, #004953c7), url('../images/woman-having-online-meeting-work.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.section-16.news {
  background-image: linear-gradient(#004953d6, #004953d6), url('../images/news-page-final.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

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

.section-17.gover {
  justify-content: center;
  align-items: center;
  height: 450px;
  display: flex;
}

.section-18 {
  padding-top: 100px;
  padding-bottom: 100px;
  display: none;
}

.grid-8 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.card-areas {
  border-radius: 4px;
  text-decoration: none;
}

.image-areas {
  border-radius: 4px;
  height: 280px;
  position: relative;
}

.div-block-47 {
  padding-top: 25px;
}

.image-2 {
  object-fit: cover;
  border-radius: 4px;
  width: 100%;
  height: 100%;
}

.overlay-areas {
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.section-19 {
  background-image: linear-gradient(#004953b8, #004953b8), url('../images/1826.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  justify-content: center;
  align-items: center;
  height: 500px;
  padding-top: 150px;
  padding-bottom: 80px;
  display: flex;
}

.section-19.news {
  height: 500px;
  padding-top: 220px;
}

.section-19.re {
  background-image: linear-gradient(#004953cf, #004953cf), url('../images/the-future-of-renewable-energy.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.section-19.sm {
  background-image: linear-gradient(#004953c2, #004953c2), url('../images/e4fcadd6c5d91533a07ceb0b0bf39039.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.section-19.ml {
  background-image: linear-gradient(#004953cf, #004953cf), url('../images/1124.jpeg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.section-20 {
  background-color: #efefef;
  padding-top: 24px;
  padding-bottom: 24px;
}

.div-block-48 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.link-areas {
  color: #929292;
  text-decoration: none;
  transition: all .35s ease-in-out;
}

.link-areas:hover {
  color: var(--black);
}

.div-block-49 {
  background-color: #f9f9f9;
  width: 40%;
  padding-bottom: 100px;
}

.div-block-49.news {
  padding-top: 80px;
  position: relative;
}

.section-21 {
  display: flex;
  position: relative;
}

.div-block-50 {
  width: 60%;
  height: 900px;
}

.div-block-50.news {
  height: auto;
  padding-bottom: 80px;
}

.div-block-51 {
  padding-top: 80px;
}

.div-block-52 {
  margin-bottom: 60px;
  padding-left: 45px;
}

.link-route {
  color: #a8a8a8;
  text-decoration: none;
}

.link-route:hover, .link-route.w--current {
  color: #e7ba34;
}

.product-price {
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
  display: inline-block;
}

.product-price.kz {
  margin-left: 2px;
  font-size: 14px;
  position: relative;
  top: -12px;
}

.product-price.kz.small {
  font-size: 10px;
  top: -5px;
}

.product-price.small {
  font-size: 16px;
}

.product-price.small.thinner {
  font-weight: 600;
}

.price-total {
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px #d9d9d9;
  margin-top: 24px;
  margin-bottom: 24px;
  padding-top: 24px;
  padding-bottom: 24px;
  font-size: 16px;
  font-weight: 600;
}

.header {
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
}

.button-text {
  height: 17px;
  display: inline-block;
  overflow: hidden;
}

.checkout-button {
  text-align: center;
  border-radius: 12px;
  height: 45px;
  padding: 15px 20px 8px;
  font-size: 16px;
  line-height: 1;
  text-decoration: none;
  transition: color .2s, border-color .2s, background-color .2s cubic-bezier(1, 0, 0, 1);
  display: block;
  position: relative;
  overflow: hidden;
}

.checkout-button.blue-button {
  color: #fff;
  background-color: #3a86ff;
  flex: 1;
  padding-left: 0;
  padding-right: 0%;
  position: relative;
}

.checkout-button.blue-button:hover {
  background-color: #3479e5;
}

.button-wrapper._10px {
  margin-bottom: 10px;
}

.toal-price {
  float: right;
  display: inline-block;
}

.chevron-icon {
  margin-right: 12px;
  font-size: 12px;
  transform: rotate(-90deg);
}

.chevron-icon._00 {
  display: none;
}

.price-title {
  display: inline-block;
}

.price-title.total {
  margin-right: 6px;
  font-size: 16px;
}

.header-wrapper.h4 {
  margin-bottom: 35px;
}

.button-2 {
  text-align: center;
  border-radius: 12px;
  height: 40px;
  padding: 12px 20px;
  font-size: 16px;
  line-height: 1;
  text-decoration: none;
  transition: transform 50ms cubic-bezier(.455, .03, .515, .955), border-color .2s, color .2s, background-color .2s cubic-bezier(1, 0, 0, 1);
  display: block;
  position: relative;
  overflow: hidden;
}

.button-2.cancel {
  color: #767676;
  background-color: #fafafa;
  border: 1px solid #0000;
  height: 45px;
  padding-top: 14px;
  padding-bottom: 0;
}

.button-2.cancel:hover {
  color: #fff;
  background-color: #f35252;
}

.price-table-wrapper {
  color: #111210;
  border: 1px solid #d9d9d9;
  border-radius: 16px;
  padding: 35px 24px 24px;
}

.fixed-sidebar {
  display: none;
  position: sticky;
  top: 120px;
}

.price-numbers {
  float: right;
  display: inline-block;
}

.price-list-item {
  color: #767676;
  height: 20px;
  margin-bottom: 10px;
  font-size: 14px;
  overflow: hidden;
}

.div-block-53 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.div-block-54 {
  padding-top: 80px;
}

.grid-9 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 34px;
  margin-bottom: 34px;
}

.image-3 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.div-block-55 {
  height: 200px;
}

.div-block-56 {
  padding-top: 20px;
}

.div-block-57 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 24px;
  display: flex;
}

.div-block-58 {
  width: 200px;
  margin-bottom: 34px;
  display: none;
}

.link-block-3 {
  height: 50px;
}

.column-5, .column-6 {
  padding-left: 0;
  padding-right: 0;
}

.div-block-59 {
  background-image: url('../images/engineer-holding.png');
  background-position: 75%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  height: 840px;
}

.div-block-59.ssr {
  background-image: url('../images/black-woman-volunteer-staff-laughing-outdoors-nature-1.png');
  height: 480px;
}

.div-block-60 {
  display: flex;
}

.div-block-61 {
  background-color: #f2f2f2;
  width: 60%;
  padding-top: 80px;
  padding-bottom: 80px;
  padding-left: 45px;
}

.div-block-62 {
  background-color: var(--white);
  width: 40%;
  padding-top: 80px;
  padding-bottom: 500px;
}

.section-22 {
  position: relative;
}

.div-block-63 {
  position: sticky;
  top: 120px;
}

.grid-10 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-columns: 1fr;
}

.card-news {
  text-decoration: none;
}

.image-news {
  z-index: 1;
  height: 420px;
}

.image-4 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.overlay-news {
  display: block;
  position: absolute;
  inset: 0%;
}

.div-block-64 {
  position: relative;
  overflow: hidden;
}

.div-block-65 {
  background-color: var(--white);
  padding: 50px;
}

.div-block-66 {
  border-left: 2px solid var(--mikado-yellow);
  flex-flow: column;
  margin-bottom: 30px;
  padding-left: 20px;
  display: flex;
}

.div-block-67 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-68 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-news {
  color: #818181;
}

.text-news.white {
  color: var(--white);
}

.div-block-69 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.learn-more-news {
  color: var(--black);
  font-size: 16px;
}

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

.image-5 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.div-block-70 {
  height: 150px;
}

.text-articles {
  color: #333;
}

.div-block-71 {
  margin-bottom: 24px;
  text-decoration: none;
}

.div-block-72 {
  margin-bottom: 35px;
}

.div-block-73 {
  border-left: 2px solid var(--white);
  flex-flow: column;
  padding-left: 50px;
  padding-right: 60px;
  display: flex;
}

.image-6 {
  width: 100%;
  height: 100%;
}

.image-news-details {
  height: 400px;
}

.section-23 {
  height: 600px;
  padding-top: 300px;
  position: relative;
}

.div-block-74 {
  z-index: 1;
  background-image: linear-gradient(#004953bf, #004953bf);
  position: absolute;
  inset: 0%;
}

.image-7 {
  z-index: -4;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.div-block-75 {
  position: absolute;
  inset: 0%;
}

.div-block-76 {
  z-index: 2;
  position: relative;
}

.div-block-77 {
  background-color: #f9f9f9;
  height: 840px;
  padding-top: 60px;
}

.div-block-77.ssr {
  height: 480px;
}

.chevron_up {
  color: #2d83a6;
  width: 24px;
  height: 24px;
}

.div-block-78 {
  border-top: 1px #bdd1da4a;
  margin-top: 0;
  padding-top: 0;
  padding-left: 50px;
  overflow: hidden;
}

.div-block-79 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  cursor: pointer;
  border-bottom: 1px #96969680;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 12px;
  display: flex;
}

.about_dropdown {
  background-color: #0000;
  border-radius: 10px;
  flex-flow: column;
  padding: 16px;
  display: flex;
}

.paragraph-2 {
  color: #fff;
  font-size: 17px;
  font-weight: 300;
  line-height: 1.5;
}

.paragraph-2.t2 {
  color: #111827;
}

.paragraph-2.t2._2 {
  margin-bottom: 0;
}

.h3-2 {
  color: #111827;
  font-weight: 500;
}

.h3-2.t1 {
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 22px;
}

.h3-2.t1._2 {
  margin-top: 0;
  margin-bottom: 10px;
}

.div-block-80 {
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  margin-right: 3px;
  display: flex;
}

.image-8 {
  width: 100%;
  height: 100%;
}

.section-24 {
  background-image: linear-gradient(to bottom, var(--bg-section), var(--bg-section)), url('../images/31495-1.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  justify-content: center;
  align-items: center;
  height: 500px;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.section-24.ssr {
  background-image: linear-gradient(to bottom, var(--bg-section), var(--bg-section)), url('../images/besties-forever-portrait-group-children-standing-arm-arm-huddle-outside.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.div-block-81 {
  width: 40%;
}

.div-block-81._1 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.div-block-82 {
  width: 60%;
}

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

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

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

.div-block-83 {
  background-image: url('../images/portrait-happy-diverse-children.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 420px;
}

.section-26 {
  background-color: #f5f5f5;
}

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

.div-block-85 {
  background-color: #f5f5f5;
  padding-top: 100px;
  padding-bottom: 100px;
}

.div-block-85._1 {
  width: 55%;
}

.div-block-86 {
  display: none;
}

.div-block-87 {
  flex-flow: column;
  padding-top: 40px;
  padding-right: 20px;
  display: flex;
}

.div-block-88 {
  margin-bottom: 34px;
}

.grid-13 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.section-27 {
  background-color: #f9f9f9;
  padding-top: 100px;
  padding-bottom: 100px;
  display: none;
}

.image-areas-1 {
  background-color: var(--white);
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  justify-content: center;
  align-items: center;
  height: 300px;
  display: flex;
}

.image-areas-1._2 {
  background-image: url('../images/Prodoil_3.png');
}

.image-areas-1._3 {
  background-image: url('../images/Lg-Servicab1.png');
}

.div-block-89 {
  padding: 50px;
}

.link-block-4 {
  border-radius: 5px;
  text-decoration: none;
  box-shadow: 0 1px 4px -1px #0003;
}

.image-9 {
  width: 250px;
  height: 200px;
}

.slide {
  background-image: url('../images/1701948821033.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide._2 {
  background-image: url('../images/shutterstock_2489781047.webp');
}

.slide._3 {
  background-image: url('../images/bigstock-Large-Quarry-Dump-Truck-Big-Y-437233313-scaled.jpg');
}

.slide._4 {
  background-image: url('../images/inline-images-800x450-2.webp');
}

.div-block-90 {
  margin-bottom: 24px;
}

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

.field-label {
  margin-bottom: 8px;
  font-family: Fontspring Demo Priego;
  font-size: 14px;
  font-weight: 500;
}

.text-field {
  border-radius: 5px;
  height: 50px;
}

.text-field:hover {
  border: 1px solid #00495359;
}

.text-field.area {
  height: 170px;
}

.div-block-92, .div-block-93 {
  margin-bottom: 24px;
}

.div-block-94 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 24px;
  display: flex;
}

.div-block-95 {
  flex-flow: column;
  display: flex;
}

.map {
  height: 876px;
}

.div-block-96 {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.language {
  z-index: 1;
  background-color: #ffffff80;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 50px;
  padding: 10px;
  display: none;
  position: fixed;
  inset: auto 8% 5% auto;
}

.div-block-97 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: center;
  min-width: 70px;
  height: 80px;
  display: flex;
}

.div-block-98 {
  display: flex;
}

.learn_more---link {
  margin-top: auto;
  padding-top: 20px;
  font-size: 15px;
  font-weight: 700;
}

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

.image-10 {
  width: 250px;
  height: 100%;
}

.div-block-99 {
  justify-content: flex-start;
  align-items: center;
  padding-top: 40px;
  display: flex;
}

.div-block-100, .div-block-101 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.columns {
  display: none;
}

.view-site {
  text-transform: uppercase;
}

.div-block-103 {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.code-embed {
  display: none;
}

.translater {
  background-image: url('../images/flag_13054019.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 100px;
  width: 32px;
  height: 32px;
  display: block;
}

.translater.pt {
  background-image: url('../images/flag_10601007.png');
  background-size: cover;
}

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

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

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

  .container._1 {
    padding-left: 0;
    padding-right: 0;
  }

  .background-video {
    height: 660px;
  }

  .logo-company._1 {
    margin-bottom: 12px;
  }

  .div-block-2 {
    width: 100%;
  }

  .h1 {
    font-size: 42px;
  }

  .paragraph._1._60 {
    width: auto;
  }

  .paragraph._1._60._4 {
    width: 100%;
  }

  .paragraph._2._600 {
    width: 400px;
  }

  .button._1 {
    background-color: var(--white);
    color: var(--black);
    min-width: 200px;
  }

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

  .h2 {
    font-size: 28px;
  }

  .div-block-7 {
    width: 60%;
  }

  .div-block-8 {
    width: 35%;
  }

  .div-block-10 {
    display: none;
  }

  .section-3 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .icon {
    width: 32px;
  }

  .section-4 {
    padding-top: 80px;
  }

  .div-block-11 {
    width: 100%;
    margin-bottom: 40px;
  }

  .div-block-12 {
    width: 100%;
  }

  .div-block-12._1 {
    padding-left: 0;
  }

  .div-block-14 {
    flex-flow: column;
  }

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

  .div-block-21 {
    width: 100%;
    height: 400px;
    padding-top: 40px;
  }

  .div-block-22 {
    flex-flow: column;
  }

  .div-block-23 {
    width: 100%;
    padding-bottom: 60px;
  }

  .div-block-25 {
    justify-content: space-between;
    align-items: center;
  }

  .grid-6 {
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr;
  }

  .div-block-28 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .div-block-29 {
    border-right-style: none;
  }

  .div-block-29._1._2 {
    border-left-style: solid;
  }

  .div-block-34 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    width: 80%;
  }

  .div-block-35 {
    justify-content: flex-start;
    align-items: flex-end;
    height: auto;
    margin-left: 10px;
    padding-top: 10px;
  }

  .nav-link {
    color: var(--white);
    justify-content: flex-start;
    align-items: center;
  }

  .nav-menu {
    background-color: var(--midnight-green);
    width: 80%;
    padding-top: 80px;
    padding-left: 80px;
    padding-right: 80px;
    position: fixed;
    inset: 0% auto 0% 0%;
  }

  .div-block-36 {
    flex-flow: column;
    justify-content: flex-end;
    align-items: flex-start;
    padding-left: 20px;
  }

  .section-11 {
    height: 400px;
  }

  .div-block-44 {
    flex-flow: column;
  }

  .div-block-45 {
    width: 100%;
    margin-bottom: 40px;
  }

  .slider {
    width: 100%;
  }

  .section-16 {
    height: 400px;
  }

  .section-17, .section-18 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

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

  .section-19 {
    height: 400px;
  }

  .div-block-50 {
    height: auto;
  }

  .div-block-52 {
    padding-left: 20px;
  }

  .product-price {
    font-size: 24px;
  }

  .product-price.kz {
    font-size: 12px;
    top: -9px;
  }

  .button-text {
    height: 16px;
  }

  .checkout-button, .button-2 {
    font-size: 15px;
  }

  .fixed-sidebar {
    position: sticky;
    top: 90px;
  }

  .div-block-54 {
    padding-bottom: 80px;
  }

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

  .div-block-59, .div-block-59.ssr {
    height: 400px;
  }

  .div-block-61 {
    padding-left: 0;
  }

  .div-block-65 {
    padding-left: 25px;
    padding-right: 25px;
  }

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

  .image-news-details {
    height: 300px;
  }

  .section-23 {
    height: 500px;
    padding-top: 250px;
  }

  .div-block-77 {
    height: auto;
    padding-bottom: 60px;
  }

  .div-block-77.ssr, .section-24 {
    height: 400px;
  }

  .section-24.ssr {
    height: auto;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .div-block-81 {
    width: 100%;
  }

  .div-block-82 {
    width: 100%;
    margin-top: 40px;
  }

  .section-25 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

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

  .div-block-85._1 {
    display: none;
  }

  .div-block-87 {
    padding-top: 0;
    padding-right: 0;
  }

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

  .map {
    height: 400px;
  }

  .menu-button {
    color: var(--black);
    height: 80px;
    padding-top: 30px;
  }

  .menu-button.w--open {
    color: var(--black);
    background-color: #0000;
  }

  .dropdown {
    width: 100%;
  }

  .columns {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .product-price {
    font-size: 20px;
  }

  .product-price.kz {
    font-size: 12px;
    top: -6px;
  }

  .product-price.kz.small {
    font-size: 11px;
    top: -4px;
  }

  .product-price.kz.small._2 {
    top: -6px;
  }

  .product-price.small.thinner {
    font-size: 20px;
    font-weight: 700;
  }

  .price-total.mobile {
    border-top-style: none;
    flex-direction: column;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .header {
    font-weight: 600;
  }

  .button-text {
    height: 18px;
  }

  .checkout-button {
    height: 45px;
    padding-top: 14px;
    padding-bottom: 0;
    font-size: 16px;
  }

  .checkout-button.blue-button {
    font-weight: 500;
  }

  .cancel-button-wrapper {
    margin-top: 16px;
  }

  .cancel-button-wrapper.hidden-on-mobile {
    display: none;
  }

  .price-content {
    border: 1px solid #d9d9d9;
    border-radius: 16px;
    padding: 24px 16px 14px;
  }

  .button-wrapper._10px {
    margin-bottom: 0;
  }

  .toal-price {
    letter-spacing: .2px;
  }

  .chevron-icon._00 {
    height: 45px;
    margin-left: 6px;
    margin-right: 0;
    font-size: 13px;
    position: relative;
    top: -4px;
  }

  .price-title.total {
    color: #767676;
    margin-bottom: 5px;
    margin-right: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
  }

  .header-wrapper.h4 {
    padding-top: 35px;
  }

  .checkout-details.hide {
    display: none;
  }

  .checkout-cta {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: .75fr 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    display: grid;
  }

  .price-table-wrapper {
    box-shadow: none;
    background-color: #fff;
    border-style: solid none none;
    border-top-color: #d9d9d9;
    border-radius: 0;
    padding: 16px;
  }

  .fixed-sidebar {
    z-index: 10;
    height: auto;
    position: fixed;
    inset: auto 0% 0%;
  }

  .price-list-item {
    color: #111210;
  }
}

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

  .background-video {
    height: 90vh;
  }

  .logo-company.w--current, .logo-company._1 {
    width: 180px;
  }

  .div-block {
    padding-top: 60px;
  }

  .div-block-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    display: flex;
  }

  .h1 {
    font-size: 30px;
  }

  .paragraph._1 {
    width: auto;
  }

  .paragraph._1._60 {
    font-size: 14px;
  }

  .paragraph._2 {
    font-size: 15px;
  }

  .paragraph._2._600._4 {
    width: auto;
    margin-top: 15px;
  }

  .paragraph._4._600 {
    width: auto;
  }

  .button.model2 {
    width: 100%;
  }

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

  .div-block-5 {
    text-align: center;
    padding: 35px 25px;
  }

  .div-block-6 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .h2 {
    font-size: 24px;
  }

  .h2._4.news {
    font-size: 20px;
    line-height: 150%;
  }

  .div-block-8 {
    width: 80%;
  }

  .div-block-9 {
    height: 450px;
    padding-left: 0;
  }

  .grid-2 {
    grid-column-gap: 34px;
    grid-row-gap: 34px;
    grid-template-columns: 1fr;
  }

  .icon.chevron._1 {
    width: 75px;
  }

  .section-4, .section-6 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

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

  .image {
    height: auto;
  }

  .div-block-21 {
    padding-top: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-24 {
    padding-top: 0;
  }

  .div-block-25 {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

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

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

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

  .div-block-29 {
    border-bottom: 1px solid #393939;
    border-left-style: none;
    padding-bottom: 25px;
    padding-left: 0;
  }

  .div-block-29._1._2 {
    border-bottom-style: none;
    border-left-style: none;
  }

  .section-8 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .div-block-32 {
    text-align: center;
  }

  .section-9 {
    height: 320px;
  }

  .div-block-33 {
    flex-flow: column;
  }

  .div-block-34 {
    width: 100%;
  }

  .nav-menu {
    width: 82%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .section-11 {
    height: 350px;
  }

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

  .div-block-38 {
    text-align: center;
  }

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

  .slider, .section-16 {
    height: 350px;
  }

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

  .section-17.gover {
    height: auto;
    padding-bottom: 60px;
  }

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

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

  .description-areas._1 {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }

  .div-block-49 {
    display: none;
  }

  .div-block-50 {
    width: 100%;
  }

  .div-block-50.news {
    padding-bottom: 0;
  }

  .product-price.kz.small._2 {
    top: -6px;
  }

  .product-price.small {
    font-weight: 700;
  }

  .price-total {
    border-top-style: none;
    height: 20px;
    margin-top: 10px;
    margin-bottom: 16px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .price-total.mobile {
    height: auto;
  }

  .cancel-button-wrapper {
    margin-top: 8px;
  }

  .cancel-button-wrapper.hidden-on-mobile {
    display: none;
  }

  .button-wrapper._10px {
    min-width: 107px;
  }

  .button-2.cancel {
    border-color: #d9d9d9;
  }

  .checkout-cta {
    grid-template-columns: minmax(110px, 125px) 1fr;
  }

  .div-block-54 {
    padding-top: 40px;
    padding-bottom: 60px;
  }

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

  .div-block-59.ssr {
    height: 350px;
  }

  .div-block-60 {
    flex-flow: column;
  }

  .div-block-61, .div-block-62 {
    width: 100%;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .image-news {
    height: 300px;
  }

  .text-news {
    font-size: 11px;
  }

  .div-block-73 {
    padding-left: 20px;
    padding-right: 0;
  }

  .section-23 {
    height: 450px;
    padding-top: 180px;
  }

  .div-block-77.ssr {
    height: auto;
  }

  .div-block-78 {
    border-top-style: solid;
    padding-top: 16px;
    padding-left: 25px;
  }

  .div-block-79 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

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

  .paragraph-2.t2._2 {
    font-size: 16px;
  }

  .h3-2.t1._2 {
    font-size: 19px;
  }

  .section-24.ssr {
    height: auto;
    padding-top: 60px;
    padding-bottom: 60px;
  }

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

  .grid-12 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .div-block-85 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .div-block-87 {
    padding-top: 0;
    padding-right: 0;
  }

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

  .div-block-89 {
    padding: 25px;
  }

  .image-9 {
    height: auto;
  }

  .map {
    height: 300px;
  }

  .div-block-98, .div-block-103 {
    flex-flow: column;
  }
}


@font-face {
  font-family: 'Priego';
  src: url('../fonts/Priego-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Priego';
  src: url('../fonts/Priego-Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Priego';
  src: url('../fonts/Priego-ExtraLight.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Priego';
  src: url('../fonts/Priego-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Priego';
  src: url('../fonts/Priego-SemiBold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Priego';
  src: url('../fonts/Priego-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Priego';
  src: url('../fonts/Priego-ExtraBold.otf') format('opentype'), url('../fonts/Priego-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}