@media (min-width: 1199px) {
  .row--table-LG {
    display: table;
    width: 100%;
    table-layout: fixed; } }
@media (min-width: 1199px) {
  .row--table-LG > [class*="col-"] {
    display: table-cell;
    float: none;
    vertical-align: top; } }

@media (min-width: 991px) {
  .row--table-MD {
    display: table;
    width: 100%;
    table-layout: fixed; } }
@media (min-width: 991px) {
  .row--table-MD > [class*="col-"] {
    display: table-cell;
    float: none;
    vertical-align: top; } }

@media (min-width: 767px) {
  .row--table-SM {
    display: table;
    width: 100%;
    table-layout: fixed; } }
@media (min-width: 767px) {
  .row--table-SM > [class*="col-"] {
    display: table-cell;
    float: none;
    vertical-align: top; } }

@media (min-width: 479px) {
  .row--table-XS {
    display: table;
    width: 100%;
    table-layout: fixed; } }
@media (min-width: 479px) {
  .row--table-XS > [class*="col-"] {
    display: table-cell;
    float: none;
    vertical-align: top; } }

.module--content {
  padding-left: 80px;
  padding-right: 80px;
  padding-bottom: 80px; }
  @media (max-width: 767px) {
    .module--content {
      padding-left: 0;
      padding-right: 0;
      padding-bottom: 30px; } }

.module--content-basic {
  padding-left: 0; }

.module--content-premium {
  padding-right: 0; }

#module-content .ul--list.list_separator > li {
  border-bottom: unset !important; }
  #module-content .ul--list.list_separator > li a {
    text-decoration: underline; }

.list-description {
  line-height: 1.4; }

.upgrade--box {
  border-radius: 10px; }

#basic-services-content .ul--list.list_separator > li {
  border-bottom: unset !important; }
#basic-services-content .ul--list.list_separator a {
  color: #6188D9; }
