body {
  background-color: rgb(247, 247, 247) !important;
}

.top-cover {
  background-color: var(--blue-primary-color);
  border-radius: 15px;
  color: rgb(255, 255, 255);
  padding: 27px 36px;
  position: relative;
}
.top-cover--with-margin-bottom {
  margin-bottom: 58px;
}
.top-cover__title {
  font-size: 65px;
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 8px;
}
.top-cover__description {
  font-size: 19px;
  line-height: 130%;
}
.top-cover__image {
  position: absolute;
  top: -45px;
  right: 150px;
  width: 22%;
}
@media (max-width: 1399px) {
  .top-cover__image {
    top: -40px;
    right: 80px;
    width: 25%;
  }
}
@media (max-width: 1199px) {
  .top-cover__title {
    font-size: 50px;
  }
  .top-cover__description {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .top-cover__image {
    top: -30px;
    right: 20px;
    width: 220px;
  }
  .top-cover__title {
    font-size: 40px;
    margin-bottom: 20px;
  }
  .top-cover__description {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .top-cover__image {
    display: none;
  }
}
@media (max-width: 575px) {
  .top-cover {
    padding: 30px;
  }
  .top-cover__title {
    font-size: 35px;
  }
}

.page-title--before-card {
  margin-bottom: 15px;
}

.support-table {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.support-table--with-margin-bottom {
  margin-bottom: 45px;
}
.support-table .phone-table:nth-child(2n+1) {
  border-right: 1px solid var(--ids-card-border-color);
}
@media (max-width: 767px) {
  .support-table {
    display: flex;
    flex-direction: column;
  }
}

.phone-table {
  flex: 1;
  width: 100%;
}
.phone-table__header {
  align-items: center;
  color: var(--subtitle-font-color);
  display: flex;
  flex-direction: row;
  height: 72px;
  justify-content: start;
  font-size: 24px;
  font-weight: 600;
  line-height: 130%;
  padding-left: 36px;
}
.phone-table__header--with-number {
  gap: 40px;
}
.phone-table__header--blue {
  background-color: var(--light-blue-color);
}
.phone-table__header--dark-blue {
  background-color: rgb(157, 177, 218);
}
.phone-table__header--cad {
  background-color: rgb(224, 238, 217);
}
.phone-table__header--power {
  background-color: rgb(242, 182, 177);
}
.phone-table__header--road {
  background-color: rgb(255, 235, 208);
}
.phone-table__header-logo {
  height: 40px;
}
.phone-table__header-logo--with-border-right {
  --offset-size: 13%;
  border-right: 1px solid var(--ids-card-border-color);
  padding-right: var(--offset-size);
  margin-right: var(--offset-size);
}
.phone-table__header-remark {
  font-size: 19px;
  font-weight: 400;
  margin-left: 3%;
  line-height: 120%;
}
.phone-table__rows {
  padding: 18px 49px 18px 36px;
}
.phone-table__row:not(:first-child) {
  padding-top: 8px;
}
.phone-table__row {
  align-items: center;
  display: flex;
  flex-direction: row;
  gap: 37px;
}
.phone-table__row:not(:last-child) {
  border-bottom: 1px solid var(--ids-card-border-color);
  padding-bottom: 8px;
}
.phone-table__row-number {
  color: var(--subtitle-font-color);
  font-size: 24px;
  font-weight: 600;
  line-height: 130%;
}
.phone-table__row-name {
  font-size: 19px;
  line-height: 130%;
}
.phone-table__row-name:hover {
  text-decoration: underline;
  text-underline-offset: 1px;
}
@media (max-width: 1399px) {
  .phone-table__header-logo {
    height: 35px;
  }
  .phone-table__header-logo--with-border-right {
    --offset-size: 8%;
  }
}
@media (max-width: 991px) {
  .phone-table__header {
    padding-left: 25px;
  }
  .phone-table__header-remark {
    font-size: 14px;
  }
  .phone-table__rows {
    padding-left: 25px;
  }
  .phone-table__row-number {
    font-size: 22px;
  }
  .phone-table__row-name {
    font-size: 16px;
  }
  .phone-table__header-logo--with-border-right {
    --offset-size: 3%;
  }
}
@media (max-width: 767px) {
  .phone-table__header {
    font-size: 22px;
    gap: 35px;
  }
  .phone-table__header:not(.phone-table__header--with-number) {
    align-items: start;
    flex-direction: column;
    height: unset;
    padding-top: 20px;
    padding-bottom: 20px;
    gap: 10px;
  }
  .phone-table__header-logo--with-border-right {
    border: unset;
    --offset-size: 0;
  }
  .phone-table__header-remark {
    margin-left: unset;
  }
}

.subdivisions-table, .products-table {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.subdivisions-table--with-margin-bottom, .products-table--with-margin-bottom {
  margin-bottom: 54px;
}
@media (max-width: 767px) {
  .subdivisions-table, .products-table {
    display: flex;
    flex-direction: column;
  }
}

.external-phone-numbers--with-margin-bottom {
  margin-bottom: 33px;
}
.external-phone-numbers__content {
  align-items: center;
  display: flex;
  gap: 120px;
  padding: 30px 36px;
}
.external-phone-numbers__left-col {
  flex: 1;
  min-width: 0;
}
.external-phone-numbers__left-col-row {
  align-items: center;
  display: flex;
  gap: 45px;
}
.external-phone-numbers__left-col-row:first-child {
  border-bottom: 1px solid var(--ids-card-border-color);
  padding-bottom: 15px;
}
.external-phone-numbers__left-col-row:last-child {
  padding-top: 15px;
}
.external-phone-numbers__right-col {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  flex: 1;
  min-width: 0;
  row-gap: 12px;
}
.external-phone-numbers__number {
  color: var(--subtitle-font-color);
  font-size: 24px;
  font-weight: 600;
  line-height: 130%;
}
.external-phone-numbers__description {
  font-size: 19px;
  line-height: 130%;
}
@media (max-width: 1199px) {
  .external-phone-numbers__content {
    gap: 100px;
  }
  .external-phone-numbers__right-col {
    display: flex;
    flex-direction: column;
    flex: unset;
  }
}
@media (max-width: 991px) {
  .external-phone-numbers__content {
    gap: 80px;
    padding-left: 24px;
  }
  .external-phone-numbers__left-col-row {
    align-items: start;
    flex-direction: column;
    gap: 15px;
  }
}
@media (max-width: 767px) {
  .external-phone-numbers__content {
    align-items: start;
    flex-direction: column;
    gap: 40px;
  }
  .external-phone-numbers__left-col-row {
    gap: 5px;
  }
  .external-phone-numbers__right-col {
    display: grid;
    column-gap: 20px;
  }
  .external-phone-numbers__number {
    font-size: 20px;
  }
}
@media (max-width: 400px) {
  .external-phone-numbers__right-col {
    display: flex;
  }
}

.voip-functions--with-margin-bottom {
  margin-bottom: 33px;
}
.voip-functions__content {
  display: grid;
  padding: 0 37px;
}
.voip-functions__row {
  align-items: center;
  display: flex;
  flex-direction: row;
}
.voip-functions__row:not(:last-child) {
  border-bottom: 1px solid var(--ids-card-border-color);
}
.voip-functions__title {
  align-items: center;
  border-right: 1px solid var(--ids-card-border-color);
  color: var(--subtitle-font-color);
  display: flex;
  flex: 0.8;
  font-size: 24px;
  font-weight: 600;
  line-height: 130%;
  height: 100%;
  padding: 26px 0;
}
.voip-functions__description {
  flex: 1;
  font-size: 19px;
  height: 100%;
  line-height: 130%;
  padding: 26px 35px 26px 93px;
}
.voip-functions__description i {
  font-weight: 600;
}
@media (max-width: 991px) {
  .voip-functions__title {
    align-items: start;
    font-size: 22px;
    flex: 1;
  }
  .voip-functions__description {
    padding: 26px 35px 26px 53px;
  }
}
@media (max-width: 767px) {
  .voip-functions__content {
    padding-left: 25px;
  }
  .voip-functions__row {
    align-items: start;
    flex-direction: column;
    justify-content: start;
  }
  .voip-functions__title {
    border: none;
    justify-content: start;
    padding: 26px 0 0 0;
    margin-bottom: 15px;
  }
  .voip-functions__description {
    padding: 0 0 26px 0;
    font-size: 16px;
  }
}

.wifi--with-margin-bottom {
  margin-bottom: 150px;
}
.wifi__content {
  align-items: start;
  display: flex;
  flex-direction: row;
  gap: 180px;
  padding: 30px 40px;
}
.wifi__left-col {
  align-items: center;
  display: flex;
  flex-direction: row;
  gap: 77px;
  flex: 0.95;
}
.wifi__description {
  display: flex;
  flex-direction: column;
  gap: 25px;
  font-size: 19px;
  line-height: 130%;
}
.wifi__credentials {
  color: var(--subtitle-font-color);
  font-size: 24px;
  font-weight: 600;
}
.wifi__image {
  max-width: 180px;
}
.wifi__qr {
  max-width: 174px;
}
@media (max-width: 1199px) {
  .wifi__left-col {
    flex: 0.9;
  }
  .wifi__content {
    justify-content: space-between;
  }
  .wifi__image {
    display: none;
  }
}
@media (max-width: 991px) {
  .wifi__content {
    gap: 50px;
    padding: 30px 25px;
  }
  .wifi__description {
    gap: 15px;
  }
  .wifi__credentials {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .wifi__left-col {
    flex: unset;
  }
  .wifi__qr {
    display: none;
  }
}

/*# sourceMappingURL=style.css.map */
