@charset "UTF-8";
body {
  position: relative; }

.ymaps-2-1-77-b-cluster-tabs__menu-item-text {
  color: #000; }

.top-content-reviews {
  display: flex;
  padding-top: 30px;
  font-weight: bold; }
  .top-content-reviews .reviewed {
    margin-bottom: 10px; }
    .top-content-reviews .reviewed span {
      background: #00396f;
      color: #fff;
      padding: 10px 12px;
      font-size: 15px;
      display: inline-block;
      line-height: 1;
      margin-left: 10px; }
  .top-content-reviews .btn {
    background: #00396f;
    color: #fff;
    border: 1px solid #00396f;
    margin: 0; }
    .top-content-reviews .btn:hover, .top-content-reviews .btn:focus {
      background: #fff;
      color: #00396f; }

@media (max-width: 520px) {
  .top-content-reviews {
    flex-wrap: wrap; }
    .top-content-reviews .note {
      display: none; } }
.other-dealer {
  margin-bottom: 20px; }
  .other-dealer input {
    width: 100%;
    padding: 5px;
    border: 1px solid #e6e6e6;
    border-radius: 3px;
    background: #fafafa; }

.form-group .note {
  font-size: 12px;
  color: #969696;
  padding-left: 12px; }
.form-group textarea {
  height: 100px; }

.form .item [type=submit] {
  padding: 13px 25px 14px;
  font-weight: bold;
  margin-top: 10px;
  width: auto;
  transition: .2s ease; }
  .form .item [type=submit]:hover {
    background: #003E7E; }

.field-item {
  display: flex;
  margin-bottom: 20px; }
  .field-item-title {
    margin-right: 30px;
    width: 140px;
    flex: none;
    color: #999;
    padding-left: 12px; }
  .field-item-value {
    flex-grow: 1; }
    .field-item-value input, .field-item-value textarea {
      display: block;
      width: 100%; }
      .field-item-value input.error, .field-item-value textarea.error {
        border: 1px solid #a90000; }
    .field-item-value .note {
      font-size: 12px;
      color: #969696; }
    .field-item-value .res {
      font-size: 12px;
      color: #a90000; }

.rating {
  align-items: center; }
  .rating__radio {
    display: flex;
    align-items: center; }
    .rating__radio-value {
      display: flex;
      align-items: center;
      margin-right: 15px; }
      .rating__radio-value [type=radio] {
        margin-top: 0;
        width: 10px; }
      .rating__radio-value label {
        margin-bottom: 0;
        margin-left: 5px;
        color: #000;
        font-size: 1em; }

@media (max-width: 1024px) {
  .rating__radio {
    align-items: flex-start;
    flex-direction: column; } }
@media (max-width: 767px) {
  .field-item {
    flex-wrap: wrap; }

  .rating__radio {
    flex-direction: column;
    align-items: flex-start; } }
.map-note {
  margin-bottom: 20px;
  font-size: 14px; }

.regions-filter {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin: 20px 0 0;
  -ms-align-items: center;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap; }

.regions-filter__messages {
  font-weight: 700;
  display: none;
  width: 100%;
  margin-bottom: 10px;
  color: #f00; }

.regions-filter__item {
  width: 25%;
  padding-right: 15px;
  margin-bottom: 15px; }
  .regions-filter__item:nth-child(4n) {
    padding-right: 0; }

.regions-filter__item select {
  width: 100%;
  padding: 5px;
  border: 1px solid #e6e6e6;
  border-radius: 3px;
  background: #fafafa; }

.regions-filter__item select option {
  /* // display: none; */ }

.regions-filter__buttons button {
  font-size: 14px;
  line-height: 14px;
  position: relative;
  display: inline-block;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 15px;
  padding: 8px 14px;
  cursor: pointer;
  transition: 0.4s;
  transition-property: background-color, border-color;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  color: #fff;
  border: none;
  border-radius: 3px;
  background: #999; }

.regions-filter__buttons button:hover {
  background: #555; }

.order-params {
  margin: 50px 0 20px; }

.order-params label {
  display: inline-block;
  margin: 0 20px 0 0; }

.order-params label:last-child {
  margin: 0; }

.order-params input {
  box-sizing: border-box;
  width: 300px;
  height: 30px;
  margin: 0 0 0 5px;
  padding: 5px;
  border: 1px solid #e6e6e6;
  border-radius: 3px;
  background: #fafafa; }

.regions-products ul#rf_product {
  display: flex;
  margin-left: 0;
  padding: 0;
  list-style: none !important;
  flex-wrap: wrap; }

.regions-products ul li a {
  display: block;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 2px 4px;
  transition: 0.4s;
  transition-property: background-color, border-color;
  text-decoration: none;
  color: #fff;
  border-radius: 3px;
  background: #999; }

.regions-products ul li a:hover,
.regions-products ul li a.selected,
.view-company a:hover,
.view-company a.selected {
  text-decoration: none;
  color: #fff;
  background: #555; }

.view-company {
  display: inline-block;
  margin-right: 50px;
  margin-bottom: 20px; }

.view-company a {
  display: inline-block;
  margin-right: 10px;
  padding: 7px 13px;
  transition: 0.4s;
  transition-property: background-color, border-color;
  text-decoration: none;
  color: #fff;
  border-radius: 3px;
  background: #999; }

.item .label {
  white-space: normal; }

.video-wrap {
  position: relative;
  display: block; }
  .video-wrap .play {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center; }

#map {
  width: 100%;
  height: 500px; }
  #map .reviews__item {
    background: none;
    margin: 15px 0 20px; }
  #map .reviews__message {
    padding: 0 10px; }
  #map .reviews__top {
    padding: 5px 10px; }
    #map .reviews__top:before {
      content: none; }
  #map .reviews__name {
    padding: 0; }
  #map .reviews__rating .reviews-count {
    font-weight: normal;
    font-size: 16px;
    display: inline-block;
    margin-left: 5px; }

@media (max-width: 520px) {
  #map {
    height: 350px; } }
.list-company .company {
  margin-bottom: 10px; }

.search-result__container {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex; }

.list-company .company .name,
.search-result .name {
  font-size: 1.1em;
  font-weight: bold;
  color: #212529; }

.list-company .company .name .icons,
.search-result .name .icons {
  margin-left: 30px;
  display: inline-block;
  position: relative;
  vertical-align: middle; }

.list-company .company .popup,
.search-result .popup {
  font-size: 16px;
  position: absolute;
  z-index: 100000;
  top: 15%;
  left: 50%;
  display: none;
  width: 700px;
  /* // margin-top: -162px; */
  margin-left: -350px;
  padding: 10px;
  opacity: 0;
  border-radius: 5px;
  /* // height: 325px; */
  background: #fff; }

@media (max-width: 699px) {
  .list-company .company .popup,
  .search-result .popup {
    left: 0;
    width: 100%;
    margin-left: 0; } }
.list-company .company .popup .title,
.search-result .popup .title {
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 10px;
  text-align: center;
  color: green; }

.list-company .company .popup .fields .field,
.search-result .popup .fields .field {
  font-size: 18px;
  display: flex;
  margin-bottom: 10px; }

.list-company .company .popup .fields .field .label,
.search-result .popup .fields .field .label {
  width: 125px;
  margin-right: 15px;
  flex: none; }

.list-company .company .popup .fields .field .val,
.search-result .popup .fields .field .val {
  padding: 5px 15px;
  border: 1px solid #ddd;
  border-radius: 5px;
  background: #fafafa; }

@media (max-width: 699px) {
  .list-company .company .popup .fields .field .val,
  .search-result .popup .fields .field .val {
    font-size: 14px;
    padding: 5px;
    text-align: left; } }
@media (max-width: 480px) {
  .list-company .company .popup .fields .field.production {
    flex-direction: column;
    align-items: center; }

  .list-company .company .popup .fields .field.production .label {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
    text-align: center; } }
.search-result {
  /* position: relative; */
  margin-bottom: 20px;
  padding: 10px;
  border: 1px solid #aaa;
  border-radius: 5px; }

.search-result .title {
  color: green; }

.search-fields {
  display: inline-flex;
  margin-bottom: 20px; }

.search-fields .search-company,
.search-fields .search-dealer {
  width: 250px;
  margin-right: 50px; }

.search-fields input[type=text] {
  height: auto;
  padding: 5px 9px; }

.ui-widget.ui-widget-content {
  overflow-y: scroll;
  max-height: 400px; }

.overlay {
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  cursor: pointer;
  -moz-opacity: 0.8;
  opacity: 0.8;
  filter: alpha(opacity=80);
  background-color: #000; }

@media (max-width: 600px) {
  .regions-filter {
    flex-direction: column; }

  .regions-filter .regions-filter__item {
    width: 100%;
    padding-right: 0; }

  .regions-products ul#rf_product {
    justify-content: center; }

  .view-company {
    width: 100%;
    margin-right: 0;
    text-align: center; }

  .search-fields .search-company {
    margin-right: 0; }

  .ui-widget.ui-widget-content {
    font-size: 7px;
    left: 0 !important;
    width: 100% !important; } }
.popup__close {
  position: absolute;
  top: 13px;
  right: 13px;
  display: block;
  width: 26px;
  height: 26px;
  text-indent: -9999px; }

.popup__close::before,
.popup__close::after {
  content: '';
  position: absolute;
  z-index: 10;
  top: calc(50% - 0.5px);
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  background: #4dc0f9; }

.popup__close::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.search-result__sertificates {
  display: none;
  float: right;
  margin-top: -80px;
  margin-right: 10px;
  padding: 8px 14px;
  cursor: pointer;
  transition: 0.4s;
  transition-property: background-color, border-color;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  color: #fff;
  border: none;
  border-radius: 3px;
  background: #999; }

.search-result__sertificates:hover {
  text-decoration: none;
  color: #fff;
  background: #555; }

.sertificates-popup {
  position: absolute;
  z-index: 1;
  top: 157px;
  right: -1px;
  display: none;
  padding: 20px 30px 10px;
  border: 1px solid #999;
  border-radius: 3px;
  background: #fff; }

.sertificates-item {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.sertificates-name {
  font-weight: 700; }

.sertificates-close {
  position: absolute;
  top: 10px;
  right: 10px;
  display: block;
  width: 10px;
  height: 10px; }

.sertificates-close:hover {
  text-decoration: none; }

.sertificates-close::before,
.sertificates-close::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  background: #555; }

.sertificates-close::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.sertificates-name,
.sertificates-id {
  margin-right: 13px; }

/* переопределяю всплывающую карточку */
.list-company .company .popup .title, .search-result .popup .title {
  font-weight: 700;
  box-sizing: content-box;
  text-align: center;
  text-transform: uppercase;
  color: #003160; }

.list-company .company .popup .fields .field, .search-result .popup .fields .field {
  display: block;
  margin-bottom: 20px; }

.list-company .company .popup .fields .field .label, .search-result .popup .fields .field .label {
  font-size: 16px;
  line-height: 32px;
  display: block;
  width: 100%;
  height: 32px;
  margin: 0;
  padding-left: 38px;
  color: #74787b;
  border-radius: 5px;
  background: #edeeed; }

.list-company .company .popup .fields .field .val, .search-result .popup .fields .field .val {
  font-size: 16px;
  padding: 10px 0 10px 38px;
  color: #74787b;
  border: 0;
  background: none; }

.list-company .company .popup .fields .field .val ul, .search-result .popup .fields .field .val ul {
  margin: 0;
  padding: 0; }

.list-company .showmore {
  margin: 20px 0;
  text-align: center; }
  .list-company .showmore a {
    color: #00396f;
    border-bottom: 1px dotted;
    transition: .2s; }
    .list-company .showmore a:hover {
      border-bottom-color: rgba(0, 0, 0, 0); }

/* сертификаты */
.sertificates {
  font-size: 14px; }

.sertificates__item {
  margin-bottom: 10px; }

@media (min-width: 768px) {
  .sertificates__item {
    display: flex;
    margin-bottom: 0; } }
.sertificates__name {
  font-weight: 700;
  margin-right: 13px; }

.sertificates__id {
  margin-right: 13px; }

.map-name {
  display: flex;
  align-items: center;
  white-space: nowrap;
  flex-wrap: wrap;
  font-weight: 700;
  padding-top: 9px;
  margin-bottom: 10px; }
  .map-name:hover {
    text-decoration: underline; }
.map-icons {
  vertical-align: middle;
  margin-left: 30px;
  margin-right: 10px;
  display: inline-block;
  position: relative; }
.map-rating i {
  color: orange; }

#review-form {
  display: none; }

.agreement {
  display: flex; }
  .agreement input[type=checkbox] {
    margin-right: 10px;
    margin-top: 0; }

#overlay {
  z-index: 99999;
  position: fixed;
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
  display: none;
  justify-content: center;
  align-items: center;
  overflow: auto; }
  #overlay .modal_window {
    cursor: default;
    position: relative;
    z-index: 100000;
    background: #fff;
    color: #000;
    opacity: 0;
    padding: 20px;
    font-size: 16px;
    width: 60%;
    max-height: 100%;
    overflow: auto; }
    #overlay .modal_window .form.popup .form-body {
      padding: 0; }
    #overlay .modal_window #close {
      position: absolute;
      top: 0;
      right: 0;
      font-size: 25px;
      line-height: 1;
      cursor: pointer; }

@media (max-width: 540px) {
  #overlay .modal_window {
    width: 95%; } }

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