/* !Format (Author: mail@jandousek.cz) */

/*
  Titles
  ***
*/

h1, 
h2,
h3, 
h4, 
h5, 
h6 {
  margin: 64px 0 16px 0;
  font-weight: 300;
  color: #2A2A2C;
}
h1, .--like-h1 {
  line-height: 1.14;
  letter-spacing: -0.01em;
  font-size: 52px;
}
h2, .--like-h2 {
  line-height: 1.18;
  letter-spacing: -0.008em;
  font-size: 48px;
}
h3, .--like-h3 {
  line-height: 1.23;
  font-size: 34px;
}
h4, .--like-h4 {
  line-height: 1.29;
  letter-spacing: -0.014em;
  font-size: 28px;
}
h5, .--like-h5 {
  line-height: 1.35;
  letter-spacing: -0.017em;
  font-weight: 500;
  font-size: 24px;
}
h6, .--like-h6 {
  line-height: 1.42;
  font-size: 20px;
}

/*
  Gaps
  ---
*/

h1:first-child,
h2:first-child, 
h3:first-child, 
h4:first-child, 
h5:first-child,
h6:first-child {
  margin-top: 0;
}

/*
  Paragraphs
  ***
*/

p, 
address {
  margin-bottom: 12px;
  line-height: 1.6;
  letter-spacing: -0.027em;
}
address {
  font-style: normal;  
}

/*
  Empty
  ---
*/

p:empty {
  display: none;
}

/*
  Lists
  ***
*/

li {
  position: relative;
  margin-bottom: 8px;
  line-height: 1.6;
  letter-spacing: -0.022em;
}

/*
  Dot
  ---
*/

ul > li:after {
  content: '';
  width: 5px;
  height: 3px;
  position: absolute;
  left: -16px;
  top: 12px;
  background-color: #F05A23;
  border-radius: 2px;
}

/*
  Wrappers
  ---
*/

ul,
ol {
  margin: 0 0 16px 18px;
}
ul ul,
ul ol,
ol ul,
ol ol {
  margin: 6px 0 2px 20px;
}
ul {
  list-style: none;
}
ol {
  list-style: decimal;
}

/*
  table
  ***
*/

table {
  width: 100%;
  margin: 42px 0;
  border-collapse: colapse;
}

/*
  + same
  ---
*/

.table + .table {
  margin-top: -26px;
}

/*
  Cells
  ---
*/

table th, 
table td {
  vertical-align: middle;
  padding: 14px 18px;
  border-top: 1px solid #D6D4D0;
  border-bottom: 1px solid #D6D4D0;
  line-height: 1.6;
}
table th {
  font-weight: 400;
}

/*
  Gaps
  ...
*/

table th:first-child, 
table td:first-child {
  padding-left: 0;
}
table th:last-child, 
table td:last-child {
  padding-right: 0;
}

/*
  thead
  ---
*/

table thead th, 
table thead td {
  padding-top: 0;
  padding-bottom: 12px;
  border-top: none;
  border-bottom-width: 2px;
  border-bottom-color: #F05A23;
  font-weight: 700;
  font-size: 14px;
  color: #B3B7B4;
}

/*
  table
  ---
*/

.table {
  overflow-y: hidden;
  overflow-x: auto;
  margin: 42px 0;
}

/*
  + same
  ...
*/

table + table {
  margin-top: -26px;
}

/*
  Adjust TABLE
  ...
*/

.table table {
  min-width: 600px;
  margin: 0;
}

/*
  Images
  ***
*/

img {
  max-width: 100%;
  height: auto;
  border-radius: 32px;
}

/*
  - align
  ---
*/

img.--align-center {
  display: table;
  margin: 34px auto 33px auto;
}
img.--align-right {
  float: right;
  margin: 6px 0 36px 36px;
}
img.--align-center {
  display: table;
  margin: 64px auto;
}
img.--align-none {
  margin: 64px 0;
}

/*
  Rules
  ***
*/

hr {
  height: 1px;
  position: relative;
  display: block;
  clear: both;
  margin: 62px -1000px 62px -1000px;
  background-color: #EEE9E2;
  border: none;
}

/*
  Gaps
  ---
*/

hr:first-child {
  margin-top: 0;
}
hr:last-child {
  margin-bottom: 0;
}

/*
  Inline
  ***
*/

strong {
  color: #2A2A2C;
}