html {
    position: relative;
    min-height: 100%;
}
body {
    color: #3e4d5c;
    direction: ltr;
    font: 400 1.5rem 'Open Sans', Arial, sans-serif;
    background: #fff;
    margin-bottom: 250px;
}
.ya_right_block_fix {
    position: fixed;
    top: 70px;
    width: 100%;
    z-index: 4;
}

.container-result{
    margin-top: 70px !important;
    padding: 0;
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 8px;
    margin-bottom: 20px;
}

.white-box-banner{
    margin-bottom: 20px;
    height: 282px !important;
}

.card-body {
    flex: 1 1 auto;
    padding: 2rem 2rem;
}

.card-title {
    margin-bottom: 1rem;
    font-size: 2.25rem;
}

.card ul{
    padding-left: 20px;
    margin-bottom: 15px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 160px;
    color: #99979c;
    background-color: #2a2730;
    padding: 40px 0;
}

.footer ul{
    columns: 3;
    -webkit-columns: 3;
    -moz-columns: 3;
    margin-bottom: 20px;
}

.footer li a{
    color: white;
    display: block;
}

.footer li{
    margin-bottom: 10px;
}

.d-flex {
    display: flex!important;
}

.f-list li{
    margin: 5px 0;
}

.mt-auto{
    margin-top: auto!important;
}
.ftr{
    padding-top: 50px;
    margin-top: 150px;
    color: #99979c;
    background-color: #2a2730;
    margin-bottom: 0 !important;
    border-radius: 0;
}

.ftr a{
    color:#fff;
}
.ftr li{
    margin-top: 7px;
}
.ftr ul{
    margin-bottom: 30px;
}

.pm_0{
    padding: 0 !important;
    margin: 0 !important;
}

.nav.breadcrumb{
    padding: 0 !important;
    margin-bottom: 15px !important;
    margin-top: -10px;
}

.breadcrumb-item+.breadcrumb-item::before {
    display: inline-block !important;
    padding-right: .3rem !important;
    color: #6c757d;
    content: "\203A";
}

.nav.breadcrumb a{
    display: inline-block !important;
    padding: 0 !important;
    font-size: 1.4rem;
    color: #777;
}

.hs-image a {
    display: block;
}

.hs-image .el {
    width: 150px;
    height: 150px;
    display: inline-block;
    margin-right: 5px;
    border-radius: 3px;
    border: 1px solid #eee;
    padding: 2px;
    position: relative;
}

.hs-image {
    height: 150px;
    position: relative;
}

.horizontal-scrolling {
    white-space: nowrap;
    width: 100%;
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
    position: relative;

}

.horizontal-scrolling::-webkit-scrollbar {
    display: none;
}

.horizontal-scrolling a {
    text-align: center;
}

.horizontal-scrolling:not(.swiper-wrapper) img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    max-width: 140px;
    max-height: 140px;
    margin: auto;
}

li.description{
    font-size: 1.4rem;
    color: #777;
}

img:not([src]) {
    content: url('data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}

.padding_0{
    padding: 0 !important;
}

.margin_0{
    margin: 0 !important;
}


*:active, *:focus {
    outline: none !important;
}
.col-q, .col-loc, .col-btn {
    padding-left: 0;
    padding-right: 0;
}

.col-q:after {
    content: "";
    position: absolute;
    top: 15px;
    right: 0;
    bottom: 15px;
    width: 1px;
    background-color: #ccc;
}

.col-q input, .col-loc input {
    border-radius: 0 !important;
    border-right: 0 !important;
}

.col-loc input {
    border-left: 0 !important;
}

.select2-result-repository__title {
    font-weight: 700;
    word-wrap: break-word;
    line-height: 1.1;
    margin-bottom: 4px;
}

.select2-result-repository__description {
    font-size: 13px;
    margin-top: 4px;
}

.select2-result-repository {
    padding-top: 4px;
    padding-bottom: 3px;
}

.select2-results__option {
    line-height: 1.1;
}

#reviews .modal-body {
    padding: 20px 20px 40px 20px;
}

.rev-sm .rtng{
    font-size: inherit !important;
    margin-right: 2px !important;
}

.footer-block a{
    color: #fff;
}

.pl-descr{
    margin-top: 10px;
    color: #777;
    font-size: 1.4rem;
}

.rev-sm a{
    margin-left: 2px !important;
    color: #777;
}

.logo_wrapper{
    width: 70px;
    text-align: center;
}

.pharm_logo {
    display: inline-block;
    padding: 4px;
    background: #fff;
    border-radius: 2px;
    margin-bottom: 2px;
    border: 1px solid #eee;
    max-width: 100%;
    /*height: 50px;*/
    text-align: center;
}

.fancybox-inner {
    margin: 0 auto;
}

#reviews .modal-header {
    padding: 20px;
}

#instruction .modal-body, #instruction .modal-header {
    padding: 20px;
}

.fancybox-skin {
    background: #fff;
}

#reviews .media:first-child {
    border-top: 0;
}

.fancybox-wrap {
    min-width: 600px;
}

.fancybox-title h4 {
    margin: 0 0 10px 0;
}

.fancybox-title-outside-wrap {
    position: relative;
    background: #fff;
    padding: 20px;
    line-height: 17px;
    color: #000;
    margin-top: 10px;
}

.fancybox-skin {
    padding: 0 !important;
}

.logos .lo {
    display: inline-block;
    margin: 10px;
}

.logos img {
    max-width: 120px;
}

.pill-photo {
    float: left;
    border: 1px solid #eee;
    background: #fff;
    padding: 3px;
    margin: 0 7px 0 0;
}

.pill-photo img {
    width: 110px;
}

.outer-center {
    float: right;
    right: 50%;
    position: relative;
}

.inner-center {
    float: right;
    right: -50%;
    position: relative;
}

.clear {
    clear: both;
}

.sale_block .article_list {
    margin-top: 4px;
    border: 0;
    padding-top: 2px;
    padding-bottom: 5px;
}

.sale_block h5 {
    font-size: 18px;
    margin: 0 !important;
}

.page-breadcrumb {
    padding: 11px 0;
    display: inline-block;
    margin: 0;
    list-style: none;
}

.page-breadcrumb > li {
    display: inline-block;
}

.page-breadcrumb > li > span {
    color: #888;
    font-size: 14px;
    text-shadow: none;
}

.page-breadcrumb > li > i.fa-circle {
    font-size: 5px;
    margin: 0 5px;
    position: relative;
    top: -3px;
    opacity: .4;
    filter: alpha(opacity=40);
    color: #aaa;
}

.blog-post-tags > li > a {
    background-color: #f4f6f8;
    color: #a0a9b4;
    font-size: 1.4rem;
    font-weight: 600;
    padding: 7px 10px;
}

.blog-post-tags > li {
    list-style: none;
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 20px;
}

.blog-post-tags {
    text-align: left;
    padding: 0;
    margin: 0;
}

.article_list {
    overflow: hidden;
    border-top: #e3e3e3 1px solid;
    padding-top: 15px;
    margin-top: 13px;
}

.article {
    position: relative;
}

.article__img-link {
    border: 0;
    font-size: 0;
    line-height: 0em;
    vertical-align: bottom;
    overflow: hidden;
}

.article_list .article__title {
    font-family: 'proxima_nova_rgbold', Arial, sans-serif;
    font-size: 19px;
    line-height: 1.1;
    margin: 0 0 5px 0;
    font-weight: normal;
}

.article_list .article__text {
    font-family: 'proxima_nova_rgregular', Arial, sans-serif;
    font-size: 13px;
    margin: 0 0 6px 0;
    line-height: 1.2;
}

.article_list .article__date {
    font-family: 'proxima_nova_rgregular', Arial, sans-serif;
    font-size: 10px;
    color: #888;
    text-decoration: uppercase;
}

.uppercase {
    text-transform: uppercase;
}

.article_list .article__img {
    float: left;
    margin: 3px 15px 5px 0;
    width: 185px;
    height: auto;
}

.ya_banner_analogi {
    margin: 20px 0;
}

.search-box .select2-selection--single {
    height: 70px !important;
}

.banner_on_map {
    width: 100%;
    z-index: 1000;
    position: absolute;
    bottom: 40px;
}

.btn-filter .badge {
    font-family: "Open Sans", sans-serif;
    position: absolute;
    top: 0;
    padding: 3px 6px;
    font-weight: 300;
    text-align: center;
    -webkit-border-radius: 12px !important;
    -moz-border-radius: 12px !important;
    border-radius: 12px !important;
    text-shadow: none !important;
    text-align: center;
    vertical-align: middle;

}

.btn-filter .badge.badge-default {
    background-color: #d64635;
    color: white;
}

.btn-filter, .btn-filter:focus {
    color: #fff;
    background: none;
}

.btn-filter:hover {
    color: #fff;
    background: #eee;
    color: #000;
}

.label.label-lg {
    font-size: 100% !important;
    text-align: left !important;
    border-radius: 0 !important;
    padding: 5px 8px !important;
}

.label-lg time {
    display: block;
    font-weight: normal;
}

#order li.apteka {
    background: #fff !important;
}

#order li.apteka:hover {
    border: 1px solid #fff !important;
}

#order .table {
    margin-top: 20px;
}

.orders .label {
    font-size: 12px;
    font-weight: normal;
}

.empty_cart {
    float: right;
    font-size: 12px;
    color: #999;
    margin-top: 2px;
    font-style: italic;
    display: block;
}

.order_total {
    font-size: 18px;
    font-weight: 600;
    text-align: right;
    margin-right: 25px;
}

#checkout {
    z-index: 1090;
}

#shopping_cart .label {
    font-weight: 300;
    font-size: 12px;
    font-family: "Open Sans", sans-serif;
}

#cart_profit {
    font-weight: bold;
    color: green;
}

#shopping_cart .st {
    text-align: right;
}

#shopping_cart sup {
    font-size: 14px;
    top: -10px;
    margin-left: -4px;
}

.strikethrough {
    position: relative;
    font-size: 1.4rem;
}

.strikethrough:before {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    right: 0;
    border-top: 1px solid #ec1330;

    -webkit-transform: rotate(-5deg);
    -moz-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    -o-transform: rotate(-5deg);
    transform: rotate(-5deg);
}

h3.pull-left {
    margin-top: 0;
    padding-top: 0;
}

.order_number {
    padding: 20px;
    font-size: 26px;
    font-weight: bold;
    font-family: Arial;
    background: #fff;
    border: 2px dashed #ccc;
    margin-top: 15px;
}

#checkout .modal-body, #checkout_success .modal-body {
    background: #eee;
}

#checkout .help-block {
    margin-bottom: 0;
}

.form-horizontal .form-group-lg .control-label {
    font-size: 14px;
}

.empty-cart-title {
    color: #9c9fa4;
    font-size: 3.53846em;
    text-align: center;
    padding: 20px 0 40px 0;
}

.cart_price_total, .cart_price {
    display: block;
    font-weight: normal;
    font-size: 15px;
    text-align: left;
    margin-top: 10px;
}

.cart_price {
    text-align: right;
    margin-top: 3px;
}

.cart_el {
    border-bottom: 1px solid #e5e5e5;
    padding: 22px 0;
}

.cart_item {
    padding-left: 30px;
}

.cart_el .del {
    color: #ccc;
    position: absolute;
    top: 15px;
    left: 18px;
    font-weight: normal;
    cursor: pointer;
}

.cart_el .del:hover {
    color: #666;
}

#shopping_cart .modal-body {
    padding: 0 15px;
}

#shopping_cart .help-block {
    margin: 0;
}

.total_line div {
    font-size: 15px;
    background: #f5f5f5;
    padding-top: 15px;
    padding-bottom: 15px;
}

#shopping_cart .modal-footer {
    padding: 25px;
}

.cart_price_total, .cart_total {
    font-weight: bold;
}

.touchspin {
    height: 38px;
    border-color: #eee !important;
    text-align: center;
}

.ads {
    background-color: #efc439;
    border-radius: 2px;
    color: #fff;
    display: inline-block;
    font-size: 1.4rem;
    padding: 0 4px;
    line-height: 14px;
    vertical-align: baseline;
}

.buy {
    margin-left: 10px;
}

ul.tags {
    display: inline;
    margin: 0;
    padding: 0;
}

ul.tags li {
    display: inline;
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.tags a {
    color: #999;
    font-size: 1.4rem;
}

ul.tags a:hover {
    color: #666;
}

ul.tags li:after {
    content: ", ";
    color: #ccc;
}

ul.tags li:last-child:after {
    content: "";
}

.page-prefooter a:hover {
    color: #fff;
}

.date_update {
    color: #d64635;
}

.producer {
    color: #999;
    font-size: 1.4rem;
}

.label-atc {
    margin: 5px 0;
    display: inline-block;
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #fff;
    border-radius: 4px;
}

.fixed_banner {
    width: 100%;
    height: 120px;
    border-top: 1px solid #ccc;
    background: #eee;
    position: fixed;
    bottom: 0;
    text-align: center;
    z-index: 1000;
    line-height: 120px;
    padding: 0 40px;
}

.fixed_banner i {
    top: 10px;
    right: 10px;
    position: absolute;
    z-index: 1001;
    color: #999;
    font-size: 18px;
    cursor: pointer;
}

.fixed_banner i:hover {
    color: #000;
}

.fixed_banner ins {
    vertical-align: middle;
}

.apteka_reviews {
    float: right;
}

.bs-callout-warning h4 {
    color: #aa6708;
}

.bs-callout h4 {
    margin-bottom: 5px;
    margin-top: 0;
}

.bs-callout {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #eee;
    border-image: none;
    border-radius: 3px;
    border-style: solid;
    border-width: 1px 1px 1px 5px;
    margin: 20px 0;
    padding: 20px;
    background: #f5f5f5;
}

.bs-callout + .bs-callout {
    margin-top: -5px;
}

.bs-callout-warning {
    border-left-color: #aa6708;
}

.bs-callout-info {
    border-left-color: #1b809e;
}

.bs-callout-info h4 {
    color: #1b809e;
}

.menu .btn {
    font-size: 14px !important;
}

.no_reviews {
    background: #eee !important;
    color: #ccc !important;
}

.no_reviews .offer-arrow-down {
    border-top: 15px solid #eee !important;
}

#profile input {
    text-align: center;
    border: none;
}

#profile input[name="title"] {
    color: #5a7391;
    font-size: 20px;
    font-weight: 600;
}

.select2-container {
    width: 100% !important;
    z-index: 9999 !important;
}

.select2-container--default .select2-selection--single {
    border: 1px solid #ccc !important;
    border-radius: 0 !important;
}

#checkout .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 34px !important;
    font-size: 11pt !important;
    font-family: Arial !important;
    padding-left: 20px !important;
}

#checkout .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 34px !important;
    right: 10px !important;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    font-size: 18px;
    padding: 10px 18px;
}

#checkout .select2-container .select2-selection--single {
    height: 34px !important;
    border-radius: 3px !important;
}

.select2-results__option {
    font-size: 12pt;
    padding: 5px 18px !important;
}

.select2-selection__clear {
    margin-right: 20px;
}

.modal-body .input-icon > i {
    margin: 7px 2px 4px 10px !important;
}

#searchbar .select2-container .select2-selection--single{
    height: 34px;
    font-size: 15px !important;
    border-radius: 4px !important;
}
#searchbar .select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: 34px;
    padding-left: 48px;
}

#searchbar .select2-container--default .select2-selection--single .select2-selection__arrow{
    height: 34px !important;
}

.city-loc i{
    position: absolute;
    z-index: 10000 !important;
    left: 20px;
    top: 7px;
    font-size: 20px;
    color: #999;
}

.tabs {
    position: absolute;
    top: -41px;
    left: -1px;
}

.tabs .tab {
    display: inline-block;
    padding: 12px 30px;

    -webkit-border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-topright: 8px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;

    border-top: 1px solid #e8e7e7;
    border-left: 1px solid #e8e7e7;
    border-right: 1px solid #e8e7e7;

    color: #787878;
    background: #e6e5e5;
    font-size: 14px;
    cursor: pointer;
}

.tabs .tab:hover {
    text-decoration: none;
    color: #000;
}

.tabs .tab.active {
    background: #f5f5f5;
}

.well.relative {
    -webkit-border-radius: 4px;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius: 4px;
    -moz-border-radius-topleft: 0;
    border-radius: 4px;
    border-top-left-radius: 0;
    margin-top: 55px !important;
    border: 1px solid #e8e7e7 !important;
}

.banner_ya {
    padding: 0;
    background: #fff;
}

.box {
    background-color: #fbfbfb;
    border: 1px solid #e1e8ed;
    color: #666;
    margin-bottom: 20px;
    padding: 15px;
    z-index: 1;
}

#eb {
    margin-top: 7px;
}

.input-icon {
    position: relative;
}

.input-icon > i {
    color: #ccc;
    display: block;
    font-size: 16px;
    height: 16px;
    margin: 11px 2px 4px 10px;
    position: absolute;
    text-align: center;
    width: 16px;
    z-index: 3;
    line-height: 20px;
}

.input-icon > .form-control {
    padding-left: 33px !important;
}

.apteka-price .checkbox {
    display: inline-block;
    margin: 0;
}

.apteka-price .checkbox label {
    padding-left: 0 !important;
    min-height: 18px !important;
}

.dropdown-menu > li > a > .badge {
    position: absolute;
    margin-top: 1px;
    right: 3px;
    display: inline;
    font-size: 1.4rem;
    font-weight: 300;
    text-shadow: none;
    height: 18px;
    padding: 3px 6px 3px 6px;
    text-align: center;
    vertical-align: middle;
    -webkit-border-radius: 12px !important;
    -moz-border-radius: 12px !important;
    border-radius: 12px !important;
    margin-right: 10px;
}

#menu .dropdown-menu::after {
    border-bottom: 7px solid #fff;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    content: "";
    display: inline-block !important;
    right: 10px;
    position: absolute;
    top: -7px;
}

/*
.apteka-price .checkbox label::before{
	margin-left:-15px;
}
*/
.apteka-price .checkbox label::after {
    padding-top: 2px;
}

.menu-toggler {
    background-image: url('/images/sidebar_toggler_icon_darkblue.png');
    top: 12px;
    right: 20px;
    cursor: pointer;
    width: 16px;
    height: 13px;
    opacity: 0.7;
    position: absolute;
}

.menu-toggler:hover {
    opacity: 1;
}

#searchbar .btn-default {
    float: right;
    margin-right: 10px;
}

#searchbar .dropdown-menu {
    top: 40px;
    right: 12px;
    min-width: 250px;
    left: auto;
    z-index: 99999;
}

#menu .btn-default {
    border: 0 !important;
    padding: 6px 15px;
    background: none;
    color: #fff;
    width: 40px !important;
    position: absolute;
    right: 0;
    top: 8px;
    z-index: 1000;
}

.logged .btn-default {
    right: 10px !important;
}

#menu .dropdown-menu a > i {
    width: 15px;
    margin-right: 8px;
}

.navigation {
    margin-top: 20px;
}

.media .dt {
    color: #888888;
    font-size: 1.4rem;
    font-weight: normal;
}

.media-object {
    border-radius: 50%;
}

#comments .media .pull-left {
    float: left !important;
}

.your_comment strong {
    font-size: 16px;
    margin-bottom: 5px;
    display: block;
}

.rtng {
    color: #E7711B;
    white-space: nowrap;
    font-size: 26px;
    margin-right: 8px;
}

.star-red, .star-red span {
    background-repeat: repeat-x;
}

.star-l, .star-l span {
    height: 19px;
    width: 103px;
}

.star-l {
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAATCAYAAAB/TkaLAAAArklEQVQoz63SUQcFIRAF4MNwWdYSEUtkH64l7v//d3NfioxdnVL0Vl/TzAG45ZlDqgpVpcAPgB+AbSXqC+pXoqmg31WoFLBuWYE6g7oVaDRoZFF7cXZHW6kDkCexXNvy9P0NwD0I3m1+33oqAC4SvGwaeoM6O+A5M/3QQcMMehO9HEJ3sqfHCGpzm8pDyeaSRaXJa36o5jB5pqbvmurkpd/SpMMxaChfZdZuU1DRP2OfiP9e/N9BAAAAAElFTkSuQmCC") repeat scroll 0 0 rgba(0, 0, 0, 0);
}

.star {
    display: inline-block;
    overflow: hidden;
    position: relative;
    top: 1px;
}

.star-l, .star-l span {
    height: 19px;
    width: 103px;
}

.star-l span {
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAATCAYAAAB/TkaLAAAAz0lEQVQ4y2NgIAI8L5QuIEbd////wZgYAxWA+D8QG1DT0AKooQXUNHQD1NALVDEUaJAA1EAYFqCGoQlohiZQw9AFaIYuIMpQoML5aBrJxfNRXAr15nsyDXsPCxYM74PSIRDfJ9HA+8jpF2uYQmN7P5EG7kdPDXgjCqi4n4CB/STHPlBTAwFDG8gx9AEBQx+QZChQgwORYRpAiqHoCX491KL1hDICvtj/gJT+AtDkA9DSswAxhiYguU4ATyHTj60swGUoKNYdiKwNHNBTAcxQAN7t22e26CvrAAAAAElFTkSuQmCC") repeat scroll 0 0 rgba(0, 0, 0, 0);
}

.star span {
    display: block;
}

.star-s, .star-s span {
    height: 13px;
    width: 69px;
}

.star-s {
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAANCAYAAACZ3F9/AAAAdElEQVQoz2P4//8/AzkYH9BDFyBGIx9UIx+pGmWhGmVJ1agB1aiBT6MgEGtDFRLCIHV8yDayAbESAU0geTZcThXBoUmEkB85cWjkJKQRl41ShDQqIAWCIHro4tMICwRmKJ8ZKdDYcGnkAWJxHPEqDosGGAYAPKyWjQLQgJcAAAAASUVORK5CYII=") repeat scroll 0 0 rgba(0, 0, 0, 0);
}

.star-s span {
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAANCAYAAACZ3F9/AAAAh0lEQVQoz2P4//8/AzkYJ3heKI1VFq9GoKYAkEYQTarGBVCNC0jV+ACq8QFOjUDJBCB+D1VICIPUBcBtBHIUgHg/AU0geQWsTgVK5OPQlI/Xj0AFBjg0GhDSWIBD4wRCGjcgBUI8EN9HD11cGmGBIADlCyAFmgJWjUAJByCuxxGv9bBUBNMIAE/pEHiIacCdAAAAAElFTkSuQmCC") repeat scroll 0 0 rgba(0, 0, 0, 0);
}

.media .star {
    margin-right: 5px;
}

.media-body p {
    margin: 5px 0 !important;
}

.stat_reviews {
    margin-bottom: 10px;
}

.media {
    border-top: 1px solid #E9EDF1;
    padding-top: 15px;
}

.stat_reviews a, .stat_reviews .r_q {
    white-space: nowrap;
    font-size: 14px;
    margin-left: 8px;
}

.stat_reviews .r_q {
    color: #999;
}

.duration {
    float: right;
    margin-top: 5px;
}

.stat .star {
    float: right;
    margin-top: 5px;
}

.stat .sale_dt {
    margin-bottom: 10px;
}

.call {
    background: #37c837 !important;
    display: none;
    margin-bottom: 7px;
}

.call:hover {
    background: #42d642 !important;
}

.map_toggle {
    border-right: 1px solid #488ebe;
    background: #3598dc;
    position: absolute;
    padding: 12px 0 0 5px;
    color: #fff;
    font-size: 17px;
    z-index: 2;
    left: -10px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    height: 40px;
    width: 20px;
    cursor: pointer;

    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;

}

.mt_right {
    left: 0;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;

}

.map_toggle:hover {
    background: #59ace4;
}

.banner {
    background: #fffed7;
    text-align: center;
}

.banner-list {
    padding: 10px 0;
    margin: 10px 0;
}

.banner-bg {
    background-image: url(/images/banner-bg.png);
    padding: 7px;
    margin-bottom: 15px;
    /*box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);*/
}

.banner-bg .well {
    margin: 0;
    padding: 22px !important;
}

.banner-customizer {
    width: 336px;
    height: 280px;
    text-align: center;
}


@media (min-width: 1366px) {
    .banner-customizer {
        width: 580px;
        height: 400px;
    }
}

@media (max-width: 992px) {
    .footer {
        height: auto;
        position: relative;
        margin-top: 50px;
    }
    .footer ul{
        columns: 2;
        -webkit-columns: 2;
        -moz-columns: 2;
    }
    body{
        margin-bottom: inherit;
    }
}

@media (max-width: 767px) {
    .container-result{
        margin-top: 20px !important;
    }
}

@media (max-width: 442px) {

    .input-text{
        display: block;
        height: 53px;
    }

    select[name="location"]{
        height: 48px;
        padding-left: 47px;
        font-size: 15px;
    }

    li.apteka, li.analog{
        margin-bottom: 15px;
    }

    .city-loc{
        height: 48px;
        overflow: hidden;
    }

    .pharm_logo{
        margin-top: -25px;
    }

    .apteka h2 small{
        display: block;
        margin-bottom: 5px;
    }

    .white-box-banner{
        height: auto;
    }
    .banner-customizer {
        width: 250px;
        height: 250px;
    }
    .footer ul{
        columns: 1;
        -webkit-columns: 1;
        -moz-columns: 1;
    }
    .container-result, .container-searchbar{
        padding-left: 0;
        padding-right: 0;
    }

}

.instruction, .ask_question {
    margin-top: 30px;
}

.samo {
    margin: 20px 0;
    font-size-adjust: 0.75;
    letter-spacing: -1px;
    font-family: 'Courier New';
}

.analogi-info {
    margin-top: 40px !important;
}

.container-fluid {
    margin-top: 50px;
}

.nearest {
    white-space: nowrap;
    display: block;
    margin: 10px 0 7px 0;
}

.popover {
    min-width: 300px;
}

.popover .btn {
    width: 100%;
    margin-bottom: 3px;
}

div.page_header {
    margin: 0;
    padding: 0;
    background: url(/images/wp9.jpg) no-repeat 40% 50%; /* left top */
    height: 450px;
    position: relative;
}

div.page_header_overlay{
    background: rgba(0, 0, 0, .3);
    width: 100%;
    height: 100%;
    position: absolute;
    top:0;
}

.search-box {
    margin-top: 14%;
}

.search-box .form-group {
    margin: 0 !important;
}

.spanel {
    background-color: rgba(12, 13, 13, 0.5);
    position: absolute;
    bottom: 0;
    color: #fff;
    width: 100%;
    margin: 0;
    padding: 20px;
    text-align: center;
    font-weight: normal;
    font-size: 20px;
}

.spanel a {
    color: orange;
}

.search-icon {
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2251.7%22%20height%3D%2251.7%22%20viewBox%3D%220%200%2051.7%2051.7%22%3E%3Cpath%20fill%3D%22%236C6C6C%22%20d%3D%22M41.4%2040.1l-7.2-7.2c2.1-2.4%203.4-5.6%203.4-9%200-7.3-6.4-13.7-13.7-13.7-7.6%200-13.7%206.1-13.7%2013.7s6.1%2013.7%2013.7%2013.7c3.5%200%206.6-1.3%209.1-3.5l7.2%207.2c.2.2.5.2.7%200l.5-.5c.2-.2.2-.5%200-.7zm-17.5-4.3c-6.6%200-12-5.4-12-11.9%200-6.6%205.4-12%2012-12%206.4%200%2012%205.6%2012%2012-.1%206.6-5.4%2011.9-12%2011.9z%22%2F%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    width: 70px;
    height: 45px;
    position: absolute;
    margin: auto 8px;
    top: 0;
    bottom: 0;
}

.map-marker {
    background-image: url("/images/map_marker.png");
}

#navbar .search-box {
    margin-top: 0;
}

#navbar .search-box .input-icon input {
    font-size: 11pt !important;
    padding-left: 60px !important;
    padding-right: 60px !important;
    border: none;
    height: 34px;
    width: 370px;
}

.search-box .input-icon input {
    padding-left: 60px !important;
    padding-right: 50px !important;
    border-radius: 2px;
    height: 70px;
    font-size: 14pt !important;
    font-weight: normal !important;
    font-family: Arial !important;
    color: #000;
}

.lead {
    font-size: 13px;
    color: #999;
}

.form-style button {
    border-radius: 0;
    font-size: 14px !important;
    height: 40px;

}

.form-style .select2 {
    margin-bottom: 10px;
}

.form-style .select2-container .select2-selection--single, .form-style .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 40px !important;
}

.form-style .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 40px !important;
    font-size: 14px !important;
}

.margin-bottom-20 {
    margin-bottom: 20px !important;
}

.margin-bottom-10 {
    margin-bottom: 10px !important;
}

.search-box .input-icon input:focus {
    padding-left: 60px !important;
    border-radius: 2px;
    background: #fff;
    box-shadow: 0 0 10px white;
    border: 1px solid #ccc;
}

.navbar-brand {
    color: #fff !important;
}

.navbar-brand h1, .navbar-brand h3 {
    font-size: 18px !important;
    margin: 0 !important;
    padding: 0 !important;
}

.search-box .form-group {
    margin-bottom: 7px;
}

.btn-primary {
    background: #428bca !important;
    border-color: #428bca !important;
}

.btn-primary:hover {
    background: #4892d2 !important;
    border-color: #4892d2 !important;
}

.btn-default {
    border: 1px solid #eee !important;
}

.navigation .btn-default {
    width: 100%;
    padding: 15px 0;
    border-radius: 3px;
}

.search-box .input-icon {
    position: relative;
}

.search-box .search-icon {
    z-index: 2;
}

.search-box .input-icon i {
    top: 0;
    bottom: 0;
    color: #999;
    font-size: 19px;
    margin: auto 17px;
    position: absolute;
    text-align: center;
    width: 19px;
    height: 19px;
    z-index: 2;
}

.search-filter {
    margin-top: 27px;
}

.search-filter label:hover {
    color: #000;
}

.search-filter .checkbox i {
    width: 15px;
    text-align: center;
}

.search-box .clear, #searchbar .clear {
    position: absolute;
    right: 5px;
    top: 0;
    bottom: 0;
    height: 14px;
    margin: auto;
    font-size: 14px;
    cursor: pointer;
    color: #ccc;
    display: none;
    z-index: 2;
}

.page_header .twitter-typeahead {
    display: block !important;
}

.form-control {
    box-shadow: none;
}

.search-box .form-control {
    font-size: 1.1em;
    height: 40px;
}

.checkbox input[type=checkbox]:checked + label:after {
    font-family: 'Glyphicons Halflings';
    content: "\e013";
}

.checkbox label:after {
    padding-left: 4px;
    padding-top: 2px;
    font-size: 9px;
}

.checkbox input[type="checkbox"] {
    right: 5px;
    top: -2px;
}

#map-canvas {
    height: 100%;
    width: 100%;
    padding: 0px;
    margin: 0;
    position: relative;
}

.pac-container {
    z-index: 10000 !important;
}

.result .items {
    position: relative;
    margin-top: -15px;
}

.result .map {
    padding: 0;
    bottom: 0;
    position: fixed;
    right: 0;
    top: 50px;
    z-index: 1;
}

.page-head {
    background: #fff;
    margin-bottom: 20px;
    box-shadow: 0 1px 1px #ccc;
}

.page-head .container {
    position: relative;
}

.page-head .page-title {
    display: inline-block;
    float: left;
    padding: 19px 0;
}

.page-head .page-title > h1 {
    color: #000;
    font-size: 30px;
    font-weight: 400;
    margin: 0;
}

.page-head .page-title > h1 > small {
    color: #9eacb4;
    font-size: 13px;
    font-weight: 400;
}

.page-head .page-toolbar {
    display: inline-block;
    float: right;
}

.none {
    display: none;
}

.navbar {
    border-radius: 0;
    background: #48525e;
    margin-bottom: 0;
}

.navbar-inverse {
    border: none !important;
}

/******
Page Footer
******/
.page-prefooter {
    background: #48525e;
    color: #a2abb7;
}

.page-prefooter h2 {
    color: #4db3a4;
}

.page-prefooter .subscribe-form .form-control {
    background: #343b44;
    border-color: #343b44;
    color: #a2abb7;
}

.page-prefooter .subscribe-form .form-control::-moz-placeholder {
    color: #939eac;
    opacity: 1;
}

.page-prefooter .subscribe-form .form-control:-ms-input-placeholder {
    color: #939eac;
}

.page-prefooter .subscribe-form .form-control::-webkit-input-placeholder {
    color: #939eac;
}

.page-prefooter .subscribe-form .btn {
    color: #fff;
    background-color: #58b8a9;
}

.page-prefooter .subscribe-form .btn:hover, .page-prefooter .subscribe-form .btn:focus, .page-prefooter .subscribe-form .btn:active, .page-prefooter .subscribe-form .btn.active {
    color: #fff;
    background-color: #46a597;
}

.open .page-prefooter .subscribe-form .btn.dropdown-toggle {
    color: #fff;
    background-color: #46a597;
}

.page-prefooter .subscribe-form .btn:active, .page-prefooter .subscribe-form .btn.active {
    background-image: none;
    background-color: #3f9387;
}

.page-prefooter .subscribe-form .btn:active:hover, .page-prefooter .subscribe-form .btn.active:hover {
    background-color: #429a8d;
}

.open .page-prefooter .subscribe-form .btn.dropdown-toggle {
    background-image: none;
}

.page-prefooter .subscribe-form .btn.disabled, .page-prefooter .subscribe-form .btn.disabled:hover, .page-prefooter .subscribe-form .btn.disabled:focus, .page-prefooter .subscribe-form .btn.disabled:active, .page-prefooter .subscribe-form .btn.disabled.active, .page-prefooter .subscribe-form .btn[disabled], .page-prefooter .subscribe-form .btn[disabled]:hover, .page-prefooter .subscribe-form .btn[disabled]:focus, .page-prefooter .subscribe-form .btn[disabled]:active, .page-prefooter .subscribe-form .btn[disabled].active, fieldset[disabled] .page-prefooter .subscribe-form .btn, fieldset[disabled] .page-prefooter .subscribe-form .btn:hover, fieldset[disabled] .page-prefooter .subscribe-form .btn:focus, fieldset[disabled] .page-prefooter .subscribe-form .btn:active, fieldset[disabled] .page-prefooter .subscribe-form .btn.active {
    background-color: #58b8a9;
}

.page-prefooter .subscribe-form .btn .badge {
    color: #58b8a9;
    background-color: #fff;
}

.page-footer {
    background: #3b434c;
    color: #a2abb7;
}

/* Scroll Top */
.scroll-to-top > i {
    color: #657383;
    font-size: 32px;
    opacity: 0.7;
    filter: alpha(opacity=70);
}

/* Pre-footer */
.page-prefooter {
    padding: 30px 0;
    clear: both;
}

.page-prefooter h2 {
    font-weight: 700;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0 0 12px;
}

.page-prefooter .subscribe-form {
    padding-top: 5px;
}

.page-prefooter .subscribe-form .form-control {
    font-size: 12px;
    padding: 0 14px;
    height: 36px;
}

.page-prefooter .subscribe-form .btn {
    height: 34px;
    text-transform: uppercase;
    padding: 7px 16px;
}

.page-prefooter .social-icons {
    padding-top: 9px;
}

.page-prefooter .social-icons li {
    opacity: 0.35;
    filter: alpha(opacity=35);
}

.page-prefooter .social-icons li:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}

.page-prefooter p,
.page-prefooter address {
    margin: 0;
}

/* Footer */
.page-footer {
    font-size: 12px;
    font-weight: 300;
    padding: 17px 0;
}

/***
Social Icons
***/
.social-icons {
    padding: 0;
    margin: 0;
}

.social-icons:before, .social-icons:after {
    content: " ";
    display: table;
}

.social-icons:after {
    clear: both;
}

.social-icons li {
    float: left;
    display: inline;
    list-style: none;
    margin-right: 5px;
    margin-bottom: 5px;
    text-indent: -9999px;
}

.social-icons li > a {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    width: 28px;
    height: 28px;
    display: block;
    background-position: 0 0;
    background-repeat: no-repeat;
    transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.social-icons li:hover > a {
    background-position: 0 -38px;
}

.social-icons li .facebook {
    background: url(/images/social/facebook.png) no-repeat;
}

.social-icons li .googleplus {
    background: url(/images/social/googleplus.png) no-repeat;
}

.social-icons li .twitter {
    background: url(/images/social/twitter.png) no-repeat;
}

.social-icons li .vk {
    background: url(/images/social/vk.png) no-repeat;
}

.social-icons li .instagram {
    background: url(/images/social/instagram.png) no-repeat;
}

.social-icons.social-icons-color > li > a {
    opacity: 0.7;
    background-position: 0 -38px !important;
}

.social-icons.social-icons-color > li > a:hover {
    opacity: 1;
}

.social-icons.social-icons-circle > li > a {
    border-radius: 25px !important;
}

.partners-block {
    padding: 5px 0;
    text-align: center;
}

.service-box {
    margin-top: 20px;
}

a.logo{
    color: white !important;
}

/* Badge variants */

a.badge, span.badge {
    border-radius: 3px;
}

a.badge:hover {
    text-decoration: none !important;
}

a.badge-primary:hover {
    background: #66a7df;
}

a.badge-success:hover {
    background: #58cbc4;
}

.badge-default {
    background-color: #c6c6c6;
    background-image: none;
}

.badge-primary {
    background-color: #428bca;
    background-image: none;
}

.badge-info {
    background-color: #89C4F4;
    background-image: none;
}

.badge-success {
    background-color: #45B6AF;
    background-image: none;
}

.badge-danger {
    background-color: #F3565D;
    background-image: none;
}

.badge-warning {
    background-color: #dfba49;
    background-image: none;
}

.jumbotron h2 {
    margin-top: 0;
}

.promoprice {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    margin-bottom: 30px;
}

.promoprice li {
    border-bottom: 1px dashed #ccc;
    margin: 0 10px 3px 0;
}

.promoprice li a {
    line-height: 1.1em;
    max-height: 1.1em;
    max-width: 180px;
    overflow: hidden;
    position: relative;
    text-overflow: ellipsis;
    white-space: normal;
    word-wrap: break-word;
    display: inline-block;
}

.promoprice li .price {
    float: right;
}

.tt-hint {
    color: #999 !important;
}

.tt-menu {
    z-index: 10000;
    padding: 8px 0;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
}

.tt-suggestion {
    padding: 3px 20px;
}

.tt-suggestion.tt-cursor {
    color: #fff;
    background-color: #0097cf;

}

.tt-suggestion p {
    margin: 0;
    white-space: nowrap !important;
}

.typeahead {
    background-color: #fff;
}

.typeahead:focus {
    border: 2px solid #0097cf;
}

.tt-query {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.tt-hint {
    color: #999
}

.tt-dropdown-menu {
    width: 370px;
    margin: 5px 0;
    padding: 8px 0;
    background-color: #fff;
    border: 0;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
}

.page_header .tt-dropdown-menu {
    width: 100%;
}

.tt-suggestion {
    padding: 3px 20px;
    font-size: 16px;
}

.tt-suggestion:hover {
    cursor: pointer;
    color: #fff;
    background-color: #0097cf;
}

.tt-suggestion:hover .tt-highlight, .tt-cursor .tt-highlight {
    color: #fff;
}

.tt-suggestion.tt-cursor {
    color: #fff;
    background-color: #0097cf;

}

.tt-suggestion p {
    margin: 0;
}

.gist {
    font-size: 14px;
}

.tt-highlight {
    color: #e6400c;
    font-weight: bold;
}

#search_container {
    margin-left: auto;
    margin-right: auto;
}

.apteka-price {
    list-style: none;
}

.apteka i.fa-tags{
    height: 16px;
    width: 16px;
    display: inline-block;
}

.apteka-price strong {
    font-weight: normal;
    padding-right: 100px;
    display: inline-block;
}

.apteka-price .price {
    top: 0;
    right: 0;
    position: absolute;
}

.apteka-price .cost > span {
    font-size: 15px;
}

.apteka-price li {
    padding: 3px 0;
    border-bottom: 1px dotted #b7b7b7;
    margin: 0 10px 0 0;
    position: relative;
}

.apteka-price li a {
    text-decoration: none;
}

.an .sklad {
    margin-top: 10px;
}

.apteka-price li:hover {
    /*border-bottom:1px dotted #000;*/
    background: #fdffd1;
    /*color:#f3565d;*/
}

.mlink {
    margin-top: 10px;
    border-radius: 0 !important;
}

.mlink .fa {
    width: 16px;
}

.page_header button {
    width: 100%;
    border-radius: 0;
    padding: 20px 0;
    font-size: 21px;
}

.page_header .col-md-6 {
    margin-bottom: 10px;
}

.btn {
    background-image: none !important;
    border-width: 0;
    box-shadow: none;
    filter: none;
    outline: medium none !important;
    padding: 7px 14px;
    text-shadow: none;
}

.media, .media-body {
    overflow: visible !important;
}

.btn.green-stripe {
    border-left: 3px solid #26a69a;
}

.btn.red-stripe {
    border-left: 3px solid #cb5a5e;
}

.btn.blue-stripe {
    border-left: 3px solid #3598dc;
}

.btn.orange-stripe {
    border-left: 3px solid #c49f47;
}

/* Button */
.btn.default {
    color: #333333;
    background-color: #E5E5E5;
}

.btn.default:hover, .btn.default:focus, .btn.default:active, .btn.default.active {
    color: #333333;
    background-color: lightgray;
}

.instruction p {
    margin: 0;
}

.instruction p:first-child {
    font-weight: bold;
    text-align: center;
}

.analogi {
    margin-bottom: 40px;
    border-left: 2px solid #eee;
    padding-left: 20px;
}

.analogi-5 {
    border-color: #c9e2b3;
}

.analogi-4 {
    border-color: #a6e1ec;
}

.analogi-3 {
    border-color: #f5d89e;
}

#apteki h2, .analogi h2 {
    margin: 0;
    padding: 0;
    font-size: 16pt;
    /*display: inline-block;*/
}

.analog:hover {
    background: #f6f6f6;
}

.analog .price {
    float: right;
}

#apteki ul {
    margin: 15px 0 10px 0;
}

li.apteka, li.analog {
    padding: 15px;
    border: 1px solid #fff;
    border-radius: 4px;
}

li.analog {
    padding: 5px;
    border-bottom: 1px dotted #ccc;
}

.analog .price {
    color: #999;
}

.analog:hover .price {
    color: #666;
}

.analog .price b {
    color: #000;
    font-size: 13px;
}

li.analog h2 {
    font-size: 18px !important;
}

#apteki li.apteka:nth-child(even) {
    background: #f6f6f6;
}

#apteki li.apteka:hover {
    background: #eff8fe;
    border-radius: 4px;
    border: 1px solid #e7f5fe;
}

#apteki .active {
    background: #fefbd7 !important;
    border: 1px solid #fef9c0 !important;
    border-radius: 4px;
}

.addr-line {
    margin-bottom: 2px;
    color: #666;
}

.status {
    font-size: 15px;
    width: 12px;
}

.pharmacy-info b > i {
    width: 14px;
    text-align: center;
}

.address-descr {
    margin: 5px 19px;
}

.status.red {
    color: red;
}

.status.yellow {
    color: yellow;
}

.status.green {
    color: green;
}

#search_header, .well {
    margin: 20px 0;
    border: 0;
    box-shadow: none;
    padding: 30px;
}

.well h1 {
    margin: 0;
    padding: 0 0 5px 0;
    font: 400 24pt 'Open Sans', Arial, sans-serif;
    line-height: 22pt;
}

.well h2, .note-success h2, .note-warning h2, .note-danger h2, .note-info h2 {
    margin: 0;
    padding: 0 0 5px 0;
    font: 400 18pt 'Open Sans', Arial, sans-serif;
    line-height: 16pt;
}

.analogi-list .note-success, .analogi-list .note-warning, .analogi-list .note-danger, .analogi-list .note-info {
    padding: 25px;
}

#search_header .well {
    background: #f5f5f5;
}

.well .line {
    margin-bottom: 10px;
}

.line {
    border-bottom: 1px solid #ffffff;
    border-top: 1px solid #e0e0e0;
    height: 0;
}

.blockMsg {
    background: none !important;
    color: #000 !important;
    border: 0 !important;
    font-size: 16px;
    text-align: center !important;
}

/***
Notes
***/
.note {
    margin: 0 0 20px 0;
    padding: 15px 30px 15px 15px;
    border-left: 5px solid #eee;
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    -ms-border-radius: 0 4px 4px 0;
    -o-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
}

.note h1,
.note h2,
.note h3,
.note h4,
.note h5,
.note h6 {
    margin-top: 0;
}

.note h1 .close,
.note h2 .close,
.note h3 .close,
.note h4 .close,
.note h5 .close,
.note h6 .close {
    margin-right: -10px;
}

.note p {
    font-size: 13px;
}

.note p:last-child {
    margin-bottom: 0;
}

.note code,
.note .highlight {
    background-color: #fff;
}

.note.note-default {
    background-color: #eee;
    border-color: #ccc;
    color: #333333;
}

.note.note-default.note-bordered {
    background-color: #c3c3c3;
    border-color: #a0a0a0;
}

.note.note-default.note-shadow {
    background-color: #c6c6c6;
    border-color: #a0a0a0;
    box-shadow: 5px 5px rgba(162, 162, 162, 0.2);
}

.note.note-primary {
    background-color: #5697d0;
    border-color: #3085a9;
    color: #D8E3F2;
}

.note.note-primary.note-bordered {
    background-color: #3e89c9;
    border-color: #2a7696;
}

.note.note-primary.note-shadow {
    background-color: #428bca;
    border-color: #2a7696;
    box-shadow: 5px 5px rgba(43, 121, 154, 0.2);
}

.note.note-success {
    background-color: #eef7ea;
    border-color: #c9e2b3;
    color: #3c763d;
}

.note.note-success.note-bordered {
    background-color: #dcefd4;
    border-color: #bbdba1;
}

.note.note-success.note-shadow {
    background-color: #dff0d8;
    border-color: #bbdba1;
    box-shadow: 5px 5px rgba(190, 220, 164, 0.2);
}

.note.note-info {
    background-color: #eef7fb;
    border-color: #a6e1ec;
    color: #31708f;
}

.note.note-info.note-bordered {
    background-color: #d5ebf6;
    border-color: #91d9e8;
}

.note.note-info.note-shadow {
    background-color: #d9edf7;
    border-color: #91d9e8;
    box-shadow: 5px 5px rgba(150, 219, 233, 0.2);
}

.note.note-warning {
    background-color: #fcf8e3;
    border-color: #f5d89e;
    color: #8a6d3b;
}

.note.note-warning.note-bordered {
    background-color: #f9f1c7;
    border-color: #f2cf87;
}

.note.note-warning.note-shadow {
    background-color: #faf2cc;
    border-color: #f2cf87;
    box-shadow: 5px 5px rgba(243, 209, 139, 0.2);
}

.note.note-danger {
    background-color: #f9f0f0;
    border-color: #e4b9c0;
    color: #a94442;
}

.note.note-danger.note-bordered {
    background-color: #f1dada;
    border-color: #dca7b0;
}

.note.note-danger.note-shadow {
    background-color: #f2dede;
    border-color: #dca7b0;
    box-shadow: 5px 5px rgba(222, 171, 179, 0.2);
}

.page-500 {
    text-align: center;
    margin-bottom: 30px;
}

.page-500 .number {
    color: #ec8c8c;
    display: inline-block;
    font-size: 128px;
    font-weight: 300;
    letter-spacing: -10px;
    line-height: 128px;
    text-align: right;
}

.page-500 .details {
    display: inline-block;
    margin-left: 40px;
    text-align: left;
}

.navbar .fa-street-view {
    font-size: 18px;
}

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border-color: #3d454e;
}

.navbar-inverse .navbar-toggle {
    border-color: #48525e;
}

.navbar-toggle .fa-search {
    font-size: 18px;
    color: #ccc;
}

.price-average {
    font-size: 20px;
}

.price-lh {
    color: #999;
}

.price-block {
    text-shadow: 0 1px 0 #fff;
    margin-top: 10px;
    white-space: nowrap;
}

.aptl img {
    float: left;
    margin-right: 20px;
}

.aptl .line {
    margin-left: 140px;
}

#topcontrol {
    display: none;
}

.related_pills {
    margin-top: 10px;
}

.related_pills .label {
    color: #fff;
    font-size: 100%;
    line-height: 2;
    padding: 4px 10px;
}

.related_pills .label i {
    cursor: pointer;
}

.related_pills .label a {
    color: #fff;
    text-decoration: none !important;
}

.related_all {
    margin-top: 5px;
    color: #999;
}

.related_pills span {
    background-color: #999;
}

.related_pills span:hover {
    background-color: #666;
}

.related_pills span.active {
    background-color: #F3565D;
}

.related {
    margin-top: 5px;
}

/*
.related_pills span:nth-child(2n){
	background-color:#45B6AF;
}


.related_pills span:nth-child(1){
	background-color:#428bca;
}

.related_pills span:nth-child(2){
	background-color:#89C4F4;
}

.related_pills span:nth-child(3){
	background-color:#45B6AF;
}

.related_pills span:nth-child(4){
	background-color:#F3565D;
}

.related_pills span:nth-child(5){
	background-color:#dfba49;
}

.related_pills span:nth-child(6){
	background-color:#23ca02;
}

*/

#address_container {
    margin-top: 20px;
}

.user_location {
    font-size: 1.4rem;
    color: #666;
}

.setting {
    font-size: 1.4rem;
}

#searchbar {
    background: #48525e;
    min-height: 50px;
    width: 100%;
    position: fixed;
    z-index: 1003;
    top: 0;
}

#searchbar form {
    margin-top: 7px;
}

#searchbar .twitter-typeahead {
    width: 100%;
}

#searchbar input.form-control {
    font-size: 11pt !important;
    padding-left: 50px !important;
    padding-right: 50px !important;
    border: none;
    height: 34px;
}

.logo {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: -1px;
    margin-top: 5px;
    margin-right: 10px;
    display: inline-block;
    text-align: left;
    white-space: nowrap !important;
}

.logo img {
    margin-right: 5px;
}

.logo:hover {
    color: #fff;
    text-decoration: none;
}

#searchbar .col {
    float: left;
    margin-right: 4px;
    position: relative;
}

#searchbar .col1 {
    width: 215px;
}

#searchbar .col2, #searchbar .col3 {
    width: 25%;
}

.input-text i {
    top: -3px;
    bottom: 0;
    color: #999;
    font-size: 19px;
    margin: auto 17px;
    position: absolute;
    text-align: center;
    width: 19px;
    height: 19px;
    z-index: 2;
}

#searchbar .clear {
    font-size: 20px;
    top: -6px !important;
    margin-right: 10px;
}

.offer {
    background: #f5b812; /*f5b812*/
    border-radius: 5px;
    color: #000;
    text-align: center;
    font-size: 1.4rem;
}

.offer-arrow-down {
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #f5b812;
    position: absolute;
    left: 50%;
    margin-left: -15px;
}

.offer_wrapper {
    padding: 25px 0;
}

.offer .price-average-ru {
    font-size: 34px;
    font-weight: bold;
    line-height: 30px;
}

.offer .price-average {
    font-size: 44px;
    line-height: 40px;
    font-weight: bold;
    /* text-shadow: 0 0 1px #999;*/
}

.offer .price-range {
    margin-top: 0;
    font-size: 12px;
}

.relative {
    position: relative;
}

.gototop {
    position: fixed;
    bottom: 10px;
    right: 13px;
    background: orange;
    color: #fff;
    font-size: 30px;
    width: 70px;
    height: 70px;
    text-align: center;
    line-height: 70px;
    border-radius: 70px;
    display: none;
    z-index: 1004;
}

.gototop:hover {
    cursor: pointer;
    background: #000;
}

.marker-info .fa {
    width: 15px;
    text-align: center;
}

.marker-info {
    margin-bottom: 7px;
}

/*
.progress{
  background-image: none;
  border: 0 none;
  border-radius: none !important;
  box-shadow: none;
  filter: none;
  margin:0 auto !important;
  max-width: 250px;
}
*/

.chats {
    margin: 0;
    padding: 0;
}

.chats li {
    list-style: none;
    padding: 5px 0;
    margin: 10px auto;
    font-size: 12px;
}

.chats li .body {
    display: block;
}

.chats li .avatar {
    height: 45px;
    width: 45px;
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    border-radius: 50% !important;
}

.chats li.in .avatar {
    float: left;
    margin-right: 10px;
}

.chats li.out .avatar {
    float: right;
    margin-left: 10px;
}

.chats li .name {
    color: #3590c1;
    font-size: 13px;
    font-weight: 400;
}

.chats li .datetime {
    color: #333;
    font-size: 13px;
    font-weight: 400;
}

.chats li .message {
    display: block;
    padding: 5px;
    position: relative;
}

.chats li.in .message {
    text-align: left;
    border-left: 2px solid #1BBC9B;
    margin-left: 65px;
    background: #fafafa;
}

.chats li.in .message .arrow {
    display: block;
    position: absolute;
    top: 5px;
    left: -8px;
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-right: 8px solid #1BBC9B;
}

.chats li.out .message {
    border-right: 2px solid #F3565D;
    margin-right: 65px;
    background: #fafafa;
    text-align: right;
}

.chats li.out .message .arrow {
    display: block;
    position: absolute;
    top: 5px;
    right: -8px;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 8px solid #F3565D;
}

.chats li.out .name,
.chats li.out .datetime {
    text-align: right;
}

.tabbable-line > .nav-tabs {
    border: none;
    margin: 0px;
}

.tabbable-line > .nav-tabs > li {
    margin-right: 2px;
}

.tabbable-line > .nav-tabs > li > a {
    border: 0;
    margin-right: 0;
    color: #737373;
    font-size: 18px;
    font-weight: 400;
}

.tabbable-line > .nav-tabs > li > a > i {
    color: #a6a6a6;
}

.tabbable-line > .nav-tabs > li.open, .tabbable-line > .nav-tabs > li:hover {
    border-bottom: 4px solid #fbcdcf;
}

.tabbable-line > .nav-tabs > li.open > a, .tabbable-line > .nav-tabs > li:hover > a {
    border: 0;
    background: none !important;
    color: #333333;
}

.tabbable-line > .nav-tabs > li.open > a > i, .tabbable-line > .nav-tabs > li:hover > a > i {
    color: #a6a6a6;
}

.tabbable-line > .nav-tabs > li.open .dropdown-menu, .tabbable-line > .nav-tabs > li:hover .dropdown-menu {
    margin-top: 0px;
}

.tabbable-line > .nav-tabs > li.active {
    border-bottom: 4px solid #f3565d;
    position: relative;
}

.tabbable-line > .nav-tabs > li.active > a {
    border: 0;
    color: #333333;
}

.tabbable-line > .nav-tabs > li.active > a > i {
    color: #404040;
}

.tabbable-line > .tab-content {
    margin-top: -3px;
    background-color: #fff;
    border: 0;
    border-top: 1px solid #eee;
    padding: 15px 0;
}

.portlet .tabbable-line > .tab-content {
    padding-bottom: 0;
}

.tabbable-line.tabs-below > .nav-tabs > li {
    border-top: 4px solid transparent;
}

.tabbable-line.tabs-below > .nav-tabs > li > a {
    margin-top: 0;
}

.tabbable-line.tabs-below > .nav-tabs > li:hover {
    border-bottom: 0;
    border-top: 4px solid #fbcdcf;
}

.tabbable-line.tabs-below > .nav-tabs > li.active {
    margin-bottom: -2px;
    border-bottom: 0;
    border-top: 4px solid #f3565d;
}

.tabbable-line.tabs-below > .tab-content {
    margin-top: -10px;
    border-top: 0;
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
}

h4.media-heading {
    position: relative;
}

h4.media-heading span {
    color: #777777;
    font-size: 12px;
    position: absolute;
    right: 0;
    top: 3px;
}

div.profile-photo {
    border-radius: 50%;
    height: 32px;
    overflow: hidden;
    width: 32px;
    margin-top: -4px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.media-description {
    margin: 5px 0;
}

.estimates label:nth-child(1).active {
    background-color: #d9534f;
    border-color: #d43f3a;
    color: #fff;
}

.estimates label:nth-child(2).active {
    background-color: #f0ad4e;
    border-color: #eea236;
    color: #fff;
}

.estimates label:nth-child(3).active {
    background-color: #5bc0de;
    border-color: #46b8da;
    color: #fff;
}

.estimates label:nth-child(4).active {
    background-color: #337ab7;
    border-color: #2e6da4;
    color: #fff;
}

.estimates label:nth-child(5).active {
    background-color: #5cb85c !important;
    border-color: #4cae4c;
    color: #fff;
}

.review_title small {
    display: block;
}

.reviews-header {
    border-bottom: none;
    padding-bottom: 0;
}

.reviews-header h1 {
    margin-bottom: 0;
    margin-top: 5px;
}

.reviews-header h2 {
    font-size: 14pt;
    color: #777;
    font-weight: 400;
    line-height: 1;
    margin-top: 0;
}

.reviews-header .breadcrumb {
    margin-bottom: 0;
    padding: 0;
    background: none;
    margin-top: -20px;
}

.form_area {
    margin-top: 40px;
    padding-top: 40px;
}

.progress {
    background-color: #f5f5f5;
    border-radius: 4px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
    height: 20px;
    margin-bottom: 5px !important;
    overflow: hidden;
}

.progress-box {
    margin: 45px 0 20px 0;
}

.progress-bar-empty {
    width: 100%;
    color: #ccc;
    line-height: 20px;
    font-size: 12px;
    background: none;
    box-shadow: none;
}

.media h2 {
    margin: 0 0 5px 0;
    font-size: 14pt;
}

.chart-marker {
    margin-top: 15px;
}

.chart-marker span {
    border-left: 5px solid #eee;
    padding-left: 4px;
    font-size: 1.4rem;
    margin-right: 10px;
}

.chart-marker span:nth-child(1) {
    border-color: #337ab7;
}

.chart-marker span:nth-child(2) {
    border-color: #5cb85c;
}

.chart-marker span:nth-child(3) {
    border-color: #5bc0de;
}

.chart-marker span:nth-child(4) {
    border-color: #f0ad4e;
}

.chart-marker span:nth-child(5) {
    border-color: #d9534f;
}

.clt {
    margin-top: 10px;
    color: #666;
}

.clt, .clt ul, .clt li {
    position: relative;
}

.clt ul {
    list-style: none;
    padding-left: 16px;
}

.clt li::before, .clt li::after {
    content: "";
    position: absolute;
    left: -12px;
}

.clt li::before {
    border-top: 1px solid #666;
    top: 9px;
    width: 8px;
    height: 0;
}

.clt li::after {
    border-left: 1px solid #666;
    height: 100%;
    width: 0px;
    top: 2px;
}

.clt ul > li:last-child::after {
    height: 8px;
}
