/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets,
 * or vendor/assets/stylesheets of plugins, if any, can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the top of the
 * compiled file, but it's generally better to create a new file per style scope.
 *
 *= require bootstrap/css/bootstrap.min
 *= require bootstrap/css/bootstrap-theme.min
 *= require leaflet/leaflet
 *= require_self
 */


* {outline-style:none !important;}

a {color:#2a6495;}
a:hover {color:#234c6f;}


body {background:#eee; }

h1 {font-size:22px; font-weight: normal;}
h1 span {color:#999;}


.container-fluid > .row {margin-left:0; margin-right: 0;}
.container-fluid > .row > div {padding-left:0; padding-right: 0;}

.portal-header {
    background: #f9f9f9;
    -webkit-box-shadow: 0px 0px 11px #CCC;
    -moz-box-shadow: 0px 0px 11px #CCC;
    box-shadow: 0px 0px 11px #CCC;
    z-index: 55;
}
.portal-header .search .search-field input {background-color:transparent;}
.portal-header .search .search-field {
    background-color: #FEFEFE;
}

.orange-border {
    /*border-radius: 4px !important;*/
    border-color: #c8c8c8 !important;
    /*padding: 6px 23px 6px 3px !important;*/
    -webkit-transition: all 0.5s ease;;
    -moz-transition: all 0.5s ease;;
    -o-transition: all 0.5s ease;;
    transition: all 0.5s ease;
}

.portal-header .header-container {
    max-width: initial;
    margin: 0 auto;
    padding: 0 15px 0 15px;
}


.panel-nav {background:#f6f6f6;position: relative;}
.panel-nav h1 {margin-top:0; margin-bottom: 5px;  position: relative;}

.fixed-map {
    position: relative;
    width: 100%;
    padding-right: 0px;
    padding-left: 15px;
}

@media (max-width: 1100px) {
  .col-smd-12 {
      width: 100%;
  }
}
@media (max-width: 1100px) and (min-width: 991px) {
  .hidden-smd {
      display: none!important;
  }
}
.lg-top-margin-20 {margin-top:20px;}


#map {height:300px; background:center center no-repeat #ccc; cursor: default; z-index: 1;
  border:1px solid #ddd;
}
.map-description { padding: 5px;}
.map-description a {    padding-bottom: 2px; text-decoration: none; border-bottom:1px dashed #95bee2; color: #337ab7; cursor: pointer;}
.map-description a:hover {color:#00C; border-bottom: 1px dashed #337ab7;}

@media (max-width: 1200px) {
  #map {height:250px;}
  #map-container {
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eff7d4', endColorstr='#dff49a',GradientType=0 ); /* IE6-9 */
    -webkit-box-shadow: 0 1px 10px rgba(0,0,0,0.15);
    -moz-box-shadow: 0 1px 10px rgba(0,0,0,0.15);
    box-shadow: 0 1px 10px rgba(0,0,0,0.15);    
  }
  .map-description {display: none;}
}

@media (min-width:1200px){
  .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
  .content-header-content {
    margin: 0 -30px;
    padding: 0 30px;
  }
}


.left-main-content-container-full {
  width: 100%;
}


.loader {
	padding-top:25px; padding-bottom:15px; text-align: center;
}
.loader span {
	background: url("/catalog-public/assets/images/ajax-loader.gif") left center no-repeat;
	padding-left:22px;
}
.popup-loader {min-width:120px; background:url("/catalog-public/assets/images/loader-dark.gif") center center no-repeat; height:50px;}












.pagination { padding: 3px; margin: 3px; text-align: left; margin-top:10px;}
.pagination * { font-size:14px;}

.pagination a {
    font-size:16px;
    text-align: center;
    width:40px; height:40px; overflow: hidden;
    background: #fff; text-decoration: none;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    display: inline-block; line-height: 40px;
    color:#444;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.pagination a:hover {
    border-color: #999;
    background: #F3F3F3;
    outline: 0;
}

.pagination .current {
    font-size:16px;
    text-align: center;
    width:40px; height:40px; overflow: hidden;
    color: #fff;
    font-weight: bold;
    background: #0090ff;
    cursor: default;
    vertical-align: middle;
    font-style: normal;
    display: inline-block; line-height: 40px;
}
.pagination .next_page, .pagination .prev_page { 
	background:transparent; border:none; text-decoration: underline;
    width:auto; padding-left:10px; padding-right:10px;
    display: inline-block; line-height: 40px;
    color:#0090ff;
    box-shadow: none;
}
.pagination .next_page:hover, .pagination .prev_page:hover { background:transparent; border:none; text-decoration: none;

}
.pagination .disabled {display:none;}






.navmenu {margin:20px 0;}
.navmenu i {font-size:11px;}
.navmenu .divider {margin:0 5px; color:#aaa;}




/*Standart layout styles*/

.organization-fast-page-links {padding:8px 0 5px 0;}
.organization-fast-page-link {
  background: #fff;
  white-space: nowrap;
  border-radius: 2px;
  padding: 2px 8px;
  margin-right: 10px;
  color: #000 !important;
  font-size:13px;
  cursor:pointer;
  text-decoration: none !important;
  border: #9c9a9a solid 1px;
}
.organization-fast-page-link:hover {
  color:#fff; text-decoration: none;
  /*background: rgb(54, 183, 242);*/
  -webkit-box-shadow: 0 3px 6px rgba(0,0,0,0.3);
  -moz-box-shadow: 0 3px 6px rgba(0,0,0,0.3);
  box-shadow: 0 3px 6px rgba(0,0,0,0.3);
}

@media (max-width: 480px) {
  .organization-fast-page-link {display: block; text-align: center; margin:5px 0 10px 0; padding:5px;}
}


.cities-card {
  background:#fff;
  padding-top:15px; padding-bottom:15px; 
  border-bottom:1px solid #e2e2e2; padding-left:20px;
}
.cities-card a {font-size:16px; position: relative; padding-left:135px;}
.cities-card a .ctype {font-size:14px; color:#aaa; position: absolute; left:0; bottom:0;max-width:130px;}

.cities-city a {font-size:22px; color: #00C;}
.cities-city a .ctype {color:#333;}

.building-card {
  background:#fff;
  padding-top:15px; padding-bottom:15px; 
  border-bottom:1px solid #e2e2e2; padding-left:20px;
}
.building-card a {font-size:16px; position: relative; font-weight: bold; color:#00C;}
.building-card a .ctype {color:#337ab7; font-weight: normal; font-size:14px;}
.building-card .buldingtype {color:#aaa; font-weight: normal; margin-left:5px; font-size:14px;}

.organization-list {}
.organization-card {
  border-bottom: 1px dotted #ddd;
	background:#fff;
	padding-top:15px; padding-bottom:15px; 
	/*border-bottom:1px solid #e2e2e2; */
  padding-left:60px; padding-right: 20px;
  -webkit-transition: all 0.5s ease-out 0.1s;
  -moz-transition: all 0.5s ease-out 0.1s;
  -o-transition: all 0.5s ease-out 0.1s;
  transition: all 0.5s ease-out 0.1s;
/*	-webkit-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -o-transition: all 0.15s;
  transition: all 0.15s;*/
}
.organization-card:hover {
/*    -webkit-box-shadow: 0 0 15px #e6e6e6;
    -moz-box-shadow: 0 0 15px #e6e6e6;
    box-shadow: 0 0 15px #e6e6e6;*/
    background-color:#fffee5;
}
.by-marker-hover {
    background-color:#fffcb1;
}
.organization-card .organization-name {font-size:18px; margin:0; }
.organization-card .organization-name i {
	color: #c0bebe;
    margin-left: -34px;
    font-size: 13px;
    vertical-align: top;
    line-height: 20px;
    padding-right: 20px;
}
.organization-card .organization-name i img {
  width: 16px;
  vertical-align: top;
  margin-right: -4px;
  padding-top: 2px;
}
.organization-card-advertisment .organization-name i {
	color:#EF8700;
	font-size: 15px;
	line-height: 27px;
  padding-right: 19px;
}
.organization-card-advertisment .organization-name-container h3 {
    color: #00C;
    font-size: 20px;
    display: inline;
    line-height:1.42857143;
}

.organization-card .organization-name-container {margin:0;}
.organization-card .organization-name-container .organization-name {padding-bottom: 1px; color:#2e4178; display: inline;}
.organization-card .organization-name-container .organization-name:hover {text-decoration:none;}
.organization-card .organization-comment {position:relative; font-size:13px; text-overflow: ellipsis; line-height:19px; max-height:57px; overflow-y:hidden; margin-bottom: 0px;}
.organization-card .organization-comment.organization-opened-comment {
  max-height: none;
  overflow: visible;

}
.organization-card .organization-comment.organization-opened-comment .read-all-organization-comment {
  position: relative !important;
  display: table-cell;
}
.organization-card .organization-comment .read-all-organization-comment {
    position: absolute;
    right: 0;
    bottom: 0;
    line-height: 19px;
    font-size: 13px;
    background: #E0F7FA;
    padding: 0px 7px;
    border-radius: 3px;
    color: #0097A7;
    text-decoration: none !important;
}
.organization-card .organization-comment .read-all-organization-comment:hover {
  background: #B2EBF2;
  color: #006064;
}
.organization-card .organization-address {padding-top:5px; display: inline-block;}
.organization-card .organization-address a .town-name {color:#999;}
.organization-card .organization-address a {color:#555; text-decoration:none; font-size:14px;}
.organization-card .organization-address a:hover .address-name {color:#cc0000; border-bottom:1px dashed #cc0000;} 
.organization-card .organization-address .address-name {border-bottom:1px dashed #999; }
.organization-card .organization-additional-contacts {color:#555;}
.organization-card .organization-additional-contacts i {padding-right:5px; font-size: 12px;}

.organization-card .organization-photo,.address-photo-preview .organization-photo{
	width:96px; height:96px;
	display: block;
	border-radius: 100%;
	background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position:relative;
    border: 4px solid #EEE;
    margin-top: 5px;
    -webkit-transition: all 0.5s ease;;
    -moz-transition: all 0.5s ease;;
    -o-transition: all 0.5s ease;;
    transition: all 0.5s ease;
}
.organization-card .organization-phone {white-space: nowrap; padding-top:5px; display: inline-block;}
.organization-card .organization-bn-link {margin-top: 5px; display: block; text-decoration: none;}
.organization-card .phone-title {color:#999; font-weight: normal;}
.organization-card .organization-worktime {white-space: nowrap; padding-top:5px; font-size: 12px; color: #999;}
.organization-card .organization-photo-container {padding-left:20px;}

.organization-card .pp_domain_container {
  padding-bottom: 4px;
}
.organization-card .pp_domain_container a, .organization-card .pp_domain_container span {
  color: #070;
  display: inline-block;
}
.organization-card .pp_domain_container .path_separator {
  font-family: 'Verdana';
  font-size: 14px;
  margin: 0 5px;
}


@media (max-width: 767px) {
  .organization-worktime {
      text-align: left;
  }
}

.organization-card .organization-address .address-space {margin-right:15px;}


.organization-card-advertisment .organization-address a .address-name {border-bottom: 1px dashed #5ccf5c;}
.organization-card-advertisment .organization-name-container .organization-name {color:#00C; font-size:20px;}
.organization-card-advertisment .organization-name-container .organization-name:hover {color:#cc0000;}
.organization-card-advertisment .organization-address .address-link {color:#060; border-bottom-color:#5ccf5c;}
.organization-card-advertisment .organization-phone {font-weight: bold;}

.organization-card .organization-hidded-phone {color:#333; text-decoration: none;    white-space: nowrap;}
.organization-card .organization-hidded-phone .show-all-phone-icon {
    background-color: #eee;
    border-radius: 29px;
    width: 17px;
    height: 17px;
    margin-left: 3px;
    padding: 3px 0 2px 3px;
    display: inline-block;
    vertical-align: top;
    font-size: 11px;
}
.organization-card .organization-hidded-phone:hover {color:#cc0000;}
.organization-card .organization-hidded-phone:hover .show-all-phone-icon {background-color: #337ab7; color:#fff;}

.organization-card .organization-more-contacts {margin-left:10px;}

.organization-card .organization-photo:hover {
	border:4px solid #ffc468;
  border-radius: 1%;

}
.organization-card .organization-photo .organization-photo-count {
	position:absolute;
	top:0px; right:0px;
	background:#ff9c00;
	color:#fff;
	border-radius:50px;
	width:30px; height:30px;
	text-align:center; 
	border:3px solid #fff; 
	font-size:12px; line-height: 24px;
	margin-top: -5px; margin-right: -5px;
  -webkit-transition: all 0.5s ease;;
  -moz-transition: all 0.5s ease;;
  -o-transition: all 0.5s ease;;
  transition: all 0.5s ease;
}
.organization-card .organization-photo:hover .organization-photo-count {
	background:#ff6c00;
}

#organization-menu {
	background: #f6f6f6;
	border-bottom:1px solid #ccc;
    padding:15px;
}
#organization-menu i {margin-right:5px;}
#organization-menu .organization-menu-left {}
#organization-menu .organization-menu-center { text-align: center; }
#organization-menu .organization-menu-right { text-align: right;}



@media (max-width: 992px) {
	.organization-list {
	    margin-left: 0;
	}
}


.organization-card .orgnization-comment-bubble {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  position: relative;
  padding: 0px 3px 0px 3px;
  border: none;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  font-size: 11px;
  color: #fff;
  text-align: center;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  background: #8BC34A;
  margin-top: 0px;
  margin-left: 5px;
  vertical-align: top;
  display: inline-block;
  text-decoration: none;
  white-space: nowrap;
}
.organization-card .orgnization-comment-bubble span {position: relative;}
.organization-card .orgnization-comment-bubble:before {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  width: 10px;
  height: 10px;
  position: absolute;
  content: "";
  bottom: 2px;
  left: 5px;
  border: none;
  font: normal 16px/normal "Times New Roman", Times, serif;
  color: rgba(0,0,0,0.9);
  -o-text-overflow: clip;
  text-overflow: clip;
  background: #8BC34A;
  text-shadow: none;
  -webkit-transform: rotateZ(-14.32394487827058deg)  translateX(-5px) skewX(-36deg);
  transform: rotateZ(-14.32394487827058deg)  translateX(-5px) skewX(-36deg);
}

.organization-card .orgnization-comment-hint {
  width:0; overflow: hidden; display: inline-block; vertical-align: top; text-align: right;
  -webkit-transition: all 0.1s;
  -moz-transition: all 0.1s;
  -o-transition: all 0.1s;
  transition: all 0.1s;

 -webkit-transition-delay: 0.5s;
 -o-transition-delay: 0.5s;
 -moz-transition-delay: 0.5s;
 transition-delay: 0.5s;
}
.organization-card:hover .orgnization-comment-hint {
	width:45px; 
}

.organization-card-advertisment .orgnization-comment-bubble {
  background: #cdf2a2;
}
.organization-card-advertisment .orgnization-comment-bubble span {color: #000; font-size:11px;}
.organization-card-advertisment .orgnization-comment-bubble:before {
  background: #cdf2a2;
}

.organization-card .orgnization-comment-bubble:hover,  .organization-card .orgnization-comment-bubble:hover:before {background-color: #FF9C00; color:#fff;}
.organization-card-advertisment .orgnization-comment-bubble:hover,  .organization-card-advertisment .orgnization-comment-bubble:hover:before {background-color: #FF9C00; color:#fff;}


.organization-card-ls-bottom {background:#fff5b1;}
.organization-card-ls-bottom:hover {background:#fff5b1;}
.organization-card-ls-bottom .ls-default-container  {
  margin:15px; padding:0; background: transparent; border:0; min-height: auto;
}


.same-tags-container {padding-bottom:85px; padding-top:30px;}
.same-tags-container .same-tag-title {margin-bottom:10px;}
.same-tags-container .same-tag {display: inline-block;}
.same-tags-container .same-tag a {text-decoration: underline; text-decoration: none;
  margin-bottom: 10px;
  display: inline-block;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.05);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.05);  
  text-decoration: none;
  margin-right: 10px;
  padding: 10px;
  background-color: #fff;
  border: 1px solid #e3e3e3;
}
.same-tags-container .same-tag a:hover {
  color:#000; background-color:#fff8be;
}
.same-tags-container .same-tag a i {
  margin-left: 7px;
  font-size: 10px;
  color: #000;
}
.same-tags-container-top {overflow: hidden; height:50px; margin-bottom:20px; padding:0;}
@media (max-width: 1200px) {
  .same-tags-container-top {
    margin-top:20px;
  }
}

.load-more-data-container {padding:30px 0 60px 0; text-align: center}
.load-more-data-container .load-more-data {
    color:#555; background:#fff;
    padding: 15px 40px; text-decoration: none;
    -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
    cursor: pointer;
}
.load-more-data-container .load-more-data i {
	font-size: 18px;
    vertical-align: top;
    line-height: 16px;
    margin-right: 5px;
    color: #777;
}
.load-more-data-container .load-more-data:hover { background: #edf3f8; color:#000; }
.load-more-data-container .load-more-data:hover i { color:#444; }

.fixed-position {position: relative; z-index: 10;}
.fixed-position .fixed-content {}


.address-links {margin-bottom:20px; padding-left:75px;}
.address-links a {/*margin-right: 10px;*/ text-decoration: none; border-bottom:1px dashed;}


.catalog-address {margin-bottom:10px; margin-top:25px; position: relative; padding-left:75px; min-height:80px;}
.catalog-address h1 {margin-top: 3px; margin-bottom:3px; font-size:28px;}
.catalog-address .address-description {margin-bottom:3px;}
.catalog-address i {font-size:55px; position: absolute; left:0; top: 4px; color: #aaa;}
.catalog-address a {margin-right: 10px; text-decoration: none; border-bottom:1px dashed;}


.address-photo-preview {
  text-align: right;    
  position: absolute;
  right: 20px;
  top: 20px;
}
.address-photo-preview .organization-photo {
  width:130px; height:130px;
  display: block;
  /*border-radius: 100px;*/
  background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position:relative;
    border: 4px solid #EEE;
    margin-top: 5px;
}
.address-photo-preview .organization-photo-container {padding-left:20px;}
.address-photo-preview .organization-photo:hover {
  border:4px solid #ffc468;
  border-radius: 1%;
}
.address-photo-preview .organization-photo .organization-photo-count {
    position: absolute;
    top: 0px;
    right: 0px;
    background: #ff9c00;
    color: #fff;
    border-radius: 50px;
    width: 36px;
    height: 36px;
    text-align: center;
    border: 3px solid #fff;
    font-size: 16px;
    line-height: 32px;
    margin-top: 0px;
    margin-right: 0px;
    font-weight: bold;
}
.address-photo-preview .organization-photo:hover .organization-photo-count {
  background:#ff6c00;
}
.address-second-photos {display: none;}






















.leaflet-control-container .leaflet-left {left:auto; right:20px;}
.leaflet-control-container .leaflet-top {top: 10px;}
.leaflet-control-zoom-in {
  border: 3px solid #555 !important;
  line-height: 43px !important;
  font: 34px arial;
  width:50px !important; height:50px !important; 
  overflow: hidden;
  background:rgba(255, 255, 255, 0.4) !important; 
  color:#000 !important;
  -webkit-border-radius: 50px !important;
  -moz-border-radius: 50px !important;
  border-radius: 50px !important;

  -webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.4);
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.4);	
}
.leaflet-control-zoom-in:hover, .leaflet-control-zoom-out:hover{
  border: 3px solid #000 !important;
}
.leaflet-control-zoom-in:active, .leaflet-control-zoom-out:active{
	
}
.leaflet-control-zoom-out {
  border: 3px solid #555 !important;
  line-height: 28px !important; margin: 10px 0 0 5px;
  font: 34px arial;
  width:40px !important; height:40px !important; 
  overflow: hidden;
  background:rgba(255, 255, 255, 0.4) !important; 
  color:#000 !important;
    -webkit-border-radius: 50px !important;
    -moz-border-radius: 50px !important;
    border-radius: 50px !important;
  -webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.4);
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.4);	
}

.leaflet-control {float:right;}

.leaflet-bar, .leaflet-touch .leaflet-control-layers, .leaflet-touch .leaflet-bar {box-shadow: none; border:0;}


.leaflet-popup-content-wrapper  {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;        
}
.leaflet-popup-content {margin:9px; color:#fff;}
.leaflet-container a.leaflet-popup-close-button {
  margin: 2px 2px 0 0; width:20px; height:20px; 
  background:url("/catalog-public/assets/images/closepopup-dark.png") center center no-repeat; 
  text-indent: 200px; overflow: hidden;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;        
}
.leaflet-container a.leaflet-popup-close-button:hover {background-color:#777;}

.leaflet-popup-content-wrapper, .leaflet-popup-tip {
  background: rgba(0, 0, 0, 0.8);
  box-shadow: none;
}

.leaflet-popup-tip {
    width: 32px;
    height: 32px;
    padding: 1px;
    margin: -23px auto 0;
}
.leaflet-control-attribution {display: none;}
.leaflet-bottom { right: 22px !important; }


.organization-tiding-container {
  padding-left: 20px;
  padding-top: 8px;
}
.organization-tiding-container .otc-description {
  display: block; 
  font-weight: normal;
}
.organization-tiding-container .otc-title i {
  -moz-transform: scale(1, -1);
  -webkit-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

.organization-card:hover > .organization-name-container > .organization-name {
    color: #cc0000;
    border-bottom: solid 1px;
}


.organization-card:hover .organization-tiding {opacity: 1;}
.organization-tiding {
  opacity: 1;
  font-size: 13px;
  color: #000;
  line-height: 17px;
  max-height: 70px;
  overflow-y: hidden;
  padding-top: 2px;
  padding-bottom: 8px;
  padding-right: 40px;
  font-weight: normal;
  transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  overflow: hidden;
}
.organization-tiding .img {
  height: 67px; width:67px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin-right:10px;
}
.organization-tiding:hover {text-decoration: none;}


.panel-container {
  box-shadow: 0 2px 3px rgba(0,0,0,0.1); 
  border: 1px solid #ccc;
  margin-bottom: 30px
}
/*.panel-container .map-toggable {
  white-space: nowrap;
  position: relative;
  padding: 5px 12px;
  font-size: 14px;
  text-align: center; 
  text-decoration: none;
  background: #09f;
  color: #eee;
  -webkit-border-radius: 50px !important;
  -moz-border-radius: 50px !important;
  border-radius: 50px !important; 
}
.panel-container .map-toggable:hover {background: #51b9ff;}*/
/*.panel-container .mt-highlighted {background:#ff6600; color:#fff;}*/

.col-map-left {padding-right:100px;}
.col-map-container {position: absolute; right:10px; top:50%; margin-top:-10px;}

.sales-panel {}
.sales-panel .panel-nav {background-color: #e9fcc9; padding:15px;}
.sales-panel .panel-nav b {font-weight: normal; font-size:20px;}

.address-panel {padding:10px 20px; background: #fff;border: 1px solid #ccc;}


/*.shop-panel {box-shadow: 0 4px 6px rgba(0,0,0,0.15);}*/

.shop-panel .panel-nav {
  /*background: url(/catalog-public/assets/promo-shop.png) right 10px center no-repeat #c8c8c8; color:#fff;*/
  padding:15px;
  background-color: transparent;  
}
.shop-panel .panel-nav b {font-weight: normal; font-size:20px;}

/*.shop-content {
  background: #fff;
  padding-top: 15px;
  padding-left: 20px;
}*/

.shop-content {
    padding: 0 0 0 0;
    background: transparent;
}

.organizations-panel {
  border:0;
  box-shadow: none;
}
.organizations-panel .panel-nav {
  background: #eee; 
  padding-bottom: 0;
}
.organizations-panel .panel-nav .on-map-container {
  height: 35px;
}
.organizations-panel .panel-nav .on-map-container .map-toggable {
  position: relative;
}
.organizations-panel .panel-nav .comment {
  background:url(/catalog-public/assets/images/user-avatar.png) 10px 10px no-repeat;
  padding:10px 10px 10px 70px;
  background-color: #444;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  color:#eee;
  position: relative;
  min-height: 70px;
  -moz-box-shadow: 0 0px 6px rgba(0,0,0,0.5);
  -webkit-box-shadow: 0 0px 6px rgba(0,0,0,0.5);
  box-shadow: 0 0px 6px rgba(0,0,0,0.5);
  display: block;

  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.organizations-panel .panel-nav .comment:hover {
  text-decoration: none;
  color:#fff;
  background-color: #333;
  -moz-box-shadow: 0 0px 15px rgba(0,0,0,0.5);
  -webkit-box-shadow: 0 0px 15px rgba(0,0,0,0.5);
  box-shadow: 0 0px 15px rgba(0,0,0,0.5);
  margin-top:-5px;
}
.organizations-panel .panel-nav .comment:hover:after {
  border-color: rgba(0,0,0,0) #333;
}
.organizations-panel .panel-nav .comment:after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 50px;
  border-width: 0 20px 20px 0px;
  border-style: solid;
  border-color: rgba(0,0,0,0) #444;
  display: block;
  width: 0;
}
.organizations-panel .panel-nav .comment .comment-content {
  max-height: 62px;
  overflow: hidden;
}
.organizations-panel .panel-nav .comment b {
  display: block;
}
.organizations-panel .panel-nav .submenu {
  margin-left:-1px;
  white-space: nowrap;
  font-size: 0;
  padding-left: 5px;
}
.organizations-panel .panel-nav .submenu a {
  display: inline-block;
  padding:16px;
  color:#000;
  background:#e2e2e2;
  border-top: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  font-size:16px;
  position: relative;
  text-decoration: none;
}
.organizations-panel .panel-nav .submenu a.selected:after {
    content: ' ';
    position: absolute;
    left: 0;
    bottom: -3px;
    right: 0;
    height: 5px;
    background: #FFF;
    z-index: 5;
}

.organizations-panel .panel-nav .submenu a:first-child {
  border-left: 1px solid #cccccc;
}
.organizations-panel .panel-nav .submenu a:hover {
  background: #f6f6f6;
}
.organizations-panel .panel-nav .submenu a.selected {
  background: #fff;
  border-bottom:1px solid #fff;
}
.organizations-panel .panel-nav .submenu a i {
  margin-right: 5px;
}
.organizations-panel .panel-nav .submenu .bange {
  border-radius: 50px;
  background: #FF5722;
  color:#fff;
  font-size: 11px;
  padding: 2px 6px;
  vertical-align: top;
  line-height: 7px;
}
.organizations-panel .panel-nav .submenu a.selected .bange {
  background:#999;
}
.organizations-panel .panel-nav .submenu a[data-content="main-products-list"] .bange {
  background: #FFEB3B;
  color: #000;
}

.organizations-panel #main-list {
  border: 1px solid #ccc;
  position: relative;
  box-shadow: 0 0 3px rgba(0,0,0,0.2);
}
#main-list .main-organization-list {
  background: #fff;
  height: 100%;
}
#main-list .main-response-list {
  padding:20px;
  background: #fff;
  height: 100%;
}
#main-list .main-coupons-list {
  padding:20px;
  background: #fff;
  height: 100%;
}
#main-list .main-products-list {
  padding:20px;
  background: #fff;
  height: 100%;  
}
.allorganizations-comments {padding: 20px;}
.allorganizations-comments .comment {padding-bottom:40px; padding-left: 55px;}
.allorganizations-comments .organization-name {font-size:20px; padding-bottom:3px;}
.allorganizations-comments .comment .user-info {
  border-left: 1px solid #ddd;
  padding-left: 20px;
  font-weight: bold;
  word-wrap: break-word;
}
.allorganizations-comments .comment .user-info .user-avatar {
  width:42px; height:42px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  -webkit-border-radius: 150px;
  -moz-border-radius: 150px;
  border-radius: 150px;
  border:2px solid #e0e1e2;
  background-color:#f9f9f9;
}
.allorganizations-comments .comment-content {
  border-bottom: 1px dotted #777;
  padding-bottom: 40px;
  position: relative;
}
.allorganizations-comments .comment-content .glyphicon-comment {
  position: absolute;
  margin-left:-40px;
  font-size: 18px;
  color: #8BC34A;
  -moz-transform: scale(-1, 1);
  -webkit-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.allorganizations-comments .comment:last-child .comment-content {
  border-bottom:0;
  padding-bottom:0;
}
.allorganizations-comments .comment .comment-content .more-comments {
  margin-left:30px;
  color:#F44336;
}
.allorganizations-comments .organization-address {    
  padding: 0px 0 14px 0;
  color: #888;
}
.allorganizations-comments .comment-result-score {
    position: absolute;
    text-align: right;
    left: -70px;
    font-size: 24px;
    top: -6px;
    font-weight: bold;
}
.allorganizations-comments .score-negative {
  color:#b13131;
  background: #FDEBEB;
  border-radius: 50px;
  padding: 1px 10px;
}
.allorganizations-comments .score-positive {
  color:#739d3c;
  background: #ECFFD4;
  border-radius: 50px;
  padding: 1px 10px;
}
.allorganizations-comments .comment-scores {text-align: right}
.allorganizations-comments .comment-scores .positive {color:#739d3c;}
.allorganizations-comments .comment-scores .negative {color:#b13131;}
.allorganizations-comments .comment-scores .neutral {color:#aaa;}
.allorganizations-comments .comment-scores i {margin-right:5px;}
.allorganizations-comments .comment-scores:last-child i {margin-left:20px;}



.tiding-card {    
  background: #fff;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 20px;
  border-bottom: 1px solid #e6e6e6;
}
.tiding-card .photo-container a {margin-right: 18px;}
.tiding-card .photo-container img {max-height: 128px; margin-right: 18px;}
.tiding-card .photo-square {display: block; height:128px; width:128px; background: center center no-repeat;     background-size: cover;}
.tiding-card .tiding-name-container a {color: #00C; font-size: 20px;}
.tiding-card .tiding-second-name-container a {font-size:17px; color: #00C;}
.tiding-card .tiding-second-name-container {font-size:13px;}
.tiding-card .tiding-name-container i {
    color: #ff3c00;
    margin-left: -25px;
    font-size: 15px;
    vertical-align: top;
    line-height: 27px;
    padding-right: 10px;
}

.tiding-card .tiding-second-name-container i {
    color: #ff3c00;
    margin-left: -25px;
    font-size: 13px;
    vertical-align: top;
    line-height: 20px;
    padding-right: 10px;
}

.tiding-card-second {
  padding-top: 7px;
  padding-bottom: 2px;
}


.popular-tags, .all-tags {padding-left: 5px;}
.popular-tags a {font-size:16px; background: left center no-repeat; display: block; padding:8px 0;}




.popup-data {padding:5px 15px 5px 5px; color:#fff; font-size:14px;}
.popup-data .organization .name {color:#fff; font-size:16px;}
.popup-data .organization .office {color:#ddd;font-size: 14px;}
.popup-data .organization .address {color:#fff; font-size:14px;}



.popup-data-container {padding:0 5px; color:#fff;}
.popup-data-container .address {font-size:22px; color:#fff; padding-right:15px; padding-bottom:5px;}
.popup-data-container .address-description {font-size:12px; color:#aaa; padding-bottom:5px;}
.popup-data-container .address-type {font-size:14px; color:#eee; padding-bottom:5px;}
.popup-data-container .organizations-list-container {font-size:14px; color:#eee; padding-bottom:5px;}
.popup-data-container .organizations-list-container a {color:#c5e5fb;}
.popup-data-container .organizations-list-container a:hover {color:#fff;}

.popup-organizations {margin-top: 10px; margin-bottom: 15px;}
.popup-organizations .organization {margin-bottom: 10px; font-size:12px; padding-left:25px; position:relative;}
.popup-organizations .organization a {
	color:#c5e5fb; 
	text-decoration: none;    
	border-bottom: 1px solid #4E626F;
    padding-bottom: 1px;
}
.popup-organizations .organization a:before {
  position: absolute;
  left:0; top: 5px;
  width: 6px;
  height: 6px;
  border-radius: 3px;
  background: #AAA;
  content: '';
}
.popup-organizations .organization a:hover {color:#fff;}





.i-position {
    font: 20px arial;
    border: 3px solid #555;
    display: block;
    overflow: hidden;
    width: 46px;
    height: 46px;
    text-align: center;
    line-height: 41px;
    background: rgba(255, 255, 255, 0.4);
    color: #000 !important;
    -webkit-border-radius: 50px !important;
    -moz-border-radius: 50px !important;
    border-radius: 50px !important;
    -webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.4);
    box-shadow: 0 2px 7px rgba(0, 0, 0, 0.4);
    font-weight: bold;
    cursor: pointer;
}

.i-position:hover {
  background: rgba(255, 255, 255, 0.6);
  border:3px solid #000;
}

.minimize-map {
    display: block;
    right: 20px; 
    padding: 5px 12px;
    bottom: 20px;
    z-index: 10;
    font-size: 12px;
    text-align: center; 
    text-decoration: none;
    background: rgba(0,0,0,0.5);
    color: #eee;
    -webkit-border-radius: 50px !important;
    -moz-border-radius: 50px !important;
    border-radius: 50px !important;
  -webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.4);
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.4); 
  cursor:pointer;
}
.minimize-map:hover {
  background: rgba(0,0,0,0.7);
  color:#fff;
  text-decoration: none;
}



.lg-sub-html {top:50%;    z-index: 1079; text-align: center; font-size:22px;}
.more-photo-link {display: none;}





.ug-gallery-wrapper {display:none;}


.keywords-container {color: #777; font-size: 11px; margin-top:20px;}
.keywords-container strong, .keywords-container b {font-weight: normal;}



.organization-rating {position: relative; white-space: nowrap; margin-right: 5px; color:#ddd; display: inline-block;}
.organization-rating-foreground {
  position: absolute; left:0; top:0; bottom:0; width:0; white-space: nowrap;
  color:#ff7200; overflow: hidden;
}



.phone-rotation {
  -webkit-animation: 1.2s ease-in-out 0s normal none infinite running cbh-circle-img-anim;
    -moz-animation: 1.2s ease-in-out 0s normal none infinite running cbh-circle-img-anim;
    -o-animation: 1.2s ease-in-out 0s normal none infinite running cbh-circle-img-anim;
    animation: 1.2s ease-in-out 0s normal none infinite running cbh-circle-img-anim;
    position: absolute;
    transform-origin: 50% 50% 0;
}

@keyframes cbh-circle-anim {0% {transform: scale(0.8);-webkit-transform: scale(0.8);-moz-transform: scale(0.8);-o-transform: scale(0.8);-ms-transform: scale(0.8);}40% {-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";opacity: 0.9;transform: scale(1.2);-webkit-transform: scale(1.2);-moz-transform: scale(1.2);-o-transform: scale(1.2);-ms-transform: scale(1.2);}100% {transform: scale(1.5);-webkit-transform: scale(1.5);-moz-transform: scale(1.5);-o-transform: scale(1.5);-ms-transform: scale(1.5);}}@keyframes cbh-circle-fill-anim {0%, 100% {transform: scale(1.5);-webkit-transform: scale(1.5);-moz-transform: scale(1.5);-o-transform: scale(1.5);-ms-transform: scale(1.5);}40% {transform: scale(1);-webkit-transform: scale(1);-moz-transform: scale(1);-o-transform: scale(1);-ms-transform: scale(1);}}@keyframes cbh-circle-img-anim {0%, 50%, 100% {transform: rotate(0deg);-webkit-transform: rotate(0deg);-moz-transform: rotate(0deg);-o-transform: rotate(0deg);-ms-transform: rotate(0deg);}10%, 30% {transform: rotate(-25deg);-webkit-transform: rotate(-25deg);-moz-transform: rotate(-25deg);-o-transform: rotate(-25deg);-ms-transform: rotate(-25deg);}20%, 40% {transform: rotate(25deg);-webkit-transform: rotate(25deg);-moz-transform: rotate(25deg);-o-transform: rotate(25deg);-ms-transform: rotate(25deg);}}@-webkit-keyframes cbh-circle-anim {0% {transform: scale(0.8);-webkit-transform: scale(0.8);-moz-transform: scale(0.8);-o-transform: scale(0.8);-ms-transform: scale(0.8);}40% {-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";opacity: 0.9;transform: scale(1.2);-webkit-transform: scale(1.2);-moz-transform: scale(1.2);-o-transform: scale(1.2);-ms-transform: scale(1.2);}100% {transform: scale(1.5);-webkit-transform: scale(1.5);-moz-transform: scale(1.5);-o-transform: scale(1.5);-ms-transform: scale(1.5);}}@-webkit-keyframes cbh-circle-fill-anim {0%, 100% {transform: scale(1.5);-webkit-transform: scale(1.5);-moz-transform: scale(1.5);-o-transform: scale(1.5);-ms-transform: scale(1.5);}40% {transform: scale(1);-webkit-transform: scale(1);-moz-transform: scale(1);-o-transform: scale(1);-ms-transform: scale(1);}}@-webkit-keyframes cbh-circle-img-anim {0%, 50%, 100% {transform: rotate(0deg);-webkit-transform: rotate(0deg);-moz-transform: rotate(0deg);-o-transform: rotate(0deg);-ms-transform: rotate(0deg);}10%, 30% {transform: rotate(-25deg);-webkit-transform: rotate(-25deg);-moz-transform: rotate(-25deg);-o-transform: rotate(-25deg);-ms-transform: rotate(-25deg);}20%, 40% {transform: rotate(25deg);-webkit-transform: rotate(25deg);-moz-transform: rotate(25deg);-o-transform: rotate(25deg);-ms-transform: rotate(25deg);}}@-moz-keyframes cbh-circle-anim {0% {transform: scale(0.8);-webkit-transform: scale(0.8);-moz-transform: scale(0.8);-o-transform: scale(0.8);-ms-transform: scale(0.8);}40% {-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";opacity: 0.9;transform: scale(1.2);-webkit-transform: scale(1.2);-moz-transform: scale(1.2);-o-transform: scale(1.2);-ms-transform: scale(1.2);}100% {transform: scale(1.5);-webkit-transform: scale(1.5);-moz-transform: scale(1.5);-o-transform: scale(1.5);-ms-transform: scale(1.5);}}@-moz-keyframes cbh-circle-fill-anim {0%, 100% {transform: scale(1.5);-webkit-transform: scale(1.5);-moz-transform: scale(1.5);-o-transform: scale(1.5);-ms-transform: scale(1.5);}40% {transform: scale(1);-webkit-transform: scale(1);-moz-transform: scale(1);-o-transform: scale(1);}}@-moz-keyframes cbh-circle-img-anim {0%, 50%, 100% {transform: rotate(0deg);-webkit-transform: rotate(0deg);-moz-transform: rotate(0deg);-o-transform: rotate(0deg);-ms-transform: rotate(0deg);}10%, 30% {transform: rotate(-25deg);-webkit-transform: rotate(-25deg);-moz-transform: rotate(-25deg);-o-transform: rotate(-25deg);-ms-transform: rotate(-25deg);}20%, 40% {transform: rotate(25deg);-webkit-transform: rotate(25deg);-moz-transform: rotate(25deg);-o-transform: rotate(25deg);-ms-transform: rotate(25deg);}}


.ls-name-container {
  margin: 0;
}

.ls-name-container a {
  color: #00C;
  font-size: 20px;
}

.ls-name-container a:hover {
    color: #cc0000;
    text-decoration: none;
}

.ls-comment {
    position: relative;
    font-size: 16px;
    text-overflow: ellipsis;
    /*line-height: 19px;*/
    /*max-height: 57px;*/
    overflow-y: hidden;
    margin-top: 8px;
    margin-bottom: 0px;
    text-shadow: 1px 1px 1px rgb(249, 243, 202);
}

.ls-container {
  /*background:url(/catalog-public/assets/people-questions.png) right 20px bottom no-repeat;*/
  font-family: 'Roboto', sans-serif;
  /*border-bottom: 3px solid #c8dd66;*/
}
.ls-container .ls-content {
  padding:25px 20px 25px 110px;
  /*background: url(/catalog-public/assets/ls-mono-logo.png) top 30px left 30px no-repeat;*/
}
.ls-container .ls-content-border {border-right: 1px solid #e6e6e6;padding-right:40px;}
@media (max-width: 1200px) {
  .ls-container .ls-content-border {border-right:0;}
}
.ls-container .ls-title {font-size:26px; font-weight: 400;}
.ls-container .ls-title i {
  position: absolute;
  font-size: 36px;
  left: 20px;
  top: 30px;
  color: #fff;
  width: 72px;
  height: 72px;
  border-radius: 200px;
  background: #ff4f0f;
  text-align: center;
  padding-top: 17px;
}
.ls-container .ls-description {font-weight: 300; font-size:18px;}
.ls-container .ls-field {margin-top:20px;}
.ls-container .ls-field textarea {
  font-size: 22px;
  font-weight: 300;
}
.ls-container .ls-field .ls-submit {
  position: relative;
  background: #ff8356; /* Old browsers */
  background: -moz-linear-gradient(top,  #ff8356 0%, #ff4f0f 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff8356), color-stop(100%,#ff4f0f)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #ff8356 0%,#ff4f0f 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #ff8356 0%,#ff4f0f 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #ff8356 0%,#ff4f0f 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #ff8356 0%,#ff4f0f 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8356', endColorstr='#ff4f0f',GradientType=0 ); /* IE6-9 */
  color:#fff;
  border:0; 
  padding:9px 50px 9px 15px;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.16);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.16); 
  font-size: 17px;
  font-weight: 500;
  margin-right:20px;
  text-decoration: none; cursor: pointer;
  display: inline-block;
}
.ls-container .ls-field .ls-submit .phone-rotation {
    position: absolute;
    text-align:center;
    height: 24px;
    width: 24px;
    right: 15px;
    top: 10px;
  font-size:18px; 
}

.ls-container .ls-field .ls-submit:hover {
  background: #ffae68; /* Old browsers */
  background: -moz-linear-gradient(top,  #ffae68 0%, #ff800f 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffae68), color-stop(100%,#ff800f)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #ffae68 0%,#ff800f 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #ffae68 0%,#ff800f 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #ffae68 0%,#ff800f 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #ffae68 0%,#ff800f 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffae68', endColorstr='#ff800f',GradientType=0 ); /* IE6-9 */
}
.ls-container .ls-field .ls-submit:active {
  margin-top: 1px;
  margin-bottom: -1px;
  box-shadow: inset 0 2px 2px rgba(0,0,0,0.15);
  background: #ff4f0f; /* Old browsers */
  background: -moz-linear-gradient(top,  #ff4f0f 0%, #ff8356 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff4f0f), color-stop(100%,#ff8356)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #ff4f0f 0%,#ff8356 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #ff4f0f 0%,#ff8356 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #ff4f0f 0%,#ff8356 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #ff4f0f 0%,#ff8356 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff4f0f', endColorstr='#ff8356',GradientType=0 ); /* IE6-9 */  
}
.ls-container .ls-field .how-it-works-video {font-size:14px; text-decoration: underline; white-space: nowrap;}
.ls-container .ls-field .how-it-works-video i {margin-right: 3px;}

@media (max-width: 960px) {
  .ls-container .ls-content {padding:25px 20px;}
  .ls-container .ls-content .ls-title i {display: none;}
  .ls-container .ls-content textarea {width: 100%;}
}
@media (max-width: 720px) {
  .ls-container .ls-field .how-it-works-video {display: inline-block; padding-top:20px;}
}

.ls-how-it-works {font-family: 'Roboto', sans-serif;}
.ls-how-it-works .ls-how-content {
  position: relative; 
  /*background:#f8f8f8; */
  margin-left:20px; 
  padding:10px 20px 20px 30px;
  margin-top: 20px;
}
.ls-how-it-works .ls-how-content .ls-how-title {
  font-size:20px;
  font-weight: 300;
  margin-bottom: 15px;
}
.ls-how-it-works .ls-how-content .ls-how-title .title-bigger {
  font-size:36px;
}
.ls-how-it-works .ls-how-content .ls-how-title .ls-lazy-name {
  font-weight: 400;
}
.ls-how-it-works .ls-how-content .ls-how-title .ls-lazy-name-first {
  font-weight: 600; color:#ff4f0f;
}
.ls-how-it-works .ls-how-content .ls-num-item {
  font-size:15px; font-weight: 300; color:#000; padding:4px 0 10px 40px; position: relative;
}
.ls-how-it-works .ls-how-content .ls-num-item span {
  position: absolute;
  left:0; top:0px; 
  border-radius: 100px;
  background:#ffb69c; color:#fff; 
  text-align: center;
  width: 26px;
  height: 26px;
  padding-top: 4px;
  font-size: 14px;
}
.ls-how-it-works .ls-how-content .ls-num-item a {font-size:14px; text-decoration: underline;}
.ls-how-it-works .ls-how-content .ls-num-item i {margin-right:3px;}
.ls-how-it-works .ls-how-content .ls-how-arrow {
  display: none;
  position: absolute;
  border-style: solid;
  border-width: 32px 15px 32px 0;
  border-color: transparent #f8f8f8;
  width: 0;
  z-index: 1;
  left: -15px;
  top:0;
}

.ls-how-it-works .ls-how-content .ls-num-item:last-child {padding-bottom: 0;}



.ls-default-container {
  background: url(/catalog-public/assets/ls-girl.png) left bottom no-repeat #fff;
  padding: 15px 20px 3px 200px;
  margin-bottom:20px;
  border-bottom:1px solid #bcbcbc;
  min-height: 205px;
}
.ls-default-container .ls-default-title {line-height: 30px; margin-bottom:10px; font-size:24px; max-width: 600px;}
.ls-default-container .ls-name-first {color:#ff4e06;}
.ls-default-container .ls-name-last {}

.ls-default-container .ls-default-description {font-size:16px; max-width: 500px;}
.ls-default-container .ls-default-textarea {margin:10px 0;}
.ls-default-container .ls-default-textarea textarea { font-size: 16px;}
.ls-default-container .ls-default-submit {padding:15px 0; width:95%; position: relative;}
.ls-default-container .ls-submit {
  position: relative;
  background: #ff8356; /* Old browsers */
  background: -moz-linear-gradient(top,  #ff8356 0%, #ff4f0f 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff8356), color-stop(100%,#ff4f0f)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #ff8356 0%,#ff4f0f 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #ff8356 0%,#ff4f0f 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #ff8356 0%,#ff4f0f 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #ff8356 0%,#ff4f0f 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8356', endColorstr='#ff4f0f',GradientType=0 ); /* IE6-9 */
  color:#fff;
  border:0; 
  padding:7px 15px 7px 15px;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.16);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.16); 
  font-size: 17px;
  font-weight: 500;
  margin-right:20px;
  text-decoration: none; cursor: pointer;
  display: inline-block;

}
.ls-default-container .ls-submit:hover {
  background: #ffae68; /* Old browsers */
  background: -moz-linear-gradient(top,  #ffae68 0%, #ff800f 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffae68), color-stop(100%,#ff800f)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #ffae68 0%,#ff800f 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #ffae68 0%,#ff800f 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #ffae68 0%,#ff800f 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #ffae68 0%,#ff800f 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffae68', endColorstr='#ff800f',GradientType=0 ); /* IE6-9 */

}
.ls-default-container .ls-submit:active {
  margin-top: 1px;
  margin-bottom: -1px;
  box-shadow: inset 0 2px 2px rgba(0,0,0,0.15);
  background: #ff4f0f; /* Old browsers */
  background: -moz-linear-gradient(top,  #ff4f0f 0%, #ff8356 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff4f0f), color-stop(100%,#ff8356)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #ff4f0f 0%,#ff8356 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #ff4f0f 0%,#ff8356 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #ff4f0f 0%,#ff8356 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #ff4f0f 0%,#ff8356 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff4f0f', endColorstr='#ff8356',GradientType=0 ); /* IE6-9 */  
}

.organization-card-ls-bottom .ls-submit {    
  font-size: 14px;
  padding: 5px 15px;
}

.ls-default-container .ls-video {
  color:#555; text-decoration: none;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  padding: 6px 9px 4px 6px;
  font-size: 14px;
  font-weight: 500;
  right:0;
  top:11px;
}
.ls-default-container .ls-video:hover {
  background: #fffeee;
}
.ls-default-container .ls-contacts-comment {
  display: inline-block;
  vertical-align: top;
  padding-left: 10px;
  text-indent: -10px;
  padding-top: 6px;
}
.ls-default-container .ls-video i {margin-right:5px;}

@media (max-width: 1200px) {
  .ls-default-container {padding:20px 20px 5px 200px;}
}
@media (max-width: 660px) {
  .ls-default-container {padding:20px 20px 5px 20px; background: transparent; min-height: auto;}
  .ls-default-container .ls-default-textarea textarea {font-size:15px;}
}
@media (max-width: 460px) {
  .ls-default-container .ls-default-video-container {display: block; padding-top:20px;}
  .ls-default-container .ls-video {position: relative;}
  .ls-default-container .ls-default-textarea textarea {font-size:16px;}
}







.content-header-content {
  background: #fcf7e8;
  /*border-bottom: 3px solid #c8dd66;*/
  -webkit-box-shadow: 0 2px 21px rgba(0,0,0,0.15);
  -moz-box-shadow: 0 2px 21px rgba(0,0,0,0.15);
  box-shadow: 0 2px 21px rgba(0,0,0,0.15);
  margin:0;
  padding:0;
}





.footer {background:#555; padding:40px; color:#999; line-height: 150%; margin-top:50px;position: relative; z-index: 10;}
.footer .footer-top .f-col-sxs {border-right: 1px solid #777;}
.footer .footer-top .f-col-sxs-last {border-right: 0;}

.footer a {color:#ccc; text-decoration: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.footer a:hover {color:#fff;}

.footer .top-link {
  display: block; position: relative; padding-top:80px; 
  text-align: center; font-size:22px; line-height: 26px; color:#ddd;
}
.footer .top-link i {display: block; position: absolute; left:0; top:0; right:0; font-size:60px;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.footer .top-link span {font-size:16px; display: block;}
.footer .top-link:hover i {margin-top:-10px; text-shadow: 0 4px 20px rgba(0,0,0,0.4);}

@media (max-width: 768px) {
  .footer .top-link {padding-top:50px; font-size:16px; line-height: 20px}
  .footer .top-link i {font-size:36px;}
  .footer .top-link span {font-size:12px;}
}
@media (max-width: 450px) {
  .footer .top-link {padding:20px 0 20px 60px; text-align: left; margin-bottom: 15px;}
  .footer .footer-top .f-col-sxs {width: 100%; border-right: 0;}
  .footer .top-link i {
    top: 50%;
      margin-top: -18px;
    }
    .footer .top-link:hover i {margin-top: -18px;}
}   

.footer .add-organization-to-4geo i {color:#a0cf32;}
.footer .advertise-in-4geo i {color:#f1ea32;}
.footer .lazy-searcher i {color:#f19e32;}

.footer .nowrap {white-space: nowrap;}


.footer .footer-top {text-align: center; margin-bottom:40px;}

.footer .footer-bottom {
  text-align: center;
  margin-top:25px;
  line-height: 32px;
}
.footer .footer-bottom .space {margin-left:15px;}
.footer .footer-bottom .bottom-links {margin-top:15px; font-size:12px;}
.footer .footer-bottom .bottom-links a {margin:0 10px; white-space: nowrap;}













.shop-panel .load-more-data-container {
  padding: 20px 0 20px 0;
}
.load-more-data-container a.blue {
  /*background: #4FAEFF;
  color:#fff;*/
  border: #777 1px solid;
  padding: 15px 40px;
  text-decoration: none;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.load-more-data-container a.blue:hover {
  background: #edf3f8;
  color: #000;
}

.load-more-data-container a.blue:hover i {
  color:#000;  
}
.load-more-data-container .load-more-products i {
  color:#777;
  font-size: 14px;
  vertical-align: text-top;
  line-height: 16px;
  margin-right: 5px;
}
.shop-panel .more-data-container {display: inline;}
.shop-content .more-data-container {display: inline;}

/* Btn*/
.orange-btn {
  -moz-box-shadow: inset 0px 1px 0px 0px #f7c78c;
  -webkit-box-shadow: inset 0px 1px 0px 0px #f7c78c;
  box-shadow: inset 0px 1px 0px 0px #f7c78c;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f2ab64
    ), color-stop(1, #f57513));
  background: -moz-linear-gradient(top, #f2ab64 5%, #f57513 100%);
  background: -webkit-linear-gradient(top, #f2ab64 5%, #f57513 100%);
  background: -o-linear-gradient(top, #f2ab64 5%, #f57513 100%);
  background: -ms-linear-gradient(top, #f2ab64 5%, #f57513 100%);
  background: linear-gradient(to bottom, #f2ab64 5%, #f57513 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2ab64',
    endColorstr='#f57513', GradientType=0);
  background-color: #f2ab64;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  border: 1px solid #da5a00;
  display: inline-block;
  cursor: pointer;
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  padding: 8px 20px;
  text-decoration: none;
  text-shadow: 0px 1px 0px #555;
  text-align: center;
}

.orange-btn:active {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f57513
    ), color-stop(1, #f2ab64));
  background: -moz-linear-gradient(top, #f57513 5%, #f2ab64 100%);
  background: -webkit-linear-gradient(top, #f57513 5%, #f2ab64 100%);
  background: -o-linear-gradient(top, #f57513 5%, #f2ab64 100%);
  background: -ms-linear-gradient(top, #f57513 5%, #f2ab64 100%);
  background: linear-gradient(to bottom, #f57513 5%, #f2ab64 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f57513',
    endColorstr='#f2ab64', GradientType=0);
  background-color: #f57513;
}

.green-btn {
  -moz-box-shadow: inset 0px 1px 0px 0px #caefab;
  -webkit-box-shadow: inset 0px 1px 0px 0px #caefab;
  box-shadow: inset 0px 1px 0px 0px #caefab;
/*  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #77d42a
    ), color-stop(1, #439f15));
  background: -moz-linear-gradient(top, #77d42a 5%, #439f15 100%);
  background: -webkit-linear-gradient(top, #77d42a 5%, #439f15 100%);
  background: -o-linear-gradient(top, #77d42a 5%, #439f15 100%);
  background: -ms-linear-gradient(top, #77d42a 5%, #439f15 100%);
  background: linear-gradient(to bottom, #77d42a 5%, #439f15 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#77d42a',
    endColorstr='#439f15', GradientType=0);
  background-color: #77d42a;*/
  background-color: #5db118;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  border: 1px solid #268a16;
  display: inline-block;
  cursor: pointer;
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  padding: 8px 20px;
  text-decoration: none;
  text-shadow: 0px 1px 0px #555;
  text-align: center;
}

.green-btn:hover {
  background-color: #72ba38; 
}

.green-btn:active {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #439f15
    ), color-stop(1, #77d42a));
  background: -moz-linear-gradient(top, #439f15 5%, #77d42a 100%);
  background: -webkit-linear-gradient(top, #439f15 5%, #77d42a 100%);
  background: -o-linear-gradient(top, #439f15 5%, #77d42a 100%);
  background: -ms-linear-gradient(top, #439f15 5%, #77d42a 100%);
  background: linear-gradient(to bottom, #439f15 5%, #77d42a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#439f15',
    endColorstr='#77d42a', GradientType=0);
  background-color: #439f15;
}
/* End Btn*/
.title-navigation {
  padding: 20px 0;
}

/*.short-item {
  display: inline-block;
  padding: 10px 10px 10px;
  margin: 10px 10px 0 0;
  vertical-align: top;
  height: 300px;
  border: 1px solid #e0e0e0;
  position: relative;
}
*/
.short-item {
    display: inline-block;
    padding: 14px 14px 14px;
    margin: 0px 0px 0px 0px;
    vertical-align: top;
    /*height: 320px;*/
    height: 335px;    
    border: 1px solid #f3efef; 
/*    border-width: 0px;*/
    position: relative;
    background-color: #fff;
    text-align: left;

    -moz-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}


.short-item-container{
  display: inline-block;
  margin: 0px 0px 10px 10px;
}

.short-item-container:hover > .short-item{
  -moz-box-shadow: 0 5px 13px rgba(0, 0, 0, 0.29);
  -webkit-box-shadow: 0 5px 13px rgba(0, 0, 0, 0.29);
  box-shadow: 0 5px 13px rgba(0, 0, 0, 0.29);
}

.short-item-container:hover > .short-item >.short-item-extra{
  visibility: visible;
  opacity: 1;
  /*z-index: 1;*/
}

/*.short-item:hover {
  -moz-box-shadow: 0 5px 13px rgba(0, 0, 0, 0.29);
  -webkit-box-shadow: 0 5px 13px rgba(0, 0, 0, 0.29);
  box-shadow: 0 5px 13px rgba(0, 0, 0, 0.29);
}
*/
.short-item .shop-item-bottom {display: block;}
.short-item:hover .shop-item-bottom {display: block;}

.short-item .product-mark-icon {
  position: absolute;
  top: 0;
  right: 0;
}

.short-item .preview180 {
  width: 180px;
  vertical-align: middle;
  display: block;
  text-align: center;
  text-decoration: none;
  outline: none;
  margin: 0 auto;
  min-height: 178px;
}

.short-item .preview200 {
    width: 200px;
    vertical-align: middle;
    display: block;
    text-align: center;
    text-decoration: none;
    outline: none;
    margin: 0 auto;
    min-height: 150px;
}

.short-item .preview180 .no-image {
  height: 178px;
  width: 100%;
  text-align: center;
}

.short-item .preview200 .no-image{
  height: 178px;
  width: 100%;
  text-align: center;
}

.short-item .no-image {
  background: url("../img/nophoto-icon.png") no-repeat center center
    transparent;
}

.short-item .preview180 .no-image span {
  display: none;
}

.short-item .preview180 .preview-image {
  margin: auto;
}

.short-item .hidden-phone {
  position: absolute;
  font-size: 12px;
  text-align: center;
  width: 174px;
  margin-top: -24px;
  padding: 3px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.8);
  display: none;
}

.short-item:hover .hidden-phone {
  display: block;
}

.short-item .hidden-phone i {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url("../img/phone-16.png") no-repeat center center
    transparent;
  margin-bottom: -3px;
  margin-right: 5px;
}

.short-item .hidden-phone .number {
  position: relative;
  display: inline-block;
  min-width: 100px;
  text-align: left;
}
.short-item .hidden-phone .number.number-hide {
  text-align: center;
}

.short-item .hidden-phone .show-number {
  white-space: nowrap;
  cursor: pointer;
  border-bottom: 1px dotted #000;
}

.short-item .hidden-phone .number .show-number {
  display: none;
}

.short-item .hidden-phone .number .origin {
  display: inline;
}

.short-item .hidden-phone .number.number-hide .origin {
  display: none;
}

.short-item .hidden-phone .number.number-hide .show-number {
  display: inline-block;
}

.short-item .hidden-phone .show-number:hover {
  border-bottom-color: #fff;
  border-bottom-color: rgba(0, 0, 0, 0);
}

.short-item .name {
  display: block;
  font-size: 14px;
  /*height: 51px;*/
  line-height: 16px;
  margin-top: 10px;
  overflow: hidden;
  width: 180px;
  word-wrap: break-word;
  text-decoration: none;
  white-space: normal;
}

.short-item .name.name-with-price {
  max-height: 47px;
}

/*.short-item .price {
  color: #000;
  font-size: 16px;
  line-height: 150%;
  text-align: right;
  width: 180px;
  font-weight: bold;
}*/

.short-item .price {
    color: #000;
    font-size: 17px;
    line-height: 150%;
    text-align: left;
    /* width: 180px; */
    font-weight: bold;
    margin-top: 10px;
}

.short-item .price .prefix, .short-item .price .currency {
  font-weight: inherit;
}



.price .standart{
  display: inline-block;
}

.short-item .price .old {
  color: #999;
  display: inline-block;
  font-size: 14px;
  text-decoration: line-through;
  white-space: nowrap;
  font-weight: normal;
}

.short-item .price .new {
  white-space: nowrap;
}

/*.short-item .buy {
  bottom: 10px;
  display: block;
  font-size: 12px;
  padding: 2px 5px;
  position: absolute;
  right: 20px;
  text-align: center;
}*/

.short-item .buy {
    bottom: 10px;
    display: block;
    font-size: 14px;
    padding: 2px 5px;
    /* position: absolute; */
    right: 20px;
    text-align: center;
    margin: 10px 0 10px 0;
}

.short-item .request-price {
  bottom: 10px;
  display: block;
  font-size: 12px;
  padding: 2px 5px;
  position: absolute;
  right: 15px;
  text-align: center;
}

.short-item .add-lable {
  display: inline;
}

/*.short-item .product-order-description {
  position: absolute;
  bottom: 10px;
  left: 19px;
  font-size: 12px;
  line-height: 24px;
}*/

.short-item .product-order-description {
    /* position: absolute; */
    /* bottom: 10px; */
    /* left: 19px; */
    font-size: 13px;
    /* line-height: 24px; */
}


.short-item .product-order-description .order-required {
  color: #a1a1a1;
}

.short-item .product-order-description .not-order-required {
  color: #7aad0a;
}

.short-item-extra {
    padding: 14px 14px 14px;
    /* border: 1px solid #f3efef; */

    background-color: #fff;
    position: absolute;
    z-index: 1;
    border-top: none;
    width: 230px;
    margin-left: -15px;

    visibility: hidden;
    opacity: 0;

    -moz-box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.29);
    -webkit-box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.29);
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.29);

    -moz-transition: all 0.1s ease-in;
    -webkit-transition: all 0.1s ease-in;
    -o-transition: all 0.1s ease-in;
    transition: all 0.1s ease-in;
}

.shop-item-bottom a{
  text-decoration: none;
}

.short-item-extra .shop-item-bottom .product-order-description {
    overflow: hidden;
    max-width: 100%;
    /* word-wrap: break-word; */
    max-height: 48px;
    line-height: 16px;
/*    margin: 0 0 10px 0;
*/
}

.badge-label{
  background-color: rgba(152, 22, 158, 0.41) !important;
  color: white;
  padding: 2px 10px 2px 10px;
  border-radius: 5%;
  box-shadow: 0 10px 10px #81523f;
  margin-top: 4px;
  box-shadow: 0 3px 5px #81523f;
  text-align: center;
  font-size: 12px;
  /*display: unset;*/
  display: inline-block;
  /*position: absolute;*/
  /*right: 13px;*/
  line-height: 100%;
  float: right;
}

.badge-label-NEW{
  background-color: rgba(59, 174, 60, 0.85) !important;
  box-shadow: 0 3px 5px #8ed18f;
}

.badge-label-BESTSELLER{
  background-color: rgba(233, 44, 44, 0.77) !important;
  box-shadow: 0 3px 5px #e67b87;
}

.badge-label-PROMO{
  background-color: rgba(243, 125, 9, 0.8) !important;
  box-shadow: 0 3px 5px #c0995f;
}



.products-form {
  margin-left: 300px;
}

.products-list {
  margin-bottom: 0;
  margin-left: 10px;
  padding: 0;
  list-style: none;
}

.products-list.short-true {
  margin-top: -10px;
}

/*Btn*/
.product-button {
  text-decoration: none;
  color: #333;
  font-size: 15px;
  text-align: center;
  background: #ffffff; /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 86%, #ffffff
    100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff),
    color-stop(47%, #f6f6f6), color-stop(86%, #ededed),
    color-stop(100%, #ffffff)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 86%,
    #ffffff 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 86%, #ffffff
    100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 86%, #ffffff
    100%); /* IE10+ */
  background: linear-gradient(to bottom, #ffffff 0%, #f6f6f6 47%, #ededed 86%, #ffffff
    100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(  startColorstr='#ffffff',
    endColorstr='#ffffff', GradientType=0); /* IE6-9 */
  border: 1px solid #ccc;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -o-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
  text-shadow: 0px 1px #fff;
  cursor: pointer;
  padding: 6px 10px;
  line-height: 100%;
}

.product-button:active {
  background: #e4e4e4; /* Old browsers */
  background: -moz-linear-gradient(top, #e4e4e4 0%, #f1f1f1 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e4e4e4),
    color-stop(100%, #f1f1f1)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #e4e4e4 0%, #f1f1f1 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #e4e4e4 0%, #f1f1f1 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #e4e4e4 0%, #f1f1f1 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #e4e4e4 0%, #f1f1f1 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(  startColorstr='#e4e4e4',
    endColorstr='#f1f1f1', GradientType=0); /* IE6-9 */
}


#right-more-container {
  position:absolute;
  top:0; right:0; bottom:0;
  width:120px;
  background: -moz-linear-gradient(left,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
  background: -webkit-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
  background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 );
}

#right-more-container span {
    width: 63px;
    height: 120px;
    position: absolute;
    right: 0;
    background: #c8c8c8;
    color: #fff;
    border-radius: 400px 0 0 400px;
    padding-top: 47px;
    top: 145px;
    padding-left: 11px;
    box-shadow: 0 0 5px rgba(0,0,0,0.3);
}
#right-more-container:hover span {
  background-color:#ffae00;
}

#products-list {padding-left:0;}
.shop-content h2 {
  font-size:20px;
  padding-left:10px;
  margin-top: 10px;
}


.portal-header .header-container a.ac-products {color:#999;}
.portal-header .header-container a.ac-products b {
  color: #ff6c00;
  background: #f3f3f3;
  padding: 3px 8px;
  font-size: 18px;
  border-radius: 4px;
}
.portal-header .header-container a.ac-products i {
  font-size: 18px;
  margin-left: -28px;
  color: #ff6c00;
}


.modal .btn-success {
  text-decoration: none;
  color:#000;
  padding:10px 20px;
  background:#ffdd2e;
  font-size:20px;
  border-radius: 100px;
  box-shadow: 0 1px 2px rgba(0,0,0,0.3);
  text-decoration: none !important;
  color:#000 !important;
  border:0;
  font-weight: 300;
}
.modal .btn-success:hover {
  background-color: #ffcd33;
  text-decoration: none;
  color:#000;
}
.modal .modal-header {
  background: #c8c8c8;
  color: #fff;
}
.modal .modal-footer {
  text-align: center;
}
#myServiceDialog .btn-success {
  font-size: 14px;
}


#transform-block {
  position: absolute;
  background: rgba(255, 255, 255, 0.6);
  z-index: 9999;
}

#allrequests-container {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 60;
  height: 60%;
  min-height: 200px;
}

#allrequests-container .ar-fullscreen {
  position: absolute; 
  right: 50px; top: 16px;
  color: #fff;
  text-decoration: none;
}
#allrequests-container .ar-minimize, #allrequests-container .ar-maximize {
  position: absolute; 
  right: 20px; top: 16px;
  color: #fff;
  text-decoration: none;
}
#allrequests-container .ar-maximize {
  display: none;
}
#allrequests-container .allrequests-content {
  background: #fff; 
  min-height: 100px;
  -webkit-box-shadow: 0 12px 25px 8px rgba(0,0,0,.17);
    -moz-box-shadow: 0 12px 25px 8px rgba(0,0,0,.17);
    box-shadow: 0 12px 25px 8px rgba(0,0,0,.17);
    position: absolute;
    left: 10px;
    top: 10px;
    bottom: 0px;
    right: 10px;
    border-radius: 8px 8px 0 0;
}
#allrequests-container .allrequests-title {
  background: #383d45;
  color: #fff;
  font-size: 14px;
  padding:15px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  border-radius: 8px 8px 0 0;
}
#allrequests-container .allrequests-body {
  padding: 15px;
  overflow: auto;
  position: absolute;
  left: 0;
  top: 50px;
  bottom: 0;
  right: 0;
  
}
#allrequests-container .request-item {
  margin: 0 0 25px 0;
  background: #f9f9f9;
  padding: 10px;
}
#allrequests-container .request-item .request-item-date {
  margin: -10px -10px 10px -10px;
    padding: 10px;
    background: #eee;
}

#allrequests-container.allrequests-minimized {
  height: 60px;
  min-height: auto;
}
#allrequests-container.allrequests-minimized .allrequests-title {
  cursor: pointer;
}
#allrequests-container.allrequests-minimized .allrequests-content {
  bottom: 0;
  min-height: 0;
  background: #ddd;
  height: 50px;
  overflow: hidden;
}
#allrequests-container.allrequests-minimized .allrequests-body {
  display: none;
}
#allrequests-container.allrequests-minimized .ar-minimize {
  display: none;
}
#allrequests-container.allrequests-minimized .ar-maximize {
  display: block;
}

@media (max-width: 768px) {
  #allrequests-container .allrequests-content {
    left: 0px;
    top: 0px;
    bottom: 0px;
    right: 0px;
  }
}


#aoids-data-container, #query-data-container {
  display: none;
}


.portal-menu .header-same-tag {
  display: none;
}
.portal-menu .header-same-tag a i {
  display: none;
}

.catalog-data-header {
  -webkit-transition: all 0.85s;
  -moz-transition: all 0.85s;
  -o-transition: all 0.85s;
  transition: all 0.85s;
}

.portal-header.catalog-data-header .portal-menu .header-same-tag {
  -webkit-transition: all 0.85s;
  -moz-transition: all 0.85s;
  -o-transition: all 0.85s;
  transition: all 0.85s;
  display: block;
}
.portal-header.catalog-data-header .buttons-panel,
.portal-header.catalog-data-header .town-link {
  display: none !important;
}

.portal-header.catalog-data-header .search {
    background: #77ff3b;
    padding-right: 20px;
    position: relative;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.portal-header.catalog-data-header .logo {
    background: #77ff3b;
    position: relative;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.portal-header.catalog-data-header .logolink {
    -webkit-filter: grayscale(100%) brightness(0.4);
    filter:  grayscale(1) brightness(0.4);
}
.portal-header.catalog-data-header .portal-menu a {
  background: #fff;
  -webkit-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -o-transition: all 0.15s;
  transition: all 0.15s;   
}
.portal-header.catalog-data-header .portal-menu a:hover {
    background: #fff8be;
    -webkit-box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}
.portal-header.catalog-data-header .search:after {
    border-top: 29px solid rgba(0, 0, 0, 0);
    border-bottom: 29px solid rgba(0, 0, 0, 0);
    border-left: 15px solid #77ff3b;
    content: ' ';
    position: absolute;
    right: -15px;
    top: 0;
}
.portal-header.catalog-data-header .header-container:before {
    content: ' ';
    background: #77ff3b;
    left: 0;
    top: 0;
    bottom: 0;
    width: 150px;
    position: absolute;
}
.header-same-tag a {
  border: 1px solid rgba(0,0,0,0.15);
  border-radius: 4px;
  margin-right: 10px;
}
.portal-header.catalog-data-header #search-fill-line {
  display: none;
}
.portal-header.catalog-data-header .portal-menu {
  display: block !important;
}




.portal-header .search {position:relative;}
#search-fill-line {position: absolute;
    left:-10px; top:0; bottom:0;
    width:0;
    /*background:#ffeb3b;*/
    background-color: #f9f9f9;
    z-index: -1;
}
@media (max-width: 755px) {
    #search-fill-line {display: none;}
}

.portal-header .town-menu a>span {
  color: #000;
  font-weight: bold;
}

.y-highlight {
  border-left: 5px solid #FF5722;
}

.organization-update-card {
  -webkit-transition: all 0.95s;
  -moz-transition: all 0.95s;
  -o-transition: all 0.95s;
  transition: all 0.95s;
  box-shadow: 0 0 100px #000;
}

.organization-shop-categories-links {
  overflow-y: hidden;
  line-height: 25px;
  height: 34px;
  margin-top: 5px;
  overflow-x: hidden;
  border:1px solid #FDD835;
  display: inline-block;
  position: relative;
  background-color: #fff;
}
.organization-shop-categories-links a {
  white-space: nowrap;
  text-decoration: none;
  padding: 5px 10px;
  color: #000;
  margin-right: -5px;
  display: inline-block;
  position: relative;
}

.organization-shop-categories-links a:first-child {
  background: #fff176;
}
.organization-shop-categories-links a:hover {
  color: #000;
}
.organization-shop-categories-links a:hover .n {
    border-bottom: 1px solid rgba(0,0,0,0.4);
}
.organization-shop-categories-links a .v{
  font-weight: bold;
  line-height: 10px;
  vertical-align: top;
  font-size: 10px;
  color: #2E863A;
  padding: 2px 4px;
  border-radius: 50px;
}
.organization-shop-categories-links a:hover span.v {
    background: #FDD835;
    color: #000;
}
.organization-shop-categories-links a i {
  font-size: 12px;
}


.tags-type-switcher {
  margin-bottom: 10px;
  border-bottom: 1px solid #ccc;
}
.tags-type-switcher a {
  display: inline-block;
  text-decoration: none;
  padding: 14px 15px;
  color: #666;
  position: relative;
  font-size: 16px;
}
.tags-type-switcher a:hover:not(.active) {
  color: #000;
}
.tags-type-switcher a:hover:not(.active):after {
  content: ' ';
  background: #03A9F4;
  position: absolute;
  height: 1px;
  left: 0;
  right: 0;
  bottom: 0;
}
.tags-type-switcher a.active:after {
  content: ' ';
  background: #03A9F4;
  position: absolute;
  height: 3px;
  left: 0;
  right: 0;
  bottom: 0;
}
.tags-type-switcher a.active {
  color: #000;
  font-weight: bold;
}


.tag-tree-node {
  padding: 6px 0 2px 25px;
  font-size: 16px;
}
.all-tags > .tag-tree-node {
  padding-left: 0; 
}
.tag-tree-node i.glyphicon {
  font-size: 10px;
  margin-right: 5px;
  vertical-align: top;
  padding-top: 3px;
}
.tag-tree-node .node-link {
  color: #000;
  text-decoration: none;
}
.tag-tree-node .node-link:hover {
  color: #cc0000;
}
.tag-tree-node .tag-link {

}



.tagscontainer .linkscontainer a{
    line-height: 18px;
    margin-right: 8px;
    font-size: 13px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    color: #2a6495;
}

.tagscontainer .linkscontainer a:hover{
    color: #234c6f;
    cursor: pointer;
}

.tagscontainer{
    padding: 0 15px 0 0;
} 

.tagscontainer h3{
    font-size: 18px;
    line-height: 25px;
    font-family: 'Roboto', sans-serif;
    font-weight: 800;
}

.mainpage h1{
    font-family: 'Roboto', sans-serif;
    font-size: 30px;
    line-height: 40px;
    padding: 20px 0 20px 0;
    font-weight: 300;
}

.searchwidget {
    position: relative;
    float: left;
    line-height: 60px;
    width: 100%;
    /*background-color: #c8c8c8;*/
    background-color: #77ff3b;
    /* background-color: #3ba5ff;*/
    padding: 0 20px 0 20px;
    /*border-radius: 4px;*/
    /*border: 3px solid transparent;*/
}

.searchwidget .searchwidget-field {
    background-color: #FEFEFE;
    border: 1px solid #c8c8c8;
    display: inline-block;
    line-height: 100%;
    padding: 5px 25px 5px 5px;
    position: relative;
    width: 100%;
}

.searchwidget .searchwidget-field input {
    border: none;
    color: #333;
    display: inline-block;
    font-size: 14px;
    height: 20px;
    margin: 0;
    padding: 0;
    width: 100%;
}

.searchwidget .searchwidget-field .searchwidget-button {
    background: url(/xwidgets/static/header/search.png) no-repeat center center transparent;
    display: block;
    height: 20px;
    position: absolute;
    right: 8px;
    top: 8px;
    width: 20px;
    z-index: 3;
    font-size: 16px;
}

.addorganizationblock {
    line-height: 60px;
}

.toptags-panel {
    background-color: #fff;
    box-shadow: 0 2px 3px rgba(0,0,0,0.1);
    border: 1px solid #ccc;
    margin-bottom: 30px;
    padding-bottom: 30px;
}

.lang-selector-menu {
  background-color: #fff;
}

.map-panel {box-shadow: 0 4px 6px rgba(0,0,0,0.15);}


.map-button {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACoAAAAqCAMAAADyHTlpAAAAflBMVEUAAAAAAAAAAAC/v79JSUkAAAClpaW7u7sLCwsrKyvCwsLf39/q6ur9/f3t7e3j4+Ph4eHy8vLv7+/39/f09PT8/Pz7+/vn5+fm5ub////l5eX5+fnx8fHg4OCBgYGIiIh6enqhoaH29vaVlZWQkJBwcHBXV1dRUVHX19czMzPRzsoZAAAACXRSTlMAEzr0BAqplChvTMvVAAABZUlEQVQ4y7XV646CMBCG4WUR1w/U0tbDKkhBDur93+A6Q+muBG2yiQ9J05m8/0jg421mX2H8Uvg1G8okW72UJbaNQioPz597G0acBvHKKw5suvVy6c7LpRmB1WSsgcWTSzVBr9pqtq3Q42kqrXba2lVT6YaAdHrj6A6E76OUtflQ5i0mUkkAXACUSjJV2gVPLs0JUGcFtTmjsshqgCeXKoJKK21wixWLbzD3RQWeHtP6fD/ORSgVk6HhRfOYrsmZTy3XltR/1r+pl0uXXv9J914u/fZy6ZE0dIiyOlpVKfo1cakgKIRIW6AWrAbaVIgCPLk0JYBJ+W3yxNcyNQBP4xQXKvM+zQteTKfMyNSSBmSUnghIp06O6kD47tKEgBWJU4DxfZza1pW+FKYvDZ6nB0v1qRrmUerlUjGSirEhDfdLj31o0/lVyZfUdd6n0WLu+8DPFxGns2Dx6bEIhp9BFHhEVL7HDxAYUuzI3/FeAAAAAElFTkSuQmCC) no-repeat scroll center center transparent;
    width: 42px;
    height: 42px;
    position: absolute;
    right: 5px;
    top: 5px;
    cursor: pointer;
}

.map-install {
    position: absolute;
    left: 8px;
    bottom: 8px;
    background-color: #fff;
    border: solid 1px #ddd;
    border-radius: 2px;
    padding: 8px;
}

.map-install img {
    width: 18px;
    height: 18px;
    margin: 2px;
}

.map-install span {
    margin: 5px;
}

.mapbanner {
    min-height: 175px;
    position: inherit;
    cursor: pointer;
}


.dw-default-container {
  background: url(/catalog-public/assets/dw-hochuha.png) left bottom no-repeat, linear-gradient(#3c89bd, #29b0e7);
  padding: 15px 20px 3px 225px;
  margin-bottom:20px;
  border-bottom:1px solid #bcbcbc;
  min-height: 205px;
}

.dw-default-container .dw-default-title {line-height: 30px; margin-bottom:10px; font-size:24px; max-width: 600px;color: white;}
.dw-default-container .dw-name-first {font-weight: bold;color: white;}
.dw-default-container .dw-name-last {}
.dw-default-container .dw-default-description {font-size:16px; max-width: 500px;color: white;}

.dw-default-container .dw-default-buttons {
      padding-top: 20px;
} 
.dw-default-container .dw-default-buttons img{
  margin: 0px 10px 0px 0px;
  cursor: pointer;
}



.sprite-download-buttons {
    background-image: url(/catalog-public/assets/images/new-buttons.png);
    background-repeat: no-repeat;
    display: inline-block;
    cursor: pointer;
    margin: 0 15px 10px 0;
}

.sprite-download-buttons:hover {
   -webkit-filter: brightness(110%);
}

.sprite-new-apple-button {
    width: 144px;
    height: 47px;
    background-position: -5px -5px;
}

.sprite-new-google-button {
    width: 144px;
    height: 47px;
    background-position: -5px -62px;
}

.sprite-new-windows-button {
    width: 144px;
    height: 47px;
    background-position: -5px -119px;
}

.redplaceholder:focus {
    border-color: #f30b0b;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 12px rgba(255,0,0,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 12px rgba(255,0,0,.6);
} 


.transparent-panel-container.shop-panel {
    margin-right: 15px;
}


.address-other-cityes a{
  border-bottom: none;
  margin-right: 0px;
}

.address-postindex-name {margin-top:15px; color:#777;}
.address-postindex {font-family:'pechkinregular'; font-size:36px; color:#333; margin-bottom:15px;}

@font-face {
    font-family: 'pechkinregular';
    src: url('/catalog-public/fonts/pechkin/pechkin_-webfont.eot');
    src: url('/catalog-public/fonts/pechkin/pechkin_-webfont.eot?#iefix') format('embedded-opentype'),
         url('/catalog-public/fonts/pechkin/pechkin_-webfont.woff2') format('woff2'),
         url('/catalog-public/fonts/pechkin/pechkin_-webfont.woff') format('woff'),
         url('/catalog-public/fonts/pechkin/pechkin_-webfont.ttf') format('truetype'),
         url('/catalog-public/fonts/pechkin/pechkin_-webfont.svg#pechkinregular') format('svg');
    font-weight: normal;
    font-style: normal;

}