@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,500,700,900);

body, html {
  height: 100%; }

body {
  background: #eeeeee;
  font-family: 'Roboto',sans-serif;
  font-weight: 400;
  font-size: 18px;
  font-weight: 400; }

.glyphicon-ruble:before{
  content:"\20bd"
}

.mb20 {
    margin-bottom: 20px;
}

a:focus {
  outline: none;
  outline-offset: 0;
  text-decoration: none; }

input, label {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }

.wrapper, body {
  position: relative; }

.wrapper {
  min-height: 100%;
  padding-bottom: 105px; }

.main-footer {
  margin: -105px auto 0;
  min-height: 105px;
  position: relative;
  background-color: #34495e;
  color: #999; }

.brokerLinkBlock {
  position: relative;
}
.brokerLink {
  position: absolute;
  right: 15px;
  top: 255px;
}
.brokerLink img {
  position: fixed;
}
.brokerLinkBlock {
  position: relative;
}
.brokerLinkBlock > div {
  position: absolute;
  right: 91px;
  top: 332px;
}
.brokerLinkBlock > div > div {
  position: fixed;
  transform: rotate(90deg);
  display: inline-table;
  padding: 4px;
  background-color: #fff;
  border: 1px solid #E8E8E8;
}
.brokerLinkBlock > div > div > a {
  text-decoration: none;
  background-color: #0079DB;
  color: #fff;
  padding: 12px 25px;
  font-size: 15px;
  text-transform: uppercase;
  display: block;
}

.recorderLinkBlock {
  position: relative;
}
.recorderLinkBlock > div {
  position: absolute;
  right: 98px;
  top: 342px;
}
.recorderLinkBlock > div > a {
  position: fixed;
  transform: rotate(90deg);
  text-decoration: none;
  background-color: #f34f33;
  color: #fff;
  padding: 16px 25px;
  font-size: 15px;
  text-transform: uppercase;
  display: inline-table;
}

ul {
  margin: 0;
  padding: 0; }

.butt-link-l, .butt-link-l:focus {
  float: right;
  padding: 5px 10px;
  background: #70ca63;
  color: #fff;
  font-size: 15px;
  border: 0; }
  .butt-link-l:hover, .butt-link-l:focus:hover {
    background: #70ca45;
    color: white;
    text-decoration: none; }

.registr-button a {
  position: relative; }

.dropdown .caret {
  position: absolute;
  right: 8px;
  top: 8px; }

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: top;
  border-top: 4px solid #fff;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  content: ""; }

.dropdown-menu > li > a {
  display: inline-block;
  float: none;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  line-height: 4; }

.dropdown-menu {
  padding: 0;
  margin: 0;
 /* left: 60px;*/
  top: 60px;
  height: auto;
  width: 200px;
  left: inherit;
  right:0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;}

.dropdown-menu li {
    text-align: center;
    display: block;
    width: 100%;
    float: left; }

.color-head {
  position: absolute;
  width: 50%;
  top: 0;
  z-index: 0;
  right: 0;
  min-height: 85px;
  height: 100%;
  background-color: #3498db;}

.main-header {
  position: relative;
  /*overflow: hidden;*/
 /* background-color: #30363e;*/
  background-color: #34495E }

.logo img {
  padding: 9px 0 }

.nav-bar {
  height: 100%;
  min-height: 85px;
  background-color: #3498db;
  margin-left: 20px }

.nav {
  display: block;
  position: relative;
  z-index: 10;
  list-style-type: none;
  height: 100%; }
  .nav li {
    display: inline-block; }
    .nav li a {
      display: block;
      font-size: 16px;
      color: white;
      padding: 0 15px;
      line-height: 85px;
      -webkit-transition: all .3s ease;
      -moz-transition: all .3s ease;
      -ms-transition: all .3s ease;
      -o-transition: all .3s ease;
      transition: all .3s ease; }
      .nav li a:hover, .nav li a:focus, .nav li.active {
        text-decoration: none;
        background: #22a7f0; }

.registr-button {
  position: relative;
  z-index: 10; }
  .registr-button a {
    float: right;
    color: white;
    font-size: 14px;
    border: none;
    line-height: 35px;
    margin-top: 25px;
    padding: 0 25px; }
    .registr-button a:hover {
      cursor: pointer;
      text-decoration: none; }
  .registr-button .enter-header {
    background: #f5b025; }
  .registr-button .registration {
    background: #30363e;
    margin-right: 20px; }

  .registrationButton, .registrationButton:hover, .registrationButton:focus {
    background: #30363e;
    color: white;
    line-height: 35px;
    font-size: 13px;
    text-decoration: none;
    display: inline-block;
    padding: 0 25px; }

  .parkingTemplate, .parkingTemplate:hover, .parkingTemplate:focus {
      text-decoration: none }

  .parkingTemplate img {
      border: 2px solid #cfcfcf;
      margin-right: 12px; }

  .parkingTemplate:last-of-type img {
      margin-right: 0; }

.mobile-menu {
  display: none;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 600; }

.mobile-menu:hover, .mobile-menu:focus, .mobile-menu:active {
  color: #ffffff;
  text-decoration: none; }


.container .error-title {
    font-size: 140px;
    font-weight: 800;
    color: #4a89dc;
    text-align: center;
    padding-top: 60px;
    margin-bottom: 20px;
    line-height: 120px;
}

.container .error-subtitle {
    font-weight: 400;
    text-align: center;
    font-size: 40px;
    color: #AAA;
    margin-bottom: 80px;
}

@media (max-width: 767px) {
  .main-header {
    overflow: visible; }

  .nav li, .nav {
    width: 180px; }

  .menu {
    display: none;
    position: absolute;
    right: 50px;
    top: -50px;
    z-index: 9999;
    height: auto; }

  .nav-bar {
    background: none;
    min-height: 0;
    position: absolute;
    z-index: 100;
    top: 0;
    display: block;
    width: 100%;
    left: 0;
    height: 20px;
    margin-left: 0 !important }
    .nav-bar i {
      font-size: 25px; }

  .mobile-menu {
    position: absolute;
    z-index: 100;
    top: -50px;
    right: 20px;
    display: block;
    width: 20px;
    height: 20px; }
    .mobile-menu i {
      font-size: 25px; }

  nav {
    margin: 0;
    background: none; }

  .menu li {
    display: block;
    margin: 0; }

  .menu li a {
    line-height: 45px !important;
    background: #ffffff;
    color: #797979;
    border-top: 1px solid #e0e0e0;
    border-left: 3px solid #ffffff; }

  .menu li a:hover, .menu li:hover > a {
    background: #f0f0f0;
    color: #797979;
    border-left: 3px solid #4d90fe; } }
.nav-footer {
  display: block;
  width: 100%;
  text-align: right;
  list-style-type: none;
  margin-top: 30px; }
  .nav-footer li {
    display: inline-block;
    margin-right: 10px; }
    .nav-footer li:after {
      content: "|";
      font-size: 16px;
      color: #727C8A;
      margin-left: 15px; }
    .nav-footer li a {
      color: #727C8A;
      font-size: 16px;
      font-weight: 400; }
      .nav-footer li a:hover {
        text-decoration: underline; }
  .nav-footer li:last-of-type {
    margin-right: 0; }
    .nav-footer li:last-of-type:after {
      display: none; }

.link-footer {
  margin-top: 15px;
  display: block;
  float: right;
  color: #727C8A;
  font-size: 16px;
  font-weight: 400; }

.search-box {
  background: #ffffff;
  margin-top: 30px;
  width: 100%;
  position: relative; }
  .search-box h1 {
    text-align: center;
    color: #30363E;
    font-size: 40px;
    font-weight: 300;
    padding-top: 10px; }

.search {
  padding: 0 30px; }
  .search label {
    width: 100%;
    height: 100%;
    position: relative;
    display: inline-block; }
  .search input[placeholder] {
    padding-left: 15px;
    color: #999;
    font-size: 16px;
    font-weight: 300; }
  .search .selectZoneInfo {
    position: absolute;
    top: 13px;
    right: 94px; }
  .search .selectZoneInfo span, .search .selectZoneInfo svg {
    cursor: pointer; }
  .search input[type="submit"] {
    z-index: 10;
    position: absolute;
    right: -1px;
    top: 0;
    fill: #fff;
    width: 85px;
    height: 100%;
    border: none;
    color: white;
    background: url("../images/svg/domain_parking_icons-03.svg") no-repeat;
    background-position: right center;
    background-color: #70ca63;
    padding: 0;
    text-align: left;
    padding-left: 5px; }
    .search input[type="submit"]:focus {
      outline-color: #4d90fe; }
  .search input[type="search"] {
    -webkit-appearance: none !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
    z-index: 9;
    height: 40px;
    width: 98%;
    float: left; }
    .search input[type="search"]:focus {
      outline-color: #4d90fe; }
#clearZoneInfo {
    position: relative;
    display: inline-block;
    width: 10px;
    height: 10px;
    color: #000;
}
#clearZoneInfo:after {
     position: absolute;
     content: "\00d7";
     font-size: 22px;
     top: -12px;
     left: -1px;
}
.block-label_date {
  font-size: 18px; }
  .block-label_date input[type="date"]::-webkit-inner-spin-button {
    -webkit-appearance: none; }
  .block-label_date input[type="date"]::-webkit-outer-spin-button {
    -webkit-appearance: none; }

.zone {
  padding: 0 30px;
  margin-top: 15px; }
  .zone .zone-block {
    display: inline-block;
    float: left; }

  .zone input[type="checkbox"], .extraOptions input[type="checkbox"] {
    display: none; }
  .zone label, .extraOptions label {
    display: inline-block;
    cursor: pointer;
    position: relative;
    padding-left: 35px;
    margin-right: 15px;
    font-size: 22px; }
    .zone label:before, .extraOptions label:before {
      content: "";
      display: inline-block;
      width: 30px;
      height: 30px;
      margin-right: 10px;
      position: absolute;
      left: 0;
      bottom: 1px;
      background-color: #fff;
      border: 1px solid #ccc; }
  .zone input[type=checkbox]:checked + label:before, .extraOptions input[type=checkbox]:checked + label:before {
    content: "\2713";
    font-size: 29px;
    color: #4a89dc;
    text-align: center;
    line-height: 27px;
    border: 1px solid #4a89dc; }

.link-search {
  color: #2A71CF;
  font-size: 18px;
  font-weight: 400;
  text-decoration: underline;
  float: left;
  line-height: 35px; }
  .link-search:hover {
    text-decoration: none;
    color: #2A71CF; }

.search-cat {
  position: relative; }

.search-kat-1 {
  width: 100%;
  height: 50px;
  margin-top: 46px;
  padding-left: 10px;
  color: #30363E;
  font-size: 16px;
  font-weight: 300;
  background-color: white; }
  .search-kat-1:focus {
    outline-color: #4d90fe; }

.search-kat-2 {
  position: relative;
  margin: 5px 0 0 0;
  padding: 0 20px 0 0;
  float: right;
  border: none !important;
  color: #2A71CF;
  font-size: 18px;
  font-weight: 400;
  text-decoration: underline; }
  .search-kat-2:active, .search-kat-2:focus {
    border: none;
    box-shadow: none;
    outline: none; }
  .search-kat-2:focus {
    outline-color: #4d90fe; }
  .search-kat-2:hover {
    cursor: pointer; }
  .search-kat-2 svg {
    position: absolute;
    right: 2px;
    top: 10px;
    fill: #2f78d6; }

.add_search, .add_search_subcat {
  width: 100%;
  padding: 0 15px 0 30px;
  padding-bottom: 20px;
  font-size: 20px;
  font-weight: 300; }
  .add_search .block-position_1, .add_search .block-position_2 {
    position: relative;
    width: 49%;
    display: inline-block; }
  .add_search .block-position_3, .add_search .block-position_4 {
    width: 48%; }
  .add_search .block-position_5, .add_search .block-position_6 {
    width: 40%; }
  .add_search .block-position_7 svg, .add_search .block-position_8 svg {
    position: absolute;
    right: 4px;
    bottom: 9px;
    fill: #2f78d6; }
  .add_search label, .extraOptions span {
    color: #888;
    display: block;
    font-size: 18px;
    font-weight: 300;
    margin: 10px 0; }
  .add_search .extraOptions label {
    display: inline-block;
    margin-right: 15px;
    line-height: 30px}
  .add_search .extraOptions span {
    position: relative;
    left: inherit;
    bottom: inherit}
  .add_search input {
    height: 50px;
    padding-left: 35px;
    width: 100%;
    color: #30363E; }
  .add_search span {
    position: absolute;
    left: 5px;
    color: #999;
    bottom: 12px; }

.cat_span {
  color: #888;
  display: block;
  font-size: 18px;
  font-weight: 300;
  margin: 10px 0;
  top: 0px;
  bottom: inherit !important;
  left: 0px !important; }

.list-reck_li {
  list-style-type: none; }
  .list-reck_li li {
    display: inline-block; }
    .list-reck_li li a, .list-reck_li li a:focus {
      position: relative;
      display: inline-block;
      width: 259px;
      padding: 10px;
      font-size: 18px;
      font-weight: 400; }
      .list-reck_li li a:hover, .list-reck_li li a:focus:hover {
        text-decoration: none;
        background: #4d90fe;
        color: white; }
        .list-reck_li li a:hover:after, .list-reck_li li a:focus:hover:after {
          background: -moz-linear-gradient(left, rgba(77, 144, 254, 0.2), #4d90fe 100%);
          background: -webkit-linear-gradient(left, rgba(77, 144, 254, 0.2), #4d90fe 100%);
          background: -o-linear-gradient(left, rgba(77, 144, 254, 0.2), #4d90fe 100%);
          background: -ms-linear-gradient(left, rgba(77, 144, 254, 0.2), #4d90fe 100%);
          background: linear-gradient(to right, rgba(77, 144, 254, 0.2), #4d90fe 100%); }
    .list-reck_li li a.active {
      text-decoration: none;
      background: #4d90fe;
      color: white; }
.list-reck_li a sup {
  position: absolute;
  top: 24px;
  right: 10px;
}
.overflow-dots {
  white-space: nowrap; /* à?á?àÌàÅàÍá?àÅàÌ àÏàÅá?àÅàÍàÎá? á?àÅàÊá?á?àÀ */
  overflow: hidden; /* à?àÁá?àÅàÇàÀàÅàÌ á?àÎàÄàÅá?àÆàÈàÌàÎàÅ */
  text-overflow: ellipsis;
  width: calc(100% - 40px);
  display: inherit; }
.add_search_cat {
  padding-top: 20px; }

.list-radd_li {
  list-style-type: none; }
  .list-radd_li li {
    display: block; }
    .list-radd_li li a {
      display: block;
      padding: 5px 10px 5px 15px; }
  .list-radd_li li:first-of-type a, .list-radd_li li:first-of-type a:focus {
    font-size: 18px;
    font-weight: 400;
    background: none;
    border: 1px solid #4d90fe;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    margin-bottom: 4px;
    width: 100%;
    display: inline-block;
    padding: 10px; }
    .list-radd_li li:first-of-type a:hover, .list-radd_li li:first-of-type a:focus:hover {
      text-decoration: none;
      background: #4d90fe;
      color: white; }

.list-reck-box2_li li a, .list-reck-box2_li li a:focus {
  background: none;
  border: 1px solid #4d90fe;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  margin-bottom: 4px;
  width: 256px; }
  .list-reck-box2_li li a:hover, .list-reck-box2_li li a:focus:hover {
    text-decoration: none;
    background: #4d90fe;
    color: white; }

.size {
  white-space: nowrap;
  overflow: hidden;
  padding: 5px;
  position: relative; }

.size::after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 100%;
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0.2), #fff 100%);
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.2), #fff 100%);
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0.2), #fff 100%);
  background: -ms-linear-gradient(left, rgba(255, 255, 255, 0.2), #fff 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0.2), #fff 100%); }

.active.size::after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 100%;
  background: -moz-linear-gradient(left, rgba(77, 144, 254, 0.2), #4d90fe 100%);
  background: -webkit-linear-gradient(left, rgba(77, 144, 254, 0.2), #4d90fe 100%);
  background: -o-linear-gradient(left, rgba(77, 144, 254, 0.2), #4d90fe 100%);
  background: -ms-linear-gradient(left, rgba(77, 144, 254, 0.2), #4d90fe 100%);
  background: linear-gradient(to right, rgba(77, 144, 254, 0.2), #4d90fe 100%); }

.drop-cat-link {
  display: inline-block;
  width: 100%;
  color: #2A71CF;
  text-decoration: none;
  font-size: 18px;
  font-weight: 400;
  text-align: right;
  padding-right: 15px;
  padding-bottom: 10px; }
  .drop-cat-link i {
    margin-left: 10px;
    text-decoration: none; }
  .drop-cat-link:hover {
    cursor: pointer;
    text-decoration: none; }

.zone-more {
  display: none;
  position: absolute;
  background: #fff;
  z-index: 1000;
  left: 0;
  right: 0;
  margin: 0 15px;
  margin-top: 10px;
  box-shadow: 1px 2px 7px rgba(0, 0, 0, 0.24); }
  .zone-more .zone-block {
    max-height: 560px;
    overflow-y: scroll; }
  .zone-more label {
    font-size: 21px;
    width: 155px !important;
    margin-right: 15px !important;
    margin-top: 5px; }

.link-search_2 {
  display: block;
  width: 100%; }

.hid-vis {
  display: none; }

.popular-box {
  background: white;
  width: 100%;
  margin: 30px 0 60px 0;
  padding: 30px;
  padding-top: 15px; }
  .popular-box h2 {
    display: inline-block;
    float: left;
    color: #30363E;
    font-size: 32px;
    font-weight: 400;
    margin-top: 15px; }
  .popular-box span {
    display: inline-block;
    float: right;
    color: #888;
    font-size: 16px;
    font-weight: 400;
    margin-top: 25px; }

.results-box {
  width: 100%;
  border: 1px solid #e7e7e7; }
  .results-box thead {
    background: #f4f4f4; }
    .results-box thead tr th {
      text-align: center;
      color: #30363E;
      font-size: 18px;
      font-weight: 500;
      border: 1px solid #e7e7e7;
      border-width: 0 1px 1px 0;
      line-height: 3.5; }
  .results-box tbody {
    background: #fff;
    color: #656565;
    font-size: 18px;
    font-weight: 400; }
    .results-box tbody tr td {
      text-align: center;
      font-size: 18px;
      font-weight: 500;
      border: 1px solid #e7e7e7;
      border-width: 0 1px 1px 0;
      padding: 5px;
      line-height: 45px; }
    .results-box tbody tr .name-dom {
      text-align: left; }
      .results-box tbody tr .name-dom img {
        width: 16px;
        vertical-align: middle; }
      .results-box tbody tr .name-dom span {
        padding: 0;
        margin-top: 0;
        font-size: 18px;
        font-weight: 500;
        float: none;
        padding-left: 20px;
        top: 0;
        color: #656565; }
    .results-box tbody tr .price {
      text-align: right;
      padding-right: 100px;
      position: relative; }
      .results-box tbody tr .price a {
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -ms-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease; }
        .results-box tbody tr .price a svg {
          position: absolute;
          right: 0;
          top: 0;
          width: 55px;
          height: 55px;
          padding: 10px;
          fill: #70ca63;
          -webkit-transition: all .3s ease;
          -moz-transition: all .3s ease;
          -ms-transition: all .3s ease;
          -o-transition: all .3s ease;
          transition: all .3s ease; }
        .results-box tbody tr .price a:hover svg {
          fill: #fff;
          background: #70ca63; }
    .results-box tbody .first_info_row {
      background: #FFF; }
    .results-box tbody .first {
      background: #FFF; }
    .results-box tbody .second_info_row {
      background: #f4f4f4; }
    .results-box tbody .second {
      background: #f4f4f4; }

.nav-table {
  background: #f4f4f4;
  width: 100%; }

.nav-table_sum {
  list-style-type: none;
  display: inline-block;
  padding-left: 30px; }
  .nav-table_sum .active a {
    color: #2F78D6;
    text-decoration: none; }
  .nav-table_sum li {
    display: inline-block;
    font-size: 18px;
    font-weight: 400;
    color: #30363E;
    line-height: 60px;
    margin-right: 10px; }
    .nav-table_sum li a {
      color: #30363E;
      text-decoration: underline; }
      .nav-table_sum li a:hover, .nav-table_sum li a:active, .nav-table_sum li a:focus {
        color: #2F78D6; }

.nav-table_pages {
  list-style-type: none;
  display: inline-block;
  float: right; }
  .nav-table_pages .active {
    background: #99a0aa; }
    .nav-table_pages .active a {
      color: white;
      padding: 0 25px; }
  .nav-table_pages li {
    display: inline-block;
    font-size: 18px;
    font-weight: 400; }
    .nav-table_pages li a {
      color: #30363E;
      text-decoration: none;
      padding: 0 15px;
      line-height: 60px; }

.sort-link {
  position: relative;
  width: 100%;
  display: block;
  text-decoration: none; }

.asc, .asc:focus {
  background: #2f78d6;
  color: white;
  text-decoration: none; }
  .asc:after, .asc:focus:after {
    position: absolute;
    content: "";
    -moz-transform: scaleY(-1);
    -o-transform: scaleY(-1);
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
    background: url("../images/arrow.png") no-repeat;
    color: #fff;
    width: 14px;
    height: 9px;
    bottom: 5px;
    left: 49%; }
  .asc:hover, .asc:focus:hover {
    text-decoration: none;
    color: white; }

.desc, .desc:focus {
  text-decoration: none;
  background: #2f78d6;
  color: white; }
  .desc:after, .desc:focus:after {
    position: absolute;
    content: "";
    background: url("../images/arrow.png") no-repeat;
    color: #fff;
    width: 14px;
    height: 9px;
    bottom: 3px;
    left: 49%; }
  .desc:hover, .desc:focus:hover {
    text-decoration: none;
    color: white; }

.second_info_row {
  display: none; }

.first_info_row {
  display: none; }

.second_info_row div:last-of-type, .first_info_row div:last-of-type {
  width: 100%; }
  .second_info_row div:last-of-type a:hover svg, .first_info_row div:last-of-type a:hover svg {
    fill: #fff;
    background: #70ca63; }
  .second_info_row div:last-of-type a svg, .first_info_row div:last-of-type a svg {
    position: absolute;
    right: 0;
    top: -25px;
    width: 50px;
    height: 50px;
    padding: 10px;
    fill: #70ca63;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease; }

.first_info_row div, .second_info_row div {
  text-align: left; }

.filter-table_box {
  position: relative;
  display: none;
  width: 100%;
  padding: 10px;
  background: #ccc;
  line-height: 1;
  text-align: right; }
  .filter-table_box i {
    height: 20px;
    cursor: pointer;
    padding-right: 30px;
    background: url(../images/sort_image.png) top right no-repeat;
    font-size: 16px;
    display: inline-block;
    font-style: normal;
    color: #fff;
    line-height: 1.5; }
  .filter-table_box .menu-2 {
    display: none;
    position: absolute;
    top: 10px;
    right: 40px;
    background: #ccc;
    height: auto; }
    .filter-table_box .menu-2 li {
      position: relative; }
    .filter-table_box .menu-2 .asc:after, .filter-table_box .menu-2 .desc:after {
      top: 14px;
      left: 10px; }

.breadcrumbs {
  list-style-type: none;
  display: inline-block;
  margin-top: 20px; }
  .breadcrumbs li {
    display: inline-block;
    list-style-type: none;
    margin-right: 10px; }
    .breadcrumbs li a {
      font-size: 16px;
      font-weight: 300;
      color: #999;
      text-decoration: underline; }
      .breadcrumbs li a:hover {
        text-decoration: none; }
    .breadcrumbs li:after {
      content: ">";
      color: #999;
      margin-left: 10px; }
  .breadcrumbs span {
    color: #3078D7;
    text-decoration: none; }
  .breadcrumbs li:last-of-type span {
    color: #3078D7;
    text-decoration: none; }
  .breadcrumbs li:last-of-type:after {
    content: "";
    display: none; }

.popular-box_content {
  background: white;
  width: 100%;
  margin: 15px 0 60px 0;
  padding: 30px;
  padding-top: 15px; }
  .popular-box_content h2.first_h2 {
    color: #30363E;
    font-size: 32px;
    font-weight: 400;
    margin-top: 10px;
    position: relative; }
    .popular-box_content h2.first_h2:after {
      content: "";
      position: absolute;
      bottom: 0;
      left: 0;
      border: 1px solid #dbddde;
      width: 100%; }
  .popular-box_content ul {
    /*margin: 10px 0 0 5px;*/ }
    .popular-box_content ul li {
      list-style-type: none;
      position: relative;
      /*padding-left: 15px;*/ }
      .popular-box_content ul li:before {
        /*content: "";*/
        position: absolute;
        top: 8px;
        left: 0px;
        display: inline-block;
        width: 5px;
        height: 5px;
        background: #30363e; }

.bold_sp {
  color: #30363E;
  font-size: 18px;
  font-weight: 500; }

.product-select h2 {
  position: relative;
  display: inline-block;
  width: 68%;
  padding-left: 40px;
  color: #30363E;
  font-size: 32px;
  font-weight: 400;
  margin-top: 10px; }
  .product-select h2:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    border: 1px solid #dbddde;
    width: 100%; }
  .product-select h2 .img-icon {
    position: absolute;
    left: 0;
    top: 12px; }
.product-select h3 {
  color: #30363E;
  font-size: 25px; }
.product-select table {
  width: 100%;
  /*border: 1px solid #e7e7e7;*/ }
  .product-select table tr td {
    /*border: 1px solid #e7e7e7;
    padding: 10px 20px;*/ }
  .product-select table tr td:last-of-type {
    /*text-align: right;*/ }
  .product-select table tr:nth-child(even) {
    background: #FFF; }
  .product-select table tr:nth-child(odd) {
    /*background: #f4f4f4;*/ }
.product-select .likes, .product-select .likes2 {
  position: relative;
  display: inline-block;
  float: right;
  padding-left: 29px; }
.product-select .likes2 svg {
  position: absolute;
  left: 0;
  top: 19px;
  fill: #bababb; }
.product-select .likes2 span {
  color: #BABABB;
  font-size: 16px;
  font-weight: 300;
  padding: 0 15px 0 5px; }
.product-select .likes svg {
  position: absolute;
  left: 0;
  top: 19px;
  fill: #3078d7; }
.product-select .likes span {
  color: #3078d7;
  font-size: 16px;
  font-weight: 300;
  padding: 0 0 0 5px; }
.product-select .soc-links {
  display: inline-block;
  text-align: right;
  width: 30%; }
  .product-select .soc-links a img {
    padding: 0 2px; }

.button-link_bot, .button-link_bot:focus {
  display: inline-block;
  border: 2px solid #70ca63;
  color: #70ca63;
  text-decoration: none;
  font-size: 20px;
  font-weight: 400;
  padding: 5px 25px;
  margin: 20px 0;
  margin-right: 25px;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -ms-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease; }
  .button-link_bot:hover, .button-link_bot:focus:hover {
    color: white;
    text-decoration: none;
    background: #70ca63; }

.side-bar_header hr {
  margin: 35px 0;
  width: 100%;
  color: #656565; }
.side-bar_header h3 {
  color: #30363E;
  font-size: 25px;
  font-weight: 300; }
.side-bar_header h3:first-of-type {
  padding: 0;
  margin: 0;
  margin-bottom: 20px; }
.side-bar_header h4 {
  color: #30363E;
  font-size: 18px;
  font-weight: 500;
  padding: 0;
  margin: 0; }
.side-bar_header .side-bar_product {
  position: relative; }
  .side-bar_header .side-bar_product input {
    width: 100%;
    height: 50px;
    font-size: 20px;
    font-weight: 100;
    color: #43B033 !important;
    padding-left: 10px;
    margin-bottom: 10px; }
  .side-bar_header .side-bar_product input[placeholder] {
    color: #C1C1C1;
    font-size: 20px;
    font-weight: 100; }
  .side-bar_header .side-bar_product textarea {
    width: 100%;
    padding: 10px;
    font-size: 20px;
    color: #43B033 !important;
    resize: none; }
  .side-bar_header .side-bar_product textarea[placeholder] {
    color: #C1C1C1;
    font-size: 20px;
    font-weight: 100; }
  .side-bar_header .side-bar_product .padding-left_20px {
    padding-left: 30px; }
  .side-bar_header .side-bar_product .padding-right_20px {
    padding-right: 20px; }
  .side-bar_header .side-bar_product span {
    position: absolute;
    top: 13px;
    left: 5px;
    color: #C1C1C1; }
  .side-bar_header .side-bar_product span.glyphicon-ruble {
    position: absolute;
    top: 15px;
    right: 5px;
    left: inherit;
    color: #C1C1C1; }

.button-link_sidbar, .button-link_sidbar:focus {
  color: #FFF;
  font-size: 22px;
  font-weight: 500;
  text-decoration: none;
  background: #70ca63;
  padding: 10px 20px;
  margin-top: 20px;
  display: inline-block;
  border: 2px solid #70ca63;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -ms-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease; }
  .button-link_sidbar:hover, .button-link_sidbar:focus:hover {
    text-decoration: none;
    color: #70ca63;
    background: white;
    border: 2px solid #70ca63; }

.sidebar_ul {
  margin: 20px 0 0 0; }
  .sidebar_ul li {
    position: relative;
    padding-left: 20px;
    list-style-type: none;
    margin: 5px 0;
    color: #999;
    font-size: 16px;
    font-weight: 300; }
    .sidebar_ul li:before {
      content: "";
      position: absolute;
      top: 8px;
      left: 0px;
      display: inline-block;
      width: 5px;
      height: 5px;
      background: #30363e; }

.block-v_right {
  display: inline-block;
  float: right;
  width: auto; }

#share42 a:hover, #share42 a:focus {
  text-decoration: none; }

.soc-links a:hover {
  opacity: 0.8; }

h2.blog-h2 {
  width: 100%;
  padding-left: 10px;
  margin-bottom: 10px; }
  h2.blog-h2:after {
    display: none; }

.blog_box {
  position: relative;
  padding: 10px;
  padding-left: 0;
  border-top: 1px solid #eee; }
  .blog_box p {
    margin: 0;
    font-size: 15px; }
  .blog_box h4 {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 10px; }
  .side-bar_header .blog_box h4 {
    display: table-row;
    font-size: 14px;
    line-height: 18px;
  }
  .blog_box img {
    height: 105px;
    width: 225px;
    float: left;
    padding-right: 20px; }
  .blog_box span {
    position: absolute;
    top: 10px;
    left: 0;
    padding: 5px;
    color: white;
    background: rgba(48, 120, 215, 0.5); }
  .side-bar_header .blog_box span {
    font-size: 10px;
    position: relative;
    float: left;
    top: 3px;
    margin: 0 10px 0 0;
    padding: 5px;
  }
  .blog_box .link-blog_inner {
    text-decoration: none;
    color: #30363e; }
    .blog_box .link-blog_inner:hover {
      color: #3078d7; }

h2.blog-inner-h2 {
  width: 100%;
  padding-left: 0;
  margin-bottom: 5px; }

.blog-inner_box span {
  display: block;
  text-align: left;
  margin: 0;
  margin-bottom: 5px; }
.blog-inner_box img {
  display: block;
  float: left;
  margin: 0 15px 15px 0; }
.blog-inner_box p {
  margin: 0; }
.blog-inner_box .soc-links {
  display: block;
  width: 100%;
  text-align: right;
  margin-top: 15px; }
  .blog-inner_box .soc-links a {
    display: block;
    float: right; }
    .blog-inner_box .soc-links a img {
      margin: 0 3px; }

@media (max-width: 1199px) {
  .list-reck_li li a, .list-reck_li li a:focus {
    width: 220px; }

  .product-select .blog-inner_box .soc-links {
    width: 100%; }

  .nav li a {
    padding: 0 10px;
    font-size: 13px;}

  .nav-bar {
    margin-left: 50px }

  .registr-button .registration {
    margin-right: 5px;
    padding: 0 20px; }

  .search input[type="search"] {
    width: 100%;
    box-sizing: border-box; }

  .add_search .block-position_1, .add_search .block-position_2 {
    width: 48%; }

  .add_search input {
    padding-left: 30px; }

  .add_search .block-position_5, .add_search .block-position_6 {
    width: 48%; }

  .product-select .soc-links {
    width: 31%; }

  .product-select .soc-links a img {
    padding: 0 1px; }

  .product-select .likes, .product-select .likes2 {
    padding-left: 25px; } }
@media (max-width: 991px) {
  .nav-bar {
    margin-left: 20px }

  .hid-vis {
    display: block; }

  .link-search-position {
    position: absolute;
    left: 45px;
    top: 100px;
    z-index: 100; }

  .results-box thead tr th {
    font-size: 13px; }

  .search-kat-2_2 {
    width: 100%;
    text-align: right;
    padding-right: 0;
    margin-bottom: 10px !important;
    display: block;
    float: right; }

  .nav li {
    display: block; }

  .nav li a {
    line-height: 35px; }

  .search-kat-2 {
    display: block;
    font-size: 17px;
    margin: 10px 0 0 0; }

  .add_search label {
    font-size: 16px; }

  .block-position_7 svg, .block-position_8 svg {
    display: none; }

  .add_search input {
    padding-left: 35px; }

  .results-box tbody tr td {
    line-height: 1.5; }

  .results-box tbody tr td {
    font-size: 15px; }

  .results-box thead tr td {
    padding: 10px; }

  .results-box tbody tr .price {
    padding-right: 50px; }

  .results-box tbody tr .name-dom img {
    padding-left: 5px; }

  .results-box tbody tr .name-dom span {
    font-size: 17px;
    padding-left: 5px; }

  .results-box tbody tr .price a svg {
    width: 31px;
    height: 31px;
    padding: 2px; }

  .nav-footer li {
    margin-right: 5px; }

  .second_info_row div {
    position: relative;
    display: inline-block;
    margin-right: 7px; }

  .first_info_row div {
    position: relative;
    display: inline-block;
    margin-right: 7px; }

  .second_info_row i, .first_info_row i {
    color: #30363E;
    font-style: normal;
    padding-right: 3px; } }
@media (max-width: 767px) {
  .registr-button {
    display: block;
    width: 100%;
    margin: 0 auto; }
  .registr-button .dropdown-menu {
      right: 0;
      left: inherit;
      top: 30px;
  }
  .registr-button a {
    margin-top: 0; }
  .second_info_row div:last-of-type a, .first_info_row div:last-of-type a {
    display: none;
  }
  .second_info_row div:last-of-type, .first_info_row div:last-of-type {
    width: auto;
  }
  .zone label {
    margin-right: 0;
    padding-left: 30px; }

  .logo img, .logo-footer img {
    display: block;
    margin: 0 auto; }

  .logo-footer {
    margin-top: 20px; }

  .nav-footer li {
    display: block;
    margin-right: 0; }
    .nav-footer li:after {
      display: none; }

  .nav-footer {
    text-align: center;
    margin-top: 0; }

  .link-footer {
    text-align: center;
    float: none; }

  .nav-table ul {
    display: block;
    float: none;
    text-align: center; }

  .search-kat-2 {
    font-size: 16px; }

  .results-box tbody tr .name-dom img {
    display: none; }

  .results-box tbody tr .price a svg {
    width: 27px;
    height: 27px; }

  .results-box thead tr td {
    padding: 5px; }

  .registr-button .registration {
    margin-right: 10px;
    display: inline;
    float: right;
    border: 1px solid white;
    margin-bottom: 5px; }

  .color-head {
    display: none; }

  .nav li {
    display: inline-block; }

  .search-cat {
    display: inline-block;
    width: 97%;
    padding: 0 0 0 0; }

  .list-reck_li li {
    width: calc(50% - 3px); }

  .list-reck_li li a, .list-reck_li li a:focus {
    width: 100%; }

  .brokerLinkBlock {
    position: absolute;
    top: 60px;
    width: 100%;
    text-align: center;
  }
  .brokerLinkBlock > div {
    display: inline-block;
    position: relative;
    top: 72px;
    right: -3px;
  }
  .brokerLinkBlock > div > div {
    position: inherit;
    transform: inherit;
    padding: 2px;
  }
  .brokerLinkBlock > div > div > a {
    font-size: 10px;
    padding: 7px 17px;
  }

  .recorderLinkBlock {
    position: absolute;
    top: 60px;
    width: 100%;
    text-align: center;
  }
  .recorderLinkBlock > div {
    display: inline-block;
    position: relative;
    top: 110px;
    right: -2px;
  }
  .recorderLinkBlock > div > a {
    position: inherit;
    transform: inherit;
    font-size: 10px;
    padding: 9px 10px;
  }

  .breadcrumbs {
    margin-top: 45px;/*90px; - àÄàËá? 2-á? àÊàÍàÎàÏàÎàÊ*/
  }

  .container .error-title {
      margin-top: 0;
      padding-top: 0;
      font-size: 120px;
  }

  .container .error-subtitle {
      margin-bottom: 0;
  }
}
@media (max-width: 695px) {
  .filter-table_box {
    display: block; }

  .second_info_row {
    display: table-row; }

  .first_info_row {
    display: table-row; }

  .results-box thead {
    display: none; }

  .results-box tbody tr .price {
    text-align: left; }

  .popular-box {
    padding: 0; }

  .popular-box h2 {
    display: block;
    float: none;
    text-align: center; }

  .popular-box span {
    display: inline;
    float: none; }

  .popular-box span:first-of-type {
    padding-left: 20px; }

  .results-box tbody tr .price a svg {
    width: 35px;
    height: 35px; }

  .product-select .soc-links {
    display: block;
    width: 100%;
    text-align: left; }

  .button-link_bot, .button-link_bot:focus, .button-link_sidbar {
    display: block;
    margin: 15px 0;
    text-align: center; }

  .product-select h2 {
    width: 100%; }

  .breadcrumbs li {
    margin-right: 0px; }

  .results-box tbody tr th {
    line-height: 35px; }

  .results-box tbody tr td:last-of-type {
    display: table-cell; }
  .results-box tbody tr td:first-of-type {
    display: table-cell; }
  .results-box tbody tr td {
    display: none; }

  .results-box tbody .first td:first-of-type span, .results-box tbody .second td:first-of-type span {
    color: #4d90fe; } }
@media (max-width: 492px) {
  .selectZoneInfo {
    display: none; }
  .link-search-position {
    left: 0;
    top: 100px;
    width: 100%;
    text-align: right;
    padding-right: 45px; }

  .search-kat-2 {
    margin-top: 45px; }

  .search-kat-2_2 {
    margin-top: 10px; } }
@media (max-width: 320px) {
  .second_info_row div {
    float: left; }

  .first_info_row div {
    float: left; }

  .zone label {
    padding-left: 30px;
    margin-right: 0px; }

  .results-box tbody tr .name-dom span {
    font-size: 16px;
    padding-left: 1px; }

  .nav-table_sum {
    padding: 0; }

  .block-position_1.block-position_7, .block-position_2.block-position_8 {
    display: inline-block;
    width: 100%; }

  .search input[placeholder] {
    padding-left: 0; }

  .list-reck_li li {
    width: 100%; }

  .product-select table tr td {
    padding: 10px 10px; } }

/* --- */

@media (max-width: 991px) and (min-width: 768px) {
    .hidden-sm {
        display: none!important;
    }
}
@media (max-width: 767px) {
    .hidden-xs {
        display: none!important;
    }
}

/* Äëÿ ìåíþ â ôóòåðå
-------------------------------------------------------------------*/
#footer_menu { clear: both; padding: 28px 0 35px 0; overflow: hidden; font-size: 14px;}

#footer_menu .foo_menu { overflow: hidden; position: relative; }
#footer_menu .foo_menu fdl { /*float: left;  border-left:1px solid #CCCCCC;*/}
#footer_menu .foo_menu fdl fdt { margin-bottom: 10px; color: #fff; display: block;}
#footer_menu .foo_menu fdl fdd { line-height: 26px; display: block; }
#footer_menu .foo_menu fdl#users { margin-top: 22px; }

#footer_menu #copyright { float: left; margin-left: 3%; width: 32%; }

#footer_menu .foo_menu a { color:#bbb; text-decoration:none;}
#footer_menu .foo_menu a:hover { color: #fff;}

#footer_menu .foo_menu a.warning { color: #46b8da /*#d43f3a*/; }
#footer_menu .foo_menu a.warning:hover { color: #fff; }

#footer_menu .foo_menu a.positive { color: #46b8da /*#5cb85c*/; }
#footer_menu .foo_menu a.positive:hover { color: #fff; }

/* Êàðòèíêà èçíà÷àëüíî çàòåíåííàÿ (íå ñèëüíî), à ïðè íàâåäåíèè ïðèíèìàåò îáû÷íûé âèä
-------------------------------------------------------------------*/

a.img_opacity_downlite img {
opacity: 1.0;
}
a.img_opacity_downlite:hover img {
opacity: 0.8;
}

/* Äëÿ âêëàäîê íà ãëàâíîé
-------------------------------------------------------------------*/

.navt {
    display: block;
    height: 100%;
    list-style-type: none;
    position: relative;
    z-index: 10;
}
.navt li {
    display: inline-block;
}
.navt li a {
    color: #30363e;
    display: block;
    font-size: 16px;
    line-height: 65px;
    padding: 0 15px;
    transition: all 0.3s ease 0s;
}
.navt li a:hover, .navt li a:focus, .navt li.active {	text-decoration: none;
	background-color: #eee;
}
.navt li a:focus, .navt li.active {	font-weight: bold;
}