.b-logo {
  position: relative;
  width: 380px;
  min-height: 71px;
  margin: 25px 35px 0px 64px;
  display: inline-block;
  vertical-align: middle;
}
.b-logo .bl-image {
  position: absolute;
  top: 0;
  left: -64px;
  width: 53px;
  height: 56px;
  overflow: hidden;
}
.b-logo .bl-image .bl-mask {
  width: 100%;
  position: relative;
  display: block;
}
.b-logo .bl-image .bl-bg {
  background: url("../img/logo_bg.jpg") 50% 0 repeat-x;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.b-logo .bl-name {
  font-size: 46px;
  font-family: 'pf_din_text_comp_prolight';
  text-transform: uppercase;
  color: #000;
  white-space: nowrap;
  line-height: 1;
  display: inline-block;
  margin-top: 6px;
  vertical-align: top;
}
.b-logo .bl-text {
  font-size: 13px;
  font-family: 'helveticaneuecyrroman';
  color: #666;
  line-height: 1.3;
  width: 215px;
  display: inline-block;
  vertical-align: top;
  margin-top: 9px;
  margin-left: 13px;
}
.b-main-menu {
  position: relative;
  width: 550px;
  margin-top: 27px;
  z-index: 30;
}
.b-main-menu > .bm-holder {
  line-height: 0;
  font-size: 0;
  display: inline-block;
}
.b-main-menu > .bm-holder > li {
  position: relative;
  text-align: left;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  line-height: 1.1;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.b-main-menu > .bm-holder > li:hover > a {
  color: #000;
  background: #ffe507;
  border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  -webkit-transition: background 0.15s ease-in-out;
  -moz-transition: background 0.15s ease-in-out;
  -ms-transition: background 0.15s ease-in-out;
  -o-transition: background 0.15s ease-in-out;
  transition: background 0.15s ease-in-out;
  border: 0;
}
.b-main-menu > .bm-holder > li.selected > a {
  padding: 6px 6px 4px;
  background: none;
  border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border: 1px solid #ffa612;
}
.b-main-menu > .bm-holder > li.selected .bm-blog,
.b-main-menu > .bm-holder > li:hover .bm-blog {
  background: transparent;
  color: #ef2546;
}
.b-main-menu > .bm-holder > li.selected .bm-app,
.b-main-menu > .bm-holder > li:hover .bm-app {
  color: #fff;
  background: #ffa931;
  background: -moz-linear-gradient(top, #ffa931 0%, #eb312b 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #ffa931), color-stop(100%, #c94119));
  background: -webkit-linear-gradient(top, #ffa931 0%, #eb312b 100%);
  background: -o-linear-gradient(top, #ffa931 0%, #eb312b 100%);
  background: -ms-linear-gradient(top, #ffa931 0%, #eb312b 100%);
  background: linear-gradient(to bottom, #ffa931 0%, #eb312b 100%);
}
.b-main-menu > .bm-holder > li:hover .sub-menu {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity 0.15s ease-in-out;
  -moz-transition: opacity 0.15s ease-in-out;
  -ms-transition: opacity 0.15s ease-in-out;
  -o-transition: opacity 0.15s ease-in-out;
  transition: opacity 0.15s ease-in-out;
}
.b-main-menu > .bm-holder > li > a {
  color: #000;
  display: block;
  padding: 7px 7px 5px;
}
.b-main-menu > .bm-holder .bm-blog {
  color: #ef2546;
  text-transform: none;
  background: transparent;
  padding-right: 15px;
}
.b-main-menu > .bm-holder .bm-app {
  color: #fff;
  text-transform: none;
  background: #ff5d42;
  background: -moz-linear-gradient(top, #ff5d42 0%, #ff424f 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #ff5d42), color-stop(100%, #c94119));
  background: -webkit-linear-gradient(top, #ff5d42 0%, #ff424f 100%);
  background: -o-linear-gradient(top, #ff5d42 0%, #ff424f 100%);
  background: -ms-linear-gradient(top, #ff5d42 0%, #ff424f 100%);
  background: linear-gradient(to bottom, #ff5d42 0%, #ff424f 100%);
  border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  padding: 6px 30px 5px 9px;
  margin-left: 14px;
}
.b-main-menu > .bm-holder .sub-menu {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  left: 0;
  z-index: 2;
  padding-top: 4px;
}
.b-main-menu > .bm-holder .sub-menu .bm-holder {
  border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  padding: 20px;
  width: 245px;
  -moz-box-sizing: border-box;
  -webkit-sizing: border-box;
  box-sizing: border-box;
  background: #fdffa3;
}
.b-main-menu > .bm-holder .sub-menu .bm-holder li {
  display: block;
  text-transform: none;
  font-size: 14px;
}
.b-main-menu > .bm-holder .sub-menu .bm-holder li a {
  color: #395a6b;
}
.b-main-menu > .bm-holder .sub-menu .bm-holder li a:hover {
  color: #e00005;
}
.b-main-menu > .bm-holder .sub-menu .bm-holder li + li {
  margin-top: 16px;
}
.b-social {
  position: relative;
  margin-top: 30px;
}
.b-social .bs-holder {
  font-size: 0;
  line-height: 0;
  text-align: right;
}
.b-social .bs-holder > li {
  display: inline-block;
}
.b-social .bs-holder > li + li {
  margin-left: 10px;
}
.b-social .bs-holder .i_all-soc {
  padding-right: 18px;
}
.b-social .bs-holder .i_all-soc:after {
  content: "";
  position: absolute;
  right: 0;
  top: 6px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #484848;
}
.b-social .bs-holder .i_all-soc.active:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 0;
  border-bottom: 6px solid #ff272d;
}
.b-social .sub-menu {
  position: absolute;
  top: 27px;
  right: 0;
  z-index: 30;
  display: none;
}
.b-social .sub-menu .bm-holder {
  border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  padding: 20px;
  width: 145px;
  -moz-box-sizing: border-box;
  -webkit-sizing: border-box;
  box-sizing: border-box;
  background: #fffacd;
}
.b-social .sub-menu .bm-holder li {
  display: block;
  text-transform: none;
  font-size: 13px;
}
.b-social .sub-menu .bm-holder li a {
  color: #395a6b;
}
.b-social .sub-menu .bm-holder li a:hover {
  color: #e00005;
}
.b-social .sub-menu .bm-holder li + li {
  margin-top: 10px;
}
.b-phone {
  white-space: nowrap;
  font-weight: 700;
  font-size: 24px;
  font-family: 'pf_din_text_cond_prolight';
  margin-top: 8px;
}
.b-phone span {
  font-weight: 200;
}
.b-phone a {
  color: #000;
  border-bottom: 0;
}
.f-mobile .b-phone .bp-desk,
.b-phone .bp-mob {
  display: none;
}
.f-mobile .b-phone .bp-mob {
  display: block;
}
.cell {
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.cell.s-1 {
  width: 580px;
}
.cell.s-2 {
  width: 700px;
}
.c-block .cb-title a {
  color: inherit;
}
.c-block .cb-title a:hover {
  border-bottom: 1px solid;
}
.c-block.c-services {
  padding: 33px 30px 17px;
}
.c-block.c-news {
  background: #f8f7f1;
}
.c-block.c-news .cb-title {
  padding: 25px 30px 0;
}
.c-block.c-news .cb-title h2 {
  font-family: 'pf_din_text_cond_prolight';
  font-weight: 700;
}
.c-block.c-review {
  padding: 0 20px;
}
.c-review .c-list {
  border-top: 2px solid #dadada;
  padding: 30px 0;
}
.c-block.c-clients {
  padding: 30px 30px;
}
.c-block.c-company-holder {
  position: absolute;
  top: 100%;
  width: 560px;
  margin-left: 20px;
  margin-bottom: -480px;
  -moz-box-sizing: border-box;
  -webkit-sizing: border-box;
  box-sizing: border-box;
  z-index: 2;
  float: left;
}
  .c-block.c-company-holder .c-block.t-5 {
    width: 320px;
  }
.c-block.c-company-holder .cb-title {
  padding: 25px 30px 1px;
  background: #fff;
  background: rgba(255, 255, 255, 0.9);
}
.c-block.c-company-holder .cb-text {
  padding: 1px 30px 25px;
  background: #fff;
  background: rgba(255, 255, 255, 0.9);
}
@media (max-width: 1280px) {
  .c-review .c-list {
    padding: 40px 0;
  }
  .c-block.c-company-holder {
    position: relative;
    top: auto;
    width: auto;
    margin-left: -10px;
  }
  .c-block.c-company-holder:before {
    content: '';
    position: absolute;
    top: 0;
    left: 30px;
    right: 30px;
    border-top: 2px solid #dadada;
  }
  .c-block.c-company-holder .cb-title {
    padding: 35px 30px 1px;
  }
}
.c-list .cl-item {
  position: relative;
}
.c-list.t-1 {
  font-size: 0;
  margin-bottom: 20px;
  margin-top: 10px;
}
.c-list.t-1 .cl-holder {
  float: left;
  width: 270px;
}
.c-list.t-1 .cl-holder + .cl-holder {
  width: 320px;
  margin-left: 40px;
}
.c-list.t-1 .cl-item .link-block {
  color: inherit;
  padding-left: 70px;
  display: table;
  height: 75px;
}
.c-list.t-1 .cl-item .link-block:hover {
  color: #fe3507;
}
.c-list.t-1 .cl-item .link-block:hover .cl-item-link {
  border-bottom: 1px solid;
}
.c-list.t-1 .cl-item + .cl-item .cl-item-title {
  border-top: 1px solid #ccc;
}
.c-list.t-1 .cl-item-title {
  font-size: 16px;
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  line-height: 1.2;
}
.c-block.t-1 .cb-top:hover .cb-image .ci_el_hover,
.c-list.t-1 .cl-item:hover .cl-item-image .ci_el_hover {
  opacity: 1;
}
.c-list.t-1 .cl-item-image {
  position: absolute;
  left: 0;
  top: 20px;
  display: block;
}
.c-block.t-1 .cb-image .ci_el,
.c-list.t-1 .cl-item-image .ci_el {
  position: relative;
}
.c-block.t-1 .cb-image .ci_el .ci_el_static,
.c-block.t-1 .cb-image .ci_el .ci_el_hover,
.c-list.t-1 .cl-item-image .ci_el .ci_el_static,
.c-list.t-1 .cl-item-image .ci_el .ci_el_hover {
  content: "";
  background: url("../img/service_icons1.png") 100% 0 no-repeat;
  position: absolute;
}
.c-block.t-1 .cb-image .ci_el .ci_el_hover,
.c-list.t-1 .cl-item-image .ci_el .ci_el_hover {
  opacity: 0;
}
.c-block.t-1 .cb-image.ci_site .ci_el1 .ci_el_static,
.c-list.t-1 .cl-item-image .ci_site .ci_el1 .ci_el_static {
  background-position: 0 0;
  width: 63px;
  height: 45px;
  left: 0;
  top: 0;
}
.c-block.t-1 .cb-image.ci_site .ci_el1 .ci_el_hover,
.c-list.t-1 .cl-item-image .ci_site .ci_el1 .ci_el_hover {
  background-position: 0 -70px;
  width: 63px;
  height: 45px;
  left: 0;
  top: 0;
  -webkit-transition: opacity 0.8s;
  -moz-transition: opacity 0.8s;
  -o-transition: opacity 0.8s;
  transition: opacity 0.8s;
}
.c-block.t-1 .cb-image.ci_site .ci_el2 .ci_el_static,
.c-list.t-1 .cl-item-image .ci_site .ci_el2 .ci_el_static {
  background-position: -70px 0;
  width: 30px;
  height: 45px;
  left: 34px;
  top: 7px;
}
.c-block.t-1 .cb-image.ci_site .ci_el2 .ci_el_hover,
.c-list.t-1 .cl-item-image .ci_site .ci_el2 .ci_el_hover {
  background-position: -70px -70px;
  width: 30px;
  height: 45px;
  left: 34px;
  top: 7px;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.c-block.t-1 .cb-image.ci_mob .ci_el1 .ci_el_hover,
.c-list.t-1 .cl-item-image.ci_mob .ci_el1 .ci_el_hover {
  background: #57edff;
  width: 46px;
  height: 46px;
  top: -6px;
  left: 1px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -webkit-transition: opacity 1s;
  -moz-transition: opacity 1s;
  -o-transition: opacity 1s;
  transition: opacity 1s;
}
.c-block.t-1 .cb-image.ci_mob .ci_el2 .ci_el_static,
.c-list.t-1 .cl-item-image.ci_mob .ci_el2 .ci_el_static {
  background-position: -140px 0;
  width: 47px;
  height: 40px;
  left: 4px;
  top: 0;
}
.c-block.t-1 .cb-image.ci_mob .ci_el2 .ci_el_hover,
.c-list.t-1 .cl-item-image.ci_mob .ci_el2 .ci_el_hover {
  background-position: -140px -70px;
  width: 63px;
  height: 45px;
  left: 4px;
  top: 0;
  -webkit-transition: opacity 0.8s;
  -moz-transition: opacity 0.8s;
  -o-transition: opacity 0.8s;
  transition: opacity 0.8s;
}
.c-block.t-1 .cb-image.ci_mob .ci_el3 .ci_el_static,
.c-list.t-1 .cl-item-image.ci_mob .ci_el3 .ci_el_static {
  background-position: -210px 0;
  width: 20px;
  height: 32px;
  left: 0px;
  top: 8px;
}
.c-block.t-1 .cb-image.ci_mob .ci_el3 .ci_el_hover,
.c-list.t-1 .cl-item-image.ci_mob .ci_el3 .ci_el_hover {
  background-position: -210px -70px;
  width: 20px;
  height: 32px;
  left: 0px;
  top: 8px;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.c-list.t-1 .cl-item-image.ci_hosting {
  top: 25px;
}
.c-block.t-1 .cb-image.ci_hosting .ci_el1 .ci_el_static,
.c-list.t-1 .cl-item-image.ci_hosting .ci_el1 .ci_el_static {
  background-position: -280px 0;
  width: 48px;
  height: 24px;
  left: 0;
  top: 0;
}
.c-block.t-1 .cb-image.ci_hosting .ci_el1 .ci_el_hover,
.c-list.t-1 .cl-item-image.ci_hosting .ci_el1 .ci_el_hover {
  background-position: -280px -70px;
  width: 48px;
  height: 24px;
  left: 0;
  top: 0;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.c-block.t-1 .cb-image.ci_hosting .ci_el2 .ci_el_static,
.c-list.t-1 .cl-item-image.ci_hosting .ci_el2 .ci_el_static {
  background-position: -350px 0;
  width: 21px;
  height: 21px;
  left: 26px;
  top: -5px;
}
.c-block.t-1 .cb-image.ci_hosting .ci_el2 .ci_el_hover,
.c-list.t-1 .cl-item-image.ci_hosting .ci_el2 .ci_el_hover {
  background-position: -350px -70px;
  width: 21px;
  height: 21px;
  left: 26px;
  top: -5px;
  -webkit-transition: opacity 0.8s;
  -moz-transition: opacity 0.8s;
  -o-transition: opacity 0.8s;
  transition: opacity 0.8s;
}
.c-list.t-1 .cl-item-image.ci_blogtur {
  top: 25px;
}
  .c-block.t-1 .cb-image.ci_blogtur .ci_el1 .ci_el_static,
  .c-list.t-1 .cl-item-image.ci_blogtur .ci_el1 .ci_el_static {
    background-position: -340px -210px;
    width: 56px;
    height: 50px;
    left: 0;
    top: 0;
  }
  .c-block.t-1 .cb-image.ci_blogtur .ci_el1 .ci_el_hover,
  .c-list.t-1 .cl-item-image.ci_blogtur .ci_el1 .ci_el_hover {
    background-position: -340px -280px;
    width: 56px;
    height: 50px;
    left: 0;
    top: 0;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .c-block.t-1 .cb-image.ci_blogtur .ci_el2 .ci_el_static,
  .c-list.t-1 .cl-item-image.ci_blogtur .ci_el2 .ci_el_static {
    background-position: -420px -210px;
    width: 23px;
    height: 22px;
    left: 20px;
    top: 19px;
  }
  .c-block.t-1 .cb-image.ci_blogtur .ci_el2 .ci_el_hover,
  .c-list.t-1 .cl-item-image.ci_blogtur .ci_el2 .ci_el_hover {
    background-position: -420px -280px;
    width: 23px;
    height: 22px;
    left: 20px;
    top: 19px;
    -webkit-transition: opacity 0.8s;
    -moz-transition: opacity 0.8s;
    -o-transition: opacity 0.8s;
    transition: opacity 0.8s;
  }
.c-block.t-1 .cb-image.ci_seo .ci_el1 .ci_el_static,
.c-list.t-1 .cl-item-image.ci_seo .ci_el1 .ci_el_static {
  background-position: -420px 0;
  width: 52px;
  height: 45px;
  left: 0;
  top: 0;
}
.c-block.t-1 .cb-image.ci_seo .ci_el1 .ci_el_hover,
.c-list.t-1 .cl-item-image.ci_seo .ci_el1 .ci_el_hover {
  background-position: 0px -140px;
  width: 10px;
  height: 10px;
  left: 7px;
  top: 0;
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.c-block.t-1 .cb-image.ci_seo .ci_el2 .ci_el_hover,
.c-list.t-1 .cl-item-image.ci_seo .ci_el2 .ci_el_hover {
  background-position: -70px -140px;
  width: 13px;
  height: 13px;
  left: 24px;
  top: 32px;
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.c-block.t-1 .cb-image.ci_seo .ci_el3 .ci_el_hover,
.c-list.t-1 .cl-item-image.ci_seo .ci_el3 .ci_el_hover {
  background-position: -140px -140px;
  width: 15px;
  height: 15px;
  left: 0px;
  top: 21px;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.c-block.t-1 .cb-image.ci_seo .ci_el4 .ci_el_hover,
.c-list.t-1 .cl-item-image.ci_seo .ci_el4 .ci_el_hover {
  background-position: -210px -140px;
  width: 26px;
  height: 26px;
  left: 28px;
  top: 3px;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.c-block.t-1 .cb-image.ci_si .ci_el1 .ci_el_static,
.c-list.t-1 .cl-item-image.ci_si .ci_el1 .ci_el_static {
  background-position: 0px -210px;
  width: 61px;
  height: 40px;
  left: 0px;
  top: 0;
}
.c-block.t-1 .cb-image.ci_si .ci_el1 .ci_el_hover,
.c-list.t-1 .cl-item-image.ci_si .ci_el1 .ci_el_hover {
  background-position: 0px -280px;
  width: 61px;
  height: 40px;
  left: 0px;
  top: 0;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.c-block.t-1 .cb-image.ci_si .ci_el2 .ci_el_static,
.c-list.t-1 .cl-item-image.ci_si .ci_el2 .ci_el_static {
  background-position: -70px -210px;
  width: 24px;
  height: 25px;
  left: 18px;
  top: -3px;
}
.c-block.t-1 .cb-image.ci_si .ci_el2 .ci_el_hover,
.c-list.t-1 .cl-item-image.ci_si .ci_el2 .ci_el_hover {
  background-position: -70px -280px;
  width: 24px;
  height: 25px;
  left: 18px;
  top: -3px;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.c-block.t-1 .cb-image.ci_si .ci_el3 .ci_el_static,
.c-list.t-1 .cl-item-image.ci_si .ci_el3 .ci_el_static {
  background-position: -140px -210px;
  width: 44px;
  height: 22px;
  left: 7px;
  top: 8px;
}
.c-block.t-1 .cb-image.ci_si .ci_el3 .ci_el_hover,
.c-list.t-1 .cl-item-image.ci_si .ci_el3 .ci_el_hover {
  background-position: -140px -280px;
  width: 44px;
  height: 22px;
  left: 7px;
  top: 8px;
  -webkit-transition: opacity 0.8s;
  -moz-transition: opacity 0.8s;
  -o-transition: opacity 0.8s;
  transition: opacity 0.8s;
}
.c-block.t-1 .cb-image.ci_ib .ci_el1 .ci_el_static,
.c-list.t-1 .cl-item-image.ci_ib .ci_el1 .ci_el_static {
  background-position: -210px -210px;
  width: 35px;
  height: 39px;
  left: 0px;
  top: 0;
}
.c-block.t-1 .cb-image.ci_ib .ci_el1 .ci_el_hover,
.c-list.t-1 .cl-item-image.ci_ib .ci_el1 .ci_el_hover {
  background-position: -210px -280px;
  width: 35px;
  height: 39px;
  left: 0px;
  top: 0;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.c-block.t-1 .cb-image.ci_ib .ci_el2 .ci_el_static,
.c-list.t-1 .cl-item-image.ci_ib .ci_el2 .ci_el_static {
  background-position: -280px -210px;
  width: 33px;
  height: 27px;
  left: 22px;
  top: 6px;
}
.c-block.t-1 .cb-image.ci_ib .ci_el2 .ci_el_hover,
.c-list.t-1 .cl-item-image.ci_ib .ci_el2 .ci_el_hover {
  background-position: -280px -280px;
  width: 33px;
  height: 27px;
  left: 22px;
  top: 6px;
  -webkit-transition: opacity 0.8s;
  -moz-transition: opacity 0.8s;
  -o-transition: opacity 0.8s;
  transition: opacity 0.8s;
}
.c-list.t-2 {
  padding-bottom: 15px;
}
.c-list.t-2 .cl-item {
  padding: 15px 30px 20px;
  position: relative;
}
.c-list.t-2 .cl-item.cl-import {
  border: 2px solid #f8e374;
}
.c-list.t-2 .cl-item.cl-import:after {
  content: "";
  border-bottom: 1px solid #f8e374;
  width: 185px;
  position: absolute;
  height: 1px;
  top: 100%;
  z-index: 1;
}
.c-list.t-2 .cl-item:after {
  content: "";
  border-bottom: 1px solid #ccc;
  width: 180px;
  position: absolute;
  height: 1px;
  top: -2px;
}
.c-list.t-2 .cl-item:first-child:after {
  border-bottom: 0;
}
.c-list.t-2 .cl-item-date {
  font-size: 14px;
  color: #898989;
  margin-bottom: 5px;
}
.c-list.t-2 a:hover {
  border-bottom: 0;
}
.c-list.t-3 .cl-item {
  min-height: 40px;
  margin-bottom: 15px;
}
.c-list.t-3 .cl-item + .cl-item {
  margin-top: 25px;
}
.c-list.t-3 .cl-item-image {
  float: left;
  width: 52px;
  text-align: center;
  margin-right: 25px;
}
.c-list.t-3 .cl-item-holder {
  overflow: hidden;
}
.c-list.t-3 .cl-item-title {
  font-size: 16px;
  color: #848484;
  margin-bottom: 10px;
  line-height: 1;
}
.c-list.t-3 .cl-item-text {
  font-size: 13px;
}
.c-list.t-3 .cl-item-more {
  font-size: 13px;
  color: #f23f09;
  display: inline-block;
  padding: 3px 26px 3px 10px;
  margin-left: 66px;
  border: 0;
  text-decoration: underline;
}
.c-list.t-3 .cl-item-more:hover {
  color: #000;
  background: #fff595;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}
.c-company {
  min-height: 597px;
  background: #48ceda;
  background: -moz-radial-gradient(center, ellipse cover, #48ceda 0%, #48ceda 48%, #48ceda 100%);
  background: -webkit-radial-gradient(center, ellipse cover, #48ceda 0%, #48ceda 48%, #48ceda 100%);
  background: -o-radial-gradient(center, ellipse cover, #48ceda 0%, #48ceda 48%, #48ceda 100%);
  background: -ms-radial-gradient(center, ellipse cover, #48ceda 0%, #48ceda 48%, #48ceda 100%);
  background: radial-gradient(ellipse at center, #48ceda 0%, #48ceda 48%, #48ceda 100%);
  position: relative;
}
.c-company .c-bg-holder {
  position: relative;
}
.c-company .c-bg-holder .c-bg-menu {
  position: absolute;
  right: 25px;
  top: 23px;
  z-index: 5;
  background: rgba(255, 244, 180, 0.65);
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  overflow: hidden;
}
.c-company .c-bg-holder .c-bg-menu ul {
  font-size: 0;
}
.c-company .c-bg-holder .c-bg-menu ul li {
  display: inline-block;
  vertical-align: top;
}
.c-company .c-bg-holder .c-bg-menu ul li span {
  padding: 5px 10px;
  cursor: pointer;
  color: #df0e0e;
  display: block;
  font-size: 14px;
}
.c-company .c-bg-holder .c-bg-menu ul li.active span {
  background: #fefefe;
  background: -moz-linear-gradient(top, #fefefe 0%, #eaeaea 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #fefefe), color-stop(100%, #c94119));
  background: -webkit-linear-gradient(top, #fefefe 0%, #eaeaea 100%);
  background: -o-linear-gradient(top, #fefefe 0%, #eaeaea 100%);
  background: -ms-linear-gradient(top, #fefefe 0%, #eaeaea 100%);
  background: linear-gradient(to bottom, #fefefe 0%, #eaeaea 100%);
  color: #000;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.c-company .c-bg-holder .c-bg-menu ul li.active:hover span {
  background: #fefefe;
  background: -moz-linear-gradient(top, #fefefe 0%, #eaeaea 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #fefefe), color-stop(100%, #c94119));
  background: -webkit-linear-gradient(top, #fefefe 0%, #eaeaea 100%);
  background: -o-linear-gradient(top, #fefefe 0%, #eaeaea 100%);
  background: -ms-linear-gradient(top, #fefefe 0%, #eaeaea 100%);
  background: linear-gradient(to bottom, #fefefe 0%, #eaeaea 100%);
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  color: #000;
}
.c-company .c-bg-holder .c-bg-menu ul li:hover span {
  color: #ae1919;
  background: rgba(255, 244, 180, 0.45);
}
.c-company .c-bg-holder .c-bg-menu:hover .active {
  background: rgba(255, 244, 180, 0.45);
}
.c-company .c-bg-holder .c-bg-item {
  position: relative;
}
.c-company .c-bg-holder .c-bg-item.visible {
  display: block;
}
.c-company .c-bg-holder .c-bg-item img {
  min-width: 100%;
  text-align: center;
  position: absolute;
}
.c-company .map-item-holder {
  position: relative;
  height: 100%;
  width: 100%;
}
.c-company .map-item-holder .map-item {
  display: none;
  height: 597px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.c-company .map-item-holder .map-item.visible {
  display: block;
}
.c-company .map-item-holder .map-item.map-item-image {
  position: absolute;
  left: 50%;
  margin-left: -1000px;
  top: 0;
  width: 2000px;
}
@media (max-width: 1280px) {
  .wrapper {
    width: 1020px;
  }
  .b-logo {
    margin-left: 80px;
    margin-top: 17px;
    width: 215px;
  }
  .b-logo .bl-image {
    width: 71px;
    height: 75px;
    left: -80px;
  }
  .b-logo .bl-name {
    display: block;
    font-size: 35px;
    margin-top: 1px;
  }
  .b-logo .bl-text {
    margin-left: 0px;
    margin-top: 3px;
    font-size: 11px;
  }
  .b-logo .bl-text br {
    display: none;
  }
  .b-main-menu {
    position: relative;
    max-width: 460px;
  }
  .cell.s-1 {
    width: 580px;
  }
  .cell.s-2 {
    width: 440px;
  }
  .c-block.c-services {
    padding-top: 25px;
  }
  .c-list.t-1 {
    margin-bottom: 5px;
  }
  .c-list.t-1 .cl-holder {
    float: left;
    width: 100%;
    margin-right: 40px;
  }
  .c-list.t-1 .cl-holder + .cl-holder {
    width: 100%;
    margin-left: 0px;
  }
  .c-list.t-1 .cl-holder + .cl-holder .cl-item-title {
    border-top: 1px solid #ccc;
  }
  .c-list.t-1 .cl-item-title {
    min-height: 45px;
  }
  .c-list.t-2 .cl-item + .cl-item + .cl-item + .cl-item {
    display: block;
  }
}



.b-main-slider {
  position: relative;
  height: 408px;
  overflow: hidden;
}
  .b-main-slider .bs-holder {
    position: relative;
  }
  .b-main-slider .bs-item {
    position: relative;
  }
  .b-main-slider .bs-item + .bs-item {
    display: none;
  }
    .b-main-slider .bs-item-image {
      position: relative;
      left: 50%;
      margin-left: -1350px;
      width: 2700px;
      height: 100%;
      display: block;
    }
      .b-main-slider .bs-item-image img {
        height: 100%;
        margin: auto;
        display: block;
      }
    .b-main-slider .bs-item-image_small,
    .b-main-slider .bs-item-holder {
      display: none;
    }
  .b-main-slider .nslider-nav-prev,
  .b-main-slider .nslider-nav-next {
    z-index: 3;
    text-indent: 100%;
    overflow: hidden;
    position: absolute;
    top: -300px;
    width: 185px;
    height: 185px;
    display: block;
    border: 0;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    color: transparent;
  }
  .b-main-slider .nslider-nav-prev:after,
  .b-main-slider .nslider-nav-next:after {
    content: '';
    position: absolute;
    width: 42px;
    height: 81px;
    background: url("../img/sl_ar.png") 0 0 no-repeat;
    left: 60px;
    top: 50px;
  }
  .b-main-slider .nslider-nav-prev {
    left: 0;
    -webkit-transition: background 0.2s;
    -moz-transition: background 0.2s;
    -o-transition: background 0.2s;
    transition: background 0.2s;
  }
  .b-main-slider .nslider-nav-prev:hover {
    background: #eee;
    background: rgba(255, 255, 255, 0.5);
    -webkit-transition: background 0.55s;
    -moz-transition: background 0.55s;
    -o-transition: background 0.55s;
    transition: background 0.55s;
  }
  .b-main-slider .nslider-nav-prev:hover:after {
    background-position: 0px -81px;
  }
  .b-main-slider .nslider-nav-next {
    right: 0;
    -webkit-transition: background 0.2s;
    -moz-transition: background 0.2s;
    -o-transition: background 0.2s;
    transition: background 0.2s;
  }
  .b-main-slider .nslider-nav-next:after {
    left: 75px;
    background-position: -42px 0;
    background-color: transparent;
  }
  .b-main-slider .nslider-nav-next:hover {
    background: #fff;
    background: rgba(255, 255, 255, 0.5);
    -webkit-transition: background 0.55s;
    -moz-transition: background 0.55s;
    -o-transition: background 0.55s;
    transition: background 0.55s;
  }
  .b-main-slider .nslider-nav-next:hover:after {
    background-position: -42px -81px;
  }
  .b-main-slider .bs-tooltip-prev,
  .b-main-slider .bs-tooltip-next {
    position: absolute;
    top: 0;
    left: 0;
    padding: 5px;
    width: 240px;
    min-height: 63px;
    background: #fff;
    background: rgba(255, 255, 255, 0.9);
    z-index: 3;
    border-radius: 15px 15px 15px 0;
    -moz-border-radius: 15px 15px 15px 0;
    -webkit-border-radius: 15px 15px 15px 0;
    font-size: 14px;
    color: #767d7f;
    padding: 13px 15px;
    -moz-box-sizing: border-box;
    -webkit-sizing: border-box;
    box-sizing: border-box;
    display: none;
  }
  .b-main-slider .bs-tooltip-next {
    border-radius: 15px 15px 0 15px;
    -moz-border-radius: 15px 15px 0 15px;
    -webkit-border-radius: 15px 15px 0 15px;
  }
  .b-main-slider .bst-logo {
    float: left;
    margin-right: 10px;
  }
  .b-main-slider .bst-title {
    overflow: hidden;
  }

.b-submain-slider {
  position: relative;
  height: 350px;
}
  .b-submain-slider .bs-item {
    position: absolute;
    overflow: hidden;
    -o-transition: width 0.2s;
    -moz-transition: width 0.2s;
    -webkit-transition: width 0.2s;
    transition: width 0.2s;
  }
  .b-submain-slider .bs-item.t-l {
    top: 0;
    left: 0;
    width: 360px;
    height: 350px;
  }
  .b-submain-slider .bs-item.t-m {
    top: 0;
    right: 0;
    width: 220px;
    height: 195px;
  }
  .b-submain-slider .bs-item.t-m:hover {
    width: 330px;
  }
  .b-submain-slider .bs-item.t-s {
    right: 0;
    bottom: 0;
    width: 220px;
    height: 155px;
  }
  .b-submain-slider .bs-item.t-s:hover {
    width: 330px;
  }
    .b-submain-slider .bs-item-image {
      display: none;
    }
    .b-submain-slider .bs-item-image_small {
      position: relative;
      height: 100%;
      overflow: hidden;
      display: block;
    }
      .b-submain-slider .bs-item-image_small img {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 360px;
        height: 350px;
        margin: -175px 0 0 -180px;
        -o-transition: -o-transform 0.4s;
        -moz-transition: -moz-transform 0.4s;
        -webkit-transition: -webkit-transform 0.4s;
        transition: transform 0.4s;
        -o-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
      }
      .b-submain-slider .bs-item:hover .bs-item-image_small img {
        -o-transform: scale(1);
        -moz-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
      }
    .b-submain-slider .bs-item-holder {
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      width: 100%;
      padding: 25px 30px;
      background: #3d3d3d;
      background: rgba(61,61,61,0.7);
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      opacity: 0;
      -o-transition: opacity 0.4s;
      -moz-transition: opacity 0.4s;
      -webkit-transition: opacity 0.4s;
      transition: opacity 0.4s;
    }
    .b-submain-slider .bs-item:hover .bs-item-holder {
      opacity: 1;
    }
    .b-submain-slider .bs-item.t-m .bs-item-holder,
    .b-submain-slider .bs-item.t-s .bs-item-holder {
      width: 330px;
    }
    .b-submain-slider .bs-item-title {
      position: relative;
      font-size: 20px;
      color: #fff;
      line-height: 1.2;
      display: block;
    }
    .b-submain-slider .bs-item.t-l .bs-item-title {
      margin-bottom: 50px;
      font-size: 24px;
    }
    .b-submain-slider .bs-item.t-s .bs-item-title {
      font-size: 18px;
    }
    .b-submain-slider .bs-item.t-m .bs-item-text,
    .b-submain-slider .bs-item.t-s .bs-item-text {
      position: absolute;
      left: 30px;
      right: 30px;
      bottom: 25px;
    }
    .b-submain-slider .bs-item-title:after {
      content: '';
      position: absolute;
      left: 0;
      width: 45px;
      height: 1px;
      background: #fff;
      display: block;
    }
    .b-submain-slider .bs-item.t-l .bs-item-title:after {
      bottom: -25px;
    }
    .b-submain-slider .bs-item.t-m .bs-item-title:after {
      top: 50%;
      margin-top: 60px;
    }
    .b-submain-slider .bs-item.t-s .bs-item-title:after {
      top: 50%;
      margin-top: 45px;
    }
    .b-submain-slider .bs-item-text {
      font-size: 14px;
      color: #fff1b2;
      line-height: 1.2;
      display: block;
    }
    .b-submain-slider .bs-item-text {
      display: block;
    }
  .b-submain-slider .bs-item > a {
    position: relative;
    left: 0;
    height: 100%;
    display: block;
  }
  .b-submain-slider .bs-item > a + a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -moz-animation: tranform-opacity 0.2s;
    -webkit-animation: tranform-opacity 0.2s;
    animation: tranform-opacity 0.2s;
    z-index: 1;
  }
  .b-submain-slider a {
    border: 0;
    color: inherit;
  }
  .b-submain-slider img {
    display: block;
  }

.b-top-submenu {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  padding: 16px 0;
  background: #f3f3f3;
  background: rgba(222,222,222,0.6);
  line-height: 26px;
  display: none;
}
  .b-top-submenu .wrapper {
    padding: 0 30px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .b-top-submenu .f_left {
    width: 75px;
    margin-left: -20px;
    text-align: center;
  }
  .b-top-submenu .f_right {
    margin-right: -20px;
    text-align: center;
  }
  .b-top-submenu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
    text-align: center;
  }
  .b-top-submenu .bs-holder {
    margin: 0 150px 0 80px;
    text-align: center;
  }
  .b-top-submenu .bs-holder2 {
    text-align: left;
    display: inline-block;
    vertical-align: top;
  }
    .b-top-submenu li,
    .b-top-submenu .bm-item {
      margin: 0 2px;
      padding: 0 12px;
      background: #fff;
      -moz-border-radius: 15px;
      -webkit-border-radius: 15px;
      border-radius: 15px;
      display: inline-block;
      vertical-align: top;
    }
    .b-top-submenu .bm-item {
      padding: 0 8px;
      border: 0;
    }
    .b-top-submenu li:hover,
    .b-top-submenu .bm-item:hover,
    .b-top-submenu .bm-item.active {
      background: #ff7a15;
    }
      .b-top-submenu li > a {
        color: #000;
      }
      .b-top-submenu li:hover > a {
        background: #ff7a15;
        color: #fff;
      }
      .b-top-submenu li > a > i {
        line-height: 22px;
        display: inline-block;
        vertical-align: top;
      }
  .b-top-submenu .bm-app {
    font-size: 13px;
    color: #fff;
    line-height: 1.1;
    text-transform: none;
    background: #ff5d42;
    background: -moz-linear-gradient(top, #ff5d42 0%, #ff424f 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #ff5d42), color-stop(100%, #c94119));
    background: -webkit-linear-gradient(top, #ff5d42 0%, #ff424f 100%);
    background: -o-linear-gradient(top, #ff5d42 0%, #ff424f 100%);
    background: -ms-linear-gradient(top, #ff5d42 0%, #ff424f 100%);
    background: linear-gradient(to bottom, #ff5d42 0%, #ff424f 100%);
    border: 0 !important;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    padding: 7px 30px 5px 9px;
    margin-left: 14px;
    display: block;
  }
  .b-top-submenu .bm-app:hover {
    color: #fff;
    background: #ffa931;
    background: -moz-linear-gradient(top, #ffa931 0%, #eb312b 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #ffa931), color-stop(100%, #c94119));
    background: -webkit-linear-gradient(top, #ffa931 0%, #eb312b 100%);
    background: -o-linear-gradient(top, #ffa931 0%, #eb312b 100%);
    background: -ms-linear-gradient(top, #ffa931 0%, #eb312b 100%);
    background: linear-gradient(to bottom, #ffa931 0%, #eb312b 100%);
  }
  .b-top-submenu .select.t-2 + .select-container .select-input {
    margin: 0 2px;
    padding: 0 12px;
    background: #fff;
    border: 0 !important;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    line-height: 28px;
  }
  .b-top-submenu .select.t-2a + .select-container .select-input {
    padding-right: 30px;
  }
  .b-top-submenu .select.t-2 + .select-container .select-list {
    left: 50%;
  }
  .b-top-submenu .select.t-2 + .select-container .select-holder {
    left: -50%;
    border: 0;
  }

.b-mini-logo {
  margin: -5px 0;
  border: 0 !important;
  display: inline-block;
  vertical-align: top;
}
  .b-mini-logo img {
    display: block;
  }

.b-copyright {
  color: #a6a6a6;
}

.b-inline-social {
}
  .b-inline-social * {
    border: 0;
    display: inline-block;
    vertical-align: middle;
  }
  .b-inline-social > * + * {
    margin-left: 10px;
  }
  .b-inline-social.t-a > * + * {
    margin-left: 5px;
  }
    .b-inline-social .ico_but {
      vertical-align: top;
    }
@media (max-width: 1280px) {
  .b-inline-social > * + * + * + * + * {
    display: none;
  }
}

.b-gotop {
  padding: 7px 10px 7px;
  border: 1px solid #cbcbcb;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  color: #cbcbcb;
}
.b-gotop:after {
  opacity: 0.5;
}
.b-gotop:hover {
  border: 1px solid #8a8a8a;
  color: #1c1c1c;
}
.b-gotop:hover:after {
  opacity: 1;
}

.b-maplink {
  color: #bc1d1d;
}
.b-maplink.active {
  color: #585858;
}

.b-top-map,
.b-bottom-map,
.b-footer-map {
  position: relative;
}
.b-footer-map {
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.2s;
  -moz-transition: height 0.2s;
  -o-transition: height 0.2s;
  transition: height 0.2s;
}
.b-footer-map.active {
  height: 400px;
}
.b-bottom-map:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 5px;
  background: -moz-linear-gradient(top, rgba(0,0,0,0.1) 0%,  rgba(0,0,0,0) 100%);
  background: -webkit-linear-gradient(top, rgba(0,0,0,0.1) 0%,  rgba(0,0,0,0) 100%);
  background: -o-linear-gradient(top, rgba(0,0,0,0.1) 0%,  rgba(0,0,0,0) 100%);
  background: -ms-linear-gradient(top, rgba(0,0,0,0.1) 0%,  rgba(0,0,0,0) 100%);
  background: linear-gradient(top, rgba(0,0,0,0.1) 0%,  rgba(0,0,0,0) 100%);
  z-index: 1;
}
.b-footer-map:after {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  right: 0;
  height: 10px;
  margin-left: 520px;
  background: #fff;
  z-index: 1;
}
.b-footer-map:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 50%;
  height: 10px;
  margin-right: -500px;
  background: #fff;
  z-index: 1;
}
  .b-top-map .bm-holder {
    position: relative;
    height: 1100px;
  }
  .b-bottom-map .bm-item {
    position: relative;
    height: 500px;
  }
  .b-footer-map .bm-item {
    position: relative;
    height: 400px;
  }
  .b-top-map .bm-item {
    position: relative;
    height: 1100px;
  }
  .b-top-map .p-1 {
    position: absolute;
    top: 30px;
    left: 30px;
    width: 420px;
    z-index: 10;
  }
  .b-top-map .p-2 {
    position: absolute;
    top: 600px;
    left: 30px;
    right: 30px;
    z-index: 10;
  }
  .b-footer-map .p-1 {
    position: absolute;
    top: 10px;
    left: 20px;
    width: 340px;
    z-index: 10;
  }
  .b-footer-map .bm-arr {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: 500px;
    border-left: 10px solid #fff;
    border-right: 10px solid #fff;
    border-bottom: 10px solid transparent;
    z-index: 1;
  }
@media (max-width: 1280px) {
  .b-footer-map:after {
    margin-left: 380px;
  }
  .b-footer-map:before {
    margin-right: -360px;
  }
  .b-footer-map .bm-arr {
    margin-left: 360px;
  }
}

.b-share {
  position: relative;
  padding: 20px 0;
  border-top: 1px solid #d6d6d6;
  border-bottom: 1px solid #d6d6d6;
}
  .b-share .bs-title {
    margin-right: 10px;
  }
  .b-share .bs-title,
  .b-share > a {
    border-bottom: 0;
    display: inline-block;
    vertical-align: middle;
  }
  .b-share img {
    display: block;
  }

.b-image {
  position: relative;
}
  .b-image img {
    max-width: 100%;
    margin: 0 auto;
    display: none;
  }
  .b-image .bi-default {
    display: block;
  }
@media (max-width: 1280px) {
  .b-image .bi-default {
    display: none;
  }
  .b-image .bi-small {
    display: block;
  }
}

.b-center-text {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
@media (max-width: 1280px) {
  .b-center-text {
    width: 75%;
  }
}
.b-center-text.t-2 {
  width: 90%;
}

.b-switch {
  position: relative;
  background: #5498b2;
  background: -moz-linear-gradient(top, #5bb2c4 0%, #4c7fa1 100%);
  background: -webkit-linear-gradient(top, #5bb2c4 0%, #4c7fa1 100%);
  background: -o-linear-gradient(top, #5bb2c4 0%, #4c7fa1 100%);
  background: -ms-linear-gradient(top, #5bb2c4 0%, #4c7fa1 100%);
  background: linear-gradient(top, #5bb2c4 0%, #4c7fa1 100%);
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
  display: inline-block;
}
  .b-switch .bs-holder {
    margin: 2px;
    background: #ece6c5;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
  }
    .b-switch .bs-item {
      padding: 6px 12px;
      border: 0 !important;
      -moz-border-radius: 8px;
      -webkit-border-radius: 8px;
      border-radius: 8px;
      line-height: 1.2;
      color: inherit;
      display: inline-block;
      vertical-align: top;
      cursor: pointer;
    }
    .b-switch .bs-item.active {
      margin: -2px;
      padding: 8px 14px;
      background: #5498b2;
      background: -moz-linear-gradient(top, #5bb2c4 0%, #4c7fa1 100%);
      background: -webkit-linear-gradient(top, #5bb2c4 0%, #4c7fa1 100%);
      background: -o-linear-gradient(top, #5bb2c4 0%, #4c7fa1 100%);
      background: -ms-linear-gradient(top, #5bb2c4 0%, #4c7fa1 100%);
      background: linear-gradient(top, #5bb2c4 0%, #4c7fa1 100%);
      color: #fff;
    }
      .b-switch .bs-item input {
        display: none;
      }

.b-block.t-1 {
  position: relative;
  margin-top: 30px;
  font-size: 16px;
  text-align: center;
}
.b-block.t-1:before {
  content: '';
  position: absolute;
  top: -50px;
  left: 50%;
  width: 270px;
  height: 40px;
  margin-left: -135px;
  background: url("../img/cmb_ico5.jpg") 0 0 no-repeat;
}
.b-block.t-1:after {
  content: '';
  position: absolute;
  bottom: -30px;
  left: 50%;
  width: 270px;
  height: 20px;
  margin-left: -135px;
  background: url("../img/cmb_ico5.jpg") 0 100% no-repeat;
}

.b-block.t-2 {
  position: relative;
  margin-top: 30px;
  font-size: 16px;
  text-align: center;
}
.b-block.t-2:before {
  content: '';
  position: absolute;
  top: -63px;
  left: 50%;
  width: 88px;
  height: 53px;
  margin-left: -34px;
  background: url("../img/cmb_ico6.jpg") 0 0 no-repeat;
}

.b-block.t-3 {
  position: relative;
  background: #8ab952 url("../img/cmb_bg1.jpg") 50% 0 no-repeat;
  background-size: 100% 30%;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  font-size: 17px;
  color: #fff;
  text-align: center;
}
  .b-block.t-3 .bb-t {
    padding: 20px;
  }
  .b-block.t-3 .bb-b {
    border-top: 1px solid #6c953d;
    padding: 10px 20px;
  }

.b-block.t-4 {
  position: relative;
  font-size: 15px;
  line-height: 1.2;
}
  .b-block.t-4 p {
    margin: 8px 0;
  }
  .b-block.t-4 .bb-text.t-1 {
    color: #726e56;
  }
  .b-block.t-4 .bb-text.t-2 {
    font-size: 20px;
  }

.b-breadcrumb,
.b-title {
  position: relative;
}
.b-breadcrumb {
  font-family: 'pf_din_text_cond_promedium';
  font-size: 24px;
  color: #9c9c9c;
  line-height: 1.2;
}
  .b-breadcrumb h1,
  .b-breadcrumb h2,
  .b-breadcrumb h3,
  .b-title h1,
  .b-title h2,
  .b-title h3 {
    margin: 0;
    color: inherit;
    text-transform: none;
    display: inline;
    vertical-align: middle;
  }
  .b-title .inline {
    vertical-align: middle;
  }
  .b-breadcrumb h1,
  .b-breadcrumb h2,
  .b-breadcrumb h3,
  .b-title.t-1 h1,
  .b-title.t-1 h2,
  .b-title.t-1 h3 {
    font-family: 'pf_din_text_cond_promedium';
    font-weight: 100;
    line-height: 1.2;
    text-transform: uppercase;
  }
  .b-breadcrumb h1,
  .b-title.t-1 h1 {
    font-size: 24px;
  }
  .b-breadcrumb h2,
  .b-title.t-1 h2 {
    font-size: 22px;
  }
  .b-breadcrumb h3,
  .b-title.t-1 h3 {
    font-size: 20px;
  }
  .b-breadcrumb .bb-sep {
    color: #c8c8c8;
    display: inline;
    vertical-align: middle;
  }
  .b-breadcrumb a {
    color: inherit;
    border: 0;
  }
  .b-breadcrumb a:hover {
    color: #c88c54;
  }
  .b-title.t-2 h1,
  .b-title.t-2 h2,
  .b-title.t-2 h3 {
    font-family: 'pf_din_text_cond_promedium';
    font-weight: 100;
    line-height: 1.2;
    text-transform: uppercase;
  }
  .b-title.t-2 h2 {
    font-size: 28px;
  }

.c-block {
  position: relative;
}

.c-list.t-5 {
}
  .c-list.t-5 .cl-holder {
    margin: 0 -20px -20px 0;
  }
  .c-list.t-5 .cl-item {
    position: relative;
    width: 33.333%;
    min-height: 400px;
    padding: 0 20px 20px 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    line-height: 400px;
  }
  .c-list.t-5 .cl-item:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 20px;
    bottom: 20px;
    border: 1px solid #cfcfcf;
  }
  .c-list.t-5 .cl-item.f-hover:before {
    border-color: #878787;
  }
    .c-list.t-5 .cl-item-holder {
      position: relative;
      padding: 30px 40px;
      line-height: 1.4;
      display: inline-block;
      vertical-align: bottom;
    }
    .c-list.t-5 .cl-item-image {
      margin-bottom: 20px;
    }
    .c-list.t-5 .cl-item-image a:hover {
        border: none;
    }
    .c-list.t-5 .cl-item-title {
      font-size: 20px;
      line-height: 1.2;
    }
      .c-list.t-5 .cl-item-title a {
        color: #3186bb;
      }
      .c-list.t-5 .cl-item-title a:hover {
        color: #fa2c2c;
      }
    .c-list.t-5 .cl-item-text {
      margin-top: 10px;
    }
@media (max-width: 1280px) {
  .c-list.t-5 .cl-item {
    width: 50%;
    min-height: 370px;
    padding: 0 20px 20px 0;
    line-height: 370px;
  }
}

.c-list.t-6 {
}
  .c-list.t-6 .cl-item {
    position: relative;
    padding-left: 40px;
  }
  .c-list.t-6 .cl-item + .cl-item {
    margin-top: 15px;
  }
    .c-list.t-6 .cl-item a {
      color: #db3b49;
    }
    .c-list.t-6 .cl-item a:hover {
      color: #762020;
    }
    .c-list.t-6 .cl-item .ico_but {
      position: absolute;
      top: 50%;
      left: 0;
      margin-top: -11px;
    }

.c-list.t-7 {
}
  .c-list.t-7 .cl-item {
    position: relative;
  }
  .c-list.t-7a .cl-item {
    margin-left: 20px;
  }
  .c-list.t-7b .cl-item {
    margin-left: 30px;
  }
  .c-list.t-7c .cl-item {
    margin-left: 0;
  }
  .c-list.t-7 .cl-item:before {
    content: '';
    position: absolute;
    top: 0.6em;
    left: -20px;
    width: 10px;
    height: 1px;
    background: #262626;
  }
  .c-list.t-7a .cl-item:before {
    width: 7px;
    background: #ababab;
  }
  .c-list.t-7aa .cl-item:before {
    height: 2px;
  }
  .c-list.t-7ab .cl-item:before {
    background: #288ec3;
  }
  .c-list.t-7b .cl-item:before {
    left: -30px;
    width: 7px;
    height: 2px;
    background: #ababab;
  }
  .c-list.t-7b .cl-item.t-email:before {
    content: '@';
    top: 0;
    width: auto;
    height: auto;
    background: none;
    color: #ababab;
  }
  .c-list.t-7c .cl-item:before {
    display: none;
  }
  .c-list.t-7 .cl-item + .cl-item {
    margin-top: 15px;
  }
  .c-list.t-7a .cl-item + .cl-item {
    margin-top: 10px;
  }
  .c-list.t-7b .cl-item + .cl-item {
    margin-top: 15px;
  }
  .c-list.t-7aa .row {
    margin: 0 -15px;
  }
  .c-list.t-7aa .col {
    width: 50%;
    padding: 0 15px;
  }

.c-list.t-8 {
  padding: 25px 30px;
  border: 1px dashed #959595;
}
  .c-list.t-8 .cl-item {
    position: relative;
    margin-top: 15px;
    margin-left: 30px;
    font-size: 13px;
  }
  .c-list.t-8 > .cl-item {
    font-size: 16px;
    color: #d90000;
  }
  .c-list.t-8 > .cl-item:first-child {
    margin-top: 0;
  }
  .c-list.t-8 .cl-item:before {
    content: '';
    position: absolute;
    top: -15px;
    left: -30px;
    bottom: 0;
    border-left: 1px dashed #959595;
  }
  .c-list.t-8 > .cl-item:before {
    top: 0.5em;
  }
  .c-list.t-8 .cl-item:last-child:before {
    bottom: 0.6em;
  }
  .c-list.t-8 .cl-item:after {
    content: '';
    position: absolute;
    top: 0.5em;
    left: -30px;
    width: 20px;
    border-top: 1px dashed #959595;
  }
  .c-list.t-8 > .cl-item:after {
    left: -60px;
    width: 50px;
  }
  .c-list.t-8 .cl-item .ico_but {
    position: absolute;
    top: 0.5em;
    left: -35px;
    margin-top: -5px;
    z-index: 1;
    display: block;
  }
@media (max-width: 1280px) {
  .c-list.t-8 .cl-item {
    font-size: 14px;
  }
}

.c-list.t-9 {
}
  .c-list.t-9 .cl-item {
    position: relative;
    margin-left: 190px;
  }
  .c-list.t-9 .cl-item + .cl-item {
    margin-top: 50px;
  }
    .c-list.t-9 .cl-item-image {
      position: relative;
      width: 180px;
      margin-left: -185px;
      display: inline-block;
      vertical-align: middle;
    }
    .c-list.t-9 .cl-item-image.t-1 {
      font-size: 76px;
      line-height: 1;
    }
    .c-list.t-9 .cl-item-image.t-1:before {
      content: '';
      position: absolute;
      top: -20px;
      left: -40px;
      width: 163px;
      height: 97px;
      background: url("../img/c9_ico2.png") 0 0 no-repeat;
    }
    .c-list.t-9 .cl-item-image.t-2 {
      font-size: 84px;
      line-height: 1;
    }
    .c-list.t-9 .cl-item-image.t-2:before {
      content: '';
      position: absolute;
      top: -40px;
      left: -40px;
      width: 153px;
      height: 132px;
      background: url("../img/c9_ico1.png") 0 0 no-repeat;
    }
      .c-list.t-9 .cl-item-image span {
        position: relative;
      }
    .c-list.t-9 .cl-item-text {
      font-size: 16px;
      color: #4e4e4e;
      display: inline-block;
      vertical-align: middle;
    }
@media (max-width: 1280px) {
  .c-list.t-9 .cl-item {
    margin-left: 170px;
  }
  .c-list.t-9 .cl-item-image {
    width: 170px;
    margin-left: -175px;
  }
}

.c-list.t-10 {
}
  .c-list.t-10 .cl-item {
    position: relative;
    font-size: 12px;
    color: #878787;
  }
  .c-list.t-10 .cl-item + .cl-item {
    margin-top: 10px;
  }
    .c-list.t-10 .cl-item-note {
      position: absolute;
      right: 100%;
      margin-right: 10px;
      font-size: 14px;
    }

.c-list.t-11 {
}
  .c-list.t-11 .cl-item + .cl-item {
    margin-top: 15px;
  }

    .c-list.t-11 .cl-item .cl-item-label {
      width: 100px;
      margin-top: 7px;
      margin-right: 15px;
      float: left;
      color: #535144;
    }
    .c-list.t-11 .cl-item .cl-item-input {
      overflow: hidden;
    }

.c-list.t-11a {
  padding-left: 21px;
}
.c-list.t-11a .cl-item.t-6 {
  margin-top: 21px;
}
.c-list.t-11b .cl-item.t-8 {
      margin-top: 30px;
    }
    .c-list.t-11a .cl-item .input {
      
    }
    .c-list.t-11b .cl-item.t-1 .cl-item-label {
      float: none;
    }
    .c-list.t-11b .cl-item.t-1 .cl-item-input {
      margin-top: 6px;
      overflow: visible;
    }
  .c-list.t-11 .cl-but {
    margin-top: 20px;
  }
  .c-list.t-11 .input,
  .c-list.t-11 .textarea {
    border-color: #c5c0a6;
  }
  .c-list.t-11 .input {
    font-size: 18px;
  }
  .c-list.t-11 .textarea {
    height: 187px;
    font-size: 16px;
    resize: none;
  }
  .c-list.t-11 .button {
    width: 100%;
    font-size: 24px;
  }
  .c-list.t-11 .textarea::-webkit-input-placeholder {
    color: #535144;
  }
  .c-list.t-11 .textarea:-moz-placeholder {
    color: #535144;
  }
  .c-list.t-11 .textarea::-moz-placeholder {
    color: #535144;
  }
  .c-list.t-11 .textarea:-ms-input-placeholder {
    color: #535144;
  }
@media (max-width: 1280px) {
  .c-list.t-11a {
    font-size: 0;
  }
  .c-list.t-11a .cl-item {
    font-size: 14px;
  }
  .c-list.t-11a .cl-item-label {
    width: auto !important;
  }
  .c-list.t-11a .cl-item.t-3 .input,
  .c-list.t-11a .cl-item.t-5 .input {
    width: 100%;
  }
  .c-list.t-11a .cl-item.t-1 .input,
  .c-list.t-11a .cl-item.t-2 .input,
  .c-list.t-11a .cl-item.t-4 .input {
    width: 90%;
  }
  .c-list.t-11a .cl-item.t-1 {
    width: 35%;
    display: inline-block;
  }
  .c-list.t-11a .cl-item.t-2 {
    width: 30%;
    display: inline-block;
  }
  .c-list.t-11a .cl-item.t-3 {
    width: 35%;
    display: inline-block;
  }
  .c-list.t-11a .cl-item.t-4 {
    width: 50%;
    display: inline-block;
  }
  .c-list.t-11a .cl-item.t-5 {
    width: 50%;
    display: inline-block;
  }
  .c-list.t-11a .cl-item.t-6 {
    margin-top: 15px;
  }
}

.c-list.t-12 {
}
  .c-list.t-12 .cl-item {
    margin-left: 120px;
  }
  .c-list.t-12 .cl-item + .cl-item {
    margin-top: 30px;
  }
    .c-list.t-12 .cl-item-image {
      margin-left: -120px;
      float: left;
    }
      .c-list.t-12 .cl-item-image img {
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        display: block;
      }
    .c-list.t-12 .cl-item-title {
      font-size: 18px;
    }
    .c-list.t-12 .cl-item-stat {
      margin-top: 5px;
      font-size: 12px;
      color: #e1831e;
    }
    .c-list.t-12 .cl-item-text {
      margin-top: 7px;
    }

.c-list.t-13 {
}
  .c-list.t-13 .cl-title {
    margin-bottom: 20px;
    font-size: 18px;
  }
  .c-list.t-13 .cl-item {
    padding-bottom: 16px;
    border-bottom: 1px solid #e2e2e2;
  }
  .c-list.t-13 .cl-item + .cl-item {
    padding-top: 16px;
  }
    .c-list.t-13 .cl-item-left {
      overflow: hidden;
      white-space: nowrap;
      -o-text-overflow: ellipsis;
      -ms-text-overflow: ellipsis;
      -mos-text-overflow: ellipsis;
      -webkit-text-overflow: ellipsis;
      text-overflow: ellipsis;
    }
    .c-list.t-13 .cl-item-right {
      margin-right: 5px;
      float: right;
    }

.c-list.t-14 {
}
  .c-list.t-14 .cl-holder {
    margin: 0 -20px -30px;
    text-align: center;
  }
  .c-list.t-14 .cl-holder .cl14-item {
    width: 220px;
    margin: 0 12px 30px;
    padding: 1px 0;
    display: inline-block;
    vertical-align: top;
  }
    .c-list.t-14 .cl-item-image {
      position: relative;
      width: 220px;
      height: 220px;
      margin: 0 -1px;
      border: 1px solid #dedede;
      -moz-border-radius: 50%;
      -webkit-border-radius: 50%;
      border-radius: 50%;
      display: inline-block;
      vertical-align: top;
    }
      .c-list.t-14 .cl-item-image .cl-bg {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: url() 50% 50% no-repeat;
        background-size: 100% 100%;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        opacity: 0;
        -webkit-transition: opacity 0.4s;
        -moz-transition: opacity 0.4s;
        -o-transition: opacity 0.4s;
        transition: opacity 0.4s;
      }
      .c-list.t-14 .cl-item-image img {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        margin: auto;
      }
    .c-list.t-14 .cl-item-holder:hover .cl-item-image {
      border-color: transparent;
    }
      .c-list.t-14 .cl-item-holder:hover .cl-item-image .cl-bg {
        opacity: 1;
      }
    .c-list.t-14 .cl-item-title {
      margin-top: 15px;
      font-size: 16px;
    }
      .c-list.t-14 .cl-item-title .half_link {
        border-bottom-style: dotted;
        color: #124c64;
      }
      .c-list.t-14 .cl-item-title .half_link.open {
        color: #992f2f;
      }
      .c-list.t-14 .cl-item-holder:hover .cl-item-title a {
        color: #f10d0d;
      }
    .c-list.t-14 .cl-item-more {
      padding-top: 1px;
    }
    .c-list.t-14 .cl-item-more.closed {
      position: relative;
    }
      .c-list.t-14 .cl-item-more .cl-ar {
        position: relative;
        z-index: 6;
      }
      .c-list.t-14 .cl-item-more .cl-ar:before {
        content: '';
        position: absolute;
        top: 23px;
        left: 50%;
        margin-left: -15px;
        border-bottom: 17px solid #e0e0e0;
        border-left: 15px solid transparent;
        border-right: 15px solid transparent;
      }
      .c-list.t-14 .cl-item-more .cl-ar:after {
        content: '';
        position: absolute;
        top: 24px;
        left: 50%;
        margin-left: -15px;
        border-bottom: 17px solid #fff;
        border-left: 15px solid transparent;
        border-right: 15px solid transparent;
      }
      .c-list.t-14 .cl-item-more .cl-h {
        position: absolute;
        left: 0;
        right: 0;
        margin: 40px 30px 0;
        padding: 30px 0;
        background: #fff;
        border-top: 1px solid #e0e0e0;
        border-bottom: 1px solid #e0e0e0;
        text-align: left;
        z-index: 5;
      }
      .c-list.t-14 .cl-item-more .cl-close {
        position: absolute;
        top: -13px;
        right: 0;
        width: 27px;
        height: 27px;
        background: url("../img/cc_but1.jpg") 0 0 no-repeat;
        z-index: 6;
        cursor: pointer;
      }
      .c-list.t-14 .cl-item-more .cl-close:hover {
        background-position: 0 100%;
      }
      .c-list.t-14 .row {
        margin: 0 -25px;
        overflow: hidden;
      }
      .c-list.t-14 .col {
        float: left;
        width: 33.333%;
        padding: 0 25px;
      }

.c-list.t-15 {
}
  .c-list.t-15 .cl-holder {
    margin: 0 -20px -20px 0;
    font-size: 0;
  }
  .c-list.t-15 .cl-item {
    position: relative;
    width: 25%;
    margin-left: -1px; /* fix opera */
    padding: 0 20px 20px 0;
    background: #fff;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 14px;
    display: inline-block;
    vertical-align: top;
  }
  .c-list.t-15 .e-filterlist .cl-item {
    display: none;
  }
  .c-list.t-15 .cl-item:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 20px;
    bottom: 20px;
    border: 1px solid #b7b7b7;
  }
    .c-list.t-15 .cl-item-holder {
      position: relative;
      padding: 30px 30px;
    }
    .c-list.t-15 .cl-item-image {
      position: relative;
      height: 260px;
      margin: -30px -30px 20px;
      border: 1px solid transparent;
      border-bottom: 0;
      overflow: hidden;
    }
    .c-list.t-15 .cl-item:hover .cl-item-image {
      border-color: #ff8300;
    }
      .c-list.t-15 .cl-item-image img {
        width: 100%;
        display: block;
      }
    .c-list.t-15 .cl-item-title {
      font-size: 18px;
    }
      .c-list.t-15 .cl-item-title a {
        color: #3186bb;
      }
      .c-list.t-15 .cl-item:hover .cl-item-title a {
        color: #fa2c2c;
      }
    .c-list.t-15 .cl-item-type {
      margin-bottom: 4px;
      color: #b4b4b4;
    }
      .c-list.t-15 .cl-item-type .ico_but {
        margin-left: 3px;
        margin-bottom: 1px;
        opacity: 0.6;
        vertical-align: middle;
      }
    .c-list.t-15 .cl-item-text {
      margin-top: 7px;
    }
@media (max-width: 1280px) {
  .c-list.t-15 .cl-item {
    width: 33.333%;
  }
  .c-list.t-15 .cl-item-image {
    height: 272px;
  }
}

.c-list.t-16 {
}
  .c-list.t-16 .cl-group {
    margin: 0 -30px -30px 0;
  }
  .c-list.t-16 .cl-group + .cl-group {
    margin-top: 25px;
  }
  .c-list.t-16 .cl-group-title {
    position: relative;
    width: 100px;
    margin-bottom: 25px;
    overflow: hidden;
    white-space: nowrap;
    font-size: 14px;
    color: #b8b8b8;
  }
  .c-list.t-16 .cl-group-title:after {
    content: '';
    width: 120px;
    height: 1px;
    margin-left: 10px;
    background: #b8b8b8;
    display: inline-block;
    vertical-align: middle;
  }
  .c-list.t-16 .cl-holder {
    font-size: 0;
  }
  .c-list.t-16 .cl-item {
    position: relative;
    width: 33.333%;
    padding: 0 30px 30px 0;
    background: #fff;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 14px;
    display: inline-block;
    vertical-align: top;
  }
  .c-list.t-16 .e-filterlist .cl-item {
    display: none;
  }
    .c-list.t-16 .cl-item-holder {
      position: relative;
    }
    .c-list.t-16 .cl-item-title {
      font-size: 16px;
    }
    .c-list.t-16 .cl-item-info {
      margin-bottom: 3px;
      color: #616161;
    }
    .c-list.t-16 .cl-item-source.t-b {
      color: #ffa71d;
    }
    .c-list.t-16 .cl-item-source.t-b:after {
      content: '';
      width: 13px;
      height: 11px;
      margin-left: 5px;
      background: url("../img/page_icons.png") -270px -150px no-repeat;
      display: inline-block;
    }
    .c-list.t-16 .cl-item-source.t-p {
      color: #ff3c00;
    }
    .c-list.t-16 .cl-item-source.t-p:after {
      content: '';
      width: 9px;
      height: 9px;
      margin-left: 5px;
      background: url("../img/page_icons.png") -290px -150px no-repeat;
      display: inline-block;
      vertical-align: top;
    }
  .c-list.t-16 .e-filterlist.fail {
    display: none;
  }
@media (max-width: 1280px) {
  .c-list.t-16 .cl-group {
    margin: 0 -40px -30px 0;
  }
  .c-list.t-16 .cl-item {
    width: 50%;
    padding: 0 40px 30px 0;
  }
}

.c-list.t-17 {
}
  .c-list.t-17 .cl-holder {
    margin: 0 -30px -10px 0;
  }
  .c-list.t-17 .cl-item {
    position: relative;
    padding: 0 30px 10px 55px;
    display: inline-block;
    vertical-align: top;
  }
    .c-list.t-17 .cl-item-title {
      font-size: 16px;
    }
    .c-list.t-17 .cl-item-text {
      margin-top: 3px;
      font-size: 12px;
      color: #7e7e7e;
    }
    .c-list.t-17 .cl-item-title img,
    .c-list.t-17 .ico_but {
      position: absolute;
      top: 50%;
      left: 0;
      margin-top: -26px;
    }

.c-list.t-18 {
  position: relative;
  padding-left: 35px;
}
.c-list.t-18:before {
  content: '';
  position: absolute;
  top: 0;
  left: 10px;
  top: 0.6em;
  bottom: 0.6em;
  border-left: 2px solid #bfbfbf;
}
  .c-list.t-18 .cl-item {
    position: relative;
    margin: 3px 0;
  }
  .c-list.t-18 .cl-item:first-child {
    margin-top: 0 !important;
  }
  .c-list.t-18 .t-t1 {
    color: #3690c4;
  }
  .c-list.t-18 .t-t2 {
    font-size: 12px;
    font-weight: bold;
  }
  .c-list.t-18 .t-t3 {
    font-size: 13px;
  }
  .c-list.t-18 .t-start {
    margin-bottom: 10px;
  }
  .c-list.t-18 .t-end {
    margin-top: 10px;
  }
  .c-list.t-18 .t-trans {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .c-list.t-18 .t-per {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .c-list.t-18 .t-start:before,
  .c-list.t-18 .t-end:before,
  .c-list.t-18 .t-trans:before,
  .c-list.t-18 .t-per:before,
  .c-list.t-18 .t-point:before,
  .c-list.t-18 .t-point2:before {
    content: '';
    position: absolute;
    top: 0.6em;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
  }
  .c-list.t-18 .t-start:before {
    left: -27px;
    margin-top: -3px;
    width: 6px;
    height: 6px;
    background: #bfbfbf;
  }
  .c-list.t-18 .t-point:before {
    left: -27px;
    margin-top: -3px;
    width: 6px;
    height: 6px;
    background: #7c7c7c;
  }
  .c-list.t-18 .t-point2:before {
    left: -30px;
    margin-top: -6px;
    width: 12px;
    height: 12px;
    background: #68a749;
  }
  .c-list.t-18 .t-trans:before {
    left: -37px;
    margin-top: -10px;
    width: 18px;
    height: 14px;
    background: #fff url("../img/page_icons.png") -100px -220px no-repeat;
    border: 4px solid #fff;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
  }
  .c-list.t-18 .t-per:before {
    left: -37px;
    margin-top: -10px;
    width: 18px;
    height: 14px;
    background: #fff url("../img/page_icons.png") -40px -240px no-repeat;
    border: 4px solid #fff;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
  }
  .c-list.t-18 .t-end:before {
    left: -32px;
    margin-top: -8px;
    width: 16px;
    height: 16px;
    background: url("../img/page_icons.png") -80px -220px no-repeat;
  }

.c-list.t-19 {
  font-size: 15px;
}
  .c-list.t-19 .cl-holder {
    margin: 0 0 -30px 0;
    text-align: justify;
    text-justify: newspaper;
  }
  .c-list.t-19 .cl-holder:after {
    content: '';
    width: 100%;
    height: 0;
    overflow: hidden;
    visibility: hidden;
    display: inline-block;
  }
  .c-list.t-19 .cl-item {
    position: relative;
    width: 140px;
    padding: 1px 0 20px 0;
    text-align: left;
    display: inline-block;
    vertical-align: top;
  }
    .c-list.t-19 .cl-item-image {
      position: relative;
      width: 138px;
      height: 138px;
      border: 1px solid #dedede;
      -moz-border-radius: 50%;
      -webkit-border-radius: 50%;
      border-radius: 50%;
      display: inline-block;
      vertical-align: top;
    }
      .c-list.t-19 .cl-item-image .cl-bg {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: url() 50% 50% no-repeat;
        background-size: 100% 100%;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        opacity: 0;
        -webkit-transition: opacity 0.4s;
        -moz-transition: opacity 0.4s;
        -o-transition: opacity 0.4s;
        transition: opacity 0.4s;
      }
      .c-list.t-19 .cl-item-image img {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        margin: auto;
        max-width: 100%;
      }
    .c-list.t-19 .cl-item-holder:hover .cl-item-image {
      border-color: transparent;
    }
      .c-list.t-19 .cl-item-holder:hover .cl-item-image .cl-bg {
        opacity: 1;
      }
    .c-list.t-19 .cl-item-title {
      margin-top: 15px;
      text-align: center;
    }
      .c-list.t-19 .cl-item-holder .cl-item-title a {
        color: #000;
      }
      .c-list.t-19 .cl-item-holder:hover .cl-item-title a {
        border-bottom: 1px solid;
        color: #f10d0d;
      }

.c-list.t-20 {
}
  .c-list.t-20 .cl-title {
    position: relative;
    margin-left: 55px;
    font-size: 16px;
    font-weight: bold;
  }
  .c-list.t-20 .cl-ico {
    position: absolute;
    top: 0;
    left: -65px;
  }
  .c-list.t-20 .cl-item {
    position: relative;
    margin-left: 55px;
  }
  .c-list.t-20 .cl-item + .cl-item {
    margin-top: 18px;
  }
  .c-list.t-20 .cl-item:before {
    content: '+';
    position: absolute;
    left: -50px;
    top: 0;
    font-size: 24px;
    color: #b9b9b9;
    line-height: 16px;
  }

.c-list.t-21 {
  font-size: 0;
}
  .c-list.t-21 .cl-item {
    width: 24.9%;
    font-size: 15px;
    display: inline-block;
    vertical-align: top;
  }
  .c-list.t-21 .cl-item + .cl-item:before {
    content: '';
    position: absolute;
    top: 55px;
    left: -21px;
    width: 43px;
    height: 26px;
    background: url("../img/page_icons.png") 0 -260px no-repeat;
  }
    .c-list.t-21 .cl-item-holder {
      max-width: 200px;
      margin: 0 auto;
    }
    .c-list.t-21 .cl-item-title {
      text-align: center;
    }
    .c-list.t-21 .cl-item-image {
      height: 140px;
      margin: 0 0 15px;
      line-height: 140px;
      text-align: center;
    }
      .c-list.t-21 .cl-item-image img {
        vertical-align: middle;
      }

.c-list.t-22 {
}
  .c-list.t-22 .cl-item {
    position: relative;
  }
  .c-list.t-22 .cl-item + .cl-item {
    margin-top: 35px;
  }
  .c-list.t-22a .cl-item + .cl-item {
    margin-top: 20px;
  }
  .c-list.t-22b .cl-item + .cl-item {
    margin-top: 30px;
  }
  .c-list.t-22c .cl-item + .cl-item {
    margin-top: 20px;
  }
  .c-list.t-22 .cl-item-ico + .cl-item-title {
    margin-left: 70px;
  }
  .c-list.t-22a .cl-item-ico + .cl-item-title {
    margin-left: 40px;
  }
  .c-list.t-22b .cl-item-ico + .cl-item-title {
    margin-left: 60px;
  }
  .c-list.t-22c .cl-item-ico + .cl-item-title {
    margin-left: 80px;
  }
  .c-list.t-22 .cl-item-ico {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    max-height: 2.8em;
  }
  .c-list.t-22a .cl-item-ico {
    max-height: 2em;
  }
    .c-list.t-22 .cl-item-ico .cl-h {
      position: absolute;
      top: 50%;
      left: 0;
      min-height: 40px;
      margin-top: -20px;
      line-height: 40px;
    }
    .c-list.t-22a .cl-item-ico .cl-h {
      min-height: 25px;
      margin-top: -14px;
      line-height: 25px;
    }
    .c-list.t-22 .cl-item-ico img {
      vertical-align: middle;
    }
    .c-list.t-22.t-nsb .p-4 .cl-item-ico img {
      margin: -10px 0 0 -10px;
    }

.c-list.t-23 {
}
  .c-list.t-23 .cl-holder {
    margin: 0 -30px -40px 0;
    font-size: 0;
  }
  .c-list.t-23a .cl-holder {
    margin: 0 -60px -40px 0;
  }
  .c-list.t-23 .cl-item {
    position: relative;
    width: 33.333%;
    margin-left: -1px; /* fix opera */
    padding: 0 30px 40px 60px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 15px;
    line-height: 4.2em;
    display: inline-block;
    vertical-align: top;
  }
  .c-list.t-23a .cl-item {
    width: 50%;
    padding: 0 60px 40px 0;
    font-size: 17px;
    line-height: 100px;
  }
  .c-list.t-23b .cl-item {
    padding: 0 30px 40px 80px;
  }
  .c-list.t-23c .cl-item {
    padding: 0 30px 40px 80px;
    font-size: 16px;
    line-height: 2.8em;
  }
    .c-list.t-23 .cl-item-ico {
      height: 62px;
      margin-left: -60px;
      float: left;
      line-height: 62px;
    }
    .c-list.t-23a .cl-item-ico {
      height: 100px;
      margin-left: 0;
      margin-right: 40px;
      line-height: 100px;
      text-align: center;
    }
    .c-list.t-23b .cl-item-ico {
      margin-left: -80px;
    }
    .c-list.t-23c .cl-item-ico {
      height: 80px;
      margin-top: -15px;
      margin-left: -80px;
      line-height: 80px;
    }
      .c-list.t-23 .cl-item-ico img {
        vertical-align: bottom;
      }
      .c-list.t-23a .cl-item-ico img,
      .c-list.t-23b .cl-item-ico img {
        vertical-align: middle;
      }
    .c-list.t-23 .cl-item-title {
      margin-top: 5px;
      line-height: 1.4;
      display: inline-block;
      vertical-align: middle;
    }
    .c-list.t-23 .cl-item > * {
      line-height: 1.4;
    }
    .c-list.t-23a .cl-item-title {
      font-weight: 100;
      color: #4e4e4e;
      line-height: 1.2;
    }
    .c-list.t-23b .cl-item-title {
      margin: 0;
    }
    .c-list.t-23a .cl-item-holder {
      overflow: hidden;
    }
    .c-list.t-23 .cl-item-info {
      margin-top: 5px;
      font-size: 14px;
      color: #d62a2a;
    }

.c-list.t-24 {
}
  .c-list.t-24 .cl-item {
    position: relative;
    margin-left: 30px;
  }
  .c-list.t-24 .cl-item + .cl-item {
    margin-top: 60px;
  }
    .c-list.t-24 .cl-item-title {
      position: relative;
      margin-bottom: 20px;
      font-size: 18px;
      font-weight: bold;
      display: inline-block;
    }
    .c-list.t-24 .cl-item + .cl-item .cl-item-title:before {
      content: '';
      position: absolute;
      top: -30px;
      left: 0;
      width: 100%;
      height: 1px;
      background: #cecece;
    }
      .c-list.t-24 .cl-item-title .ico_but {
        position: absolute;
        top: 0;
        left: -35px;
      }

.c-list.t-25 {
  background: url("../img/mb_bg1.png") 220px 130px no-repeat;
}
  .c-list.t-25 .cl-item {
    position: relative;
    padding: 20px 0 20px 20px;
    background: #fff;
  }
  .c-list.t-25 .cl-item + .cl-item {
    margin-top: 30px;
  }
  .c-list.t-25 .p-1 {
    margin-right: 50%;
  }
  .c-list.t-25 .p-2 {
    margin-left: 43%;
  }
  .c-list.t-25 .p-3 {
    margin-left: 5%;
    margin-right: 37%;
  }
    .c-list.t-25 .cl-item-image {
      float: left;
      margin-right: 30px;
    }
      .c-list.t-25 .cl-item-image > img {
        display: block;
      }
      .c-list.t-25 .p-1 .cl-item-image > img {
        margin: -80px 0 -70px 0;
      }
      .c-list.t-25 .p-2 .cl-item-image > img {
        margin: -140px -205px -20px 0;
      }
      .c-list.t-25 .p-3 .cl-item-image > img {
        margin: -50px 0 -20px 0;
      }
    .c-list.t-25 .cl-item-holder {
      position: relative;
      min-height: 4.8em;
      overflow: hidden;
      font-size: 16px;
      line-height: 4.8em;
    }
    .c-list.t-25 .cl-item-title {
      line-height: 1.4;
      display: inline-block;
      vertical-align: middle;
    }
@media (max-width: 1280px) {
  .c-list.t-25 {
    background-position: 200px 120px;
  }
  .c-list.t-25 .p-1 {
    margin-right: 55%;
  }
  .c-list.t-25 .p-2 {
    margin-left: 40%;
  }
  .c-list.t-25 .p-3 {
    margin-left: 1%;
  }
  .c-list.t-25 .p-2 .cl-item-image > img {
    margin-top: -160px;
  }
}

.c-list.t-26 {
}
  .c-list.t-26 .cl-item {
    position: relative;
  }
  .c-list.t-26 .cl-item + .cl-item {
    margin-top: 40px;
  }
    .c-list.t-26 .cl-item-image {
      float: left;
      margin-right: 25px;
    }
    .c-list.t-26 .cl-item-title {
      margin-bottom: 10px;
      font-weight: bold;
    }
    .c-list.t-26 .cl-item-holder {
      overflow: hidden;
    }

.c-list.t-27 {
}
  .c-list.t-27 .cl-holder {
    margin: 0 -38px 0 0;
    font-size: 0;
  }
  .c-list.t-27 .cl-item {
    position: relative;
    width: 25%;
    margin-left: -1px; /* fix opera */
    padding: 0 38px 0 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 15px;
    display: inline-block;
    vertical-align: top;
  }
    .c-list.t-27 .cl-item-image {
      width: 75px;
      margin-right: 20px;
      float: left;
    }
      .c-list.t-27 .cl-item-image > img {
        max-width: 100%;
        margin: 0 auto;
        display: block;
      }
      .c-list.t-27 .p-1 .cl-item-image > img {
        margin-top: -25px;
      }
      .c-list.t-27 .p-2 .cl-item-image > img {
        margin-top: -10px;
      }
      .c-list.t-27 .p-3 .cl-item-image > img {
        margin-top: -10px;
      }
      .c-list.t-27 .p-4 .cl-item-image > img {
        margin-top: -20px;
      }
    .c-list.t-27 .cl-item-title {
      overflow: hidden;
    }
@media (max-width: 1280px) {
  .c-list.t-27 .cl-holder {
    margin: 0 -38px -50px 0;
  }
  .c-list.t-27 .cl-item {
    width: 50%;
    padding-bottom: 50px;
  }
  .c-list.t-27 .cl-item-image {
    width: 90px;
  }
}

.c-list.t-28 {
}
  .c-list.t-28 .cl-holder {
    margin: 0 20px;
    text-align: justify;
    text-justify: newspaper;
  }
  .c-list.t-28 .cl-holder:after {
    content: '';
    width: 100%;
    height: 0;
    overflow: hidden;
    visibility: hidden;
    display: inline-block;
  }
  .c-list.t-28 .cl-item {
    position: relative;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
  }
@media (max-width: 1280px) {
  .c-list.t-28a .cl-item img {
    width: 85%;
  }
}

.c-list .cl-item-error input,
.c-list .cl-item-error textarea,
.c-list .cl-item-error .cl-item-label {
  color: #ff3c00 !important;
}
.c-list .cl-item-error input::-webkit-input-placeholder {
  color: #ff3c00 !important;
}
.c-list .cl-item-error input:-moz-placeholder {
  color: #ff3c00 !important;
}
.c-list .cl-item-error input::-moz-placeholder {
  color: #ff3c00 !important;
}
.c-list .cl-item-error input:-ms-input-placeholder {
  color: #ff3c00 !important;
}
.c-list .cl-item-error textarea::-webkit-input-placeholder {
  color: #ff3c00 !important;
}
.c-list .cl-item-error textarea:-moz-placeholder {
  color: #ff3c00 !important;
}
.c-list .cl-item-error textarea::-moz-placeholder {
  color: #ff3c00 !important;
}
.c-list .cl-item-error textarea:-ms-input-placeholder {
  color: #ff3c00 !important;
}

.c-block.t-1 {
  padding-left: 70px;
}
.c-block.t-1 + .c-block.t-1 {
  margin-top: 60px;
}
.c-block.t-1 + .c-block.t-1:before {
  content: '';
  position: absolute;
  top: -30px;
  left: 70px;
  right: 0;
  border-top: 1px solid #e2e2e2;
}
  .c-block.t-1 .cb-top {
  }
  .c-block.t-1 .cb-image {
    position: absolute;
    top: 3px;
    left: 0;
  }
  .c-block.t-1 .cb-title {
    font-size: 18px;
    line-height: 1.3;
  }

.c-block.t-2 {
}
.c-block.t-2:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: -30px;
  width: 172px;
  height: 172px;
  background: url("../img/c2_el3.png") 0 0 no-repeat;
}
  .c-block.t-2 .cb-holder {
    position: relative;
    border: 2px solid #ccc;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
  }
  .c-block.t-2 .cb-holder.t-1 {
    padding: 30px 30px 40px;
    font-style: italic;
  }
  .c-block.t-2 .cb-holder.t-2 {
    margin-top: 20px;
    padding: 20px 20px;
    display: inline-block;
    vertical-align: top;
  }
  .c-block.t-2 .cb-holder.t-2:before {
    content: '';
    position: absolute;
    top: -24px;
    left: 190px;
    width: 16px;
    height: 24px;
    background: url("../img/c2_el1.png") 0 0 no-repeat;
  }
  .c-block.t-2 .cb-holder.t-2:after {
    content: '';
    position: absolute;
    top: 50%;
    right: -52px;
    width: 52px;
    height: 40px;
    margin-top: -30px;
    background: url("../img/c2_el2.png") 0 0 no-repeat;
  }
  .c-block.t-2 .cb-text {
    margin-bottom: 15px;
    color: #b44444;
  }
@media (max-width: 1280px) {
  .c-block.t-2 .cb-holder.t-1 {
    padding: 25px 30px;
  }
  .c-block.t-2:after {
    width: 102px;
    height: 102px;
    background-position: 0 -180px;
  }
  .c-block.t-2 .cb-holder.t-2:after {
    margin-top: -20px;
    background-position: 0 100%;
  }
}

.c-block.t-3 {
  padding: 30px 35px;
  background: #f3edcc;
}
.c-block.t-3a {
  padding: 20px 20px;
  background: #f8f4d1;
}
.c-block.t-3b {
  background: #fdf7d6;
}
  .c-block.t-3 .cb-title {
  }
    .c-block.t-3 .cb-title > * {
      margin-right: 10px;
      display: inline-block;
      vertical-align: middle;
    }
    .c-block.t-3 .cb-title h2 {
      font-family: 'pf_din_text_cond_promedium';
      font-size: 26px;
      color: #d83100;
    }
    .c-block.t-3 .cb-title .select-container {
      font-size: 16px;
    }
  .c-block.t-3 .cb-holder {
    margin-top: 20px;
  }
@media (max-width: 1280px) {
  .c-block.t-3 .row .col {
    width: auto;
    float: none;
  }
}

.c-block.t-4 {
  margin-left: -20px;
  margin-right: -10px;
  padding: 30px 60px 50px;
  border: 2px solid #ff9141;
  text-align: center;
}
  .c-block.t-4 .b-title {
    color: #e84227;
  }
    .c-block.t-4 .b-title > * {
      padding-bottom: 8px;
      border-bottom-width: 1px;
      border-bottom-style: solid;
      display: inline-block;
    }
  .c-block.t-4 .cb-item {
    margin-top: 15px;
  }
    .c-block.t-4 .cb-item-title,
    .c-block.t-4 .cb-item-text {
      margin-top: 5px;
    }
    .c-block.t-4 .cb-item-title {
      font-size: 18px;
    }

.c-block.t-5 {
  background: #fff9d7;
  margin-bottom: -150px;
  padding: 25px 30px;
  z-index: 10;
}
.c-block.t-5a {
  margin-bottom: 0;
}
  .c-block.t-5 .cb-menu {
    margin-top: 15px;
    border: 2px solid #ed4a19;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    display: inline-block;
    vertical-align: top;
  }
  .c-block.t-5a .cb-menu {
    margin: 5px 0 5px;
  }
    .c-block.t-5 .cb-menu a {
      position: relative;
      height: 36px;
      padding: 0 15px;
      border: 0;
      font-family: 'pf_din_text_cond_promedium';
      font-size: 18px;
      color: inherit;
      line-height: 36px;
      text-transform: uppercase;
      display: inline-block;
      vertical-align: top;
    }
    .c-block.t-5 .cb-menu a.active {
      margin: -2px;
      padding: 2px 35px 2px 17px;
      background: #ed4a19;
      background: -moz-linear-gradient(top, #ed4a19 0%, #cd4219 100%);
      background: -webkit-gradient(left top, left bottom, color-stop(0%, #ed4a19), color-stop(100%, #c94119));
      background: -webkit-linear-gradient(top, #ed4a19 0%, #cd4219 100%);
      background: -o-linear-gradient(top, #ed4a19 0%, #cd4219 100%);
      background: -ms-linear-gradient(top, #ed4a19 0%, #cd4219 100%);
      background: linear-gradient(to bottom, #ed4a19 0%, #cd4219 100%);
      border-radius: 5px;
      -moz-border-radius: 5px;
      -webkit-border-radius: 5px;
      color: #fff9d7;
    }
    .c-block.t-5 .cb-menu a.active:hover {
      background: #ff561d;
      background: -moz-linear-gradient(top, #ff561d 0%, #ec4d1d 100%);
      background: -webkit-gradient(left top, left bottom, color-stop(0%, #ff561d), color-stop(100%, #c94119));
      background: -webkit-linear-gradient(top, #ff561d 0%, #ec4d1d 100%);
      background: -o-linear-gradient(top, #ff561d 0%, #ec4d1d 100%);
      background: -ms-linear-gradient(top, #ff561d 0%, #ec4d1d 100%);
      background: linear-gradient(to bottom, #ff561d 0%, #ec4d1d 100%);
      color: #fff9d7;
    }
    .c-block.t-5 .cb-menu a.active span:after {
      content: "";
      position: absolute;
      top: 10px;
      right: 13px;
      width: 14px;
      height: 19px;
      background: url("../img/page_icons.png") -240px 0 no-repeat;
    }
    .c-block.t-5 .cb-menu a:hover {
      background: #fffbe7;
      color: #e83400;
      border-radius: 5px;
      -moz-border-radius: 5px;
      -webkit-border-radius: 5px;
    }
    .c-block.t-5 .cb-item li + li {
      margin-top: 8px;
    }
    .c-block.t-5 .cb-item .cb-n {
      color: #a8a699;
    }
  .c-block.t-5 .cb-holder {
    margin: 10px 0;
  }

.c-block.t-6 {
  background: #fff;
  padding: 25px 20px;
}

.c-block.t-7 {
  padding: 35px 40px;
  border: 2px solid #4fa3bf;
}
  .c-block.t-7 .cb-title {
    margin-bottom: 25px;
    font-size: 20px;
    font-weight: bold;
  }
  .c-block.t-7 .cb-but {
    margin-top: 40px;
  }
    .c-block.t-7 .cb-but a {
      position: relative;
      margin-left: 30px;
      color: #dc1c1c;
    }
    .c-block.t-7 .cb-but a:hover {
      color: #e82323;
    }
    .c-block.t-7 .cb-but .ico_but {
      position: absolute;
      top: 1px;
      left: -30px;
    }
  .c-block.t-7 .row {
    margin: 0 -10px;
  }
  .c-block.t-7 .col {
    width: 50%;
    padding: 0 10px;
  }

.c-block.t-8 {
  border-top: 1px solid #c0c0c0;
  border-bottom: 1px solid #c0c0c0;
}
.c-block.t-8a,
.c-block.t-8g,
.c-block.t-8h,
.c-block.t-8i {
  border-bottom: 0;
}
.c-block.t-8c {
  border: 0;
}
.c-block.t-8f {
  border-bottom: 0;
}
  .c-block.t-8 .cb-title {
    position: relative;
    margin-top: -0.6em;
    font-size: 16px;
    line-height: 1.2;
    font-weight: bold;
    text-align: center;
  }
  .c-block.t-8a .cb-title {
    font-size: 18px;
  }
  .c-block.t-8b .cb-title {
    margin-top: 35px;
  }
  .c-block.t-8c .cb-title {
    margin-top: 0;
    text-align: left;
  }
  .c-block.t-8d .cb-title {
    color: #197aa7;
  }
  .c-block.t-8e .cb-title {
    margin-left: -10px;
    color: #197aa7;
    text-align: left;
  }
  .c-block.t-8h .cb-title,
  .c-block.t-8g .cb-title,
  .c-block.t-8i .cb-title {
    margin-left: -10px;
    text-align: left;
  }
  .c-block.t-8f .cb-title {
    font-size: 22px;
    color: #bb3e43;
  }
  .c-block.t-8h .cb-title {
    font-size: 18px;
    color: #bb3e43;
  }
  .c-block.t-8i .cb-title {
    font-size: 18px;
  }
    .c-block.t-8 .cb-h {
      padding: 0 10px;
      background: #fff;
      display: inline-block;
      vertical-align: top;
    }
    .c-block.t-8c .cb-h {
      padding: 0;
    }
  .c-block.t-8 .row {
    margin-left: -30px;
    margin-right: -30px;
  }
  .c-block.t-8 .col {
    width: 50%;
    padding: 0 30px;
  }
@media (max-width: 1280px) {
  .c-block.t-oc .row .col,
  .c-block.t-ocb .row .col {
    width: auto;
    float: none;
  }
  .c-block.t-oc .row .col + .col {
    margin-top: 20px;
  }
  .c-block.t-ocb .row .col + .col {
    margin-top: 30px;
  }
}

.c-detail.t-1 {
}
  .c-detail.t-1 h1,
  .c-detail.t-1 h2,
  .c-detail.t-1 h3,
  .c-detail.t-1 h4,
  .c-detail.t-1 h5,
  .c-detail.t-1 h6 {
    margin: 1em 0 0.5em;
    font-family: inherit;
    font-weight: normal;
    color: inherit;
    text-transform: none;
    display: block;
  }
  .c-detail.t-1 h1 {
    font-size: 24px;
  }
  .c-detail.t-1 h2 {
    font-size: 22px;
  }
  .c-detail.t-1 h3 {
    font-size: 20px;
  }
  .c-detail.t-1 h4 {
    font-size: 18px;
  }
  .c-detail.t-1 h5 {
    font-size: 16px;
  }
  .c-detail.t-1 h6 {
    font-size: 14px;
    font-weight: bold;
  }
  .c-detail.t-1 *:first-child {
    margin-top: 0;
  }

.c-detail.t-2 {
}
  .c-detail.t-2 .content > h1,
  .c-detail.t-2 .content > h2,
  .c-detail.t-2 .content > h3,
  .c-detail.t-2 .content > h4,
  .c-detail.t-2 .content > h5,
  .c-detail.t-2 .content > h6,
  .c-detail.t-2 > h1,
  .c-detail.t-2 > h2,
  .c-detail.t-2 > h3,
  .c-detail.t-2 > h4,
  .c-detail.t-2 > h5,
  .c-detail.t-2 > h6 {
    margin: 1.5em 0 1em;
    font-family: inherit;
    font-weight: bold;
    color: inherit;
    text-transform: none;
    display: block;
  }
  .c-detail.t-2 .content > h1,
  .c-detail.t-2 > h1 {
    font-size: 24px;
  }
  .c-detail.t-2 .content > h2,
  .c-detail.t-2 > h2 {
    font-size: 22px;
  }
  .c-detail.t-2 .content > h3,
  .c-detail.t-2 > h3 {
    font-size: 20px;
  }
  .c-detail.t-2 .content > h4,
  .c-detail.t-2 > h4 {
    font-size: 18px;
  }
  .c-detail.t-2 .content > h5,
  .c-detail.t-2 > h5 {
    font-size: 16px;
  }
  .c-detail.t-2 .content > h6,
  .c-detail.t-2 > h6 {
    font-size: 14px;
    font-weight: bold;
  }
  .c-detail.t-2 .content > *:first-child,
  .c-detail.t-2 > *:first-child {
    margin-top: 0 !important;
  }
  .c-detail.t-2 .content > ul,
  .c-detail.t-2 > ul {
    margin: 0 0 0 18px;
    padding: 0;
    list-style: none;
  }
  .c-detail.t-2 .content > ul.t-1,
  .c-detail.t-2 > ul.t-1 {
    margin: 1.5em 0 1.5em 35px;
  }
    .c-detail.t-2 .content > ul li,
    .c-detail.t-2 > ul li {
      position: relative;
      margin: 1em 0;
      list-style: none;
    }
    .c-detail.t-2 .content > ul.t-1 li,
    .c-detail.t-2 > ul.t-1 li {
      margin: 18px 0;
    }
    .c-detail.t-2 .content > ul li:before,
    .c-detail.t-2 > ul li:before {
      content: '';
      position: absolute;
      top: 0.6em;
      left: -18px;
      width: 8px;
      height: 2px;
      background: #d73333;
    }
    .c-detail.t-2 .content > ul.t-1 li:before,
    .c-detail.t-2 > ul.t-1 li:before {
      left: -35px;
      width: 15px;
      background: #d73333;
    }

.f-fixed .l-header-holder {
  display: none;
}
.f-fixed .b-top-submenu,
.f-open .l-header-holder {
  display: block;
}
.f-fixed .b-main-menu .bm-app {
  display: none;
}
.e-popup_req {
    cursor: pointer;
}
.f-fixed.l-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
}
.f-open .b-mini-logo {
  display: none;
}

.f-animate_o.opened {
  -moz-animation: tranform-opacity 0.4s;
  -webkit-animation: tranform-opacity 0.4s;
  animation: tranform-opacity 0.4s;
}
/*.f-animate_o.closed {
  -moz-animation: tranform-backopacity 0.4s;
  -webkit-animation: tranform-backopacity 0.4s;
  animation: tranform-backopacity 0.4s;
}*/

@-o-keyframes tranform-opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes tranform-opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes tranform-opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes tranform-opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-o-keyframes tranform-backopacity {
  0% {
    opacity: 1;
    height: auto;
  }
  100% {
    opacity: 0;
    height: auto;
  }
}
@-moz-keyframes tranform-backopacity {
  0% {
    opacity: 1;
    height: auto;
  }
  100% {
    opacity: 0;
    height: auto;
  }
}
@-webkit-keyframes tranform-backopacity {
  0% {
    opacity: 1;
    height: auto;
  }
  100% {
    opacity: 0;
    height: auto;
  }
}
@keyframes tranform-backopacity {
  0% {
    opacity: 1;
    height: auto;
  }
  100% {
    opacity: 0;
    height: auto;
  }
}

@-o-keyframes tranform-pos2 {
  0% {
    left: 100%;
  }
  100% {
    left: 0%;
  }
}
@-moz-keyframes tranform-pos2 {
  0% {
    left: 100%;
  }
  100% {
    left: 0%;
  }
}
@-webkit-keyframes tranform-pos2 {
  0% {
    left: 100%;
  }
  100% {
    left: 0%;
  }
}
@keyframes tranform-pos2 {
  0% {
    left: 100%;
  }
  100% {
    left: 0%;
  }
}

@-o-keyframes tranform-pos3 {
  0% {
    top: 100%;
  }
  100% {
    top: 0%;
  }
}
@-moz-keyframes tranform-pos3 {
  0% {
    top: 100%;
  }
  100% {
    top: 0%;
  }
}
@-webkit-keyframes tranform-pos3 {
  0% {
    top: 100%;
  }
  100% {
    top: 0%;
  }
}
@keyframes tranform-pos3 {
  0% {
    top: 100%;
  }
  100% {
    top: 0%;
  }
}



.b-attach_file {
  margin-bottom: 5px;
}

.b-attach_file-list {

}
  .b-attach_file {
    position: relative;
    border: 1px solid #00a651;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    overflow: hidden;
    display: block;
  }
  .b-attach_file-text {
    position: relative;
    height: 20px;
    padding: 10px 75px 10px 15px;
    line-height: 20px;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    -mos-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: block;
  }
  .b-attach_file-but {
    padding: 10px 15px;
    border: 0 !important;
    float: right;
    color: #cf2114;
  }

.b-input_file {
  position: relative;
  background: url("../img/file_ico.png") 96% 50% no-repeat;
  border: 1px solid #b8b39a;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
  .b-input_file-loader {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 0;
    background: #edce6f;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
  }
  .b-input_file-status {
    position: relative;
    height: 20px;
    padding: 10px 75px 10px 15px;
    line-height: 20px;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    -mos-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: none;
  }
  .b-input_file-text {
    position: relative;
    height: 20px;
    padding: 10px 75px 10px 15px;
    line-height: 20px;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    -mos-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: block;
  }
  .b-input_file input {
    position: absolute;
    top: 0;
    left: -200%;
    width: 300%;
    height: 100%;
    -moz-opacity: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    cursor: pointer;
  }
  .b-input_file.request-form ::-webkit-file-upload-button {
    cursor:pointer;
  }
  .b-input_file.request-form input {
    left: 0%;
    width: 100%;
  }
  .blogotur__bgimg {
    position: relative;
    margin: 1em 0;
    height: 200px;
  }

  .blogotur__bgimg img {
    position: absolute;
    width: 1200px;
    left: 50%;
    margin-left: -600px;
    top: 0;
  }

  .blogotur__mark {
    background-color: #fff8e1;
    font-style: normal;
  }

  .blogotur__mark--big {
    font-size: 18px;
    line-height: 1.333;
  }

  .blogotur__quote {
    position: relative;
    font-size: 18px;
    font-weight: 600;
    color: #37474f;
    font-style: italic;
    line-height: 1.333;
    text-align: left;
    margin-left: 40px;
    margin-top: 47px;
    margin-bottom: 47px;
    margin-right: 40px;
    padding-left: 9px;
  }

  .blogotur__quote:before {
    content: '';
    background-color: #64b5f6;
    width: 30px;
    height: 80px;
    position: absolute;
    left: -40px;
    top: 50%;
    margin-top: -40px;
  }

  .blogotur-case {
    position: relative;
    width: 520px;
    margin: 3em auto;
    padding-top: 50px;
    padding-bottom: 40px;
  }

  .blogotur-case:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 116px;
    height: 36px;
    background: url("../img/blogotur-sitesoft.png") 50% 50% no-repeat;
  }

  .blogotur-case:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 122px;
    height: 22px;
    background: url("../img/blogotur-like.png") 50% 50% no-repeat;
  }
.b-budget {
  clear: both;
  overflow: hidden;
}
  .b-budget-wrapper {
  }
  .b-budget label {
    display: block;
    float: left;
    width: 30%;
    position: relative;
    background: url('../img/budget-icon.png') 0 16px repeat-x;
    text-align: right;
  }
    .b-budget label:after {
      content: '';
      width: 14px;
      height: 16px;
      position: absolute;
      right: 0;
      top: 11px;
      background: url('../img/budget-icon-b.png') -3px 0 no-repeat;
      cursor: pointer;
    }
  .b-budget label:first-child {
    width: 23%;
    // background-color: red
  }

  .b-budget label p {
    display: inline-block;
    width: 65px;
    margin-top: 30px;
    margin-bottom: 8px;
    font-size: 14px;
    color: rgb(83, 81, 68);
    font-family: pf_din_text_cond_promedium;
    text-align: center;
  }

  .b-budget label.t-1 p {
    margin-right: -23px;
  }
  .b-budget label.t-2 p,
  .b-budget label.t-3 p,
  .b-budget label.t-4 p {
    margin-right: -30px;
  }

  .b-budget label.active p {
    color: #d75526;
  }

  .b-budget label:last-child:before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 60%;
    margin-right: -60%;
    background: url('../img/budget-icon.png') 0 16px repeat-x;
  }

  .b-budget label:last-child p {
    margin-right: -26px;
  }

  .b-budget label.active,
  .b-budget label.active:before,
  .b-budget label.fire {
    background: url('../img/budget-icon-a.png') 0 16px repeat-x;
  }

  .b-budget label.fire:after {
    width: 14px;
    height: 16px;
    background-position: -3px -44px;
  }

  .b-budget label.active:after {
    width: 20px;
    height: 20px;
    right: -2px;
    background-position: 0 -20px;
    top: 9px;
    z-index: 2;
  }

  .b-budget input {
    display: none;
  }