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

.section-nav {
  margin-bottom: 80px;
}

.section-nav__header {
  display: flex;
  justify-content: space-between;
  padding: 40px 40px 0 40px;
}

.section-nav__contacts {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  gap: 15px;
  width: 70%;
}

.section-instruction {
  margin-bottom: 80px;
}

.section-instruction__action-btn {
  width: 405px;
  margin: 40px auto;
}

.section-price {
  margin-bottom: 50px;
  padding: 40px;
}
.section-price__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width:169px;
  height:45px;
}

.section-price > .table-responsive table {
  width: 100%;
  border-collapse: collapse;
}

.section-price > .table-responsive th {
  text-align: left;
  background-color: transparent;
}

.section-price > .table-responsive th:last-child {
  text-align: right;
}

.section-price > .table-responsive td:nth-child(2) {
  text-align: right;
}

.section-price > .table-responsive table > :not(caption) > * > * {
  min-width: 150px;
  padding: 12px;
  border-right-width: 0;
  border-left-width: 0;
  border-color: var(--color-gray);
}

.section-price > .table-responsive table > tbody > * > * {
  border-top: 1px solid;
  border-color: var(--color-gray);
}

.section-price > .table-responsive table > tbody > *:last-child > * {
  border-bottom: 1px solid;
  border-color: var(--color-gray);
}

.section-price > .table-responsive table > tbody > * > * {
  color: #736f73;
}

.section-price > .table-responsive table > tbody > tr.heading > * {
  color: var(--color-black);
  background-color: #ebebeb;
}

.section-price > .table-responsive table > tbody > tr.heading > *,
.section-price > .table-responsive table > tbody > tr.heading + * > * {
  border-top-width: 0;
}
#support_1c .table-responsive tr th:first-child {
    width: 20px;
}

#support_1c .section-price > .table-responsive th:last-child {
  text-align: left;
}
#support_1c .section-price > .table-responsive td:nth-child(2) {
  text-align: left;
}

#upp .section-price > .table-responsive th:last-child {
  text-align: right;
}
#upp .section-price > .table-responsive td:nth-child(2) {
  text-align: left;
}
#upp .section-price > .table-responsive td:last-child {
  text-align: right;
}
#upp .section-price > .table-responsive td ul {
  margin: 0;
  padding:0;
}
#upp .section-price > .table-responsive td ul li{
    list-style: none;
  }

  #support_1c .steps__list {
display: grid;
gap:20px;
grid-template-columns: repeat(6, 1fr);

  }
  #support_1c .steps__item {
    display: flex;
    flex-direction: column;
    gap:20px;
    align-items: baseline;
    background-color: white;
    padding:20px;
    position: relative;
  }
  #support_1c .steps__icon {
    display: block;

  }
  .tarif__first-row {
    padding:46px 30px;
    min-height:320px;
  }
  #support_1c .steps__item:not(:last-child)::after {

    content: '';
    width: 190px;
    height: 100px;
    position: absolute;
    z-index: -1;
    bottom: -53px;
    left: 111px;
    border: 2px solid #7D7A7D;
    border-top: none;
    border-radius: 20px;
  }
  #support_1c .steps__item:not(:last-child)::before {

    content: '';
    width:20px;
    height:20px;
    background: url('./arrow-right.svg') center no-repeat;
    background-size: cover;
    position: absolute;
    z-index: -1;
    bottom: -62px;
    right: -20px;

  }
  .section-columns {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap:20px;
  }
@media (min-width: 768px) {
  .section-price > .table-responsive table > :not(caption) > * > * {
    min-width: 200px;
  }
  #support_1c > .section-price > .table-responsive > table > :not(caption) > * > * {
    min-width: 20px;
  }
}



@media (max-width: 1440px) {
  .tarif__first-row {
    padding:46px 30px;
    min-height:360px;
  }
  #support_1c .steps__item:not(:last-child)::after {
  content: '';
  width: 164px;
  height: 100px;
  position: absolute;
  z-index: -1;
  bottom: -53px;
  left: 90px;
  border: 2px solid #7D7A7D;
  border-top: none;
  border-radius: 20px;
  }
  #support_1c .steps__item:not(:last-child)::before {

    content: '';
    width:20px;
    height:20px;
    background: url('./arrow-right.svg') center no-repeat;
    background-size: cover;
    position: absolute;
    z-index: -1;
    bottom: -62px;
    right: -20px;

  }
}

@media (max-width: 1200px) {
  #support_1c .steps__list {
    grid-template-columns: 90%;
    justify-content: end;
  }
  #support_1c .steps__item:not(:last-child)::after {

    content: '';
    width: 190px;
    height: 130px;
    position: absolute;
    z-index: -1;
    bottom: -90px;
    left: -53px;
    border: 2px solid #7D7A7D;
    border-right: none;
    border-radius: 20px;
  }
  #support_1c .steps__item:not(:last-child)::before {

    content: '';
    width:20px;
    height:20px;
    background: url('./arrow-right.svg') center no-repeat;
    background-size: cover;
    position: absolute;
    z-index: -1;
    bottom: -40px;
    left: -62px;
    transform: rotate(90deg);

  }

}
@media (max-width: 992px) {

      .section-nav__contacts {
          width: 70%;

      }
      .section-nav__price-lists {
          max-width: 20%;

      }
      #support_1c .steps__list {
        grid-template-columns: 90%;
        justify-content: end;
      }
      .section-columns {
        display: grid;
        grid-template-columns:1fr;
      }

}

@media (max-width: 768px) {
    .section-nav__header {
        padding: 40px 40px 0 40px;
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        align-items: center;
      }
      .section-nav__contacts {
          width: 100%;
        display: flex;
        justify-content: flex-start;
        flex-direction: column;
        gap: 15px;
        margin-bottom: 30px;
      }
      .section-nav__price-lists {
        position: relative;
        max-width:100%;
        display: flex;
        align-self: baseline;
        margin-left: 30px;

      }
      .tarif__first-row {
        padding:46px 30px;
        min-height:fit-content;
      }

      #support_1c .steps__item:not(:last-child)::before {

        content: '';
        width:20px;
        height:20px;
        background: url('./arrow-right.svg') center no-repeat;
        background-size: cover;
        position: absolute;
        z-index: -1;
        bottom: -40px;
        left: -41px;
        transform: rotate(90deg);

      }

}
@media (max-width: 768px) {
  #support_1c .steps__item:not(:last-child)::after {

    content: '';
    width: 190px;
    height: 140px;
    position: absolute;
    z-index: -1;
    bottom: -90px;
    left: -32px;
    border: 2px solid #7D7A7D;
    border-right: none;
    border-radius: 20px;
  }
}
