.search-toolbar-ntz {
    background: #fff;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    z-index: 995;
    line-height: 50px;
    height: 50px;
    text-align: right;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
}

.search-toolbar__home-logo-link {
    display: inline-block;
    margin-right: 32px;
    position: absolute;
    line-height: 50px;
    height: 50px;
    left: 20px;
    top: 0;
}

.search-toolbar__home-logo-link img {
    height: 50px;
    width:116px;
    vertical-align: top;
}

.search-toolbar__link-buttons {
    display: inline-block;
    text-align: right;
    vertical-align: top;
    line-height: 50px;
    height:50px;
}

.link-buttons__button, .link-buttons__button-text {
    display: inline-block;
    background: #6BC201;
    color: #fff;
    border-radius:5px;
    font-weight: bold;
    line-height: 40px;
    height: 40px;
    width:40px;
    text-align: center;
    vertical-align: middle;
    margin-right: 8px;
    position: relative;
}

.button__badge {
    position: absolute;
    right: -5px;
    top:-5px;
    background: #00A1E5;
    color:#fff;
    font-size: 10px;
    font-weight: normal;
    border:2px solid #fff;
    width:18px;
    height: 18px;
    line-height: 14px;
    text-align: center;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;
}

.button__badge:empty {
    display: none;
}

.link-buttons__button-text {
    padding: 0 12px;
    width:auto;
}

.link-buttons__button-text img {
    margin-right: 8px;
}

.link-buttons__button  img, .link-buttons__button-text img{
    height: 20px;
    vertical-align: middle;
}

.link-buttons__button-menu {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    margin-right: 8px;
}

.link-buttons__button-menu  img{
    height: 20px;
    vertical-align: middle;
}

.search-toolbar-ntz-menu {
    position: absolute;
    background: #fff;
    right: -110%;
    /*top:0;*/
    bottom: 0;
    width: 100%;
    min-width: 320px;
    max-width: 480px;
    z-index: 9999;
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.5);
    -webkit-transition: all 100ms linear;
    -moz-transition: all 100ms linear;
    transition: all 100ms linear;
    vertical-align: top;
}

.search-toolbar-ntz-menu__header {
    height:50px;
    border-bottom:1px solid #D4D4D4;
    text-align: right;
    line-height: 49px;
}

.header__close-button {
    display: inline-block;
    vertical-align: middle;
    margin-right: 16px;
    height: 22px;
}

.search-toolbar-ntz-menu__list {
    list-style: none;
    margin:0;
    padding:0;
    text-align: center;
}

.search-toolbar-ntz-menu__list li {
    line-height: 50px;
}

.search-toolbar-ntz-menu__list a {
    color:#000;
}

.menu-list__lang-link, .menu-list__active-lang {
    display: inline-block;
    padding: 0 16px;
}

.menu-list__active-lang {
    font-weight: bold;
}

.search-toolbar-ntz-menu__title {
    color:#6BC201;
    font-weight: bold;
    font-size: 18px;
    line-height: 64px;
    text-align: center;
    margin-top:8px;
    display: block;
}

.ntz-about__text-content {
    padding: 16px 32px;
}

.ntz-about__text-content__popup {
    width: 100%;
    box-sizing: border-box!important;
}

.ntz-about__text-content-container {
    width:800px;
    max-height: 500px;
    overflow: auto;
}

.ntz-about__text-content__popup * {
    box-sizing: border-box!important;
}

.ntz-about__text-content h3 {
    line-height: 52px;
    font-size: 23px;
}

.ntz-about__text-content p {
    margin: 16px 0;
    font-size: 14px;
    line-height: 140%;
    color: #666;
}

#apInfo {
    display: inline-block;
    border-radius: 5px;
    box-shadow: 0 0 6px rgba(0,0,0,0.25);
    padding: 13px 17px;
    margin-top: 2px;
    font-size: 12px;
}

#apInfo>div {
    display: inline-block;
    vertical-align: top;
}
#apContacts {
    border-right: 1px solid #eee;
    padding-right: 15px;
    line-height: 15px;
}

#apInfo .hSpacer {
    height: 10px;
}

#apInfo>div {
    display: inline-block;
    vertical-align: top;
}

#apWorkTime {
    color: #868686;
    margin-left: 10px;
    font-size: 11px;
    padding-top: 3px;
    line-height: 14px;
}

#apWorkTime .times {
    text-align: right;
}

.ntz-menu__content-container {
    height: 100%;
    padding-bottom: 50px;
    overflow-x: auto;
}

.search-toolbar-ntz-info {
    position: absolute;
    top:50px;
    left:0;
    right: 0;
    background-color: rgba(255, 255, 255, 0.85);
    white-space: nowrap;
}

.search-toolbar-ntz-info__close {
    display: inline-block;
    vertical-align: middle;
    padding: 0 8px;
    height: 56px;
    line-height: 56px;
    position: relative;
    z-index: 1;
}

.search-toolbar-ntz-info__text {
    display: inline-block;
    vertical-align: middle;
    white-space: normal;
    padding: 0;
    padding-left: 40px;
    margin-left: -40px;
    width:100%;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 16px;
    position:relative;
    text-align: left;
}

.ntz-info-text__main-details {
    color: #000;
    font-weight: bold;
}
.ntz-info-text__other-details {
    color:#aaa;
    display: inline-block;
    max-height: 38px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ntz-info__close-button {
    display: inline-block;
    vertical-align: middle;
    height: 24px;
}

.ntz-info-text__search-link {
    color:#6BC201;
    text-decoration: underline;
    font-weight: bold;
}

a.ntz-link {
    color: #6BC201;
}