/*@import "https://fonts.googleapis.com/css?family=Open+Sans:400,600,700italic,700,400italic&subset=latin,cyrillic";*/
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: local('Open Sans Italic'), local('OpenSans-Italic'), url(/css/fonts/OpenSans-Italic.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 700;
  src: local('Open Sans Bold Italic'), local('OpenSans-BoldItalic'), url(/css/fonts/OpenSans-BoldItalic.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans Regular'), local('OpenSans-Regular'), url(/css/fonts/OpenSans-Regular.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'), url(/css/fonts/OpenSans-SemiBold.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url(/css/fonts/OpenSans-Bold.ttf) format('truetype');
}
#admin-menu {
  background-color: #fff;
  border-bottom: 1px solid #666;
  border-left: 1px solid #666;
  box-shadow: 2px 1px 4px #aaa;
  list-style: outside none none;
  min-width: 170px;
  padding: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 2000;
}
@media (max-width: 480px) {
  .hidden-xxs {
    display: none;
  }
  .col-xxs-1,
  .col-xxs-10,
  .col-xxs-11,
  .col-xxs-12,
  .col-xxs-2,
  .col-xxs-3,
  .col-xxs-4,
  .col-xxs-5,
  .col-xxs-6,
  .col-xxs-7,
  .col-xxs-8,
  .col-xxs-9 {
    float: left;
  }
  .col-xxs-12 {
    width: 100%;
  }
  .col-xxs-11 {
    width: 91.6667%;
  }
  .col-xxs-10 {
    width: 83.3333%;
  }
  .col-xxs-9 {
    width: 75%;
  }
  .col-xxs-8 {
    width: 66.6667%;
  }
  .col-xxs-7 {
    width: 58.3333%;
  }
  .col-xxs-6 {
    width: 50%;
  }
  .col-xxs-5 {
    width: 41.6667%;
  }
  .col-xxs-4 {
    width: 33.3333%;
  }
  .col-xxs-3 {
    width: 25%;
  }
  .col-xxs-2 {
    width: 16.6667%;
  }
  .col-xxs-1 {
    width: 8.33333%;
  }
}
@media (max-width: 767px) {
  .text-left-xs {
    text-align: left;
  }
  .text-right-xs {
    text-align: right;
  }
  .text-center-xs {
    text-align: center;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .text-left-sm {
    text-align: left;
  }
  .text-right-sm {
    text-align: right;
  }
  .text-center-sm {
    text-align: center;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .text-left-md {
    text-align: left;
  }
  .text-right-md {
    text-align: right;
  }
  .text-center-md {
    text-align: center;
  }
}
@media (min-width: 1200px) {
  .text-left-lg {
    text-align: left;
  }
  .text-right-lg {
    text-align: right;
  }
  .text-center-lg {
    text-align: center;
  }
}
#admin-menu a {
  color: #666;
  display: block;
  font-size: 12px;
  line-height: 1.2em;
  padding: 5px 10px;
  text-align: left;
  transition: none 0s ease 0s;
}
body {
  min-width: 320px;
  width: auto;
}
#page {
  height: auto;
  min-height: 100%;
}
.btn {
  border-radius: 0;
}
.btn-lilac,
.btn-lilac:hover,
.btn-lilac:active,
.btn-lilac:focus {
  background-color: #94358e;
  color: #fff;
}
.btn {
  border-radius: 0;
}
.btn-blue,
.btn-blue:hover,
.btn-blue:active,
.btn-blue:focus {
  background: #fff none repeat scroll 0 0;
  border: 2px solid #223b64;
  color: #263868;
  cursor: pointer;
  display: block;
  font-size: 16px;
  padding: 7px 10px;
  text-align: center;
}
.no-gutter {
  margin: 0;
}
.no-gutter [class*="-1"],
.no-gutter [class*="-2"],
.no-gutter [class*="-3"],
.no-gutter [class*="-4"],
.no-gutter [class*="-5"],
.no-gutter [class*="-6"],
.no-gutter [class*="-7"],
.no-gutter [class*="-8"],
.no-gutter [class*="-9"],
.no-gutter [class*="-10"],
.no-gutter [class*="-11"],
.no-gutter [class*="-12"] {
  padding-left: 0;
  padding-right: 0;
}
body {
  background-color: #f9f9f9;
  color: #444444;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
}
:focus,
*:active,
.btn:focus,
.btn:active {
  outline: medium none;
}
a:focus,
a:active {
  outline: medium none;
  text-decoration: none;
}
a {
  color: #233a64;
}
a:hover,
a:active,
a:focus {
  color: #94358e;
}
html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
}
h2,
like-h2 {
  color: #444;
  font-size: 18px;
  padding: 10px 0;
  font-weight: bold;
}
.header-first-line {
  background: #233a64 url("../img/body-top-bg.png") repeat-x scroll 0 0;
  min-height: 62px;
  padding: 20px 0;
  position: relative;
}
.logo {
  background-color: #fff;
  font-size: 13px;
  left: 50%;
  margin-left: -112px;
  position: absolute;
  text-align: center;
  top: -17px;
  z-index: 1;
}
.logo a {
  background: rgba(0, 0, 0, 0) url("../img/logo.png") no-repeat scroll 0 0;
  background-size: 100% 100%;
  color: #444;
  display: block;
  height: 77px;
  padding-top: 52px;
  width: 224px;
}
.logo a {
  text-decoration: none;
}
@media (max-width: 640px) {
  .logo {
    margin-left: -80px;
  }
  .logo a {
    font-size: 9px;
    height: 59px;
    padding-top: 41px;
    width: 159px;
  }
}
.company-catalog {
  padding-left: 25px;
  position: relative;
}
.company-catalog > i {
  color: #fff;
  display: inline-block;
  font-size: 17px;
  height: 18px;
  left: 0;
  position: absolute;
  top: 3px;
  width: 16px;
}
.company-catalog > a {
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
}
.city-selector {
  display: inline-block;
  padding-left: 25px;
  position: relative;
}
@media (max-width: 500px) {
  .city-selector {
    padding-left: 18px;
  }
}
.city-selector > i {
  background: rgba(0, 0, 0, 0) url("../img/ico-location.png") no-repeat scroll 0 0;
  display: inline-block;
  height: 16px;
  left: 0;
  position: absolute;
  top: 5px;
  width: 13px;
}
.city-selector > span {
  border-bottom: 1px dashed #fff;
  color: #fff;
  display: inline-block;
  font-size: 15px;
}
.header-dropdown-menu {
  position: relative;
}
.header-second-line {
  background: rgba(0, 0, 0, 0) url("../img/header-image.jpg") no-repeat scroll center center;
  position: relative;
}
.header-search {
  background-color: rgba(0, 0, 0, 0.4);
  margin: 118px auto;
  max-width: 100%;
  padding: 4px;
  position: relative;
  white-space: nowrap;
  width: 448px;
}
@media (max-width: 767px) {
  .header-search {
    margin: 20px auto;
  }
}
.header-search .search-button {
  background: #94358e none repeat scroll 0 0;
  border: medium none;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  margin-left: 3px;
  padding: 11px 20px;
  position: absolute;
  right: 4px;
  top: 4px;
}
.header-search .search-input {
  font-size: 16px;
  max-width: 100%;
  padding: 9px 15px;
  width: 340px;
}
.footer-first-line {
  background: #233a64 url("../img/body-top-bg.png") repeat-x scroll 0 0;
  padding: 30px 0;
}
.footer-second-line {
  background-color: #222222;
  color: #ffffff;
  font-size: 15px;
  padding: 20px 0;
}
.footer-second-line a {
  color: #ffcc00;
}
.footer-second-line p {
  margin-bottom: 0;
}
.footer-menu-header {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 15px;
  text-transform: uppercase;
}
.footer-menu ul {
  list-style: outside none none;
  padding: 0;
}
.footer-menu ul li {
  padding-bottom: 8px;
}
.footer-menu ul li:last-child {
  padding-bottom: 0;
}
.footer-menu ul li a {
  color: #fff;
  font-size: 15px;
}
h1,
.like-h1 {
  color: #233a64;
  font-size: 30px;
  line-height: 2em;
  margin: 15px 0 28px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
}
h1::after,
.like-h1::after {
  background-color: #94358e;
  bottom: 0;
  content: "";
  display: block;
  height: 3px;
  left: 50%;
  margin-left: -50px;
  position: absolute;
  width: 100px;
}
@media (max-width: 767px) {
  h1,
  .like-h1 {
    font-size: 18px;
    font-weight: bold;
    line-height: 2.1em;
  }
}
.block-white {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #e4e4e4;
  margin-bottom: 30px;
  position: relative;
}
.block-white::after {
  border-color: #e4e4e4 #f9f9f9 #f9f9f9 #e4e4e4;
  border-style: solid;
  border-width: 7px;
  bottom: -1px;
  content: "";
  height: 1px;
  position: absolute;
  right: -1px;
  width: 1px;
}
.rating {
  color: #000;
  font-size: 16px;
}
.rating i {
  display: inline-block;
  font-size: 24px;
  padding: 0 5px;
  position: relative;
  vertical-align: middle;
}
.rating i::before {
  font-size: 24px;
}
.rating span {
  color: #444;
  font-size: 16px;
  font-weight: bold;
  vertical-align: middle;
}
.rating-pos i {
  color: #69a935;
}
.rating-con i {
  color: #e60c2f;
}
.rating i {
  display: inline-block;
  font-family: FontAwesome;
  font-feature-settings: normal;
  font-kerning: auto;
  font-language-override: normal;
  font-size: inherit;
  font-size-adjust: none;
  font-stretch: normal;
  font-style: normal;
  font-synthesis: weight style;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-rendering: auto;
  transform: translate(0px, 0px);
}
.rating-pos i::before {
  content: "";
}
.rating-con i::before {
  content: "";
}
.reviews-list-showmore {
  margin-bottom: 30px;
}
.reviews-list-item-preview-rating {
  text-align: right;
}
.reviews-list-item-text {
  min-height: 155px;
}
.reviews-list-item-header {
  border-bottom: 1px solid #e4e4e4;
  padding: 15px 25px;
}
.reviews-list-item-company-title,
.reviews-list-item-company-title a {
  color: #444;
  font-size: 14px;
  font-weight: bold;
  line-height: 2.1em;
}
.reviews-list-item-body {
  padding: 15px 25px;
}
.reviews-list-item-name {
  padding-bottom: 5px;
}
.reviews-list-item-name i {
  display: inline-block;
  padding-right: 5px;
}
.reviews-list.reviews-list-preview2 .reviews-list-item-text {
  min-height: auto;
}
.reviews-list.reviews-list-preview .col-left {
  border-right: 1px solid #e4e4e4;
  padding: 73px 0;
}
@media (max-width: 991px) {
  .reviews-list.reviews-list-preview .col-left {
    border-right: medium none;
    padding: 5px 0;
  }
  .reviews-list-item-text {
    min-height: 0;
  }
}
.breadcrumb {
  background: transparent none repeat scroll 0 0;
  margin-bottom: 0;
  padding: 8px 0;
}
.breadcrumb > li + li::before {
  color: #233a64;
  content: "> ";
}
.pagination > li {
  font-size: 14px;
  font-weight: bold;
}
.pagination > li > a,
.pagination > li > span {
  border-radius: 0;
  color: #999999;
  line-height: 25px;
  min-width: 40px;
}
.pagination > li.active > a {
  background-color: #fff;
  border-color: #e4e4e4;
  color: #233a64;
}
.pagination > li > a:hover,
.pagination > li > a:active,
.pagination > li > a:focus {
  color: #233a64;
}
.pagination > li.active > a:hover,
.pagination > li.active > a:active,
.pagination > li.active > a:focus {
  background-color: #fff;
  border-color: #e4e4e4;
  color: #233a64;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-radius: 0;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  border-radius: 0;
}
.pagination .first,
.pagination .next,
.pagination .prev,
.pagination .last {
  font-size: 17px;
}
.pagination .prev span,
.pagination .prev a {
  margin-right: 12px;
}
.pagination .next a,
.pagination .next span {
  margin-left: 12px;
}
@media (max-width: 992px) {
  .pagination > li > a,
  .pagination > li > span {
    font-size: 12px;
    line-height: 18px;
    min-width: 26px;
    padding: 3px;
  }
}
@media (max-width: 767px) {
  .pagination > li > a,
  .pagination > li > span {
    font-size: 12px;
    line-height: 18px;
    min-width: 22px;
    padding: 1px;
  }
}
.company-info {
  padding: 20px;
}
.company-info-description {
  padding: 20px 0 0;
  text-align: justify;
}
.company-info-rating {
  display: inline-block;
  padding-right: 20px;
}
.company-info-rating:last-child {
  padding-right: 0;
}
.company-info-rating-block {
  text-align: center;
}
.company-info-rating-block i {
  margin: 0 10px 0 0;
}
.ico {
  display: inline-block;
}
.ico.ico-email {
  background: rgba(0, 0, 0, 0) url("../img/ico-email.png") no-repeat scroll center top;
  height: 10px;
  width: 18px;
}
.ico.ico-address {
  background: rgba(0, 0, 0, 0) url("../img/ico-address.png") no-repeat scroll center top;
  height: 15px;
  position: relative;
  top: 3px;
  width: 18px;
}
.ico.ico-online {
  background: rgba(0, 0, 0, 0) url("../img/ico-online.png") no-repeat scroll center top;
  height: 15px;
  position: relative;
  top: 3px;
  width: 18px;
}
.ico.ico-site {
  background: rgba(0, 0, 0, 0) url("../img/ico-site.png") no-repeat scroll center top;
  height: 16px;
  width: 18px;
}
.ico.ico-phone {
  background: rgba(0, 0, 0, 0) url("../img/ico-phone.png") no-repeat scroll center top;
  height: 12px;
  position: relative;
  top: 3px;
  width: 18px;
}
.company-info-contacts-row {
  padding-bottom: 10px;
  position: relative;
}
.company-info-contacts-row:last-child {
  padding-bottom: 0;
}
.company-info-contacts-row-label {
  display: block;
  left: 0;
  min-width: 26px;
  position: absolute;
  top: 0;
  vertical-align: top;
}
.company-info-contacts-row-label .ico {
  position: relative;
  top: 1px;
}
.company-info-contacts-row-value {
  display: block;
  overflow-wrap: break-word;
  padding-left: 25px;
  vertical-align: top;
}
.company-info-contacts {
  padding: 10px 0 0;
}
.company-info-logo a {
  text-decoration: none;
}
.company-info-logo {
  text-align: center;
}
.company-info-logo img {
  margin-bottom: 0;
  max-width: 100%;
}
.company-info-logo-title {
  color: #444;
  font-size: 20px;
  padding-bottom: 10px;
  text-transform: uppercase;
}
.company-info-logo-title:hover {
  color: #444;
  text-decoration: underline;
}
.morelink {
  color: #666;
  display: block;
  font-size: 25px;
  font-weight: bold;
  line-height: 24px;
  padding-top: 0;
  text-align: center;
}
.company-map {
  border: 1px solid #e4e4e4;
  margin-bottom: 20px;
}
.companies-column-list-item-title {
  color: #444444;
  display: table-cell;
  font-size: 14px;
  font-weight: bold;
  height: 56px;
  text-decoration: underline;
  text-transform: uppercase;
  vertical-align: middle;
}
.companies-column-list-item-title.with-reviews-count {
  height: auto;
  padding-top: 10px;
}
.companies-column-list-item-image {
  text-align: center;
}
.companies-column-list-item-image img {
  max-width: 100%;
}
.companies-column-list-item {
  margin-bottom: 10px;
  padding: 10px 20px;
}
.column-block {
  margin-bottom: 30px;
}
.column-block-title {
  color: #444;
  font-size: 18px;
  padding: 10px 0;
}
.reviews-list2 {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background: #fff none repeat scroll 0 0;
  border-color: #e4e4e4 #e4e4e4 currentcolor;
  border-image: none;
  border-style: solid solid none;
  border-width: 1px 1px medium;
}
.reviews-list2-header {
  border-bottom: 1px solid #e4e4e4;
  padding: 10px 20px;
}
.reviews-list2-header-title {
  border-left: 3px solid #94358e;
  color: #233a64;
  display: inline-block;
  font-size: 24px;
  line-height: 1em;
  padding-left: 16px;
}
.reviews-list2-header-rating {
  color: #444444;
  display: inline-block;
  font-size: 16px;
  padding-left: 177px;
}
.reviews-list2-header-rating .rating-rule {
  margin-left: 10px;
}
.rating-rule {
  background: rgba(0, 0, 0, 0) url("../img/rating.png") repeat scroll 0 0;
  display: inline-block;
  font-size: 0;
  height: 14px;
  text-align: left;
  width: 96px;
}
.rating-rule .rule {
  background: rgba(0, 0, 0, 0) url("../img/rating.png") repeat scroll 0 -14px;
  display: inline-block;
  height: 14px;
  width: 96px;
}
.reviews-list2-item {
  border-bottom: 1px solid #e4e4e4;
  padding: 15px 20px;
}
.reviews-list2-item-container:last-child .reviews-list2-item {
  border-bottom: medium none;
}
.reviews-list2-item-title-name {
  font-size: 14px;
  font-weight: bold;
  line-height: 25px;
  text-transform: uppercase;
}
.reviews-list2-item-title-date {
  color: #999999;
  font-size: 13px;
  line-height: 20px;
}
.reviews-list2-item-title {
  padding: 5px 0 15px;
}
.reviews-list2-item-rating i {
  margin-left: 0;
  margin-right: 10px;
}
.reviews-list2-item-text {
  margin-bottom: 20px;
  overflow-wrap: break-word;
  position: relative;
  text-align: justify;
}
.reviews-list2-item-footer {
  color: #999999;
}
.reviews-list2-item-footer a {
  color: #999;
  text-decoration: underline;
}
.reviews-list2-item-readmore a {
  font-size: 12px;
  font-weight: 600;
  line-height: 2.5em;
}
.company-list-item > table {
  width: 100%;
}
.company-list-item .reviews-list-item {
  border-top: 1px solid #e4e4e4;
}
.company-list-item .reviews-list-item .reviews-list-item-header {
  border-bottom: none;
  padding-bottom: 0;
}
.company-list-item .reviews-list-item .reviews-list-item-header .reviews-list-item-name {
  padding-top: 5px;
  padding-bottom: 0px;
}
.company-list-item .reviews-list-item .reviews-list-item-body .reviews-list-item-text {
  min-height: auto;
}
.company-list-item table td:first-child {
  border-right: 1px solid #e4e4e4;
  padding: 20px;
  text-align: center;
  vertical-align: middle;
  width: 150px;
}
@media (max-width: 640px) {
  .company-list-item table td:first-child {
    padding: 10px 5px;
    width: 150px;
  }
}
@media (min-width: 992px) {
  .company-list-item table td:first-child {
    width: 150px;
  }
}
@media (min-width: 1200px) {
  .company-list-item table td:first-child {
    width: 200px;
  }
}
.company-list-item-title {
  color: #444;
  display: block;
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 10px;
  text-decoration: underline;
}
.company-list-item-title a {
  color: #444;
  display: block;
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 10px;
  text-decoration: underline;
}
@media (max-width: 767px) {
  .company-list-item-title a {
    font-size: 16px;
  }
}
.company-list-item table td {
  padding: 20px 30px;
  vertical-align: top;
}
@media (max-width: 767px) {
  .company-list-item table td {
    padding: 10px 15px;
  }
}
.company-list-item-logo {
  width: 159px;
}
.company-list-item-logo img {
  width: 92px;
}
.company-list-item-rating {
  display: inline-block;
  font-size: 16px;
}
.company-list-item-rating .rating-rule {
  margin-left: 10px;
}
.brand-list .brand-list-item > table {
  width: 100%;
}
.brand-list .brand-list-item > table td {
  padding: 20px 30px;
  vertical-align: top;
}
@media (max-width: 767px) {
  .brand-list .brand-list-item > table td {
    padding: 10px 15px;
  }
}
.brand-list .brand-list-item > table td.brand-list-item-logo {
  padding: 20px 0 20px 20px;
  text-align: center;
  vertical-align: middle;
  width: 1px;
}
@media (max-width: 640px) {
  .brand-list .brand-list-item > table td.brand-list-item-logo {
    padding: 10px 5px;
  }
}
@media (min-width: 992px) {
}
@media (min-width: 1200px) {
}
.brand-list .brand-list-item .reviews-list-item {
  border-top: 1px solid #e4e4e4;
}
.brand-list .brand-list-item .reviews-list-item .reviews-list-item-header {
  border-bottom: none;
  padding-bottom: 0;
}
.brand-list .brand-list-item .reviews-list-item .reviews-list-item-header .reviews-list-item-name {
  padding-top: 5px;
  padding-bottom: 0px;
}
.brand-list .brand-list-item .reviews-list-item .reviews-list-item-body .reviews-list-item-text {
  min-height: auto;
}
.brand-list .brand-list-item .brand-list-item-rating {
  margin-top: 36px;
}
.brand-list .brand-list-item .brand-list-item-rating .reviews-rating {
  display: flex;
  justify-content: flex-end;
}
.brand-list .brand-list-item .brand-list-item-rating .reviews-rating .rating {
  padding: 0 20px;
  position: relative;
}
.brand-list .brand-list-item .brand-list-item-rating .reviews-rating .rating.rating-pos {
  padding-right: 0;
  border-left: 1px solid #e4e4e4;
}
.brand-list .brand-list-item .brand-list-item-title {
  color: #444;
  display: block;
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 10px;
  text-decoration: underline;
}
.brand-list .brand-list-item .brand-list-item-title a {
  color: #444;
  display: block;
  font-size: 18px;
  font-weight: bold;
  text-decoration: underline;
}
@media (max-width: 767px) {
  .brand-list .brand-list-item .brand-list-item-title a {
    font-size: 16px;
  }
}
.company-list2-item-title {
  height: 50px;
  padding: 4px 15px;
  vertical-align: middle;
}
.company-list2-item-title {
  border-bottom: 1px solid #e4e4e4;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}
.company-list2-item table {
  width: 100%;
}
.company-list2-item-logo {
  padding: 20px 0;
  text-align: center;
}
.company-list2-item-rating {
  font-size: 16px;
  padding-bottom: 20px;
  text-align: center;
}
.company-list2-item-rating .rating-rule {
  margin-left: 10px;
}
.company-list3-item-title {
  font-size: 13px;
  font-weight: normal;
  min-height: 40px;
  padding: 4px 15px;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
}
.company-list3-item table {
  width: 100%;
}
.company-list3-item-logo {
  padding: 20px 0;
  text-align: center;
}
.company-list3-item-logo img {
  max-width: 100%;
}
.block-title {
  color: #444;
  font-size: 14px;
  font-weight: bold;
  padding: 15px 25px;
  position: relative;
  text-transform: uppercase;
}
.block-title.with-ico {
  padding-right: 45px;
}
.block-title a {
  color: #444;
}
.block-white-title-ico {
  position: absolute;
  right: 15px;
  top: 9px;
}
@media (max-width: 767px) {
  .block-title.with-ico {
    padding-right: 30px;
  }
  .block-title {
    padding: 7px 10px;
  }
  .block-white-title-ico {
    right: 10px;
    top: 2px;
  }
}
.block-white-body {
  border-top: 1px solid #e4e4e4;
  padding: 15px 25px;
}
.block-white-padding {
  padding: 15px 25px;
}
.block-white-list {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
.block-white-list li a {
  display: block;
  font-size: 15px;
  margin-bottom: 10px;
}
.block-white-list li:last-child a {
  margin-bottom: 0;
}
.reviews-list-item-image img {
  max-width: 100%;
}
.reviews-list2-item-cp {
  background-color: #fff;
  border-color: #aaa;
  border-image: none;
  border-radius: 0 3px 3px 0;
  border-style: solid solid solid none;
  border-width: 1px 1px 1px medium;
  box-shadow: 3px 2px 5px -1px rgba(0, 0, 0, 0.31);
  display: none;
  padding: 5px;
  position: absolute;
  right: -70px;
  top: 12px;
  width: 70px;
  z-index: 10;
}
.reviews-list2-item.review-disabled {
  border: 1px solid red;
  opacity: 0.2;
}
.reviews-list2-item-container.review-disabled:hover {
  opacity: 1;
}
.reviews-list2-item-container:hover .reviews-list2-item-cp {
  display: block;
}
.reviews-list2-item-cp .btn {
  width: 100%;
}
.reviews-list2-item-container {
  position: relative;
}
.tabs1 .nav-tabs {
  border-bottom: 0 none;
  margin-bottom: 15px;
  text-align: center;
}
.tabs1 .nav-tabs > li {
  display: inline-block;
  float: none;
}
.tabs1 .nav-tabs > li a {
  background-color: #f9f9f9;
  border: medium none;
  border-radius: 0;
  color: #233a64;
  margin-bottom: 2px;
  min-width: 120px;
  padding: 5px 21px;
}
.tabs1 .nav-tabs > li.active a {
  background-color: #94358e;
  color: #fff;
  border: none;
}
.tabs1-items a {
  color: #233a64;
  display: block;
  font-size: 15px;
  margin: 0 -15px;
  padding: 7px 15px;
}
.tabs1-items a:hover {
  border: none;
}
.home-categories a {
  color: #233a64;
  display: block;
  font-size: 15px;
  padding: 7px 50px 7px 27px;
}
.tabs1-items .active a {
  background-color: #f9f9f9;
}
.city-selector-menu .dropdown-menu::before {
  border: 10px solid #fff;
  content: " ";
  position: absolute;
  right: 20px;
  top: -10px;
  transform: rotate(45deg);
}
.header-dropdown-menu-block .dropdown-menu {
  background: #fff none repeat scroll 0 0;
  border: medium none;
  border-radius: 0;
  box-shadow: 1px 1px 7px 5px rgba(0, 0, 0, 0.3);
  padding: 20px 30px;
  width: 100%;
}
.category-selector-menu .tabs1-items a {
  font-size: 13px;
  padding: 6px 15px;
}
.tabs1-items a:hover {
  background: #ececec none repeat scroll 0 0;
  text-decoration: none;
}
.category-selector-menu .dropdown-menu::before {
  border: 10px solid #fff;
  content: " ";
  left: 20px;
  position: absolute;
  top: -10px;
  transform: rotate(45deg);
}
.categories-list {
  margin-bottom: 20px;
  padding: 0 15px;
}
.categories-list-title {
  font-size: 16px;
  font-weight: bold;
  padding: 0 0 5px;
}
.categories-list-items {
  list-style: outside none none;
  padding: 0;
}
.categories-list-items li {
  display: inline-block;
  padding-right: 10px;
}
.area-description {
  margin-bottom: 40px;
}
.area-subitems-columns-title {
  font-weight: bold;
  text-transform: uppercase;
}
.area-subitems-columns-items {
  list-style: outside none none;
  margin-bottom: 20px;
  padding: 0;
}
.area-subitems-columns {
  margin-bottom: 40px;
}
.area-subitems {
  margin-bottom: 40px;
}
.cities-list-item {
  display: inline-block;
  margin-bottom: 15px;
  margin-left: -8px;
  margin-right: -8px;
  max-width: 400px;
  position: relative;
  text-align: left;
}
.cities-list-item::before {
  background-color: #fff;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity 0.3s ease 0s;
  z-index: 0;
}
.cities-list-item::after {
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.cities-list-item:hover::before {
  opacity: 0.2;
}
.cities-list-item:hover {
  text-decoration: none;
}
.cities-list-item-image img {
  max-width: 100%;
}
.cities-list-item-label {
  text-align: center;
}
.cities-list-item-comment {
  border-top: 1px solid #999;
  color: #fff;
  display: inline-block;
  font-style: italic;
  padding: 4px 0 0;
}
.cities-list-item-title {
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  padding: 0 0 5px;
  position: relative;
  text-transform: uppercase;
}
.cities-list-item-label {
  background: rgba(0, 0, 0, 0.57) none repeat scroll 0 0;
  border-radius: 2px 2px 0 0;
  bottom: 0;
  color: #333;
  left: 0;
  padding: 7px 10px;
  position: absolute;
  right: 0;
  text-align: center;
}
@media (max-width: 767px) {
  .cities-list-item-comment {
    padding: 2px 10px;
  }
}
.rubric-list-item {
  display: block;
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 15px;
  padding: 5px 0 5px 40px;
  position: relative;
}
.rubric-list-item-ico {
  left: 0;
  position: absolute;
  top: 2px;
  width: 25px;
}
.map-container {
  position: relative;
}
.map-click-catching {
  cursor: pointer;
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 20;
}
.map-click-catching label {
  background-color: #94358d;
  bottom: 19px;
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 14px;
  font-weight: bold;
  left: 50%;
  line-height: 31px;
  margin: 0 0 0 -100px;
  position: absolute;
  text-align: center;
  width: 200px;
}
#map-modal .modal-dialog {
  width: 80%;
}
.company-branch-in-city {
  margin-bottom: 30px;
}
.company-branch-in-city-list {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
.company-branch-in-city-list a {
  display: block;
  padding: 15px 20px;
}
.company-branch-in-city-list.edit a {
  display: inline-block;
  padding: 1px 5px;
}
.company-branch-in-city-list.edit .block-form {
  margin-top: 15px;
  padding: 1px 15px 15px;
}
.company-branch-in-city-list.edit .fa.ico {
  color: #233a64;
  font-size: 16px;
}
.company-localitys-list {
  background: #fff none repeat scroll 0 0;
  border: 2px solid #223b64;
}
.company-localitys-list-caption:hover {
  color: #263868;
  text-decoration: none;
}
.company-localitys-list-caption {
  color: #263868;
  cursor: pointer;
  display: block;
  font-size: 16px;
  padding: 7px 10px;
  text-align: center;
}
.company-localitys-list-box {
  border-top: 2px solid #223b64;
  list-style: outside none none;
  margin: 0;
  max-height: 500px;
  overflow-y: auto;
  padding: 0;
  width: 100%;
}
.company-localitys-list-box a {
  color: #263868;
  display: block;
  font-size: 16px;
  padding: 5px 30px;
}
.company-localitys-list-box a:hover {
  background-color: #f9f9f9;
  text-decoration: none;
}
.review-form {
  background-color: #f9f9f9;
  padding: 15px 25px;
}
@media (max-width: 480px) {
  .review-form {
    margin: -15px -25px;
  }
}
.form-control {
  border-color: #e4e4e4;
  border-radius: 0;
  box-shadow: none;
  font-size: 13px;
  font-weight: 500;
}
.review-form-title {
  color: #233a64;
  font-size: 24px;
  padding-bottom: 12px;
  padding-left: 15px;
  position: relative;
}
.review-form-title::before {
  border-left: 3px solid #94358e;
  content: " ";
  height: 19px;
  left: 0;
  position: absolute;
  top: 9px;
}
.review-form-rating label {
  border: 1px solid #e4e4e4;
  cursor: pointer;
  font-size: 14px;
  margin: 0;
  padding: 3px 5px;
  text-align: center;
  transition: all 500ms ease 0s;
  width: 100%;
}
.review-form-rating label i {
  padding-right: 0;
  transition: all 500ms ease 0s;
}
.review-form-rating-value {
  position: relative;
}
.review-form-rating-value input {
  margin-right: 8px;
  position: relative;
  top: 1px;
}
.review-form-rating-value input {
  display: none;
}
.review-form-rating-value.rating-pos input:checked + label,
.review-form-rating-value.rating-pos:hover label {
  background: #69a935 none repeat scroll 0 0;
  color: #fff;
}
.review-form-rating-value.rating-pos input:checked + label i,
.review-form-rating-value.rating-pos:hover label i {
  color: #fff;
}
.review-form-rating-value.rating-con input:checked + label,
.review-form-rating-value.rating-con:hover label {
  background: #e60c2f none repeat scroll 0 0;
  color: #fff;
}
.review-form-rating-value.rating-con input:checked + label i,
.review-form-rating-value.rating-con:hover label i {
  color: #fff;
}
.full-width {
  width: 100%;
}
.review-form-rating {
  margin-bottom: 7px;
}
.review-form button[type="submit"] {
  text-transform: uppercase;
}
.field-companyreview-recaptcha label {
  display: none;
}
.field-companyreview-rating label {
  display: none;
}
.company-info-contacts-row-value ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
.company-info-contacts-row-label .fa {
  color: #233a64;
  font-size: 16px;
  min-width: 18px;
  position: relative;
  text-align: center;
  top: 1px;
}
.home-categories {
  margin-bottom: 40px;
}
.rubric-list-more {
  padding-top: 30px;
  text-align: center;
}
.rubric-list-more a {
  text-decoration: underline;
}
.rubric-list {
  padding: 20px 0 10px;
}
@media (max-width: 480px) {
  .city-selector-menu .tabs1-items .tabs1-items-item {
    width: 100%;
  }
}
.home-categories .tabs1-items a {
  font-size: 14px;
}
.home-categories .tabs1-items a .badge {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  color: #888;
  font-size: 11px;
  font-weight: normal;
  padding: 5px 0;
  position: absolute;
  right: 27px;
  top: 7px;
}
.tabs1 .nav-tabs > li a span {
  border-bottom: 1px dashed #233a64;
}
.tabs1 .nav-tabs > li.active a span {
  border-bottom: medium none transparent;
}
.tabs1-more {
  padding-top: 30px;
  text-align: center;
}
.tabs1-more a {
  text-decoration: underline;
}
.highcharts-credits {
  display: none;
}
.reviews-rating {
  position: relative;
}
.company-info .reviews-rating {
  margin-left: 35px;
  min-height: 70px;
}
.company-info-description a {
  font-weight: bold;
}
.reviews-rating-title {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}
.reviews-rating-title span {
  display: inline-block;
  font-size: 19px;
  font-weight: 700;
  padding-left: 7px;
}
.reviews-rating.bad .reviews-rating-title span {
  color: #e70c2f;
}
.reviews-rating.good .reviews-rating-title span {
  color: #69a935;
}
.reviews-rating .rating {
  padding: 0 10px;
  position: absolute;
  z-index: 10;
}
.reviews-rating .rating.rating-pos {
  right: 0;
}
.reviews-rating .rating.rating-con {
  left: 0;
}
.reviews-rating .progress {
  background-color: #69a935;
  border-radius: 4px;
  height: 10px;
  margin-bottom: 10px;
  margin-top: 5px;
  overflow: hidden;
  position: relative;
}
.reviews-rating .progress .progress-bar {
  background-color: #e70c2f;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transition: width 1s linear 0s;
  width: 50%;
}
.shortcontent {
  position: relative;
}
.shortcontent::after {
  background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 88%) repeat scroll 0 0;
  bottom: 0;
  content: " ";
  height: 25px;
  left: 0;
  position: absolute;
  right: 0;
}
.company-info-other-section-link {
  padding: 10px 0 20px;
}
.company-info-other-section-link a {
  text-decoration: underline;
}
.reviews-chart-title {
  background: #fff none repeat scroll 0 0;
  height: 18px;
  left: 50%;
  line-height: 13px;
  margin-left: -75px;
  position: absolute;
  text-align: center;
  top: 69px;
  width: 150px;
  z-index: 2;
}
.reviews-list2-empty-text {
  padding: 15px 25px;
}
.block-link-container {
  position: relative;
}
.block-link-container > a,
.block-link-item {
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  text-indent: 200%;
  top: 0;
  white-space: nowrap;
}
.company-info-contacts-row-value-list-inline li {
  display: inline-block;
}
.company-info-contacts-row-value-list-inline li::after {
  content: ",";
}
.company-info-contacts-row-value-list-inline li:last-child::after {
  content: "";
}
.companies-list .company-info-contacts {
  padding: 0;
}
.global-morelink2 {
  display: inline-block;
  font-size: 13px;
  font-weight: normal;
  padding: 10px 0;
}
.global-morelink3 {
  display: inline-block;
  font-size: 13px;
  font-weight: normal;
  margin: 6px 0;
  color: #7F7F7F;
  border-bottom: dotted 1px #7F7F7F;
}
.global-morelink3:hover {
  color: #1F1F1F;
  border-color: #1F1F1F;
  text-decoration: none;
}
.global-morelink {
  color: #666;
  display: block;
  font-size: 25px;
  font-weight: bold;
  line-height: 24px;
  padding-top: 0;
  text-align: center;
}
.company-branch-in-city-list-item {
  margin-bottom: 10px;
}
.company-branch-in-city-list-item .company-branch-in-city-list-item-title {
  color: #292F46;
  font-size: 16px;
  font-weight: bold;
  padding-bottom: 4px;
}
@media (max-width: 767px) {
  .company-branch-in-city-list-item .company-branch-in-city-list-item-title {
    padding-bottom: 0px;
  }
}
.company-branch-in-city-list-item .company-branch-in-city-list-item-metro {
  color: #A6A2A1;
  padding-top: 4px;
}
@media (max-width: 767px) {
  .company-branch-in-city-list-item .company-branch-in-city-list-item-metro {
    padding-top: 0px;
    padding-left: 17px;
  }
}
.g-recaptcha > div {
  max-width: 100%;
}
.g-recaptcha > div iframe {
  max-width: 100%;
}
.reviews-rating i {
  padding-left: 0;
}
@media (max-width: 767px) {
  .company-info .reviews-rating {
    margin: 0;
  }
  .company-info .reviews-rating-title {
    font-size: 12px;
  }
  .reviews-rating-title span {
    font-size: 13px;
  }
  .rating span {
    font-size: 14px;
  }
  .rating i::before {
    font-size: 16px;
  }
}
@media (max-width: 992px) {
  .company-info .reviews-rating-title {
    font-size: 12px;
  }
}
@media (max-width: 1200px) {
  .company-info .reviews-rating-title {
    font-size: 12px;
  }
  .rating span {
    font-size: 14px;
  }
  .rating i::before {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .company-info-contacts {
    font-size: 11px;
  }
}
@media (max-width: 480px) {
  .company-info .reviews-rating-title {
    font-size: 10px;
  }
  .reviews-rating-title span {
    font-size: 10px;
  }
}
@media (max-width: 480px) {
  .company-catalog > a {
    display: none;
  }
  .company-catalog > i {
    color: #fff;
    display: inline-block;
    font-size: 25px;
    height: 18px;
    left: 0;
    position: absolute;
    top: -1px;
    width: 16px;
  }
}
@media (max-width: 580px) {
  .city-selector > span {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .company-info-contacts {
    padding-top: 8px;
  }
}
.header-search-options {
  background: #fff none repeat scroll 0 0;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.2);
  display: block;
  left: 0;
  padding: 20px;
  position: absolute;
  right: 0;
  top: 171px;
  z-index: 15;
}
.header-search-options {
  display: none;
}
.header-search-options.visible {
  display: block;
}
.search-dropdown-list {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
.search-dropdown-list li {
  padding: 5px 0 5px 57px;
  position: relative;
}
.search-dropdown-list.with-ico li {
  padding: 10px 0 10px 57px;
}
.search-dropdown-list-label {
  font-weight: bold;
  margin-left: 57px;
  padding-bottom: 10px;
}
.search-dropdown-list-item-ico {
  left: 0;
  position: absolute;
  top: 5px;
  width: 50px;
}
.search-dropdown-list-item-ico img {
  max-width: 100%;
}
.search-dropdown-list-item .highlight {
  font-weight: bold;
}
.search-dropdown-list-item {
  color: #233a64;
}
.banner .banner-item,
.banners-list .banners-list-item {
  text-align: center;
}
.block-white.banner-item,
.banners-list-item {
  /*font-size: 0;*/
  padding: 3px;
}
.banners-list-item,
.banner-item {
  margin-bottom: 30px;
  text-align: center;
}
.banner-item > div {
  /*    display: inline-block*/
}
.reviews-list2 .banner-item,
.reviews-list2 .banners-list-item {
  border-bottom: 1px solid #e4e4e4;
  margin: 0;
  padding: 15px 0;
}
.block-form {
  background-color: #f9f9f9;
  padding: 15px 25px;
}
.block-form-title::before {
  border-left: 3px solid #94358e;
  content: " ";
  height: 19px;
  left: 0;
  position: absolute;
  top: 9px;
}
.block-form-title {
  color: #233a64;
  font-size: 24px;
  padding-bottom: 12px;
  padding-left: 15px;
  position: relative;
}
.select2-container--krajee .select2-results__option--highlighted[aria-selected] {
  background: #ececec none repeat scroll 0 0;
  color: #233a64;
}
.field-company-logo {
  border: 1px solid #e4e4e4;
  padding: 3px 10px 3px 80px;
  position: relative;
}
.field-company-logo .control-label {
  font-weight: normal;
  left: 10px;
  position: absolute;
  top: 5px;
}
.field-company-logo.has-error {
  border-color: #a94442;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}
.field-company-rubrics_id .select2-container--krajee .select2-selection {
  border-color: #e4e4e4;
  border-radius: 0;
  box-shadow: none;
}
.form-group.field-company-logo .help-block {
  display: none;
}
.form-group.field-company-logo.has-error .help-block {
  display: block;
}
.form-group.field-company-logo input[type="file"] {
  min-height: 25px;
}
.company-branch-in-city-list-item-param {
  padding-bottom: 6px;
}
.column-branches-list2-item {
  border-bottom: 1px solid #7f7f7f;
  padding: 15px 0;
}
.column-branches-list2 > .column-branches-list2-item:first-child {
  padding-top: 0;
}
.column-branches-list2 > .column-branches-list2-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.column-branches-list2-item-title {
  font-weight: bold;
  font-size: 14px;
}
.column-branches-list2-item-title a {
  color: #000;
  text-decoration: underline;
}
.column-branches-list2-item-contacts {
  padding: 10px 0 15px;
}
.column-branches-list2-item-category a {
  color: #7F7F7F;
}
.company-list4-item {
  border-bottom: solid 1px #000;
  font-size: 16px;
  padding: 10px 20px;
}
.company-list4-item-site {
  color: #0063BF;
}
.company-list4-item:last-child {
  border-bottom: none;
}
.company-list4-item-title {
  font-weight: bold;
}
.company-list4.limit-width {
  max-width: 900px;
  margin: 0 auto;
}
.category-see-closest {
  padding-bottom: 30px;
}
.category-see-closest-description {
  font-weight: normal;
  padding-bottom: 7px;
}
.category-see-closest-description-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.category-see-closest-description-list-item {
  display: inline-block;
}
.category-see-closest-description-list-item + .category-see-closest-description-list-item:before {
  content: "/";
  display: inline-block;
  padding: 0 10px;
}
.category-see-closest-description-list-item a {
  font-weight: normal;
}
.list-type1 {
  padding-bottom: 20px;
}
.list-type1-label {
  color: #7F7F7F;
  display: inline-block;
  padding: 10px 7px 20px 0px;
}
.list-type1 ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-block;
}
.list-type1 ul li {
  display: inline-block;
}
.list-type1 ul li:after {
  content: ", ";
}
.list-type1 ul li:last-child:after {
  content: "";
}
.banner-custom {
  font-size: 14px;
  text-align: left;
  border: solid 1px #D8D8D8;
  background: #fff;
  transition: all 0.5s ease;
}
.banner-custom > a {
  display: block;
}
.banner-custom:hover {
  background: #F5F5F5;
}
.banner-custom-image {
  text-align: center;
}
.banner-custom-image img {
  width: 100%;
  max-width: 300px;
  transition: all 0.5s ease;
}
.banner-custom:hover img {
  -webkit-filter: brightness(120%);
}
.banner-custom-content {
  padding: 15px 30px 15px 15px;
}
@media (max-width: 767px) {
  .banner-custom-content {
    padding: 10px 30px;
  }
}
.banner-custom-title {
  font-size: 20px;
  font-weight: bold;
  line-height: 1em;
  text-decoration: none;
}
.banner-custom-title a {
  text-decoration: none;
}
.banner-custom-text {
  padding: 8px 0;
  line-height: 1.4em;
}
.banner-custom-text a {
  display: block;
  text-decoration: none;
  color: #444444;
}
.banner-custom-text p {
  padding: 0;
  margin: 0;
}
.banner-custom-links {
  padding-bottom: 10px;
}
.banner-custom-links-item {
  padding-bottom: 7px;
}
.banner-custom-links-item a {
  color: #333;
  text-decoration: underline;
}
.banner-custom-main-link a {
  border: solid 1px;
  border-radius: 4px;
  display: inline-block;
  padding: 1px 12px;
}
.banner-custom-main-link a:hover {
  text-decoration: none;
}
.no-company-teaser {
  font-weight: bold;
}
.no-company-teaser a {
  text-decoration: underline;
}
.block-title a {
  display: block;
}
.reviews-list-item-footer {
  padding: 5px 25px 15px;
}
.reviews-list-item-footer .reviews-list-item-locality + .reviews-list-item-date:before {
  content: ", ";
  position: relative;
  left: -2px;
}
.reviews-list.reviews-list-preview2 .reviews-list-item-header {
  border-bottom: none;
  padding-bottom: 0;
}
.reviews-list.reviews-list-preview2 .reviews-list-item-header .reviews-list-item-company-title {
  padding-left: 32px;
  position: relative;
}
.reviews-list.reviews-list-preview2 .reviews-list-item-header .reviews-list-item-company-title:before {
  content: " ";
  width: 16px;
  height: 22px;
  background: url(/img/no-logo-ico.png) no-repeat;
  display: inline-block;
  margin-right: 13px;
  position: absolute;
  top: 3px;
  left: 0;
  opacity: 0.8;
}
.reviews-list.reviews-list-preview2 .reviews-list-item-header .reviews-list-item-rating.rating {
  position: relative;
  top: 2px;
}
.reviews-list.reviews-list-preview2 .reviews-list-item-header .reviews-list-item-rating.rating i {
  position: relative;
  top: -2px;
}
.reviews-list2-item-title-name {
  padding-left: 32px;
  position: relative;
  padding-top: 4px;
}
.reviews-list2-item-title-name:before {
  content: " ";
  width: 16px;
  height: 22px;
  background: url(/img/no-logo-ico.png) no-repeat;
  display: inline-block;
  margin-right: 13px;
  position: absolute;
  top: 3px;
  left: 0;
  opacity: 0.8;
}
.reviews-list2-item-footer.reviews-list-item-footer {
  padding: 5px 0 15px;
}
.map-header {
  margin-bottom: 30px;
}
.block-navigation-map > table {
  width: 100%;
}
.block-navigation-map > table td {
  padding: 10px 30px;
  vertical-align: top;
}
@media (max-width: 767px) {
  .block-navigation-map > table td {
    padding: 10px 15px;
  }
}
.block-navigation-map > table td:first-child {
  border-right: 1px solid #e4e4e4;
  padding: 20px;
  text-align: center;
  vertical-align: middle;
  width: 150px;
}
@media (max-width: 640px) {
  .block-navigation-map > table td:first-child {
    padding: 10px 5px;
    width: 150px;
  }
}
@media (min-width: 992px) {
  .block-navigation-map > table td:first-child {
    width: 150px;
  }
}
@media (min-width: 1200px) {
  .block-navigation-map > table td:first-child {
    width: 200px;
  }
}
.block-navigation-map > table .block-navigation-map-title a {
  color: #444;
  display: block;
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 10px;
  text-decoration: underline;
}
@media (max-width: 767px) {
  .block-navigation-map > table .block-navigation-map-title a {
    font-size: 16px;
  }
}
.block-navigation-map > table .block-navigation-map-sub ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.block-navigation-map > table .block-navigation-map-logo {
  width: 159px;
}
.block-navigation-map > table .block-navigation-map-logo img {
  width: 75px;
}
.company-form-hint {
  padding-bottom: 7px;
  color: #7F7F7F;
}
.link {
  font-weight: bold;
  color: #94358e;
}
.company-form .has-star:after {
  display: none;
}
.company-form a {
  color: #1A3A80;
  text-decoration: underline;
}
.field-review-recaptcha label {
  display: none;
}
.field-review-rating label {
  display: none;
}
/*# sourceMappingURL=styles.css.map */