/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

html {
  font-size: 20px;
  min-width: 320px;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0); }
  @media all and (max-width: 950px) {
    html {
      font-size: 18px; } }
  @media all and (max-width: 450px) {
    html {
      font-size: 16px; } }

body {
  min-height: 100vh;
  line-height: 1;
  margin: 0;
  padding: 0;
  height: 100%; }

ol, ul, li {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

a {
  color: inherit;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent; }

a, p, span, div,
h1, h2, h3, h4, h5, h6,
ul, li,
input, textarea, button,
:before, :after {
  font-family: 'PT Sans', sans-serif;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

a {
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease; }

b {
  font-family: 'PT Sans', sans-serif;
  font-weight: bold; }

i {
  font-family: 'PT Sans', sans-serif;
  font-style: italic; }

.offer {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f7f9fc), color-stop(#fefeff), to(#fff));
  background-image: -webkit-linear-gradient(top, #f7f9fc, #fefeff, #fff);
  background-image: -o-linear-gradient(top, #f7f9fc, #fefeff, #fff);
  background-image: linear-gradient(to bottom, #f7f9fc, #fefeff, #fff); }

.main_wrapper {
  max-width: 960px;
  width: 100%;
  min-height: 100vh;
  margin: 0 auto;
  padding: 2rem .8rem; }
  @media all and (max-width: 650px) {
    .main_wrapper {
      padding: 2rem 1.75rem; } }
  .main_wrapper > h3, .main_wrapper > h4 {
    text-align: center; }
    .main_wrapper > h3 + .text_block, .main_wrapper > h4 + .text_block, .main_wrapper > .date-editing + .text_block {
      margin-top: 2rem; }
  .main_wrapper > h3 {
    font-size: 1.5rem; }
  .main_wrapper > h4 {
    font-size: 1.15rem; }

.text_block h1:not(:first-child), .text_block h2:not(:first-child), .text_block h3:not(:first-child),
.text_block h4:not(:first-child), .text_block h5:not(:first-child) {
  margin-top: 1.5rem; }
.text_block b {
  font-size: 1.05rem;
  font-weight: bold; }
  @media all and (max-width: 500px) {
    .text_block b {
      font-size: 1rem; } }
.text_block p, .text_block ul {
  font-size: .9rem;
  color: #666;
  line-height: 1.5rem; }
  @media all and (max-width: 450px) {
    .text_block p {
      line-height: 1.3rem; } }
  .text_block p:nth-of-type(n+2) {
    margin-top: 1rem; }
.text_block img {
  margin: 1rem 0; }

.date-effective, .date-editing{
  margin-top: 1rem;
  color: #666;
  font-size: .9rem;
}

.tariffs{
  margin-top: 1rem;
}

.tariffs__common-services caption{
  font-weight: bold;
  text-align: left;
  margin-bottom: 0.5rem;
  color: black;
}

.tariff{
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}

.tariff__options{
  position: relative;
  left: 5px;
  color: #666;
  font-size: .9rem;
  margin-top: 1rem;
  line-height: 1.5rem;
}

.tariff__options li:before, .dash-list li:before{
  content: "-";
  position: relative;
  left: -5px; 
}

table, th, td{
  border: 1px solid #666;
  padding: 0px 2px;
  color: #666;
  font-size: .9rem;
}

.tariff__types{
  margin-top: 0.75rem;
  border-collapse: collapse;
}

.tariff__types td, .tariffs__common-services td, .tariffs__common-services th{
  text-align: center;
  vertical-align: middle;
}

.tariff__types th{
  padding: 0px 2px;
}

.tariff__types td:first-child, .tariffs__common-services td:first-child{
  text-align: left;
  padding: 2px 30px 2px 6px;
}

.note{
  color: #666;
  font-size: 80%;
  padding-left: 0.5rem;
  line-height: 1.3rem;
}

.tariff__types_fluid{
  width: 100%;
}

.tariff__types_fluid td{
  width: 50%;
  text-align: left;
  padding-left: 4px;
}

.tariff__types_text-center td:first-child{
  text-align: center;
  padding: 0 2px;
}

.notice{
  margin-top: 1rem; 
}

.discounts{
  margin-top: 1rem;
}

.discounts td, .discounts th{
  padding: 0 8px;
  text-align: center;
}


.text_block ul{
  padding: 0.75rem 0 1rem 2rem;
}

.text_block ul li{
  list-style: disc outside;
}

.text_block li p{
  margin-top: 1rem;
}

.text_block li h5{
  margin-top: 1.5rem;
}

.text_block ol ul h5{
  margin-top: 0rem;
}

.text_block ol ul li {
  list-style: none;
}

a{
  text-decoration: underline;

}

a:hover{
  color: #333;
}

.text_block h5{
  display: inline-block;
}
