:root {
  --white: white;
  --black: black;
}

.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 {
  background-color: #151517;
}

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

.hero-section {
  overflow: hidden;
}

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

.hero-content-block {
  width: 100%;
  padding-bottom: 0;
}

.contact-block {
  height: 40px;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 0;
  display: flex;
}

.link {
  color: #fff;
  text-decoration: none;
  display: inline-block;
}

.link-block {
  height: 100%;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #fff;
  align-items: center;
  margin-right: 0;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.link-block:hover {
  color: #08aaf1;
}

.link-block.is--email {
  color: #fff;
  justify-content: flex-end;
  margin-left: 0;
}

.link-block.is--email:hover {
  color: #08aaf1;
}

.link-block.is--email.footer {
  margin-left: 0;
}

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

.link-2:hover {
  color: #08aaf1;
}

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

.link-3:hover {
  color: #08aaf1;
}

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

.link-4:hover {
  color: #08aaf1;
}

.div-block {
  height: 100%;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: center;
  margin-right: 0;
  display: flex;
}

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

.hero-line {
  width: 100%;
  height: 1px;
  background-color: #2a2c34;
  margin-top: 15px;
}

.button {
  border: 1px solid var(--\<unknown\|relume-variable-color-neutral-1\>);
  background-color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  color: var(--\<unknown\|relume-variable-color-neutral-2\>);
  text-align: center;
  padding: .75rem 1.5rem;
  text-decoration: none;
}

.button.is-small {
  padding: .5rem 1.25rem;
}

.button.is-secondary {
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  background-color: rgba(0, 0, 0, 0);
}

.navbar1_container {
  width: 100%;
  height: 100%;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.dropdown-chevron {
  width: 1rem;
  height: 1rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.navbar1_component {
  width: 100%;
  height: auto;
  min-height: 4.5rem;
  border-bottom: 1px none var(--\<unknown\|relume-variable-border-color-1\>);
  background-color: var(--\<unknown\|relume-variable-color-neutral-2\>);
  align-items: center;
  margin-top: 5px;
  padding-left: 0%;
  padding-right: 0%;
  display: flex;
}

.navbar1_menu-button {
  padding: 0;
}

.navbar1_dropdown-list.w--open {
  border: 1px solid var(--\<unknown\|relume-variable-border-color-1\>);
  background-color: var(--\<unknown\|relume-variable-color-neutral-2\>);
  padding: .5rem;
}

.navbar1_menu-buttons {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-left: 1rem;
  display: flex;
}

.navbar1_dropdown-toggle {
  grid-column-gap: .5rem;
  align-items: center;
  padding: .5rem 1rem;
  display: flex;
}

.navbar1_logo-link {
  padding-left: 0;
}

.navbar1_link {
  color: #fff;
  padding: .5rem 1rem;
}

.navbar1_link:hover {
  border-bottom: 1px solid #fff;
}

.navbar1_link.w--current {
  color: #fff;
}

.navbar1_link.w--current:hover {
  border-bottom: 1px solid #fff;
}

.navbar1_dropdown-link {
  padding: .5rem 1rem;
}

.navbar1_dropdown-link.w--current {
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
}

.navbar1_logo {
  width: 200px;
}

.navbar1_menu {
  align-items: center;
  display: flex;
  position: static;
}

.navbar1_menu.is-page-height-tablet {
  font-size: 18px;
}

/*.hero-heading-wrapper {
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 60px;
  display: flex;
}*/
.hero-heading-wrapper {
    justify-content: space-between;
    align-items: flex-end;
    margin-top: 60px;
    display: flex;
        gap: 144px;
}

.heading {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 80px;
  font-weight: 400;
  line-height: 100%;
}

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

/*.style-h2 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 400;
  line-height: 100%;
}*/
.style-h2 {
    color: #fff;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 30px;
    font-weight: 400;
    line-height: 100%;
    /*display: flex;*/
    /*gap: 45px;*/
    /*gap:28px;*/
}

.telecoms-left {
  background-color: #141416;
  border-right: 1px solid #333;
  padding: 40px;
}

.telecoms-right {
  background-color: #141416;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 0;
  display: flex;
}

.text {
  text-align: center;
  font-size: 16px;
}

.text.has--color-white {
  color: #fff;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-weight: 200;
}

.heading-5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 26px;
}

.heading-5.has--color-white {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.telecoms-text-wrapper {
  height: 100%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.global-grid {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px solid #333;
  border-radius: 0;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.div-block-2 {
  color: #999;
  flex-direction: column;
  display: flex;
}

.telecoms-number-wrapper {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  justify-content: center;
  align-items: center;
  margin-top: 17px;
  display: flex;
}

.telecoms-heading-wrapper {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 20px;
  display: block;
}

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

.paragraph-2.has--color-white {
  color: #fff;
}

.number {
  font-size: 86px;
  line-height: 100%;
}

.number.has--color-white {
  color: #fff;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
}

.telecoms-block {
  margin-top: 76px;
}

.telecoms-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px solid #333;
  grid-template-rows: auto;
}

.heading-6 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 26px;
  font-weight: 400;
}

.about-section {
  margin-top: 60px;
}

.about-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-image: url('../images/Знімок-екрана-2024-02-27-о-19.16.29.png');
  background-position: 50% 0;
  background-size: cover;
  border: 1px solid #333;
  grid-template-rows: auto;
}

.about-left, .about-right {
  padding: 40px;
}

.about-heading-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
}

.heading-7 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-left: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 26px;
  font-weight: 400;
}

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

.paragraph {
  color: #c9c9c9;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 18px;
  font-weight: 200;
  line-height: 130%;
  display: inline-block;
}

.about-text_right-wrapper {
  margin-top: 55px;
}

.global-section {
  margin-top: 60px;
}

.global-grig {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px solid #333;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.5fr;
}

.global-right {
  background-image: url('../images/TechnologiesconnectingtheworldthisimagefurnishedbyNASA.jpg');
  background-position: 70%;
  background-repeat: no-repeat;
  background-size: cover;
}

.global-text-wrapper {
  padding: 40px;
}

.list-item {
  color: #fff;
}

.list {
  color: #fff;
  margin-top: 0;
  padding-left: 22px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 18px;
  font-weight: 200;
  line-height: 130%;
}

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

.heading-8 {
  color: #fff;
}

.heading-9 {
  color: #fff;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 26px;
  font-weight: 400;
}

.global-img {
  width: 100%;
  height: 100%;
}

.global-image {
  height: 100%;
  object-fit: cover;
  display: none;
}

.offer-section {
  margin-top: 60px;
}

.offer-content-block {
  background-image: url('../images/Знімок-екрана-2024-02-27-о-13.03.23.png');
  background-position: 50% 60%;
  background-size: cover;
  border: 1px solid #333;
  padding: 40px;
}

.list-2 {
  color: #fff;
  padding-left: 17px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 18px;
  font-weight: 200;
  line-height: 130%;
}

.heading-10 {
  color: #fff;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 26px;
  font-weight: 400;
}

.our-section {
  margin-top: 60px;
}

.our-content-block {
  background-image: url('../images/Знімок-екрана-2024-02-27-о-19.20.48.png');
  background-position: 50%;
  background-size: cover;
  border: 1px solid #333;
  flex-direction: column;
  padding: 40px;
  display: flex;
}

.our-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px solid #333;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.div-block-3 {
  padding: 40px;
}

.our-left {
  padding: 20px 40px 10px;
  line-height: 130%;
}

.our-centr {
  border-left: 1px solid #333;
  border-right: 1px solid #333;
  padding: 20px 40px 10px;
  line-height: 130%;
}

.our-right {
  padding: 20px 40px 10px;
  line-height: 130%;
}

.rich-text-block, .rich-text-block-2, .rich-text-block-3 {
  color: #c9c9c9;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 18px;
  font-weight: 200;
}

.heading-11 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 26px;
  font-weight: 400;
}

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

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

.footer {
  grid-column-gap: 300px;
  grid-row-gap: 300px;
  align-items: center;
  display: flex;
}

.footer-contact {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.image {
  width: 350px;
}

.footer-line {
  width: 100%;
  height: 1px;
  background-color: #333;
  margin-top: 53px;
}

.footer-text {
  margin-top: 43px;
  margin-bottom: 40px;
}

.image-2 {
  position: absolute;
  top: 103px;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.image-3 {
  z-index: -100;
  position: relative;
  top: auto;
  bottom: -407px;
}

.div-block-5 {
  height: 300px;
  background-image: url('../images/Знімок-екрана-2024-02-28-о-02.42.55.png');
  background-position: 50% 70%;
  background-size: cover;
}

.heading-12 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 80px;
  font-weight: 400;
}

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

.list-item-3, .list-item-4, .list-item-5, .list-item-6, .list-item-7 {
  color: #c9c9c9;
}

.number-1 {
  text-decoration: none;
}

.number-1:hover {
  color: #08aaf1;
}

.number-2 {
  text-decoration: none;
}

.number-2:hover, .mail-text:hover {
  color: #08aaf1;
}

.link-block-2, .link-block-3 {
  height: 100%;
  align-items: center;
  text-decoration: none;
  display: flex;
}

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

.heading-13 {
  color: #fff;
  margin-top: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

@media screen and (min-width: 1440px) {
  .container {
    height: 100%;
  }

  .hero-content-block {
    height: 100%;
    flex-direction: column;
    display: flex;
  }

  .link-block {
    font-size: 18px;
  }

  .navbar1_logo {
    width: 200px;
  }

  .navbar1_menu.is-page-height-tablet {
    color: #fff;
    font-size: 18px;
  }

  .global-grid {
    width: 100%;
  }

  .telecoms-block {
    align-items: flex-end;
    margin-top: 0;
    display: block;
  }

  .about-left, .about-right {
    padding: 60px;
  }

  .paragraph {
    font-size: 22px;
  }

  .footer {
    grid-column-gap: 500px;
    grid-row-gap: 500px;
  }

  .div-block-6 {
    height: 100%;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 50px;
    display: flex;
  }
}

@media screen and (max-width: 991px) {
  .div-block {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
  }

  .div-block.footer {
    align-items: flex-start;
  }

  .menu-icon1_line-top {
    width: 24px;
    height: 2px;
    background-color: #fff;
    background-position: 0 0;
    background-size: auto;
    padding-bottom: 0;
    padding-right: 0;
  }

  .dropdown-chevron {
    top: auto;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .navbar1_component {
    z-index: 100;
  }

  .navbar1_menu-dropdown {
    width: 100%;
    font-size: 1.125rem;
  }

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

  .navbar1_dropdown-list {
    position: static;
    overflow: hidden;
  }

  .navbar1_dropdown-list.w--open {
    border-style: none;
    padding: 0;
  }

  .menu-icon1 {
    width: 48px;
    height: 48px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .navbar1_menu-buttons {
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    align-items: stretch;
    margin-top: 1.5rem;
    margin-left: 0;
  }

  .navbar1_dropdown-toggle {
    align-items: center;
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-left: 0;
    display: flex;
  }

  .menu-icon1_line-bottom {
    width: 24px;
    height: 2px;
    background-color: #fff;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar1_link {
    width: auto;
    text-align: center;
    flex-direction: column;
    justify-content: center;
    padding: .75rem 0;
    font-size: 1.125rem;
    display: flex;
  }

  .navbar1_dropdown-link {
    width: auto;
    padding: .75rem 0 .75rem 5%;
  }

  .menu-icon_line-middle-inner {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar1_menu {
    border-bottom: 1px solid var(--\<unknown\|relume-variable-border-color-1\>);
    background-color: var(--\<unknown\|relume-variable-color-neutral-2\>);
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    padding: 1rem 5% 2rem;
    position: absolute;
    overflow: auto;
  }

  .navbar1_menu.is-page-height-tablet {
    height: 100px;
    min-height: 300px;
    -webkit-text-fill-color: inherit;
    background-image: url('../images/Знімок-екрана-2024-02-28-о-02.42.55.png');
    background-position: 50%;
    background-size: cover;
    background-clip: border-box;
    flex-direction: column;
    justify-content: center;
    padding-bottom: 6.5rem;
    transition: height .5s;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .menu-icon1_line-middle {
    width: 24px;
    height: 2px;
    background-color: #fff;
    justify-content: center;
    align-items: center;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .hero-heading-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    align-items: stretch;
  }

  /*.style-h2 {
    justify-content: flex-end;
    display: flex;
  }*/

  .global-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    align-items: stretch;
    justify-items: stretch;
  }

  .telecoms-number-wrapper {
    width: 100%;
    justify-content: center;
  }

  .number.has--color-white {
    font-size: 60px;
  }

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

  .about-section {
    margin-top: 480px;
  }

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

  .about-left {
    padding-bottom: 0;
  }

  .about-right {
    padding-top: 0;
  }

  .paragraph {
    font-size: 14px;
  }

  .global-grig {
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    display: flex;
  }

  .global-right {
    height: 300px;
  }

  .footer {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    justify-content: space-between;
  }

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

  .image {
    width: 150px;
  }

  .div-block-5 {
    height: 257px;
  }

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

@media screen and (max-width: 767px) {
  .contact-block {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    justify-content: space-around;
    /*align-items: flex-start;*/
    align-items: center;
  }

  .div-block {
    width: 100%;
  }

  .navbar1_component {
    height: auto;
    min-height: 4rem;
  }

  .navbar1_logo-link {
    padding-left: 0;
  }

  .navbar1_menu.is-page-height-tablet {
    padding-bottom: 6rem;
  }

  .heading {
    font-size: 60px;
  }

  .global-grig {
    flex-direction: column;
    grid-template-rows: auto auto;
    display: flex;
  }

  .global-right {
    height: 300px;
  }

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

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

  .heading-12 {
    font-size: 60px;
  }
}

@media screen and (max-width: 479px) {
  .btn-s p {
    font-size: 14px!important;
}
.btn-d {
    padding: 8px 8px!important;
    font-size: 10px!important; 
}
.divider {
    border-right: 2px solid #8f8f8f;
    height: 118px!important;
}
.price-s h3 span {
    font-size: 50px!important;
    font-weight: 600;
}
  .container {
    margin-left: 20px;
    margin-right: 20px;
  }

  .link-block {
    font-size: 12px;
  }

  .div-block {
    width: 100%;
  }

  .navbar1_logo {
    width: 150px;
  }

  .heading {
    font-size: 40px;
  }

  .style-h2 {
    font-size: 20px;
  }

  .telecoms-grid, .our-grid {
    flex-direction: column;
    display: flex;
  }

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

  .footer {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .heading-12 {
    font-size: 40px;
  }

  .image-4 {
    max-width: 96%;
  }


}

#w-node-_64b4650f-23f0-3979-a76e-6414e56a5569-b846ee50, #w-node-_64b4650f-23f0-3979-a76e-6414e56a557f-b846ee50, #w-node-eb6bdf9c-ef94-2bf3-4cf7-9f4190ec882e-b846ee50, #w-node-_06a43320-d73f-fb7e-9854-7367a871e7a3-b846ee50, #w-node-d2867f1c-fa37-863d-ddd4-9e23f0fc4b58-b846ee50, #w-node-ad214ad5-271d-9268-4541-a242a914f070-b846ee50, #w-node-fa1a8ca2-90d9-a333-24ff-da7ff5c0dbdf-b846ee50, #w-node-_15b672b5-ea84-9d67-3778-bf53905c6eed-b846ee50, #w-node-_59d19db7-7c91-c8d2-fc4e-d3c17fd7097c-b846ee50 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}




.price-s h3 span{
  font-size: 56px;
  font-weight: 600;
}
.price-s h3{
  margin-top: 14px;
  font-weight: 500;
}
.price-s h2{
  font-weight: 500;
  /*margin-top: 0;*/
}
.btn-s p{
    font-size: 22px;
}
.btn-d{
      text-decoration: none;
    background-color: #85ca21;
    color: #ffff;
    padding: 8px 10px;
    font-size: 14px;
    border-radius: 2px;
    font-weight: 600;
    letter-spacing: .5px;
    transition: .3s;
}
.btn-d:hover{
  background-color: #77b71c;
}
.divider{
          border-right: 2px solid #8f8f8f;
    height: 106px;
}

.offer-sec-m{
  display: flex;
     gap: 28px; 

}

.off-title{
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 16px;
}
