.breadcrum ul li {
    display: inline-block;
}
.breadcrum ul {
    margin: 10px 0 0 0;
    padding: 0;
}
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    overflow-y: scroll;
}
body {
    margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}
audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden],
template {
    display: none;
}
a {
    background: transparent;
}
a:active,
a:hover {
    outline: 0;
}
abbr[title] {
    border-bottom: 1px dotted;
}
b,
strong {
    font-weight: bold;
}
dfn {
    font-style: italic;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
mark {
    background: #ff0;
    color: #000;
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
img {
    border: 0;
}
svg:not(:root) {
    overflow: hidden;
}
figure {
    margin: 1em 40px;
}
hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}
pre {
    overflow: auto;
}
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}
button {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
button[disabled],
html input[disabled] {
    cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
input {
    line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
input[type="search"] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
legend {
    border: 0;
    padding: 0;
}
textarea {
    overflow: auto;
}
optgroup {
    font-weight: bold;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
td,
th {
    padding: 0;
}
#system-message .alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}
#system-message .alert .alert-link {
    font-weight: bold;
}
#system-message .alert > p,
#system-message .alert > ul {
    margin: 0;
}
#system-message .alert > p + p {
    margin-top: 5px;
}
#system-message .close {
    position: relative;
    line-height: 20px;
    float: right;
    font-size: 20px;
    font-weight: bold;
    color: #000;
    text-shadow: 0 1px 0 #ffffff;
    text-decoration: none;
    zoom: 1;
    opacity: 0.2;
    filter: alpha(opacity= 20 );
}
#system-message .close:hover,
#system-message .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    zoom: 1;
    opacity: 0.4;
    filter: alpha(opacity= 40 );
}
#system-message .alert-notice {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d;
}
#system-message .alert-notice hr {
    border-top-color: #c9e2b3;
}
#system-message .alert-notice .alert-link {
    color: #2b542c;
}
#system-message .alert-message {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f;
}
#system-message .alert-message hr {
    border-top-color: #a6e1ec;
}
#system-message .alert-message .alert-link {
    color: #245269;
}
#system-message .alert-warning {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #8a6d3b;
}
#system-message .alert-warning hr {
    border-top-color: #f7e1b5;
}
#system-message .alert-warning .alert-link {
    color: #66512c;
}
#system-message .alert-error {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442;
}
#system-message .alert-error hr {
    border-top-color: #e4b9c0;
}
#system-message .alert-error .alert-link {
    color: #843534;
}
#system-message {
    border: 0;
    margin: 0;
    padding: 0;
}
#system-message dt {
    position: absolute;
    top: -2000px;
    left: -3000px;
}
#system-message dd {
    margin: 0 0 15px 0;
    font-weight: bold;
    text-indent: 0px;
    padding: 0;
}
#system-message dd ul {
    color: #000;
    list-style: none;
    padding: 0px;
}
#system-message dd ul li {
    line-height: 1.5em;
}
#system-message dd.message ul {
    padding: 10px 10px 10px 40px;
    border-top: 2px solid #90B203;
    border-bottom: 2px solid #90B203;
}
#system-message dd.error ul {
    padding: 10px 10px 10px 40px;
    border-top: 2px solid #990000;
    border-bottom: 2px solid #990000;
}
#system-message dd.notice ul {
    padding: 10px 10px 10px 40px;
    border-top: 2px solid #FAA528;
    border-bottom: 2px solid #FAA528;
    color: #000;
    margin: 10px 0;
}
#page-error {
    background: #F0F0F0;
}
#page-error h1 {
    font-family: Helvetica, Arial, sans-serif;
}
#page-error .component-wrapper {
    padding: 30px 10px;
}
#page-error .errorinfo {
    font-size: 14px;
    font-family: Courier, Monaco, "Lucida Console";
}
#page-error .errorinfo pre {
    white-space: pre;
    padding: 0.5em 0 0.5em 1em;
    border: 1px dashed #AAA;
    border-left: 4px solid #B4B4B4;
    line-height: 1.5em;
    letter-spacing: 0.05em;
    background: #EEE;
    font-size: 0.8em;
    max-width: 100%;
    overflow: auto !important;
    overflow-y: hidden;
    max-height: 200px;
}
#page-error .errorinfo table td {
    padding: 4px;
}
#page-error .errorinfo table strong {
    font-size: 16px;
    font-weight: bold;
    font-family: Helvetica, Arial, sans-serif;
}
div#system-debug {
    font-family: Courier, Monaco, "Lucida Console";
    background-color: #fff;
    color: #333;
    max-width: 1200px;
    margin: 10px auto 50px;
}
div#system-debug a {
    text-decoration: none !important;
}
div#system-debug table td {
    padding: 2px 6px;
}
#page-offline {
    margin: 0;
    padding: 0;
    font-size: 12px;
    color: #333;
    text-align: center;
}
#page-offline img {
    border: 0 none;
    margin-left: auto;
    margin-right: auto;
}
#page-offline #frame {
    margin: 20px auto;
    width: 405px;
    padding: 20px;
}
#page-offline #frame img {
    max-width: 100%;
    height: auto;
}
#page-offline form {
    margin: auto;
    text-align: left;
}
#page-offline form p {
    margin: 0;
    padding: 4px 0 4px 0;
}
#page-offline form fieldset {
    border: 0 none;
    margin: 0em;
    padding: 0.2em;
}
#page-offline form fieldset .input p {
    clear: left;
}
#page-offline form label {
    display: block;
    float: left;
    margin: 5px 0px 2px 0px;
    width: 10em;
}
#page-offline form input {
    padding: 3px;
    border: 1px solid #ccc;
    border-radius: 3px;
}
#page-offline form input[type=text],
#page-offline form input[type=password] {
    width: 200px;
}
#page-offline form input.button {
    width: 120px;
    height: 32px;
    cursor: pointer;
    background-color: #fff;
}
#page-offline form input.button:hover {
    border-color: #fc902e;
}
#page-offline form #frmlogin {
    margin: 0 10px 0 10px;
}
#page-offline form #frmlogin fieldset.button {
    text-align: right;
}
#page-offline #system-message {
    margin: 10px auto;
    padding: 20px 0 0;
    width: 450px;
}
#page-offline #system-message h4 {
    display: none;
}
.clearfix {
    display: block;
}
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
* html .clearfix {
    height: 1%;
}
body {
    background: #f0f0f0;
    margin: 0;
    padding: 0;
}
body .component-wrapper {
    padding: 30px 50px 50px;
    margin: 30px auto;
    background: #fcfcfc;
    border: 1px solid #aaa;
    height: 'auto';
    width: 800px;
    -webkit-box-shadow: 0 3px 10px #bbbbbb;
    -moz-box-shadow: 0 3px 10px #bbbbbb;
    box-shadow: 0 3px 10px #bbbbbb;
    border-radius: 6px;
    background-color: #ebebeb;
    background-image: -moz-linear-gradient(top, #dddddd, #ffffff);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#dddddd), to(#ffffff));
    background-image: -webkit-linear-gradient(top, #dddddd, #ffffff);
    background-image: -o-linear-gradient(top, #dddddd, #ffffff);
    background-image: linear-gradient(to bottom, #dddddd, #ffffff);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdddddd', endColorstr='#ffffffff', GradientType=0);
}
.example-smallImage-to-base64 {
    background: url('https://images/test.png');
    -test1-background: url('https://images/test.png');
    -test2-background: url('https://images/inner/test.png') 0 50% no-repeat;
}
.header-top {
    width: 100%;
    background: #f2f2f2 ;
}
.header-top .header-top-inner {
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    height: 50px;
    align-items: center;
}
.header-top .header-top-inner .header-top-inner-city {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 16px;
    color: #828282;
    display: flex;
    height: 17px;
}
.current-location {
    position: relative;
}
.current-location:after {
    content: "\f107";
    font-family: FontAwesome;
    margin-left: 10px;
    color: #0099ff;
}
.current-location:before {
    position: absolute;
    top: 20px;
    left: 0;
    width: 70%;
    border-bottom: 1px dashed #0099ff !important;
    content: "";
}
.fa-clock:before {
    color: #0099ff;
}
.header-top .header-top-inner .header-top-inner-adres {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 16px;
    color: #828282;
    /*margin-left: -160px;*/
}
.header-top .header-top-inner .header-top-inner-adres:before {
    content: '\f041';
    font-family: FontAwesome;
    margin-right: 10px;
    color: #0099ff;
}
.header-top .header-top-inner .header-top-inner-mail {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 16px;
    color: #828282;
}
.header-top .header-top-inner .header-top-inner-mail:before {
    content: '\f0e0';
    font-family: FontAwesome;
    margin-right: 10px;
    color: #0099ff;
}
.header-top .header-top-inner .header-top-inner-time {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 16px;
    color: #828282;
    /* &:before {
          content: '\f017';
          font-family: FontAwesome;
      }*/
}
.header-midle {
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 10px;
}
.search {
    position: relative;
}
.search_input {
    width: 300px;
    height: 45px;
    padding-left: 15px;
}
.btn_srch {
    height: 45px;
    border: none;
    position: absolute;
    right: 16px;
    color: #b3b3b3;
    background: none;
}
.btn_srch:before {
    content: '\f002';
    font-family: FontAwesome;
}
.phones_wrap {
    display: flex;
}
.phones_wrap:before {
    content: '\f095';
    font-family: FontAwesome;
    margin-right: 10px;
    color: #0099ff;
}
.phone {
    text-decoration: none;
    font-size: 19px;
    font-family: "Open Sans";
    color: #333333;
    font-weight: bold;
    line-height: 0.842;
    text-align: left;
    margin-bottom: 5px;
}
.btn_call {
    padding: 18px 26px;
    background: #0099ff;
    color: #ffffff;
    text-decoration: none;
    font-family: "Open Sans";
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
}
.btn_call:hover {
    text-decoration: none;
    background: #414141;
}
#jbfilter-id-itemname {
    width: 300px;
    height: 45px;
    padding-left: 15px;
    border-radius: unset;
}
.mcs-module .current-location {
    color: #0099ff!important;
    border-bottom: none!important;
}
.header-top-inner-soc {
    display: flex;
    font-size: 17px;
    color: #8c8c8c;
}
.header-top-inner-soc .header-top-inner-soc-item i {
    padding: 0px;
    /* width:10px;*/
}
.header-top-inner-soc .header-top-inner-soc-item a i {
    color: #8c8c8c;
}
.header-top-inner-soc .header-top-inner-soc-item a i:hover {
    color: #000000;
}
.header-top-inner-soc .header-top-inner-soc-item {
    border: 1px solid #8c8c8c;
    margin-left: 10px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.header-top-inner-soc .header-top-inner-soc-item:hover {
    border: 1px solid #000000;
}
button.contactus-button:hover {
    background: #000000!important;
}
.mcs-dialog {
    border-radius: unset!important;
}
.mcs-dialog .cities .cities-group .first-letter-cities {
    font-size: 22px!important;
    color: #474747!important;
    font-family: "Open Sans";
}
.mcs-modal-header .mcs-header .title {
    font-size: 22px!important;
    color: #474747!important;
    font-family: "Open Sans";
}
.mcs-dialog a {
    font-size: 14px!important;
    color: #474747!important;
    font-family: "Open Sans";
}
.mcs-modal-header .quick-search input {
    border-radius: unset!important;
}
.itemid233 {
    position: absolute!important;
    right: 0px;
}
#jbmodule-default-159 {
    display: none;
}
.sm-filter-cont {
    display: none;
}
#contactus-lightbox99 > div.contactus-lightbox-caption {
    background-color: unset !important;
}
div.contactus-lightbox-caption {
    border-bottom: unset;
}
.contactus-lightbox-cap > p.text-center,
p.contactus-lightbox-text-center {
    color: #474747 !important;
    font-family: "Open Sans" !important;
    font-size: 22px !important;
    font-weight: 700 !important;
    line-height: 32px !important;
    padding-top: 33px !important;
}
#contactus-lightbox99 > div.contactus-lightbox-body {
    padding: 0 50px 50px 50px;
}
.contactus-fields {
    border: 1px solid #dadada;
}
.contactus-fields::placeholder {
    color: #bfbfbf;
}

.photos_cont a {
    display: block;
    width: 80px;
    height: 59px;
    margin-bottom: 8px;
    border: 1px solid #EBEBEB;
    text-align: center;
    padding-top: 3px;
    margin-left: 8px;
}
.itemsblfoto_nd .main_img {
    float: right;
    margin-right: 40px;
}
.itemsblfoto_nd .photos_cont {
    display: block;
}

@media (max-width: 1024px) {
    .search {
        display: none;
    }
}
@media (max-width: 998px) {
    .header-top-inner-mail {
        display: none;
    }
    .header-top-inner-time {
        display: none;
    }
    .header-top .header-top-inner {
        justify-content: space-around;
    }
    #button-contactus-lightbox-form99 {
        display: none;
    }
    .header-midle {
        width: 95%;
    }
    #jbmodule-default-92 {
        margin-left: 0;
    }
}
@media (max-width: 998px) {
    .header-top > div > div.header-top-inner-soc > div:nth-child(4) {
        display: none;
    }
}
@media (max-width: 722px) {
    #button-contactus-lightbox-form99 {
        display: none;
    }
}
@media (max-width: 425px) {
    .header-top-inner-soc {
        display: none;
    }
    .logo {
        margin: 0 auto;
        padding-bottom: 25px;
    }
    .phones_wrap:before {
        display: none;
    }
    #b1b {
        margin: 0 auto;
    }
}
@media print {
    * {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }
    a,
    a:visited {
        text-decoration: underline;
    }
    a[href]:after {
        content: " (" attr(href) ")";
    }
    abbr[title]:after {
        content: " (" attr(title) ")";
    }
    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    thead {
        display: table-header-group;
    }
    tr,
    img {
        page-break-inside: avoid;
    }
    img {
        max-width: 100% !important;
    }
    @page {
        margin: 0.5cm;
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
    .no-print {
        display: none !important;
    }
}
/*@media @retina, @tablet {
    @import "media/retina-tablet.less";
}*/

.bod-tov.p_card_nd .left-tov .itemsblfoto .nd_img_wrap .dubleba {
    display: none;
}