.communication-services-companies-section {
  position: relative;
}

.communication-services-companies-section__text {
  text-align: center;
}

.communication-services-companies-box {
  display: flex;
  flex-direction: column;
  row-gap: 44px;
  margin-top: 45px;
}

.communication-services-companies-item {
  position: relative;
  width: 100%;
  min-height: initial;
  display: flex;
  padding: 20px;
  padding-top: 10px;
  flex-direction: column;
  justify-content: space-between;
  gap: 15px;
  border-radius: 16px;
  border: 1px solid #EBECF0;
  background: #FFF;
}
.communication-services-companies-item .brand-btn-leaky {
  height: 60px;
  font-size: 16px;
  font-weight: 500;
}
.communication-services-companies-item .brand-btn-leaky svg {
  margin-right: 12px;
}
.communication-services-companies-item .brand-btn-leaky:hover svg {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7500%) hue-rotate(152deg) brightness(101%) contrast(105%);
}

.communication-services-companies-item__icon {
  width: 52px;
  aspect-ratio: 1/1;
  border-radius: 12px;
  background-color: var(--color-orange-light);
  display: flex;
  justify-content: center;
  align-items: center;
  transition-duration: 0.2s;
  position: absolute;
  right: 20px;
  top: -26px;
}

.communication-services-companies-item__title {
  font-size: 22px;
  line-height: 1.5;
}

.why-liner-card__list {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

.why-liner-card__list li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
}

.why-liner-card__list li::before {
  content: "";
  position: absolute;
  left: -1px;
  top: 50%;
  transform: translateY(-50%);
  width: 14px;
  aspect-ratio: 1/1;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%20%20%3Cpath%20d%3D%22M7.75%200.75V14.75M0.75%207.75H14.75%22%20stroke%3D%22%23F39314%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: cover;
}

.why-liner-btn {
  margin-top: 30px;
}

.communication-services-companies-section-bg {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.internet-for-companies-box {
  padding: 20px;
  padding-top: 10px;
  border-radius: 16px;
  border: 1px solid #EBECF0;
  background-color: #fff;
  position: relative;
  width: 100%;
  overflow: hidden;
}

.internet-for-companies-box-bg {
  position: absolute;
  width: 101%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.internet-for-companies-box-top {
  position: relative;
  z-index: 2;
}

.internet-for-companies-box-top__title {
  color: #FFF;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.5;
}

.internet-for-companies-box-top__subtitle {
  color: #FFF;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
}

.internet-for-companies-box-top__vm {
  margin-top: 80px;
  border-bottom: 1px solid #EBECF0;
}
.internet-for-companies-box-top__vm ul {
  padding-left: 14px;
}
.internet-for-companies-box-top__vm ul li {
  margin-bottom: 5px;
  line-height: 1.5;
}

.internet-for-companies-box-top__vm ul li::marker {
  font-size: 10px;
}

.internet-for-companies__tl {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 10px;
}

.internet-for-companies-box-bottom {
  padding-top: 15px;
  z-index: 2;
  position: relative;
}

.internet-for-companies-list {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}

.internet-for-companies-variant {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  padding: 20px;
  border-radius: 16px;
  border: 1px solid #EBECF0;
  background: #FFF;
  color: var(--main-text-color);
  transition-duration: 0.25s;
}

.internet-for-companies-variant:hover {
  border-color: var(--color-orange-light);
}

.internet-for-companies-variant--active {
  border-color: var(--color-orange-light);
  box-shadow: 0 8px 20px rgba(243, 147, 20, 0.15);
}

.internet-for-companies-variant:hover .internet-for-companies-variant__bottom,
.internet-for-companies-variant--active .internet-for-companies-variant__bottom {
  color: var(--main-text-color);
}

.internet-for-companies-variant__icon {
  width: 48px;
  height: 48px;
  border-radius: 6px;
  background-color: #FEF5E8;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}

.internet-for-companies-variant__top {
  display: flex;
  align-items: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
}

.internet-for-companies-variant__title {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  font-family: "Magistral", Helvetica, sans-serif;
}

.internet-for-companies-variant__value {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
  margin-top: 2px;
}

.internet-for-companies-variant__text {
  font-size: 12px;
}

.ifc-info {
  display: flex;
  align-items: center;
  -moz-column-gap: 14px;
       column-gap: 14px;
  margin-top: 20px;
  width: 100%;
}

.ifc-info__icon {
  width: 24px;
  height: 24px;
}

.ifc-info__text {
  color: #33302E;
  font-size: 16px;
  line-height: 1.5;
}

.communication-services-companies-section .brand-btn-leaky {
  margin-top: 20px;
  height: 76px;
  font-size: 20px;
}

.communication-services-companies-section .section-title {
  max-width: 215px;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 450px) {
  .internet-for-companies-box-bg {
    max-height: 120px;
  }
}
@media (min-width: 500px) {
  .communication-services-companies-section .section-title {
    max-width: 265px;
  }
  .internet-for-companies-box {
    padding-top: 16px;
  }
}
@media (min-width: 768px) {
  .communication-services-companies-box {
    -moz-column-gap: 20px;
         column-gap: 20px;
    row-gap: 60px;
    flex-direction: row;
    flex-wrap: wrap;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
  }
  .communication-services-companies-item {
    width: calc(50% - 10px);
    padding: 30px 30px;
    padding-top: 45px;
    justify-content: flex-start;
  }
  .communication-services-companies-item__title {
    font-size: 30px;
  }
  .why-liner-card__list li {
    font-size: 16px;
  }
  .communication-services-companies-item .brand-btn-leaky {
    margin-top: auto;
    height: 76px;
    font-size: 20px;
  }
  .communication-services-companies-item__icon {
    width: 80px;
    height: 80px;
    top: -40px;
  }
  .communication-services-companies-item__icon svg {
    min-width: 55%;
    min-height: 55%;
  }
  .internet-for-companies-box {
    padding: 30px;
    padding-top: 16px;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
  }
  .internet-for-companies-box-top__title {
    color: #FFF;
    font-size: 26px;
    font-weight: 700;
    line-height: 1.5;
  }
  .internet-for-companies-box-top__subtitle {
    font-size: 16px;
    line-height: 1;
  }
  .internet-for-companies-box-bg {
    max-height: initial;
  }
  .internet-for-companies-box-top__vm {
    display: flex;
    -moz-column-gap: 20px;
         column-gap: 20px;
    padding-bottom: 15px;
  }
  .internet-for-companies-box-top__vm-left {
    width: 50%;
  }
  .internet-for-companies-box-top__vm-right {
    width: 50%;
  }
  .internet-for-companies__tl {
    font-size: 18px;
  }
  .internet-for-companies-box-top__vm ul li {
    font-size: 16px;
  }
  .internet-for-companies-box-top__vm ul li::marker {
    font-size: 12px;
  }
  .internet-for-companies-box-bottom {
    padding-top: 30px;
  }
  .internet-for-companies-list {
    margin-top: 20px;
    display: flex;
    gap: 20px;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .internet-for-companies-variant {
    width: calc(50% - 10px);
  }
  .ifc-info {
    justify-content: center;
    margin-top: 35px;
  }
  .communication-services-companies-section .brand-btn-leaky {
    margin-top: 35px;
  }
  .communication-services-companies-box {
    margin-top: 80px;
  }
  .communication-services-companies-item .brand-btn-leaky {
    margin-top: auto;
  }
  .communication-services-companies-section .section-title {
    max-width: 400px;
  }
  .communication-services-companies-section__text {
    max-width: 710px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 950px) {
  .internet-for-companies-box-bg {
    max-height: 125px;
  }
}
@media (min-width: 1200px) {
  .communication-services-companies-box {
    display: flex;
    -moz-column-gap: 30px;
         column-gap: 30px;
    row-gap: 70px;
    max-width: initial;
  }
  .communication-services-companies-item {
    width: calc(33.33% - 20px);
    padding-top: 50px;
  }
  .communication-services-companies-item__title {
    margin-bottom: 15px;
  }
  .internet-for-companies-list {
    display: flex;
    flex-direction: row;
    gap: 22px;
  }
  .internet-for-companies-variant {
    width: calc(25% - 16.5px);
  }
  .communication-services-companies-section__text {
    max-width: 990px;
  }
  .communication-services-companies-section .section-title {
    max-width: initial;
  }
  .internet-for-companies-box {
    max-width: initial;
  }
  .ifc-info-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .internet-for-companies-box .brand-btn-leaky {
    width: 50%;
    max-width: initial;
    flex-shrink: 0;
    margin-top: 30px;
  }
  .ifc-info {
    justify-content: flex-start;
  }
}
.connection-stages-section {
  position: relative;
  width: 100%;
}
.connection-stages-section .brand-btn-leaky {
  height: 50px;
  border-radius: 10px;
  border: 1px solid var(--color-orange);
  color: var(--color-orange);
  font-size: 13px;
  font-weight: 500;
  margin-top: 5px;
  max-width: 285px;
}
.connection-stages-section .brand-btn-leaky:hover {
  color: #fff;
}

.connection-stages-box {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.connection-service-card {
  background: #fff;
  border: 1px solid #EBECF0;
  border-radius: 16px;
  padding: 30px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  margin-top: 40px;
}

.connection-stage-item {
  display: flex;
  flex-direction: column;
}

.connection-stage-item__top {
  display: flex;
  align-self: flex-start;
  padding-left: 20px;
  top: 18px;
  position: relative;
  z-index: -1;
}

.connection-stage-item__number {
  color: #FCDFB9;
  font-size: 60px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 6px;
}

.connection-stage-item__number-text {
  color: #FCDFB9;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 2px;
  top: 3px;
  position: relative;
  margin-left: 2px;
}

.connection-stage-item__bottom {
  display: flex;
  flex-direction: column;
  padding: 20px;
  border-radius: 16px;
  border: 1px solid #EBECF0;
  background-color: #FFF;
}

.connection-stage-item__title {
  font-size: 22px;
  line-height: 1.5;
  margin-bottom: 10px;
}

.connection-stage-item__text {
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 10px;
}

.connection-stage-item__tel {
  color: var(--color-orange-light);
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .connection-stages-box {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    -moz-column-gap: 20px;
         column-gap: 20px;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
  }
  .connection-stage-item {
    width: calc(50% - 10px);
  }
  .connection-stage-item__number {
    font-size: 80px;
  }
  .connection-stage-item__number-text {
    font-size: 30px;
  }
  .connection-stage-item__bottom {
    padding: 30px;
  }
  .connection-stage-item__title {
    font-size: 24px;
  }
  .connection-stage-item__text {
    font-size: 16px;
  }
  .connection-service-card {
    max-width: 410px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 60px;
    padding: 50px 40px;
  }
}
@media (min-width: 768px) and (max-width: 1349px) {
  .connection-stages-box {
    align-items: stretch;
  }
  .connection-stage-item {
    display: flex;
    flex-direction: column;
  }
  .connection-stage-item__bottom {
    flex: 1;
    height: 100%;
  }
}
@media (min-width: 1350px) {
  .connection-stages-layout {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr)) minmax(280px, 500px);
    grid-template-rows: auto auto;
    gap: 30px;
    align-items: stretch;
  }
  .connection-stages-box {
    display: contents;
    column-gap: unset;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }
  .connection-stage-item {
    width: auto;
  }
  .connection-stage-item__bottom {
    flex: 1;
    height: 100%;
  }
  .connection-stage-item__top {
    padding-left: 30px;
    top: 22px;
  }
  .connection-stage-item:nth-child(1) {
    grid-column: 1;
    grid-row: 1;
  }
  .connection-stage-item:nth-child(2) {
    grid-column: 2;
    grid-row: 1;
  }
  .connection-stage-item:nth-child(3) {
    grid-column: 1;
    grid-row: 2;
  }
  .connection-stage-item:nth-child(4) {
    grid-column: 2;
    grid-row: 2;
  }
  .connection-service-card {
    grid-column: 3;
    grid-row: 1 / span 2;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    max-width: none;
    width: 100%;
    justify-self: stretch;
    align-self: stretch;
    height: auto;
  }
}
.satisfied-customers-reviews-section .brand-btn {
  margin-top: 30px;
  height: 60px;
}
.satisfied-customers-reviews-section .section-title {
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
}

.satisfied-customers-reviews-section__text {
  text-align: center;
}

.satisfied-customers-reviews-section__list {
  display: flex;
  width: 100%;
  flex-direction: column;
  row-gap: 18px;
}

.satisfied-customers-review-card {
  display: flex;
  flex-direction: column;
  padding: 30px;
  border-radius: 16px;
  border: 1px solid #EBECF0;
  background-color: #FFF;
}

.satisfied-customers-review-card__top {
  display: flex;
  -moz-column-gap: 20px;
       column-gap: 20px;
  margin-bottom: 24px;
}

.satisfied-customers-review-card__avatar {
  width: 90px;
  aspect-ratio: 1/1;
  flex-shrink: 0;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.satisfied-customers-review-card__avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.satisfied-customers-review-card__person {
  display: flex;
  flex-direction: column;
}

.satisfied-customers-review-card__name {
  font-size: 15px;
  font-weight: 700;
  line-height: 1.5;
}

.satisfied-customers-review-card__position {
  font-size: 12px;
  line-height: 1.5;
}

.satisfied-customers-review-card__rating {
  margin-top: auto;
}

.satisfied-customers-review-card__text {
  font-size: 14px;
}

@media (min-width: 500px) {
  .satisfied-customers-reviews-section .section-title {
    max-width: 710px;
  }
  .satisfied-customers-reviews-section__text {
    max-width: 710px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 768px) {
  .satisfied-customers-reviews-section__list {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    -moz-column-gap: 20px;
         column-gap: 20px;
    row-gap: 35px;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
  }
  .satisfied-customers-review-card {
    width: calc(50% - 10px);
  }
  .satisfied-customers-review-card__name {
    margin-bottom: 3px;
  }
  .satisfied-customers-reviews-section .brand-btn {
    max-width: 344px;
    margin-left: auto;
    margin-right: auto;
    height: 76px;
  }
  .satisfied-customers-reviews-section .brand-btn {
    margin-top: 35px;
  }
}
@media (min-width: 1200px) {
  .satisfied-customers-reviews-section .section-title {
    max-width: initial;
  }
  .satisfied-customers-reviews-section__text {
    max-width: 820px;
  }
  .satisfied-customers-reviews-section .brand-btn {
    max-width: 362px;
  }
  .satisfied-customers-reviews-section__list {
    max-width: initial;
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
  .satisfied-customers-review-card {
    width: calc(33.33% - 20px);
  }
  .satisfied-customers-reviews-section .brand-btn {
    margin-top: 60px;
  }
  .satisfied-customers-reviews-section .brand-btn .show-more-btn-icon {
    margin-left: 18px;
  }
}
.order-connection-box {
  background-color: var(--color-orange-light);
  border-radius: 20px;
  padding: 40px 20px;
  position: relative;
}
.order-connection-box .section-title {
  color: #fff;
  font-size: 23px;
}

.order-connection-box__content {
  z-index: 2;
  position: relative;
}

.order-connection-box__subtext {
  color: #FFF;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}

.order-connection-box__plane {
  width: calc(100% + 20px);
  left: 0;
  position: relative;
}

.order-connection-box__subtitle {
  margin-top: 10px;
  color: #FFF;
  font-size: 18px;
  line-height: 1.3;
  margin-bottom: 15px;
}

.order-connection-box-bg {
  display: none;
}

.plus-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.plus-list li {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 35px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: #fff;
}

.plus-list li + li {
  margin-top: 13px;
}

.plus-list li strong {
  font-weight: 700;
}

.plus-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 20px;
  height: 20px;
  transform: translateY(-50%);
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Crect%20x%3D%220.75%22%20y%3D%220.75%22%20width%3D%2218.5%22%20height%3D%2218.5%22%20rx%3D%223.25%22%20stroke%3D%22white%22%20style%3D%22stroke%3Awhite%3Bstroke-opacity%3A1%3B%22%20stroke-width%3D%221.5%22%2F%3E%3Cpath%20d%3D%22M14%207L8.5%2012.5L6%2010%22%20stroke%3D%22white%22%20style%3D%22stroke%3Awhite%3Bstroke-opacity%3A1%3B%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.order-connection-box .brand-btn-leaky {
  margin-top: 20px;
  border-color: #fff;
  color: #fff;
  font-size: 20px;
  height: 76px;
}

.order-connection-box .brand-btn-leaky:hover {
  border-color: var(--color-orange);
}

.order-connection-bg {
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.order-connection-box .section-title {
  margin-bottom: 20px;
}

.connection-lainer__inner {
  display: flex;
  flex-direction: column;
  row-gap: 30px;
}

.order-connection-box__plane-desc {
  display: none;
}

@media (min-width: 500px) {
  .order-connection-box .section-title {
    font-size: 35px;
  }
  .order-connection-box {
    padding: 60px 50px;
  }
  .plus-list li {
    font-size: 20px;
  }
  .order-connection-box__subtitle {
    font-size: 30px;
  }
  .order-connection-box__plane {
    width: calc(100% + 50px);
  }
  .order-connection-box .brand-btn-leaky {
    margin-top: 50px;
  }
  .order-connection-box__subtitle {
    margin-bottom: 30px;
  }
  .order-connection-box__plane {
    margin-bottom: 30px;
  }
}
@media (min-width: 700px) {
  .order-connection-box__subtext {
    font-size: 20px;
  }
}
@media (min-width: 768px) {
  .order-connection-box .section-title {
    font-size: 48px;
  }
  .order-connection-box {
    border-radius: 40px;
    width: 100%;
    height: auto;
  }
}
@media (min-width: 1000px) {
  .order-connection-box .section-title {
    font-size: 52px;
  }
  .order-connection-box__plane {
    position: absolute;
    bottom: 0;
    right: 0;
  }
  .order-connection-box .section-title {
    text-align: left;
    margin-bottom: 40px;
  }
  .order-connection-box__subtext {
    text-align: left;
    margin-bottom: 40px;
  }
  .order-connection-box .brand-btn-leaky {
    width: -moz-max-content;
    width: max-content;
    margin-left: 0;
  }
  .order-connection-box {
    padding: 100px;
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .order-connection-box .order-connection-box__plane {
    display: none;
  }
  .order-connection-box__plane-desc {
    display: flex;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 60%;
    aspect-ratio: 772/549;
  }
}
@media (min-width: 1200px) {
  .connection-lainer__inner {
    row-gap: 40px;
  }
}