.top-banner img {
  /* width: 100%; */
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.site-header {
/*  border-top: 1px solid #efefed; */
  margin: 30px 0 0 0;
}
.site-header-wrap {
  width: 980px;
  margin: 0 auto;
  height: 100px;
  position: relative;
}
.additional-menu {
  position: absolute;
  left: 0;
  top: 13px;
}
.additional-menu-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.additional-menu-list-item {
  margin: 0 0 0 12px;
  padding: 0 12px 0 0;
  display: inline-block;
}
.additional-menu-list-item a {
  color: #586268;
}
.additional-menu-list-item a:hover {
  text-decoration: none;
  color: #74acd7;
}
.socials {
  position: absolute;
  left: 395px;
  top: 7px;
}
.socials img {
  vertical-align: bottom;
}
.socials a {
  opacity: 1;
  transition: opacity 0.3s;
}
.socials a:hover {
  opacity: 0.9;
}
.sign-up {
  position: absolute;
  right: 0;
  top: 7px;
}
.sign-up a {
  color: #586268;
}
.sign-up img {
  vertical-align: middle;
  margin: 0 10px 0 0;
}
.sign-up span {
  color: #a7afb4;
  font-style: italic;
  font-size: 11px;
  margin: 0 10px 0 5px;
}
.logo {
  position: absolute;
  left: 0;
  top: 8px;
}
.top-search {
  position: absolute;
  right: 0;
  top: 0px;
}
.top-search-form-city-select {
  font-size: 14px;
  font-weight: bold;
  float: left;
  width: 240px;
  padding: 30px 0 0 5px;
}
.top-search-form-city-select-label {
  color: #b9bcbd;
  float: left;
  margin: 0 5px 0 0;
}
.top-search-form-city-select-dropdown-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.top-search-form-city-select-dropdown-list-item {
  display: none;
}
.top-search-form-city-select-dropdown-list-item.active {
  display: block;
}
.top-search-form-word {
  float: left;
  width: 405px;
}
.top-search-form-word-types {
  height: 30px;
  margin: 0 0 6px 0;
}
.top-search-form-word-types-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.top-search-form-word-types-list-item {
  display: inline-block;
  font-weight: bold;
}
.top-search-form-word-types-list-item a {
  display: inline-block;
  position: relative;
  padding: 5px 10px 5px 10px;
  cursor: pointer;
  color: #586268;
  text-decoration: none;
  border-radius: 2px 2px 2px 2px;
}
.top-search-form-word-types-list-item a span {
  border-bottom: 1px dotted #586268;
}
.top-search-form-word-types-list-item.active a {
  background: #73b3d2;
  color: #fff;
  cursor: default;
}
.top-search-form-word-types-list-item.active a span {
  border-bottom: 0;
}
.top-search-form-word-types-list-item.active a:before {
  content: ' ';
  position: absolute;
  width: 9px;
  height: 4px;
  bottom: -4px;
  left: 45%;
  background: url('../img/misc/tooltip-bullet.png') no-repeat;
}
.top-search-form-word-input input[type="text"] {
  width: 325px;
  margin: 0 5px 0 0;
}
.top-search-form-word-input input[type="submit"] {
  width: 72px;
  height: 33px;
  border: 0;
  background: url('../img/buttons/find.png') no-repeat;
}
.main-menu {
  width: 980px;
  margin: 0 auto 0 auto;
  background: url('../img/main-menu-left.png') no-repeat;
}
.main-menu-wrap {
  background: url('../img/main-menu-right.png') no-repeat 100% 0;
  padding: 0 0 0 15px;
}
.main-menu-items {
  display: table;
  behavior: url('/js/display-table.min.htc');
  -dt-display: table;
  list-style-type: none;
  margin: 0;
  padding: 0;
  height: 55px;
  width: 950px;
  background: url('../img/main-menu-middle.png') repeat-x;
}
.main-menu-item {
  display: table-cell;
  -dt-display: table-cell;
  font-size: 16px;
  font-weight: bold;
  height: 55px;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background: url('../img/main-menu-sep.png') no-repeat 100% 0;
}
.main-menu-item a {
  color: #586268;
  display: block;
  height: 55px;
  line-height: 38px;
  padding: 0 15px 0 15px;
  text-decoration: none;
}
.main-menu-item.active a {
  background: url('../img/main-menu-a.png') repeat-x;
  color: #fff;
}
.main-menu-item a:hover {
  background: url('../img/main-menu-a.png') repeat-x;
  color: #fff;
}
.header-banner {
  position: absolute;
  right: 0;
  top: 0px;
  width: 600px;
}
.site-footer {
  height: 140px;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  color: #a7afb4;
  background: #f4f4f2;
}
.site-footer-wrap {
  width: 980px;
  margin: 0 auto 0 auto;
  position: relative;
  padding: 30px 0 0 0;
}
.site-footer-spacer {
  height: 140px;
}
.footer-logo {
  position: absolute;
  left: 0;
  top: 35px;
}
.copyrights {
  margin: 0 0 3px 235px;
}
.copy-info {
  margin: 0 0 10px 235px;
}
.footer-menu {
  margin: 0 0 0 235px;
}
.footer-menu-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.footer-menu-list-item {
  display: inline;
  white-space: nowrap;
  margin: 0 23px 0 0;
}
.footer-menu-list-item a {
  color: #a7afb4;
}
.webmotor {
	margin-top: 30px;
}
.drop-down {
  position: relative;
}
.drop-down input[type="text"] {
  cursor: pointer;
  background: #f4f4f2 url('../img/misc/drop-down-bullet.png') no-repeat 95% 50%;
}
.drop-down-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.drop-down-list-item {
  display: none;
}
.drop-down-list-item.active {
  display: block;
  background: url('../img/misc/fold-down-black.png') no-repeat 100% 7px;
}
.drop-down-list-item.active a {
  border-bottom: 1px dotted #79aed8;
}
.drop-down-list-item a {
  text-decoration: none;
}
.aid-search {
  height: 175px;
  margin: 20px 0 20px 0;
  background: -moz-linear-gradient(left, #74aed6, #6dcfc0);
  background: -webkit-linear-gradient(left, #74aed6, #6dcfc0);
  background: -o-linear-gradient(left, #74aed6, #6dcfc0);
  background: -ms-linear-gradient(left, #74aed6, #6dcfc0);
  background: linear-gradient(left, #74aed6, #6dcfc0);
  -moz-box-shadow: inset 0 5px 10px -5px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: inset 0 5px 10px -5px rgba(0, 0, 0, 0.25);
  -o-box-shadow: inset 0 5px 10px -5px rgba(0, 0, 0, 0.25);
  -ms-box-shadow: inset 0 5px 10px -5px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 5px 10px -5px rgba(0, 0, 0, 0.25);
}
.aid-search-wrap {
  width: 980px;
  margin: 0 auto 0 auto;
  height: 170px;
  padding: 20px 0 0 0;
  position: relative;
}
.aid-search-tabs {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.aid-search-tab {
  display: inline-block;
  height: 40px;
  font-size: 16px;
  font-weight: bold;
}
.aid-search-tab.active a {
  position: relative;
  bottom: -1px;
  background: #fff;
  border-bottom: 0 ;
  color: #596267;
  -moz-box-shadow: 0 -5px 5px -5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 -5px 5px -5px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 -5px 5px -5px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 -5px 5px -5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 -5px 5px -5px rgba(0, 0, 0, 0.1);
}
.aid-search-tab a {
  display: inline-block;
  height: 40px;
  padding: 0 16px 0 14px;
  line-height: 35px;
  color: #fff;
  text-decoration: none;
  outline: none;
  background: url('../img/search-tabs-separator.png') no-repeat 100% 11px;
  -moz-border-radius: 3px 3px 0 0;
  -webkit-border-radius: 3px 3px 0 0;
  -o-border-radius: 3px 3px 0 0;
  -ms-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}
.aid-search-tab a span {
  border-bottom: 1px dotted #fff;
}
.aid-search-tab a:hover span {
  border-bottom: 0;
}
.aid-search-tab:last-child a {
  background: transparent;
}
.aid-search-form {
  background: #fff;
  padding: 30px 0 25px 20px;
  -moz-border-radius: 0 0 3px 3px;
  -webkit-border-radius: 0 0 3px 3px;
  -o-border-radius: 0 0 3px 3px;
  -ms-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
  -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
}
.aid-search-form-city {
  float: left;
  padding: 12px 0 0 0;
  font-weight: bold;
}
.aid-search-form-city-label {
  float: left;
  color: #b9bdbc;
}
.aid-search-form-city-field {
  width: 100px;
  margin: 0 0 0 75px;
}
.aid-search-form-word {
  margin: 0 0 0 205px;
}
.aid-search-form-word input[type="text"] {
  padding: 0 0 0 20px;
  height: 40px;
  margin: 0 18px 0 0;
  width: 580px;
}
.aid-search-form-word input[type="submit"] {
  border: 0;
  width: 117px;
  height: 40px;
  cursor: pointer;
  background: url('../img/buttons/search-zoom.png') no-repeat;
}
.aid-search-form-word-notice {
  margin: 10px 0 0 0;
  font-size: 14px;
  color: #5b6064;
}
.aid-search-form-word-notice span {
  color: #babbbd;
}
.aid-search-extended {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -30px;
  text-align: center;
}
.aid-search-extended a {
  display: inline-block;
  padding: 0 15px 0 15px;
  color: #fff;
  text-decoration: none;
  height: 30px;
  line-height: 25px;
  background: #70becb;
  -moz-border-radius: 0 0 5px 5px;
  -webkit-border-radius: 0 0 5px 5px;
  -o-border-radius: 0 0 5px 5px;
  -ms-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
}
.aid-search-extended a:hover {
  color: #eee;
}
.main-catalog .content-3-cols-title {
  height: 48px;
  padding: 10px 0 0 60px;
  background: url('../img/icons/main-catalog.png') no-repeat;
}
.main-catalog-list {
  list-style-type: none;
  margin: 0 0 25px 0;
  padding: 0;
  font-size: 14px;
}
.main-catalog-list-item {
  margin: 0 0 10px 0;
}
.main-catalog-all {
  height: 38px;
  padding: 0 0 0 47px;
  font-size: 12px;
  line-height: 35px;
  background: url('../img/icons/show-all-gray.png') no-repeat;
}
.main-catalog-all:hover {
  background: url('../img/icons/show-all-blue.png') no-repeat;
}
.main-catalog-all a {
  text-decoration: none;
}
.main-catalog-all a:hover {
  text-decoration: underline;
}
.main-consult .content-3-cols-title {
  height: 48px;
  padding: 10px 0 0 60px;
  background: url('../img/icons/main-consult.png') no-repeat;
}
.main-consult-list {
  list-style-type: none;
  margin: 0 0 10px 0;
  padding: 0;
}
.main-consult-list-item {
  margin: 0 0 15px 0;
  padding: 0 0 15px 0;
  border-bottom: 1px solid #efefed;
}
.main-consult-list-item:last-child {
  border-bottom: 0;
}
.main-consult-list-item-date-name {
  margin: 0 0 5px 0;
  font-size: 12px;
  color: #ccc;
}
.main-consult-list-item-date-name .date {
  display: inline-block;
  padding: 0 11px 0 0;
  margin: 0 10px 0 0;
  background: url('../img/consult-date-separator.png') no-repeat 100% 0;
}
.main-consult-list-item-text {
  font-style: italic;
  margin: 0 0 5px 0;
}
.main-consult-list-item-category {
  font-size: 12px;
}
.main-consult-list-item-category a {
  color: #5f6064;
}
.main-consult-ask {
  margin: 0 0 25px 0;
}
.main-consult-all {
  height: 38px;
  padding: 0 0 0 47px;
  font-size: 12px;
  line-height: 35px;
  background: url('../img/icons/show-all-gray.png') no-repeat;
}
.main-consult-all:hover {
  background: url('../img/icons/show-all-blue.png') no-repeat;
}
.main-consult-all a {
  text-decoration: none;
}
.main-consult-all a:hover {
  text-decoration: underline;
}
.main-apothecas .content-3-cols-title {
  height: 48px;
  padding: 10px 0 0 60px;
  background: url('../img/icons/main-apotheca.png') no-repeat;
}
.main-apothecas-list {
  list-style-type: none;
  margin: 0 0 25px 0;
  padding: 8px 10px 4px;

  background: -moz-linear-gradient(top, #efeded, #f5f3f3);
  background: -webkit-linear-gradient(top, #efeded, #f5f3f3);
  background: -o-linear-gradient(top, #efeded, #f5f3f3);
  background: -ms-linear-gradient(top, #efeded, #f5f3f3);
  background: linear-gradient(top, #efeded, #f5f3f3);
  -moz-border-radius: 5px 5px 5px 5px;
  -webkit-border-radius: 5px 5px 5px 5px;
  -o-border-radius: 5px 5px 5px 5px;
  -ms-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  -moz-box-shadow: 0 0 2px 0 #ddd;
  -webkit-box-shadow: 0 0 2px 0 #ddd;
  -o-box-shadow: 0 0 2px 0 #ddd;
  -ms-box-shadow: 0 0 2px 0 #ddd;
  box-shadow: 0 0 2px 0 #ddd;

}
.main-apothecas-list-item {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #e7e7e7;
  border-radius: 5px;
  box-shadow: 0 10px 5px -5px #cccccc;
  margin: 0 0 10px 0;

  padding: 17px 0 17px 16px;
  position: relative;
}
.main-apothecas-list-item-image {
  margin: 0 0 10px 0;
}
.main-apothecas-list-item-count {
  position: absolute;
  right: 16px;
  top: 30px;
  font-size: 11px;
  color: #acaead;
  height: 12px;
  padding: 0 0 0 19px;
  background: url('../img/misc/stats.png') no-repeat 0 0;
}
.main-apothecas-list-item-search input[type="text"] {
  width: 205px;
  height: 33px;
  margin: 0 7px 0 0;
}
.main-apothecas-list-item-search input[type="submit"] {
  border: 0;
  background: url('../img/buttons/search.png') no-repeat;
  width: 32px;
  height: 33px;
}
.main-apothecas-all {
  height: 38px;
  padding: 0 0 0 47px;
  font-size: 12px;
  line-height: 35px;
  background: url('../img/icons/show-all-gray.png') no-repeat;
}
.main-apothecas-all:hover {
  background: url('../img/icons/show-all-blue.png') no-repeat;
}
.main-apothecas-all a {
  text-decoration: none;
}
.main-apothecas-all a:hover {
  text-decoration: underline;
}
.last-events-title {
  font-size: 16px;
  font-weight: bold;
  background: #6dcfc0;
  height: 33px;
  line-height: 30px;
  padding: 0 0 0 18px;
  margin: 0 0 30px 0;
  color: #fff;
  -moz-border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  -o-border-radius: 3px 3px 3px 3px;
  -ms-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
}
.last-events-list {
  list-style-type: none;
  margin: 0 0 5px 0;
  padding: 0;
}
.last-events-list-item {
  margin: 0 0 30px 0;
  min-height: 55px;
}
.last-events-list-item-date {
  width: 60px;
  height: 55px;
  float: left;
  color: #fff;
  text-align: center;
  font-size: 25px;
  background: #75abd7;
  line-height: 18px;
  padding: 7px 0 0 0;
  -moz-border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  -ms-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
}
.last-events-list-item-date span {
  font-size: 12px;
}
.last-events-list-item-info {
  margin: 0 0 0 70px;
}
.last-events-list-item-info-title {
  margin: 0 0 5px 0;
  font-size: 14px;
}
.last-events-list-item-info-category {
  font-size: 12px;
}
.last-events-list-item-info-category a {
  color: #586367;
}
.last-events-all {
  height: 38px;
  padding: 0 0 0 47px;
  font-size: 12px;
  line-height: 35px;
  background: url('../img/icons/show-all-gray.png') no-repeat;
}
.last-events-all:hover {
  background: url('../img/icons/show-all-blue.png') no-repeat;
}
.last-events-all a {
  text-decoration: none;
}
.last-events-all a:hover {
  text-decoration: underline;
}
.last-news-title {
  font-size: 16px;
  font-weight: bold;
  background: #75abd7;
  height: 33px;
  line-height: 30px;
  padding: 0 0 0 18px;
  margin: 0 0 30px 0;
  color: #fff;
  -moz-border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  -o-border-radius: 3px 3px 3px 3px;
  -ms-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
}
.last-news-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.last-news-list-item {
  margin: 0 0 25px 0;
  min-height: 55px;
}
.last-news-list-item-image {
  float: left;
}
.last-news-list-item-image img {
  height: 57px;
  max-width: 76px;
}

.last-news-list-item-info {
  margin: 0 0 0 85px;
}
.last-news-list-item-info-title {
  font-size: 14px;
  margin: 0 0 5px 0;
}
.last-news-list-item-info-date {
  font-size: 12px;
  color: #bbb;
}
.last-news-all {
  height: 38px;
  padding: 0 0 0 47px;
  font-size: 12px;
  line-height: 35px;
  background: url('../img/icons/show-all-gray.png') no-repeat;
}
.last-news-all:hover {
  background: url('../img/icons/show-all-blue.png') no-repeat;
}
.last-news-all a {
  text-decoration: none;
}
.last-news-all a:hover {
  text-decoration: underline;
}
.object {
  position: relative;
}
.object-title {
  font-size: 24px;
  font-weight: bold;
  margin: 0 0 10px 0;
}
.object-title img {
  vertical-align: middle;
  margin: 0 10px 0 0;
}
.object-count {
  position: absolute;
  right: 0;
  top: 10px;
  padding: 0 0 0 20px;
  font-size: 10px;
  color: #a0a3a5;
  background: url('../img/misc/stats.png') no-repeat 0 0;
}
.object-card {
  padding: 8px 10px 10px 10px;
  margin: 0 0 30px 0;
  background: -moz-linear-gradient(top, #efeded, #f5f3f3);
  background: -webkit-linear-gradient(top, #efeded, #f5f3f3);
  background: -o-linear-gradient(top, #efeded, #f5f3f3);
  background: -ms-linear-gradient(top, #efeded, #f5f3f3);
  background: linear-gradient(top, #efeded, #f5f3f3);
  -moz-border-radius: 5px 5px 5px 5px;
  -webkit-border-radius: 5px 5px 5px 5px;
  -o-border-radius: 5px 5px 5px 5px;
  -ms-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  -moz-box-shadow: 0 0 2px 0 #ddd;
  -webkit-box-shadow: 0 0 2px 0 #ddd;
  -o-box-shadow: 0 0 2px 0 #ddd;
  -ms-box-shadow: 0 0 2px 0 #ddd;
  box-shadow: 0 0 2px 0 #ddd;
}
.object-card dl {
  margin: 0 0 25px 0;
}
.object-card dl dt {
  color: #9f9f9f;
  width: 55px;
  float: left;
  font-weight: normal;
}
.object-card dl dd {
  min-height: 22px;
  color: #595959;
}
.object-card-wrap {
  background: #fff;
  padding: 10px 0 15px 15px;
  -moz-border-radius: 5px 5px 5px 5px;
  -webkit-border-radius: 5px 5px 5px 5px;
  -o-border-radius: 5px 5px 5px 5px;
  -ms-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  -moz-box-shadow: 0 0 2px 0 #ccc;
  -webkit-box-shadow: 0 0 2px 0 #ccc;
  -o-box-shadow: 0 0 2px 0 #ccc;
  -ms-box-shadow: 0 0 2px 0 #ccc;
  box-shadow: 0 0 2px 0 #ccc;
}
.object-card-title {
  color: #586268;
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 5px 0;
}
.object-card-contacts {
  float: left;
  width: 310px;
}
.object-card-other {
  padding: 10px 25px 10px 30px;
  border: 1px dashed #bccdce;
  display: inline-block;
  background: url('../img/misc/map-marker.png') no-repeat 17px 50%;
  -moz-border-radius: 10px 10px 10px 10px;
  -webkit-border-radius: 10px 10px 10px 10px;
  -o-border-radius: 10px 10px 10px 10px;
  -ms-border-radius: 10px 10px 10px 10px;
  border-radius: 10px 10px 10px 10px;
}
.object-card-map {
  width: 320px;
  height: 230px;
  margin: 0 0 15px 310px;
}
.object-card-worktime {
  width: 310px;
  float: left;
}
.object-card-route {
  margin: 0 0 0 310px;
}
.object-info {
  margin: 0 0 60px 0;
}
.object-info-tabs {
  list-style-type: none;
  margin: 0 0 15px 0;
  padding: 0;
}
.object-info-tab {
  font-size: 18px;
  font-weight: bold;
  display: inline-block;
}
.object-info-tab a {
  position: relative;
  display: inline-block;
  white-space: nowrap;
  padding: 4px 15px 6px 15px;
  text-decoration: none;
  cursor: pointer;
  -moz-border-radius: 2px 2px 2px 2px;
  -webkit-border-radius: 2px 2px 2px 2px;
  -o-border-radius: 2px 2px 2px 2px;
  -ms-border-radius: 2px 2px 2px 2px;
  border-radius: 2px 2px 2px 2px;
}
.object-info-tab a span {
  border-bottom: 1px dotted #626c71;
}
.object-info-tab a:hover span {
  border-bottom: 0;
}
.object-info-tab.active a {
  background: #73b3d2;
  color: #fff;
}
.object-info-tab.active a span {
  border-bottom: 0;
}
.object-info-tab.active a:before {
  content: ' ';
  position: absolute;
  left: 45%;
  bottom: -8px;
  width: 17px;
  height: 8px;
  background: url('../img/misc/tooltip-bullet-1.png') no-repeat;
}
.object-info-layer {
  display: none;
}
.object-info-layer .shown {
  display: block;
}
.responses-title {
  font-size: 20px;
  font-weight: bold;
  margin: 0 0 10px 0;
}
.responses-title span {
  color: #abadae;
}
.responses-form {
  padding: 8px 10px 10px 10px;
  margin: 0 0 30px 0;
  background: -moz-linear-gradient(top, #efeded, #f5f3f3);
  background: -webkit-linear-gradient(top, #efeded, #f5f3f3);
  background: -o-linear-gradient(top, #efeded, #f5f3f3);
  background: -ms-linear-gradient(top, #efeded, #f5f3f3);
  background: linear-gradient(top, #efeded, #f5f3f3);
  -moz-border-radius: 5px 5px 5px 5px;
  -webkit-border-radius: 5px 5px 5px 5px;
  -o-border-radius: 5px 5px 5px 5px;
  -ms-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  -moz-box-shadow: 0 0 2px 0 #ddd;
  -webkit-box-shadow: 0 0 2px 0 #ddd;
  -o-box-shadow: 0 0 2px 0 #ddd;
  -ms-box-shadow: 0 0 2px 0 #ddd;
  box-shadow: 0 0 2px 0 #ddd;
}
.responses-form fieldset {
  background: #fff;
  padding: 10px 0 15px 15px;
  -moz-border-radius: 5px 5px 5px 5px;
  -webkit-border-radius: 5px 5px 5px 5px;
  -o-border-radius: 5px 5px 5px 5px;
  -ms-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  -moz-box-shadow: 0 0 2px 0 #ccc;
  -webkit-box-shadow: 0 0 2px 0 #ccc;
  -o-box-shadow: 0 0 2px 0 #ccc;
  -ms-box-shadow: 0 0 2px 0 #ccc;
  box-shadow: 0 0 2px 0 #ccc;
}
.responses-form dl {
  margin: 0 0 25px 0;
}
.responses-form dl dt {
  color: #9f9f9f;
  width: 55px;
  float: left;
  font-weight: normal;
}
.responses-form dl dd {
  height: 22px;
  color: #595959;
}
.responses-form-title {
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 10px 0;
}
.responses-form-field {
  margin: 0 0 10px 0;
}
.responses-form-label {
  font-size: 12px;
}
.responses-form-label label {
  font-weight: normal;
}
.responses-form-input input {
  width: 300px;
}
.responses-form-textarea textarea {
  width: 625px;
  height: 100px;
}
.responses-form-message .responses-form-label {
  clear: both;
}
.responses-form-field-name {
  float: left;
}
.responses-form-field-email {
  margin: 0 0 0 324px;
  height: 65px;
}
.responses-form-buttons {
  margin: 5px 0 0 0;
  padding: 0 20px 0 0;
  text-align: right;
}
.responses-form-buttons .submit {
  border: 0;
  width: 131px;
  height: 33px;
  background: url('../img/buttons/response.png');
}
.responses-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.responses-list-item {
  padding: 15px 15px 15px 20px;
  border: 1px dashed #c9d7d8;
  margin: 0 0 15px 0;
  -moz-border-radius: 10px 10px 10px 10px;
  -webkit-border-radius: 10px 10px 10px 10px;
  -o-border-radius: 10px 10px 10px 10px;
  -ms-border-radius: 10px 10px 10px 10px;
  border-radius: 10px 10px 10px 10px;
}
.responses-list-item-date-and-name {
  font-size: 12px;
  color: #b9bcbd;
  margin: 0 0 2px 0;
}
.responses-list-item-date-and-name .date {
  padding: 0 12px 0 0;
  display: inline-block;
  border-right: 1px solid #e8e8e5;
  margin: 0 12px 0 0;
}
.responses-list-item-text {
  margin: 0;
  padding: 0;
  font-style: italic;
}
.search-list {
  list-style-type: none;
  padding: 8px 10px 4px 10px;
  margin: 0 0 30px 0;
  background: -moz-linear-gradient(top, #efeded, #f5f3f3);
  background: -webkit-linear-gradient(top, #efeded, #f5f3f3);
  background: -o-linear-gradient(top, #efeded, #f5f3f3);
  background: -ms-linear-gradient(top, #efeded, #f5f3f3);
  background: linear-gradient(top, #efeded, #f5f3f3);
  -moz-border-radius: 5px 5px 5px 5px;
  -webkit-border-radius: 5px 5px 5px 5px;
  -o-border-radius: 5px 5px 5px 5px;
  -ms-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  -moz-box-shadow: 0 0 2px 0 #ddd;
  -webkit-box-shadow: 0 0 2px 0 #ddd;
  -o-box-shadow: 0 0 2px 0 #ddd;
  -ms-box-shadow: 0 0 2px 0 #ddd;
  box-shadow: 0 0 2px 0 #ddd;
}
.search-list-item {
  background: #fff;
  margin: 0 0 10px 0;
  border: 1px solid #e7e7e7;
  -moz-border-radius: 5px 5px 5px 5px;
  -webkit-border-radius: 5px 5px 5px 5px;
  -o-border-radius: 5px 5px 5px 5px;
  -ms-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  -moz-box-shadow: 0 10px 5px -5px #cccccc;
  -webkit-box-shadow: 0 10px 5px -5px #cccccc;
  -o-box-shadow: 0 10px 5px -5px #cccccc;
  -ms-box-shadow: 0 10px 5px -5px #cccccc;
  box-shadow: 0 10px 5px -5px #cccccc;
}
.search-list-item-form fieldset {
  padding: 5px 0 15px 11px;
  min-height: 95px;
  position: relative;
}
.search-list-item-image {
  margin: 0 0 5px 0;
}
.search-list-item-count {
  position: absolute;
  right: 10px;
  top: 15px;
  padding: 0 0 0 20px;
  height: 12px;
  font-size: 10px;
  background: url('../img/misc/stats.png') no-repeat;
}
.search-list-item-field {
  position: absolute;
  bottom: 15px;
}
.search-list-item-field input[type="text"] {
  width: 185px;
  margin: 0 5px 0 0;
}
.search-list-item-field input[type="submit"] {
  width: 32px;
  height: 33px;
  border: 0;
  background: url('../img/buttons/search.png') no-repeat;
}
.med-types {
  margin: 0 0 30px 0;
}
.med-types a {
  display: inline-block;
}
.med-types-title {
  font-size: 20px;
  font-weight: bold;
  margin: 0 0 5px 0;
}
.med-types-list-0 {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.med-types-list-0-item {
  margin: 0 0 5px 0;
}
.med-types-list-0-item > a {
  color: #71a3aa;
  font-size: 16px;
  font-weight: bold;
}
.med-types-list-0-item.active > a {
  text-decoration: none;
  color: #586268;
  margin: 0 0 5px 0;
}
.med-types-list-1 {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.med-types-list-1-item {
  margin: 0 0 3px 0;
}
.med-types-list-1-item > a {
  color: #595959;
  padding: 1px 13px 1px 13px;
  background: url('../img/misc/menu-bullet.png') no-repeat 1px 8px;
  -moz-border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  -o-border-radius: 3px 3px 3px 3px;
  -ms-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
}
.med-types-list-1-item.active > a {
  text-decoration: none;
  color: #fff;
  background: #6dcfc0;
}
.banners-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.banners-list-item {
  margin: 0 0 15px 0;
}
.banners-list-item img {
  transition: opacity 0.3s;
  opacity: 1;
}
.banners-list-item img:hover {
  opacity: 0.9;
}
/* 3 banners on main page */
.banners-list-row {
  margin: 0 auto 60px auto;
  width: 980px;
}
.banners-list-row li {
  display: inline-block;
  margin: 0 43px 0 0;
}
.banners-list-row a:nth-child(3n) {
  margin-right: 0;
}
.find-aid {
  padding: 10px 11px 11px 11px;
  margin: 0 0 25px 0;
  background: -moz-linear-gradient(left, #7dacb3, #6ac9bb);
  background: -webkit-linear-gradient(left, #7dacb3, #6ac9bb);
  background: -o-linear-gradient(left, #7dacb3, #6ac9bb);
  background: -ms-linear-gradient(left, #7dacb3, #6ac9bb);
  background: linear-gradient(left, #7dacb3, #6ac9bb);
  -moz-border-radius: 4px 4px 4px 4px;
  -webkit-border-radius: 4px 4px 4px 4px;
  -o-border-radius: 4px 4px 4px 4px;
  -ms-border-radius: 4px 4px 4px 4px;
  border-radius: 4px 4px 4px 4px;
}
.find-aid-form {
  background: #fff;
  padding: 15px 15px 15px 17px;
  -moz-border-radius: 4px 4px 4px 4px;
  -webkit-border-radius: 4px 4px 4px 4px;
  -o-border-radius: 4px 4px 4px 4px;
  -ms-border-radius: 4px 4px 4px 4px;
  border-radius: 4px 4px 4px 4px;
}
.find-aid-form-title {
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 5px 0;
  border: 0;
  color: #586268;
}
.find-aid-form-field {
  margin: 0 0 10px 0;
}
.find-aid-form-field input[type="text"] {
  width: 545px;
  margin: 0 8px 0 0;
  padding: 0 0 0 15px;
}
.find-aid-form-field input[type="submit"] {
  width: 72px;
  height: 33px;
  border: 0;
  background: url('../img/buttons/find.png') no-repeat;
}
.find-aid-form-subline span {
  color: #b9bcbd;
}
.aids-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.aids-list-item {
  width: 225px;
  float: left;
  margin: 0 0 40px 0;
}
.aids-list-item-image {
  margin: 0 0 15px 0;
}
.aids-list-item-title {
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 15px 0;
}
.aids-list-item-types {
  list-style-type: none;
  margin: 0;
  padding: 0 30px 0 0;
}
.aids-list-item-types-item {
  margin: 0 0 5px 0;
}
.aids-list-item-types-item a {
  color: #595959;
}
.aids-list-item-banner {
  margin: 0 0 40px 0;
}
.aids-1-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.aids-1-list-item {
  width: 225px;
  float: left;
  margin: 0 0 40px 0;
}
.aids-1-list-item-title {
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 15px 0;
}
.aids-1-list-item-types {
  list-style-type: none;
  margin: 0;
  padding: 0 30px 0 0;
}
.aids-1-list-item-types-item {
  margin: 0 0 5px 0;
}
.aids-1-list-item-types-item a {
  color: #595959;
}
.aids-1-list-item-banner {
  margin: 0 0 40px 0;
}
.aids-2 {
  margin: 0 0 15px 0;
}
.aids-2-list {
  list-style-type: none;
  padding: 8px 10px 10px 10px;
  margin: 0 0 30px 0;
  background: -moz-linear-gradient(top, #efeded, #f5f3f3);
  background: -webkit-linear-gradient(top, #efeded, #f5f3f3);
  background: -o-linear-gradient(top, #efeded, #f5f3f3);
  background: -ms-linear-gradient(top, #efeded, #f5f3f3);
  background: linear-gradient(top, #efeded, #f5f3f3);
  -moz-border-radius: 5px 5px 5px 5px;
  -webkit-border-radius: 5px 5px 5px 5px;
  -o-border-radius: 5px 5px 5px 5px;
  -ms-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  -moz-box-shadow: 0 0 2px 0 #ddd;
  -webkit-box-shadow: 0 0 2px 0 #ddd;
  -o-box-shadow: 0 0 2px 0 #ddd;
  -ms-box-shadow: 0 0 2px 0 #ddd;
  box-shadow: 0 0 2px 0 #ddd;
}
.aids-2-list-item {
  margin: 0 0 8px 0;
  padding: 10px 0 10px 10px;
  background: #fff;
  -moz-border-radius: 5px 5px 5px 5px;
  -webkit-border-radius: 5px 5px 5px 5px;
  -o-border-radius: 5px 5px 5px 5px;
  -ms-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  -moz-box-shadow: 0 2px 4px -2px #aaaaaa;
  -webkit-box-shadow: 0 2px 4px -2px #aaaaaa;
  -o-box-shadow: 0 2px 4px -2px #aaaaaa;
  -ms-box-shadow: 0 2px 4px -2px #aaaaaa;
  box-shadow: 0 2px 4px -2px #aaaaaa;
  min-height: 120px;
}
.aids-2-list-item-image {
  width: 100px;
  float: left;
}
.aids-2-list-item-info {
  margin: 0 0 0 115px;
}
.aids-2-list-item-info-title {
  font-size: 14px;
  font-weight: bold;
  margin: 0 0 5px 0;
}
.aids-2-list-item-info-parameters dl {
  font-size: 12px;
  margin: 0;
}
.aids-2-list-item-info-parameters dl dt {
  color: #9f9f9f;
  float: left;
  font-weight: normal;
  margin: 0 5px 0 0;
}
.aids-2-list-item-info-parameters dl dd {
/*  height: 20px; */
}
.aids-2-list-item-info-parameters dl dd a {
  color: #595959;
}
.pagination-custom {
  margin: 25px 0 15px 0;
  text-align: center;
}
.pagination-custom-prev {
  display: inline-block;
  margin: 0 30px 0 0;
  vertical-align: middle;
}
.pagination-custom-next {
  display: inline-block;
  margin: 0 0 0 25px;
  vertical-align: middle;
}
.pagination-custom-list {
  list-style-type: none;
  display: inline-block;
  margin: 0;
  padding: 0;
}
.pagination-custom-list-item {
  margin: 0 5px 0 0;
  display: inline-block;
  width: 27px;
  height: 27px;
  vertical-align: middle;
}
.pagination-custom-list-item a {
  color: #3b4144;
  width: 27px;
  height: 27px;
  text-align: center;
  display: inline-block;
  line-height: 26px;
  background: #f5f3f3;
  box-shadow: inset 2px 2px 5px 0 #ddd;
  border-radius: 2px 2px 2px 2px;
  text-decoration: none;
  transition: background 0.3s, color 0.3s;
}
.pagination-custom-list-item a:hover {
  background: #8fc7d7;
  color: #fff;
  box-shadow: none;
}
.pagination-custom-list-item.active a {
  background: #8fc7d7;
  color: #fff;
  box-shadow: none;
}
.pagination-custom-list-space {
  margin: 0 5px 0 0;
  display: inline-block;
  width: 10px;
  height: 27px;
  vertical-align: middle;
  line-height: 30px;
}
.consultants {
  margin: 0 0 50px 0;
}
.consultants-title {
  margin: 0;
  padding: 0;
  margin: 0 0 10px 0;
  font-size: 20px;
  font-weight: bold;
}
.consultants-search {
  margin: 0 0 20px 0;
}
.consultants-search-label {
  font-size: 12px;
  margin: 0 0 4px 0;
}
.consultants-search-field {
  width: 583px;
  margin: 0 7px 0 0;
  float: left;
}
.consultants-search-field input[type="text"] {
  height: 33px;
  width: 583px;
  position: relative;
  cursor: pointer;
  padding: 0 0 0 15px;
  opacity: 1;
  transition: opacity 0.3s;
}
.consultants-search-field input[type="text"]:hover {
  opacity: 0.9;
}
.consultants-search-field input[type="text"]:after {
  content: ' ';
  position: absolute;
  z-index: 10;
  right: 12px;
  top: 6px;
  width: 12px;
  height: 8px;
  background: url('../img/misc/drop-down-bullet.png') no-repeat;
}
.consultants-search-field .drop-down {
  position: relative;
}
.consultants-search-field .drop-down-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: absolute;
  left: 0;
  top: 35px;
  width: 583px;
  border: 1px solid #ddd;
  border-radius: 4px 4px 4px 4px;
  display: none;
  background: #fff;
}
.consultants-search-field .drop-down-list.shown {
  display: block !important;
}
.consultants-search-field .drop-down-list-item {
  display: block;
  padding: 3px 0 3px 15px;
}
.consultants-search-submit {
  float: left;
}
.consultants-search-submit input {
  border: 0;
  width: 89px;
  height: 33px;
  background: url('../img/buttons/show.png') no-repeat;
}
.consultants-list-banner img {
  width: 100%;
}
.consultants-list {
  list-style-type: none;
  margin: 0 0 50px 0;
  padding: 0;
}
.consultants-list-item {
  float: left;
  width: 330px;
  margin: 0 20px 15px 0;
  padding: 9px 9px 9px 9px;
  background: -moz-linear-gradient(top, #f1efef, #f3f1f1);
  background: -webkit-linear-gradient(top, #f1efef, #f3f1f1);
  background: -o-linear-gradient(top, #f1efef, #f3f1f1);
  background: -ms-linear-gradient(top, #f1efef, #f3f1f1);
  background: linear-gradient(top, #f1efef, #f3f1f1);
  -moz-border-radius: 5px 5px 5px 5px;
  -webkit-border-radius: 5px 5px 5px 5px;
  -o-border-radius: 5px 5px 5px 5px;
  -ms-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
}
.consultants-list-item:nth-child(2n) {
  margin-right: 0;
}
.consultants-list-item-wrap {
  background: #fff;
  padding: 10px 10px 10px 10px;
  height: 250px;
  -moz-border-radius: 5px 5px 5px 5px;
  -webkit-border-radius: 5px 5px 5px 5px;
  -o-border-radius: 5px 5px 5px 5px;
  -ms-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  -moz-box-shadow: 0 3px 3px -1px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 3px 3px -1px rgba(0, 0, 0, 0.5);
  -o-box-shadow: 0 3px 3px -1px rgba(0, 0, 0, 0.5);
  -ms-box-shadow: 0 3px 3px -1px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 3px -1px rgba(0, 0, 0, 0.5);
}
.consultants-list-item-image {
  width: 103px;
  float: left;
}
.consultants-list-item-info {
  margin: 0 0 0 118px;
  min-height: 130px;
  line-height: 1.3em;
}
.consultants-list-item-info-title {
  font-size: 14px;
  font-weight: bold;
  margin: 0 0 5px 0;
}
.consultations-list-item-info-title {
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 5px 0;
}
.consultants-list-item-info-status {
  font-size: 12px;
  color: #b3b3b3;
  margin: 0 0 10px 0;
}
.consultants-list-item-info-button a {
  display: inline-block;
  width: 125px;
  height: 33px;
  background: url('../img/buttons/ask-question.png') no-repeat;
  opacity: 1;
  transition: opacity 0.3s;
}
.consultants-list-item-info-button a:hover {
  opacity: 0.9;
}
.consultants-list-item-text {
  padding: 0 5px 0 5px;
}
.consultants-list-banner {
  margin: 30px 0 20px 0;
}
.internet-apothecas {
  margin: 0 0 30px 0;
}
.internet-apothecas-title {
  font-size: 20px;
  font-weight: bold;
}
.internet-apothecas-list {
  width: 680px;
  margin: 0 0 5px 0;
}
.internet-apothecas-list-th {
  height: 33px;
  vertical-align: middle;
  text-align: left;
  background: #8fc7d7;
  font-size: 14px;
  color: #fff;
  font-weight: bold;
  padding: 0 0 0 15px;
  border-right: 1px solid #b2dae6;
}
.internet-apothecas-list-th a {
    color: #fff;
    display: inline-block;
    text-decoration: none;
}
.internet-apothecas-list-th a.sort-down {
    background: rgba(0, 0, 0, 0) url("../img/misc/bullet-down-white.png") no-repeat scroll 100% 50%;
    padding: 0 20px 0 0;
}
.internet-apothecas-list-th-1 {
  width: 200px;
  -moz-border-radius: 4px 0 0 4px;
  -webkit-border-radius: 4px 0 0 4px;
  -o-border-radius: 4px 0 0 4px;
  -ms-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
.internet-apothecas-list-th-2 {
  width: 200px;
}
.internet-apothecas-list-th-3 {
  width: 90px;
}
.internet-apothecas-list-th-4 {
  width: 90px;
}
.internet-apothecas-list-th-5 {
  border-right: 0;
  -moz-border-radius: 0 4px 4px 0;
  -webkit-border-radius: 0 4px 4px 0;
  -o-border-radius: 0 4px 4px 0;
  -ms-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
  width: 90px;
}
.internet-apothecas-list-item {
  height: 80px;
  border-bottom: 1px solid #e6e6e1;
}
.internet-apothecas-list-item-image {
  vertical-align: middle;
  font-weight: bold;
  padding: 0 0 0 15px;
}
.internet-apothecas-list-item-image img {
  margin: 0 0 2px 0;
}
.internet-apothecas-list-item-image-subline {
  margin: 0 0 0 5px;
}
.internet-apothecas-list-item-contacts {
  vertical-align: middle;
  padding: 0 0 0 15px;
}
.internet-apothecas-list-item-contacts-site {
  margin: 0 0 2px 0;
}
.internet-apothecas-list-item-contacts-address {
  margin: 0 0 2px 0;
}
.internet-apothecas-list-item-contacts-phones {
  font-weight: bold;
}
.internet-apothecas-list-item-amount {
  font-weight: bold;
  font-size: 12px;
  vertical-align: middle;
  text-align: center;
}
.internet-apothecas-list-item-amount .green {
  color: #59b893;
}
.internet-apothecas-list-item-amount .red {
  color: #fe7550;
}
.internet-apothecas-list-item-price {
  font-weight: bold;
  vertical-align: middle;
  text-align: center;
}
.internet-apothecas-list-item-price span {
  font-size: 18px;
}
.internet-apothecas-list-item-buy {
  vertical-align: middle;
  text-align: center;
  text-align: right;
}
.internet-apothecas-list-item-buy a {
  display: inline-block;
  width: 72px;
  height: 33px;
  background: url('../img/buttons/buy.png') no-repeat;
  opacity: 1;
  transition: opacity 0.3s;
}
.internet-apothecas-list-item-buy a:hover {
  opacity: 0.9;
}
.internet-apothecas-all {
  height: 38px;
  padding: 0 0 0 47px;
  font-size: 12px;
  line-height: 35px;
  background: url('../img/icons/show-all-gray.png') no-repeat;
}
.internet-apothecas-all:hover {
  background: url('../img/icons/show-all-blue.png') no-repeat;
}
.internet-apothecas-all a {
  text-decoration: none;
}
.internet-apothecas-all a:hover {
  text-decoration: underline;
}
.apothecas-addresses {
  margin: 0 0 30px 0;
}
.apothecas-addresses-title {
  font-size: 20px;
  font-weight: bold;
}
.apothecas-addresses-title span {
  color: #6ed0c1;
}
.apothecas-addresses-list {
  width: 680px;
}
.apothecas-addresses-list-th {
  height: 33px;
  vertical-align: middle;
  text-align: left;
  background: #8fc7d7;
  font-size: 14px;
  color: #fff;
  font-weight: bold;
  padding: 0 0 0 15px;
  border-right: 1px solid #b2dae6;
}
.apothecas-addresses-list-th a {
  color: #fff;
  display: inline-block;
  text-decoration: none;
}
.apothecas-addresses-list-th a:hover {
  text-decoration: underline;
}
.apothecas-addresses-list-th a.sort-down {
  padding: 0 20px 0 0;
  background: url('../img/misc/bullet-down-white.png') no-repeat 100% 50%;
}
.apothecas-addresses-list-th a.sort-up {
  padding: 0 20px 0 0;
  background: url('../img/misc/bullet-up-white.png') no-repeat 100% 50%;
}
.apothecas-addresses-list-th:first-child {
  -moz-border-radius: 4px 0 0 4px;
  -webkit-border-radius: 4px 0 0 4px;
  -o-border-radius: 4px 0 0 4px;
  -ms-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
.apothecas-addresses-list-th:last-child {
  border-right: 0;
  -moz-border-radius: 0 4px 4px 0;
  -webkit-border-radius: 0 4px 4px 0;
  -o-border-radius: 0 4px 4px 0;
  -ms-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.apothecas-addresses-list-th-1 {
  width: 200px;
}
.apothecas-addresses-list-th-2 {
  width: 220px;
}
.apothecas-addresses-list-item {
  height: 60px;
  border-bottom: 1px solid #e6e6e1;
}
.apothecas-addresses-list-item-name {
  vertical-align: top;
  font-weight: bold;
  padding: 10px 0 0 0;
}
.apothecas-addresses-list-item-name-field {
  margin: 0 0 0 3px;
}
.apothecas-addresses-list-item-name-field input {
  display: none;
}
.apothecas-addresses-list-item-name-field a {
  display: block;
  margin: 0 0 0 5px;
}
.apothecas-addresses-list-item-name-field label {
  float: left;
  width: 21px;
  height: 21px;
  margin: 0 8px 0 0;
  vertical-align: middle;
  cursor: pointer;
  background: url('../img/misc/checkbox.png') no-repeat;
}
.apothecas-addresses-list-item-name-field label.active {
  background: url('../img/misc/checkbox-a.png') no-repeat;
}
.apothecas-addresses-list-item-name-time {
  margin: 0 0 0 5px;
}
.apothecas-addresses-list-item-image-subline {
  margin: 0 0 0 5px;
}
.apothecas-addresses-list-item-contacts {
  vertical-align: top;
  padding: 10px 0 0 15px;
}
.apothecas-addresses-list-item-contacts-site {
  margin: 0 0 2px 0;
}
.apothecas-addresses-list-item-contacts-address {
  margin: 0 0 2px 0;
}
.apothecas-addresses-list-item-contacts-phones {
  font-weight: bold;
}
.apothecas-addresses-list-item-distance {
  width: 70px;
  text-align: center;
}
.apothecas-addresses-list-item-amount {
  font-weight: bold;
  font-size: 12px;
  vertical-align: middle;
  text-align: center;
  width: 85px;
}
.apothecas-addresses-list-item-amount .green {
  color: #59b893;
}
.apothecas-addresses-list-item-amount .red {
  color: #fe7550;
}
.apothecas-addresses-list-item-update {
  vertical-align: middle;
  text-align: center;
  width: 85px;
}
.apothecas-addresses-list-item-price {
  font-weight: bold;
  vertical-align: middle;
  text-align: right;
  width: 85px;
}

.apothecas-addresses-list-item-price span {
  font-size: 18px;
}
.apothecas-addresses-list-item-buttons {
  vertical-align: middle;
  text-align: center;
  text-align: right;
}
.apothecas-addresses-list-item-buttons-buy a {
  display: inline-block;
  width: 72px;
  height: 33px;
  background: url('../img/buttons/buy.png') no-repeat;
  opacity: 1;
  transition: opacity 0.3s;
}
.apothecas-addresses-list-item-buttons-buy a:hover {
  opacity: 0.9;
}
.apothecas-addresses-list-item-buttons-preorder {
  font-size: 12px;
}
.add-find-aid {
  padding: 8px 10px 4px 10px;
  margin: 0 0 30px 0;
  background: -moz-linear-gradient(top, #efeded, #f5f3f3);
  background: -webkit-linear-gradient(top, #efeded, #f5f3f3);
  background: -o-linear-gradient(top, #efeded, #f5f3f3);
  background: -ms-linear-gradient(top, #efeded, #f5f3f3);
  background: linear-gradient(top, #efeded, #f5f3f3);
  -moz-border-radius: 5px 5px 5px 5px;
  -webkit-border-radius: 5px 5px 5px 5px;
  -o-border-radius: 5px 5px 5px 5px;
  -ms-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  -moz-box-shadow: 0 0 2px 0 #ddd;
  -webkit-box-shadow: 0 0 2px 0 #ddd;
  -o-box-shadow: 0 0 2px 0 #ddd;
  -ms-box-shadow: 0 0 2px 0 #ddd;
  box-shadow: 0 0 2px 0 #ddd;
}
.add-find-aid-block {
  background: #fff;
  margin: 0 0 6px 0;
  padding: 10px 0 0 15px;
  border: 1px solid #e7e7e7;
  -moz-border-radius: 5px 5px 5px 5px;
  -webkit-border-radius: 5px 5px 5px 5px;
  -o-border-radius: 5px 5px 5px 5px;
  -ms-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  -moz-box-shadow: 0 10px 5px -5px #cccccc;
  -webkit-box-shadow: 0 10px 5px -5px #cccccc;
  -o-box-shadow: 0 10px 5px -5px #cccccc;
  -ms-box-shadow: 0 10px 5px -5px #cccccc;
  box-shadow: 0 10px 5px -5px #cccccc;
}
.add-find-aid-title {
  font-size: 18px;
  font-weight: bold;
}
.add-aid-small {
  padding-bottom: 15px;
}
.add-aid-small .add-find-aid-title {
  margin: 0 0 7px 0;
}
.find-aid-small {
  padding-bottom: 10px;
  padding-right: 15px;
}
.find-aid-small .add-find-aid-title {
  margin: 0 0 12px 0;
}
.add-aid-small-form-field {
  margin: 0 0 5px 0;
}
.add-aid-small-form-field input {
  height: 33px;
  width: 210px;
}
.add-aid-small-form-submit {
  text-align: right;
  padding-right: 18px;
}
.add-aid-small-form-submit input {
  border: 0;
  width: 96px;
  height: 33px;
  background: url('../img/buttons/add.png') no-repeat;
  opacity: 1;
  transition: opacity 0.3s;
}
.add-aid-small-form-submit input:hover {
  opacity: 0.9;
}
.find-aid-small-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.find-aid-small-list-item {
  font-size: 14px;
  position: relative;
  padding: 0 0 10px 0;
  margin: 0 0 10px 0;
  border-bottom: 1px solid #e7e5e5;
}
.find-aid-small-list-item-remove {
  position: absolute;
  right: 0;
  top: 4px;
  width: 13px;
  height: 12px;
  outline: none;
  background: url('../img/buttons/remove.png') no-repeat;
}
.find-aid-small-clear {
  text-align: right;
}
.find-aid-small-clear a {
  color: #586268;
}
.apotheca-search {
  padding: 10px 11px 11px 11px;
  margin: 0 0 50px 0;
  position: relative;
  background: -moz-linear-gradient(left, #7dacb3, #6ac9bb);
  background: -webkit-linear-gradient(left, #7dacb3, #6ac9bb);
  background: -o-linear-gradient(left, #7dacb3, #6ac9bb);
  background: -ms-linear-gradient(left, #7dacb3, #6ac9bb);
  background: linear-gradient(left, #7dacb3, #6ac9bb);
  -moz-border-radius: 4px 4px 4px 4px;
  -webkit-border-radius: 4px 4px 4px 4px;
  -o-border-radius: 4px 4px 4px 4px;
  -ms-border-radius: 4px 4px 4px 4px;
  border-radius: 4px 4px 4px 4px;
}
.apotheca-search-form {
  background: #fff;
  padding: 15px 0 15px 17px;
  -moz-border-radius: 4px 4px 4px 4px;
  -webkit-border-radius: 4px 4px 4px 4px;
  -o-border-radius: 4px 4px 4px 4px;
  -ms-border-radius: 4px 4px 4px 4px;
  border-radius: 4px 4px 4px 4px;
}
.apotheca-search-form-title {
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 10px 0;
  border: 0;
  color: #586268;
}
.apotheca-search-form-field input {
  padding: 0 0 0 10px !important;
}
.apotheca-search-form-field-label {
  margin: 0 0 4px 0;
  font-size: 12px;
}
.apotheca-search-form-field-city {
  width: 160px;
  float: left;
}
.apotheca-search-form-field-city .drop-down {
  width: 160px;
}
.apotheca-search-form-field-city .drop-down input {
  width: 160px;
}
.apotheca-search-form-field-city .drop-down-list {
  display: none;
  background: #fff;
  border: 1px solid #ddd;
  padding: 5px 5px 5px 5px;
  position: absolute;
  top: 35px;
  left: 0;
  width: 100%;
  z-index: 10;
  -moz-border-radius: 4px 4px 4px 4px;
  -webkit-border-radius: 4px 4px 4px 4px;
  -o-border-radius: 4px 4px 4px 4px;
  -ms-border-radius: 4px 4px 4px 4px;
  border-radius: 4px 4px 4px 4px;
}
.apotheca-search-form-field-city .drop-down-list.shown {
  display: block;
}
.apotheca-search-form-field-city .drop-down-list .drop-down-list-item {
  display: block;
}
.apotheca-search-form-field-city-choose-on-map {
  text-align: right;
  font-size: 12px;
  margin: 5px 0 0 0;
}
.apotheca-search-form-field-city-choose-on-map img {
  margin: 0 5px 0 0;
}
.apotheca-search-form-field-district {
  float: left;
  margin: 0 0 0 15px;
  width: 197px;
}
.apotheca-search-form-field-district .drop-down {
  width: 197px;
}
.apotheca-search-form-field-district .drop-down input {
  width: 197px;
}
.apotheca-search-form-field-district .drop-down-list {
  display: none;
  background: #fff;
  border: 1px solid #ddd;
  padding: 5px 5px 5px 5px;
  position: absolute;
  top: 35px;
  left: 0;
  width: 100%;
  z-index: 10;
  -moz-border-radius: 4px 4px 4px 4px;
  -webkit-border-radius: 4px 4px 4px 4px;
  -o-border-radius: 4px 4px 4px 4px;
  -ms-border-radius: 4px 4px 4px 4px;
  border-radius: 4px 4px 4px 4px;
}
.apotheca-search-form-field-district .drop-down-list.shown {
  display: block;
}
.apotheca-search-form-field-district .drop-down-list .drop-down-list-item {
  display: block;
}
.apotheca-search-form-field-location {
  float: left;
  margin: 0 0 0 15px;
  width: 275px;
}
.apotheca-search-form-field-location input {
  width: 275px;
}
.apotheca-search-form-field-location-choose-on-map {
  text-align: right;
  font-size: 12px;
  margin: 5px 0 0 0;
}
.apotheca-search-form-field-location-choose-on-map img {
  margin: 0 5px 0 0;
}
.apotheca-search-form-bottom {
  margin: 15px 0 0 0;
}
.apotheca-search-form-preorder input {
  display: none;
}
.apotheca-search-form-preorder label {
  cursor: pointer;
  display: inline-block;
  height: 21px;
  padding: 0 0 0 28px;
  line-height: 20px;
  color: #586268;
  background: url('../img/misc/checkbox.png') no-repeat;
}
.apotheca-search-form-preorder label.active {
  background: url('../img/misc/checkbox-a.png') no-repeat;
}
.apotheca-search-form-buttons {
  float: right;
  padding: 0 17px 0 0;
}
.apotheca-search-form-buttons input {
  border: 0;
  background: url('../img/buttons/find.png') no-repeat;
  opacity: 1;
  transition: opacity 0.3s;
  width: 72px;
  height: 33px;
}
.apotheca-search-form-buttons input:hover {
  opacity: 0.9;
}
.apotheca-search-view-modes {
  text-align: center;
  position: absolute;
  width: 100%;
  bottom: -32px;
  left: 0;
}
.apotheca-search-view-modes-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: inline-block;
  height: 32px;
  background: #7dc0bf;
  font-size: 12px;
  padding: 0 11px 0 11px;
  -moz-border-radius: 0 0 5px 5px;
  -webkit-border-radius: 0 0 5px 5px;
  -o-border-radius: 0 0 5px 5px;
  -ms-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
}
.apotheca-search-view-modes-list-item {
  display: inline-block;
}
.apotheca-search-view-modes-list-item a {
  display: inline-block;
  background-color: #fff;
  height: 22px;
  padding: 2px 11px 0 25px;
  text-decoration: none;
  font-size: 12px;
  font-weight: bold;
  color: #636c72;
  outline: none;
  -moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
  -moz-border-radius: 2px 2px 2px 2px;
  -webkit-border-radius: 2px 2px 2px 2px;
  -o-border-radius: 2px 2px 2px 2px;
  -ms-border-radius: 2px 2px 2px 2px;
  border-radius: 2px 2px 2px 2px;
}
.apotheca-search-view-modes-list-item.active a {
  background-color: #72b5b3;
  color: #fff;
  -moz-box-shadow: inset 0 0 3px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 0 3px 0 rgba(0, 0, 0, 0.1);
  -o-box-shadow: inset 0 0 3px 0 rgba(0, 0, 0, 0.1);
  -ms-box-shadow: inset 0 0 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0 3px 0 rgba(0, 0, 0, 0.1);
}
.apotheca-search-view-modes-list-item-list a {
  background-image: url('../img/icons/view-list.png');
  background-position: 7px 6px;
  background-repeat: no-repeat;
  margin: 0 8px 0 0;
}
.apotheca-search-view-modes-list-item-on-map a {
  background-image: url('../img/icons/view-on-map.png');
  background-position: 9px 3px;
  background-repeat: no-repeat;
}
.med-search {
  padding: 10px 11px 11px 11px;
  margin: 0 0 50px 0;
  position: relative;
  background: -moz-linear-gradient(left, #7dacb3, #6ac9bb);
  background: -webkit-linear-gradient(left, #7dacb3, #6ac9bb);
  background: -o-linear-gradient(left, #7dacb3, #6ac9bb);
  background: -ms-linear-gradient(left, #7dacb3, #6ac9bb);
  background: linear-gradient(left, #7dacb3, #6ac9bb);
  -moz-border-radius: 4px 4px 4px 4px;
  -webkit-border-radius: 4px 4px 4px 4px;
  -o-border-radius: 4px 4px 4px 4px;
  -ms-border-radius: 4px 4px 4px 4px;
  border-radius: 4px 4px 4px 4px;
}
.med-search-form {
  background: #fff;
  padding: 15px 0 15px 17px;
  -moz-border-radius: 4px 4px 4px 4px;
  -webkit-border-radius: 4px 4px 4px 4px;
  -o-border-radius: 4px 4px 4px 4px;
  -ms-border-radius: 4px 4px 4px 4px;
  border-radius: 4px 4px 4px 4px;
}
.med-search-form fieldset {
  padding: 0 0 25px 0;
  margin: 0 18px 0 0;
  border-bottom: 1px solid #e6e6e1;
}
.med-search-form fieldset:last-child {
  border: 0;
  padding: 0;
}
.med-search-form legend {
  margin: 15px 0 10px 0;
  display: block;
  border: 0;
  font-size: 14px;
  font-weight: bold;
  color: #586268;
}
.med-search-form-title {
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 10px 0;
  border: 0;
  color: #586268;
}
.med-search-form-field input {
  padding: 0 0 0 10px !important;
}
.med-search-form-field-label {
  margin: 0 0 4px 0;
  font-size: 12px;
}
.med-search-form-field-city {
  width: 160px;
  float: left;
}
.med-search-form-field-city .drop-down {
  width: 160px;
}
.med-search-form-field-city .drop-down input {
  width: 160px;
}
.med-search-form-field-city .drop-down-list {
  display: none;
  background: #fff;
  border: 1px solid #ddd;
  padding: 5px 5px 5px 5px;
  position: absolute;
  top: 35px;
  left: 0;
  width: 100%;
  z-index: 10;
  -moz-border-radius: 4px 4px 4px 4px;
  -webkit-border-radius: 4px 4px 4px 4px;
  -o-border-radius: 4px 4px 4px 4px;
  -ms-border-radius: 4px 4px 4px 4px;
  border-radius: 4px 4px 4px 4px;
}
.med-search-form-field-city .drop-down-list.shown {
  display: block;
}
.med-search-form-field-city .drop-down-list .drop-down-list-item {
  display: block;
}
.med-search-form-checkboxes input {
  display: none;
}
.med-search-form-checkboxes label {
  cursor: pointer;
  font-weight: normal !important;
  font-size: 13px;
  display: inline-block;
  height: 21px;
  padding: 0 0 0 28px;
  white-space: nowrap;
  background: url('../img/misc/checkbox.png') no-repeat;
}
.med-search-form-checkboxes label.active {
  background: url('../img/misc/checkbox-a.png') no-repeat;
}
.med-search-form-checkboxes-type-top {
  margin: 0 0 5px 0;
}
.med-search-form-checkboxes-type-top label {
  width: 120px;
  padding-top: 1px;
}
.med-search-form-checkboxes-type-bottom label {
  padding-top: 1px;
}
.med-search-form-checkboxes-type-row-blue {
  background: #eaf5f3;
  padding: 8px 20px 6px 10px;
  margin: 0 8px 0 0;
  display: inline-block;
  -moz-border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  -o-border-radius: 3px 3px 3px 3px;
  -ms-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
}
.med-search-form-checkboxes-type-row-red {
  background: #fff3e9;
  display: inline-block;
  padding: 8px 20px 6px 10px;
  -moz-border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  -o-border-radius: 3px 3px 3px 3px;
  -ms-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
}
.type-checkbox-5 {
  margin: 0 40px 0 0;
}
.med-search-form-checkboxes-service label {
  width: 205px;
  padding-top: 1px;
}
.med-search-form-checkboxes-service-item {
  display: inline-block;
  width: 205px;
  margin: 0 0 8px 0;
  vertical-align: top;
}
.med-search-form-services-all-link {
  text-align: right;
  font-size: 12px;
}
.med-search-form-keywords input[type="text"] {
  height: 33px;
  width: 100%;
  margin: 0 10px 0 0;
  padding: 0 0 0 10px;
}
.med-search-form-keywords input[type="submit"] {
  border: 0;
  opacity: 1;
  transition: opacity 0.3s;
  width: 72px;
  height: 33px;
  background: url('../img/buttons/find.png') no-repeat;
}
.med-search-form-keywords input[type="submit"]:hover {
  opacity: 0.9;
}
.med-search-form-field-city-choose-on-map {
  text-align: right;
  font-size: 12px;
  margin: 5px 0 0 0;
}
.med-search-form-field-city-choose-on-map img {
  margin: 0 5px 0 0;
}
.med-search-form-field-district {
  float: left;
  margin: 0 0 0 15px;
  width: 160px;
}
.med-search-form-field-district .drop-down {
  width: 160px;
}
.med-search-form-field-district .drop-down input {
  width: 160px;
}
.med-search-form-field-district .drop-down-list {
  display: none;
  background: #fff;
  border: 1px solid #ddd;
  padding: 5px 5px 5px 5px;
  position: absolute;
  top: 35px;
  left: 0;
  width: 100%;
  z-index: 10;
  -moz-border-radius: 4px 4px 4px 4px;
  -webkit-border-radius: 4px 4px 4px 4px;
  -o-border-radius: 4px 4px 4px 4px;
  -ms-border-radius: 4px 4px 4px 4px;
  border-radius: 4px 4px 4px 4px;
}
.med-search-form-field-district .drop-down-list.shown {
  display: block;
}
.med-search-form-field-district .drop-down-list .drop-down-list-item {
  display: block;
}
.med-search-form-field-location {
  float: left;
  margin: 0 0 0 15px;
  width: 270px;
}
.med-search-form-field-location input {
  width: 270px;
}
.med-search-form-field-location-choose-on-map {
  text-align: right;
  font-size: 12px;
  margin: 5px 0 0 0;
}
.med-search-form-field-location-choose-on-map img {
  margin: 0 5px 0 0;
}
.med-search-form-bottom {
  margin: 15px 0 0 0;
}
.med-search-form-preorder input {
  display: none;
}
.med-search-form-preorder label {
  cursor: pointer;
  display: inline-block;
  height: 21px;
  padding: 0 0 0 28px;
  line-height: 20px;
  color: #586268;
  background: url('../img/misc/checkbox.png') no-repeat;
}
.med-search-form-preorder label.active {
  background: url('../img/misc/checkbox-a.png') no-repeat;
}
.med-search-form-buttons {
  float: right;
  padding: 0 17px 0 0;
}
.med-search-form-buttons input {
  border: 0;
  background: url('../img/buttons/apply.png') no-repeat;
  opacity: 1;
  transition: opacity 0.3s;
  width: 104px;
  height: 33px;
}
.med-search-form-buttons input:hover {
  opacity: 0.9;
}
.med-search-view-modes {
  text-align: center;
  position: absolute;
  width: 100%;
  bottom: -32px;
  left: 0;
}
.med-search-view-modes-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: inline-block;
  height: 32px;
  background: #7dc0bf;
  font-size: 12px;
  padding: 0 11px 0 11px;
  -moz-border-radius: 0 0 5px 5px;
  -webkit-border-radius: 0 0 5px 5px;
  -o-border-radius: 0 0 5px 5px;
  -ms-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
}
.med-search-view-modes-list-item {
  display: inline-block;
}
.med-search-view-modes-list-item a {
  display: inline-block;
  background-color: #fff;
  height: 22px;
  padding: 2px 11px 0 25px;
  text-decoration: none;
  font-size: 12px;
  font-weight: bold;
  color: #636c72;
  outline: none;
  -moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
  -moz-border-radius: 2px 2px 2px 2px;
  -webkit-border-radius: 2px 2px 2px 2px;
  -o-border-radius: 2px 2px 2px 2px;
  -ms-border-radius: 2px 2px 2px 2px;
  border-radius: 2px 2px 2px 2px;
}
.med-search-view-modes-list-item.active a {
  background-color: #72b5b3;
  color: #fff;
  -moz-box-shadow: inset 0 0 3px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 0 3px 0 rgba(0, 0, 0, 0.1);
  -o-box-shadow: inset 0 0 3px 0 rgba(0, 0, 0, 0.1);
  -ms-box-shadow: inset 0 0 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0 3px 0 rgba(0, 0, 0, 0.1);
}
.med-search-view-modes-list-item-list a {
  background-image: url('../img/icons/view-list.png');
  background-position: 7px 6px;
  background-repeat: no-repeat;
  margin: 0 8px 0 0;
}
.med-search-view-modes-list-item-on-map a {
  background-image: url('../img/icons/view-on-map.png');
  background-position: 9px 3px;
  background-repeat: no-repeat;
}
.content-services-links {
  text-align: right;
  margin: 30px 0 0 0;
}
.content-services-links a {
  margin: 0 0 0 70px;
  display: inline-block;
  position: relative;
}
.content-services-links a:before {
  content: ' ';
  position: absolute;
}
.content-services-links-compare:before {
  left: -20px;
  top: 3px;
  width: 14px;
  height: 12px;
  background: url('../img/misc/stats.png') no-repeat;
}
.content-services-links-print:before {
  left: -25px;
  top: 2px;
  width: 16px;
  height: 16px;
  background: url('../img/misc/print.png') no-repeat;
}
.ask-specialist {
  margin: 0 0 30px 0;
  padding: 9px 9px 9px 9px;
  background: -moz-linear-gradient(top, #f3f1f1, #f3f1f1);
  background: -webkit-linear-gradient(top, #f3f1f1, #f3f1f1);
  background: -o-linear-gradient(top, #f3f1f1, #f3f1f1);
  background: -ms-linear-gradient(top, #f3f1f1, #f3f1f1);
  background: linear-gradient(top, #f3f1f1, #f3f1f1);
  -moz-border-radius: 5px 5px 5px 5px;
  -webkit-border-radius: 5px 5px 5px 5px;
  -o-border-radius: 5px 5px 5px 5px;
  -ms-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
}
.ask-specialist-form {
  padding: 9px 9px 9px 9px;
  background: #fff;
  -moz-border-radius: 5px 5px 5px 5px;
  -webkit-border-radius: 5px 5px 5px 5px;
  -o-border-radius: 5px 5px 5px 5px;
  -ms-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  -moz-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.25);
  -o-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.25);
  -ms-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.25);
}
.ask-specialist-form fieldset {
  border-top: 1px solid #eae9e9;
  padding: 15px 0 0 10px;
}
.ask-specialist-form-avatar {
  float: left;
}
.ask-specialist-form-no-avatar {
  margin: 0;
}
.ask-specialist-form-info {
  margin: 0 0 0 117px;
/*  min-height: 120px; */
}
.ask-specialist-form-info-name {
  font-size: 14px;
  font-weight: bold;
  margin: 0 0 5px 0;
}
.ask-specialist-form-info-status {
  font-size: 12px;
  color: #b3b3b3;
  margin: 0 0 10px 0;
}
.ask-specialist-form-title {
  font-size: 20px;
  margin: 0 0 10px 0;
  font-weight: bold;
}
.ask-specialist-form-input {
  width: 300px;
}
.ask-specialist-form-input-label {
  font-size: 12px;
}
.ask-specialist-form-input-label label {
  font-weight: normal;
}
.ask-specialist-form-textarea-label {
  font-size: 12px;
}
.ask-specialist-form-textarea-label label {
  font-weight: normal;
}
.ask-specialist-form-input-field input {
  width: 300px;
}
.ask-specialist-form-input-name {
  float: left;
}
.ask-specialist-form-input-email {
  min-height: 47px;
  margin: 0 0 0 325px;
}
.ask-specialist-form-textarea-message {
  margin: 10px 0 7px 0;
}
.ask-specialist-form-textarea-message .ask-specialist-form-textarea-field textarea {
  width: 626px;
}
.ask-specialist-form-buttons {
  text-align: right;
  padding: 1px 9px 5px 0;
}
.ask-specialist-form-buttons input {
  border: 0;
  width: 125px;
  height: 33px;
  background: url('../img/buttons/ask-question.png') no-repeat;
}
.your-question {
  margin: 0 0 25px 0;
}
.your-question-title {
  margin: 0 0 10px 0;
  font-size: 20px;
}
.your-question-list {
  border: 1px dashed #c9d7d8;
  padding: 20px 20px 0 20px;
  list-style-type: none;
  margin: 0;
  -moz-border-radius: 8px 8px 8px 8px;
  -webkit-border-radius: 8px 8px 8px 8px;
  -o-border-radius: 8px 8px 8px 8px;
  -ms-border-radius: 8px 8px 8px 8px;
  border-radius: 8px 8px 8px 8px;
}
.your-question-list-item {
  margin: 0 0 20px 0;
}
.your-question-list-item-question .your-question-list-item-text {
  font-style: italic;
}
.your-question-list-item-date {
  font-size: 12px;
  color: #b9bcbd;
  margin: 0 0 2px 0;
}
.your-question-list-item-date .date {
  margin: 0 12px 0 0;
  background: url('../img/consult-date-separator.png') no-repeat 100% 50%;
}
.your-question-list-item-date .name {
  margin: 0 0 0 12px;
}
.your-question-list-item-name {
  font-weight: bold;
  font-size: 14px;
}
.your-question-list-item-name img {
  margin: 0 8px 0 0;
  text-align: center;
}
.your-question-list-item-answer .your-question-list-item-name {
  margin: 0 0 6px 0;
}
.your-question-list-item-answer .your-question-list-item-text {
  position: relative;
  padding: 18px 18px 18px 18px;
  background: #e1efec;
  -moz-border-radius: 5px 5px 5px 5px;
  -webkit-border-radius: 5px 5px 5px 5px;
  -o-border-radius: 5px 5px 5px 5px;
  -ms-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
}
.your-question-list-item-answer .your-question-list-item-text:before {
  content: ' ';
  width: 15px;
  height: 6px;
  position: absolute;
  left: 60px;
  top: -6px;
  background: url('../img/misc/text-bubble-top.png') no-repeat;
}
.product {
  background: #f5f3f3;
  padding: 10px 11px 10px 11px;
  -moz-border-radius: 5px 5px 5px 5px;
  -webkit-border-radius: 5px 5px 5px 5px;
  -o-border-radius: 5px 5px 5px 5px;
  -ms-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  -moz-box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.1);
  -o-box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.1);
}
.product-wrap {
  background: #fff;
  padding: 10px 10px 10px 10px;
  -moz-border-radius: 5px 5px 5px 5px;
  -webkit-border-radius: 5px 5px 5px 5px;
  -o-border-radius: 5px 5px 5px 5px;
  -ms-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  -moz-box-shadow: 2px 2px 3px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 2px 2px 3px 0 rgba(0, 0, 0, 0.1);
  -o-box-shadow: 2px 2px 3px 0 rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 2px 2px 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 2px 2px 3px 0 rgba(0, 0, 0, 0.1);
  min-height: 140px;
}
.product-left-col {
  float: left;
  width: 120px;
}
.product-right-col {
  margin: 0 0 0 140px;
}
.product-image {
  width: 120px;
  height: 120px;
  margin: 0 0 20px 0;
  background: #f5f3f3;
  text-align: center;
  padding: 10px 0 0 0;
  -moz-border-radius: 4px 4px 4px 4px;
  -webkit-border-radius: 4px 4px 4px 4px;
  -o-border-radius: 4px 4px 4px 4px;
  -ms-border-radius: 4px 4px 4px 4px;
  border-radius: 4px 4px 4px 4px;
  -moz-box-shadow: 2px 2px 3px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 2px 2px 3px 0 rgba(0, 0, 0, 0.1);
  -o-box-shadow: 2px 2px 3px 0 rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 2px 2px 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 2px 2px 3px 0 rgba(0, 0, 0, 0.1);
}

.product-image img {
  width: 100px;
  height: 100px;
}


.product-relatives-title {
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 10px 0;
}
.product-relatives-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.product-relatives-list-item {
  min-height: 80px;
}
.product-relatives-list-item-image {
  text-align: center;
  background: #f5f3f3;
  float: left;
  width: 70px;
  height: 70px;
  padding: 10px 0 0 0;
  -moz-border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  -o-border-radius: 3px 3px 3px 3px;
  -ms-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  -moz-box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.1);
  -o-box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.1);
}
.product-relatives-list-item-title {
  padding: 15px 0 0 0;
  font-size: 14px;
  font-weight: bold;
  margin: 0 0 0 85px;
}
.product-title {
  font-size: 24px;
  font-weight: bold;
  margin: 0 0 10px 0;
}
.product-parameters {
  margin: 0 0 20px 0;
}
.product-parameter-name {
  float: left;
  margin: 0 3px 0 0;
  font-weight: normal;
  color: #9f9f9f;
}
.product-parameter-value {
  min-height: 20px;
  color: #595959;
}
.product-parameter-value a {
  color: #595959;
}
.product-price {
  background: #eaf5f3;
  padding: 10px 0 10px 20px;
  height: 62px;
  margin: 0 0 25px 0;
  -moz-border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  -o-border-radius: 3px 3px 3px 3px;
  -ms-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
}
.product-price-item {
  float: left;
  margin: 0 35px 0 0;
}
.product-price-average .product-price-value {
  font-weight: bold;
}
.product-price-average .product-price-value .blue-big {
  font-size: 24px;
  color: #5fbcae;
}
.product-price-apothecoes .product-price-value {
  font-size: 16px;
  color: #3b4144;
  margin: 7px 0 0 0;
}
.product-price-name {
  font-size: 12px;
  color: #92a3a0;
}
.product-info {
  margin: 0 0 10px 0;
}
.product-info ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.product-info ul li {
  margin: 0 0 10px 0;
  text-indent: 12px;
  background: url('../img/misc/menu-bullet.png') no-repeat 0 6px;
}
.product-info-title {
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 7px 0;
}
.product-info-value {
  margin: 0 0 20px 0;
}
.location-map {
  position: relative;
}
.location-map-title {
  font-size: 20px;
  font-weight: bold;
  color: #586268;
  margin: 0 0 16px 0;
}
.map-bubble {
  background: #fff;
  color: #3b4144;
  width: 220px;
  height: 200px;
  padding: 15px 15px 15px 15px;
  font-size: 13px;
  position: absolute;
  z-index: 50;
  right: 85px;
  top: 90px;
  -moz-border-radius: 4px 4px 4px 4px;
  -webkit-border-radius: 4px 4px 4px 4px;
  -o-border-radius: 4px 4px 4px 4px;
  -ms-border-radius: 4px 4px 4px 4px;
  border-radius: 4px 4px 4px 4px;
  -moz-box-shadow: 2px 2px 3px 0 rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 2px 2px 3px 0 rgba(0, 0, 0, 0.25);
  -o-box-shadow: 2px 2px 3px 0 rgba(0, 0, 0, 0.25);
  -ms-box-shadow: 2px 2px 3px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 2px 2px 3px 0 rgba(0, 0, 0, 0.25);
}
.map-bubble:after {
  content: ' ';
  position: absolute;
  width: 9px;
  height: 6px;
  bottom: -6px;
  left: 50%;
  background: url('../img/misc/bullet-down-white.png') no-repeat 0 0;
}
.map-bubble-title {
  margin: 0 0 12px 0;
  font-weight: bold;
}
.map-bubble-title a {
  color: #6bb1bb;
}
.map-bubble-title a:hover {
  text-decoration: none;
}
.map-bubble-phone {
  font-weight: bold;
  margin: 0 0 15px 0;
}
.map-bubble-worktime {
  padding: 0 0 0 30px;
  font-size: 12px;
  margin: 0 0 12px 0;
  background: url('../img/icons/time-green.png') no-repeat 0 50%;
}
.map-bubble-worktime-line span {
  color: #b9bcbd;
  display: inline-block;
  width: 70px;
}
.map-bubble-distance {
  font-size: 12px;
  margin: 0 0 7px 0;
}
.map-bubble-distance span {
  color: #b9bcbd;
}
.map-bubble-choose input {
  display: none;
}
.map-bubble-choose label {
  display: inline-block;
  height: 21px;
  cursor: pointer;
  font-size: 12px;
  font-weight: normal;
  line-height: 18px;
  padding: 0 0 0 29px;
  background: url('../img/misc/checkbox.png') no-repeat 0 0;
}
.map-bubble-choose label.active {
  background: url('../img/misc/checkbox-a.png') no-repeat 0 0;
}
.site-middler {
  margin: 0 0 50px 0;
}
.breadcrumbs {
  color: #b9bcbd;
  font-size: 12px;
  margin: 10px auto 0 auto;
  width: 980px;
  height: 25px;
}
.breadcrumbs a {
  color: #b9bcbd;
}
.location-map {
  margin: 20px 0 25px 0;
}
.site-2-cols {
  display: table;
  behavior: url('/js/display-table.min.htc');
  -dt-display: table;
  width: 980px;
  margin: 0 auto 0 auto;
}
.site-2-cols-col-1 {
  display: table-cell;
  -dt-display: table-cell;
  width: 715px;
  padding: 0 35px 0 0;
  vertical-align: top;
}
.site-2-cols-col-2 {
  display: table-cell;
  -dt-display: table-cell;
  width: 265px;
  position: relative;
/*  top: -25px; */
  vertical-align: top;
}
.page-title {
  font-size: 24px;
  font-weight: bold;
  margin: 0 0 10px 0;
}
.content-3-cols {
  display: table;
  behavior: url('/js/display-table.min.htc');
  -dt-display: table;
  width: 980px;
  margin: 0 auto 10px auto;
}
.content-3-cols-col {
  display: table-cell;
  -dt-display: table-cell;
  width: 33.3%;
}
.content-3-cols-col-1 {
  padding: 0 43px 0 0;
  width: 36%;
}
.content-3-cols-col-2 {
  padding: 0 43px 0 0;
}
.content-3-cols-title {
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 20px 0;
}
.content-2-cols {
  display: table;
  behavior: url('/js/display-table.min.htc');
  -dt-display: table;
  width: 980px;
  margin: 0 auto 25px auto;
}
.content-2-cols-col {
  display: table-cell;
  -dt-display: table-cell;
  width: 50%;
}
.content-2-cols-col-1 {
  padding: 0 40px 0 0;
  border-right: 1px solid #efefed;
}
.content-2-cols-col-2 {
  padding: 0 0 0 40px;
}
.content-banner {
  margin: 0 0 25px 0;
}
html {
  height: 100%;
}
body {
  min-height: 100%;
  position: relative;
  color: #586268;
}
a {
  text-decoration: underline;
}
form input[type="text"],
form textarea {
  outline: none !important;
  background: #f4f4f2;
  box-shadow: inset 2px 2px 5px 0 #e0e0dd;
  border: 0;
  border-radius: 3px 3px 3px 3px;
  padding: 0 0 0 5px;
}
form textarea {
  padding-top: 10px;
}
form input[type="text"] {
  height: 33px;
  vertical-align: middle;
}
form input[type="text"]::-ms-clear {
  display: none;
}
form input[type="submit"] {
  vertical-align: middle;
}
.clear {
  clear: both;
}
.btn-default,
.btn-primary,
.btn-success,
.btn-info,
.btn-warning,
.btn-danger {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-default:active,
.btn-primary:active,
.btn-success:active,
.btn-info:active,
.btn-warning:active,
.btn-danger:active,
.btn-default.active,
.btn-primary.active,
.btn-success.active,
.btn-info.active,
.btn-warning.active,
.btn-danger.active {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-default .badge,
.btn-primary .badge,
.btn-success .badge,
.btn-info .badge,
.btn-warning .badge,
.btn-danger .badge {
  text-shadow: none;
}
.btn:active,
.btn.active {
  background-image: none;
}
.btn-default {
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #e0e0e0 100%);
  background-image: -o-linear-gradient(top, #ffffff 0%, #e0e0e0 100%);
  background-image: linear-gradient(to bottom, #ffffff 0%, #e0e0e0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #dbdbdb;
  text-shadow: 0 1px 0 #fff;
  border-color: #ccc;
}
.btn-default:hover,
.btn-default:focus {
  background-color: #e0e0e0;
  background-position: 0 -15px;
}
.btn-default:active,
.btn-default.active {
  background-color: #e0e0e0;
  border-color: #dbdbdb;
}
.btn-default.disabled,
.btn-default:disabled,
.btn-default[disabled] {
  background-color: #e0e0e0;
  background-image: none;
}
.btn-primary {
  background-image: -webkit-linear-gradient(top, #71a3aa 0%, #53848b 100%);
  background-image: -o-linear-gradient(top, #71a3aa 0%, #53848b 100%);
  background-image: linear-gradient(to bottom, #71a3aa 0%, #53848b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff71a3aa', endColorstr='#ff53848b', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #4f7e84;
}
.btn-primary:hover,
.btn-primary:focus {
  background-color: #53848b;
  background-position: 0 -15px;
}
.btn-primary:active,
.btn-primary.active {
  background-color: #53848b;
  border-color: #4f7e84;
}
.btn-primary.disabled,
.btn-primary:disabled,
.btn-primary[disabled] {
  background-color: #53848b;
  background-image: none;
}
.btn-success {
  background-image: -webkit-linear-gradient(top, #5cb85c 0%, #419641 100%);
  background-image: -o-linear-gradient(top, #5cb85c 0%, #419641 100%);
  background-image: linear-gradient(to bottom, #5cb85c 0%, #419641 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff419641', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #3e8f3e;
}
.btn-success:hover,
.btn-success:focus {
  background-color: #419641;
  background-position: 0 -15px;
}
.btn-success:active,
.btn-success.active {
  background-color: #419641;
  border-color: #3e8f3e;
}
.btn-success.disabled,
.btn-success:disabled,
.btn-success[disabled] {
  background-color: #419641;
  background-image: none;
}
.btn-info {
  background-image: -webkit-linear-gradient(top, #5bc0de 0%, #2aabd2 100%);
  background-image: -o-linear-gradient(top, #5bc0de 0%, #2aabd2 100%);
  background-image: linear-gradient(to bottom, #5bc0de 0%, #2aabd2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2aabd2', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #28a4c9;
}
.btn-info:hover,
.btn-info:focus {
  background-color: #2aabd2;
  background-position: 0 -15px;
}
.btn-info:active,
.btn-info.active {
  background-color: #2aabd2;
  border-color: #28a4c9;
}
.btn-info.disabled,
.btn-info:disabled,
.btn-info[disabled] {
  background-color: #2aabd2;
  background-image: none;
}
.btn-warning {
  background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #eb9316 100%);
  background-image: -o-linear-gradient(top, #f0ad4e 0%, #eb9316 100%);
  background-image: linear-gradient(to bottom, #f0ad4e 0%, #eb9316 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffeb9316', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #e38d13;
}
.btn-warning:hover,
.btn-warning:focus {
  background-color: #eb9316;
  background-position: 0 -15px;
}
.btn-warning:active,
.btn-warning.active {
  background-color: #eb9316;
  border-color: #e38d13;
}
.btn-warning.disabled,
.btn-warning:disabled,
.btn-warning[disabled] {
  background-color: #eb9316;
  background-image: none;
}
.btn-danger {
  background-image: -webkit-linear-gradient(top, #d9534f 0%, #c12e2a 100%);
  background-image: -o-linear-gradient(top, #d9534f 0%, #c12e2a 100%);
  background-image: linear-gradient(to bottom, #d9534f 0%, #c12e2a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc12e2a', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #b92c28;
}
.btn-danger:hover,
.btn-danger:focus {
  background-color: #c12e2a;
  background-position: 0 -15px;
}
.btn-danger:active,
.btn-danger.active {
  background-color: #c12e2a;
  border-color: #b92c28;
}
.btn-danger.disabled,
.btn-danger:disabled,
.btn-danger[disabled] {
  background-color: #c12e2a;
  background-image: none;
}
.thumbnail,
.img-thumbnail {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image: -o-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
  background-color: #e8e8e8;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  background-image: -webkit-linear-gradient(top, #71a3aa 0%, #6199a0 100%);
  background-image: -o-linear-gradient(top, #71a3aa 0%, #6199a0 100%);
  background-image: linear-gradient(to bottom, #71a3aa 0%, #6199a0 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff71a3aa', endColorstr='#ff6199a0', GradientType=0);
  background-color: #6199a0;
}
.navbar-default {
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #f8f8f8 100%);
  background-image: -o-linear-gradient(top, #ffffff 0%, #f8f8f8 100%);
  background-image: linear-gradient(to bottom, #ffffff 0%, #f8f8f8 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff8f8f8', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .active > a {
  background-image: -webkit-linear-gradient(top, #dbdbdb 0%, #e2e2e2 100%);
  background-image: -o-linear-gradient(top, #dbdbdb 0%, #e2e2e2 100%);
  background-image: linear-gradient(to bottom, #dbdbdb 0%, #e2e2e2 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdbdbdb', endColorstr='#ffe2e2e2', GradientType=0);
  -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.075);
}
.navbar-brand,
.navbar-nav > li > a {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
}
.navbar-inverse {
  background-image: -webkit-linear-gradient(top, #3c3c3c 0%, #222222 100%);
  background-image: -o-linear-gradient(top, #3c3c3c 0%, #222222 100%);
  background-image: linear-gradient(to bottom, #3c3c3c 0%, #222222 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3c3c3c', endColorstr='#ff222222', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .active > a {
  background-image: -webkit-linear-gradient(top, #080808 0%, #0f0f0f 100%);
  background-image: -o-linear-gradient(top, #080808 0%, #0f0f0f 100%);
  background-image: linear-gradient(to bottom, #080808 0%, #0f0f0f 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff080808', endColorstr='#ff0f0f0f', GradientType=0);
  -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.25);
}
.navbar-inverse .navbar-brand,
.navbar-inverse .navbar-nav > li > a {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.navbar-static-top,
.navbar-fixed-top,
.navbar-fixed-bottom {
  border-radius: 0;
}
@media (max-width: 767px) {
  .navbar .navbar-nav .open .dropdown-menu > .active > a,
  .navbar .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-image: -webkit-linear-gradient(top, #71a3aa 0%, #6199a0 100%);
    background-image: -o-linear-gradient(top, #71a3aa 0%, #6199a0 100%);
    background-image: linear-gradient(to bottom, #71a3aa 0%, #6199a0 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff71a3aa', endColorstr='#ff6199a0', GradientType=0);
  }
}
.alert {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.alert-success {
  background-image: -webkit-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
  background-image: -o-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
  background-image: linear-gradient(to bottom, #dff0d8 0%, #c8e5bc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffc8e5bc', GradientType=0);
  border-color: #b2dba1;
}
.alert-info {
  background-image: -webkit-linear-gradient(top, #d9edf7 0%, #b9def0 100%);
  background-image: -o-linear-gradient(top, #d9edf7 0%, #b9def0 100%);
  background-image: linear-gradient(to bottom, #d9edf7 0%, #b9def0 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffb9def0', GradientType=0);
  border-color: #9acfea;
}
.alert-warning {
  background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);
  background-image: -o-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);
  background-image: linear-gradient(to bottom, #fcf8e3 0%, #f8efc0 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fff8efc0', GradientType=0);
  border-color: #f5e79e;
}
.alert-danger {
  background-image: -webkit-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
  background-image: -o-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
  background-image: linear-gradient(to bottom, #f2dede 0%, #e7c3c3 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffe7c3c3', GradientType=0);
  border-color: #dca7a7;
}
.progress {
  background-image: -webkit-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%);
  background-image: -o-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%);
  background-image: linear-gradient(to bottom, #ebebeb 0%, #f5f5f5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#fff5f5f5', GradientType=0);
}
.progress-bar {
  background-image: -webkit-linear-gradient(top, #71a3aa 0%, #578a91 100%);
  background-image: -o-linear-gradient(top, #71a3aa 0%, #578a91 100%);
  background-image: linear-gradient(to bottom, #71a3aa 0%, #578a91 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff71a3aa', endColorstr='#ff578a91', GradientType=0);
}
.progress-bar-success {
  background-image: -webkit-linear-gradient(top, #5cb85c 0%, #449d44 100%);
  background-image: -o-linear-gradient(top, #5cb85c 0%, #449d44 100%);
  background-image: linear-gradient(to bottom, #5cb85c 0%, #449d44 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff449d44', GradientType=0);
}
.progress-bar-info {
  background-image: -webkit-linear-gradient(top, #5bc0de 0%, #31b0d5 100%);
  background-image: -o-linear-gradient(top, #5bc0de 0%, #31b0d5 100%);
  background-image: linear-gradient(to bottom, #5bc0de 0%, #31b0d5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff31b0d5', GradientType=0);
}
.progress-bar-warning {
  background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #ec971f 100%);
  background-image: -o-linear-gradient(top, #f0ad4e 0%, #ec971f 100%);
  background-image: linear-gradient(to bottom, #f0ad4e 0%, #ec971f 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffec971f', GradientType=0);
}
.progress-bar-danger {
  background-image: -webkit-linear-gradient(top, #d9534f 0%, #c9302c 100%);
  background-image: -o-linear-gradient(top, #d9534f 0%, #c9302c 100%);
  background-image: linear-gradient(to bottom, #d9534f 0%, #c9302c 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc9302c', GradientType=0);
}
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.list-group {
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  text-shadow: 0 -1px 0 #578a91;
  background-image: -webkit-linear-gradient(top, #71a3aa 0%, #5c9299 100%);
  background-image: -o-linear-gradient(top, #71a3aa 0%, #5c9299 100%);
  background-image: linear-gradient(to bottom, #71a3aa 0%, #5c9299 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff71a3aa', endColorstr='#ff5c9299', GradientType=0);
  border-color: #5c9299;
}
.list-group-item.active .badge,
.list-group-item.active:hover .badge,
.list-group-item.active:focus .badge {
  text-shadow: none;
}
.panel {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.panel-default > .panel-heading {
  background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image: -o-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
}
.panel-primary > .panel-heading {
  background-image: -webkit-linear-gradient(top, #71a3aa 0%, #6199a0 100%);
  background-image: -o-linear-gradient(top, #71a3aa 0%, #6199a0 100%);
  background-image: linear-gradient(to bottom, #71a3aa 0%, #6199a0 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff71a3aa', endColorstr='#ff6199a0', GradientType=0);
}
.panel-success > .panel-heading {
  background-image: -webkit-linear-gradient(top, #dff0d8 0%, #d0e9c6 100%);
  background-image: -o-linear-gradient(top, #dff0d8 0%, #d0e9c6 100%);
  background-image: linear-gradient(to bottom, #dff0d8 0%, #d0e9c6 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffd0e9c6', GradientType=0);
}
.panel-info > .panel-heading {
  background-image: -webkit-linear-gradient(top, #d9edf7 0%, #c4e3f3 100%);
  background-image: -o-linear-gradient(top, #d9edf7 0%, #c4e3f3 100%);
  background-image: linear-gradient(to bottom, #d9edf7 0%, #c4e3f3 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffc4e3f3', GradientType=0);
}
.panel-warning > .panel-heading {
  background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #faf2cc 100%);
  background-image: -o-linear-gradient(top, #fcf8e3 0%, #faf2cc 100%);
  background-image: linear-gradient(to bottom, #fcf8e3 0%, #faf2cc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fffaf2cc', GradientType=0);
}
.panel-danger > .panel-heading {
  background-image: -webkit-linear-gradient(top, #f2dede 0%, #ebcccc 100%);
  background-image: -o-linear-gradient(top, #f2dede 0%, #ebcccc 100%);
  background-image: linear-gradient(to bottom, #f2dede 0%, #ebcccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffebcccc', GradientType=0);
}
.well {
  background-image: -webkit-linear-gradient(top, #e8e8e8 0%, #f5f5f5 100%);
  background-image: -o-linear-gradient(top, #e8e8e8 0%, #f5f5f5 100%);
  background-image: linear-gradient(to bottom, #e8e8e8 0%, #f5f5f5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#fff5f5f5', GradientType=0);
  border-color: #dcdcdc;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);
}
/*# sourceMappingURL=bootstrap-theme.css.map */

/*version 2*/
.watch-tovar-description {
	border-bottom: 1px dotted #586268;
	color: #586268;
	text-decoration: none;
	font-weight: bold;
	cursor: pointer;
	font-size: 16px;
}
.watch-tovar-description:hover {
	color: #586268;
}
.watch-vopros-description {
	border-bottom: 1px dotted #586268;
	color: #586268;
	text-decoration: none;
	font-weight: bold;
	cursor: pointer;
	font-size: 14px;
}
.watch-vopros-description:hover {
	color: #586268;
}
.your-question-list-item-text {
	margin-bottom: 20px;
}
.your-question-list-item.your-question-list-item-answer {
/*	display: none; */
}
.product-relatives {
	display: none;
}
.product-price {
	margin-bottom: 15px;
}
.watch-tovar-description-block {
	margin-bottom: 15px;
	text-align: right;
}
.product-info {
	display: none;
}
.visuallyhidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.mobile-menu-wrap {
	display: none;
}
.mobile-menu-button {
	position: relative;
	display: inline-block;
	width: 70px;
	height: 70px;
	border: 4px solid #70d3c4;
	border-radius: 6px;
	background-color: transparent;
	padding: 0;
	margin-right: 25px;
}
.mobile-menu-button:focus {
	outline: 0;
}

.mobile-menu-button div {
	position: absolute;

	width: 32px;
	height: 6px;
	margin-left: 15px;
	background-color: #70d3c4;

	transition: 0.25s top ease-out, 0.25s transform ease-out;
}

.mobile-menu-button div:last-child {
	margin-bottom: 0;
}

.mobile-menu-button div:nth-child(1) {top:15px}
.mobile-menu-button div:nth-child(2) {top:29px}
.mobile-menu-button div:nth-child(3) {top:43px}

.mobile-menu-button.active div:nth-child(1) {
	top: 28px;
	transform: rotate(45deg);
}
.mobile-menu-button.active div:nth-child(2) {
	opacity: 0;
}
.mobile-menu-button.active div:nth-child(3) {
	top: 28px;
	transform: rotate(-45deg);
}
.mobile-copyright {
	display: none;
}
.main-menu-wrap .top-search {display: none;}
