.header__top:before, .header__menu:before, .header__rightside:before, .header__social-list:before, .header__language-list:before, .header__holder:before, .header__hidden:before, .tile:before, .header__top:after, .header__menu:after, .header__rightside:after, .header__social-list:after, .header__language-list:after, .header__holder:after, .header__hidden:after, .tile:after {
  content: " ";
  display: table; }
.header__top:after, .header__menu:after, .header__rightside:after, .header__social-list:after, .header__language-list:after, .header__holder:after, .header__hidden:after, .tile:after {
  clear: both; }

.header__top {
  box-sizing: border-box;
  height: 30px;
  padding: 5px 27px;
  background: url("../img/bg/menu_top.png") no-repeat; }
.header__menu {
  float: left; }
.header__link {
  float: left;
  height: 20px;
  margin-left: 12px;
  background: url("../img/main/header-menu__icons.png") no-repeat; }
  .header__link_state_active {
    pointer-events: none; }
  .header__link_type_home {
    width: 23px;
    background-position: 0 0; }
    .header__link_type_home:hover, .header__link_type_home.header__link_state_active {
      background-position: 0 -20px; }
  .header__link_type_contacts {
    width: 24px;
    background-position: -23px 0; }
    .header__link_type_contacts:hover, .header__link_type_contacts.header__link_state_active {
      background-position: -23px -20px; }
  .header__link_type_sitemap {
    width: 27px;
    background-position: -47px 0; }
    .header__link_type_sitemap:hover, .header__link_type_sitemap.header__link_state_active {
      background-position: -47px -20px; }
  .header__link_type_search {
    width: 27px;
    background-position: -74px 0; }
    .header__link_type_search:hover, .header__link_type_search.header__link_state_active {
      background-position: -74px -20px; }
.header__rightside {
  float: right; }
.header__social-list {
  float: left;
  margin-top: 3px; }
.header__social-title {
  display: inline-block;
  margin-right: 5px;
  color: #666f7b;
  font-size: 11px;
  line-height: 15px;
  vertical-align: top; }
.header__social {
  display: inline-block;
  height: 15px;
  width: 15px;
  background: url("../img/main/header-social__icons.png") no-repeat;
  vertical-align: top; }
  .header__social_type_vk {
    background-position: 0 0; }
    .header__social_type_vk:hover {
      background-position: 0 -15px; }
  .header__social_type_facebook {
    background-position: -15px 0; }
    .header__social_type_facebook:hover {
      background-position: -15px -15px; }
.header__language-list {
  float: left;
  margin-top: 1px;
  margin-left: 40px; }
.header__language {
  float: left;
  margin-left: 8px;
  width: 20px;
  color: #4980BF;
  font-size: 11px;
  line-height: 18px;
  text-align: center;
  text-decoration: none; }
  .header__language:hover, .header__language_state_active {
    color: #DC0021;
    background: url("../img/buttons/lang_bg.png") no-repeat; }
  .header__language_state_active {
    pointer-events: none; }
  .header__language:first-of-type {
    margin-left: 0; }
.header__holder {
  margin-top: 15px;
  text-align: left; }
.header__logo {
  box-sizing: border-box;
  float: left;
  width: 160px;
  padding-left: 15px; }
  .header__logo a {
    display: block; }
.header__inner {
  float: left;
  width: 225px;
  color: #000; }
  .header__inner_size_small {
    width: 176px; }
.header__title {
  display: block;
  margin: 5px 0 8px;
  color: rgba(0, 0, 0, 0.92);
  font-size: 14px;
  font-weight: bold;
  line-height: 14px; }
.header__numbers {
  margin: 0;
  font-size: 12px;
  line-height: 16px; }
.header__phones {
  margin-top: 10px;
  width: 120px;
  position: relative; }
.header__button {
  border-radius: 3px;
  box-sizing: border-box;
  border: 1px solid #dcdcdc;
  display: block;
  height: 30px;
  width: 120px;
  position: relative;
  background: #fff;
  cursor: pointer;
  text-align: center; }
  .header__phones:hover .header__button {
    border-radius: 3px 3px 0 0; }
    .header__phones:hover .header__button:before {
      width: 118px;
      height: 1px;
      position: absolute;
      left: 0;
      top: 100%;
      z-index: 101;
      background: #fff;
      content: ''; }
  .header__button-inner {
    border-bottom: 1px dotted #0e69af;
    display: inline-block;
    margin-top: 7px;
    margin-left: -10px;
    position: relative;
    color: #0e69af;
    font-size: 11px;
    line-height: 12px;
    vertical-align: top; }
    .header__button-inner:before {
      border-color: #0e69af transparent transparent;
      border-style: solid;
      border-width: 3px;
      margin-left: 5px;
      position: absolute;
      top: 5px;
      left: 100%;
      content: ''; }
    .header__phones:hover .header__button-inner {
      border-bottom: none; }
.header__hidden {
  border-radius: 0 4px 4px 4px;
  box-sizing: border-box;
  border: 1px solid #dcdcdc;
  display: none;
  margin-top: -1px;
  padding: 10px 0;
  width: 400px;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 100;
  background: #fff;
  color: #000;
  font-size: 12px;
  line-height: 18px; }
.header__hidden_small {width: 200px;}
  .header__phones:hover .header__hidden {
    display: block; }
  .header__hidden-list {
    float: left;
    width: 170px;
    padding: 0 10px; }
    .header__hidden-list:first-of-type {
      padding-left: 20px; }
    .header__hidden-list div {
      margin-top: 10px; }
      .header__hidden-list div:first-of-type {
        margin-top: 0; }
  .header__hidden span {
    display: block;
    margin-bottom: 3px;
    font-size: 14px;
    font-weight: bold;
    line-height: 20px; }
  .header__hidden p {
    margin: 0;
    color: #000;
    font-size: 12px;
    line-height: 18px; }

.footer .csf a.dev span {
  width: 85px; }

.footer .csf a.dev i {
  vertical-align: top;
  margin-top: 4px;
  margin-right: 8px; }

.b-location .location {
  box-sizing: border-box;
  min-height: 1px;
  padding: 0 10px 0 0;
  width: 100%;
  position: static;
  background: none; }
.b-location .location > div {
  min-height: 1px; }
.b-location .adress {
  margin: 0 0 7px;
  height: auto;
  cursor: default;
  line-height: 16px;
  text-decoration: none; }
  .b-location .adress span {
    border-bottom: 1px dotted #0e69af;
    color: #0e69af;
    cursor: pointer;
    font-size: 12px; }
    .b-location .adress:hover span {
      border-bottom-color: transparent; }

.b-location .closest {
  display: inline-block;
  padding: 0;
  position: static;
  background: none;
  color: #0e69af;
  font-size: 13px;
  font-weight: bold;
  line-height: 16px; }
  .b-location .closest:hover {
    color: #0e69af; }

.b-block {
  margin-bottom: 10px;
  padding: 0px 0 10px;
  background: url("../img/bg/control_bg.png") 0 100% repeat-x; }
  .b-block__holder {
    margin: 0 auto;
    padding: 0 13px;
    width: 970px; }
  .b-block__inner {
    height: 121px;
    position: relative; }
    .b-block__inner .imger {
      position: absolute;
      top: 0;
      left: 0;
      z-index: 0; }
    .b-block__inner .description {
      padding: 0 0 0 35px;
      position: relative;
      z-index: 10; }
      .b-block__inner .description h1 {
        margin: 0 0 7px 0;
        padding-top: 6px;
        color: #fff;
        font-size: 45px;
        line-height: normal; }
      .b-block__inner .description > div {
        border-left: 1px solid #fff;
        padding: 0 0 0 10px;
        overflow: hidden; }
      .b-block__inner .description > div > div {
        color: #fff;
        font-size: 14px;
        font-weight: bold;
        margin: -3px 0;
        line-height: 18px;
        width: 560px; }
    .b-block__inner .forward {
      position: absolute;
      right: 34px;
      top: 50%;
      margin: -18px 0 0 0;
      z-index: 11; }

.tile {
  margin: 0 auto 10px;
  padding: 0 13px;
  width: 970px; }
  .tile__item {
    box-sizing: border-box;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.22);
    border: 1px solid #E1E1E1;
    float: left;
    margin-left: 10px;
    width: 186px;
    background: #fff; }
    .tile__item:first-of-type {
      margin-left: 0; }
  .tile__thumbnail {
    height: 161px; }
    .tile__thumbnail img {
      display: block;
      max-width: 100%;
      max-height: 100%; }
  .tile__description {
    box-sizing: border-box;
    height: 82px;
    padding: 6px 10px; }
    .tile__description p {
      margin: 0;
      color: #373738;
      font-size: 13px;
      font-weight: bold;
      line-height: 18px; }
    .tile__description a {
      display: inline-block;
      margin-top: 3px;
      color: #0e4d9b;
      font-size: 12px;
      line-height: 18px; }
      .tile__description a:hover {
        color: #0e4d9b; }
  .tile__catalog {
    border-top: 1px solid #e1e1e1;
    display: block;
    padding-left: 10px;
    box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.15);
    background: #ffffff;
    /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #dadada 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #dadada));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 0%, #dadada 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 0%, #dadada 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffffff 0%, #dadada 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #ffffff 0%, #dadada 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dadada',GradientType=0 );
    /* IE6-9 */
    color: #383131;
    font-size: 12px;
    line-height: 30px;
    text-decoration: none; }
    .tile__catalog:hover {
      background: #fd2129;
      /* Old browsers */
      /* IE9 SVG, needs conditional override of 'filter' to 'none' */
      background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZkMjEyOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiZTE5MWYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
      background: -moz-linear-gradient(top, #fd2129 0%, #be191f 100%);
      /* FF3.6+ */
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fd2129), color-stop(100%, #be191f));
      /* Chrome,Safari4+ */
      background: -webkit-linear-gradient(top, #fd2129 0%, #be191f 100%);
      /* Chrome10+,Safari5.1+ */
      background: -o-linear-gradient(top, #fd2129 0%, #be191f 100%);
      /* Opera 11.10+ */
      background: -ms-linear-gradient(top, #fd2129 0%, #be191f 100%);
      /* IE10+ */
      background: linear-gradient(to bottom, #fd2129 0%, #be191f 100%);
      /* W3C */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fd2129', endColorstr='#be191f',GradientType=0 );
      /* IE6-8 */
      color: #fff; }

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