@charset "UTF-8";
ul, li {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

ol, ul {
  list-style: none;
}


a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

a:focus {
  outline: thin dotted;
}

a:active,
a:hover {
  outline: 0;
}


a {
  color: #777777;
  text-decoration: none;
}
a:hover, a:focus {
  color: #515151;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}


ul,
ol {
  margin-top: 0;
  margin-bottom: 9.5px;
}
ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}

.list-unstyled, .list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}


.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}
.collapse.in {
  display: block;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}


a:hover {
  text-decoration: none;
}

a:focus {
  outline: none;
  text-decoration: none;
}


ul.step {
  margin-bottom: 30px;
  overflow: hidden;
}
ul.step li {
  float: left;
  width: 20%;
  text-align: left;
  border: 1px solid;
  border-top-color: #ddd;
  border-bottom-color: #ddd;
  border-right-color: #ddd;
  border-left-width: 0px;
}
@media (max-width: 479px) {
  ul.step li {
    width: 100%;
    border-left-width: 1px;
  }
}
ul.step li a,
ul.step li span, ul.step li.step_current span, ul.step li.step_current_end span {
  display: block;
  padding: 10px 10px 10px 13px;
  color: #777777;
  font-size: 17px;
  line-height: 21px;
  font-weight: normal;
  position: relative;
  text-align: center;
}
@media (max-width: 992px) {
  ul.step li a,
  ul.step li span, ul.step li.step_current span, ul.step li.step_current_end span {
    font-size: 15px;
  }
}
@media (min-width: 992px) {
  ul.step li a:after,
  ul.step li span:after, ul.step li.step_current span:after, ul.step li.step_current_end span:after {
    content: ".";
    position: absolute;
    top: 0;
    right: -31px;
    z-index: 0;
    text-indent: -5000px;
    display: block;
    width: 31px;
    height: 52px;
    margin-top: -2px;
  }
}
ul.step li a:focus,
ul.step li span:focus, ul.step li.step_current span:focus, ul.step li.step_current_end span:focus {
  text-decoration: none;
  outline: none;
}
ul.step li.first {
  border-left-width: 1px;
}
ul.step li.first span,
ul.step li.first a {
  z-index: 5;
  padding-left: 13px !important;
}
ul.step li.second span, ul.step li.second a {
  z-index: 4;
}
ul.step li.third span, ul.step li.third a {
  z-index: 3;
}
ul.step li.four span, ul.step li.four a {
  z-index: 2;
}
ul.step li.last span {
  z-index: 1;
}
ul.step li.step_current {
  font-weight: bold;
  background: #8ac42f;
  border: 1px solid #8ac42f;
}
ul.step li.step_current span {
  color: white;
  position: relative;
}

a:focus, a:active, a:hover {
    color: red;
}

#left_column .block .title_block {
  background: url("../images/block_topbg.png") no-repeat scroll left center transparent;
  color: white;
  font-family: Rokkitt, sans-serif;
  font-size: 16px;
  margin-bottom: 0;
  margin-left: -18px;
  margin-top: 10px;
  line-height: 23px;
  padding: 9px 1px 14px 25px;
  text-transform: uppercase;
  margin-bottom: 15px;
}

@media (max-width: 767px) {
  #left_column .block .title_block,
  #left_column .block h4 {
    position: relative;
    padding: 15px 0 17px;
    cursor: pointer;
  }
  #left_column .block .title_block:after,
  #left_column .block h4:after {
    display: block;
    font-family: "FontAwesome";
    content: "\f0ab";
    position: absolute;
    right: 10px;
    top: 8px;
    height: 36px;
    width: 18px;
    font-size: 20px;
    font-weight: normal;
    cursor: pointer;
  }
  #left_column .block .title_block.active:after,
  #left_column .block h4.active:after {
    content: "\f0aa";
  }
}

#left_column .block .title_block a,
#left_column .block h4 a {
  color: white;
}
#left_column .block .title_block a:hover,
#left_column .block h4 a:hover {
  color: white;
}
@media (max-width: 1199px) {
  #left_column .block .title_block,
  #left_column .block h4 {
    background: url("../images/cat_back.png") repeat-x scroll 0 0 transparent;
    padding: 10px 1px 7px 20px;
    border-right: 7px solid #e52029;
  }
}
@media (max-width: 767px) {
  #left_column .block .title_block,
  #left_column .block h4 {
    margin-left: 0;
    border-left: 7px solid #e52029;
  }
}

.block .title_block, .block .centertitle_block,
.block h4 {
  color: #8ac42f;
  font-family: Rokkitt, sans-serif;
  font-size: 20px;
  margin: 0;
  padding: 10px 0 10px 10px;
  text-transform: uppercase;
  margin-bottom: 10px;
}


@media (min-width: 768px) and (max-width: 991px) {
  #left_column .block .title_block,
  #left_column .block h4 {
    font-size: 14px;
  }
}

@media (min-width: 992px) {
  ul.step li.step_current span {
    padding-left: 10px;
  }
}
ul.step li.step_current_end {
  font-weight: bold;
}
ul.step li.step_todo {
  background: #f6f6f6;
}
ul.step li.step_todo span {
  display: block;
  color: #777777;
  text-align: center;
  position: relative;
}
@media (min-width: 992px) {
  ul.step li.step_todo span {
    padding-left: 10px;
  }
}
ul.step li.step_done {
  border: 1px solid #dddddd;
  background: #f6f6f6;
}
ul.step li.step_done a {
  border: none;
}
@media (min-width: 992px) {
  ul.step li.step_done a {
    padding-left: 10px;
  }
}
@media (min-width: 992px) {
  ul.step li#step_end span:after {
    display: none;
  }
}
ul.step li em {
  font-style: normal;
}
@media (min-width: 480px) and (max-width: 767px) {
  ul.step li em {
    display: none;
  }
}
