:root {
  --white-2: white;
  --orange: #fe5000;
  --black: #232323;
  --white: #fff;
  --transparent: rgba(221, 221, 221, 0);
  --dark-blue: #2d373c;
  --dark-grey: #434343;
  --black-2: black;
}

.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;
}

.w-embed-youtubevideo {
  width: 100%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

.navbar-logo-left-container {
  z-index: 5;
  width: 1030px;
  max-width: 100%;
  background-color: rgba(0, 0, 0, 0);
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  width: 100%;
  max-width: 1140px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

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

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

.nav-menu-two {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: rgba(26, 27, 31, .75);
}

.nav-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: rgba(26, 27, 31, .75);
}

.nav-dropdown-toggle:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-divider {
  width: 1px;
  height: 22px;
  background-color: #e4ebf3;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: rgba(26, 27, 31, .75);
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.navbar-no-shadow {
  position: relative;
}

.div-block-183 {
  flex-direction: column;
  display: flex;
}

.link {
  color: #1e1e1e;
  font-size: .833vw;
  line-height: 140%;
  text-decoration: none;
}

.nav-menu {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.navbar-no-shadow-container {
  z-index: 5;
  width: 100%;
  max-width: none;
  background-color: rgba(255, 255, 255, 0);
  border: 1px #000;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 8.333vw;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.list-item-10 {
  color: var(--black);
}

.list-item-10.hide-tr {
  display: none;
}

.container-regular {
  width: 100%;
  max-width: none;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-169 {
  flex-direction: column;
  display: flex;
}

.navbar-wrapper-2 {
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.nav-link-2 {
  color: var(--white);
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: .833vw;
  line-height: 140%;
  text-decoration: none;
}

.nav-link-2:hover {
  color: #ff8c00;
}

.nav-link-2:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.image-70 {
  width: 15vw;
}

.nav-menu-wrapper-2 {
  display: flex;
}

.mobile-margin-top-11 {
  display: none;
}

.link-2 {
  color: var(--white);
  margin-bottom: .5vw;
  font-size: .9vw;
  line-height: 140%;
  text-decoration: none;
}

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

.section {
  z-index: 2;
  background-color: var(--transparent);
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/Hero-sctn-min.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 6.771vw;
  padding: 13.438vw 8vw 16.25vw;
  display: flex;
  position: relative;
}

.left-side-hero-section {
  z-index: 3;
  width: 66vw;
  flex-direction: column;
  flex: 0 auto;
  align-items: flex-start;
  padding-left: 8vw;
  display: flex;
  position: relative;
}

.right-side-hero-sectin {
  z-index: 3;
  width: 9.792vw;
  height: 9.792vw;
  margin-left: 11.875vw;
  display: none;
  position: relative;
}

.div-block-184 {
  width: auto;
  margin-bottom: 2vw;
}

.heading {
  color: var(--white);
  text-transform: uppercase;
  text-shadow: 0 .313vw .417vw rgba(0, 0, 0, .25);
  margin-top: 0;
  margin-bottom: 1vw;
  font-size: 3.333vw;
  line-height: 130%;
}

.body {
  background-color: #f8f8f8;
  font-family: IBM Plex Sans, sans-serif;
}

.text-block {
  max-width: 40.885vw;
  color: var(--dark-blue);
  font-size: .938vw;
  line-height: 160%;
}

.button {
  border: 1px solid var(--orange);
  -webkit-backdrop-filter: blur(17px);
  backdrop-filter: blur(17px);
  color: var(--orange);
  background-color: rgba(254, 80, 0, .1);
  border-radius: .417vw;
  flex: 0 auto;
  margin-top: 0;
  padding: 1vw 2.083vw;
  font-size: .938vw;
  font-weight: 500;
  line-height: 160%;
  transition: all .325s;
  display: flex;
  box-shadow: 0 10px 25px rgba(254, 80, 0, .15);
}

.button:hover {
  color: var(--dark-blue);
  background-color: #fe5000;
  font-weight: 500;
}

.button.section-tariff-bt {
  margin-top: 3vw;
}

.div-block-185 {
  width: 100%;
  height: 100%;
  border: 1px solid #aaa;
  border-radius: 500px;
}

.div-block-186 {
  width: 4.167vw;
  height: 4.167vw;
  background-color: var(--orange);
  border-radius: 500px;
  margin: auto;
  transition: all .325s;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  box-shadow: 0 10px 20px rgba(254, 80, 0, .35);
}

.div-block-186:hover {
  box-shadow: 0 15px 20px rgba(254, 80, 0, .55);
}

.div-block-187 {
  width: 100%;
  height: 100%;
  display: flex;
}

.text-block-2 {
  color: var(--white);
  justify-content: center;
  margin: auto;
  font-size: .938vw;
  font-weight: 400;
  display: flex;
}

.statistic-block {
  z-index: 4;
  width: auto;
  justify-content: flex-end;
  margin-left: auto;
  margin-right: 0;
  display: flex;
  position: relative;
  top: -4.225vw;
}

.div-block-189 {
  flex-direction: column;
  align-items: center;
  padding-top: 3.281vw;
  padding-bottom: 2.76vw;
  display: flex;
}

.div-block-190 {
  width: 59.115vw;
  background-color: var(--dark-blue);
  justify-content: space-around;
  margin-left: 0;
  display: flex;
}

.div-block-191 {
  width: 20vw;
  background-color: var(--transparent);
  background-image: url('../images/mini-img-1-min_1.jpg');
  background-position: 50%;
  background-size: cover;
  border-top-left-radius: .521vw;
  border-bottom-left-radius: .521vw;
  flex-direction: row;
  flex: none;
  justify-content: flex-end;
  margin-left: auto;
  margin-right: 0;
  display: block;
}

.div-block-191.mini-img-1 {
  width: 14.167vw;
  background-image: url('../images/mini-img-1-min.jpg');
  background-position: 0%;
  background-size: cover;
}

.statistic-cyfr {
  color: var(--orange);
  margin-top: 0;
  margin-bottom: 1.563vw;
  font-size: 2.083vw;
  font-weight: 700;
  line-height: 100%;
}

.statistic-cyfr.tips, .statistic-cyfr.followers, .statistic-cyfr.clones {
  margin-right: .5vw;
}

.statistic-words {
  color: var(--white);
  font-size: .938vw;
  font-weight: 600;
  line-height: 100%;
}

.section-2 {
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 6.615vw;
  margin-bottom: 10.417vw;
  padding-bottom: 0;
  padding-left: 13.854vw;
  padding-right: 13.854vw;
  display: flex;
}

.div-block-192 {
  width: 21.719vw;
  height: 29.844vw;
  background-color: var(--transparent);
  background-image: url('../images/photo_2024-01-15_13-30-25-min.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 15px;
  margin-right: 5vw;
}

.div-block-193 {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.div-block-194 {
  width: 28.281vw;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.div-block-195 {
  width: 4.167vw;
  height: 4.167vw;
  background-color: var(--transparent);
  background-image: url('../images/Frame-2.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 1.563vw;
}

.div-block-195.icon-1 {
  background-image: url('../images/Frame.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.div-block-195.icon-2 {
  background-image: url('../images/Frame-1.svg');
  background-position: 50%;
  background-size: cover;
  margin-bottom: 1.563vw;
}

.div-block-196 {
  max-width: 13.021vw;
  flex-direction: column;
  align-items: center;
  margin-bottom: 5vw;
  display: flex;
}

.div-block-196.icon-3 {
  margin-bottom: 0;
}

.div-block-196.one-line {
  display: none;
}

.text-block-3 {
  font-size: .938vw;
  font-weight: 600;
  line-height: 100%;
}

.heading-2 {
  z-index: 3;
  width: 33.542vw;
  color: var(--dark-blue);
  text-align: left;
  margin-top: 0;
  margin-bottom: 1.5vw;
  font-size: 2.083vw;
  line-height: 130%;
  position: relative;
}

.heading-2._160percent {
  width: 53.594vw;
  text-align: center;
  margin-top: 0;
  margin-bottom: 2vw;
  line-height: 140%;
}

.heading-2._160percent.white-header {
  color: var(--white);
}

.heading-2.left-side {
  text-align: left;
}

.heading-2.left-side._130 {
  line-height: 130%;
}

.paragraph {
  color: var(--black);
  font-size: .938vw;
  line-height: 160%;
}

.list-item-11 {
  color: var(--black);
  margin-bottom: 0;
  font-size: .938vw;
  font-weight: 400;
  line-height: 160%;
}

.list-item-12, .list-item-13, .list-item-14 {
  color: var(--black);
  font-size: .938vw;
  line-height: 160%;
}

.paragraph-2 {
  color: var(--dark-grey);
  margin-bottom: 0;
  font-size: .938vw;
  line-height: 160%;
}

.paragraph-2.italic {
  font-style: italic;
  display: none;
}

.section-3 {
  background-color: var(--dark-blue);
}

.text-block-4 {
  max-width: 49.531vw;
  color: var(--orange);
  padding-top: 3.646vw;
  padding-bottom: 3.646vw;
  padding-left: 0;
  font-size: 1.667vw;
  font-weight: 600;
  line-height: 160%;
}

.text-span {
  color: var(--white);
  font-weight: 600;
}

.text-span-2 {
  color: var(--orange);
}

.line-statistic-2 {
  background-color: var(--dark-blue);
  justify-content: space-between;
  margin-bottom: 10.313vw;
  padding-left: 15.104vw;
  display: flex;
}

.line-statistic-2.left-img {
  padding-left: 0;
  padding-right: 15.104vw;
}

.div-block-197 {
  width: 29.635vw;
  background-color: var(--transparent);
  background-image: url('../images/mini-img-2-min.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: 1.042vw;
  border-bottom-left-radius: 1.042vw;
}

.div-block-197.left-side {
  border-radius: 0 1.042vw 1.042vw 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-4 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 8.073vw;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.text-block-5 {
  text-align: center;
  margin-bottom: .781vw;
  font-size: 1.25vw;
  font-weight: 700;
  line-height: 100%;
}

.img-card-20kvt {
  width: 26.198vw;
  height: 7.656vw;
  background-color: var(--transparent);
  background-image: url('../images/100kvt-min.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.text-block-6 {
  color: #a4a4a4;
  text-align: center;
  font-size: 1.042vw;
  font-style: italic;
  font-weight: 600;
  line-height: 100%;
}

.text-block-7 {
  color: var(--dark-blue);
  margin-bottom: .521vw;
  font-size: .938vw;
  font-weight: 500;
  line-height: 100%;
}

.text-block-7.two-row-item-text {
  line-height: 120%;
}

.text-block-8 {
  color: #717171;
  font-size: .833vw;
  line-height: 100%;
}

.item-card {
  width: 21.979vw;
  margin-bottom: 1.042vw;
  display: flex;
}

.item-card.last-item {
  margin-bottom: 0;
}

.div-block-200 {
  width: auto;
  height: auto;
  max-height: .521vw;
  max-width: .521vw;
  min-height: .521vw;
  min-width: .521vw;
  background-color: var(--orange);
  border-radius: 100px;
  margin-right: 1.302vw;
}

.items-block {
  padding: 2.083vw;
}

.card-name {
  padding-top: 1.042vw;
  padding-bottom: 1.042vw;
}

.card {
  z-index: 1;
  background-color: var(--white);
  border-radius: .521vw;
  margin-top: 2.604vw;
  position: relative;
}

.card._5kvt {
  left: 1.563vw;
}

.card._20kvt {
  right: 1.563vw;
}

.card-10kvt {
  z-index: 2;
  background-color: var(--white);
  border-radius: .521vw;
  flex: 1;
  position: relative;
  box-shadow: 0 38px 2.604vw rgba(15, 11, 5, .15);
}

.div-block-201 {
  justify-content: center;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.text-span-3 {
  color: var(--orange);
}

.text-block-4-copy {
  max-width: 50vw;
  color: var(--orange);
  padding-top: 3.646vw;
  padding-bottom: 3.646vw;
  padding-left: 8.594vw;
  font-size: 1.667vw;
  font-weight: 600;
  line-height: 160%;
}

.text-span-4, .text-span-5 {
  color: var(--orange);
}

.steps-section {
  flex-direction: column;
  align-items: center;
  margin-bottom: 11.979vw;
  padding-left: 15vw;
  padding-right: 15vw;
  display: flex;
  position: relative;
}

.steps {
  width: 100%;
  justify-content: space-between;
  display: flex;
}

.step {
  background-color: var(--white);
  border-radius: 10px;
  flex-direction: column;
  flex: none;
  padding: 1.563vw 0 2.344vw;
  display: flex;
  position: relative;
}

.high-level-step {
  z-index: 2;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.771vw;
  display: flex;
  position: relative;
}

.high-level-step.one-row {
  margin-bottom: 3.333vw;
}

.high-level-step.two-row {
  margin-bottom: 2.604vw;
}

.high-level-step._40px-1 {
  margin-bottom: 3vw;
}

.etap-number {
  margin-right: 6.458vw;
}

.arrow {
  width: 3.958vw;
  height: 3.958vw;
  border: 1px solid #f0f0f0;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.etap {
  align-items: center;
  display: flex;
}

.div-block-202 {
  width: .104vw;
  height: .938vw;
  background-color: var(--orange);
  margin-right: .521vw;
  display: none;
}

.text-block-9 {
  font-size: .938vw;
  font-weight: 600;
  line-height: 100%;
}

.paragraph-3 {
  max-width: 13.229vw;
  color: var(--black);
  margin-bottom: 0;
  padding-right: 1.042vw;
  font-size: .833vw;
  line-height: 160%;
}

.text-span-6 {
  color: #bebebe;
}

.div-block-203 {
  width: 2.083vw;
  height: 2.083vw;
  background-color: var(--white);
  border-radius: 500px;
  justify-content: center;
  align-items: center;
  display: flex;
  box-shadow: 2px 4px 16px rgba(0, 0, 0, .1);
}

.div-block-204 {
  width: .938vw;
  height: .938vw;
  background-color: var(--transparent);
  background-image: url('../images/Frame-5.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.div-block-205 {
  z-index: 1;
  width: 6.5vw;
  height: 4vw;
  background-color: var(--transparent);
  background-image: url('../images/Frame-918.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.div-block-205.step-icon-2 {
  background-image: url('../images/Frame-921.svg');
  background-position: 50%;
}

.div-block-205.step-icon-3 {
  background-image: url('../images/Frame-919.svg');
  background-position: 50%;
}

.div-block-205.step-icon-4 {
  background-image: url('../images/Frame-920.svg');
}

.section-6 {
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 9.063vw;
  padding-left: 0;
  display: flex;
  position: relative;
}

.div-block-206 {
  max-width: none;
  align-items: center;
  margin-bottom: 2.604vw;
  display: flex;
}

.text-block-10 {
  margin-bottom: 0;
  font-size: .938vw;
  font-weight: 600;
  line-height: 160%;
}

.text-block-11 {
  color: #616161;
  font-size: .833vw;
  line-height: 160%;
}

.div-block-207 {
  max-width: none;
}

.div-block-208 {
  width: 2.083vw;
  height: 2.083vw;
  background-color: var(--white);
  border-radius: 500px;
  justify-content: center;
  align-items: center;
  margin-right: 1.563vw;
  display: flex;
  position: relative;
  box-shadow: 0 5px .833vw rgba(0, 0, 0, .1);
}

.div-block-209 {
  width: 1vw;
  height: 1vw;
  background-color: var(--transparent);
  background-image: url('../images/wrench-1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.div-block-209.icon-2-2 {
  background-image: url('../images/tow-truck-1.svg');
}

.div-block-209.icon-2-3 {
  background-image: url('../images/nut-1.svg');
}

.div-block-210 {
  z-index: 2;
  max-width: 26.719vw;
  flex-direction: column;
  align-items: flex-start;
  margin-right: 6.823vw;
  display: flex;
  position: relative;
}

.div-block-211 {
  background-color: var(--orange);
  border-top-left-radius: .521vw;
  border-top-right-radius: .521vw;
  padding: 4vw 4.688vw 2.083vw 2.083vw;
}

.div-block-212 {
  width: 1.875vw;
  height: .156vw;
  background-color: var(--white);
  margin-bottom: .521vw;
}

.text-block-12 {
  width: 10.677vw;
  color: var(--white);
  margin-bottom: 2.083vw;
  font-size: 1.198vw;
  font-weight: 700;
  line-height: 130%;
}

.div-block-213 {
  width: 2.604vw;
  height: 2.604vw;
  background-color: var(--white);
  border-radius: 500px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  box-shadow: 0 5px 15px rgba(0, 0, 0, .2);
}

.div-block-214 {
  height: 15.052vw;
  background-color: var(--transparent);
  background-image: url('../images/why-we-2-min.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom-right-radius: .521vw;
  border-bottom-left-radius: .521vw;
  display: flex;
}

.div-block-215 {
  width: 1.354vw;
  height: 1.354vw;
  background-color: var(--orange);
}

.div-block-215.icon-2-4 {
  background-color: var(--transparent);
  background-image: url('../images/gear-1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.div-block-215.icon-2-5 {
  background-color: var(--transparent);
  background-image: url('../images/Frame-3.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.left-side-why-we {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.right-side-why-we {
  flex-direction: column-reverse;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
  position: relative;
  top: 27px;
}

.why-we-right {
  z-index: 2;
  display: flex;
  position: relative;
}

.text-block-12-copy {
  width: 10.677vw;
  color: var(--white);
  margin-bottom: 2.083vw;
  font-size: 1.042vw;
  font-weight: 700;
  line-height: 160%;
}

.div-block-211-copy {
  background-color: var(--dark-blue);
  border-radius: 0 0 .521vw .521vw;
  padding: 5.417vw 4.688vw 2.083vw 2.083vw;
}

.div-block-214-copy {
  height: 15.052vw;
  background-color: var(--transparent);
  background-image: url('../images/why-we-1-min.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: .521vw .521vw 0 0;
  display: flex;
}

.div-block-216 {
  width: 48.229vw;
  height: 39.219vw;
  background-color: var(--transparent);
  background-image: url('../images/Subtract-min.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 0;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 6.406vw;
}

.text-block-4-copy {
  max-width: 49.531vw;
  color: var(--orange);
  padding-top: 3.646vw;
  padding-bottom: 3.646vw;
  padding-left: 0;
  font-size: 1.667vw;
  font-weight: 700;
  line-height: 160%;
}

.tabs {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.slide-nav {
  display: none;
}

.tab-pane-tab-1 {
  width: auto;
}

.container-2 {
  width: 100%;
  max-width: 100em;
  min-height: 100vh;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  padding: 0 6em;
  display: flex;
}

.tricks-slider_slide {
  width: 42%;
  height: 80vh;
  max-height: 80vw;
  color: #fff;
  text-align: center;
  flex: none;
  justify-content: center;
  align-items: center;
  margin-right: 1em;
  padding: 2em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.page-wrapper {
  width: 100%;
  font-size: 1em;
  position: relative;
  overflow: hidden;
}

.tricks-slider {
  width: 100%;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.image {
  z-index: 1;
  width: 200%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.progress_fill {
  width: 0%;
  height: 100%;
  background-color: #000;
  position: relative;
}

.progress {
  width: 80%;
  height: 1.5px;
  background-color: rgba(0, 0, 0, .09);
  margin-top: 2.5em;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}

.tricks-slider_text {
  z-index: 2;
  letter-spacing: -.08em;
  font-size: 9.3em;
  font-weight: 400;
  position: relative;
}

.global-styles {
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.html {
  width: 0;
  height: 0;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.slidecontent {
  height: 350px;
  min-width: 200px;
  background-image: none;
  background-position: 50% 100%;
  background-size: cover;
  border-radius: 12px;
  flex: 1;
  margin-left: 20px;
  margin-right: 20px;
  padding-right: 0;
  position: relative;
  overflow: visible;
}

.slidecontent.forrest, .slidecontent.mountains {
  background-image: none;
}

.section-8 {
  height: 100vh;
  color: #eee;
  background-color: rgba(3, 3, 3, 0);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 5%;
  padding-bottom: 5%;
  font-family: Open Sans, sans-serif;
  display: flex;
}

.arrow-2 {
  color: rgba(201, 201, 201, .93);
  font-size: 22px;
}

.button-2 {
  letter-spacing: 2px;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  margin-top: 33px;
  margin-left: 23px;
  margin-right: 23px;
  font-weight: 700;
}

.slider {
  width: 400px;
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  justify-content: flex-start;
  align-items: center;
  padding: 25px 50px;
  display: flex;
  overflow: visible;
}

.mask {
  width: 100%;
  overflow: visible;
}

.name {
  color: #fff;
  position: absolute;
  top: auto;
  bottom: 0;
  left: auto;
  right: 20px;
}

.slide {
  width: 300px;
  overflow: visible;
}

.slide-nav-2 {
  padding-top: 27px;
  font-size: 8px;
}

.slide-2 {
  width: 17.031vw;
  height: 100%;
  cursor: zoom-in;
  background-color: #efefef;
  border-radius: .521vw;
  margin-right: 1.563vw;
  padding-bottom: 0;
  padding-right: 0;
}

.slide-3 {
  width: 17.031vw;
  background-color: #eaeaea;
  border-radius: .521vw;
}

.slider-2 {
  width: 90vw;
  background-color: var(--transparent);
  justify-content: space-around;
  display: flex;
  overflow: visible;
}

.slide-1 {
  width: 17.031vw;
  height: 100%;
  cursor: zoom-in;
  background-color: #efefef;
  border-radius: 0;
  margin-right: 1.563vw;
  padding-bottom: 0;
  padding-right: 0;
}

.slide-4 {
  width: 17.031vw;
  cursor: zoom-in;
  background-color: #eaeaea;
  border-radius: .521vw;
  margin-right: 1.563vw;
  padding-bottom: 0;
}

.slide-3-1 {
  width: 17.031vw;
  height: 100%;
  cursor: zoom-in;
  background-color: #efefef;
  border-radius: .521vw;
  margin-right: 1.563vw;
  padding-bottom: 0;
  padding-right: 0;
}

.mask-2 {
  width: 73vw;
}

.border-arrow-line {
  width: 5.208vw;
  height: 5.208vw;
  border: 1px solid #e7e7e7;
  border-radius: 500px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.right-arrow {
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  left: auto;
}

.body-arrow-bg {
  width: 2.604vw;
  height: 2.604vw;
  background-color: var(--orange);
  border-radius: 26.042vw;
  justify-content: center;
  align-items: center;
  display: flex;
}

.icon {
  margin: auto;
  font-size: 12px;
  position: static;
}

.left-arrow {
  justify-content: center;
  align-items: center;
  display: flex;
  right: auto;
}

.icon-2 {
  margin: auto;
  font-size: 12px;
}

.body-arrow-left-bg {
  width: 2.604vw;
  height: 2.604vw;
  background-color: #d7d7d7;
  border-radius: 26.042vw;
  justify-content: center;
  align-items: center;
  display: flex;
}

.slide-5, .slide-6, .slide-7, .slide-8 {
  width: 17.031vw;
  cursor: zoom-in;
  background-color: #eaeaea;
  border-radius: .521vw;
  margin-right: 1.563vw;
}

.lightbox-link {
  width: auto;
  height: auto;
  align-items: center;
  display: flex;
}

.image-71 {
  max-width: none;
}

.lightbox-link-2 {
  border-radius: 0;
  display: block;
}

.testimonials-1 {
  width: 100%;
  height: 100%;
  background-image: url('../images/Mask-group.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: .521vw;
}

.image-72 {
  max-width: none;
}

.lightbox-link-3 {
  width: 100%;
  height: 100%;
}

.tab-link-tab-1 {
  background-color: var(--transparent);
  color: #7c7c7c;
  margin-right: 2.5vw;
  padding: 0;
  font-size: .938vw;
  line-height: 100%;
}

.tab-link-tab-1.w--current {
  background-color: var(--transparent);
  color: var(--orange);
  font-size: .938vw;
  font-weight: 600;
  line-height: 100%;
}

.tab-link-tab-2 {
  background-color: var(--transparent);
  color: #7c7c7c;
  margin-right: 2.5vw;
  padding: 0;
  font-size: .938vw;
  line-height: 100%;
}

.tab-link-tab-2.w--current {
  background-color: var(--transparent);
  color: var(--orange);
  font-weight: 600;
}

.tab-link-tab-3 {
  background-color: var(--transparent);
  color: #7c7c7c;
  margin-right: 2.5vw;
  padding: 0;
  font-size: .938vw;
  line-height: 100%;
}

.tab-link-tab-3.w--current {
  background-color: var(--transparent);
  color: var(--orange);
  font-weight: 600;
}

.tabs-menu {
  align-items: center;
  margin-bottom: 1vw;
  display: flex;
}

.tab-link-tab-4 {
  background-color: var(--transparent);
  color: #7c7c7c;
  margin-right: 2.5vw;
  padding: 0;
  font-size: .938vw;
  line-height: 100%;
}

.tab-link-tab-4.w--current {
  background-color: var(--transparent);
  color: var(--orange);
  margin-right: 2.5vw;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  font-weight: 600;
}

.text-block-13, .text-block-14, .text-block-15, .text-block-16, .text-block-17, .text-block-18 {
  margin-right: 0;
}

.text-block-19 {
  background-color: var(--transparent);
  margin-right: 0;
}

.tab-link-tab-5 {
  background-color: var(--transparent);
  color: #7c7c7c;
  margin-right: 2.5vw;
  padding: 0;
  font-size: .938vw;
  line-height: 100%;
}

.tab-link-tab-5.w--current {
  background-color: var(--transparent);
  color: var(--orange);
  font-weight: 600;
}

.tab-link-tab-6 {
  background-color: var(--transparent);
  color: #7c7c7c;
  margin-right: 2.5vw;
  padding: 0;
  font-size: .938vw;
  line-height: 100%;
}

.tab-link-tab-6.w--current {
  background-color: var(--transparent);
  color: var(--orange);
  font-weight: 600;
}

.tab-link-tab-7 {
  background-color: var(--transparent);
  color: #7c7c7c;
  margin-right: 2.5vw;
  padding: 0;
  font-size: .938vw;
  line-height: 100%;
}

.tab-link-tab-7.w--current {
  background-color: var(--transparent);
  color: var(--orange);
  font-weight: 600;
}

.tab-link-tab-8 {
  background-color: var(--transparent);
  color: #7c7c7c;
  padding: 0;
  font-size: .938vw;
  line-height: 100%;
}

.tab-link-tab-8.w--current {
  background-color: var(--transparent);
  color: var(--orange);
  font-weight: 600;
}

.relized-projects {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 11.354vw;
  display: flex;
  position: relative;
}

.testimonials-1-1 {
  width: 26.719vw;
  height: 27.135vw;
  background-color: var(--transparent);
  position: relative;
}

.section-9 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 7.813vw;
  padding-left: 8vw;
  padding-right: 8vw;
  display: flex;
}

.photo-testimonial {
  z-index: 1;
  width: 23.906vw;
  height: 19.479vw;
  background-color: #e6e6e6;
  border-radius: .781vw;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.text-testimonial {
  z-index: 2;
  width: 21.25vw;
  height: 17.135vw;
  background-color: var(--white);
  border-radius: .781vw;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 2vw 2.083vw 2.083vw;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
  box-shadow: 0 15px 40px rgba(49, 15, 0, .05);
}

.div-block-217 {
  width: 2.604vw;
  height: 2.604vw;
  background-color: #e8e8e8;
  margin-bottom: 1.302vw;
}

.text-block-20 {
  text-align: center;
  font-size: .938vw;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}

.text-block-21 {
  font-size: .938vw;
  font-style: italic;
  line-height: 100%;
}

.div-block-218 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.testimonials-blocks {
  width: 100%;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.div-block-219 {
  width: 23.021vw;
  height: 4.385vw;
  background-color: var(--transparent);
  background-image: url('../images/White-logo.svg');
  background-position: 50%;
  background-size: contain;
}

.text-block-22 {
  color: var(--white);
  text-align: center;
  margin-top: 1.563vw;
  font-size: 1.667vw;
  font-weight: 600;
  line-height: 160%;
}

.form-section {
  background-color: var(--dark-blue);
  margin-bottom: 5vw;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.div-block-221 {
  width: 31.094vw;
  height: auto;
  background-color: var(--orange);
  border-top-right-radius: 1.042vw;
  border-bottom-right-radius: 1.042vw;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-222 {
  margin-left: 5.208vw;
}

.text-block-23 {
  color: var(--white);
  margin-bottom: 1.302vw;
  font-size: 1.667vw;
  font-weight: 700;
}

.paragraph-4 {
  color: var(--white);
  font-size: .833vw;
  line-height: 160%;
}

.div-block-223 {
  max-width: 37.031vw;
  margin-bottom: 2.604vw;
  padding-top: 2.865vw;
}

.form {
  padding-bottom: 2.865vw;
}

.form-block {
  display: flex;
}

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

.text-field {
  width: 14.115vw;
  height: auto;
  color: var(--white);
  background-color: rgba(255, 255, 255, .05);
  border-radius: .417vw;
  flex: 0 auto;
  margin-bottom: 0;
  margin-right: 1.563vw;
  padding: 1vw;
  font-size: .833vw;
  line-height: 100%;
}

.text-field::-ms-input-placeholder {
  color: #9ba0a2;
  font-size: .938vw;
  line-height: 100%;
}

.text-field::placeholder {
  color: #9ba0a2;
  font-size: .938vw;
  line-height: 100%;
}

.text-field-2, .text-field-3 {
  width: 14.115vw;
  height: 3.125vw;
  border-radius: .417vw;
  margin-bottom: 0;
  margin-right: 1.563vw;
}

.submit-button {
  height: 100%;
  border: 1px solid var(--orange);
  color: var(--orange);
  background-color: rgba(254, 80, 0, .1);
  border-radius: .417vw;
  padding: 0 1.458vw;
  font-size: .938vw;
  line-height: 100%;
  transition: all .325s;
}

.submit-button:hover {
  color: var(--dark-blue);
  background-color: #fe5000;
}

.section-10 {
  background-color: var(--white);
  border-radius: 1.042vw;
  flex-direction: column;
  align-items: center;
  margin-bottom: 5.208vw;
  margin-left: 15.417vw;
  margin-right: 15.417vw;
  padding: 6.771vw 0 3.646vw;
  display: flex;
  position: relative;
}

.questions {
  width: 40.885vw;
  padding-right: 0;
}

.qa-1 {
  width: 100%;
  background-color: #fff;
  border: 1px #f7f7f7;
  justify-content: space-around;
  margin-bottom: 1.377vw;
  margin-right: 1.563vw;
  display: block;
}

.dropdown-2 {
  z-index: 1;
  width: 100%;
  border: 1px solid #e2e2e2;
  border-left: 1px #d1d1d1;
  border-right: 1px #d1d1d1;
  border-radius: 0;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: stretch;
  padding: 1.563vw 1.563px;
  display: flex;
}

.dropdown-toggle-2 {
  width: 100%;
  justify-content: space-between;
  align-items: center;
  padding: 0 2.066vw;
  display: flex;
}

.text-block-24 {
  width: auto;
  max-width: 37.24vw;
  color: #121212;
  text-align: left;
  white-space: pre-line;
  object-fit: fill;
  font-family: IBM Plex Sans, sans-serif;
  font-size: .9vw;
  font-weight: 400;
  line-height: 160%;
  overflow: visible;
}

.image-34 {
  width: .677vw;
  height: .677vw;
  flex: none;
}

.list {
  background-color: #493f3f;
  position: static;
  overflow: auto;
}

.list.w--open {
  background-color: rgba(0, 0, 0, 0);
  padding: 10px 10px 0;
}

.paragraph-8 {
  color: #121212;
  margin-top: 2.066vw;
  margin-bottom: 0;
  padding-left: 1.722vw;
  padding-right: 2vw;
  font-family: IBM Plex Sans, sans-serif;
  font-size: .9vw;
  line-height: 160%;
}

.div-block-224 {
  width: 2.083vw;
  height: 2.083vw;
  border-radius: 500px;
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
  box-shadow: 0 5px 16px rgba(0, 0, 0, .1);
}

.fb-social-link {
  margin-right: 1.5vw;
}

.div-block-139 {
  z-index: 1;
  align-items: flex-start;
  margin-bottom: 5vw;
  margin-left: 10vw;
  margin-right: 10vw;
  display: flex;
  position: relative;
}

.button-orange-2 {
  color: #ff8c00;
  text-align: center;
  background-color: rgba(255, 140, 0, .1);
  border: .05vw solid #ff8c00;
  padding: .885vw 1.5vw;
  font-size: .938vw;
  font-weight: 500;
  transition: all .325s;
}

.button-orange-2:hover {
  color: #121212;
  background-color: #fa951a;
  box-shadow: 0 20px 20px -12px rgba(0, 0, 0, .2);
}

.button-orange-2:active {
  color: #ff8c00;
  background-color: #121212;
  border-color: #ff8c00;
}

.image-51 {
  width: 1.653vw;
  height: 1.653vw;
  max-width: none;
}

.paragraph-16 {
  color: #2d373c;
  margin-bottom: 3vw;
  font-size: .95vw;
  line-height: 160%;
}

.contact-phones {
  margin-bottom: 2vw;
}

.div-block-136 {
  width: 30vw;
  height: auto;
  border-radius: .781vw;
  overflow: hidden;
}

.div-block-138 {
  margin-bottom: 1.5vw;
}

.text-block-46 {
  color: #bdbdbd;
  margin-bottom: 1vw;
  font-size: .9vw;
}

.h1 {
  color: #3a2f25;
  text-align: center;
  text-transform: uppercase;
  margin-top: 1vw;
  margin-bottom: 1vw;
  font-size: 1.5rem;
  line-height: 140%;
}

.h1.alighn-left {
  text-align: left;
  text-transform: none;
  font-size: 1.5vw;
}

.contact-email {
  margin-bottom: 2vw;
}

.phone-number-footer-2 {
  color: #121212;
  margin-bottom: 0;
  font-size: .95vw;
  font-weight: 400;
  line-height: 140%;
  position: static;
}

.contacts {
  background-color: var(--transparent);
  margin-bottom: 0;
  padding-top: 5vw;
  padding-bottom: 5vw;
  position: relative;
}

.contact-address {
  margin-bottom: 20px;
}

.social-media-link-contacts {
  width: 10vw;
  position: absolute;
  bottom: 10%;
}

.div-block-140 {
  width: auto;
  height: auto;
  background-color: var(--white);
  border: .05vw #e2e2e2;
  border-radius: .781vw;
  margin-left: 0;
  margin-right: 2vw;
  padding: 2vw 2.5vw;
  position: relative;
}

.div-block-135 {
  width: 59vw;
  height: auto;
  justify-content: space-between;
  display: flex;
}

.image-53 {
  width: 1.653vw;
  height: 1.653vw;
  max-width: none;
}

.div-block-137 {
  width: 27.969vw;
  height: 100%;
  background-color: var(--orange);
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.html-embed {
  width: 100%;
  height: 100%;
  border-radius: .781vw;
}

.left-title-block {
  width: 20vw;
  height: 20vh;
  object-fit: fill;
  margin-top: 0;
  margin-right: 5vw;
  position: -webkit-sticky;
  position: sticky;
  top: 40px;
  bottom: 40px;
}

.left-title-block.contact-left-side {
  width: 22vw;
  height: 40vh;
  flex-direction: column;
  align-items: flex-start;
  margin-right: 2vw;
  display: flex;
  position: relative;
  top: 0;
}

.instagram-social-link {
  width: auto;
  height: auto;
  margin-right: 1.5vw;
}

.instagram-social-link:hover {
  display: block;
}

.link-block-5 {
  text-decoration: none;
}

.social-links {
  flex: 0 auto;
  justify-content: space-between;
  align-items: center;
  margin-bottom: .4vw;
  margin-right: 0;
  display: flex;
  position: static;
}

.div-block-134 {
  margin-bottom: 5vw;
}

.div-block-225 {
  z-index: 2;
  display: flex;
  position: relative;
}

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

.div-block-226 {
  z-index: 3;
  margin-bottom: 3vw;
  position: relative;
}

.background-video {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-228 {
  z-index: 2;
  background-color: var(--transparent);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.item-1 {
  margin-bottom: 0;
}

.item-1.last-item-s2 {
  margin-bottom: 3vw;
}

.text-span-7 {
  color: var(--orange);
}

.text-block-4-copy-copy {
  max-width: 50vw;
  color: var(--white);
  padding-top: 3.646vw;
  padding-bottom: 3.646vw;
  padding-left: 0;
  font-size: 1.667vw;
  font-weight: 600;
  line-height: 160%;
}

.text-span-8, .text-span-9 {
  color: var(--orange);
}

.div-block-229 {
  margin-left: 1.563vw;
  margin-right: 1.563vw;
  position: relative;
}

.step-1-img {
  width: 100%;
  height: 7vw;
  background-color: var(--white);
  background-image: url('../images/Step-1-min_1.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  flex: none;
  margin-bottom: 1.042vw;
  display: flex;
  position: relative;
}

.div-block-231 {
  max-width: 25.104vw;
  margin-bottom: 1vw;
}

.div-block-16 {
  background-image: url('../images/testimonia-6-min.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.div-block-12 {
  background-image: url('../images/testimonia-2-min.jpg');
  background-position: 50% 100%;
  background-size: cover;
}

.div-block-15 {
  background-image: url('../images/testimonia-5-min.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.div-block-13 {
  background-image: url('../images/testimonia-3-min.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.div-block-11 {
  background-image: url('../images/testimonia-1-min.jpg');
  background-position: 50% 0;
  background-size: cover;
}

.div-block-14 {
  background-image: url('../images/testimonia-8-min.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.grid-2 {
  width: 83.333vw;
  height: 35.99vw;
  flex: none;
  grid-template: ". Area-2 . Area-4"
                 "Area Area-2 Area-3 Area-4"
                 "Area . Area-3 ."
                 / 1fr 1fr 1fr 1fr;
}

.div-block-17 {
  background-image: url('../images/testimonia-7-min.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.div-block-18 {
  background-image: url('../images/testimonia-4-min.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.img-card-5kvt {
  width: 26.198vw;
  height: 7.656vw;
  background-color: var(--transparent);
  background-image: url('../images/10kvt-min.jpg');
  background-position: 50%;
  background-size: contain;
}

.img-card-10rvt {
  width: 26.198vw;
  height: 7.656vw;
  background-color: var(--transparent);
  background-image: url('../images/30-kvt-min.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.div-block-197-copy {
  width: 29.635vw;
  background-color: var(--transparent);
  background-image: url('../images/Mini-img-2-min_1.jpg');
  background-position: 50%;
  background-size: cover;
  border-top-left-radius: 1.042vw;
  border-bottom-left-radius: 1.042vw;
}

.div-block-197-copy.left-side {
  background-image: url('../images/Mini-img-3-min.jpg');
  border-radius: 0 1.042vw 1.042vw 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.step-2-img {
  width: 100%;
  height: 7vw;
  background-color: var(--transparent);
  background-image: url('../images/Step-2-min.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  flex: none;
  margin-bottom: 1.042vw;
  display: flex;
}

.step-3-img {
  width: 100%;
  height: 7vw;
  background-color: var(--transparent);
  background-image: url('../images/Step-3-min.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  flex: none;
  margin-bottom: 1.042vw;
  display: flex;
}

.step-4-img {
  width: 100%;
  height: 7vw;
  background-color: var(--transparent);
  background-image: url('../images/Step-4-min.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  flex: none;
  margin-bottom: 1.042vw;
  display: flex;
}

.div-block-197-copy {
  width: 29.635vw;
  background-color: var(--transparent);
  background-image: url('../images/Mini-img-4-min.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: 1.042vw;
  border-bottom-left-radius: 1.042vw;
}

.div-block-197-copy.left-side {
  border-radius: 0 1.042vw 1.042vw 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-232 {
  align-items: flex-start;
  margin-bottom: 1vw;
  display: flex;
}

.div-block-232.last-item-s2 {
  margin-bottom: 3vw;
}

.div-block-232.two-rows-2 {
  align-items: flex-start;
}

.div-block-233 {
  max-height: .26vw;
  max-width: .26vw;
  min-height: .26vw;
  min-width: .26vw;
  background-color: var(--dark-blue);
  border-radius: 500px;
  margin-top: .5vw;
  margin-right: .521vw;
}

.div-block-233.two-rows {
  margin-top: .5vw;
}

.div-block-234 {
  z-index: 2;
  width: 14.167vw;
  height: 4.74vw;
  background-image: url('../images/ПРО.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  padding-bottom: 0;
  position: absolute;
  top: -4.5%;
  bottom: auto;
  left: -7%;
  right: auto;
}

.div-block-235 {
  width: 30vw;
  height: 4.74vw;
  background-image: url('../images/Окупність.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -5%;
  bottom: auto;
  left: 16%;
  right: 0%;
}

.div-block-236 {
  width: 9.219vw;
  height: 4.74vw;
  background-image: url('../images/FAQ.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 13%;
  bottom: auto;
  left: 30%;
}

.div-block-237 {
  width: 23.958vw;
  height: 3.854vw;
  background-image: url('../images/Проекти.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -4%;
  bottom: auto;
  left: 32%;
  right: auto;
}

.div-block-238 {
  width: 26.719vw;
  height: 3.854vw;
  background-image: url('../images/Чому-ми_.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -6%;
  bottom: auto;
  left: 12%;
  right: auto;
}

.div-block-239 {
  width: 20.869vw;
  height: 4.715vw;
  background-image: url('../images/Етапи.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -9%;
  left: 34%;
}

.form-block-4 {
  z-index: 101;
  width: auto;
  color: #ccc;
  background-color: #f7f7f7;
  border: .05vw #e2e2e2;
  flex-direction: column;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 4vw;
  display: flex;
  position: relative;
}

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

.text-span-11 {
  font-weight: 500;
}

.error-message {
  max-width: 25vw;
}

.form-3 {
  width: 25vw;
  flex-direction: column;
  display: flex;
}

.div-block-111-copy {
  width: 1vw;
  height: .3vw;
  background-color: #222;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  transform: rotate(-45deg);
}

.form-cross-2 {
  z-index: 2;
  width: 1vw;
  height: 1vw;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  align-items: center;
  display: flex;
  position: absolute;
  top: 5%;
  bottom: auto;
  left: auto;
  right: 5%;
}

.text-block-67 {
  color: #ff8c00;
  font-size: 1vw;
}

.email {
  width: 25vw;
  color: #121212;
  -webkit-text-stroke-color: #ff8c00;
  background-color: rgba(0, 0, 0, 0);
  border: 1px #000;
  border-bottom: 1px solid #cacaca;
  margin-bottom: 2vw;
  padding-top: 1.2vw;
  padding-bottom: 1.5vw;
  padding-left: .4vw;
  font-size: .9vw;
  line-height: 140%;
}

.email:hover {
  -webkit-text-stroke-color: #ff8c00;
  background-color: rgba(255, 255, 255, .03);
}

.email:active {
  -webkit-text-stroke-color: #121212;
  background-color: rgba(255, 140, 0, 0);
}

.email:focus {
  -webkit-text-stroke-color: #464646;
  border-bottom-color: #ff8c00;
}

.email::-ms-input-placeholder {
  color: #978978;
  background-color: rgba(255, 255, 255, 0);
}

.email::placeholder {
  color: #978978;
  background-color: rgba(255, 255, 255, 0);
}

.question-field{
	 margin-bottom: 3.5vw;
}

.div-block-166 {
  z-index: 100;
  height: 100vh;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-164 {
  width: 1vw;
  height: .3vw;
  background-color: #222;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  transform: rotate(45deg);
}

.text-block-66 {
  color: #2d373c;
  margin-bottom: 0;
  font-size: .95vw;
}

.text-block-68 {
  color: #000;
  text-align: center;
}

.submit-button-3 {
  color: var(--orange);
  background-color: rgba(254, 80, 0, .1);
  border: .06vw solid #ff8c00;
  border-radius: .5vw;
  padding-top: 1vw;
  padding-bottom: 1vw;
  font-size: 1vw;
  transition: all .325s;
}

.submit-button-3:hover {
  background-color: var(--orange);
  color: #121212;
}

.success-message {
  background-color: rgba(0, 0, 0, 0);
  padding: 0 0 5vw;
}

.thank-header {
  color: #1e1e1e;
  text-transform: uppercase;
  margin-bottom: 1.4vw;
  font-size: 1.8vw;
  font-weight: 600;
  line-height: 140%;
}

.heading-20 {
  color: #121212;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 1vw;
  font-size: 1.25vw;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
}

.paragraph-19 {
  color: #535353;
  margin-bottom: 2vw;
  font-size: .9vw;
  line-height: 140%;
}

.but-on-home-page {
  z-index: 2;
  width: 15vw;
  cursor: pointer;
  border: .06vw solid #ff8c00;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 1vw 2vw;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 10%;
  left: 0%;
  right: 0%;
}

.name-2,
.question-field {
  width: 25vw;
  color: #121212;
  -webkit-text-stroke-color: #ff8c00;
  background-color: rgba(0, 0, 0, 0);
  border: 1px #000;
  border-bottom: 1px solid #cacaca;
  margin-bottom: 2vw;
  padding-top: 1.2vw;
  padding-bottom: 1.5vw;
  padding-left: .4vw;
  font-size: .9vw;
  line-height: 140%;
}

.name-2:hover,
.question-field:hover {
  -webkit-text-stroke-color: #ff8c00;
  background-color: rgba(255, 255, 255, .03);
}

.name-2:active,
.question-field:active {
  -webkit-text-stroke-color: #121212;
  background-color: rgba(255, 140, 0, 0);
}

.name-2:focus,
.question-field:focus {
  -webkit-text-stroke-color: #464646;
  border-bottom-color: #ff8c00;
}

.name-2::-ms-input-placeholder,
.question-field::-ms-input-placeholder {
  color: #978978;
  background-color: rgba(255, 255, 255, 0);
}

.name-2::placeholder,
.question-field:placeholder {
  color: #978978;
  background-color: rgba(255, 255, 255, 0);
}

.phone {
  width: 25vw;
  color: #121212;
  background-color: rgba(0, 0, 0, 0);
  border: 1px #000;
  border-bottom: 1px solid #cacaca;
  margin-bottom: 2vw;
  padding-top: 1.2vw;
  padding-bottom: 1.5vw;
  padding-left: .4vw;
  font-size: .9vw;
  line-height: 140%;
}

.phone:focus {
  border-bottom-color: #ff8c00;
}

.phone::-ms-input-placeholder {
  color: #978978;
}

.phone::placeholder {
  color: #978978;
}

.image-45 {
  width: 25vw;
}

.div-block-165 {
  z-index: 3;
  width: 1vw;
  height: 1vw;
  display: flex;
  position: absolute;
  top: 4%;
  bottom: auto;
  left: auto;
  right: 2%;
}

.heading-21 {
  color: #fbf9fc;
  text-align: center;
  margin-bottom: 8px;
  font-size: 130px;
}

.heading-21.followers {
  text-align: center;
}

.heading-21.tips {
  color: var(--orange);
  text-align: center;
  letter-spacing: -5px;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#fbf9fc, #fbf9fc);
  background-position: 0 0;
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 1.563vw;
  font-size: 2.083vw;
}

._3-columns {
  width: 100%;
  height: 100%;
  grid-column-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.info-container {
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.image-2 {
  height: 24px;
  margin-right: 12px;
}

.column {
  width: auto;
  background-image: linear-gradient(#000, rgba(0, 0, 0, 0) 20%), url('../images/confetti_1confetti.png');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, 80%;
  border-right: 1px solid #161616;
  flex-direction: column;
  justify-content: center;
  margin-right: 0;
  display: flex;
}

.column.last {
  border: 1px #000;
}

.text-block-69 {
  color: #fbf9fc;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  display: inline-block;
}

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

.text-span-12 {
  color: var(--orange);
}

.okupnist {
  flex-direction: column;
  align-items: center;
  margin-bottom: 8.958vw;
  padding-top: 2vw;
  padding-left: 14.896vw;
  padding-right: 14.896vw;
  display: flex;
  position: relative;
}

.tabs-2 {
  width: 100%;
  flex-direction: column;
  align-items: center;
  margin-top: 3.125vw;
  display: flex;
}

.tabs-menu-2 {
  margin-bottom: 2.083vw;
}

.tabs-content {
  width: 100%;
  height: 32.865vw;
}

.tab-pane-tab-1-2 {
  height: 100%;
}

.lightbox-link-4 {
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.tab-link-tab-1-2 {
  color: var(--dark-blue);
  background-color: #ededed;
  padding: .781vw 1.563vw;
  font-size: 1.042vw;
  font-weight: 600;
  line-height: 100%;
}

.tab-link-tab-1-2.w--current {
  background-color: var(--orange);
  color: var(--white);
  padding: .781vw 1.563vw;
  font-size: 1.042vw;
  font-weight: 600;
  line-height: 100%;
}

.tab-link-tab-2-2 {
  color: var(--dark-blue);
  background-color: #ededed;
  margin-left: 2.083vw;
  margin-right: 2.083vw;
  padding: .781vw 1.563vw;
  font-size: 1.042vw;
  font-weight: 600;
  line-height: 100%;
}

.tab-link-tab-2-2.w--current {
  background-color: var(--orange);
  color: var(--white);
}

.tab-link-tab-3-2 {
  color: var(--dark-blue);
  background-color: #ededed;
  padding: .781vw 1.563vw;
  font-size: 1.042vw;
  font-weight: 600;
  line-height: 100%;
}

.tab-link-tab-3-2.w--current {
  background-color: var(--orange);
  color: var(--white);
  font-weight: 600;
}

.section-11 {
  flex-direction: column;
  align-items: center;
  margin-bottom: 10vw;
  padding-left: 20.833vw;
  padding-right: 20.833vw;
  display: flex;
  position: relative;
}

.div-block-237-copy {
  width: 23.958vw;
  height: 3.854vw;
  background-image: url('../images/Генерація.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -4%;
  bottom: auto;
  left: 28%;
  right: auto;
}

.div-block-235-c2opy {
  width: 30vw;
  height: 4.74vw;
  background-image: url('../images/Окупність.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 27%;
  right: 0%;
}

.image-75 {
  display: none;
}

.heading-22 {
  z-index: 3;
  width: 33.542vw;
  color: #2d373c;
  text-align: left;
  margin-top: 0;
  margin-bottom: 1.5vw;
  font-size: 2.083vw;
  line-height: 130%;
  position: relative;
}

.heading-22._160percent {
  width: 53.594vw;
  text-align: center;
  margin-top: 0;
  margin-bottom: 2vw;
  line-height: 140%;
}

.step-1-img-2 {
  background-color: rgba(221, 221, 221, 0);
  background-image: url('../images/Step-1-min.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 1.042vw;
}

.step-2-img-2 {
  background-color: rgba(221, 221, 221, 0);
  background-image: url('../images/Step-2-min.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 1.042vw;
}

.div-block-240 {
  width: 20.869vw;
  height: 4.715vw;
  background-image: url('../images/Етапи.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -9%;
  left: 34%;
}

.arrow-3 {
  width: 3.958vw;
  height: 3.958vw;
  border: 1px solid #f0f0f0;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.div-block-241 {
  width: .938vw;
  height: .938vw;
  background-color: rgba(221, 221, 221, 0);
  background-image: url('../images/Frame-5.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.step-2 {
  background-color: #fff;
  border-radius: 10px;
  padding: 1.563vw 0 2.344vw;
  position: relative;
}

.text-block-71 {
  font-size: .938vw;
  font-weight: 600;
  line-height: 100%;
}

.div-block-242 {
  z-index: 1;
  width: 6.5vw;
  height: 4vw;
  background-color: rgba(221, 221, 221, 0);
  background-image: url('../images/Frame-918.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.div-block-242.step-icon-2 {
  background-image: url('../images/Frame-921.svg');
  background-position: 50%;
}

.div-block-242.step-icon-4 {
  background-image: url('../images/Frame-920.svg');
}

.div-block-242.step-icon-3 {
  background-image: url('../images/Frame-919.svg');
  background-position: 50%;
}

.section-12 {
  flex-direction: column;
  align-items: center;
  margin-bottom: 11.979vw;
  padding-left: 15vw;
  padding-right: 15vw;
  display: flex;
  position: relative;
}

.step-4-img-2 {
  background-color: rgba(221, 221, 221, 0);
  background-image: url('../images/Step-4-min.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 1.042vw;
}

.step-3-img-2 {
  background-color: rgba(221, 221, 221, 0);
  background-image: url('../images/Step-3-min.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 1.042vw;
}

.div-block-243 {
  width: 2.083vw;
  height: 2.083vw;
  background-color: #fff;
  border-radius: 500px;
  justify-content: center;
  align-items: center;
  display: flex;
  box-shadow: 2px 4px 16px rgba(0, 0, 0, .1);
}

.paragraph-20 {
  max-width: 13.229vw;
  color: #232323;
  margin-bottom: 0;
  padding-right: 1.042vw;
  font-size: .833vw;
  line-height: 160%;
}

.div-block-244 {
  margin-left: 1.563vw;
  margin-right: 1.563vw;
  position: relative;
}

.div-block-245 {
  width: .104vw;
  height: .938vw;
  background-color: #fe5000;
  margin-right: .521vw;
}

.step-copy, .step-copy2, .step-copy3, .step-copy4 {
  background-color: var(--white);
  border-radius: 10px;
  flex-direction: column;
  flex: none;
  padding: 1.563vw 0 2.344vw;
  display: flex;
  position: relative;
}

.section-13 {
  justify-content: center;
  display: flex;
}

.card-10kvt-2 {
  z-index: 2;
  background-color: #fff;
  border-radius: .521vw;
  flex: 1;
  position: relative;
  box-shadow: 0 38px 2.604vw rgba(15, 11, 5, .15);
}

.text-block-72 {
  color: #2d373c;
  margin-bottom: .521vw;
  font-size: .938vw;
  font-weight: 500;
  line-height: 100%;
}

.text-block-72.two-row-item-text {
  line-height: 120%;
}

.card-2 {
  z-index: 1;
  background-color: #fff;
  border-radius: .521vw;
  margin-top: 2.604vw;
  position: relative;
}

.card-2._20kvt {
  right: 1.563vw;
}

.card-2._5kvt {
  left: 1.563vw;
}

.text-block-73 {
  color: #717171;
  font-size: .833vw;
  line-height: 100%;
}

.heading-23 {
  z-index: 3;
  width: 33.542vw;
  color: #2d373c;
  text-align: left;
  margin-top: 0;
  margin-bottom: 1.5vw;
  font-size: 2.083vw;
  line-height: 130%;
  position: relative;
}

.heading-23._160percent {
  width: 53.594vw;
  text-align: center;
  margin-top: 0;
  margin-bottom: 2vw;
  line-height: 140%;
}

.img-card-20kvt-2 {
  width: 26.198vw;
  height: 7.656vw;
  background-color: rgba(221, 221, 221, 0);
  background-image: url('../images/20kvt-min.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.img-card-10rvt-2 {
  width: 26.198vw;
  height: 7.656vw;
  background-color: rgba(221, 221, 221, 0);
  background-image: url('../images/10kvt-min_1.jpg');
  background-position: 50%;
  background-size: cover;
}

.button-3 {
  -webkit-backdrop-filter: blur(17px);
  backdrop-filter: blur(17px);
  color: #fe5000;
  background-color: rgba(254, 80, 0, .1);
  border: 1px solid #fe5000;
  border-radius: .417vw;
  padding: 1vw 2.083vw;
  font-size: .938vw;
  font-weight: 500;
  line-height: 160%;
  transition: all .325s;
  box-shadow: 0 10px 25px rgba(254, 80, 0, .15);
}

.button-3:hover {
  color: #2d373c;
  background-color: #fe5000;
  font-weight: 500;
}

.button-3.section-tariff {
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  color: var(--orange);
  background-color: rgba(254, 80, 0, .1);
  flex-direction: column;
  justify-content: center;
  margin-top: 2vw;
  display: inline-block;
}

.text-block-74 {
  text-align: center;
  margin-bottom: .781vw;
  font-size: 1.25vw;
  font-weight: 700;
  line-height: 100%;
}

.div-block-246 {
  width: auto;
  height: auto;
  max-height: .521vw;
  max-width: .521vw;
  min-height: .521vw;
  min-width: .521vw;
  background-color: #fe5000;
  border-radius: 100px;
  margin-top: .2vw;
  margin-right: 1.302vw;
}

.div-block-246.two-rows-dote {
  margin-top: .5vw;
}

.text-block-75 {
  color: #a4a4a4;
  text-align: center;
  font-size: 1.042vw;
  font-style: italic;
  font-weight: 600;
  line-height: 100%;
}

.img-card-5kvt-2 {
  width: 26.198vw;
  height: 7.656vw;
  background-color: rgba(221, 221, 221, 0);
  background-image: url('../images/5kvt-min.jpg');
  background-position: 0 0;
  background-size: auto;
}

.section-14 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 8.073vw;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.div-block-247 {
  width: 28.49vw;
  height: 4.74vw;
  background-image: url('../images/ТАРИФИ.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -5%;
  bottom: auto;
  left: auto;
  right: auto;
}

.text-span-13 {
  color: #fe5000;
}

.div-block-249 {
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 3vw;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.div-block-250 {
  justify-content: space-between;
  display: flex;
}

.paragraph-21 {
  font-size: .9vw;
  line-height: 160%;
}

.paragraph-22 {
  color: var(--black);
  margin-bottom: 0;
  font-size: .9vw;
  line-height: 160%;
}

.all-rights-reserved {
  border-top: 1px solid #eaecf0;
  justify-content: center;
  margin-top: 0;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
}

.uui-text-size-small {
  color: #475467;
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: .875rem;
  line-height: 1.5;
}

.uui-text-size-small.text-color-gray500 {
  color: #667085;
  font-size: .85vw;
  line-height: 140%;
}

.section-15 {
  flex-direction: column;
  align-items: center;
  margin-bottom: 10vw;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.div-block-251 {
  width: 100%;
  height: 50vh;
  margin-left: 15vw;
}

.section-16 {
  height: auto;
  align-items: center;
  margin-bottom: 0;
  display: block;
  position: relative;
}

.slider-3 {
  width: 100%;
  height: 100%;
  background-color: var(--black);
  text-align: center;
  flex-flow: column;
  align-items: center;
  padding-top: 3vw;
  padding-bottom: 5vw;
  display: flex;
  position: static;
  top: auto;
  overflow: hidden;
}

.mask-3 {
  width: 50%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
  overflow: visible;
}

.slide-9 {
  width: 100%;
  text-align: center;
  cursor: grab;
  margin-right: 1vw;
}

.img {
  display: inline-block;
}

.left-arrow-2 {
  width: 25%;
  background-image: linear-gradient(to right, #000, rgba(0, 0, 0, 0));
}

.right-arrow-2 {
  width: 25%;
  background-image: linear-gradient(270deg, #000, rgba(0, 0, 0, 0));
}

.slide-nav-3 {
  font-size: 9px;
  line-height: 20px;
}

.text-block-76 {
  color: #2b2b2b;
  text-transform: uppercase;
  font-size: 4vw;
  font-weight: 700;
  line-height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 12%;
  right: auto;
  transform: rotate(-90deg);
}

.link-3 {
  color: #1e1e1e;
  font-size: .833vw;
  line-height: 140%;
  text-decoration: none;
}

.div-block-168 {
  flex-direction: column;
  display: flex;
}

.text-block-64 {
  color: #1e1e1e;
  text-align: center;
  font-size: .729vw;
}

.mobile-margin-top-12 {
  display: none;
}

.nav-menu-2 {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.logo-footer {
  width: 20vw;
  height: 5vh;
  background-color: rgba(0, 0, 0, 0);
  align-items: center;
  margin-bottom: 2vw;
  display: flex;
}

.nav-link-3 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: .833vw;
  line-height: 140%;
  text-decoration: none;
}

.nav-link-3:hover {
  color: #fe5000;
}

.nav-link-3:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link-3[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.div-block-157 {
  margin-bottom: 2vw;
}

.div-block-158 {
  width: 100%;
  height: 3.125vw;
  background-color: #fcfcfc;
  border-top: .05vw solid #e1e1e1;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  bottom: 0;
}

.footer {
  background-color: #fff;
  border-top: .05vw solid #d1d1d1;
  flex-direction: column;
  align-items: center;
  margin-top: 0;
  padding-top: 3vw;
  padding-bottom: 4vw;
  display: flex;
  position: relative;
}

.image-69 {
  margin-bottom: 0;
}

.header-2 {
  flex-direction: column;
  align-items: center;
  margin-bottom: 2.083vw;
  display: flex;
}

.heading-24 {
  color: var(--dark-blue);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.875vw;
  line-height: 100%;
}

.heading-24.white-header {
  color: var(--white);
}

.div-block-252 {
  width: 2.604vw;
  height: .156vw;
  background-color: var(--orange);
  margin-top: 1.042vw;
}

.block-icon {
  width: 3.021vw;
  height: 3.021vw;
  min-height: 3.021vw;
  min-width: 3.021vw;
  background-color: var(--transparent);
  background-image: url('../images/icon-4.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 2.344vw;
  display: none;
}

.block-icon.icon-1 {
  background-color: var(--transparent);
  background-image: url('../images/icon-1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  display: none;
}

.block-icon.icon-2 {
  background-color: var(--transparent);
  background-image: url('../images/icon-2.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  display: none;
}

.block-icon.icon-3 {
  background-color: var(--transparent);
  background-image: url('../images/icon-3.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  display: none;
}

.block-text {
  width: 21vw;
}

.heading-25 {
  color: var(--white);
  justify-content: center;
  margin-top: 0;
  margin-bottom: 1.042vw;
  font-size: .938vw;
  font-weight: 500;
  line-height: 130%;
  display: flex;
}

.block-s2 {
  height: 20vw;
  min-height: 0;
  background-color: var(--white);
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/1-min.jpg');
  background-position: 0 0, 50% 70%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: .521vw;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 1.823vw;
  transition: all .325s;
  display: flex;
}

.block-s2:hover {
  background-image: linear-gradient(rgba(0, 0, 0, .8), rgba(0, 0, 0, .8)), url('../images/1-min.jpg');
  background-position: 0 0, 50% 70%;
  background-size: auto, auto;
  box-shadow: 0 2vw 2vw rgba(0, 0, 0, .07);
}

.text-block-77 {
  color: #fff;
  text-align: center;
  font-size: .938vw;
  line-height: 130%;
}

.div-block-254 {
  justify-content: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.grid-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: stretch;
  justify-items: stretch;
  display: grid;
}

.section-2 {
  flex-direction: column;
  align-items: center;
  margin-bottom: 9.896vw;
}

.secondary-text {
  max-width: 41.51vw;
  text-align: center;
  margin-top: 1.5vw;
  margin-bottom: 0;
  font-size: .938vw;
  line-height: 160%;
}

.section-17 {
  flex-direction: column;
  align-items: center;
  margin-bottom: 9.896vw;
  padding-left: 8.333vw;
  padding-right: 8.333vw;
  display: flex;
}

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

.div-block-256 {
  width: 19.688vw;
  color: var(--white);
  background-image: linear-gradient(rgba(0, 0, 0, 0) 65%, #000), url('../images/who-whome-1-min.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: .521vw;
  align-items: flex-end;
  margin-right: 1.563vw;
  padding-bottom: 1.563vw;
  padding-left: 1.563vw;
  padding-right: 1.563vw;
  display: flex;
}

.grid-4 {
  grid-row-gap: 16px;
  grid-template-columns: 1fr 1fr 1fr;
}

.div-block-257 {
  width: 19.635vw;
  height: 15.885vw;
  color: var(--white);
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), linear-gradient(rgba(0, 0, 0, 0) 56%, #000);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, auto;
  border-radius: .521vw;
  align-items: flex-end;
  padding-bottom: 1.563vw;
  padding-left: 1.563vw;
  padding-right: 1.563vw;
  font-size: .938vw;
  line-height: 100%;
  display: flex;
}

.div-block-257.project-1 {
  background-image: linear-gradient(rgba(0, 0, 0, 0) 56%, #000), url('../images/factory-min.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.div-block-257.project-2 {
  background-image: linear-gradient(rgba(0, 0, 0, 0) 56%, #000), url('../images/azs-min.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.div-block-257.project-3 {
  background-image: linear-gradient(rgba(0, 0, 0, 0) 56%, #000), url('../images/elevators-min.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.div-block-257.project-4 {
  background-image: linear-gradient(rgba(0, 0, 0, 0) 56%, #000), url('../images/who-whome-6-min.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.div-block-257.project-5 {
  background-image: linear-gradient(rgba(0, 0, 0, 0) 56%, #000), url('../images/who-whome-7-min.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.div-block-257.project-7 {
  background-image: linear-gradient(rgba(0, 0, 0, 0) 56%, #000), url('../images/shop-min.jpg');
  background-position: 0 0, 50% 60%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.text-block-78 {
  font-size: .938vw;
  font-weight: 600;
  line-height: 130%;
}

.header-section {
  color: #fff;
  margin-bottom: 1vw;
  font-size: 1.2vw;
  position: static;
}

.header-icon-type-1 {
  position: relative;
}

.after-hover {
  width: auto;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.show-type-header {
  position: relative;
}

.header-icon-type-2s {
  width: auto;
  position: relative;
}

.icon-lighing-5 {
  width: 3vw;
  margin-bottom: 1vw;
  margin-left: 0;
  padding-left: 0;
  position: static;
  bottom: 37.3594px;
}

.icon-lighing-4 {
  width: 4vw;
  margin-bottom: 1vw;
  margin-left: 0;
  padding-left: 0;
  position: static;
  bottom: 37.3594px;
}

.type-1 {
  width: 20vw;
  height: 90vh;
  background-color: #242424;
  background-image: linear-gradient(rgba(0, 0, 0, .44) 60%, #000 90%), url('../images/Project-1-min.jpg');
  background-position: 0 0, 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: flex-end;
  align-items: flex-end;
  transition: all .325s;
  display: flex;
  position: relative;
}

.type-1:hover {
  background-image: linear-gradient(rgba(0, 0, 0, .3) 70%, #000), url('../images/Project-1-min.jpg');
  background-position: 0 0, 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.befor-hover {
  flex: 0 auto;
  margin-left: 0;
  margin-right: auto;
}

.hover-elements {
  max-width: 600px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-bottom: 2vw;
  padding-left: 2vw;
  padding-right: 2vw;
  display: block;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.hover-elements.first-co {
  max-width: 400px;
  align-items: center;
  margin-left: auto;
  display: flex;
}

.icon-lighing-1 {
  width: 4vw;
  margin-bottom: 1vw;
  margin-left: 0;
  padding-left: 0;
  position: static;
  bottom: 37.3594px;
}

.type-5-vers-4 {
  width: 20vw;
  height: 90vh;
  background-color: #242424;
  background-image: linear-gradient(rgba(0, 0, 0, .7) 60%, #000 90%), url('../images/Project-5-min.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: flex-end;
  transition: all .325s;
  display: flex;
  position: relative;
}

.type-5-vers-4:hover {
  background-image: linear-gradient(rgba(0, 0, 0, .3) 70%, #000), url('../images/Project-5-min.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.type-lighting {
  flex-direction: column;
  align-items: center;
  margin-bottom: 9.896vw;
  display: flex;
}

.type-4-vers-4 {
  width: 20vw;
  height: 90vh;
  background-color: #242424;
  background-image: linear-gradient(rgba(0, 0, 0, .7) 60%, #000 90%), url('../images/trc-min.jpg');
  background-position: 0 0, 30%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: flex-start;
  align-items: flex-end;
  transition: all .325s;
  display: flex;
  position: relative;
}

.type-4-vers-4:hover {
  background-image: linear-gradient(rgba(0, 0, 0, .3) 70%, #000), url('../images/trc-min.jpg');
  background-position: 0 0, 30%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.type-2-vers-4 {
  width: 20vw;
  height: 90vh;
  background-color: #242424;
  background-image: linear-gradient(rgba(0, 0, 0, .7) 60%, #000 90%), url('../images/Project-2-min.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto 100%;
  justify-content: center;
  align-items: flex-end;
  transition: all .325s;
  display: flex;
  position: relative;
}

.type-2-vers-4:hover {
  background-image: linear-gradient(rgba(0, 0, 0, .3) 70%, #000), url('../images/Project-2-min.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.icon-lighing-3 {
  width: 4vw;
  margin-bottom: 1vw;
  margin-left: 0;
  padding-left: 0;
  position: static;
  bottom: 37.3594px;
}

.type-3-vers-4 {
  width: 20vw;
  height: 90vh;
  background-color: #242424;
  background-image: linear-gradient(rgba(0, 0, 0, .7) 60%, #000 89%), url('../images/Project-3-min.jpg');
  background-position: 0 0, 30%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: flex-end;
  transition: all .325s;
  display: flex;
  position: relative;
}

.type-3-vers-4:hover {
  background-image: linear-gradient(rgba(0, 0, 0, .3) 70%, #000), url('../images/Project-3-min.jpg');
  background-position: 0 0, 30%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.heading-18 {
  text-transform: none;
  margin-top: 0;
  margin-bottom: .6vw;
  font-size: 1.1vw;
  font-weight: 600;
  line-height: 120%;
}

.paragraph-12 {
  opacity: 1;
  color: #fff;
  margin-bottom: 0;
  font-size: .95vw;
  line-height: 160%;
  display: block;
  position: static;
}

.text-block-79 {
  color: #a3a3a3;
  font-size: .833vw;
  line-height: 160%;
}

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

.button-4 {
  -webkit-backdrop-filter: blur(17px);
  backdrop-filter: blur(17px);
  color: #fe5000;
  background-color: rgba(254, 80, 0, .1);
  border: 1px solid #fe5000;
  border-radius: .417vw;
  padding: 1vw 2.083vw;
  font-size: .938vw;
  font-weight: 500;
  line-height: 160%;
  transition: all .325s;
  box-shadow: 0 10px 25px rgba(254, 80, 0, .15);
}

.button-4:hover {
  color: #2d373c;
  background-color: #fe5000;
  font-weight: 500;
}

.button-4.section-tariff {
  box-shadow: none;
  color: var(--orange);
  background-color: rgba(254, 80, 0, .1);
  flex-direction: column;
  justify-content: center;
  margin-top: 2vw;
  display: inline-block;
}

.button-4.section-tariff:hover {
  background-color: var(--orange);
  color: var(--dark-blue);
}

.line-statistic-2-2 {
  background-color: #2d373c;
  justify-content: space-between;
  margin-bottom: 10.313vw;
  padding-left: 15.104vw;
  display: flex;
}

.line-statistic-2-2.left-img {
  margin-top: 4.688vw;
  margin-bottom: 4.688vw;
  padding-left: 0;
  padding-right: 15.104vw;
}

.div-block-197-copy-2 {
  width: 29.635vw;
  background-color: rgba(221, 221, 221, 0);
  background-image: url('../images/Mini-img-2-min_1.jpg');
  background-position: 50%;
  background-size: cover;
  border-top-left-radius: 1.042vw;
  border-bottom-left-radius: 1.042vw;
}

.div-block-197-copy-2.left-side {
  background-image: url('../images/mini-img-min.jpg');
  border-radius: 0 1.042vw 1.042vw 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-4-copy-copy-2 {
  max-width: 50vw;
  color: #fff;
  padding-top: 3.646vw;
  padding-bottom: 3.646vw;
  padding-left: 0;
  font-size: 1.667vw;
  font-weight: 600;
  line-height: 160%;
}

.text-span-14, .text-span-15 {
  color: #fe5000;
}

.hero-section {
  z-index: 2;
  background-color: var(--white);
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/Hero-sctn-min.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 6.771vw;
  padding: 13.438vw 8vw 16.25vw;
  display: none;
  position: relative;
}

.section-18 {
  height: auto;
  background-image: none;
  background-position: 0 0;
  margin-bottom: 6.771vw;
  padding: 13.438vw 0 23.15vw;
  position: relative;
}

.nav-link-2-copy {
  color: var(--black);
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: .833vw;
  line-height: 140%;
  text-decoration: none;
}

.nav-link-2-copy:hover {
  color: #ff8c00;
}

.nav-link-2-copy:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link-2-copy[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link-2-copy.hide-tr {
  display: none;
}

.paragraph-23 {
  max-width: 40vw;
  color: var(--white);
  font-size: .9vw;
  line-height: 160%;
}

.parallax {
  z-index: 1;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  bottom: 0;
}

.image-76 {
  z-index: 1;
  width: 100%;
  height: 100%;
  display: block;
  position: static;
  bottom: 0;
}

.image-77 {
  z-index: 2;
  display: block;
  position: absolute;
  bottom: 0;
}

.image-78 {
  z-index: 3;
  position: absolute;
  bottom: 0;
}

.video {
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.html-embed-2 {
  z-index: 1;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-259 {
  z-index: 2;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .4);
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.card-img {
  display: none;
}

.block-s2-2 {
  height: 20vw;
  min-height: 0;
  background-color: var(--white);
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/2-min.jpg');
  background-position: 0 0, 50% 85%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: .521vw;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 1.823vw;
  transition: all .325s;
  display: flex;
}

.block-s2-2:hover {
  background-image: linear-gradient(rgba(0, 0, 0, .8), rgba(0, 0, 0, .8)), url('../images/2-min.jpg');
  background-position: 0 0, 50% 85%;
  background-size: auto, auto;
  box-shadow: 0 2vw 2vw rgba(0, 0, 0, .07);
}

.block-s2-3 {
  height: 20vw;
  min-height: 0;
  background-color: var(--white);
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/3-min.jpg');
  background-position: 0 0, 50% 40%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: .521vw;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 1.823vw;
  transition: all .325s;
  display: flex;
}

.block-s2-3:hover {
  background-image: linear-gradient(rgba(0, 0, 0, .8), rgba(0, 0, 0, .8)), url('../images/3-min.jpg');
  background-position: 0 0, 50% 40%;
  background-size: auto, auto;
  box-shadow: 0 2vw 2vw rgba(0, 0, 0, .07);
}

.block-s2-4 {
  height: 20vw;
  min-height: 0;
  background-color: var(--white);
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/4-min.jpg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: .521vw;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 1.823vw;
  transition: all .325s;
  display: flex;
}

.block-s2-4:hover {
  background-image: linear-gradient(rgba(0, 0, 0, .8), rgba(0, 0, 0, .8)), url('../images/4-min.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  box-shadow: 0 2vw 2vw rgba(0, 0, 0, .07);
}

.section-19 {
  display: none;
}

@media screen and (min-width: 1440px) {
  .section {
    background-image: url('../images/Main-scrn-min.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .button {
    margin-top: 3vw;
  }

  .div-block-235 {
    background-image: url('../images/Окупність.svg');
  }

  .div-block-237 {
    width: 29.844vw;
  }

  .heading-21.clones {
    text-align: center;
    font-size: 140px;
  }

  .heading-21.followers {
    font-size: 140px;
  }

  .heading-21.tips {
    margin-bottom: 8px;
    font-size: 140px;
  }

  .column {
    background-image: linear-gradient(#080808, rgba(0, 0, 0, 0) 20%), url('../images/confetti_1confetti.png');
    background-position: 0 0, 50% 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, 80%;
    border-right-color: #161616;
    position: relative;
  }

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

  .okupnist {
    padding-top: 0;
  }

  .tabs-2 {
    margin-top: 2vw;
  }

  .tabs-content {
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .tab-pane-tab-1-2 {
    width: 100%;
  }

  .lightbox-link-4 {
    height: 100%;
    justify-content: center;
    align-items: center;
  }

  .image-73 {
    width: 100%;
    height: 100%;
    flex: 0 auto;
  }

  .tab-pane-tab-2 {
    width: 100%;
    height: 100%;
  }

  .image-73-copy {
    width: 100%;
    height: 100%;
    flex: 0 auto;
  }

  .tab-pane-tab-3 {
    width: 100%;
    height: 100%;
  }

  .image-73-copy2 {
    width: 100%;
    height: 100%;
    flex: 0 auto;
  }

  .tab-link-tab-1-2 {
    color: var(--dark-blue);
    background-color: #ededed;
    padding: .781vw 1.563vw;
    font-size: 1.042vw;
    font-weight: 600;
    line-height: 100%;
  }

  .tab-link-tab-1-2.w--current {
    background-color: var(--orange);
    color: var(--white);
  }

  .tab-link-tab-2-2 {
    color: var(--dark-blue);
    background-color: #ededed;
    margin-left: 2.083vw;
    margin-right: 2.083vw;
    padding: .781vw 1.563vw;
    font-size: 1.042vw;
    font-weight: 600;
    line-height: 100%;
  }

  .tab-link-tab-3-2 {
    background-color: #ededed;
    padding: .781vw 1.563vw;
    font-size: 1.042vw;
    font-weight: 600;
    line-height: 100%;
  }

  .tab-link-tab-3-2.w--current {
    background-color: var(--orange);
    color: var(--white);
    padding: .781vw 1.563vw;
    font-size: 1.042vw;
    font-weight: 600;
    line-height: 100%;
  }

  .section-11 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 10vw;
    padding-left: 20.833vw;
    padding-right: 20.833vw;
    display: flex;
    position: relative;
  }

  .div-block-237-copy {
    width: 29.844vw;
    background-image: url('../images/Генерація.svg');
    background-position: 50%;
    background-size: contain;
    top: -4%;
    bottom: 6px;
    left: 23%;
  }

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

  .div-block-235-c2opy {
    background-image: url('../images/Окупність.svg');
  }

  .hero-section {
    background-image: url('../images/Main-scrn-min.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }
}

@media screen and (max-width: 991px) {
  .container {
    max-width: 728px;
  }

  .nav-menu-wrapper {
    background-color: rgba(0, 0, 0, 0);
  }

  .nav-menu-two {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button {
    padding: 12px;
  }

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

  .menu-button-2 {
    color: var(--white-2);
    padding: 12px;
  }

  .menu-button-2.w--open {
    z-index: 101;
    background-color: var(--orange);
    color: #fff;
  }

  .div-block-183 {
    align-self: center;
    align-items: center;
    margin-bottom: 40px;
  }

  .link {
    margin-bottom: 30px;
    font-size: 16px;
  }

  .nav-menu {
    background-color: #fff;
    flex-flow: column wrap;
    align-content: stretch;
    justify-content: space-around;
    align-items: center;
    margin-top: 20px;
    padding-top: 80px;
    padding-left: 0;
    display: flex;
  }

  .nav-menu.footer-link {
    flex-direction: row;
    margin-top: 0;
    padding-top: 0;
  }

  .list-item-10 {
    color: var(--black);
    margin-bottom: 40px;
  }

  .nav-link-2 {
    color: var(--black);
    padding-left: 5px;
    padding-right: 5px;
    font-size: 16px;
  }

  .nav-link-2:hover {
    color: var(--orange);
  }

  .image-70 {
    width: 30vw;
  }

  .nav-menu-wrapper-2 {
    z-index: 100;
    width: 50vw;
    height: auto;
    background-color: #fff;
    border: 1px solid #c1c1c1;
  }

  .mobile-margin-top-11 {
    font-size: 16px;
    display: flex;
  }

  .link-2 {
    display: none;
  }

  .section {
    background-image: url('../images/Main-scrn-min.jpg');
    background-position: 70%;
    background-repeat: no-repeat;
    background-size: cover;
    flex-direction: column;
    justify-content: space-between;
    padding: 160px 60px 140px;
  }

  .left-side-hero-section {
    width: 85vw;
    align-items: center;
    margin-bottom: 0;
    padding-left: 0;
  }

  .right-side-hero-sectin {
    width: 120px;
    height: 120px;
    margin-left: 50px;
  }

  .div-block-184 {
    width: 80vw;
    margin-bottom: 40px;
  }

  .heading {
    text-align: center;
    margin-bottom: 0;
    font-size: 40px;
  }

  .text-block {
    max-width: none;
    font-size: 16px;
  }

  .button {
    border-radius: 8px;
    margin-top: 0;
    padding: 18px 35px;
    font-size: 16px;
  }

  .button.section-tariff-bt {
    margin-top: 40px;
  }

  .div-block-186 {
    width: 60px;
    height: 60px;
  }

  .text-block-2 {
    font-size: 14px;
  }

  .statistic-block {
    top: -5vw;
  }

  .div-block-189 {
    margin-left: 30px;
    margin-right: 30px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .div-block-190 {
    width: auto;
  }

  .div-block-191 {
    width: 20vw;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
  }

  .div-block-191.mini-img-1 {
    width: 180px;
  }

  .statistic-cyfr {
    margin-bottom: 20px;
    font-size: 24px;
  }

  .statistic-words {
    text-align: center;
    font-size: 14px;
    line-height: 140%;
  }

  .section-2 {
    flex-direction: column-reverse;
    align-items: center;
    margin-top: 60px;
    margin-bottom: 70px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .div-block-192 {
    width: 35vw;
    height: 60vw;
  }

  .div-block-193 {
    width: 80vw;
    flex-direction: row;
    justify-content: space-between;
  }

  .div-block-194 {
    width: 50vw;
  }

  .div-block-195 {
    width: 40px;
    height: 40px;
    margin-bottom: 20px;
  }

  .div-block-196 {
    max-width: none;
    margin-bottom: 0;
  }

  .text-block-3 {
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    line-height: 130%;
  }

  .heading-2 {
    width: auto;
    text-align: left;
    margin-bottom: 10px;
    font-size: 24px;
  }

  .heading-2._160percent {
    width: 80vw;
    text-align: center;
  }

  .heading-2.left-side._130 {
    margin-bottom: 20px;
  }

  .paragraph {
    margin-bottom: 40px;
    font-size: 16px;
  }

  .list-item-11 {
    margin-bottom: 0;
    font-size: 16px;
  }

  .list-item-12, .list-item-13, .list-item-14, .paragraph-2 {
    font-size: 16px;
  }

  .text-block-4 {
    max-width: 55vw;
    padding-top: 40px;
    padding-bottom: 40px;
    font-size: 18px;
  }

  .text-span {
    font-size: 18px;
  }

  .line-statistic-2 {
    margin-bottom: 100px;
    padding-left: 10vw;
  }

  .line-statistic-2.left-img {
    padding-right: 10vw;
  }

  .div-block-197.left-side {
    align-items: flex-start;
  }

  .section-4 {
    margin-bottom: 60px;
    padding-left: 60px;
    padding-right: 60px;
  }

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

  .img-card-20kvt {
    width: 30vw;
    height: 12vw;
  }

  .text-block-6 {
    font-size: 14px;
    font-weight: 500;
  }

  .text-block-7 {
    font-size: 14px;
    line-height: 130%;
  }

  .text-block-8 {
    font-size: 12px;
    line-height: 120%;
  }

  .div-block-200 {
    max-height: 5px;
    max-width: 5px;
    min-height: 5px;
    min-width: 5px;
    margin-top: 5px;
    margin-right: 10px;
  }

  .items-block {
    padding: 15px;
  }

  .card-name {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .card._20kvt {
    border-radius: 10px;
  }

  .card-10kvt {
    border-radius: 10px;
    box-shadow: 0 19px 30px rgba(15, 11, 5, .15);
  }

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

  .text-block-4-copy {
    padding-left: 5vw;
  }

  .steps-section {
    margin-bottom: 120px;
    padding-left: 9vw;
    padding-right: 9vw;
  }

  .steps {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    display: grid;
  }

  .step {
    margin-bottom: 0;
    padding: 30px 0;
  }

  .high-level-step {
    margin-bottom: 20px;
  }

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

  .div-block-202 {
    width: 1px;
    height: 15px;
    margin-right: 10px;
  }

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

  .paragraph-3 {
    width: auto;
    max-width: none;
    padding-right: 0;
    font-size: 16px;
  }

  .div-block-203 {
    width: 40px;
    height: 40px;
  }

  .div-block-204 {
    width: 15px;
    height: 15px;
  }

  .div-block-205 {
    width: 80px;
    height: 52px;
    background-image: url('../images/Frame-918.svg');
    background-position: 50%;
    margin-top: 25px;
    margin-left: 25px;
    top: -6%;
    left: -10%;
  }

  .div-block-205.step-icon-2 {
    background-image: url('../images/Frame-921.svg');
    background-position: 50%;
    background-size: contain;
  }

  .section-6 {
    flex-direction: column-reverse;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 100px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .div-block-206 {
    max-width: none;
    align-items: flex-start;
    margin-bottom: 20px;
  }

  .div-block-206.centre {
    align-items: center;
  }

  .text-block-10 {
    margin-bottom: 0;
    font-size: 18px;
  }

  .text-block-11 {
    font-size: 14px;
  }

  .div-block-207 {
    max-width: none;
  }

  .div-block-208 {
    width: 40px;
    height: 40px;
    min-height: 40px;
    min-width: 40px;
    margin-right: 15px;
  }

  .div-block-209 {
    width: 20px;
    height: 20px;
  }

  .div-block-210 {
    max-width: 50vw;
    flex-direction: column;
    margin-right: 0;
    display: flex;
  }

  .div-block-211 {
    padding: 60px 40px 40px;
  }

  .div-block-212 {
    width: 20px;
    height: 2px;
    margin-bottom: 10px;
  }

  .text-block-12 {
    width: auto;
    margin-bottom: 20px;
    font-size: 16px;
  }

  .div-block-213 {
    width: 40px;
    height: 40px;
  }

  .div-block-214 {
    height: 24vw;
  }

  .div-block-215.icon-2-4, .div-block-215.icon-2-5 {
    width: 20px;
    height: 20px;
  }

  .why-we-right {
    margin-bottom: 100px;
  }

  .text-block-12-copy {
    width: 15vw;
    font-size: 16px;
  }

  .div-block-211-copy {
    padding: 60px 40px 40px;
  }

  .div-block-214-copy {
    height: 24vw;
  }

  .div-block-216 {
    width: 60vw;
    height: 45vw;
    top: -5%;
    bottom: auto;
    left: auto;
    right: 3%;
  }

  .text-block-4-copy {
    max-width: 55vw;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 0;
    font-size: 18px;
  }

  .container-2 {
    padding-left: 4em;
    padding-right: 4em;
  }

  .tricks-slider_slide {
    width: 48%;
    margin-right: 2em;
  }

  .progress {
    margin-top: 30px;
  }

  .div-block-219 {
    width: 35vw;
    height: 10vw;
    background-repeat: no-repeat;
  }

  .text-block-22 {
    margin-top: 20px;
    font-size: 20px;
  }

  .form-section {
    padding-right: 40px;
  }

  .div-block-221 {
    width: 50vw;
    align-items: center;
    padding-left: 40px;
    padding-right: 40px;
  }

  .div-block-222 {
    margin-left: 40px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .text-block-23 {
    margin-bottom: 10px;
    font-size: 24px;
  }

  .paragraph-4 {
    font-size: 16px;
  }

  .div-block-223 {
    max-width: none;
  }

  .form-2 {
    flex-direction: column;
  }

  .text-field {
    width: 300px;
    border-radius: 8px;
    margin-bottom: 20px;
    margin-right: 0;
    padding: 15px;
    font-size: 16px;
  }

  .text-field::-ms-input-placeholder {
    font-size: 16px;
  }

  .text-field::placeholder {
    font-size: 16px;
  }

  .submit-button {
    border-radius: 8px;
    padding: 18px 40px;
    font-size: 16px;
  }

  .section-10 {
    margin-bottom: 100px;
    margin-left: 40px;
    margin-right: 40px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .questions {
    width: 80vw;
  }

  .qa-1 {
    width: 80vw;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .dropdown-2 {
    border-style: solid none;
    border-radius: 0;
    flex-direction: column;
    align-items: stretch;
    padding: 25px 40px 25px 30px;
  }

  .dropdown-toggle-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-24 {
    width: 70vw;
    font-size: 18px;
    font-weight: 400;
  }

  .image-34 {
    width: 15px;
    height: 15px;
  }

  .paragraph-8 {
    margin-top: 4vw;
    padding-left: 2vw;
    padding-right: 6vw;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
  }

  .div-block-224 {
    width: 40px;
    height: 40px;
  }

  .fb-social-link {
    width: 4vw;
    height: 4vw;
    margin-right: 40px;
  }

  .div-block-139 {
    margin-left: 5vw;
    margin-right: 5vw;
  }

  .button-orange-2 {
    padding: 16px 25px;
    font-size: 16px;
  }

  .youtube-social-link {
    margin-right: 0;
  }

  .image-51 {
    width: 35px;
    height: 35px;
  }

  .paragraph-16 {
    margin-bottom: 40px;
    font-size: 16px;
  }

  .contact-phones {
    margin-bottom: 30px;
  }

  .div-block-136 {
    width: 45vw;
    border-radius: 15px;
  }

  .div-block-138 {
    margin-bottom: 20px;
  }

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

  .h1.alighn-left {
    font-size: 24px;
  }

  .contact-email {
    margin-bottom: 30px;
  }

  .phone-number-footer-2 {
    font-size: 18px;
  }

  .contacts {
    margin-top: 0;
  }

  .social-media-link-contacts {
    width: 35vw;
    justify-content: center;
    align-items: center;
    display: flex;
    position: static;
  }

  .div-block-140 {
    width: 45vw;
    background-color: #fff;
    border-radius: 15px;
    margin-bottom: 30px;
    margin-right: 0;
    padding: 40px 40px 20px;
  }

  .div-block-135 {
    width: 50vw;
    height: auto;
    flex-direction: column;
  }

  .image-53 {
    width: 35px;
    height: 35px;
  }

  .html-embed {
    height: 60vw;
  }

  .left-title-block {
    width: 30vw;
    height: 35vh;
    margin-right: 5vw;
  }

  .left-title-block.contact-left-side {
    width: 40vw;
    height: 60vh;
    margin-right: 60px;
    position: static;
  }

  .instagram-social-link {
    width: 4vw;
    height: 4vw;
    margin-right: 40px;
  }

  .social-links {
    width: 30vw;
    align-items: flex-start;
    margin: 20px auto 30px;
    padding-left: 0;
  }

  .div-block-134 {
    margin-bottom: 20px;
  }

  .div-block-225 {
    margin-bottom: 60px;
    position: relative;
  }

  .div-block-226 {
    margin-bottom: 0;
  }

  .div-block-227 {
    flex: 1;
  }

  .div-block-228 {
    background-image: linear-gradient(309deg, rgba(255, 255, 255, 0) 18%, #fff 88%);
  }

  .item-1 {
    margin-bottom: 0;
  }

  .text-block-4-copy-copy {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 5vw;
    font-size: 18px;
  }

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

  .step-1-img {
    height: 100px;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .div-block-231 {
    max-width: none;
    margin-bottom: 40px;
  }

  .grid-2 {
    height: 65vw;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .img-card-5kvt, .img-card-10rvt {
    width: 30vw;
    height: 12vw;
  }

  .div-block-197-copy.left-side {
    align-items: flex-start;
  }

  .step-2-img, .step-3-img, .step-4-img {
    height: 100px;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .div-block-197-copy.left-side {
    align-items: flex-start;
  }

  .div-block-232 {
    margin-bottom: 15px;
  }

  .div-block-232.two-rows-2 {
    align-items: flex-start;
  }

  .div-block-233 {
    max-height: 5px;
    max-width: 5px;
    min-height: 5px;
    min-width: 5px;
    margin-top: 0;
    margin-right: 10px;
  }

  .div-block-233.two-rows {
    margin-top: 11px;
  }

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

  .div-block-235 {
    width: 300px;
    height: 75px;
    top: -5%;
    left: auto;
    right: auto;
  }

  .div-block-236 {
    width: 110px;
    height: 50px;
    top: 6%;
    left: 27%;
  }

  .div-block-237 {
    width: 220px;
    height: 50px;
    left: auto;
  }

  .div-block-238 {
    width: 250px;
    height: 40px;
    top: auto;
    bottom: 41%;
    left: 21%;
    right: auto;
  }

  .div-block-239 {
    width: 200px;
    height: 60px;
    top: -4%;
    left: auto;
  }

  .icon-4 {
    font-size: 30px;
  }

  .form-block-4 {
    width: 70vw;
    padding: 40px 60px;
  }

  .form-section-2 {
    display: none;
  }

  .form-3 {
    width: auto;
  }

  .div-block-111-copy {
    width: 20px;
    height: 6px;
  }

  .form-cross-2 {
    width: 25px;
    height: 25px;
    justify-content: center;
    top: 5%;
    right: 3%;
  }

  .text-block-67 {
    font-size: 16px;
    line-height: 140%;
  }

  .email {
    width: auto;
    margin-bottom: 40px;
    padding-top: 5px;
    padding-bottom: 15px;
    padding-left: 5px;
    font-size: 16px;
  }

  .div-block-164 {
    width: 20px;
    height: 6px;
  }

  .text-block-66 {
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 140%;
  }

  .submit-button-3 {
    border-radius: 8px;
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 16px;
  }

  .thank-header {
    font-size: 20px;
  }

  .heading-20 {
    margin-bottom: 10px;
    font-size: 24px;
  }

  .paragraph-19 {
    margin-bottom: 40px;
    font-size: 16px;
  }

  .link-block-7 {
    display: inline-block;
  }

  .but-on-home-page {
    width: 50%;
    padding: 15px 35px;
  }

  .name-2, .phone,.question-field  {
    width: auto;
    margin-bottom: 40px;
    padding-top: 5px;
    padding-bottom: 15px;
    padding-left: 5px;
    font-size: 16px;
  }

  .image-45 {
    width: 35vw;
    margin-bottom: 10px;
  }

  .div-block-165 {
    width: 20px;
    height: 20px;
    top: 4%;
    bottom: auto;
    left: auto;
    right: 5%;
  }

  .okupnist {
    justify-content: flex-start;
    margin-bottom: 80px;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .tabs-2 {
    height: auto;
    margin-top: 10px;
  }

  .tabs-menu-2 {
    margin-bottom: 20px;
  }

  .tabs-content {
    flex: 1;
    justify-content: space-between;
    align-items: stretch;
    display: flex;
  }

  .tab-link-tab-1-2.w--current {
    padding: 15px 25px;
    font-size: 14px;
  }

  .tab-link-tab-2-2 {
    margin-left: 25px;
    margin-right: 25px;
    padding: 15px 25px;
    font-size: 14px;
  }

  .tab-link-tab-3-2 {
    padding: 15px 25px;
    font-size: 14px;
  }

  .section-11 {
    padding-left: 10vw;
    padding-right: 10vw;
  }

  .div-block-237-copy {
    width: 220px;
    height: 50px;
    left: auto;
  }

  .image-74 {
    width: auto;
    max-width: 100%;
  }

  .div-block-235-c2opy {
    width: 300px;
    height: 75px;
    top: -6%;
    left: auto;
    right: auto;
  }

  .heading-22 {
    width: auto;
    text-align: left;
    margin-bottom: 10px;
    font-size: 24px;
  }

  .heading-22._160percent {
    width: 80vw;
    text-align: center;
  }

  .step-1-img-2 {
    margin-bottom: 0;
    padding-bottom: 100px;
  }

  .step-2-img-2 {
    margin-bottom: 0;
    padding-bottom: 100px;
  }

  .div-block-240 {
    width: 200px;
    height: 60px;
    top: -4%;
    left: auto;
  }

  .arrow-3 {
    width: 80px;
    height: 80px;
  }

  .div-block-241 {
    width: 15px;
    height: 15px;
  }

  .step-2 {
    margin-bottom: 0;
    padding: 30px 0;
  }

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

  .div-block-242 {
    width: 80px;
    height: 52px;
    background-image: url('../images/Frame-918.svg');
    background-position: 50%;
    margin-top: 25px;
    margin-left: 25px;
    top: -6%;
    left: -10%;
  }

  .div-block-242.step-icon-2 {
    background-image: url('../images/Frame-921.svg');
    background-position: 50%;
    background-size: contain;
  }

  .section-12 {
    margin-bottom: 120px;
    padding-left: 9vw;
    padding-right: 9vw;
  }

  .step-4-img-2, .step-3-img-2 {
    margin-bottom: 0;
    padding-bottom: 100px;
  }

  .div-block-243 {
    width: 40px;
    height: 40px;
  }

  .paragraph-20 {
    width: auto;
    max-width: none;
    padding-right: 0;
    font-size: 16px;
  }

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

  .div-block-245 {
    width: 1px;
    height: 15px;
    margin-right: 10px;
  }

  .step-copy, .step-copy2, .step-copy3, .step-copy4 {
    margin-bottom: 0;
    padding: 30px 0;
  }

  .card-10kvt-2 {
    border-radius: 10px;
    box-shadow: 0 19px 30px rgba(15, 11, 5, .15);
  }

  .text-block-72 {
    font-size: 14px;
    line-height: 130%;
  }

  .card-2._20kvt {
    border-radius: 10px;
  }

  .text-block-73 {
    font-size: 12px;
    line-height: 120%;
  }

  .heading-23 {
    width: auto;
    text-align: left;
    margin-bottom: 10px;
    font-size: 24px;
  }

  .heading-23._160percent {
    width: 80vw;
    text-align: center;
  }

  .img-card-20kvt-2, .img-card-10rvt-2 {
    width: 30vw;
    height: 12vw;
  }

  .button-3 {
    border-radius: 8px;
    padding: 18px 40px;
    font-size: 16px;
  }

  .button-3.section-tariff {
    margin-top: 40px;
  }

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

  .div-block-246 {
    max-height: 5px;
    max-width: 5px;
    min-height: 5px;
    min-width: 5px;
    margin-top: 5px;
    margin-right: 10px;
  }

  .text-block-75 {
    font-size: 14px;
    font-weight: 500;
  }

  .img-card-5kvt-2 {
    width: 30vw;
    height: 12vw;
  }

  .section-14 {
    margin-bottom: 60px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .div-block-247 {
    width: 300px;
    height: 75px;
    top: -6%;
    left: auto;
    right: auto;
  }

  .div-block-248 {
    flex: 1;
  }

  .paragraph-22 {
    font-size: 16px;
  }

  .uui-text-size-small.text-color-gray500 {
    font-size: 2vw;
  }

  .text-block-76 {
    color: #2b2b2b;
    font-size: 5vw;
    left: 13%;
  }

  .list-item-6 {
    margin-bottom: 40px;
  }

  .link-3 {
    margin-bottom: 30px;
    font-size: 16px;
  }

  .div-block-168 {
    margin-bottom: 40px;
  }

  .text-block-64 {
    font-size: 14px;
  }

  .mobile-margin-top-12 {
    font-size: 16px;
    display: flex;
  }

  .list-item-9 {
    margin-bottom: 80px;
  }

  .nav-menu-2 {
    background-color: #fff;
    flex-flow: column wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 100px;
    padding-left: 0;
    display: flex;
  }

  .logo-footer {
    width: 35vw;
    height: auto;
    justify-content: center;
    margin-bottom: 30px;
    display: flex;
  }

  .nav-link-3 {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 16px;
  }

  .div-block-157 {
    margin-bottom: 0;
  }

  .div-block-158 {
    height: auto;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .footer {
    border-top: 1px solid #d7d7d7;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .image-69 {
    width: 30vw;
  }

  .list-item-8, .list-item-7 {
    margin-bottom: 40px;
  }

  .header-2 {
    margin-bottom: 20px;
  }

  .heading-24 {
    font-size: 28px;
  }

  .div-block-252 {
    width: 50px;
    height: 3px;
    margin-top: 15px;
  }

  .block-icon, .block-icon.icon-1 {
    width: 40px;
    height: 40px;
  }

  .block-icon.icon-2 {
    width: 40px;
    height: 40px;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .block-icon.icon-3 {
    width: 40px;
    height: 40px;
  }

  .block-text {
    width: auto;
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .heading-25 {
    font-size: 18px;
  }

  .block-s2 {
    height: 100%;
    justify-content: flex-start;
    padding: 40px;
    display: block;
  }

  .text-block-77 {
    text-align: left;
    font-size: 16px;
  }

  .grid-3 {
    justify-content: stretch;
    justify-items: stretch;
  }

  .section-2 {
    flex-direction: column;
    margin-bottom: 100px;
  }

  .secondary-text {
    max-width: 70vw;
    margin-top: 15px;
    font-size: 16px;
  }

  .section-17 {
    margin-bottom: 100px;
    padding-left: 100px;
    padding-right: 100px;
  }

  .div-block-255 {
    flex-flow: column-reverse;
  }

  .div-block-256 {
    width: 100%;
    height: 30vw;
    border-radius: 10px;
    margin-right: 0;
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .grid-4 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    justify-content: stretch;
    justify-items: baseline;
    margin-bottom: 20px;
  }

  .div-block-257.project-1 {
    width: 100%;
    height: auto;
    border-radius: 10px;
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .div-block-257.project-2, .div-block-257.project-3 {
    width: 100%;
    height: 30vw;
    border-radius: 10px;
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .div-block-257.project-4, .div-block-257.project-5 {
    width: 100%;
    height: auto;
    border-radius: 10px;
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .div-block-257.project-7 {
    width: 100%;
    height: 30vw;
    border-radius: 10px;
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
  }

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

  .header-section {
    margin-bottom: 10px;
    font-size: 20px;
  }

  .header-icon-type-1 {
    width: 50vw;
    margin-left: 0;
    display: none;
  }

  .after-hover {
    width: 60vw;
    max-width: none;
    display: block;
  }

  .show-type-header {
    width: 60vw;
  }

  .header-icon-type-2s {
    width: 50vw;
    margin-left: 0;
    display: none;
  }

  .icon-lighing-5, .icon-lighing-4 {
    width: 80px;
    margin-bottom: 20px;
  }

  .type-1 {
    width: 100vw;
    height: 50vh;
    background-image: linear-gradient(270deg, rgba(0, 0, 0, .4) 20%, #000 50%), url('../images/1_1.jpg');
    background-position: 0 0, 100%;
    background-repeat: repeat, no-repeat;
    background-size: auto, auto 100%;
    justify-content: flex-start;
    align-items: center;
  }

  .type-1:hover {
    background-image: linear-gradient(270deg, rgba(0, 0, 0, .38) 31%, #000 50%), url('../images/1_1.jpg');
    background-position: 0 0, 100%;
    background-repeat: repeat, no-repeat;
    background-size: auto, auto 100%;
  }

  .befor-hover {
    margin-top: auto;
    margin-bottom: auto;
  }

  .hover-elements {
    width: auto;
    max-width: none;
    align-items: center;
    margin-left: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    bottom: auto;
    left: 5%;
    right: auto;
  }

  .icon-lighing-1 {
    width: 80px;
    margin-bottom: 25px;
  }

  .type-lighting {
    flex-direction: column;
    display: none;
  }

  .type-2-vers-4 {
    width: 100vw;
    height: 50vh;
    background-image: linear-gradient(270deg, rgba(0, 0, 0, .4) 20%, #000 50%), url('../images/2_2.jpg');
    background-position: 0 0, 100%;
    background-repeat: repeat, no-repeat;
    background-size: auto, auto 100%;
    align-items: center;
  }

  .icon-lighing-3 {
    width: 80px;
    margin-bottom: 20px;
  }

  .paragraph-12 {
    width: auto;
    font-size: 16px;
    line-height: 140%;
  }

  .button-4 {
    border-radius: 8px;
    padding: 18px 40px;
    font-size: 16px;
  }

  .button-4.section-tariff {
    margin-top: 40px;
  }

  .line-statistic-2-2 {
    margin-bottom: 100px;
    padding-left: 10vw;
  }

  .line-statistic-2-2.left-img {
    padding-right: 10vw;
  }

  .div-block-197-copy-2.left-side {
    align-items: flex-start;
  }

  .text-block-4-copy-copy-2 {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 5vw;
    font-size: 18px;
  }

  .hero-section {
    background-image: url('../images/Main-scrn-min.jpg');
    background-position: 70%;
    background-repeat: no-repeat;
    background-size: cover;
    flex-direction: column;
    justify-content: space-between;
    padding: 160px 60px 140px;
  }

  .section-18 {
    padding: 120px 40px 52px;
  }

  .nav-link-2-copy {
    color: var(--black);
    padding-left: 5px;
    padding-right: 5px;
    font-size: 16px;
  }

  .nav-link-2-copy:hover {
    color: var(--orange);
  }

  .paragraph-23 {
    max-width: none;
    text-align: center;
    font-size: 18px;
  }

  .block-s2-2, .block-s2-3, .block-s2-4 {
    height: 100%;
    justify-content: flex-start;
    padding: 40px;
    display: block;
  }

  .section-19 {
    width: 90vh;
    height: 90vh;
    margin-bottom: 100px;
    display: flex;
  }

  .slider-4.slide-4 {
    width: 90vw;
    height: 90vh;
    margin-left: auto;
    margin-right: auto;
  }

  .lightbox-link-5 {
    width: 100%;
    height: 100%;
    text-decoration: none;
  }

  .div-block-260 {
    height: 100%;
    background-image: linear-gradient(rgba(0, 0, 0, 0) 60%, #000), url('../images/Group-1014-min.jpg');
    background-position: 0 0, 50% 100%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    padding-bottom: 40px;
    padding-left: 40px;
    display: flex;
  }

  .div-block-260.slide-2 {
    width: auto;
    background-image: linear-gradient(rgba(0, 0, 0, 0) 60%, #000), url('../images/Group-1012-min.jpg');
    background-position: 0 0, 0 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    margin-right: 0;
    padding-bottom: 40px;
    padding-left: 40px;
    display: flex;
  }

  .div-block-260.slide-3 {
    width: auto;
    height: 100%;
    background-image: linear-gradient(rgba(0, 0, 0, 0) 60%, #000), url('../images/Group-1013-min.jpg');
    background-position: 0 0, 50% 100%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    padding-bottom: 40px;
    padding-left: 40px;
    display: flex;
  }

  .div-block-260.slide-5 {
    width: auto;
    margin-right: 0;
  }

  .div-block-260.slide-5.slid-5 {
    background-image: linear-gradient(rgba(0, 0, 0, 0) 60%, #000), url('../images/Group-1015-min.jpg');
  }

  .div-block-260.slide-1 {
    width: auto;
    background-image: linear-gradient(rgba(0, 0, 0, 0) 60%, #000), url('../images/Group-1011-min.jpg');
    background-position: 0 0, 50% 70%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    flex-direction: column;
    justify-content: flex-end;
    margin-right: 0;
    padding-bottom: 40px;
    padding-left: 40px;
    text-decoration: none;
    display: flex;
  }

  .text-block-81 {
    color: #fff;
    margin-bottom: 10px;
    font-size: 18px;
    text-decoration: none;
  }

  .text-block-82 {
    color: #cacaca;
    font-size: 16px;
    text-decoration: none;
  }
}

@media screen and (max-width: 767px) {
  .navbar-logo-left-container {
    max-width: 100%;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider {
    width: 200px;
    height: 1px;
    max-width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .div-block-183 {
    margin-bottom: 0;
  }

  .link {
    margin-bottom: 30px;
  }

  .nav-menu {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .nav-menu.footer-link {
    flex-direction: column;
    padding-bottom: 0;
  }

  .nav-link-2 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .image-70 {
    width: 40vw;
  }

  .nav-menu-wrapper-2 {
    width: 70vw;
    height: auto;
  }

  .mobile-margin-top-11 {
    margin-top: 10px;
  }

  .section {
    background-position: 60%;
    padding-top: 140px;
    padding-bottom: 100px;
  }

  .left-side-hero-section {
    width: 90vw;
  }

  .heading {
    font-size: 29px;
  }

  .statistic-block {
    width: 100%;
    margin-right: auto;
  }

  .div-block-189 {
    align-items: center;
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-189.first-statistic {
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-190 {
    justify-content: space-around;
    padding-right: 20px;
  }

  .div-block-191.mini-img-1 {
    width: 130px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .statistic-cyfr {
    margin-bottom: 10px;
    font-size: 20px;
  }

  .div-block-192 {
    width: 80vw;
    height: 80vw;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 40px;
  }

  .div-block-194 {
    width: 80vw;
  }

  .div-block-195.icon-2 {
    margin-top: 0;
    margin-bottom: 20px;
  }

  .div-block-196 {
    justify-content: space-between;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-196.icon-3, .div-block-196.one-line {
    justify-content: flex-start;
  }

  .heading-2._160percent, .paragraph {
    margin-bottom: 20px;
  }

  .line-statistic-2 {
    padding-left: 40px;
  }

  .line-statistic-2.left-img {
    justify-content: flex-start;
    padding-right: 30px;
  }

  .section-4 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .img-card-20kvt {
    width: auto;
    height: 80px;
  }

  .text-block-7 {
    margin-bottom: 5px;
  }

  .item-card {
    width: auto;
    margin-bottom: 10px;
  }

  .items-block {
    width: auto;
    padding: 15px 10px;
  }

  .card._5kvt {
    margin-top: 20px;
    left: 0;
  }

  .card._20kvt {
    margin-top: 20px;
    right: 0;
  }

  .card-10kvt {
    flex: 0 auto;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-201 {
    justify-content: space-between;
  }

  .steps-section {
    align-items: center;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .high-level-step {
    margin-bottom: 10px;
  }

  .div-block-210 {
    max-width: 70vw;
  }

  .why-we-right {
    margin-bottom: 80px;
  }

  .text-block-4-copy {
    max-width: 60vw;
  }

  .tricks-slider_text {
    font-size: 9.9em;
  }

  .relized-projects {
    margin-bottom: 100px;
  }

  .div-block-219 {
    width: 50vw;
  }

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

  .form-section {
    flex-direction: column;
    margin-bottom: 60px;
    padding-right: 0;
  }

  .div-block-221 {
    width: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .div-block-222 {
    margin-left: 0;
    padding-left: 60px;
    padding-right: 60px;
  }

  .div-block-223 {
    margin-bottom: 40px;
  }

  .form-2 {
    width: 100%;
    align-items: center;
  }

  .text-field {
    width: 100%;
  }

  .text-field.last-field {
    margin-bottom: 40px;
  }

  .section-10 {
    border-radius: 15px;
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .questions {
    width: auto;
  }

  .qa-1 {
    width: 90vw;
  }

  .dropdown-2 {
    width: 85vw;
    flex-flow: column;
    align-content: stretch;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    padding: 30px 10px;
    display: flex;
  }

  .dropdown-toggle-2 {
    width: 80vw;
    flex-direction: row;
    justify-content: space-between;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 16px;
    display: flex;
  }

  .text-block-24 {
    width: 70vw;
    max-width: none;
    text-align: left;
    white-space: pre-wrap;
    object-fit: fill;
    object-position: 50% 50%;
    flex-flow: column;
    flex: 0 auto;
    order: 0;
    align-content: flex-start;
    align-self: center;
    font-size: 16px;
    line-height: 160%;
    display: flex;
    position: static;
    overflow: visible;
  }

  .image-34 {
    width: 20px;
    height: 20px;
    font-size: 3vw;
  }

  .paragraph-8 {
    margin-top: 20px;
    padding-left: 0;
    padding-right: 0;
    font-size: 16px;
  }

  .fb-social-link {
    width: auto;
    height: auto;
    margin-right: 0;
  }

  .div-block-139 {
    flex-direction: column;
    align-items: center;
    margin-top: 60px;
  }

  .image-51 {
    width: 35px;
    height: 35px;
  }

  .paragraph-16 {
    width: 80vw;
    text-align: center;
  }

  .contact-phones {
    text-align: center;
    margin-bottom: 30px;
  }

  .div-block-136 {
    z-index: 4;
    width: 80vw;
    border-radius: 15px;
    position: relative;
  }

  .div-block-138 {
    width: 80vw;
    text-align: center;
    flex-direction: column;
    align-items: center;
    margin-bottom: 15px;
    display: flex;
  }

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

  .contact-email {
    text-align: center;
    margin-bottom: 30px;
  }

  .contact-address {
    text-align: center;
    flex-direction: column;
    align-items: center;
    margin-bottom: 0;
    display: flex;
  }

  .social-media-link-contacts {
    width: auto;
    position: static;
  }

  .div-block-140 {
    width: 80vw;
    border-radius: 15px;
    margin-bottom: 40px;
    padding: 40px 30px 20px;
  }

  .div-block-135 {
    width: 80vw;
    align-items: center;
  }

  .image-53 {
    width: 35px;
    height: 45px;
  }

  .div-block-137 {
    z-index: 0;
    width: 100vw;
    height: 30vh;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .html-embed {
    width: 80vw;
    height: 60vw;
    border-radius: 20px;
  }

  .left-title-block {
    width: 90vw;
    height: auto;
    flex-direction: column;
    align-items: center;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    position: static;
  }

  .left-title-block.contact-left-side {
    width: auto;
    height: auto;
    align-items: center;
    margin-bottom: 60px;
    margin-right: auto;
  }

  .instagram-social-link {
    width: auto;
    height: auto;
    margin-right: 0;
  }

  .social-links {
    width: 40vw;
    text-align: center;
    justify-content: space-between;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .div-block-134 {
    margin-bottom: 40px;
  }

  .div-block-225 {
    flex-direction: column;
    align-items: center;
    margin-bottom: 60px;
  }

  .text-block-4-copy-copy {
    padding-left: 0;
    font-size: 16px;
  }

  .step-1-img {
    height: 100px;
    padding-bottom: 0;
  }

  .div-block-12 {
    background-position: 50% 80%;
  }

  .div-block-13 {
    background-position: 80% 55%;
  }

  .div-block-14 {
    background-position: 50%;
  }

  .grid-2 {
    width: 90vw;
    height: 180vh;
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-17 {
    background-position: 50%;
    background-size: cover;
  }

  .div-block-18 {
    background-position: 50%;
  }

  .img-card-5kvt {
    width: auto;
    height: 80px;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .img-card-10rvt {
    width: auto;
    height: 80px;
  }

  .div-block-197-copy.left-side {
    margin-right: 40px;
  }

  .step-2-img, .step-3-img, .step-4-img {
    height: 100px;
  }

  .div-block-197-copy {
    width: 40vw;
    background-position: 65%;
    margin-left: 20px;
  }

  .div-block-234 {
    width: 120px;
    height: 60px;
    top: -2.5%;
    left: -3%;
  }

  .div-block-235 {
    top: -5%;
  }

  .div-block-236 {
    top: 4%;
    left: auto;
  }

  .div-block-237 {
    top: -1%;
  }

  .div-block-238 {
    bottom: 43%;
    left: 9%;
  }

  .form-block-4 {
    width: 80vw;
  }

  .form-section-2 {
    display: none;
  }

  .form-cross-2 {
    width: 25px;
    height: 25px;
    justify-content: center;
    top: 4%;
  }

  .text-block-66 {
    margin-bottom: 60px;
  }

  .image-45 {
    width: 50vw;
  }

  .heading-21, .heading-21.tips {
    font-size: 100px;
  }

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

  .column {
    height: 100%;
    background-image: none;
    background-position: 0 0;
    border-bottom: 1px solid #282729;
    border-right-style: none;
    flex-direction: column;
    padding-top: 16px;
    padding-bottom: 16px;
  }

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

  .section-11 {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .div-block-237-copy {
    top: -1%;
  }

  .image-74 {
    width: auto;
  }

  .div-block-235-c2opy {
    top: -5%;
  }

  .heading-22._160percent {
    margin-bottom: 20px;
  }

  .section-12 {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .card-10kvt-2 {
    flex: 0 auto;
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-72 {
    margin-bottom: 5px;
  }

  .card-2._20kvt {
    margin-top: 20px;
    right: 0;
  }

  .card-2._5kvt {
    margin-top: 20px;
    left: 0;
  }

  .heading-23._160percent {
    margin-bottom: 20px;
  }

  .img-card-20kvt-2, .img-card-10rvt-2, .img-card-5kvt-2 {
    width: auto;
  }

  .section-14 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-247 {
    top: -5%;
  }

  .div-block-249 {
    justify-content: space-between;
  }

  .all-rights-reserved {
    flex-direction: column-reverse;
    align-items: center;
    margin-top: 3rem;
  }

  .uui-text-size-small.text-color-gray500 {
    font-size: 3vw;
  }

  .section-16 {
    height: 42vh;
  }

  .slider-3 {
    height: auto;
    justify-content: flex-start;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .mask-3 {
    width: 70%;
  }

  .slide-9 {
    margin-right: 10px;
  }

  .text-block-76 {
    font-size: 5vw;
    display: none;
  }

  .link-3 {
    margin-bottom: 30px;
  }

  .div-block-168 {
    margin-bottom: 0;
  }

  .mobile-margin-top-12 {
    margin-top: 10px;
  }

  .nav-menu-2 {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .logo-footer {
    width: 60vw;
  }

  .nav-link-3 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .div-block-157 {
    margin-bottom: 0;
  }

  .div-block-158 {
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .image-69 {
    width: 60vw;
    margin-bottom: 30px;
  }

  .heading-24 {
    text-align: center;
    line-height: 120%;
  }

  .block-s2 {
    border-radius: 20px;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .block-s2:hover {
    background-image: linear-gradient(to bottom, null, null), url('../images/1-min.jpg');
    background-size: auto, cover;
  }

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

  .secondary-text {
    max-width: 80vw;
  }

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

  .div-block-256, .div-block-257.project-2, .div-block-257.project-3, .div-block-257.project-7 {
    height: 40vw;
  }

  .after-hover {
    width: 80vw;
  }

  .type-1 {
    height: 60vh;
    background-image: linear-gradient(270deg, rgba(0, 0, 0, .75) 20%, #000 50%), url('../images/1_1.jpg');
    background-position: 0 0, 0%;
    background-repeat: repeat, no-repeat;
    background-size: auto, auto 100%;
  }

  .type-1:hover {
    background-position: 0 0, 0%;
  }

  .line-statistic-2-2 {
    padding-left: 40px;
  }

  .line-statistic-2-2.left-img {
    justify-content: flex-start;
    margin-top: 180px;
    padding-right: 30px;
  }

  .div-block-197-copy-2.left-side {
    margin-right: 40px;
  }

  .text-block-4-copy-copy-2 {
    padding-left: 0;
    font-size: 16px;
  }

  .hero-section {
    background-position: 60%;
    padding-top: 140px;
    padding-bottom: 100px;
  }

  .section-18 {
    background-image: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url('../images/Hero-sctn-min.jpg');
    background-position: 0 0, 50%;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .nav-link-2-copy {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .html-embed-2, .div-block-259 {
    display: none;
  }

  .block-s2-2 {
    background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/2-min.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    border-radius: 20px;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .block-s2-2:hover {
    background-image: linear-gradient(rgba(0, 0, 0, .8), rgba(0, 0, 0, .8)), url('../images/2-min.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .block-s2-3 {
    border-radius: 20px;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .block-s2-3:hover {
    background-image: linear-gradient(to bottom, null, null), url('../images/3-min.jpg');
    background-size: auto, cover;
  }

  .block-s2-4 {
    background-image: linear-gradient(to bottom, null, null), url('../images/4-min.jpg');
    background-position: 0 0, 50%;
    border-radius: 20px;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .block-s2-4:hover {
    background-image: linear-gradient(rgba(0, 0, 0, .8), rgba(0, 0, 0, .8)), url('../images/4-min.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .section-19 {
    width: auto;
    justify-content: center;
  }

  .slider-4.slide-4 {
    border-radius: 10px;
    justify-content: center;
    display: flex;
  }
}

@media screen and (max-width: 479px) {
  .container {
    max-width: none;
  }

  .nav-menu-two {
    flex-direction: column;
  }

  .div-block-183 {
    align-items: center;
  }

  .nav-menu {
    flex-direction: column;
    padding-bottom: 40px;
  }

  .nav-menu.footer-link {
    padding-bottom: 0;
  }

  .navbar-no-shadow-container {
    background-color: rgba(0, 0, 0, .1);
    padding-bottom: 10px;
  }

  .nav-link-2 {
    color: #373737;
  }

  .image-70 {
    width: 60vw;
  }

  .nav-menu-wrapper-2 {
    width: 90vw;
    right: 0;
    overflow: hidden;
  }

  .section {
    background-image: url('../images/iPhone-8---2-min.jpg');
    background-position: 0%;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 120px 20px 100px;
  }

  .left-side-hero-section {
    width: auto;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .div-block-184 {
    width: auto;
    margin-top: 40px;
    margin-bottom: 30px;
  }

  .heading {
    color: #373737;
    text-align: center;
    text-shadow: none;
    margin-bottom: 20px;
    font-size: 24px;
  }

  .text-block {
    text-align: left;
  }

  .button {
    text-align: center;
    flex-direction: row;
    justify-content: center;
    align-self: stretch;
    padding-left: 35px;
    padding-right: 35px;
  }

  .div-block-185 {
    border-color: #cacaca;
  }

  .statistic-block {
    flex-direction: column;
  }

  .div-block-189 {
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-190 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-around;
    padding-left: 10px;
    padding-right: 10px;
    display: grid;
  }

  .div-block-191.mini-img-1 {
    display: none;
  }

  .section-2 {
    margin-top: 40px;
    margin-bottom: 70px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-193 {
    width: 90vw;
    justify-content: flex-start;
    display: block;
    overflow: hidden;
  }

  .div-block-194 {
    width: auto;
  }

  .div-block-195, .div-block-195.icon-1, .div-block-195.icon-2 {
    width: 60px;
    height: 60px;
  }

  .div-block-196 {
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-2._160percent {
    width: auto;
    font-size: 22px;
  }

  .heading-2._160percent.white-header {
    display: none;
  }

  .heading-2.left-side._130 {
    margin-bottom: 30px;
  }

  .list-item-11 {
    margin-bottom: 10px;
  }

  .text-block-4 {
    max-width: none;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .line-statistic-2 {
    flex-direction: column-reverse;
    padding-left: 0;
    padding-right: 0;
  }

  .line-statistic-2.left-img {
    flex-direction: column;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-197 {
    width: 100%;
    height: 120px;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .section-4 {
    margin-bottom: 100px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .img-card-20kvt {
    height: 100px;
  }

  .items-block {
    padding-left: 15px;
    padding-right: 15px;
  }

  .card._5kvt {
    border-radius: 10px;
    margin-top: 0;
    box-shadow: 0 19px 30px rgba(0, 0, 0, .15);
  }

  .card-10kvt {
    border-radius: 10px;
    box-shadow: 0 19px 30px rgba(15, 11, 5, .15);
  }

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

  .steps-section {
    margin-bottom: 100px;
  }

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

  .text-block-9 {
    color: #373737;
    font-size: 16px;
  }

  .paragraph-3 {
    color: #373737;
  }

  .div-block-204 {
    transform: rotate(90deg);
  }

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

  .div-block-206 {
    margin-bottom: 30px;
  }

  .div-block-210 {
    max-width: none;
  }

  .div-block-211 {
    padding: 40px 20px 30px;
  }

  .text-block-12 {
    margin-bottom: 30px;
  }

  .div-block-214 {
    height: 50vw;
  }

  .text-block-12-copy {
    width: auto;
    margin-bottom: 30px;
  }

  .div-block-211-copy {
    padding: 40px 20px 30px;
  }

  .div-block-214-copy {
    width: 50vw;
    height: 50vw;
  }

  .div-block-216 {
    width: 90vw;
    height: 120vw;
    top: -14%;
    right: 2%;
  }

  .text-block-4-copy {
    max-width: none;
    padding: 40px;
  }

  .tricks-slider_slide {
    width: 90%;
    max-height: 130vw;
    margin-right: 3em;
  }

  .tricks-slider_text {
    font-size: 20em;
  }

  .relized-projects {
    margin-bottom: 60px;
  }

  .div-block-219 {
    width: 80vw;
    height: 20vw;
  }

  .text-block-22 {
    margin-top: 10px;
  }

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

  .text-block-23 {
    margin-bottom: 20px;
  }

  .paragraph-4 {
    margin-bottom: 0;
  }

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

  .form {
    padding-bottom: 0;
  }

  .section-10 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .dropdown-2 {
    margin-bottom: 0;
  }

  .text-block-24 {
    width: 70vw;
    font-size: 16px;
  }

  .image-34 {
    width: 5vw;
    height: 5vw;
    font-size: 5vw;
  }

  .paragraph-8 {
    margin-top: 20px;
    padding-left: 0;
    padding-right: 0;
    font-size: 16px;
  }

  .fb-social-link {
    width: 40px;
    height: 40px;
    margin-right: 0;
  }

  .div-block-139 {
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .youtube-social-link {
    width: 40px;
    height: 40px;
  }

  .image-51 {
    width: 35px;
    height: 35px;
  }

  .paragraph-16 {
    width: 90vw;
    color: var(--dark-grey);
    text-align: left;
    margin-bottom: 30px;
  }

  .contact-phones {
    margin-bottom: 40px;
  }

  .div-block-136 {
    width: 90vw;
    border-radius: 20px;
  }

  .div-block-138 {
    width: 90vw;
  }

  .text-block-46 {
    margin-bottom: 10px;
  }

  .h1 {
    font-size: 22px;
    line-height: 160%;
  }

  .h1.alighn-left {
    color: #373737;
    font-size: 22px;
  }

  .contact-email {
    margin-bottom: 40px;
  }

  .phone-number-footer-2 {
    color: #373737;
    font-size: 16px;
  }

  .contacts {
    margin-top: 60px;
    padding-top: 0;
  }

  .social-media-link-contacts {
    width: 70vw;
    position: static;
  }

  .div-block-140 {
    width: 90vw;
    background-color: #fff;
    border-radius: 20px;
    flex-direction: column;
    align-items: center;
    margin-bottom: 30px;
    padding-top: 40px;
    padding-bottom: 40px;
    display: flex;
  }

  .div-block-135 {
    width: 90vw;
  }

  .image-53 {
    width: 35px;
    height: 35px;
  }

  .html-embed {
    width: 90vw;
    height: 90vw;
  }

  .left-title-block {
    width: 90vw;
    margin-bottom: 0;
  }

  .left-title-block.contact-left-side {
    height: auto;
    align-items: stretch;
    margin-bottom: 60px;
  }

  .instagram-social-link {
    width: 40px;
    height: 40px;
    margin-right: 0;
  }

  .social-links {
    width: 70vw;
    align-items: flex-start;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    position: static;
  }

  .div-block-134 {
    margin-bottom: 40px;
  }

  .div-block-228 {
    background-image: linear-gradient(to top, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, .71) 79%);
  }

  .text-block-4-copy-copy {
    max-width: none;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-231 {
    margin-bottom: 20px;
  }

  .div-block-12 {
    background-position: 50% 80%;
  }

  .div-block-11 {
    background-position: 50%;
  }

  .grid-2 {
    height: 150vh;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .div-block-17 {
    background-position: 50%;
  }

  .img-card-5kvt, .img-card-10rvt {
    height: 100px;
  }

  .div-block-197-copy.left-side {
    width: 100%;
    height: 120px;
    background-position: 65% 70%;
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-197-copy {
    width: 100%;
    height: 200px;
    margin-left: 0;
  }

  .div-block-235 {
    width: 200px;
    height: 60px;
    top: -3%;
    left: 11%;
  }

  .div-block-238 {
    bottom: 48%;
    left: 7%;
  }

  .div-block-239 {
    width: 150px;
    top: -2%;
  }

  .form-block-4 {
    width: 90vw;
    padding: 50px 20px;
  }

  .form-section-2 {
    display: none;
  }

  .div-block-111-copy {
    width: 20px;
    height: 6px;
  }

  .form-cross-2 {
    width: 30px;
    height: 30px;
    justify-content: center;
    top: 3%;
  }

  .email {
    margin-bottom: 40px;
  }

  .div-block-164 {
    width: 20px;
    height: 6px;
  }

  .text-block-66 {
    margin-bottom: 60px;
  }

  .thank-header {
    margin-bottom: 10px;
  }

  .heading-20 {
    margin-bottom: 10px;
    font-size: 20px;
  }

  .paragraph-19 {
    margin-bottom: 30px;
    font-size: 14px;
  }

  .but-on-home-page {
    width: 80%;
  }

  .name-2,.question-field {
    margin-bottom: 40px;
  }

  .phone {
    margin-bottom: 50px;
  }

  .image-45 {
    width: 80vw;
  }

  .div-block-165 {
    top: 2%;
    bottom: auto;
    left: auto;
    right: 10%;
  }

  .heading-21, .heading-21.tips {
    font-size: 80px;
  }

  .image-2 {
    height: 16px;
    margin-right: 8px;
  }

  .column {
    background-image: none;
    background-position: 0 0;
    background-size: auto;
  }

  .text-block-69 {
    font-size: 14px;
  }

  .okupnist {
    margin-bottom: 100px;
  }

  .tabs-menu-2 {
    flex: 0 auto;
    justify-content: space-between;
    display: flex;
  }

  .image-73 {
    display: none;
  }

  .tab-link-tab-1-2 {
    padding: 15px 25px;
    font-size: 14px;
  }

  .tab-link-tab-1-2.w--current {
    text-align: center;
  }

  .tab-link-tab-2-2 {
    text-align: center;
    margin-left: 0;
    margin-right: 0;
  }

  .tab-link-tab-2-2.w--current {
    margin-left: 0;
    margin-right: 0;
  }

  .tab-link-tab-3-2 {
    text-align: center;
  }

  .section-11 {
    margin-bottom: 100px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .image-74 {
    width: auto;
  }

  .div-block-235-c2opy {
    width: 200px;
    height: 60px;
    top: -3%;
    left: 11%;
  }

  .image-75 {
    display: block;
  }

  .text-block-70 {
    text-align: center;
  }

  .heading-22._160percent {
    width: auto;
    font-size: 22px;
  }

  .div-block-240 {
    width: 150px;
  }

  .card-10kvt-2 {
    border-radius: 10px;
    box-shadow: 0 19px 30px rgba(15, 11, 5, .15);
  }

  .card-2._5kvt {
    border-radius: 10px;
    margin-top: 0;
    box-shadow: 0 19px 30px rgba(0, 0, 0, .15);
  }

  .heading-23._160percent {
    width: auto;
    font-size: 22px;
  }

  .img-card-20kvt-2, .img-card-10rvt-2 {
    height: 100px;
  }

  .button-3 {
    text-align: center;
  }

  .button-3.section-tariff {
    color: var(--black);
    background-color: #fe5000;
    margin-top: 40px;
    padding-left: 35px;
    padding-right: 35px;
  }

  .button-3.section-tariff._25px-mar {
    margin-top: 10px;
  }

  .button-3.section-tariff.transparent-bg {
    color: var(--orange);
    background-color: rgba(254, 80, 0, .1);
  }

  .img-card-5kvt-2 {
    height: 100px;
  }

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

  .div-block-247 {
    width: 200px;
    height: 60px;
    top: -1.5%;
    left: auto;
  }

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

  .uui-text-size-small.text-color-gray500 {
    text-align: center;
    font-size: 14px;
  }

  .section-16 {
    height: auto;
    margin-bottom: 60px;
  }

  .slider-3 {
    background-color: #373737;
  }

  .mask-3 {
    width: 80%;
  }

  .left-arrow-2, .right-arrow-2 {
    width: 15%;
  }

  .text-block-64 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .nav-menu-2 {
    flex-direction: column;
    padding-bottom: 0;
  }

  .logo-footer {
    width: 70vw;
    margin-bottom: 0;
  }

  .div-block-157 {
    flex-direction: column;
    align-items: center;
    margin-bottom: 0;
    display: flex;
  }

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

  .footer {
    padding-top: 40px;
  }

  .image-69 {
    width: 70vw;
  }

  .heading-24 {
    color: #373737;
    font-size: 22px;
  }

  .heading-24.white-header {
    z-index: 10;
    position: relative;
  }

  .block-icon, .block-icon.icon-1, .block-icon.icon-2 {
    margin-bottom: 20px;
    display: none;
  }

  .block-icon.icon-3 {
    display: none;
  }

  .block-text {
    margin-left: 0;
    margin-right: 0;
    padding-right: 0;
  }

  .heading-25 {
    color: var(--orange);
    margin-bottom: 10px;
    font-size: 16px;
  }

  .block-s2 {
    height: 400px;
    background-image: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url('../images/1-min.jpg');
    background-position: 0 0, 50% 100%;
    background-size: auto, cover;
    border-radius: 15px;
    justify-content: center;
    padding: 0 40px;
    display: flex;
  }

  .text-block-77 {
    color: var(--white-2);
    line-height: 160%;
  }

  .section-2 {
    margin-top: 60px;
  }

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

  .div-block-256 {
    height: 60vw;
  }

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

  .div-block-257.project-1 {
    height: 60vw;
    background-position: 0 0, 50% 0;
  }

  .div-block-257.project-2 {
    height: 60vw;
  }

  .div-block-257.project-3 {
    height: 60vw;
    background-position: 0 0, 50%;
  }

  .div-block-257.project-4, .div-block-257.project-5, .div-block-257.project-7 {
    height: 60vw;
  }

  .after-hover {
    width: 90vw;
    margin-top: 0;
    margin-bottom: 0;
  }

  .icon-lighing-5 {
    width: 60px;
  }

  .type-1 {
    height: 60vh;
    background-image: linear-gradient(rgba(0, 0, 0, .85), rgba(0, 0, 0, .85)), url('../images/1_1.jpg');
    background-position: 0 0, 60%;
    background-repeat: repeat, no-repeat;
    background-size: auto, auto 100%;
  }

  .type-1:hover {
    background-image: linear-gradient(rgba(0, 0, 0, .85), rgba(0, 0, 0, .85)), url('../images/1_1.jpg');
    background-position: 0 0, 60%;
    background-repeat: repeat, no-repeat;
    background-size: auto, auto 100%;
  }

  .button-4 {
    text-align: center;
  }

  .button-4.section-tariff {
    margin-top: 30px;
    margin-bottom: 20px;
    padding-left: 35px;
    padding-right: 35px;
  }

  .button-4.section-tariff.filled-bg-button {
    color: var(--black);
    background-color: #fe5000;
  }

  .line-statistic-2-2 {
    flex-direction: column-reverse;
    padding-left: 0;
    padding-right: 0;
  }

  .line-statistic-2-2.left-img {
    flex-direction: column;
    margin: 50px 20px 0;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-197-copy-2.left-side {
    width: 100%;
    height: 120px;
    background-position: 65% 70%;
    margin-left: 0;
    margin-right: 0;
  }

  .text-block-4-copy-copy-2 {
    max-width: none;
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-section {
    background-image: url('../images/iPhone-8---2-min.jpg');
    background-position: 0%;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 120px 20px 100px;
  }

  .section-18 {
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url('../images/Mobile-vers-min.jpg');
    background-position: 0 0, 50% 100%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    padding: 150px 20px 220px;
  }

  .nav-link-2-copy {
    color: #373737;
  }

  .paragraph-23 {
    color: var(--black);
    text-align: left;
  }

  .html-embed-2 {
    display: none;
  }

  .card-img {
    height: 140px;
    margin-bottom: 20px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .block-s2-2 {
    height: 400px;
    background-image: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url('../images/2-min.jpg');
    background-position: 0 0, 50% 100%;
    background-size: auto, cover;
    border-radius: 15px;
    justify-content: center;
    padding: 0 30px;
    display: flex;
  }

  .block-s2-3 {
    height: 400px;
    background-image: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url('../images/3-min.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    border-radius: 15px;
    justify-content: center;
    padding: 0 30px;
    display: flex;
  }

  .block-s2-4 {
    height: 400px;
    background-image: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url('../images/4-min.jpg');
    background-position: 0 0, 50% 100%;
    background-size: auto, cover;
    border-radius: 15px;
    justify-content: center;
    padding: 0 40px;
    display: flex;
  }

  .section-19 {
    width: auto;
    height: auto;
    justify-content: center;
    align-items: stretch;
    margin-bottom: 100px;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
    overflow: visible;
  }

  .slider-4 {
    width: 335px;
    height: 474px;
    border-radius: 15px;
    justify-content: center;
    align-items: center;
    display: flex;
    overflow: visible;
  }

  .slider-4.slide-4 {
    width: 90vw;
    height: 60vh;
    max-width: 335px;
    margin-left: auto;
    margin-right: auto;
  }

  .lightbox-link-5 {
    width: 100%;
    height: 100%;
    border-radius: 15px;
    justify-content: center;
    align-items: stretch;
    text-decoration: none;
    display: flex;
  }

  .slide-10 {
    border-radius: 15px;
    margin-left: auto;
    margin-right: auto;
  }

  .text-block-80 {
    justify-content: center;
    align-items: flex-end;
    display: flex;
  }

  .mask-4 {
    border-radius: 15px;
    flex: 0 auto;
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-260 {
    width: 100%;
    height: 100%;
    max-width: 335px;
    color: var(--white);
    background-image: linear-gradient(rgba(0, 0, 0, 0) 52%, #000 95%), url('../images/trc-min.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    padding-bottom: 45px;
    padding-left: 30px;
    text-decoration: none;
    display: flex;
  }

  .div-block-260.slide-2 {
    width: 100%;
    max-width: none;
    background-image: linear-gradient(rgba(0, 0, 0, 0) 52%, #000 95%), url('../images/6-min.jpg');
    margin-right: 0;
  }

  .div-block-260.slide-3 {
    width: 100%;
    background-image: linear-gradient(rgba(0, 0, 0, 0) 76%, #000 95%), url('../images/7-min.jpg');
  }

  .div-block-260.slide-5 {
    background-image: linear-gradient(rgba(0, 0, 0, 0) 52%, #000 95%), url('../images/9-min.jpg');
    margin-right: 0;
  }

  .div-block-260.slide-5.slid-5 {
    width: 100%;
  }

  .div-block-260.slide-1 {
    width: 100%;
    max-width: none;
    background-image: linear-gradient(rgba(0, 0, 0, 0) 52%, #000 95%), url('../images/5-min.jpg');
    margin-right: 0;
    padding-bottom: 40px;
    padding-left: 40px;
  }

  .text-block-81 {
    margin-bottom: 5px;
    font-size: 18px;
    text-decoration: none;
  }

  .text-block-82 {
    color: #ccc;
    line-height: 16px;
  }
}

#w-node-_503b0495-8888-2209-3dc6-ef727a76fb7a-6c040387, #w-node-_7cd7e5c8-628c-f82e-8c07-dfc3c86fb4d0-6c040387, #w-node-_41ff64ed-87e2-6c12-045c-3c1dd5dddef5-6c040387, #w-node-d0146303-7e8b-535a-a632-ce67d4e10fd6-6c040387 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-b56cec57-8bd1-786f-4323-c357ec307f81-6c040387, #w-node-_2b48dc3b-94ab-548f-c0ed-800475c4d2a4-6c040387, #w-node-f2374453-0a3e-5195-e732-cc5ef46e5220-6c040387, #w-node-dfdff412-097e-a706-84bf-ca77018044f7-6c040387, #w-node-d5d3eeef-b1c2-3e9e-6bd9-ab5b4d6f80aa-6c040387, #w-node-b871a53e-ee87-a0a2-566a-345124abfbe3-6c040387 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

@media screen and (max-width: 991px) {
  #w-node-_7cd7e5c8-628c-f82e-8c07-dfc3c86fb4d0-6c040387 {
    align-self: center;
    justify-self: center;
  }
}


