/*
  Стиль для плагина "Каталог Компаний"
  Автор: Maksim Markov (skype: uni.coder, icq: 202571917)
*/

.loader-12x12 {
  background: url('../images/loader-12x12.gif')  no-repeat;
  width: 12px;
  height: 12px;
  display: inline-block;
}

.loader-256x10 {
  background: url('../images/loader-256x10.gif') no-repeat;
  width: 256px;
  height: 10px;
  display: inline-block;
}

.invisible, .schemaorg {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px); /* this kind of fail in Webkit and Opera */
  height: 1px; /* since clip is not reliable we need that */
  width: 1px; /* since clip is not reliable we need that too */
  overflow: hidden;
}

#companies-directory,
#companies-directory textarea,
#companies-directory input[type=text],
#companies-directory input[type=email],
#companies-directory input[type=url] {
  font-size: 14px;
  font-family: "Tahoma", "Geneva", "sans-serif";
  color: #222;
  background: #fff;
}

#companies-directory p {
  padding: 0;
  margin: 0;
}

#companies-directory table {
  border: none;
  border-spacing: 0;
  margin: 0;
}

#companies-directory th,
#companies-directory td {
  padding: 4px;
  border: none;
}

#companies-directory textarea,
#companies-directory input[type=text],
#companies-directory input[type=email],
#companies-directory input[type=url] {
  border: 1px solid #CCC;
}

/*
#companies-directory a:link,
#companies-directory a:viisited,
#companies-directory a:hover,
#companies-directory a:focus {
  text-decoration: none;
  color: #222;
}

#companies-directory a:hover {
  text-decoration: underline;
  color: #444;
}
*/

#companies-directory a:link {
	color: #E68304;
text-decoration: none;
cursor: pointer;
border-bottom: 1px solid #D5D5D5;
outline: none;
}
#companies-directory a:visited {
	color: #BD7F30;
}

#companies-directory .cdout {
  
  text-decoration: none;
color: rgb(255, 255, 255);
background-color: rgb(255, 128, 0);
font-family: "Open Sans",arial,sans-serif;
font-size: 10px;
padding: 3px 6px 4px;
text-decoration: none;
left: 20px;
}

#companies-directory a:hover {
color: #CC68D2;
text-decoration: none;
cursor: pointer;
border-bottom: 1px solid #D5D5D5;
outline: none;
}
#companies-directory .link {
padding: 7px 7px 7px 7px;
background: linear-gradient(to bottom, #ff8000 0%,#dd7308 100%) !important;
border: 1px solid #de7913 !important;
margin: 0px 65px;
position: relative;
top: 0;
width: 140px;
color: #FCFCFC;
}


#companies-directory .cdout:hover,
#companies-directory .cdout:focus,
#companies-directory .link:focus {
  color: #ffffff;
  border-bottom: 1px solid #769AFC;
  outline: none;
}

#branch-link:hover {

background-color: rgb(255, 51, 153);
color: #ffffff;
  border-bottom: 1px solid #769AFC;
  outline: none;
}

#companies-directory a.company-name:hover {
  border-bottom: 1px solid #769AFC !important;
}


#companies-directory h1 {
font: 22px "Open Sans",sans-serif;
margin-bottom: 44px;
color: #1D41DB;
text-transform: uppercase;
font-weight: bold;
}


.cd-page-description {
  margin-top: 18px;
}



/* search form ****************************************************************/
#cd-postdata {
  display: none;
}

#search-loader {
  position: absolute;
  left: -9999em;
  z-index: -1;
  margin-bottom: 6px;
}

.company-sf-background {
  background: #F8F8F8;
  padding: 9px;
  border: 1px solid #e7e7e7;
  border-radius: 3px;
}

.company-sf-wrapper {
  display: table;
  width: 100%;
}

form#company-search-form > div {
  padding-bottom: 8px;
}

#company-search-form {
  display: table-row;
}


#company-search-form input[type="text"] {
  width: 100%;
  padding: 0 6px;
  font-size: 13px;
  line-height: 1;
  line-height: 30px;
  height: 30px;
  font-family: Tahoma;
  outline: none;
  box-sizing: border-box;
  background: #FFFFFF;
  border: 1px solid #e0e0e0;
  box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.03);
  color: #888;
  margin: 0;
  max-width: 100%;
  outline: medium none;
  transition: all 0.2s linear 0s;
}

#company-search-form input[type="text"]::-webkit-input-placeholder {color:#BBB;}
#company-search-form input[type="text"]::-moz-placeholder          {color:#BBB;}/* Firefox 19+ */
#company-search-form input[type="text"]:-moz-placeholder           {color:#BBB;}/* Firefox 18- */
#company-search-form input[type="text"]:-ms-input-placeholder      {color:#BBB;}

#cd-category-list {
  font-size: 13px;
  border: 1px solid #CCC !important;
  background: #FFF;
  font-family: Tahoma;
  outline: 0;
  box-shadow: none;
  padding: 3px 4px;
  height: 30px;
  width: auto;
  min-width: 1px;
  color: #888;
  cursor: pointer;
}

#cd-category-list option {
  line-height: 1.5;
  padding: 3px 4px;
  outline: 0;
  border: none !imporant;
  border-left: none !imporant;
  cursor: pointer;
}

#company-search-form input[type="text"]:focus,
#company-search-form select:focus {
  outline: none;
  background: none;
  box-shadow: none;
}

#company-search-form > div {
  display: table-cell;
  padding: 0 12px 0 0;
  vertical-align: top;
}

#company-search-form > div:last-child {
  padding-right: 0;
  line-height: 1;
}

#company-search-form > div:last-child,
#company-search-form > div:first-child + div + div {
  width: 1px;
  white-space: nowrap;
}

/*
#company-search-button {
  background: #eeeeee;
  background: -moz-linear-gradient(top,  #eeeeee 0%, #cccccc 100%);
  background: -webkit-linear-gradient(top,  #eeeeee 0%,#cccccc 100%);
  background: linear-gradient(to bottom,  #eeeeee 0%,#cccccc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 );

  border: 1px solid #999 !important;
  border-radius: 2px;
  color: #00A;
  display: inline-block;
  font-family: Tahoma;
  line-height: 23px;
  padding: 0 10px;
  text-shadow: 1px 1px 1px #fff;
  cursor: pointer;
  font-size: 14px;
  font-weight: normal;
  text-transform: none;
}

#company-search-button:hover {
  color: #D00;
  box-shadow: 1px 1px 1px #CCC;
}
*/

#company-search-button {
  background: #ff8000 url('../images/icons/search-white-16x16.png') no-repeat 14px 6px !important;
border: 1px solid #ed7c0a !important;
  height: 28px;
  margin: 0;
  padding: 0;
  position: relative;
  top: 0;
  width: 50px;
  border-radius: 3px;
}

#cd-address {
  display: inline-block;
}

#cd-se-options {
  width: 210px;
  max-width: 276px;
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 6px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  padding: 1;
  text-align: left;
  white-space: normal;
  position: absolute;
  z-index: 1060;
  top: 35px; /* 30px */
  right: 11px;
  left: -9999em;
}

.cd-se-body {
  padding: 6px 15px;
}

#cd-mylocation {
  border: 1px solid #DDD;
  margin: 0 0 5px 0;
  padding: 2px 6px 2px 30px;
  border-radius: 4px;
  background: #F5F5F5;
  background: url('../images/icons/location-16x16.png') no-repeat 6px 6px;
  line-height: 23px;
  cursor: pointer;
}

#cd-mylocation:hover {
  color: #B00;
}


#cd-address {
  position: relative;
}


#cd-seopt-link {
  position: absolute;
  background: url('../images/icons/settings-16x16.png') no-repeat;
  width: 16px;
  height: 16px;
  display: inline-block;
/*
  margin-left: -21px;
  margin-top: 5px;
*/
  margin-left: -23px;
  margin-top: 8px;
  cursor: pointer;
}

#cd-distance {
  list-style: none;
  margin: 0;
  padding: 0;
}

#cd-distance-title span {
  font-weight: bold;
}

#cd-distance-slider {
  width: 100%;
  margin: 10px 0 20px 0;
}

#cd-seopt-close {
  position: absolute;
  background: url('../images/close-20x20.png') no-repeat;
  width: 20px;
  height: 20px;
  display: inline-block;
  top: 7px;
  right: 6px;
  opacity: 0.6;
  cursor: pointer;
}

#cd-seopt-close:hover {
  opacity: 1;
}

.cd-seopt-title {
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  margin: 0;
  padding: 8px 14px;
}


/* search form ****************************************************************/



/* sorting section ************************************************************/
#cd-sorting-section {
  margin: 12px 0;
  padding: 0;
  display: table;
  color: #333;
  font-size: 12px;
  position: relative;
}

#cd-sorting-list {
  display: none;
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 6px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  padding: 0;
  text-align: left;
  white-space: normal;
  list-style: none;
  position: absolute;
  z-index: 1060;
  top: 33px;
  right: 0;
}

#cd-sorting-list li {
  padding: 0 12px 6px 12px;
  cursor: pointer;
  color: #333;
  font-size: 14px;
  line-height: 1.5;
}

#cd-sorting-list li:first-child {
  padding-top: 6px;
  border-radius: 6px 6px 0 0;
}

#cd-sorting-list li:last-child {
  border-radius: 0 0 6px 6px;
}

#cd-sorting-list li:hover {
  background: #F0F0F0;
}

#cd-sort-left,
#cd-sort-right {
  padding: 4px 10px;
  display: inline-block;
  background: #FFF;
  border: 1px solid #CCC;
}

#cd-sort-left {
  border-right: none;
  border-radius: 3px 0 0 3px;
}

#cd-sort-right {
  cursor: pointer;
  border-radius: 0 3px 3px 0;
}

#cd-sort-right.cd-sort-active {
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.125) inset;
  background-color: #e6e6e6 !important;
  border-color: #adadad !important;
}

#cd-sorting-selected {
  font-weight: bold;
  display: inline-block;
}
.cd-select-arrrow {
  width: 0px;
	height: 0px;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #2f2f2f;
	margin:0 auto;
  position: relative;
  right: -4px;
  top: 11px;
}

/* sorting section ************************************************************/



/* slider *********************************************************************/
#company-search-form .ui-slider {
  position: relative;
}
#company-search-form .ui-slider-horizontal .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 12px;
  height: 21px;
  background: url(../images/slider-horizontal.png) no-repeat;
  cursor: pointer
}
#company-search-form .ui-slider-vertical .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 21px;
  height: 11px;
  background: url(../images/slider-vertical.png) no-repeat;
  cursor: pointer
}
#company-search-form .ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  overflow: hidden;
}
#company-search-form .ui-slider-horizontal {
  height: 3px;
}
#company-search-form .ui-slider-vertical {
  width: 3px;
  height:200px;
}
#company-search-form .ui-slider-vertical {
  width: 3px;
  height: 100px !important;
}
#company-search-form .ui-slider-horizontal .ui-slider-handle {
  top: -9px;
  margin-left: -7px;
}
#company-search-form .ui-slider-vertical .ui-slider-handle {
  margin-bottom:-7px;
  margin-left: -9px;
}
#company-search-form .ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}
#company-search-form .ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}
#company-search-form .ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}
#company-search-form .ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}
#company-search-form .ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}
#company-search-form .ui-slider-vertical .ui-slider-range-max {
  top: 0;
}
#company-search-form .ui-widget-content {
  background:#b7b7b7;
  border:1px solid #a4a4a4;
}

#company-search-form .loader-12x12 {
  margin: 5px 0 0 6px;
  display: none;
  position: absolute;
}
/* slider *********************************************************************/



/* breadcrumbs ****************************************************************/

#companies-directory .breadcrumbs {
  margin: 0 0 12px 0 !important;
  padding: 0 !important;
}

#companies-directory .breadcrumbs li {
  float: left;
  list-style: none;
  margin-left: 6px;
}

#companies-directory .breadcrumbs li:first-child {
  margin-left: 0;
}

.breadcrumbs li:after {
  content: "→";
  margin-left: 6px;
  font-size: 12px;
  color: #555;
}
/*
.breadcrumbs li:first-child:before {
  content: "";
  margin: 0;
}
*/

#companies-directory .breadcrumbs:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  line-height: 0;
  clear: both;
  visibility: hidden;
}

/* breadcrumbs ****************************************************************/


/* index page *****************************************************************/
/*
.regions-page .term-name:hover {
  text-decoration: none;
}

.cd-regions {
  list-style: none;
  margin: 0 !important;

  -moz-column-count: 4;
  -webkit-column-count: 4;
  -o-column-count: 4;
  column-count: 4;
  -moz-column-gap: 20px;
  -webkit-column-gap: 20px;
  -o-column-gap: 20px;
  column-gap: 20px;
  -moz-column-rule: 1px dotted #cbcefb;
  -webkit-column-rule: 1px dotted #cbcefb;
  -o-column-rule: 1px dotted #cbcefb;
  column-rule: 1px dotted #cbcefb;
}

.cd-regions li {
  white-space: nowrap;
  line-height: 1.5;
  margin-bottom: 8px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.cd-regions .companies-number {
  display: inline-block;
  margin-left: 1px;
  font-weight: normal;
  font-size: 0.9em;
  color: #666;
}
*/


#cd-regions {
  -moz-column-count: 4;
  -webkit-column-count: 4;
  -o-column-count: 4;
  column-count: 4;
  -moz-column-gap: 20px;
  -webkit-column-gap: 20px;
  -o-column-gap: 20px;
  column-gap: 20px;
  -moz-column-rule: 1px dotted #cbcefb;
  -webkit-column-rule: 1px dotted #cbcefb;
  -o-column-rule: 1px dotted #cbcefb;
  column-rule: 1px dotted #cbcefb;

  line-height: 1;
  padding-bottom: 10px;
}

#cd-regions .region-list {
  list-style: none;
  margin: 6px 0;
}

#cd-regions .region-list li {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#cd-regions li {
/*
  line-height: 1.4;
  margin-bottom: 8px;
*/
  box-sizing: border-box;
  line-height: 1;
  padding-bottom: 10px;
}

#cd-regions .companies-number {
  display: inline-block;
  margin-left: 6px;
  font-weight: normal;
  font-size: 0.9em;
  color: #666;
}

#cd-regions .region-letter {
  font-weight: bold;
  color: #FF8000;
}
#cd-regions .cd-region-section {
  margin: 3px 6px;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  /* display: table; */
}

/* index page *****************************************************************/


/* company-list ***************************************************************/
#company-list-wrapper {
  margin: 0;
  padding: 0;
}

.company-list {
  list-style: none;
  margin: 6px 0 0 0;
  padding: 0;
}

.company-list > li:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  line-height: 0;
  clear: both;
  visibility: hidden;
}

.company-list > li {
  padding: 12px 0;
  margin: 0;
  border-bottom: 1px solid #DDD;
}

.company-list .intro-image-link {
  float: left;
  margin-right: 6px;
  border-bottom: none !important;
}

.company-list .intro-image {
  border: 1px solid #555;
  border-radius: 2px;
  height: 80px;
  width: 80px;
}

.company-name {
  color: #000;
  font-size: 17px;
  line-height: 1px;
}

.company-name {
  border-bottom: none !important;
}

.company-introduction {
  font-size: 13px;
  color: #333;
}



.regional-categories {
  margin: 0px 0 6px 0;
}

.regional-categories:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  line-height: 0;
  clear: both;
  visibility: hidden;
}

.regional-categories-title {
  float: left;
  font-weight: bold;
}

.regional-categories ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.regional-categories li {
  float: left;
}

.regional-categories li:first-child {
  margin-left: 6px;
}
/* company-list ***************************************************************/


/* pagination *****************************************************************/

#companies-directory .pagination {
  margin: 0;
  padding: 12px 0 0 0;
  background: none !important;
  border: none !important;
  box-shadow: none !important;
  font-family: Tahoma;
}

#companies-directory .pagination .before {
  font-size: 16px;
}

#companies-directory .pagination a,
#companies-directory .pagination .page-current {
  background: rgb(238,238,238); /* Old browsers */
  background: -moz-linear-gradient(top,  rgba(238,238,238,1) 0%, rgba(204,204,204,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */

  border: 1px solid #AAA;
  display: inline-block;
  padding: 4px !important;
  text-align: center;
  border-radius: 3px;
  min-width: 25px;
  font-size: 14px;
  font-family: Tahoma;
  text-decoration: none !important;
}


#companies-directory .pagination .page-current {
  font-weight: bold;
  background: #FFF;
}

#companies-directory .pagination a:hover,
#companies-directory .pagination a:focus {
  background: #FFF;
  color: #000;
}

#companies-directory .pagination a,
#companies-directory .pagination span {
  margin: 6px 6px 6px 0;
  height: auto;
  line-height: 1;
}
/* pagination *****************************************************************/


/* company card ***************************************************************/
#company-card-wrapper {
  display: table;
  width: 100%;
}

#company-card {
  display: table-row;
}

#company-card .left-column,
#company-card .right-column {
  display: table-cell;
  width: 50%;
  box-sizing: border-box;
}

#company-card .right-column {
  padding-left: 25px !important;
padding-top: 5px;
vertical-align: top;
}

#company-card .left-column table {
  table-layout: auto;
  width: 100%;
}

#company-card .left-column table td:first-child {
  width: 1px;
  white-space: nowrap;
}


#company-card .left-column table td {
  border-left: 1px solid #E5E5E5 !important;
  border-top: 1px solid #E5E5E5 !important;
  padding: 4px 6px !important;
}

#company-card .left-column > table > tbody > tr:first-child > td {
  border-top: none !important;
}

#company-card .left-column > table > tbody > tr > td:first-child {
  border-left: none !important;
  vertical-align: top;
}


.card-section {
  margin-top: 10px;
}
#company-card .right-column .card-section:first-child {
  margin-top: 0;
}

.card-section-title,
#company-card .left-column table td:first-child,
#companies-directory .yarpp-related h3 {
  color: #b00;
  text-shadow: 1px 1px 1px #ccc;
  text-transform: uppercase;
}



#companies-directory .yarpp-related {
  background: none;
}

#companies-directory .yarpp-related h3 {
  font-size: 14px;
  font-weight: normal;
}

#companies-directory .yarpp-related ol,
#companies-directory .yarpp-related ul {
  list-style: none;
}

#companies-directory .yarpp-related li {
  padding: 3px 0;
}




#company-card ul, #company-card ol {
  margin: 0;
  padding: 0;
}

#company-card li {
  margin: 2px 0;
  padding: 0;
}


#company-card .site-list {
  list-style: none;
}


.payment-list ul {
  list-style-position: inside;
  list-style-type: disc;
}



/* schedule ***************************/

.work-schedule {
  width: auto;
  font-size: 13px;
}


.work-schedule td {
  position: relative;
  min-width: 35px;
}

.work-schedule > tbody > tr:first-child td {
  font-weight: bold;
  font-size: 14px;
  text-align: center;
}

.work-schedule > tbody > tr:first-child td span {
  display: inline-block;
  margin: 0;
  border-bottom: 1px solid #8CD232 !important;
  width: 34px;
}

.work-schedule > tbody > tr:first-child td.not-working span {
  border-bottom: 1px solid #B00 !important;
}

.work-schedule > tbody > tr:first-child + tr td {
  padding: 2px 6px 6px 6px !important;
}

.work-schedule > tbody > tr:first-child + tr + tr td {
  border-top: 1px solid #E5E5E5 !important;
  padding: 6px 6px 2px 6px !important;
}


.work-schedule td.current-day {
  background: #E5E5E5;
}


.work-schedule .not-working-icon {
  background: url('../images/cross-20x20.png') no-repeat;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  margin-top: -10px;
  left: 50%;
  margin-left: -10px;
  width: 20px;
  opacity: 0.3;
}

#company-card .border-none {
  border: none !important;
}

.work-schedule .lunch-title {
  position: absolute;
  top: -12px;
  font-size: 12px;
  color: #AAA;
}
/* schedule ***************************/

/* image gallery **********************/
.image-gallery-wrapper {
  overflow: hidden;
  line-height: 1.5;
}
.cd-image-gallery {
  display: inline-block;
  white-space: nowrap;
}

.cd-image-gallery a.img {
  display: inline-block;
  padding: 0 30px 0 0;
  border-bottom: none !important;
}

.cd-image-gallery .tos-prev,
.cd-image-gallery .tos-next {
  border-bottom: none !important;
}

.cd-image-gallery img {
  border: 1px solid #555;
  border-radius: 4px;
  max-width: 200px;
}

.cd-image-gallery .tos-slide {
  width: auto !important;
}
/* image gallery **********************/



/* branch list ************************/
#branch-link {
  margin: 3px 0;
  display: inline-block;
}

#branch-list, #branch-list ul {
  list-style: none;
}

#branch-list > li {
  margin: 6px 0;
  padding: 3px 6px;
  background: #EEE;
  border: 1px solid #DDD;
  border-radius: 4px;
}
/* branch list ************************/


/* discount list **********************/
.discount-list ul {
  list-style: none;
}

.discount-list li {
  padding-bottom: 6px;
}

.discount-list li:first-child {
  padding-bottom: 0;
}

.discount-title {
  font-weight: bold;
}

.discount-description {
  font-size: 13px;
}

.discount-comment {
  font-size: 12px;
  color: #666;
}

.discount-duration span {
  font-weight: bold;
}

.discount-duration {
  color: #666;
}

/* discount list **********************/

/* company card ***************************************************************/



/* yandex map *****************************************************************/
#map-companies, #map-single {
  background: rgb(252,255,244); /* Old browsers */
  background: -moz-linear-gradient(top,  rgba(252,255,244,1) 0%, rgba(233,233,206,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  rgba(252,255,244,1) 0%,rgba(233,233,206,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  rgba(252,255,244,1) 0%,rgba(233,233,206,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfff4', endColorstr='#e9e9ce',GradientType=0 ); /* IE6-9 */

  font-family: Tahoma !important;
}


#map-companies {
  display: table;
  width: 100%;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  border: 1px solid #AAA !important;
  border-radius: 2px;
}
#map-companies #map-height {
  border: none !important;
}
#map-row {
  display: table-row;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}
#map-column, #map-filters {
  display: table-cell;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}
#map-column {
  width: 75%;
}


#map-companies td {
  padding: 0 !important;
}

#map-companies select {
  font-size: 13px !important;
  font-family: Tahoma !important;
}

#map-wrapper {
  position: relative;
}


#map-height {
  position: relative;
  z-index:  1;
  padding: 0 0 56.25% 0;
  height: 0;
  overflow: hidden;
  border: 1px solid #AAA !important;
}

.td-map #map-height {
  padding-bottom: 100%;
}

#map-list.map-dynamic,
#map-single.map-dynamic {
  cursor: pointer;
  position: absolute;
	top: 0;
	left: 0;
	width: 100%;
  height: 100%;
}

#map-single.map-static > img {
  width: 100%;
  height: auto;
}


.ymaps-2-1-34-balloon__close-button {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAAt0lEQVR42o2RwQoCIRRF/RRhcOnOpUu3QVBQu/qQtlFtoj+JcNEH6IAMuBJ/ZjY2d0CwJsTFhcf1XN/zSbz3R6XUhhCyqgkMWEIpXcNo0cyWBud8+wsxxr6750IIsRvH8W2MOWdPa32CJ6XcLwJQ3/eXlNILIcBTrWOMj0WHUoAn8Ak4hHCHVw3kmxFyzl2rgXKMYRhuGG8RKreBB5ZjAIaHhfztkA+qq+66rvnjZtZae2j5bTBgP4jojqO2ZzVhAAAAAElFTkSuQmCC") !important;
  background-position: 4px 14px !important;
  background-repeat: no-repeat !important;
  cursor: pointer !important;
  display: block !important;
  height: 30px !important;
  position: absolute !important;
  right: -10px !important;
  top: -10px !important;
  width: 30px !important;
  opacity: 1 !important;
}
.ymaps-2-1-34-balloon__layout {
  border-radius: 3px;
}

.map-more-link {
  display: block;
  text-decoration: underline;
  color: #00B;
  border: none !important;
}
.map-more-link:hover {
  color: #B00;
}
.map-more-link:focus {
  outline: 0;
  color: #B00;
}
.company_map_balloon_title {
  font-weight: bold;
  line-height: 1;
  margin: 0;
  margin: 3px 3px 6px 3px !important;

  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.company_map_balloon_address {
  color: #333;
  line-height: 1;
  padding: 0;
  margin: 0 3px 6px 3px !important;

  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.company_map_balloon_phone {
  margin: 3px 0;
  padding: 0;
}

.company_map_balloon_phone img {
  margin-right: 6px;
}

#map-filters {
  width: 25%;
  vertical-align: top;
  border-left: 1px solid #777 !important;
}

#map-companies-link-wrap {
  /*max-height: 200px;*/
  overflow-y: auto;
  padding: 8px !important;
  box-sizing: border-box;
}

#map-companies-link {
  list-style: none;
  margin: 0;
  padding: 0;
}

#map-companies-link li,
#map-companies-link a:link,
#map-companies-link a:visited,
#map-companies-link a:hover,
#map-companies-link a:focus {
  font-size: 14px;
  font-weight: normal;
  margin: 8px 0 0 0;
  padding: 0;
  /*color: #0D3CCE;*/
  color: #000;
  cursor: pointer;
  line-height: 1;
  height: auto;
  border-bottom: none;
}
#map-companies-link li:hover,
#map-companies-link a:hover {
  text-decoration: underline;
  border-bottom: none;
}
#return-geocollection {
  color: #999 !important;
  font-size: 12px !important;
  text-decoration: underline;
}
#geocollection-return:hover {
  color: #000 !important;
}


#map-companies-link li:first-child {
  margin-top: 0;
}

.map-title {
  font-size: 1.2em;
  font-weight: bold;
}

#map-region-filter {
  padding: 6px 6px 10px 6px;
  border-bottom: 1px solid #CCC;
  margin-bottom: 0; /*10px;*/
  box-sizing: border-box;
}
/* yandex map *****************************************************************/




/* map route ******************************************************************/

.route-wrapper {
  padding: 0 0 4px 0;
}

#route-input {
  position: relative;
  margin-top: 6px;
}

#route-input input[type=text] {
  box-sizing: border-box;
  height: 25px !important;
  line-height: 25px !important;
  margin: 0 !important;
  padding: 2px 20px 2px 6px !important;
  width: 100%;
}


#route-input input[type=text]::-webkit-input-placeholder {color:#999;}
#route-input input[type=text]::-moz-placeholder          {color:#999;}/* Firefox 19+ */
#route-input input[type=text]:-moz-placeholder           {color:#999;}/* Firefox 18- */
#route-input input[type=text]:-ms-input-placeholder      {color:#999;}

/*
#search-route {
  background: #eee url("../images/icons/route-24x24.png") no-repeat scroll 2px -1px;
  border: 1px solid #ccc;
  border-left: 1px solid #AAA;
  border-radius: 0 2px 2px 0;
  cursor: pointer;
  display: block;
  height: 25px;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
}
*/
#search-route {
  background: #00b7ea;
  background: -moz-linear-gradient(top,  #00b7ea 0%, #009ec3 100%);
  background: -webkit-linear-gradient(top,  #00b7ea 0%,#009ec3 100%);
  background: linear-gradient(to bottom, #ff8000 0%,#dd7308 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b7ea', endColorstr='#009ec3',GradientType=0 );

  border: 1px solid #e47606;
  border-radius: 2px;
  color: #fff;
  font-family: Tahoma;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 1;
  margin-top: 5px;
  padding: 6px;
  text-align: center;
  text-shadow: 1px 1px 1px #00708c;
  text-transform: uppercase;
  width: 100%;
}

#search-route:hover {
  background-color: #FFF;
  border: 1px solid #AAA;
}


#route-more {
  display: inline-block;
  margin-bottom: 8px;
}

/* #route, */ #route-list {
  display: none;
}


#route-info {
  background: #e5e5e5;
  border: 1px solid #CCC;
  border-top: none;
  padding: 2px 6px;
  display: none;
}



#route-data span {
  display: block;
}



#route-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

#route-list li {
  font-size: 11px;
  color: #555;
  margin: 3px 0;
}

#route-list li:first-child {
  border-bottom: 1px solid #DDD;
}

#route-list li:last-child {
  border-top: 1px solid #DDD;
}

/* map route ******************************************************************/


/* css styles for devices with a maximum resolution of 980px ******************/
@media screen and (max-width: 980px) {
  #cd-regions {
    -moz-column-count: 3;
    -webkit-column-count: 3;
    -o-column-count: 3;
    column-count: 3;
  }

  #companies-directory {
    padding-left:8px;
  }
}
/* css styles for devices with a maximum resolution of 980px ******************/



/* css styles for devices with a maximum resolution of 950px ******************/
@media screen and (max-width: 950px) {
  .td-map #map-height {
    padding-bottom: 60%;
  }

  #company-card-wrapper,
  #company-card,
  #company-card .left-column,
  #company-card .right-column {
    display: block;
    padding: 0 !important;
    width: 100%;
    box-sizing: border-box;
  }
}
/* css styles for devices with a maximum resolution of 950px ******************/



/* css styles for devices with a maximum resolution of 800px ******************/
@media screen and (max-width: 800px) {
  #cd-regions {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    -o-column-count: 2;
    column-count: 2;
  }

  #map-filters {
    display: none;
  }
}
/* css styles for devices with a maximum resolution of 800px ******************/



/* css styles for devices with a maximum resolution of 800px ******************/
@media screen and (max-width: 670px) {
  #company-sf-wrapper,
  #company-search-form,
  #company-search-form > div {
    display: block;
  }

  #company-search-form > div:last-child,
  #company-search-form > div:first-child + div + div {
    width: 100%;
    white-space: normal;
  }

  #cd-address,
  #cd-address + div,
  #cd-address + div + div {
    display: inline-block !important;
    width: auto !important;
  }

  #cd-address {
    width: 45% !important;
  }

  #company-search-form > div {
    padding: 6px 12px 6px 6px;
  }
}

/* css styles for devices with a maximum resolution of 800px ******************/




/* css styles for devices with a maximum resolution of 380px ******************/
@media screen and (max-width: 380px) {
  #cd-regions {
    -moz-column-count: 1;
    -webkit-column-count: 1;
    -o-column-count: 1;
    column-count: 1;
  }

  #cd-address {
    width: 100% !important;
  }
}

.address-comment {
	
padding: 0px 0px 20px;

}
/* css styles for devices with a maximum resolution of 380px ******************/
