:root {
  --16: 16px;
  --white: #fff;
  --green: #70f49d;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

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

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.body {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  color: #2d2d2d;
  background-color: #e2e2e2;
  flex-flow: column;
  font-family: Inter, sans-serif;
  line-height: 130%;
  display: flex;
}

.header {
  padding-top: 8px;
  padding-bottom: 8px;
}

.container {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #fff;
  border-radius: 16px;
  justify-content: flex-start;
  align-items: center;
  height: 70px;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
  position: relative;
}

.logo {
  font-size: 40px;
  font-style: italic;
  font-weight: 700;
  line-height: 130%;
}

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

.link {
  color: #2d2d2d;
  text-align: right;
  font-size: 20px;
  font-weight: 700;
}

.link._5 {
  color: #fff;
}

.link5 {
  color: #fff;
}
.button {
  color: #333;
  -webkit-text-fill-color: inherit;
  background-color: #70f49d;
  background-clip: border-box;
  border-radius: 16px;
  padding: 16px 32px;
  font-size: 20px;
  font-style: normal;
  font-weight: 900;
  transition: all .2s;
}

.button:hover {
  background-color: #16ff65;
  transform: scale(1.05);
}

.button.for_card {
  text-align: center;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 16px;
  font-style: italic;
}

.button.for_card.grey {
  background-color: #dfdfdf;
  margin-top: 8px;
  font-weight: 400;
}

.button.mini {
  text-align: center;
  align-self: stretch;
  padding: 8px 4px;
  font-size: 12px;
  line-height: 100%;
}

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

.logo {
  text-decoration: none;
  color: inherit;
}

.div-block._665 {
  color: #fff;
}

.div-block-2 {
  flex: 1;
  display: flex;
  position: static;
}

.container-2 {
  color: #fff;
  background-color: #2d2d2d;
  border-radius: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  min-height: 500px;
  padding: 16px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.list {
  margin-bottom: 32px;
  padding-left: 16px;
}

.list-item {
  margin-bottom: 8px;
  font-size: 20px;
  font-style: italic;
  font-weight: 800;
}

.text-span {
  color: #70f49d;
}

.heading {
  z-index: 6;
  margin-bottom: 32px;
  font-size: 44px;
  font-style: italic;
  font-weight: 800;
  line-height: 100%;
  position: relative;
}

.div-block-3 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 600px;
  display: flex;
}

.image {
  z-index: 5;
  vertical-align: baseline;
  transform-style: preserve-3d;
  position: absolute;
  inset: 0% -13% 0% auto;
  transform: rotateX(0)rotateY(-180deg)rotateZ(0);
}

.container-3 {
  background-color: #fff;
  background-image: linear-gradient(273deg, #70f49d33, #fff);
  border-radius: 16px;
  justify-content: flex-start;
  align-self: stretch;
  align-items: flex-start;
  padding: 16px;
  display: flex;
}

.heading-2 {
  margin-top: 0;
  margin-bottom: 0;
}

.text-block-2 {
  margin-bottom: 8px;
  font-size: 18px;
  text-decoration: none;
}

.text-span-2 {
  text-decoration: underline;
}

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

.container-4 {
  padding-right: var(--16);
  padding-left: var(--16);
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  border-radius: 16px;
  flex-flow: column;
  display: flex;
  position: relative;
}

.tab-link-tab-3 {
  border-radius: 16px;
  margin-right: 16px;
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: 32px;
}

.ton {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  cursor: pointer;
  background-color: #e2e2e2;
  border-radius: 16px;
  flex-flow: column;
  justify-content: center;
  align-self: flex-start;
  align-items: flex-start;
  margin-right: 8px;
  padding: 16px;
  font-size: 32px;
  display: flex;
}

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

.card {
  background-color: #f1f1f1;
  border: 1px solid #e2e2e2;
  border-radius: 16px;
  flex-flow: column;
  padding: 8px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.img {
  object-fit: cover;
  border-radius: 16px;
  height: 250px;
  overflow: hidden;
}

.heading-3 {
  text-align: center;
  margin-bottom: 8px;
}

.text-block-3 {
  text-align: center;
}

.text-block-4 {
  text-align: center;
  flex: 1;
  margin-bottom: 8px;
}

.div-block-5 {
  border-radius: var(--16);
  background-color: #70f49d;
  padding: 8px;
  position: absolute;
  inset: -1px -1px auto auto;
}

.text-block-5 {
  text-align: center;
  font-weight: 700;
}

.div-block-6 {
  z-index: 90;
  background-color: #fff;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 0;
  display: flex;
  position: sticky;
  inset: 0% 0% auto;
}

.loading {
  z-index: 90;
  background-color: #cfcfcf;
  display: none;
  position: absolute;
  inset: 0%;
}

.loader {
  border-radius: 16px;
  position: relative;
  overflow: hidden;
}

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

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

.container-5 {
  flex: 0 auto;
  align-self: stretch;
}

.div-block-7 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #beffd4;
  background-image: linear-gradient(269deg, #0000001a, #fff0);
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 20px;
  margin-left: 24px;
  margin-right: 20px;
  display: flex;
  position: absolute;
  inset: auto 0% -20px;
}

.link-2 {
  color: #313131;
  text-decoration: none;
}

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

.section {
  padding-top: 32px;
  padding-bottom: 32px;
}

.grid-2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
  align-self: stretch;
}

.heading-6 {
  margin-bottom: 24px;
  font-size: 40px;
  line-height: 120%;
}

.text-block-6 {
  margin-bottom: 8px;
  font-size: 20px;
  font-weight: 300;
}

.text-block-6-copy {
  color: #70f49d;
  margin-bottom: 16px;
  font-size: 20px;
  font-weight: 300;
}

.uslugi {
  cursor: pointer;
  background-color: #e2e2e2;
  border-radius: 16px;
  align-self: flex-start;
  margin-right: 8px;
  padding: 16px;
  font-size: 24px;
}

.uslugi.minicard {
  flex: 1;
  max-width: 300px;
}

.heading-7 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 130%;
}

.container-4-copy {
  padding-top: 8px;
  padding-right: var(--16);
  padding-left: var(--16);
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  border-radius: 16px;
  flex-flow: column;
  display: flex;
  position: relative;
}

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

.div-block-8 {
  border-radius: 16px;
}

.section-2 {
  padding-top: 0;
  padding-bottom: 0;
}

.container-2-copy {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #fff;
  background-color: #2d2d2d;
  background-image: radial-gradient(circle closest-side at 35%, #70f49d1a, #fff0);
  border-radius: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 500px;
  padding: 16px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.text-block-7 {
  font-size: 24px;
  font-weight: 800;
}

.text-block-8 {
  font-size: 40px;
  font-weight: 800;
}

.grid-4 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  align-self: center;
  margin-top: 24px;
  margin-bottom: 24px;
}

.text-block-9 {
  color: #70f49d1a;
  text-align: center;
  -webkit-text-stroke-color: #70f49d;
  -webkit-text-stroke-width: 1px;
  font-size: 90px;
  font-style: italic;
  font-weight: 700;
  line-height: 100%;
}

.text-block-10 {
  text-align: center;
  font-weight: 700;
}

.count {
  transition: all .2s;
}

.count:hover {
  transform: scale(1.05);
}

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

.text-block-11 {
  font-size: 18px;
  line-height: 130%;
}

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

.image-2 {
  object-fit: fill;
  border-radius: 16px;
}

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

.minicard {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #f5f5f5;
  background-image: linear-gradient(272deg, #70f49d33, #fff);
  border: 1px solid #70f49d;
  border-radius: 16px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  padding: 8px 16px;
  display: flex;
}

.text-block-12 {
  text-align: left;
}

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

.image-3 {
  min-width: 50px;
}

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

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

.section-8 {
  color: #fff;
  background-color: #2d2d2d;
  padding-top: 8px;
  padding-bottom: 8px;
}

.container-6 {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  min-height: 50px;
  display: flex;
}

.text-block-13 {
  text-align: center;
}

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

.image-6 {
  width: 100px;
}

.grid-8 {
  background-color: #fff;
  border-radius: 16px;
  grid-template-rows: auto;
}

.div-block-11 {
  border-radius: 16px;
  padding: 16px;
}

.image-7 {
  border: 1px solid #f1f1f1;
  border-radius: 16px;
}

.heading-8 {
  margin-top: 0;
  margin-bottom: 19px;
  font-size: 24px;
  line-height: 130%;
}

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

.text-block-14._2 {
  margin-left: 8px;
  font-weight: 700;
}

.div-block-12 {
  flex-flow: row;
  margin-bottom: 8px;
  display: flex;
}

.divv {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
}

.heading-9 {
  margin-top: 0;
}

.container-7 {
  background-color: #fff;
  border-radius: 16px;
  padding: 16px;
}

.heading-10 {
  margin-top: 0;
}

.paragraph {
  font-size: 16px;
}

.heading-10-copy {
  margin-top: 0;
  font-size: 20px;
  line-height: 130%;
}

.list-item-2 {
  margin-bottom: 8px;
  font-size: 18px;
}

.container-8 {
  padding-top: 16px;
}

.crane-work-section {
  padding-top: 16px;
}

.crane-work-section.is-empty {
  display: none;
}

.crane-work-case {
  background-color: #fff;
  border-radius: 16px;
  padding: 16px;
}

.crane-work-case .heading-10 {
  margin-bottom: 16px;
}

.crane-work-gallery {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 0;
  display: grid;
}

.crane-work-photo {
  aspect-ratio: 4 / 3;
  width: 100%;
  background-color: #f1f1f1;
  border: 1px solid #e2e2e2;
  border-radius: 16px;
  cursor: pointer;
  display: block;
  font: inherit;
  padding: 0;
  position: relative;
  text-align: left;
  overflow: hidden;
  transition: border-color .2s, transform .2s;
}

.crane-work-photo:hover,
.crane-work-photo:focus-visible {
  border-color: var(--green);
  transform: translateY(-2px);
}

.crane-work-photo img,
.crane-work-photo video {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}

.crane-work-photo.is-video:after {
  content: "";
  width: 54px;
  height: 54px;
  background-color: #70f49de6;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.crane-work-photo.is-video:before {
  content: "";
  z-index: 1;
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
  border-left: 17px solid #151515;
  position: absolute;
  top: 50%;
  left: 52%;
  transform: translate(-50%, -50%);
}

.crane-work-lightbox[hidden] {
  display: none;
}

.crane-work-lightbox {
  z-index: 2000;
  justify-content: center;
  align-items: center;
  padding: 24px;
  display: flex;
  position: fixed;
  inset: 0;
}

.crane-work-lightbox__backdrop {
  background-color: #000000b8;
  border: 0;
  cursor: pointer;
  position: absolute;
  inset: 0;
}

.crane-work-lightbox__dialog {
  z-index: 1;
  width: min(1080px, 100%);
  max-height: calc(100vh - 48px);
  background-color: #fff;
  border-radius: 16px;
  padding: 16px;
  position: relative;
  overflow: hidden;
}

.crane-work-lightbox__close {
  z-index: 2;
  width: 40px;
  height: 40px;
  background-color: #70f49d;
  border: 0;
  border-radius: 8px;
  color: #151515;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  font-size: 28px;
  line-height: 1;
  display: flex;
  position: absolute;
  top: 16px;
  right: 16px;
}

.crane-work-lightbox__title {
  color: #151515;
  margin-bottom: 12px;
  padding-right: 56px;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.3;
}

.crane-work-lightbox__body {
  justify-content: center;
  align-items: center;
  min-height: 260px;
  max-height: calc(100vh - 140px);
  background-color: #151515;
  border-radius: 12px;
  display: flex;
  overflow: hidden;
}

.crane-work-lightbox__image,
.crane-work-lightbox__video {
  object-fit: contain;
  max-width: 100%;
  max-height: calc(100vh - 140px);
  display: block;
}

.crane-work-lightbox__image[hidden],
.crane-work-lightbox__video[hidden] {
  display: none;
}

body.is-crane-work-lightbox-open {
  overflow: hidden;
}

.grid-copy {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 32px;
}

.img-mini {
  object-fit: cover;
  border-radius: 16px;
  height: 200px;
  overflow: hidden;
}

.heading-11 {
  margin-top: 0;
  font-size: 44px;
  font-style: italic;
  font-weight: 900;
  line-height: 120%;
}

.heading-12 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-style: italic;
}

.div-block-13 {
  color: #fff;
  background-color: #7b15cec0;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  padding: 8px 16px;
  text-decoration: none;
  display: flex;
  gap: 10px
}


.div-block-13.tg {
  color: #fff;
  background-color: #29b6f6;
}

.div-block-13.tg.big {
  text-decoration: none;
  transition: all .2s;
  transform: scale(1.5);
}

.div-block-13.tg.big:hover {
  transform: scale(1.6);
}

.image-8 {
  width: 32px;
}

.div-block-14 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  margin-top: 8px;
  display: flex;
}

.text-block-15 {
  color: #70f49d;
  margin-bottom: 0;
  font-size: 24px;
  line-height: 130%;
}

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

.div-block-15 {
  background-color: #fff;
  border-radius: 16px;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: center;
  padding: 8px 16px;
  display: flex;
}

.div-block-16 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #fff;
  border-radius: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 16px;
  display: flex;
}

.paragraph-2 {
  font-size: 24px;
  line-height: 130%;
}

.text-span-3 {
  background-color: #70f49d;
}

.image-9 {
  border-radius: 16px;
}

.text-block-16 {
  background-color: #fff;
  border-radius: 16px;
  margin-bottom: 0;
  padding: 16px;
  font-size: 24px;
  line-height: 130%;
}

.tabs {
  display: flex;
}

.tabs-content {
  flex: 1;
  display: flex;
}

.tabs-menu {
  flex-flow: column;
  display: flex;
}

.icon.accordion-icon {
  color: #0009;
  cursor: pointer;
  font-size: 32px;
  line-height: 30px;
}

.accordion-wrapper {
  margin-top: 50px;
}

.accordion-item-trigger {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.accordion-heading {
  cursor: pointer;
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  line-height: 30px;
}

.header-center-box {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.header-center-box._75 {
  width: 75%;
}

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

.content-wrapper {
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.content-wrapper.slim {
  max-width: 940px;
}

.accordion-item-content {
  margin-top: 10px;
  margin-right: 30px;
  overflow: hidden;
}

.accordion-item {
  background-color: #fff;
  border-radius: 10px;
  margin-bottom: 20px;
  padding: 24px 30px 14px;
  box-shadow: 0 3px 7px #00000008;
}

.paragraph-3 {
  font-size: 18px;
  line-height: 130%;
}

.grid-10 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  margin-top: 16px;
}

.image-10 {
  border-radius: 16px;
}

.dropdown-toggle {
  background-color: #fff;
  border-radius: 16px;
  flex-flow: row;
  width: 100%;
  display: flex;
}

.dropdown {
  vertical-align: baseline;
  align-self: stretch;
  width: 100%;
}

.text-block-17 {
  flex: 0 auto;
}

.ac-wrap {
  margin-bottom: 8px;
}

.acc-conent {
  background-color: #fff;
  border-radius: 16px;
  height: 0;
  margin-top: -30px;
  margin-left: 16px;
}

.dropdown-toggle-2 {
  background-color: #fff;
  border-radius: 16px;
  width: 100%;
}

.dropdown-toggle-2.w--open {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-2 {
  width: 100%;
  transition: all .2s;
}

.text-block-18 {
  white-space: pre-wrap;
  word-break: normal;
  margin-bottom: 16px;
  font-size: 24px;
  line-height: 130%;
}

.dropdown-list {
  position: relative;
}

.div-block-17 {
  background-color: #fff;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  padding-bottom: 16px;
  padding-left: 16px;
  padding-right: 16px;
}

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

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

.list-item-3 {
  margin-bottom: 8px;
  font-size: 18px;
}

.div-block-18 {
  padding-bottom: 16px;
  padding-left: 16px;
  padding-right: 16px;
}

.image-11 {
  height: 400px;
}

.grid-4-copy {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-self: center;
  margin-top: 24px;
  margin-bottom: 24px;
}

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

.div-block-19 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #2d2d2d;
  border-radius: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 16px;
  display: flex;
}

.text-block-19 {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 131%;
}

.container-9 {
  background-color: #2d2d2d;
  border-radius: 16px;
  padding: 32px 16px;
}

.list-item-4 {
  color: #fff;
  margin-bottom: 16px;
  font-size: 24px;
  line-height: 131%;
}

.section-9 {
  padding-top: 32px;
}

.container-10 {
  background-color: #2d2d2d;
  border-radius: 16px;
  padding: 16px;
}

.heading-13 {
  margin-top: 0;
}

.paragraph-5 {
  color: var(--white);
  font-size: 16px;
  line-height: 131%;
}

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

.list-item-5 {
  color: #fff;
  margin-bottom: 8px;
  font-size: 16px;
}

.list-2 {
  margin-top: 24px;
}

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

.heading-14 {
  color: #fff;
  margin-bottom: 20px;
}

.paragraph-6 {
  font-size: 18px;
  line-height: 131%;
}

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

.div-block-20 {
  background-color: #fff;
  border-radius: 16px;
  align-self: stretch;
  padding: 16px;
}

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

.div-block-21 {
  background-color: #2d2d2d;
  border-radius: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 16px;
  display: flex;
}

.heading-15 {
  color: #fff;
  flex: 1;
}

.heading-16 {
  flex: 1;
}

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

.container-11 {
  background-color: #fff;
  border-radius: 16px;
  padding: 16px;
}

.heading-17 {
  margin-top: 0;
}

.grid-17 {
  grid-template-columns: .25fr 1fr;
  margin-bottom: 32px;
}

.heading-18 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 130%;
}

.container-12 {
  background-color: #fff;
  border-radius: 16px;
  padding: 0 0 0 16px;
  overflow: hidden;
}

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

.div-block-22 {
  background-color: #2d2d2d;
  border-radius: 16px;
  padding-bottom: 16px;
}

.heading-19 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
}

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

.heading-19-copy {
  color: var(--green);
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 8px;
}

.list-item-6 {
  margin-bottom: 8px;
  font-size: 24px;
  line-height: 131%;
}

.text-span-5, .text-span-6, .text-span-7 {
  background-color: var(--green);
}

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

._65 {
  padding-bottom: 16px;
}

.div-block-25 {
  background-color: #ffffff1a;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  margin-left: -16px;
  padding-top: 8px;
  padding-bottom: 8px;
  display: flex;
}

.div-block-25._2 {
  background-color: #70f49d33;
  justify-content: flex-start;
  align-items: center;
  padding-left: 32px;
}

.text-block-20 {
  font-size: 24px;
}

.text-block-21 {
  margin-left: 8px;
  font-size: 24px;
}

.container-13 {
  background-color: #fff;
  border-radius: 16px;
  padding: 16px;
}

.text-span-8 {
  background-color: var(--green);
  padding-left: 12px;
  padding-right: 12px;
}

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

.container-14 {
  color: #fff;
  background-color: #2d2d2d;
  border-radius: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 32px;
  padding-bottom: 64px;
  display: flex;
}

.heading-20 {
  color: #fff;
  text-align: center;
}

.paragraph-7 {
  color: var(--white);
  font-size: 16px;
}

.paragraph-7-copy {
  color: var(--white);
  margin-top: 10px;
  font-size: 16px;
}

.link-3 {
  color: #fff;
  margin-top: 16px;
  font-size: 25px;
}

.popup-form-wrapper {
  z-index: 999;
  object-fit: fill;
  background-color: #0009;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.popup {
  background-color: #fff;
  border-radius: 16px;
  min-width: 280px;
  max-width: 400px;
  min-height: 100px;
  padding: 16px;
  position: relative;
}

.text-block-22 {
  margin-bottom: 16px;
  font-size: 24px;
  font-weight: 700;
  line-height: 131%;
}

.text-field {
  background-color: #f7f7f7;
  border-radius: 16px;
  height: 50px;
  font-size: 18px;
}

.form {
  flex-flow: column;
  display: flex;
}

.submit-button {
  background-color: var(--green);
  color: #000;
  border-radius: 16px;
  height: 50px;
  font-size: 16px;
  font-weight: 500;
}

.text-block-23 {
  margin-bottom: 16px;
  font-size: 20px;
  line-height: 130%;
}

.bold-text {
  background-color: var(--green);
}

.text-block-24 {
  color: #fff;
  cursor: pointer;
  font-size: 24px;
  position: absolute;
  inset: 0% -24px auto auto;
}

.text-block-25 {
  color: #898989;
  font-size: 10px;
  line-height: 100%;
}

.div-block-5-copy {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-radius: var(--16);
  background-color: #70f49d;
  margin-bottom: 16px;
  padding: 8px;
  display: flex;
  position: relative;
  inset: -1px -1px auto auto;
}

.div-block-26 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 500px;
  display: flex;
}

.heading-21 {
  text-align: center;
  margin-bottom: 39px;
}

.div-block-27 {
  z-index: 888;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #fff;
  border-radius: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: auto;
  margin-bottom: 10px;
  margin-right: 10px;
  padding: 8px;
  display: flex;
  position: fixed;
  inset: auto 0% 0% auto;
  box-shadow: 0 2px 5px #0003;
}

.div-block-28 {
  border-radius: 255px;
  width: 70px;
  padding-bottom: 0;
  overflow: hidden;
}

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

.container-16 {
  justify-content: center;
  align-items: flex-start;
  height: 100vh;
  padding-top: 63px;
  display: flex;
}

.div-block-29 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  border-radius: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 400px;
  padding: 16px;
  display: flex;
}

.heading-22 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  line-height: 130%;
}

.popup-form-wrapper-mail {
  z-index: 999;
  background-color: #0009;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.div-block-30 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: 16px;
  display: flex;
}
/* Яндекс Сплит */
.split-section { padding: 25px 15px; }
.split-container { max-width: 940px; margin: 0 auto; background: #fff; border-radius: 16px; padding: 36px 40px; box-shadow: 0 4px 24px rgba(0,0,0,0.08); }
.split-header { display: flex; align-items: center; justify-content: space-between; margin-bottom: 16px; flex-wrap: wrap; gap: 12px; }
.split-logo-wrap { display: flex; align-items: center; gap: 12px; }
.split-title { font-size: 22px; font-weight: 600; color: #1a1a1a; }
.split-badge { background: #e8f5e9; color: #2e7d32; font-size: 13px; font-weight: 700; padding: 6px 14px; border-radius: 20px; white-space: nowrap; }
.split-desc { color: #555; font-size: 15px; line-height: 1.6; margin-bottom: 28px; }
.split-steps { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 24px; }
.split-step { display: flex; align-items: flex-start; gap: 12px; background: #f9f9f9; border-radius: 10px; padding: 14px 16px; font-size: 14px; color: #333; line-height: 1.4; }
.split-num { background: #FC3F1D; color: #fff; font-weight: 700; font-size: 15px; min-width: 28px; height: 28px; border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.split-note { display: flex; align-items: flex-start; gap: 8px; color: #888; font-size: 13px; line-height: 1.5; border-top: 1px solid #eee; padding-top: 18px; }
.split-note svg { flex-shrink: 0; margin-top: 1px; }
@media (max-width: 540px) {
  .split-container { padding: 24px 18px; }
  .split-steps { grid-template-columns: 1fr; }
  .split-header { flex-direction: column; align-items: flex-start; }
}
.text-span-9 {
  background-color: var(--green);
}

.div-block-31 {
  background-color: #e2e2e2;
  border-radius: 16px;
  padding: 8px 16px;
}

.div-block-32 {
  border-radius: 16px;
  margin-top: 8px;
  padding: 8px;
}

.text-block-27 {
  margin-bottom: 4px;
  padding-bottom: 0;
}

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

.div-block-14-copy {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  margin-top: 8px;
  margin-bottom: 10px;
  display: flex;
}

.grid-20 {
  grid-template-columns: 1fr 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.code-embed {
  flex: 1;
}

@media screen and (max-width: 991px) {
  .div-block-3 {
    max-width: none;
  }

  .image {
    position: relative;
    right: auto;
  }

  .container-3 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

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

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

  .grid-7, .grid-copy {
    grid-template-columns: 1fr 1fr;
  }

  .crane-work-gallery {
    grid-template-columns: 1fr 1fr;
  }

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

  .grid-20 {
    flex-flow: column;
  }

  .code-embed {
    align-self: stretch;
  }
}

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

  .container {
    flex-flow: column;
    height: auto;
  }

  .button {
    text-align: center;
  }

  .heading {
    font-size: 32px;
  }

  .image {
    width: 300px;
  }

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

  .section-2 {
    padding-left: 8px;
    padding-right: 8px;
  }

  .grid-4 {
    grid-template-columns: 1fr;
  }
.section-3{
    padding: 19px;
    padding-right: 8px;
  }
  .section-4, .section-5, .section-6, .section-7 {
    padding-left: 8px;
    padding-right: 8px;
  }

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

  .divv {
    padding: 16px;
  }

  .container-8 {
    padding-left: 16px;
    padding-right: 16px;
  }

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

  .accordion-item-content {
    margin-right: 0;
  }

  .grid-10, .grid-4-copy {
    grid-template-columns: 1fr;
  }

  .div-block-30 {
    justify-content: center;
    align-items: flex-start;
  }

  .div-block-31 {
    align-self: stretch;
  }

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

  .grid-20 {
    align-items: stretch;
    padding-left: 20px;
    padding-right: 20px;
  }
}

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

  .container {
    justify-content: center;
    align-items: center;
  }

  .text-block {
    text-align: left;
  }

  .button {
    text-align: center;
    align-self: stretch;
  }

  .button.mini {
    justify-content: center;
    align-items: center;
    width: 200px;
    display: flex;
  }

  .heading {
    font-size: 30px;
  }

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

  .container-3 {
    align-items: stretch;
  }

  .heading-2 {
    align-self: stretch;
    font-size: 24px;
    line-height: 130%;
  }

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

  .heading-4 {
    font-size: 16px;
    line-height: 130%;
  }

  .div-block-7 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    background-color: #fff;
    background-image: none;
    flex-flow: wrap;
    justify-content: space-around;
    align-items: center;
    height: auto;
    margin-left: 0;
    margin-right: 0;
    display: inline-flex;
    position: relative;
    bottom: 0;
  }

  .heading-6 {
    font-size: 24px;
  }

  .text-block-6, .text-block-6-copy {
    font-size: 16px;
  }

  .text-block-8 {
    font-size: 20px;
  }

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

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

  .div-block-10 {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
  }

  .container-6 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .text-block-13 {
    margin-top: 6px;
  }

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

  .crane-work-gallery {
    grid-template-columns: 1fr;
  }

  .crane-work-case {
    padding: 12px;
  }

  .crane-work-lightbox {
    padding: 12px;
  }

  .crane-work-lightbox__dialog {
    border-radius: 12px;
    padding: 12px;
  }

  .crane-work-lightbox__close {
    top: 12px;
    right: 12px;
  }

  .div-block-13.tg.big {
    transform: scale(1.3);
  }

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

  .header-center-box._75 {
    width: 90%;
  }

  .accordion-item-content {
    flex-flow: column;
    display: flex;
  }

  .accordion-item {
    padding-left: 16px;
    padding-right: 16px;
  }

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

  .list-item-4 {
    font-size: 18px;
  }

  .heading-13 {
    color: #fff;
  }

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

  .container-11 {
    margin-left: 8px;
    margin-right: 8px;
  }

  .container-12 {
    padding-top: 30px;
    padding-bottom: 13px;
  }

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

  .list-item-6 {
    font-size: 16px;
  }

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

  .text-block-20 {
    padding-bottom: 7px;
  }

  .text-block-21 {
    text-align: center;
  }

  .container-14 {
    padding-left: 8px;
    padding-right: 8px;
  }

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

  .container-15 {
    padding-left: 8px;
    padding-right: 8px;
  }

  .popup-form-wrapper {
    justify-content: center;
    align-items: flex-start;
  }

  .popup {
    align-self: stretch;
    padding-top: 64px;
  }

  .text-block-24 {
    color: #000;
    top: 16px;
    right: 16px;
  }

  .heading-21 {
    font-size: 24px;
    line-height: 130%;
  }

  .div-block-27 {
    flex-flow: row;
    width: auto;
    margin-left: 8px;
    margin-right: 8px;
    inset: auto 0% 0%;
  }

  .container-16, .popup-form-wrapper-mail {
    justify-content: center;
    align-items: flex-start;
  }

  .div-block-30 {
    align-self: stretch;
  }
}

#w-node-_0e4c71ae-1885-6ecd-ddb7-abe2629ae3e2-7369cfd5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_835b3c75-7cd1-5ac3-c315-7d1cca52b7fa-7369cfd5 {
  place-self: center;
}

#w-node-_3b609008-9d98-55f0-bfe7-50bfde4ef860-240023a5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-b6b01252-753c-28e5-532b-29e5ed3af689-240023a5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5d097a5a-2d81-1e5f-12a0-23fd1ef2cad5-240023a5 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_3b609008-9d98-55f0-bfe7-50bfde4ef860-1d405e38 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-b6b01252-753c-28e5-532b-29e5ed3af689-1d405e38 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2fd5be60-6163-7213-8187-a95e8e431c9a-064166ec {
  place-self: center;
}

#w-node-_08ecfbd3-c0b7-be04-4e9b-faa539c64db1-e3b9ddc3, #w-node-_2e9d52a8-55a7-3223-df8f-557c7096f582-e3f769b1, #w-node-ee15b118-bd83-220b-0b1c-c7930753c3ed-05e39fd5, #w-node-_3b1b54ec-8ac3-224c-061f-ba7444cc52be-15d97a0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_1d92ece8-475e-bc78-e2df-a7cd974124c8-7369cfd5, #w-node-cb3f7406-ede9-2fbd-56c6-cc754ff97c56-9357794e, #w-node-_01b853c0-d87c-e5f8-23dd-76e32129cad0-9357794e {
    grid-area: 1 / 1 / 2 / 2;
    place-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_1d92ece8-475e-bc78-e2df-a7cd974124c8-7369cfd5, #w-node-cb3f7406-ede9-2fbd-56c6-cc754ff97c56-9357794e, #w-node-_01b853c0-d87c-e5f8-23dd-76e32129cad0-9357794e {
    place-self: start;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_5d097a5a-2d81-1e5f-12a0-23fd1ef2cad5-240023a5 {
    grid-column: span 1 / span 1;
  }
}


/*выполненые*/
/* СЕТКА */
.projects-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

/* КАРТОЧКА */
.project-card {
  background: #fff;
  border-radius: 12px;
  padding: 16px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.05);
}

/* КАРТИНКИ */
.project-images {
  margin-bottom: 12px;
}

.main-img {
  width: 100%;
  border-radius: 8px;
}

/* МИНИ КАРТИНКИ */
.thumbs {
  display: flex;
  gap: 6px;
  margin-top: 8px;
}

.thumbs img {
  width: 32%;
  height: 70px;
  object-fit: cover;
  border-radius: 6px;
}

/* ТЕКСТ */
.project-title {
  font-size: 18px;
  font-weight: 600;
  margin: 10px 0;
}

.project-spec {
  font-size: 14px;
  color: #555;
}

/* КНОПКИ */
.project-buttons {
  display: flex;
  gap: 10px;
  margin-top: 12px;
}

.btn {
  background: #2f5bff;
  color: #fff;
  padding: 8px 14px;
  border-radius: 6px;
  text-decoration: none;
  font-size: 14px;
}

.btn.grey {
  background: #eee;
  color: #000;
}

/* ЦЕНА */
.project-price {
  margin-top: 12px;
}

.price-hour {
  font-weight: 600;
}

.price-shift {
  font-size: 14px;
  color: #777;
}

/* МОБИЛКА */
@media (max-width: 767px) {
  .projects-grid {
    grid-template-columns: 1fr;
  }
}
.container-100 {
  background-color: #fff;
  border-radius: 16px;
  padding: 16px;
  margin-left: 8px;
  margin-right: 8px;
}
