/* body {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
  display: none;
} */

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 36px;
  font-weight: bold;
}

.modal-title {
  margin: 0;
  line-height: 1.42857143;
  text-transform: uppercase;
}


.body {
  display: block;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: transparent;
  font-family: 'Open Sans', sans-serif;
}

/*.navbar {
  display: block;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #383d3f;
}*/

.brand {
  position: relative;
  width: 135px;
  padding-bottom: 0px;
  background-image: url('/assets/images/plans/gobrunch-logo-h.svg');
  background-position: 0% 50%;
  background-size: contain;
  background-repeat: repeat-x;
}

._1200-container {
  width: 1200px;
  max-width: 90%;
  margin-right: auto;
  margin-left: auto;
  text-align: left;
}

.spacer-medium-big {
  height: 37px;
}

.section {
  background-color: transparent;
}

.div-block-white {
  overflow: visible;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
}

.spacer-big {
  display: block;
  height: 120px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.heading-title {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-right: 87px;
  font-family: Oswald, sans-serif;
  color: #171a1b;
  font-size: 95px;
  line-height: 93px;
  font-weight: 400;
  text-align: center;
}

.text-block {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-right: 0px;
  color: #383d3f;
  font-size: 21px;
  line-height: 44px;
  font-weight: 300;
}

.image-2 {
  display: block;
  width: 107px;
  height: 107px;
  max-height: none;
  max-width: none;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: left;
}

.text-block-white-center {
  padding-right: 0px;
  color: #fff;
  font-size: 21px;
  line-height: 44px;
  font-weight: 300;
  text-align: center;
}

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

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

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

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

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

.div-block-gray-full {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  background-color: #383d3f;
}

.icons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 37px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.image-3 {
  width: 70%;
}

.icons-inside {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 27%;
  height: 37px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.link-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  height: 57px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 7px;
  text-transform: uppercase;
  cursor: pointer
}

.button-text {
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 25px;
  font-weight: 300;
}

.table {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.text-center {
  display: inline-block;
  text-align: center;
}

.table-line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 170px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.table-cell {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: 'Open Sans', sans-serif;
  color: #383d3f;
  font-size: 21px;
  line-height: 37px;
  font-weight: 300;
}

.price {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 7px;
  margin-bottom: 7px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #fff;
}

.usd {
  padding-right: 3px;
  padding-left: 3px;
}

.value {
  font-size: 57px;
  line-height: 47px;
  font-weight: 700;
}

.month {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  font-size: 21px;
  font-weight: 300;
}

.text-blue {
  color: #0099d6;
}

.table-line-narrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 130px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.table-line-super-narrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 45px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.table-column-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #fff;
}

.table-column-center.bg-dark-blue {
  height: 100%;
}

.table-column-center.bg-gray.text-white {
  height: 100%;
}

.table-cell-bold {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #383d3f;
  font-size: 21px;
  line-height: 37px;
  font-weight: 700;
}

.table-cell-ident {
  padding-left: 12px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #383d3f;
  font-size: 17px;
  line-height: 27px;
  font-weight: 300;
}

.table-column-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.width-90 {
  width: 90%;
  margin-right: auto;
  margin-left: auto;
}

.bg-blue {
  background-color: #0099d6;
}

.bg-dark-blue {
  background-color: #0069c1;
}

.text-white {
  color: #fff;
}

.bg-gray {
  background-color: #383d3f;
}

.check-icon {
  width: 9%;
}

.bg-yellow {
  background-color: #ffc700;
}

.table-column-center-small {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #fff;
}

.table-column-center-small.bg-blue {
  height: 100%;
}

.div-block-2 {
  background-color: #ef8900;
}

.bg-orange {
  background-color: #ef8900;
}

@media screen and (max-width: 991px) {
  ._1200-container {
    width: 90%;
  }
  .spacer-medium-big {
    display: block;
  }
  .div-block-white {
    display: block;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .spacer-big {
    height: 37px;
  }
  .heading-title {
    padding-right: 0px;
    padding-left: 0px;
    font-size: 67px;
    line-height: 73px;
  }
  .text-block {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    color: #383d3f;
  }
  .icons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .icons-inside {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 47%;
  }
  .button {
    width: 70%;
    height: 37px;
  }
  .button-text {
    font-size: 19px;
  }
  .table {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
  }
  .table-line {
    height: 130px;
  }
  .table-cell {
    font-size: 14px;
    line-height: 27px;
    text-align: center;
  }
  .price {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .usd {
    margin-top: 3px;
    padding-right: 3px;
    font-size: 12px;
  }
  .value {
    font-size: 27px;
    line-height: 33px;
  }
  .month {
    font-size: 14px;
    line-height: 25px;
  }
  .table-line-narrow {
    height: 70px;
  }
  .table-cell-bold {
    font-size: 14px;
    line-height: 27px;
  }
  .table-cell-ident {
    font-size: 14px;
    line-height: 19px;
  }
  .width-90 {
    width: 100%;
  }
  .check-icon {
    width: 13%;
  }
}

@media screen and (max-width: 767px) {
  .spacer-medium-big {
    height: 37px;
  }
  .div-block-white {
    width: 100%;
  }
  .spacer-big {
    height: 27px;
  }
  .text-block {
    width: 90%;
    font-size: 17px;
    line-height: 27px;
  }
  .icons-inside {
    width: 57%;
  }
  .button {
    width: 90%;
  }
  .table {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
  }
  .table-line {
    height: 130px;
  }
  .table-cell {
    font-size: 14px;
    line-height: 19px;
  }
  .price {
    margin-top: 2px;
    margin-bottom: 1px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    line-height: 32px;
  }
  .usd {
    margin-top: -1px;
    padding-right: 1px;
    padding-left: 1px;
    font-size: 11px;
    line-height: 17px;
  }
  .value {
    font-size: 19px;
    line-height: 23px;
  }
  .month {
    margin-bottom: 1px;
    font-size: 11px;
    line-height: 17px;
  }
  .table-line-super-narrow {
    height: 67px;
  }
  .table-cell-bold {
    font-size: 14px;
    line-height: 19px;
  }
  .table-cell-ident {
    padding-left: 7px;
    font-size: 14px;
    line-height: 19px;
  }
  .check-icon {
    width: 17%;
  }
}

@media screen and (max-width: 479px) {
  ._1200-container {
    display: block;
    width: 95%;
    max-width: none;
  }
  .spacer-medium-big {
    display: block;
    height: 15px;
  }
  .div-block-white {
    display: block;
    overflow: hidden;
  }
  .spacer-big {
    overflow: visible;
    height: 15px;
  }
  .heading-title {
    padding-bottom: 5px;
    font-size: 47px;
    line-height: 49px;
  }
  .text-block {
    width: 100%;
    padding-right: 0px;
    font-size: 14px;
    line-height: 27px;
  }
  .image-2 {
    width: 70px;
  }
  .text-block-white-center {
    padding-right: 0px;
    font-size: 17px;
    line-height: 37px;
  }
  .div-block-gray-full {
    display: block;
    width: auto;
    padding-right: 12px;
    padding-left: 12px;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }
  .icons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .image-3 {
    width: 77%;
  }
  .icons-inside {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 97%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .link-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: visible;
    margin-right: auto;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    -o-object-fit: fill;
    object-fit: fill;
  }
  .button {
    width: 99%;
    height: 37px;
  }
  .button.bg-yellow {
    width: 79%;
  }
  .button-text {
    font-size: 14px;
    text-align: center;
  }
  .table {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .table-line {
    width: 100%;
    height: 207px;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .table-cell {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    font-size: 12px;
    line-height: 17px;
  }
  .table-cell.text-center {
    font-size: 14px;
    line-height: 17px;
  }
  .table-cell.text-center.text-white {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }
  .price {
    margin-top: 7px;
    margin-bottom: 7px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .usd {
    overflow: visible;
    font-size: 11px;
    line-height: 13px;
  }
  .value {
    font-size: 14px;
  }
  .month {
    margin-top: 2px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    line-height: 10px;
  }
  .table-line-narrow {
    height: 70px;
  }
  .table-line-super-narrow {
    height: 77px;
  }
  .table-column-center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .table-column-center.bg-blue {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .table-cell-bold {
    font-size: 14px;
  }
  .table-cell-ident {
    padding-left: 0px;
    font-size: 14px;
    line-height: 17px;
  }
  .table-column-left {
    width: 100%;
    min-width: 90px;
  }
  .width-90 {
    width: 95%;
  }
  .check-icon {
    width: 27%;
  }
  .div-block {
    background-color: #ffc700;
  }
  .bg-yellow {
    background-color: #ffc700;
  }
  .table-column-center-small {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .table-column-center-small.bg-blue {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}