:root {
  --black: #1d2329;
  --white: white;
  --green: #00cf41;
  --green-akcent: #00bf3c;
  --orange: #ffb801;
  --grey-dark: #283037;
  --grey: #31363c;
  --grey-akc: #2b3139;
}

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

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

@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 {
  color: var(--black);
  font-family: Montserrat, sans-serif;
}

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

.nav-link {
  color: var(--white);
  align-items: center;
  height: 50px;
  font-size: 16px;
  font-weight: 600;
  display: inline-flex;
}

.nav-menu {
  grid-column-gap: 35px;
  color: var(--white);
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}

.nav-link-2 {
  color: var(--white);
  padding: 0;
}

.nav-link-3 {
  color: var(--white);
}

.text-block {
  color: var(--white);
  font-size: 16px;
  font-weight: 600;
}

.icon {
  color: var(--white);
  right: -15px;
}

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

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

.nav-link {
  padding: 0;
  transition: color .3s;
}

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

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

.dropdown-toggle {
  align-items: center;
  height: 50px;
  padding: 0 30px 0 0;
  display: inline-flex;
}

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

.container {
  max-width: 1200px;
  padding-left: 15px;
  padding-right: 15px;
}

.brand {
  cursor: pointer;
  margin-top: 10px;
}

.dropdown-list, .dropdown-list-2 {
  display: none;
}

.nav-link-dropdown {
  color: var(--white);
  padding-top: 12px;
  padding-bottom: 12px;
  transition: color .3s;
}

.nav-link-dropdown:hover {
  color: var(--green);
  padding-top: 12px;
  padding-bottom: 12px;
}

.container-2 {
  max-width: 1200px;
  padding-left: 15px;
  padding-right: 15px;
}

.section {
  background-color: var(--black);
  margin-top: 0;
  padding-top: 50px;
  padding-bottom: 70px;
}

.heading {
  color: var(--white);
  text-align: center;
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 36px;
}

.text-block-3 {
  color: var(--white);
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
}

.link-block {
  cursor: pointer;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.link-block:hover {
  scale: 1.05;
}

.flex-block {
  justify-content: space-between;
  margin-top: 30px;
}

.image {
  border-radius: 3px;
  max-width: 90%;
  margin-bottom: 20px;
}

.image-2, .image-3, .image-4 {
  border-radius: 3px;
  max-width: 90%;
}

.icon-3 {
  color: #a8aaac;
}

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

.slide-img {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: visible;
}

.mask-slider {
  width: 140px;
  margin-left: 60px;
  margin-right: auto;
  left: auto;
  overflow: visible;
}

.slider {
  background-color: #fff0;
  height: 100px;
  margin-top: 40px;
  overflow: hidden;
}

.icon-4 {
  color: #a8aaac;
}

.heading-2 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 38px;
}

.paragraph {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 12px;
}

.section-2 {
  margin-top: 40px;
  display: block;
}

.slide-nav, .code-embed {
  display: none;
}

.container-3 {
  max-width: 1200px;
  padding-left: 15px;
  padding-right: 15px;
}

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

.container-4 {
  max-width: 1200px;
  padding-left: 15px;
  padding-right: 15px;
}

.section-4 {
  background-color: var(--black);
  margin-top: 0;
  padding-top: 50px;
  padding-bottom: 40px;
}

.div-block-2 {
  background-color: #ffffff24;
  height: 1px;
}

.text-block-4 {
  color: var(--white);
  margin-bottom: 20px;
  font-size: 12px;
}

.link-block-2 {
  cursor: pointer;
  margin-bottom: 40px;
}

.footer-link {
  color: var(--white);
  cursor: pointer;
  break-inside: avoid;
  margin-bottom: 15px;
  text-decoration: none;
  transition-property: color;
  transition-duration: .3s;
  transition-timing-function: ease;
  display: block;
}

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

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

.wrap-link {
  grid-row-gap: 10px;
  columns: 180px 3;
  flex-flow: column;
  column-gap: 20px;
  margin-right: 15px;
  display: block;
}

.footer-title {
  color: var(--white);
  margin-bottom: 10px;
  font-weight: 600;
}

.bold-text-4 {
  font-weight: 400;
}

.container-5 {
  max-width: 1200px;
  padding-left: 15px;
  padding-right: 15px;
}

.div-block-4 {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.div-block-5 {
  flex: .75 1 0;
  order: -1;
  margin-right: 15px;
}

.div-block-6 {
  order: 0;
}

.div-block-7 {
  flex: 1 1 0;
  order: 2;
}

.div-block-7.wrap-link {
  columns: 100px 3;
}

.div-block-8 {
  flex: 1 1 0;
  order: 3;
}

.div-block-9 {
  flex: 1 1 0;
  order: 4;
}

.section-5 {
  background-color: var(--black);
  color: var(--white);
  padding-top: 50px;
  padding-bottom: 40px;
  display: block;
}

.section-5.testfooter {
  display: none;
}

.div-block-10 {
  flex: 1 1 0;
  order: 2;
  display: flex;
}

.div-block-10.wrap-link {
  columns: 120px 3;
  flex-flow: column;
  justify-content: flex-start;
  display: block;
}

.div-block-11 {
  flex: 2 1 0;
  justify-content: space-between;
  display: flex;
}

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

.footer-social {
  cursor: pointer;
  width: 30px;
  margin-right: 10px;
}

.footer-social:hover {
  color: var(--green);
}

.section-6 {
  color: var(--white);
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/2134x1115_hotels_1.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.section-6.banner-cabare {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/11.-Business---Landings---Для-ресторанів-та-кафе---2134x1115px---Preview_1.webp');
  background-position: 0 0, 100%;
}

.section-6.banner-network {
  background-image: linear-gradient(#0000, #0000), url('../images/11.-Business---Landings---Мережевим-клієнтам---2134x1115px---Preview_1.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.section-6.banner-solutions {
  background-image: linear-gradient(#0000, #0000), url('../images/11.-Business---Landings---Рішення-для-бізнесу---2134x1115px---Preview_1.webp');
  background-position: 0 0, 50%;
}

.container-general {
  max-width: 1200px;
  padding-left: 15px;
  padding-right: 15px;
}

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

.bold-text-6 {
  font-size: 52px;
}

.text-block-5 {
  max-width: 60%;
  margin-top: 40px;
  margin-bottom: 40px;
  font-size: 24px;
  line-height: 30px;
  display: block;
}

.div-block-13 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: calc(100vh - 70px);
  display: flex;
}

.button {
  background-color: var(--green);
  border-radius: 6px;
  padding: 15px 40px;
  font-size: 14px;
  font-weight: 500;
}

.body-2 {
  color: var(--black);
  font-family: Montserrat, sans-serif;
}

.text-block-6 {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 24px;
}

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

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

.wrap-item {
  width: 100%;
}

.cabare_wrap-img {
  flex-flow: row;
  align-items: flex-start;
  margin-bottom: 20px;
  margin-right: 0;
  display: flex;
}

.image-6 {
  width: 100%;
}

.text-block-7 {
  font-size: 16px;
  line-height: 24px;
}

.cabare-text-column {
  color: var(--black);
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.column-2, .column-3, .column-4 {
  padding-left: 20px;
  padding-right: 20px;
}

.section-8 {
  background-color: var(--black);
  color: var(--white);
  padding-top: 30px;
  padding-bottom: 30px;
}

.div-block-15 {
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-16 {
  justify-content: space-between;
  width: 70%;
  display: flex;
}

.text-block-8, .text-block-9, .nav-text-mobile {
  display: none;
}

.btn-general {
  background-color: var(--green);
  text-align: center;
  cursor: pointer;
  border-radius: 6px;
  padding: 15px 40px;
  font-weight: 500;
  text-decoration: none;
  transition: all .3s;
}

.btn-general:hover {
  background-color: #01b138;
}

.btn-general.btn-submit {
  margin-top: 20px;
}

.btn-general.btn-submit:hover {
  background-color: var(--green-akcent);
}

.text-block-10 {
  font-size: 22px;
}

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

.h2-white {
  color: var(--white);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 36px;
  line-height: 48px;
}

.h2-black {
  color: var(--black);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 36px;
  line-height: 48px;
}

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

.h1-white {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 52px;
  line-height: 60px;
}

.h1-white.h1-hotels {
  width: 60%;
}

.section-9 {
  padding-top: 70px;
  padding-bottom: 0;
}

.grid {
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: .25fr 3.25fr;
}

.div-block-18 {
  flex-flow: column;
  width: 60%;
  margin: 30px auto 20px;
  padding-top: 0;
  display: flex;
}

.cabare-wrap-icon {
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.cabare-wrap-text {
  align-items: center;
  display: flex;
}

.image-7 {
  max-width: 70%;
}

.paragraph-2 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-19 {
  flex-flow: row;
  display: flex;
}

.cabare-item {
  color: var(--black);
  align-items: center;
  margin-bottom: 25px;
  font-weight: 400;
  display: flex;
}

.image-8 {
  max-width: 55%;
}

.paragraph-3 {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 24px;
}

.div-block-20 {
  background-color: #0000001f;
  width: 40%;
  height: 1px;
  margin-top: 70px;
  margin-left: auto;
  margin-right: auto;
}

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

.paragraph-4 {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 5px;
}

.paragraph-5 {
  text-align: center;
  margin-bottom: 0;
}

.div-block-21 {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}

.select-field {
  background-color: var(--black);
}

.input-form {
  background-color: var(--black);
  color: var(--white);
  border: 1px solid #1a1f24;
  border-radius: 6px;
  height: 45px;
  margin-bottom: 20px;
}

.input-form.select-placeholder {
  background-color: var(--black);
  color: var(--white);
  border-style: solid;
  border-color: #1a1f24;
  border-radius: 6px;
  height: 45px;
  margin-bottom: 15px;
  position: relative;
}

.form {
  text-align: center;
}

.form-block {
  background-color: #272e35;
  border: 1px solid #1a1f24;
  border-radius: 6px;
  margin-top: 45px;
  margin-bottom: 0;
  padding: 45px 45px 50px;
}

.div-block-22 {
  grid-column-gap: 20px;
  display: flex;
}

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

.form-group {
  grid-column-gap: 20px;
  display: flex;
}

.checkbox-label {
  text-align: left;
  margin-left: 5px;
  font-size: 12px;
  line-height: 18px;
}

.checkbox {
  background-color: #3898ec;
}

.checkbox.w--redirected-checked {
  background-color: var(--green);
}

.checkbox-field {
  cursor: pointer;
}

.section-11 {
  background-color: var(--black);
  padding-top: 0;
  padding-bottom: 0;
}

.div-block-24 {
  border-top: 1px solid var(--white);
  border-bottom: 1px solid #fff;
  padding-top: 60px;
  padding-bottom: 60px;
}

.link-block-3 {
  cursor: pointer;
  align-items: center;
  text-decoration: none;
  transition: all .3s;
  display: inline-flex;
}

.link-block-3:hover {
  text-decoration: none;
  scale: 1.175;
}

.paragraph-6 {
  color: var(--white);
  margin-bottom: 0;
  font-size: 18px;
  line-height: 24px;
  text-decoration: none;
}

.image-9 {
  width: 30px;
  margin-right: 10px;
}

.columns {
  margin-top: 50px;
  margin-bottom: 70px;
}

.div-block-25 {
  color: var(--white);
}

.paragraph-7 {
  margin-bottom: 3px;
  font-size: 12px;
  line-height: 18px;
}

.paragraph-8 {
  font-size: 12px;
  line-height: 18px;
}

.div-block-26 {
  grid-column-gap: 30px;
  display: flex;
}

.bold-text-7 {
  font-size: 18px;
}

.div-block-27 {
  grid-column-gap: 20px;
  flex-flow: wrap;
  justify-content: space-between;
  margin-top: 50px;
  margin-bottom: 60px;
  display: flex;
}

.section-12 {
  background-color: var(--black);
  color: var(--white);
  margin-top: 0;
  padding-top: 70px;
  padding-bottom: 60px;
}

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

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

.div-block-33 {
  grid-column-gap: 20px;
  grid-row-gap: 40px;
  text-align: center;
  flex-flow: wrap;
  justify-content: space-around;
  padding-top: 50px;
  display: flex;
}

.flex-block-2 {
  justify-content: flex-start;
  align-items: center;
  width: 330px;
}

.div-block-34 {
  width: 120px;
  margin-bottom: 30px;
}

.image-10 {
  width: 50%;
}

.body-3 {
  color: var(--black);
  font-family: Montserrat, sans-serif;
}

.paragraph-9 {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 24px;
}

.div-block-35 {
  width: 80%;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}

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

.top-plash {
  background-color: var(--orange);
  color: var(--white);
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  font-size: 16px;
  font-weight: 700;
  display: inline-flex;
  position: absolute;
  inset: 0% auto auto 50%;
  transform: translate(-50%);
}

.text-block-11 {
  padding: 7px 15px;
  position: static;
}

.div-block-37 {
  background-color: var(--white);
  color: var(--black);
  text-align: center;
  border-radius: 8px;
  width: 45%;
  height: 420px;
  margin-top: 0;
  padding: 60px 40px 50px;
  position: relative;
}

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

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

.bold-text-13 {
  font-size: 20px;
}

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

.bold-text-14 {
  font-size: 12px;
}

.heading-4 {
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 24px;
}

.paragraph-11 {
  margin-bottom: 15px;
  line-height: 27px;
}

.paragraph-12 {
  margin-bottom: 40px;
}

.div-block-38 {
  width: 80%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-38.var-1 {
  margin-top: 30px;
}

.div-block-39 {
  background-color: var(--green-akcent);
  color: var(--white);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  font-size: 80px;
  font-weight: 600;
  line-height: 90px;
  display: flex;
}

.paragraph-13 {
  margin-bottom: 0;
  line-height: 60px;
}

.div-block-40 {
  margin-right: 30px;
}

.div-block-41 {
  background-color: #00000017;
  height: 1px;
}

.paragraph-14 {
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 24px;
}

.div-block-42 {
  width: 85%;
  margin-left: auto;
  margin-right: auto;
}

.div-block-43 {
  margin-top: 26px;
}

.paragraph-15 {
  margin-top: 20px;
}

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

.div-block-44 {
  margin-top: 40px;
}

.div-block-44.equipment_wrap {
  justify-content: center;
  display: flex;
}

.equipment_item {
  text-align: center;
  cursor: auto;
  background-color: #272e35;
  border: 1px solid #1b2025;
  border-radius: 8px;
  width: 300px;
  padding: 20px 20px 30px;
}

.div-block-45 {
  max-width: 270px;
}

.equipment_img {
  width: 230px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
}

.equipment_price {
  color: var(--green);
  margin-bottom: 25px;
  font-size: 16px;
}

.paragraph-16 {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 600;
  line-height: 26px;
}

.paragraph-17 {
  font-size: 14px;
}

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

.paragraph-18 {
  margin-bottom: 25px;
}

.image-11 {
  max-width: 100%;
}

.equipment_wrap {
  grid-column-gap: 30px;
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  margin-top: 40px;
  display: flex;
}

.section-16 {
  margin-bottom: 0;
  padding-top: 70px;
  padding-bottom: 80px;
}

.div-block-46 {
  border: 2px solid var(--green-akcent);
  border-radius: 8px;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 60px;
  padding: 20px;
  display: flex;
}

.div-block-47 {
  align-items: center;
  width: 10%;
  margin-right: 20px;
  display: flex;
}

.paragraph-19 {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 26px;
}

.paragraph-20 {
  text-align: center;
  margin-bottom: 0;
}

.complex_item-3 {
  background-color: #21243d;
  background-image: url('../images/370х260_3-2_1.webp');
  background-position: 0 0;
  background-size: auto;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.complex_item-3.complex_item {
  width: 320px;
}

.bold-text-15 {
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
}

.complex_item-6 {
  background-color: #fff0;
  background-image: url('../images/370х260_6-1-1_1.webp');
  background-position: 0 0;
  background-size: auto;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.complex_item-6.complex_item {
  width: 320px;
}

.complex_item-5 {
  z-index: auto;
  background-color: #21243d;
  background-image: url('../images/370х260_5-1_1.webp');
  background-position: 0 0;
  background-size: auto;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.complex_item-5.complex_item {
  width: 320px;
}

.complex_item-1 {
  background-color: #21243d;
  background-image: linear-gradient(#00000080, #00000080), url('../images/інтернет.webp');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.complex_item-1:hover {
  background-image: linear-gradient(#0009, #0009), url('../images/інтернет.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  overflow: clip;
  scale: 1.125;
}

.complex_item-1.complex_item {
  width: 320px;
}

.text-block-12 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-radius: 8px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
  position: relative;
}

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

.complex_item-2 {
  background-color: #21243d;
  background-image: url('../images/телебаченя.webp');
  background-position: 0 0;
  background-size: auto;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.complex_item-2.complex_item {
  width: 320px;
}

.complex_item-4 {
  background-color: #21243d;
  background-image: url('../images/370х260_4-1_1.webp');
  background-position: 0 0;
  background-size: auto;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 320px;
  padding: 20px;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.complex_wpar-item {
  color: var(--white);
  border-radius: 8px;
  width: 320px;
  position: relative;
  overflow: hidden;
}

.complex_item {
  background-image: linear-gradient(#0006, #0006);
  border-radius: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 330px;
  min-height: 230px;
  margin-left: 0;
  padding: 15px;
  display: flex;
}

.complex_item:hover {
  width: 330px;
  margin-left: 0;
}

.complex_item.complex_item-1 {
  background-image: linear-gradient(#0006, #0006), url('../images/інтернет.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  margin-top: 0;
}

.complex_item.complex_item-1:hover {
  background-image: linear-gradient(#0009, #0009), url('../images/інтернет.webp');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  margin-left: 0;
  padding-left: 15px;
  scale: 1.01;
}

.complex_item.complex_item-3 {
  background-image: linear-gradient(#0006, #0006), url('../images/телефонія.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.complex_item.complex_item-4 {
  background-image: linear-gradient(#0006, #0006), url('../images/датацентр.webp');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.complex_item.complex_item-5 {
  background-image: linear-gradient(#0006, #0006), url('../images/аякс.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.complex_item.complex_item-6 {
  background-image: linear-gradient(#0006, #0006), url('../images/есет.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.complex_item.complex_item-2 {
  background-image: linear-gradient(#0006, #0006), url('../images/телебаченя.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.complex_item.complex_item-2:hover {
  background-image: linear-gradient(#0009, #0009), url('../images/телебаченя.webp');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
}

.complex_text-body {
  color: var(--white);
  text-align: center;
  display: block;
}

.complex_text-head {
  text-align: center;
  margin-bottom: 20px;
}

.complex_text-head.complex_text-dop {
  margin-bottom: 0;
}

.text-span-3 {
  font-size: 14px;
}

.div-block-49, .complex_text {
  padding-left: 15px;
  padding-right: 15px;
  position: absolute;
  inset: 50% 0% 0%;
  transform: translate(0, -50%);
}

.section-17 {
  background-color: var(--black);
  color: var(--white);
  padding-top: 0;
  padding-bottom: 60px;
}

.div-block-50 {
  border-style: solid none none;
  border-width: 2px 1px 1px;
  border-color: var(--white) black black;
  padding-top: 60px;
}

.paragraph-21 {
  font-size: 12px;
}

.ligal {
  margin-bottom: 5px;
  font-size: 12px;
  line-height: 18px;
}

.paragraph-22 {
  text-align: center;
  font-weight: 600;
}

.list-item-2, .list-item-4 {
  margin-bottom: 5px;
}

.block {
  box-sizing: border-box;
  aspect-ratio: 3 / 2;
  cursor: pointer;
  object-fit: cover;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
}

.block-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  grid-auto-columns: 1fr;
  margin-top: 40px;
  display: grid;
}

.overlay {
  background-color: #0006;
  transition-property: all;
  transition-duration: .4s;
  transition-timing-function: ease;
  position: absolute;
  inset: 0;
}

.content {
  z-index: 1;
  color: var(--white);
  flex-flow: column;
  justify-content: center;
  height: 100%;
  padding: 20px;
  display: flex;
  position: relative;
}

.bg-img {
  z-index: 0;
  box-sizing: border-box;
  aspect-ratio: auto;
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition-property: transform;
  transition-duration: .4s;
  transition-timing-function: ease;
  position: absolute;
  inset: 0;
}

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

.extra-text {
  opacity: 0;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 0;
  transition: opacity .4s;
}

.paragraph-23 {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 600;
}

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

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

.flex-block-3 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: wrap;
  justify-content: center;
  width: 100%;
  margin-top: 40px;
}

.div-block-51 {
  flex-flow: column;
  flex: 0 320px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-52 {
  width: 60px;
  margin-bottom: 30px;
}

.paragraph-24 {
  text-align: center;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 24px;
}

.heading-6 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 32px;
  line-height: 42px;
}

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

.div-block-53 {
  margin-top: 100px;
}

.equipment-slider-wrapper {
  margin-top: 40px;
}

.arrow-equipment.arrow-left-equipment, .arrow-equipment.arrow-right-equipment {
  cursor: pointer;
  text-decoration: none;
}

.equipment-item {
  cursor: pointer;
  flex-flow: column;
  position: static;
}

.item-photo {
  margin-bottom: 20px;
}

.item-title {
  text-align: center;
  margin-top: 0;
  margin-bottom: 16px;
}

.item-price {
  color: var(--green);
  margin-bottom: 20px;
  font-size: 16px;
}

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

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

.bold-text-19 {
  line-height: 44px;
}

.section-20 {
  background-color: #fafafa;
  padding-top: 70px;
  padding-bottom: 80px;
}

.flex-block-4 {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 60px;
}

.flex-block-4.block-networks {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
}

.flex-block-4.block-solutions {
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
}

.paragraph-26 {
  font-size: 20px;
  line-height: 28px;
}

.paragraph-26.network-text {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 24px;
}

.paragraph-26.network-text.solution_text {
  margin-top: 20px;
}

.paragraph-27 {
  margin-bottom: 0;
  font-size: 20px;
  line-height: 28px;
}

.paragraph-27.network-text {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 24px;
}

.div-block-54 {
  border-radius: 8px;
  flex: 1;
  display: flex;
  overflow: hidden;
}

.div-block-54.network-img {
  border-radius: 0;
}

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

.heading-7 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 30px;
}

.image-13 {
  width: 100%;
}

.list-item {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.wrap-list {
  flex-flow: column;
  display: flex;
}

.paragraph-28 {
  margin-bottom: 0;
}

.paragraph-29 {
  margin-bottom: 15px;
}

.div-block-56 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.paragraph-30 {
  margin-bottom: 0;
  font-size: 24px;
  line-height: 32px;
}

.div-block-57 {
  width: 100px;
}

.bold-text-21 {
  font-size: 30px;
}

.body-4 {
  color: var(--black);
  font-family: Montserrat, sans-serif;
}

.div-block-61 {
  background-color: var(--black);
  width: 50px;
  height: 3px;
  margin-top: 10px;
  margin-bottom: 15px;
}

.section-21 {
  margin-top: 60px;
  margin-bottom: 60px;
}

.network-wrap-img {
  width: 55px;
  margin-bottom: 20px;
}

.network-item {
  width: 330px;
}

.network-item.network-item-big {
  justify-content: flex-start;
  align-items: flex-start;
  width: 400px;
}

.network-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: wrap;
  justify-content: center;
  margin-top: 40px;
}

.network-wrap.network-wrap-small {
  flex-flow: row;
  justify-content: center;
  display: flex;
}

.network-text {
  color: var(--black);
  margin-bottom: 0;
  font-size: 16px;
  line-height: 22px;
}

.div-block-63 {
  background-color: #0000;
  height: 1px;
}

.footer-apps {
  cursor: pointer;
  width: 100px;
  transition: all .3s;
}

.footer-apps:hover {
  opacity: .6;
}

.div-block-64 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  display: flex;
}

.hotels_wrap-img {
  align-items: center;
  width: 25px;
  margin-right: 10px;
  display: flex;
}

.body-5 {
  color: var(--black);
  font-family: Montserrat, sans-serif;
}

.section-23 {
  background-color: var(--black);
  padding-top: 60px;
  padding-bottom: 60px;
}

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

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

.paragraph-32 {
  color: var(--white);
  text-align: center;
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 26px;
}

.list-item-5 {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 22px;
}

.section-24 {
  margin-top: 70px;
  margin-bottom: 80px;
}

.body-6 {
  color: var(--black);
  font-family: Montserrat, sans-serif;
}

.tabs {
  color: var(--white);
  margin-top: 40px;
  display: flex;
}

.tabs-menu {
  background-color: #3b4046;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  flex-flow: column;
  display: flex;
  overflow: clip;
}

.equipment_tab-link {
  color: var(--white);
  cursor: pointer;
  background-color: #3b4046;
  padding-top: 15px;
  padding-bottom: 15px;
}

.equipment_tab-link.w--current {
  border-right: 2px solid var(--green);
  background-color: var(--grey-dark);
  color: var(--green);
  padding-top: 15px;
  padding-bottom: 15px;
  font-weight: 600;
  text-decoration: none;
}

.section-25 {
  background-color: var(--black);
  color: var(--white);
  margin-top: 0;
  padding-top: 60px;
  padding-bottom: 0;
}

.heading-9 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 38px;
}

.div-block-66 {
  max-width: 230px;
}

.equipment_tab-item {
  border: 1px solid var(--grey-dark);
  background-color: #3b4046;
  border-radius: 8px;
  flex-flow: column;
  flex: 0 280px;
  justify-content: flex-start;
  align-items: center;
  padding: 20px 15px 25px;
  display: flex;
  overflow: auto;
}

.equipment_tab-img-wrap {
  max-width: 200px;
  margin-bottom: 20px;
}

.equipment_description {
  box-sizing: border-box;
  text-align: left;
  scrollbar-width: thin;
  scrollbar-color: #283037 #3b4046;
  min-height: 100px;
  max-height: 100px;
  margin-top: 15px;
  margin-bottom: 30px;
  font-size: 12px;
  overflow: auto;
}

.equipment_title {
  text-align: center;
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
}

.flex-block-6 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  margin-top: 30px;
}

.equipment_title-tab {
  color: var(--green);
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
}

.div-block-67 {
  background-color: var(--grey-dark);
  padding: 30px;
}

.tabs-content {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  width: 100%;
}

.tab-pane-tab-1 {
  font-weight: 400;
}

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

.paragraph-33 {
  margin-bottom: 5px;
  line-height: 18px;
}

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

.sub-title {
  opacity: .5;
  margin-bottom: 0;
}

.list-3 {
  margin-bottom: 20px;
}

.code-embed-2 {
  color: var(--black);
}

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

.text-block-28 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.success-message {
  background-color: #272e35;
}

.text-block-29 {
  color: var(--black);
}

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

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

.section-26 {
  background-color: var(--black);
  background-image: url('../images/error-image.jpg');
  background-position: 70%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 0;
  padding-top: 130px;
  padding-bottom: 190px;
}

.heading-11 {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 170px;
  line-height: 170px;
}

.body-7 {
  color: var(--white);
  font-family: Montserrat, sans-serif;
}

.paragraph-35 {
  font-size: 24px;
  line-height: 32px;
}

@media screen and (min-width: 1280px) {
  .footer-social {
    width: 30px;
    margin-right: 10px;
  }

  .text-block-5 {
    max-width: 62%;
    line-height: 32px;
  }

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

  .div-block-20 {
    margin-top: 40px;
    margin-bottom: 0;
    padding-bottom: 0;
  }

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

  .paragraph-9 {
    padding-left: 10px;
    padding-right: 10px;
  }

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

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

  .paragraph-19 {
    font-size: 16px;
    line-height: 26px;
  }

  .list-item, .list-item-2, .list-item-3 {
    font-size: 16px;
  }

  .list-item-4 {
    margin-bottom: 5px;
    font-size: 16px;
  }

  .bold-text-18 {
    font-size: 16px;
  }

  .paragraph-24 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-6 {
    margin-bottom: 15px;
    font-size: 32px;
  }

  .div-block-53 {
    margin-top: 100px;
  }

  .flex-block-4.block-networks {
    grid-column-gap: 70px;
    grid-row-gap: 70px;
    justify-content: space-between;
    margin-top: 0;
    margin-bottom: 0;
  }

  .paragraph-26.network-text, .paragraph-27.network-text {
    font-size: 16px;
    line-height: 24px;
  }

  .div-block-54.network-img {
    border-radius: 0;
  }

  .image-13 {
    width: 90%;
  }

  .body-4 {
    color: var(--black);
    font-family: Montserrat, sans-serif;
  }

  .div-block-61 {
    background-color: var(--black);
    width: 50px;
    height: 3px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

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

  .section-21 {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 70px;
    padding-bottom: 60px;
  }

  .div-block-62 {
    width: 60px;
    display: flex;
  }

  .flex-block-5 {
    justify-content: flex-start;
  }

  .network-wrap-img {
    width: 60px;
    margin-bottom: 15px;
  }

  .network-item {
    width: 330px;
  }

  .network-item.network-item-big {
    width: 100%;
    max-width: 400px;
  }

  .network-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: wrap;
    justify-content: space-around;
    margin-top: 40px;
    margin-bottom: 20px;
    display: flex;
  }

  .network-wrap.network-wrap-small {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    justify-content: center;
    margin-top: 0;
  }

  .paragraph-31 {
    margin-bottom: 0;
  }

  .network-text {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 20px;
  }

  .section-22 {
    margin-top: 0;
    padding-top: 50px;
    padding-bottom: 0;
  }

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

  .footer-apps {
    width: 100px;
    margin-right: 0;
  }

  .div-block-64 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    display: flex;
  }
}

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

  .nav-menu {
    flex-flow: row;
    margin-top: 0;
    padding-top: 10px;
    padding-bottom: 20px;
  }

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

  .icon {
    font-size: 12px;
  }

  .nav-link {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: 40px;
    font-size: 14px;
    font-weight: 500;
    display: flex;
  }

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

  .nav-link.nav-link-mobile {
    border: 1px #000;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: 40px;
    font-weight: 500;
    display: none;
  }

  .nav-link.nav-link-mobile:hover {
    color: var(--white);
  }

  .dropdown-toggle {
    height: 40px;
    padding-right: 25px;
  }

  .dropdown-list {
    display: block;
  }

  .nav-link-dropdown {
    padding-top: 10px;
    padding-bottom: 10px;
    display: none;
  }

  .nav-link-dropdown:hover {
    color: var(--white);
    padding-top: 10px;
    padding-bottom: 10px;
  }

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

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

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

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

  .link-block:hover {
    scale: 1;
  }

  .image {
    max-width: 80%;
    margin-bottom: 15px;
  }

  .heading-2 {
    margin-bottom: 15px;
    font-size: 30px;
    font-weight: 700;
  }

  .bold-text, .bold-text-2, .bold-text-3 {
    font-size: 16px;
  }

  .section-3 {
    margin-top: 60px;
    margin-bottom: 70px;
  }

  .text-block-4 {
    margin-bottom: 15px;
  }

  .link-block-2 {
    margin-bottom: 30px;
  }

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

  .wrap-link {
    columns: 160px 2;
  }

  .column {
    display: block;
  }

  .div-block-5 {
    order: -1;
  }

  .section-5 {
    padding-top: 40px;
    padding-bottom: 30px;
  }

  .div-block-10 {
    order: 2;
  }

  .bold-text-5 {
    font-size: 30px;
  }

  .section-6 {
    background-image: linear-gradient(#00000080, #00000080), url('../images/2134x1115_hotels_1.webp');
    background-position: 0 0, 60%;
  }

  .section-6.banner-cabare {
    background-image: linear-gradient(to bottom, null, null), url('../images/11.-Business---Landings---Для-ресторанів-та-кафе---2134x1115px---Preview_1.webp');
    background-position: 0 0, 100%;
  }

  .section-6.banner-network {
    background-image: linear-gradient(#0000, #0000), url('../images/11.-Business---Landings---Мережевим-клієнтам---2134x1115px---Preview_1.webp');
    background-position: 0 0, 80%;
  }

  .text-block-5 {
    max-width: 90%;
    font-size: 22px;
    line-height: 32px;
  }

  .div-block-13 {
    height: calc(100vh - 80px);
  }

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

  .wrap-item {
    width: 260px;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-16 {
    grid-column-gap: 20px;
    align-items: center;
  }

  .text-block-8 {
    font-size: 16px;
    font-weight: 600;
    display: block;
  }

  .text-block-9 {
    display: block;
  }

  .nav-text-mobile {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 16px;
    display: none;
  }

  .btn-general {
    padding: 15px 35px;
    font-size: 13px;
  }

  .text-block-10 {
    font-size: 20px;
    line-height: 30px;
  }

  .h2-white, .h2-black {
    font-size: 32px;
    line-height: 42px;
  }

  .h2-black.h2-left {
    text-align: center;
  }

  .h1-white {
    font-size: 45px;
    line-height: 56px;
  }

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

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

  .image-8 {
    max-width: 50%;
  }

  .div-block-20 {
    margin-top: 60px;
  }

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

  .paragraph-4 {
    margin-top: 20px;
  }

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

  .form-block {
    margin-top: 45px;
    margin-bottom: 0;
    padding-top: 45px;
  }

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

  .link-block-3:hover {
    scale: 1;
  }

  .image-9 {
    width: 25px;
  }

  .div-block-26 {
    grid-column-gap: 15px;
    grid-row-gap: 30px;
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: stretch;
  }

  .bold-text-7, .bold-text-8, .bold-text-9, .bold-text-10 {
    font-size: 16px;
  }

  .div-block-27 {
    grid-row-gap: 20px;
    justify-content: space-around;
  }

  .div-block-28 {
    align-items: center;
    display: flex;
  }

  .div-block-29 {
    flex-flow: row;
    align-items: center;
    display: flex;
  }

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

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

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

  .div-block-33 {
    justify-content: center;
    margin-top: 40px;
    padding-top: 0;
  }

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

  .div-block-35 {
    width: 100%;
    margin-top: 30px;
  }

  .div-block-36 {
    flex-flow: wrap;
  }

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

  .div-block-37 {
    width: 45%;
    height: 400px;
    padding: 55px 30px 40px;
  }

  .bold-text-13 {
    font-size: 18px;
  }

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

  .heading-4 {
    font-size: 22px;
  }

  .div-block-38 {
    width: 90%;
    margin-top: 0;
  }

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

  .paragraph-13 {
    font-size: 60px;
  }

  .div-block-40 {
    margin-right: 20px;
  }

  .paragraph-14 {
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 24px;
  }

  .div-block-43 {
    margin-top: 12px;
  }

  .paragraph-15 {
    margin-top: 15px;
  }

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

  .equipment_item {
    background-color: #272e35;
    border-radius: 8px;
    padding-bottom: 30px;
  }

  .equipment_img {
    width: 200px;
    margin-bottom: 15px;
  }

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

  .equipment_wrap {
    grid-column-gap: 30px;
    margin-top: 30px;
  }

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

  .div-block-46 {
    margin-top: 30px;
    margin-bottom: 40px;
  }

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

  .paragraph-19 {
    font-size: 14px;
    line-height: 22px;
  }

  .paragraph-20 {
    margin-bottom: 0;
  }

  .bold-text-15 {
    font-size: 16px;
    line-height: 27px;
  }

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

  .bold-text-16, .bold-text-17 {
    font-size: 32px;
  }

  .list-item-2 {
    margin-bottom: 5px;
  }

  .list-item-4 {
    margin-bottom: 10px;
  }

  .block-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-top: 30px;
  }

  .heading-5 {
    font-size: 20px;
    line-height: 26px;
  }

  .extra-text {
    opacity: 100;
  }

  .paragraph-23 {
    margin-top: 5px;
    font-size: 15px;
  }

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

  .flex-block-3 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    margin-top: 40px;
  }

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

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

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

  .div-block-53 {
    margin-top: 70px;
  }

  .equipment-slider-wrapper {
    margin-top: 30px;
  }

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

  .flex-block-4 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .flex-block-4.block-networks {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
  }

  .flex-block-4.block-solutions {
    flex-flow: column;
  }

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

  .paragraph-26.network-text {
    font-size: 16px;
  }

  .paragraph-27 {
    font-size: 16px;
    line-height: 26px;
  }

  .div-block-54.network-img {
    margin-left: auto;
    margin-right: auto;
  }

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

  .heading-7 {
    margin-bottom: 20px;
    font-size: 26px;
    line-height: 34px;
  }

  .div-block-56 {
    margin-top: 25px;
  }

  .paragraph-30 {
    font-size: 18px;
    line-height: 24px;
  }

  .div-block-57 {
    width: 90px;
  }

  .bold-text-20 {
    line-height: 56px;
  }

  .list {
    margin-bottom: 0;
  }

  .bold-text-21 {
    font-size: 26px;
    line-height: 34px;
  }

  .section-21 {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .network-wrap-img {
    width: 50px;
  }

  .network-item.network-item-big {
    width: 330px;
  }

  .network-wrap {
    margin-top: 40px;
  }

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

  .link-block-4 {
    width: 40%;
    margin-left: auto;
    margin-right: auto;
  }

  .section-24 {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .tabs {
    flex-flow: column;
  }

  .tabs-menu {
    border-top-right-radius: 8px;
    border-bottom-left-radius: 0;
    flex-flow: row;
    overflow: auto;
  }

  .equipment_tab-link {
    padding-left: 20px;
    padding-right: 20px;
  }

  .equipment_tab-link.w--current {
    border-bottom: 2px solid var(--green);
    border-right-style: none;
  }

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

  .heading-9 {
    font-size: 34px;
    line-height: 42px;
  }

  .equipment_tab-item {
    flex-basis: 230px;
  }

  .equipment_title-tab {
    margin-bottom: 15px;
    font-size: 28px;
    line-height: 34px;
  }

  .div-block-67 {
    padding: 20px;
  }

  .tabs-content {
    border-top-right-radius: 0;
    border-bottom-left-radius: 8px;
  }

  .div-block-68 {
    margin-left: auto;
    margin-right: auto;
  }

  .heading-11 {
    font-size: 150px;
    line-height: 150px;
  }

  .paragraph-35 {
    font-size: 22px;
  }
}

@media screen and (max-width: 767px) {
  .heading {
    font-size: 30px;
  }

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

  .link-block {
    margin-bottom: 30px;
  }

  .flex-block {
    flex-flow: wrap;
    justify-content: center;
  }

  .image {
    max-width: 80%;
    margin-bottom: 15px;
  }

  .heading-2 {
    font-size: 26px;
  }

  .bold-text, .bold-text-2, .bold-text-3 {
    font-size: 16px;
  }

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

  .text-block-4 {
    margin-bottom: 15px;
    font-size: 10px;
  }

  .link-block-2 {
    margin-bottom: 20px;
  }

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

  .div-block-5 {
    order: 1;
  }

  .bold-text-5 {
    font-size: 26px;
  }

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

  .section-6 {
    background-image: linear-gradient(#00000080, #00000080), url('../images/2134x1115_hotels_1.webp');
    background-position: 0 0, 60%;
  }

  .section-6.banner-cabare {
    background-image: linear-gradient(to bottom, null, null), url('../images/11.-Business---Landings---Для-ресторанів-та-кафе---2134x1115px---Preview_1.webp');
    background-position: 0 0, 100%;
  }

  .section-6.banner-network {
    background-image: linear-gradient(#0000, #0000), url('../images/11.-Business---Landings---Мережевим-клієнтам---2134x1115px---Preview_1.webp');
    background-position: 0 0, 75%;
  }

  .text-block-5 {
    margin-top: 20px;
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 27px;
  }

  .div-block-13 {
    height: calc(100vh - 60px);
  }

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

  .cabare_wrap-img {
    flex-flow: row;
    align-items: center;
    margin-bottom: 10px;
    margin-right: 10px;
  }

  .image-6 {
    width: 100%;
  }

  .cabare-text-column {
    margin-bottom: 10px;
    font-size: 14px;
  }

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

  .btn-general {
    padding-left: 30px;
    padding-right: 30px;
    font-size: 12px;
  }

  .btn-general.btn-submit {
    margin-top: 10px;
  }

  .text-block-10 {
    font-size: 16px;
    line-height: 24px;
  }

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

  .h2-black {
    font-size: 30px;
    line-height: 36px;
  }

  .h1-white {
    font-size: 38px;
    line-height: 44px;
  }

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

  .div-block-18 {
    width: 90%;
    margin-top: 25px;
  }

  .cabare-wrap-icon {
    justify-content: center;
    align-items: center;
    width: 8%;
    margin-right: 15px;
  }

  .cabare-item {
    margin-bottom: 20px;
  }

  .image-8 {
    max-width: 100%;
    overflow: clip;
  }

  .paragraph-3 {
    font-size: 14px;
    line-height: 22px;
  }

  .div-block-20 {
    margin-top: 50px;
  }

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

  .paragraph-4 {
    margin-top: 20px;
  }

  .div-block-21 {
    width: 90%;
  }

  .input-form {
    height: 40px;
    margin-bottom: 15px;
  }

  .input-form.select-placeholder {
    height: 40px;
  }

  .form-block {
    margin-top: 40px;
    margin-bottom: 0;
    padding: 35px 30px 40px;
  }

  .checkbox-label {
    font-size: 12px;
  }

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

  .link-block-3:hover {
    scale: 1;
  }

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

  .image-9 {
    width: 25px;
  }

  .div-block-27 {
    margin-top: 40px;
    margin-bottom: 30px;
  }

  .bold-text-11 {
    line-height: 36px;
  }

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

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

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

  .div-block-33 {
    grid-row-gap: 30px;
    padding-top: 0;
  }

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

  .paragraph-9 {
    font-size: 14px;
  }

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

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

  .div-block-37 {
    width: 60%;
    height: 380px;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
  }

  .bold-text-13 {
    font-size: 16px;
    line-height: 22px;
  }

  .paragraph-10 {
    margin-bottom: 25px;
  }

  .heading-4 {
    margin-bottom: 25px;
    font-size: 20px;
  }

  .paragraph-12 {
    margin-bottom: 30px;
  }

  .div-block-43 {
    margin-top: 0;
  }

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

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

  .equipment_wrap {
    grid-row-gap: 30px;
  }

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

  .div-block-46 {
    border-style: none;
    padding: 0;
  }

  .div-block-47 {
    width: 40%;
    margin-right: 10px;
  }

  .bold-text-15 {
    line-height: 26px;
  }

  .text-block-12 {
    height: 160px;
  }

  .bold-text-17 {
    font-size: 28px;
  }

  .block {
    aspect-ratio: 3 / 2;
    object-fit: cover;
  }

  .block-grid {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }

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

  .flex-block-3 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    margin-top: 40px;
  }

  .div-block-52 {
    width: 50px;
    margin-bottom: 15px;
  }

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

  .item-photo {
    width: 200px;
  }

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

  .flex-block-4 {
    flex-flow: column;
  }

  .paragraph-26.network-text {
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 22px;
  }

  .paragraph-27.network-text {
    font-size: 14px;
    line-height: 22px;
  }

  .heading-7 {
    font-size: 24px;
    line-height: 32px;
  }

  .list-item {
    align-items: center;
    width: 100%;
    margin-bottom: 0;
  }

  .wrap-list {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

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

  .bold-text-20 {
    line-height: 44px;
  }

  .bold-text-21 {
    font-size: 24px;
    line-height: 32px;
  }

  .bold-text-22 {
    font-weight: 600;
  }

  .div-block-58, .div-block-59, .div-block-60 {
    width: 90%;
  }

  .bold-text-23 {
    font-weight: 600;
  }

  .network-wrap-img {
    margin-bottom: 15px;
  }

  .network-item {
    width: 430px;
    max-width: 430px;
  }

  .network-item.network-item-big {
    width: 430px;
  }

  .network-wrap {
    justify-content: center;
  }

  .network-text {
    font-size: 14px;
  }

  .link-block-4 {
    width: 40%;
  }

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

  .section-24 {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .tabs-menu {
    scrollbar-width: thin;
    scrollbar-color: #283037 #3b4046;
  }

  .equipment_tab-link {
    flex: none;
  }

  .equipment_tab-link.w--current {
    border-bottom-style: none;
    flex: none;
  }

  .heading-9 {
    font-size: 30px;
    line-height: 38px;
  }

  .equipment_tab-item {
    flex-grow: 1;
  }

  .equipment_title-tab {
    font-size: 26px;
    line-height: 32px;
  }

  .div-block-67 {
    padding-top: 20px;
    padding-left: 15px;
    padding-right: 15px;
  }

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

  .heading-11 {
    margin-bottom: 10px;
    font-size: 120px;
    line-height: 120px;
  }

  .paragraph-35 {
    font-size: 20px;
  }
}

@media screen and (max-width: 479px) {
  .heading {
    font-size: 26px;
    line-height: 32px;
  }

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

  .link-block {
    margin-bottom: 30px;
  }

  .flex-block {
    flex-flow: wrap;
    justify-content: center;
  }

  .image {
    max-width: 80%;
    margin-bottom: 10px;
  }

  .heading-2 {
    line-height: 32px;
  }

  .div-block-6 {
    order: -1;
    margin-bottom: 20px;
  }

  .bold-text-5 {
    line-height: 32px;
  }

  .div-block-11 {
    flex-flow: column;
    align-items: stretch;
  }

  .section-6 {
    background-image: linear-gradient(#00000080, #00000080), url('../images/2134x1115_hotels_1.webp');
    background-position: 0 0, 70%;
  }

  .section-6.banner-cabare {
    background-image: linear-gradient(#0000004d, #0000004d), url('../images/11.-Business---Landings---Для-ресторанів-та-кафе---2134x1115px---Preview_1.webp');
    background-position: 0 0, 100%;
  }

  .section-6.banner-network {
    background-image: linear-gradient(#0000, #0000), url('../images/11.-Business---Landings---Мережевим-клієнтам---2134x1115px---Preview_1.webp');
    background-position: 0 0, 78%;
  }

  .section-6.banner-solutions {
    background-image: linear-gradient(#0000, #0000), url('../images/11.-Business---Landings---Рішення-для-бізнесу---2134x1115px---Preview_1.webp');
    background-position: 0 0, 60%;
  }

  .heading-3 {
    font-size: 26px;
  }

  .text-block-5 {
    margin-bottom: 30px;
  }

  .div-block-13 {
    justify-content: center;
    height: calc(100vh - 60px);
  }

  .cabare_wrap-img {
    margin-bottom: 10px;
    margin-right: 0;
  }

  .cabare-text-column {
    line-height: 22px;
  }

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

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

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

  .h2-white {
    font-size: 30px;
  }

  .h1-white {
    font-size: 38px;
  }

  .h1-white.h1-hotels, .div-block-18 {
    width: 100%;
  }

  .cabare-wrap-icon {
    justify-content: center;
    align-items: flex-start;
    width: 10%;
    margin-right: 15px;
  }

  .cabare-item {
    align-items: center;
    margin-bottom: 20px;
  }

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

  .paragraph-3 {
    font-size: 14px;
    line-height: 20px;
  }

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

  .form-block {
    margin-left: 10px;
    margin-right: 10px;
    padding: 25px 20px 35px;
  }

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

  .link-block-3:hover {
    scale: 1;
  }

  .image-9 {
    width: 25px;
  }

  .div-block-36 {
    grid-row-gap: 30px;
  }

  .div-block-37 {
    width: 100%;
    height: 370px;
    margin-bottom: 0;
    padding: 50px 20px 30px;
  }

  .div-block-38, .div-block-38.var-1 {
    flex-flow: column;
  }

  .div-block-40 {
    flex-flow: column;
    align-items: center;
    margin-bottom: 20px;
    margin-right: 0;
    display: flex;
  }

  .equipment_item {
    padding: 15px 15px 25px;
  }

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

  .paragraph-19 {
    width: 100%;
    line-height: 20px;
  }

  .bold-text-15 {
    line-height: 26px;
  }

  .complex_item-1 {
    padding: 0;
  }

  .text-block-12 {
    height: 140px;
  }

  .block {
    aspect-ratio: 14 / 11;
  }

  .block-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    width: 100%;
  }

  .paragraph-26, .paragraph-27 {
    font-size: 14px;
  }

  .heading-7 {
    font-size: 22px;
  }

  .div-block-56 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .paragraph-30 {
    font-size: 14px;
  }

  .div-block-57 {
    width: 90px;
  }

  .bold-text-20 {
    line-height: 44px;
  }

  .bold-text-21 {
    font-size: 22px;
  }

  .bold-text-22 {
    font-size: 14px;
    font-weight: 700;
    line-height: 17px;
  }

  .link-block-4 {
    width: 80%;
  }

  .equipment_tab-link {
    padding-left: 15px;
    padding-right: 15px;
  }

  .equipment_tab-link.w--current {
    border-bottom-style: none;
  }

  .heading-9 {
    font-size: 30px;
  }

  .equipment_tab-item {
    flex-basis: 230px;
  }

  .equipment_title-tab {
    font-size: 24px;
  }

  .div-block-67 {
    padding-left: 15px;
  }

  .paragraph-34 {
    font-size: 14px;
  }

  .heading-11 {
    font-size: 80px;
    line-height: 80px;
  }

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


