@charset "UTF-8";
/* ---------------------------------------------------------
   1. General reset
   2. Common site styles
   ---------------------------------------------------------*/
/* ---------------------------------------------------------
   1. General reset
   ---------------------------------------------------------*/
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

.social-list, .traffic-light-section .traffic-light ul, .traffic-light-section .tools {
  margin: 0;
  padding: 0;
  list-style: none; }

.clearfix:after, .header-wrapper .box:after {
  content: '';
  display: block;
  clear: both; }

.ellipsis {
  white-space: nowrap;
  /* 1 */
  text-overflow: ellipsis;
  /* 2 */
  overflow: hidden; }

html {
  box-sizing: border-box; }

*, *:before, *:after {
  box-sizing: inherit; }

* {
  max-height: 1000000px; }

body {
  color: #000;
  background: #ede9e6;
  font: 16px/1.65 "Merriweather", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
  min-width: 320px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  max-width: 100%;
  height: auto; }

.gm-style img {
  max-width: none; }

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6,
.h {
  font-family: "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-weight: bold;
  margin: 0 0 0.5em;
  color: #6c5545; }

h1, .h1 {
  font-size: 30px; }

h2, .h2 {
  font-size: 27px; }

h3, .h3 {
  font-size: 24px; }

h4, .h4 {
  font-size: 21px; }

h5, .h5 {
  font-size: 17px; }

h6, .h6 {
  font-size: 15px; }

p {
  margin: 0 0 1em; }

a {
  color: #c16400;
  outline: none; }
  a:hover, a:focus {
    text-decoration: none;
    outline: none; }

form,
fieldset {
  margin: 0;
  padding: 0;
  border-style: none; }

input[type='text'],
input[type='tel'],
input[type='email'],
input[type='search'],
input[type='password'],
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  box-sizing: border-box;
  border: 1px solid #999;
  padding: 0.4em 0.7em; }
  input[type='text']:focus,
  input[type='tel']:focus,
  input[type='email']:focus,
  input[type='search']:focus,
  input[type='password']:focus,
  textarea:focus {
    border-color: #000; }
  input[type='text']::-webkit-input-placeholder,
  input[type='tel']::-webkit-input-placeholder,
  input[type='email']::-webkit-input-placeholder,
  input[type='search']::-webkit-input-placeholder,
  input[type='password']::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder {
    color: #999; }
  input[type='text']::-moz-placeholder,
  input[type='tel']::-moz-placeholder,
  input[type='email']::-moz-placeholder,
  input[type='search']::-moz-placeholder,
  input[type='password']::-moz-placeholder,
  textarea::-moz-placeholder {
    opacity: 1;
    color: #999; }
  input[type='text']:-moz-placeholder,
  input[type='tel']:-moz-placeholder,
  input[type='email']:-moz-placeholder,
  input[type='search']:-moz-placeholder,
  input[type='password']:-moz-placeholder,
  textarea:-moz-placeholder {
    color: #999; }
  input[type='text']:-ms-input-placeholder,
  input[type='tel']:-ms-input-placeholder,
  input[type='email']:-ms-input-placeholder,
  input[type='search']:-ms-input-placeholder,
  input[type='password']:-ms-input-placeholder,
  textarea:-ms-input-placeholder {
    color: #999; }
  input[type='text'].placeholder,
  input[type='tel'].placeholder,
  input[type='email'].placeholder,
  input[type='search'].placeholder,
  input[type='password'].placeholder,
  textarea.placeholder {
    color: #999; }

select {
  -webkit-border-radius: 0; }

textarea {
  resize: vertical;
  vertical-align: top; }

button,
input[type='button'],
input[type='reset'],
input[type='file'],
input[type='submit'] {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  cursor: pointer; }

/* ---------------------------------------------------------
   2. Сommon site styles
   ---------------------------------------------------------*/
/* header styles */
.header-wrapper {
  color: #6c5545;
  font: 600 14px/1.28 "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap; }
  @media (min-width: 768px) {
    .header-wrapper {
      flex-wrap: nowrap; } }
  @media (min-width: 1024px) {
    .header-wrapper {
      font-size: 24px;
      padding: 40px 0; } }
  @media (min-width: 1600px) {
    .header-wrapper {
      font-size: 28px;
      padding: 64px 0;
      flex-wrap: nowrap; } }
  .header-wrapper .box {
    max-width: 585px; }
    @media (min-width: 768px) {
      .header-wrapper .box {
        margin: 15px 0 0; } }
    @media (min-width: 1600px) {
      .header-wrapper .box {
        margin: 62px 0 0; } }
    .header-wrapper .box p {
      margin: 0; }
    .header-wrapper .box .title {
      color: #c16400;
      margin-bottom: 5px; }
      @media (min-width: 1024px) {
        .header-wrapper .box .title {
          margin-bottom: 13px;
          font-size: 32px; } }
    .header-wrapper .box.only-text {
      max-width: 520px; }
      @media (min-width: 768px) {
        .header-wrapper .box.only-text {
          margin: 0; } }
      @media (min-width: 1024px) {
        .header-wrapper .box.only-text {
          padding: 0 40px 0 0; } }
  .header-wrapper .logo {
    display: block;
    margin-right: 5px; }
    @media (max-width: 1599px) {
      .header-wrapper .logo {
        width: 300px !important;
        margin-bottom: 0; } }
    @media (max-width: 1023px) {
      .header-wrapper .logo {
        width: 200px !important;
        margin-bottom: 0; } }
    @media (max-width: 767px) {
      .header-wrapper .logo {
        width: 137px !important;
        margin-bottom: 20px; } }
  .header-wrapper .btn {
    box-shadow: 0 4px 8px rgba(103, 81, 65, 0.4);
    border-radius: 6px;
    float: right; }
    @media (max-width: 1023px) {
      .header-wrapper .btn {
        width: 80px !important; } }
    @media (max-width: 1599px) {
      .header-wrapper .btn {
        width: 130px !important; } }
    .header-wrapper .btn img {
      display: block; }

/* main container styles */
#wrapper {
  position: relative;
  overflow: hidden; }

.container {
  max-width: 1460px;
  padding: 0 15px;
  margin: 0 auto; }
  @media (min-width: 768px) {
    .container {
      padding: 0 50px; } }

#main {
  padding: 0 0 20px; }
  @media (min-width: 768px) {
    #main {
      padding: 0 0 40px; } }
  @media (min-width: 1024px) {
    #main {
      padding: 0 0 100px; } }
  @media (min-width: 1600px) {
    #main {
      padding: 0 0 65px; } }

.content {
  background: #fff;
  box-shadow: 0 18px 16px rgba(103, 81, 65, 0.2);
  padding: 30px 10px; }
  @media (min-width: 768px) {
    .content {
      padding: 30px 30px; } }
  @media (min-width: 1024px) {
    .content {
      padding: 50px 40px; } }
  @media (min-width: 1600px) {
    .content {
      padding: 60px 100px 95px; } }
  @media (min-width: 1024px) {
    .content .big-text {
      font-size: 20px; } }
  @media (min-width: 1600px) {
    .content .big-text {
      font-size: 24px; } }
  @media (min-width: 768px) {
    .content .big-text p {
      margin-bottom: 43px; } }

h1 {
  margin: 0 0 19px;
  font: 52px/1.15 "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif; }
  @media (max-width: 1023px) {
    h1 {
      font-size: 28px; } }

h2,
.h2 {
  display: block;
  margin: 0;
  font: 36px/1.11 "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif; }
  @media (max-width: 1023px) {
    h2,
    .h2 {
      font-size: 20px; } }

.two-col {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  text-align: center;
  margin: 0 0 20px; }
  @media (min-width: 768px) {
    .two-col {
      margin: 0 0 60px; } }
  .two-col .col {
    background: #695241;
    color: #fff;
    padding: 15px;
    font: 600 14px/1.43 "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    margin: 0 auto 15px;
    max-width: 300px; }
    @media (min-width: 768px) {
      .two-col .col {
        max-width: none;
        margin: 0;
        width: 48.4%; } }
    @media (min-width: 1024px) {
      .two-col .col {
        font-size: 22px;
        padding: 18px 30px 10px; } }
    @media (min-width: 1600px) {
      .two-col .col {
        padding: 18px 30px 23px;
        font-size: 28px; } }
    .two-col .col h2,
    .two-col .col .h2 {
      color: #fff;
      margin: 0 0 20px; }
    .two-col .col a {
      color: #fff; }
    .two-col .col .text-holder {
      text-align: left;
      padding: 18px 0 0; }
      .two-col .col .text-holder p {
        margin: 0; }
    .two-col .col img {
      display: inline-block;
      vertical-align: top; }
      @media (max-width: 1023px) {
        .two-col .col img {
          height: 40px !important; } }
      @media (max-width: 767px) {
        .two-col .col img {
          height: 30px !important; } }

.video-holder {
  margin-bottom: 20px; }
  @media (min-width: 768px) {
    .video-holder {
      margin-bottom: 43px; } }

/* Styles for TAB to ACCORDION */
.tab-holder {
  margin: 0 0 58px; }

.tabset {
  display: none; }
  @media (min-width: 768px) {
    .tabset {
      display: flex;
      justify-content: center;
      text-align: center; } }
  .tabset .opener-tab {
    display: inline-block;
    text-decoration: none; }
    @media (min-width: 768px) {
      .tabset .opener-tab {
        color: #695241;
        width: 33.33%;
        position: relative;
        font-size: 20px;
        padding: 0 5px 20px; } }
    @media (min-width: 1600px) {
      .tabset .opener-tab {
        font: 36px/50px "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
        padding: 0 5px 47px; } }
    .tabset .opener-tab:hover {
      color: #c16400; }
    .tabset .opener-tab.active {
      background: transparent;
      font-weight: 600;
      color: #c16400; }
      .tabset .opener-tab.active:before {
        content: '';
        position: absolute;
        width: 100%;
        left: 0;
        bottom: 0;
        height: 5px;
        background: #c16400; }
        @media (min-width: 1024px) {
          .tabset .opener-tab.active:before {
            height: 10px; } }

.tab-content {
  padding: 10px 0 0; }
  @media (min-width: 768px) {
    .tab-content {
      padding: 0;
      border-top: 1px solid #c16400; } }
  .tab-content .active .internal-opener {
    background: #c16400; }
    .tab-content .active .internal-opener i {
      transform: translateY(-50%) rotate(90deg); }
  .tab-content .internal-opener {
    transition: color 0.3s ease-in-out, border 0.3s ease-in-out, background 0.3s ease-in-out;
    position: relative;
    display: block;
    text-decoration: none !important;
    padding: 5px 20px 5px 5px;
    margin-bottom: 5px;
    background: #695241;
    color: #fff; }
    @media (min-width: 768px) {
      .tab-content .internal-opener {
        display: none;
        margin: 0; } }
    .tab-content .internal-opener i {
      transition: transform 0.3s ease-in-out;
      position: absolute;
      top: 50%;
      right: 10px;
      transform: translateY(-50%); }
  .tab-content .slide {
    position: relative;
    max-height: 0;
    overflow: hidden;
    transition: max-height .5s ease-out, padding .5s ease-out; }
    @media (min-width: 768px) {
      .tab-content .slide {
        max-height: none;
        padding: 0;
        transition: none; } }
  .tab-content .box {
    padding: 20px 0;
    font: 16px/1.4 "Merriweather", "Times New Roman", "Times", "Baskerville", "Georgia", serif; }
    @media (min-width: 768px) {
      .tab-content .box {
        padding: 35px 0 0; } }
    @media (min-width: 1024px) {
      .tab-content .box {
        padding: 56px 0 0;
        font-size: 20px;
        line-height: 1.87; } }
    @media (min-width: 1600px) {
      .tab-content .box {
        font-size: 24px; } }
    @media (min-width: 768px) {
      .tab-content .box p {
        margin-bottom: 22px; } }
    @media (min-width: 1600px) {
      .tab-content .box p {
        margin-bottom: 60px; } }
    .tab-content .box p:last-child {
      margin: 0; }
  .tab-content .bold a {
    font-weight: 700; }
  .tab-content h2,
  .tab-content .h2 {
    margin-bottom: 13px;
    font-weight: 600; }
  .tab-content .active .slide {
    max-height: 10000px; }

@media (min-width: 768px) {
  .js-tab-hidden {
    display: block !important;
    left: -9999px !important;
    position: absolute !important;
    top: -9999px !important; } }

/* social networks styles */
.social-list {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 25px; }
  @media (min-width: 768px) {
    .social-list {
      font-size: 35px; } }
  @media (min-width: 1024px) {
    .social-list {
      font-size: 66px; } }
  .social-list .hide {
    display: inline-block;
    vertical-align: top;
    text-indent: -9999px; }
  .social-list li {
    padding: 0 6px; }
    @media (min-width: 1024px) {
      .social-list li {
        padding: 0 10px; } }
    @media (min-width: 1600px) {
      .social-list li {
        padding: 0 25px; } }
  .social-list a {
    transition: color 0.3s ease-in-out;
    color: #695241; }
    .social-list a:hover {
      color: #c16400; }

.opener-tab {
  display: inline-block;
  text-decoration: none; }
  @media (min-width: 768px) {
    .opener-tab {
      color: #695241;
      width: 33.33%;
      position: relative;
      font-size: 20px;
      padding: 0 5px 20px; } }
  @media (min-width: 1600px) {
    .opener-tab {
      font: 36px/50px "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
      padding: 0 5px 47px; } }
  .opener-tab:hover {
    color: #c16400; }
  .opener-tab.active {
    background: transparent;
    font-weight: 600;
    color: #c16400; }
    .opener-tab.active:before {
      content: '';
      position: absolute;
      width: 100%;
      left: 0;
      bottom: 0;
      height: 5px;
      background: #c16400; }
      @media (min-width: 1024px) {
        .opener-tab.active:before {
          height: 10px; } }

/*styles for report page*/
@media (min-width: 1024px) {
  .traffic-light-section {
    padding: 40px 0 0; } }
.traffic-light-section .traffic-light-holder {
  border: 2px solid #695241;
  display: flex; }
  .traffic-light-section .traffic-light-holder .box {
    background: #695241;
    color: #fff;
    padding: 10px;
    overflow: hidden;
    position: relative;
    width: 82%; }
    @media (min-width: 768px) {
      .traffic-light-section .traffic-light-holder .box {
        padding-right: 90px; } }
    @media (min-width: 1024px) {
      .traffic-light-section .traffic-light-holder .box {
        width: calc( 100% - 158px);
        padding: 38px 187px 49px 41px; } }
    .traffic-light-section .traffic-light-holder .box .text-holder {
      font: 600 14px/1.2 "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
      margin: 0 0 10px; }
      @media (min-width: 768px) {
        .traffic-light-section .traffic-light-holder .box .text-holder {
          font-size: 18px; } }
      @media (min-width: 1024px) {
        .traffic-light-section .traffic-light-holder .box .text-holder {
          font-size: 24px;
          margin: 0; } }
.traffic-light-section .border-holder {
  border: 2px solid #695241;
  border-radius: 8px; }
  @media (min-width: 1024px) {
    .traffic-light-section .border-holder {
      border: 6px solid #695241;
      border-radius: 19px; } }
.traffic-light-section .traffic-light {
  background: #f6ba57;
  width: 18%;
  padding: 8px;
  display: flex;
  align-items: center;
  justify-content: center; }
  @media (min-width: 1024px) {
    .traffic-light-section .traffic-light {
      width: 158px;
      padding: 18px 36px; } }
  .traffic-light-section .traffic-light ul {
    border: 2px solid #f6ba57;
    background: #695241;
    border-radius: 8px;
    padding: 3px 5px; }
    @media (min-width: 1024px) {
      .traffic-light-section .traffic-light ul {
        border: 4px solid #f6ba57;
        border-radius: 19px;
        padding: 5px 16px; } }
  .traffic-light-section .traffic-light li {
    margin-bottom: 4px; }
    .traffic-light-section .traffic-light li:last-child {
      margin: 0; }
  .traffic-light-section .traffic-light .circle {
    position: relative;
    overflow: hidden; }
    .traffic-light-section .traffic-light .circle:after {
      content: '';
      width: 35px;
      height: 35px;
      position: absolute;
      background: rgba(255, 255, 255, 0.5);
      transform: rotate(-60deg);
      bottom: 1px;
      left: -24px; }
      @media (min-width: 1024px) {
        .traffic-light-section .traffic-light .circle:after {
          bottom: 8px;
          left: -17px; } }
.traffic-light-section .tools {
  font-size: 20px; }
  @media (min-width: 768px) {
    .traffic-light-section .tools {
      position: absolute;
      bottom: 15px;
      right: 20px; } }
  @media (min-width: 1024px) {
    .traffic-light-section .tools {
      right: 57px;
      bottom: 30px;
      font-size: 45px; } }
  .traffic-light-section .tools a {
    text-decoration: none; }
  .traffic-light-section .tools .hide {
    display: inline-block;
    vertical-align: top;
    text-indent: -9999px; }
  .traffic-light-section .tools li {
    display: inline-block;
    vertical-align: top;
    margin: 0 15px 0 0; }
    @media (min-width: 768px) {
      .traffic-light-section .tools li {
        margin: 0 0 0 15px; } }
    @media (min-width: 1024px) {
      .traffic-light-section .tools li {
        margin: 0 0 0 23px; } }
    @media (min-width: 768px) {
      .traffic-light-section .tools li:first-child {
        margin: 0; } }
.traffic-light-section h2,
.traffic-light-section .h2 {
  margin-bottom: 10px; }
.traffic-light-section h2,
.traffic-light-section .h2,
.traffic-light-section a {
  color: #fff; }
.traffic-light-section a {
  transition: color 0.3s ease-in-out; }
  .traffic-light-section a:hover {
    color: #c16400; }

.circle {
  display: block;
  background: #dcdcdc;
  border-radius: 50%;
  width: 15px;
  height: 15px; }
  @media (min-width: 1024px) {
    .circle {
      width: 34px;
      height: 34px; } }
  .circle.green {
    background: #77b227; }
  .circle.red {
    background: #ed261f; }
  .circle.orange {
    background: #f49a00; }

.slide .text-section {
  padding: 30px 0 0; }
  @media (min-width: 768px) {
    .slide .text-section {
      padding: 57px 0 0; } }
  @media (min-width: 1024px) {
    .slide .text-section {
      font-size: 24px;
      line-height: 60px; } }
  .slide .text-section h2,
  .slide .text-section .h2 {
    margin-bottom: 9px; }
  .slide .text-section p {
    margin-bottom: 30px; }
    @media (min-width: 1024px) {
      .slide .text-section p {
        margin-bottom: 72px; } }
  .slide .text-section mark {
    background-color: transparent;
    display: inline-block;
    vertical-align: top;
    padding: 0;
    color: #ed261f; }
  .slide .text-section .circle {
    display: inline-block;
    vertical-align: middle;
    margin-right: 7px; }
    @media (min-width: 1024px) {
      .slide .text-section .circle {
        width: 30px;
        height: 30px;
        margin-right: 20px; } }

/* styles  for table */
.table-section {
  padding: 30px 0 0; }
  @media (min-width: 1024px) {
    .table-section {
      padding: 20px 0 0; } }
  .table-section .circle {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px; }
    @media (min-width: 1024px) {
      .table-section .circle {
        margin-right: 20px;
        width: 30px;
        height: 30px; } }
  .table-section table {
    box-shadow: 0 18px 16px rgba(103, 81, 65, 0.2);
    margin: 10px;
    table-layout: fixed;
    width: 96%; }
    @media (min-width: 768px) {
      .table-section table {
        margin: 20px auto 40px auto; } }
    .table-section table p {
      margin: 0; }
  .table-section .link-holder a {
    transition: color 0.3s ease-in-out;
    text-decoration: none;
    font: 20px/1.66 "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    color: #6c5545; }
    @media (min-width: 1024px) {
      .table-section .link-holder a {
        font-size: 36px; } }
    .table-section .link-holder a:hover {
      color: #c16400; }
  .table-section th {
    color: #6c5545;
    font: 14px/1.25 "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    padding: 5px 5px 5px 0; }
    @media (min-width: 768px) {
      .table-section th {
        font-size: 18px;
        padding: 10px; } }
    @media (min-width: 1024px) {
      .table-section th {
        font-size: 24px;
        padding: 0 0 27px 33px; } }
    .table-section th:first-child {
      width: 25%; }
  .table-section td,
  .table-section th {
    text-align: left;
    white-space: nowrap;
    overflow: hidden; }
    .table-section td:first-child,
    .table-section th:first-child {
      white-space: normal; }
  .table-section td {
    font: 11px/1.53 "Merriweather", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
    padding: 5px;
    vertical-align: top; }
    @media (min-width: 768px) {
      .table-section td {
        font-size: 15px;
        padding: 10px; } }
    @media (min-width: 1024px) {
      .table-section td {
        padding: 14px 70px 23px 33px;
        font-size: 20px; } }
  .table-section tr {
    border-bottom: 2px solid #dcdcdc; }

.hade-name {
  display: inline-block;
  vertical-align: top;
  text-indent: -9999px; }

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