html,
body {
    height: auto;
    color: #464646;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 2em;
}

.dark-orange {
    background-color: #dd6843;
}
.dark-orange:hover{
    background-color: #d2481c;
}

.dark-orange:active{
    background-color: #d64213;
}

.dark-orange:focus{
    background-color: #d64213;
}

.dark-orange:active:focus{
    background-color: #d64213;
}

.wrap {
    min-height: 100%;
    /*width: 1240px;*/
    height: auto;
    margin: 0 auto;
    padding: 0 0;
}

.wrap > .container {
    padding: 70px 15px 20px;
}

.footer {
    height: 60px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.btn {
    margin-right: 6px;
}

.btn-action {
    margin-right: 5px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: /*"\e113"*/ "\e151";
}

a.desc:after {
    content: /*"\e114"*/ "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* 3OM */

.select2-results__option {
    line-height: 18px;
}

.spacer {
    height: 18px;
}

.hospital-table .select2-selection--single .select2-selection__rendered,
.medicament-table .select2-selection--single .select2-selection__rendered {
    color: #00AAF0 !important;
}

@media (min-width: 768px) {
    .modal-dialog {
        margin-top: 130px !important;
    }
}

.select2-hidden-accessible option,
.select2-hidden-accessible span {
    text-transform: uppercase;
}

.validate-img {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -32px;
    margin-top: -32px;
}

.tt-suggestion.tt-selectable {
    text-align: left;
    white-space: normal !important;
}

.brand-logo-img {
    padding: 5px;
    margin-top: -9px;
    margin-left: 0 !important;
}

.brand-logo-img {
    height: 40px;
}

.breadcrumb {
    /*width: auto;*/
    /*margin-top: 12px !important;*/
    /*margin-bottom: 12px !important;*/
    padding-top: 0;
    padding-right: 0;
    padding-left: 0;
    margin: 12px auto -26px;
    background-color: #fff;
    border-radius: 0;
    font-size: 13px;
}

/* Main header */

.main-header a {
    color: inherit;
}

.main-header {
    background-color: #232364;
    height: 160px;
    color: #ffffff;
    position: relative;
}

.main-header-slogan {
    padding-top: 10px;
    text-align: center;
    font-size: 15px;
}

.pulogo {
    position: absolute;
    top: 2px;
    right: -140px;
}

.main-header::before {
    background-color: #f8f8f8;
    box-shadow: 0px 6px 9.8px 0.2px rgba(0, 0, 0, 0.2);
    width: 100%;
    height: 32px;
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}

.main-header .test {
    text-align: center;
    background-color: #F8F8F8;
    color: #0096FF;
}

.main-header-contacts .fa,
.main-footer .fa {
    margin-right: 10px;
}

.main-header-contacts .fa-phone,
.main-footer .fa-phone {
    margin-right: 6px;
}

.some_header {
    display: flex;
}

.main-header-logo {
    /*float: left;*/
    margin-top: 57px;
    width: 130px;
    position: relative;
}

.main-header-logo img {
    width: 126px;
}

.logo-text {
    width: 126px;
    color: #FCDA2A;
    font-size: 13px;
    font-weight: 700;
    text-align: center;
}

.main-header-search {
    /*float: left;*/
    width: 60%;
    margin: 0 auto;
    margin-top: 9px;

    text-align: center;
}

.main-header-search .hotline {
    /*float: left;*/
    /*width: 631px;*/
    font-size: 14px;
    font-weight: 400;
    line-height: 34px;
    text-align: center;
    text-transform: uppercase;
}

.top-number-line {
    display: inline-block;
    margin-right: 6px;
}

.top-mail-line {
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    text-transform: lowercase;
}

.top-mail-line .fa-circle {
    font-size: 4px;
    vertical-align: middle;
    margin-right: 10px;
}

.top-number-line p {
    margin: 0;
    padding: 0;
    font-size: 18px;
    line-height: 0px;
}

.top-number-line span {
    line-height: 12px;
    font-size: 10px;
    font-family: 'Open Sans', sans-serif;
    text-transform: capitalize;
    letter-spacing: 0.15px;
}

.main-header-search .hotline.dev-mod {
    float: left;
    margin-left: 304px;
    margin-top: 7px;
}

.main-header-login {
    /*width: 134px;*/
    font-size: 13px;
    margin-top: 64px;
    font-weight: 400;
    line-height: 26px;
    text-align: right;
}

.main-header-login .fa-sign-in {
    margin-right: 6px;
    font-size: 14px;
}

.main-header-login .logout {
    display: block;
}

.main-header-partners img {
    width: 98px;
}

.main-header-partners li {
    margin-bottom: 12px;
}

.main-header-partners ul {
    list-style: none;
    float: right;
}

.main-header-menu {
    position: relative;
}

.main-header-menu ul {
    position: absolute;
    top: -20px;
    right: 0;
    list-style: none;
    margin: 0;
}

.main-header-menu ul li {
    display: inline-block;
}

.main-header-menu ul a {
    display: block;
    padding: 0 10px;
}

.main-header-menu a:hover span {
    color: #ADACB0;
}

.main-header-menu li.active a:hover span {
    color: #fff;
    cursor: default;
}

.main-header-menu li:last-child a {
    padding-right: 0;
}

.main-header-menu span {
    padding-bottom: 3px;
}

.main-header-menu .active span {
    border-bottom: 1px solid #fff;
}

.wrap {
    position: relative;
}

.main-header-logged {
    position: absolute;
    right: 0;
    z-index: 1000;
    background-color: #24214d;
    width: 220px;
    height: 25px;
    padding: 5px 0;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    font-size: 12px;
    line-height: 12px;
}

.main-header-logged-container {
    position: relative;
}

.main-header-logged a {
    color: #ffffff;
}

.main-header-logged .logged-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.main-header-logged .logged-menu li {
    display: inline-block;
    margin-left: 15px;
}

.main-header-logged .logged-menu li:first-child {
    margin-left: 15px;
}

/* Index search */

.index-search {
    position: relative;
    height: 300px;
    padding: 55px 0;
    background: url("/web/media/index-bg-a.png") no-repeat center;
}

.search-content .index-search {
    height: 220px;
    background-position-y: 0px;
}

.search-content .breadcrumb {
    margin-top: 0;
}

.main-header-search form {
    display: flex;
    justify-content: center;
    margin-top: 53px;
}

.index-search::before {
    background-color: #f8f8f8;
    box-shadow: 0px 3px 9.8px 0.2px rgba(0, 0, 0, 0.2);
    width: 100%;
    height: 10px;
    content: "";
    display: block;
    position: absolute;
    top: 0;
}

.main-header-search .search-block-title {
    font-size: 44px;
    font-weight: 400;
    text-align: center;
    color: inherit;
}

.alert-availability-message, .alert-category-message {
    margin-top: 30px;
    margin-bottom: 0px;
}

.alert-parent-category-message, .alert-child-category-message, .alert-manager-message {
    margin-top: 30px;
    margin-bottom: 20px;
}

.alert-hospital-message, .alert-import-message {
    margin-top: 30px;
    margin-bottom: 30px;
}

.alert-message-close-button {
    margin-top: 5px;
}

.main-header-search form span {
    background-color: #fff;
    border-radius: 6px;
}

.main-header-search form span::before {
    position: absolute;
    left: 4px;
    top: -5px;
    margin: 10px;
    content: "\f002";
    font-family: FontAwesome;
    font-size: 20px;
    line-height: 25px;
    color: #BCBEC0;
    z-index: 1000;

    -moz-transform: scale(-1, 1);
    -webkit-transform: scale(-1, 1);
    -o-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
}

.search-input {
    background-color: #fff !important;
    width: 460px;
    padding-left: 52px;
    font-size: 13px;
    font-weight: 400;
    border-style: solid;
    border-width: 2px;
    border-color: #FCDA2A;
    box-sizing: border-box;
    background-color: #ffffff;
    height: 36px;
    border-radius: 0;
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px;
}

.search-input:focus {
    box-shadow: 0 0 5px #FCDA2A;
    border-color: #FCDA2A;
}

.hospital-availability-search > div {
    /*float: left;*/
}

.hospital-availability-search .search-input {
    /*width: 1140px;*/
    border-color: #00AFF0;
    border-width: 1px;
    border-radius: 6px;
}

.hospital-availability-search .search-input:focus {
    box-shadow: 0 0 5px #00AFF0;
    border-color: #00AFF0;
}

.form-control.tt-hint {
    display: none;
}

.twitter-typeahead input:first-child {
    height: 38px;
}

.index-search-button {
    /*float: left;*/
    border-radius: 0;
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px;
    background-color: #FCDA2A;
    width: 88px;
    height: 36px;
    color: #232364;
    line-height: 0;
}

.index-search-button:after {
    content: 'ПОШУК';
    font-size: 14px;
}

.index-search-header {
    display: none;
}

.search-add-text {
    margin-top: 30px;
    line-height: 24px;
    font-size: 12px;
    font-style: italic;
}

/* Main menu */

.main-menu {
    font-size: 14px;
    height: 38px;
    /*margin-top: -2px;*/
    text-align: center;
    position: relative;
}

.main-menu::before {
    background-color: #f8f8f8;
    box-shadow: 0px 3px 9.8px 0.2px rgba(0, 0, 0, 0.2);
    width: 100%;
    height: 34px;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.main-menu a {
    text-decoration: none;
    color: #000;
}

.main-menu a:hover {
    color: #00aeef;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    color: #00aeef;
    text-decoration: none;
    background: none;
}

.main-menu > li,
.main-menu .dropdown {
    margin-right: 100px;
}

.main-menu > li:first-child {
    margin-left: -32px;
}

.main-menu > *:last-child {
    margin-right: 0;
}

.main-menu .dropdown {
    display: inline-block;
}

.main-menu li {
    font-size: 14px;
    text-align: center;
    list-style: none;
    display: inline-block;
}

/* Index map */

.index-map {
    text-align: center;
    padding-bottom: 24px;
    background: url("/web/media/index-regions-bg-pattern.png") left top repeat;
    background-size: 212px 379px;
}

.map {
    position: relative;
}

#map {
    height: 100%;
    box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.3);
}

.index-map .map-img {
    background: url("/web/media/index-map.png?201811212");
    width: 700px;
    height: 456px;
    margin-top: 30px;
}

.index-map .map-img .map-image {
    width: 100%;
    height: 456px;
}

.block-app-shop {
    border: 2px solid #eaeaea;
    border-left: none;
    border-right: none;
    background-color: #f1f2f2;
    padding: 60px 0;
}

.buttons-store {
    margin: 2% 0 2% 55%;
    max-width: 310px;
    position: relative;
}

.buttons-store:before {
    position: absolute;
    content: '';
    background: url("../media/img_phone@2x.png.png") center center no-repeat;
    background-size: 62%;
    top: -60px;
    left: -470px;
    width: 460px;
    height: 270px;
}

.buttons-store p {
    width: 266px;
    font-weight: 600;
}

.links-store a {
    margin-right: 20px;
}

.links-store a:last-child {
    margin-right: 0;
}

.links-store a img {
    width: 135px;
}

.map-header {
    text-align: center;
    margin: 30px auto 0;
    max-width: 485px;
}

.map-description {
    margin-top: 18px;
    line-height: 24px;
}

.map-description span {
    margin-right: 55px;
}

.map-description .bullet-active-blue {
    color: #b1e1f2;
    margin-right: 5px;
}

.map-description .bullet-active-yellow {
    color: #fbd478;
    margin-right: 5px;
}

.map-bullet {
    position: absolute;
    padding: 0 6px;
    height: 18px;
    font-size: 12px;
    line-height: 16px;
    border: solid 1px #0096FF;
    border-radius: 5px;
    color: #0096FF;
    background-color: #fff;
}

.map-bullet:hover {
    text-decoration: none;

}

.map-bullet.kyiv {
    top: 95px;
    left: 312px;
}

.map-bullet.kyivska {
    top: 135px;
    left: 302px;
}

.map-bullet.khmelnytskyi {
    top: 164px;
    left: 161px;
}

.map-bullet.cherkasy {
    top: 178px;
    left: 317px;
}

.map-bullet.chernihiv {
    top: 55px;
    left: 336px;
}

.map-bullet.chernivtsi {
    top: 219px;
    left: 123px;
}

.map-bullet.kharkiv {
    top: 144px;
    left: 523px;
}

.map-bullet.ternopil {
    top: 139px;
    left: 90px;
}

.map-bullet.sumy {
    top: 84px;
    left: 444px;
}

.map-bullet.rivne {
    top: 61px;
    left: 145px;
}

.map-bullet.poltava {
    top: 150px;
    left: 420px;
}

.map-bullet.odesa {
    top: 309px;
    left: 292px;
}

.map-bullet.mykolaiv {
    top: 271px;
    left: 335px;
}

.map-bullet.lviv {
    top: 117px;
    left: 24px;
}

.map-bullet.luhansk {
    top: 170px;
    left: 618px;
}

.map-bullet.kirovohrad {
    top: 213px;
    left: 336px;
}

.map-bullet.ivano-frankivsk {
    top: 186px;
    left: 39px;
}

.map-bullet.zaporizhia {
    top: 289px;
    left: 497px;
}

.map-bullet.uzhgorod {
    top: 209px;
    left: -8px;
}

.map-bullet.zhytomyr {
    top: 86px;
    left: 205px;
}

.map-bullet.kherson {
    top: 321px;
    left: 407px;
}

.map-bullet.donetsk {
    top: 240px;
    left: 570px;
}

.map-bullet.dnipropetrovsk {
    top: 218px;
    left: 448px;
}

.map-bullet.lutsk {
    top: 40px;
    left: 60px;
}

.map-bullet.vinnytsya {
    top: 196px;
    left: 220px;
}

.map-bullet.krym {
    top: 390px;
    left: 456px;
}

/* Index regions */

.index-regions {
    padding: 24px 0 32px;
    border-top: solid 1px #f1f2f2;
}

.index-regions li {
    list-style-type: none;
    text-align: left;
    padding-left: 24px;
}

li.active-blue:before {
    font-family: 'FontAwesome';
    content: '\f111';
    float: left;
    margin-left: -25px;
    color: #b1e1f2;
}

li.active-yellow:before {
    font-family: 'FontAwesome';
    content: '\f111';
    float: left;
    margin-left: -25px;
    color: #fbd478;
}

.index-regions li.active-yellow a, .index-regions li.active-blue a {
    color: #190000;
}

.index-regions li.active-yellow i {
    margin-left: 5px;
}

li.non-active:before {
    font-family: 'FontAwesome';
    content: '\f10c';
    float: left;
    margin-left: -25px;
    color: #8a8a8a;
}

.index-regions li.non-active a {
    color: #8a8a8a;
}

/* Ways for drugs purchases */

.drugs-purchases {
    background-color: #F3F3F3;
    padding: 15px 0 36px;
    border-top: solid 1px #f1f2f2;
}

.drugs-purchases .col-md-3 {
    box-shadow: 61px 0 0 -60px #ddd;
    text-align: center;
}

@media all and (max-width: 991px) {
    .drugs-purchases .col-md-3 {
        padding-bottom: 25px;
        box-shadow: 0 61px 0 -60px #ddd;
    }
}

@media all and (min-width: 1200px) {
    .drugs-purchases .col-md-3 {
        height: 414px;
    }
}

@media all and (min-width: 992px) and (max-width: 1199px) {
    .drugs-purchases .col-md-3 {
        height: 432px;
    }
}

.drugs-purchases .col-md-3:last-child {
    box-shadow: none;
}

.drugs-purchases h2 {
    text-align: center;
}

.drugs-purchases img {
    width: 250px;
}

@media all and (min-width: 992px) and (max-width: 1199px) {
    .drugs-purchases img {
        width: 220px;
    }
}

@media all and (max-width: 991px) {
    .drugs-purchases img {
        max-width: 300px;
        margin-top: 20px;
    }
}

.drugs-purchases-description {
    text-align: center;
}

.drugs-purchases-description h4 {
    font-size: 20px;
    line-height: 1.3;
}

.drugs-purchases-description p {
    font-size: 14px;
    line-height: 1.3;
}

.drugs-purchases-description a {
    display: block;
    font-size: 14px;
    line-height: 1.3;
    margin: 10px 0;
}

/* Footer */

.index-footer {
    margin-top: 50px;
    padding: 0;
}

.index-footer-contacts {
    display: none;
}

.index-footer-about {
    position: relative;
    padding: 15px 0 36px;
    color: #000;
    font-size: 14px;
    font-weight: 400;
    border-top: solid 1px #f1f2f2;
}

.index-footer-about h2 {
    margin-bottom: 24px;
    text-align: center;
}

.index-footer-about p {
    margin-bottom: 20px;
    z-index: 3;
    line-height: 24px;
}

.bottom-line-about {
    border-bottom: 1px solid #eee;
}

.index-footer-partners {
    /*text-align: center;*/
    line-height: 120px;
    vertical-align: middle;
    padding: 0 0 48px;
    /*background-color: #fcfcfc;*/
}

.index-footer-partners .container {
    display: flex;
}

.index-footer-partner {
    display: inline-block;
    width: 33.3%;
    text-align: center;
}


.user-default-index .admin-hospital-table tbody td {
    vertical-align: middle;
}

.user-default-index .admin-hospital-table tbody .td-action {
    text-align: center;
}

/* Content */

.main-content {
    min-height: calc(100vh - 500px);
    margin-bottom: 50px;
}

.error-page {
    min-height: calc(100vh - 250px);
    margin-bottom: 50px;
}

.error-page-display {
    min-height: calc(100vh - 475px);
}

.error-page .error-page-title {
    text-align: center;
}

.error-page .error-page-404-image {
    background: url('/web/media/error-page/404-page.png') center no-repeat;
    background-size: auto 370px;
    height: 430px;
}

.error-page .error-page-image {
    background: url('/web/media/error-page/errors-page.png') center no-repeat;
    background-size: auto 370px;
    height: 430px;
}

.error-page .error-page-text {
    text-align: center;
    font-weight: bold;
    line-height: 30px;
    font-size: 22px;
    color: #010101;
}

.error-page .error-page-contact {
    margin-top: 30px;
    margin-bottom: 20px;
    text-align: center;
    font-size: 18px;
    line-height: 30px;
}

.user-api-key {
    display: inline-block;
    width: 90%;
}

.user-api-key-button {
    margin-left: 5px;
}

@media (-webkit-min-device-pixel-ratio: 2) {
    .index-map .map-img {
        background-image: url("/web/media/index-map_retina.png?201811212");
        background-size: cover;
    }

    .error-page .error-page-404-image {
        background-image: url("/web/media/error-page/404-page@2x.png");
    }

    .error-page .error-page-image {
        background-image: url("/web/media/error-page/errors-page@2x.png");
    }
}

.search-content {
    min-height: calc(100vh - 192px);
    margin-bottom: 30px;
}

.index-text {
    position: relative;
    font-size: 18px;
    font-weight: 400;
    padding: 48px 0;
}

.index-text:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: url("/web/media/index-bg-c.png") center no-repeat;
    width: 100%;
    height: 100%;
    opacity: 0.8;
    z-index: -1;
}

.index-text p {
    padding-left: 83px;
    min-height: 70px;
}

.index-contacts {
    display: block;
    margin: 7px 0;
    font-weight: normal;
}

.index-phone {
    font-weight: 700;
    white-space: nowrap;
}

.index-mails {
    margin: 7px 0;
    font-weight: 700;
}

.index-mails a {
    color: inherit;
}

.index-text p:first-child {
    background: url("/web/media/index-question-mark.png") no-repeat top left;
}

.index-text p:last-child {
    background: url("/web/media/index-exclamation-mark.png") no-repeat top left;
    margin-top: 40px;
    margin-bottom: 0;
}

.table td {
    font-size: 14px;
}

.hospital-table thead tr:first-child {
    display: none;
    min-width: 256px;
    width: 256px;
    font-weight: 600;
}

.hospital-table tbody td:nth-child(2) {
    min-width: 256px;
    width: 256px;
    font-weight: 600;
}

.hospital-table tbody td:nth-child(3) {
    min-width: 600px;
    width: 600px;
}

.hospital-table tbody td:nth-child(4),
.hospital-table th:nth-child(4) {
    min-width: 284px;
    width: 284px;
}

#import-form div.field-uploadform-xlsfile label, #import-form div.field-uploadfile-file label {
    margin-right: 0px;
}

.import-errors-table td:nth-child(1) {
    width: 50px;
}

.import-errors-table td:nth-child(5) {
    width: 100px;
}

.import-errors-table td:nth-child(4) {
    width: 120px;
}

#w2-filters td {
    border: none;
}

#w2-filters td:nth-child(1) {
    display: block !important;
    margin-right: -90px;
}

#w2-filters td:nth-child(3),
#w2-filters td:nth-child(4) {
    display: none;
}

#w2-filters .select2 {
    margin-bottom: 12px;
}

.import-errors-date {
    font-size: 11px;
}

#w0-kvdate {
    width: 138px;
}

.hospital-table > thead > tr > th,
.hospital-table > tbody > tr > th,
.hospital-table > tfoot > tr > th,
.hospital-table > thead > tr > td,
.hospital-table > tbody > tr > td,
.hospital-table > tfoot > tr > td {
    border-top: none;
    border-bottom: 1px solid #ddd;
    padding-top: 18px;
    padding-bottom: 18px;
    padding-left: 0;
}

.hospital-table td.kv-grid-group {
    padding-top: 28px !important;
    padding-left: 24px !important;
    padding-bottom: 8px !important;
    font-size: 18px;
    font-weight: 700;
    border-bottom-color: #444 !important;
    background-image: url("/web/media/hospitals-table-region-bullet.png");
    background-repeat: no-repeat;
    background-size: 10px 10px;
    background-position: 0 36px;
}

.region-logo {
    float: left;
    width: 104px;
    margin-right: 18px;
}

.region-logo img {
    width: 100%;
}

.region-title {
    /*float: left;*/
    margin-top: 0;
    margin-bottom: 24px;
    font-size: 30px;
    line-height: 40px;
}

.filters-tip {
    border-top: 1px solid #E6E7E8;
    padding-top: 18px;
    margin-top: 18px;
    font-size: 12px;
}

.region-info {
    margin-top: 12px;
    margin-bottom: 18px;
    /*width: 346px;*/
}

.district-dropdown,
.locality-dropdown {
    /*float: right;*/
    /*margin-left: 24px;*/
}

.district-dropdown .btn,
.locality-dropdown .btn {
    width: 192px;
    height: 24px;
    font-weight: 600;
    line-height: 8px;
}

.district-dropdown .btn:hover,
.locality-dropdown .btn:hover {
    color: #fff;
    background-color: #00AEEF;
    border-color: #00AEEF;
}

.district-dropdown .btn[aria-expanded=true],
.locality-dropdown .btn[aria-expanded=true] {
    color: #fff;
    background-color: #00AEEF;
    border-color: #00AEEF;
}

.district-dropdown .dropdown-menu,
.locality-dropdown .dropdown-menu {
    min-width: 192px;
}

.dropdown-menu > li > a {
    padding: 8px 14px;
    font-size: 12px;
}

.medicament-table .select2-container--krajee .select2-selection,
.hospital-table .select2-container--krajee .select2-selection {
    border-color: #00AEEF;
}

.medicament-table .select2-container--krajee .select2-selection--single .select2-selection__placeholder,
.hospital-table .select2-container--krajee .select2-selection--single .select2-selection__placeholder {
    color: #00AEEF;
    font-weight: 600;
}

.medicament-table .select2-container--krajee .select2-selection--single .select2-selection__arrow,
.hospital-table .select2-container--krajee .select2-selection--single .select2-selection__arrow {
    border-left-color: #00AEEF;
}

.medicament-table .select2-container--krajee .select2-selection--single .select2-selection__arrow b,
.hospital-table .select2-container--krajee .select2-selection--single .select2-selection__arrow b {
    border-color: #00AEEF transparent transparent transparent;
}

.select2-results {
    font-size: 14px;
}

/* Hospital */
.hospital-title {
    margin-bottom: 36px;
}

#map-region {
    float: right;
    width: 760px;
    height: 324px;
    margin-top: 6px;
    margin-bottom: 18px;
    box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.3);
}

.hospital_container {
    display: flex;
    justify-content: center;
}

.hospital-map {
    /*float: left;*/
    margin: 0 60px 48px 0;
    width: 100%;
    height: 396px;
}

.hospital-map img {
    /*width: 100%;*/
    /*height: 100%;*/
}

.hospital-info,
.admin-hospital-info {
    display: block;
    width: 100%;
    font-size: 14px;
}

.medicament-info {
    margin-bottom: 24px;
}

.hospital-info span,
.medicament-info span {
    display: inline-block;
    width: 178px;
    font-weight: 600;
}

.hospital-info > div,
.medicament-info div {
    position: relative;
    padding: 8px 0 8px 24px;
    border-bottom: solid 1px #E6E7E8;
}

.medicament-info div {
    padding: 8px 0;
    width: 848px;
    float: none;
}

.medicament-info span {
    width: 224px;
}

.hospital-info span {
    width: 224px;
}

.hospital-info > div:first-child {
    padding-top: 0;
}

.hospital-info > div:last-child {
    border-bottom: none;
}

.hospital-info div::before {
    position: absolute;
    left: 0;
    top: 8px;
    font-family: FontAwesome;
    font-size: 14px;
}

.region, .district, .address, .phone, .edrpou {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

.district .district-area, .district .district-name {
    padding-top: 7px;
}

.hospital-info span {
    width: 33%;
}

.hospital-info .region::before {
    content: "\f279";
}

.hospital-info .district::before {
    content: "\f041";
}

.hospital-info .address::before {
    content: "\f277";
}

.hospital-info .phone::before {
    content: "\f098";
    top: 0;
}

.hospital-info .edrpou::before {
    content: "\f212";
}

.hospital-availability-title {
    margin-bottom: 24px;
    font-size: 30px;
}

.hospital-availability-title {
    margin-top: 0;
}

.medicament-availability-table {
    margin-top: 24px;
}

.medicament-table > thead > tr > th {
    border-top: none;
    padding-top: 16px;
}

.medicament-table > thead > tr > th:nth-child(3) {
    width: 6% !important;
}

.medicament-table th:nth-child(3) {
    padding-left: 0;
    width: 9%;
    font-size: 12px;
    width: 120px;
}

.medicament-table th:nth-child(4) {
    text-align: right;
    font-size: 12px;
}

.medicament-table td {
    padding: 4px 0 !important;
    border: none !important;
}

.medicament-table tr.kv-grid-group-row {
    border-top: 1px solid #E6E7E8;
    font-weight: 600;
}

.medicament-table tr:not(.kv-grid-group-row) td:nth-child(3) {
    font-weight: 600;
}

.medicament-table tr:not(.kv-grid-group-row) td:nth-child(4) {
    text-align: right;
    width: 144px;
}

.medicament-table tr:not(.kv-grid-group-row) td a {
    padding-left: 6px;
    border-left: 2px solid #BCBEC0;
}

.medicament-table tr:not(.kv-grid-group-row) td a {
    color: #00AAF0;
    font-weight: 600;
}

.medicament-table tbody tr:not(.kv-grid-group-row) td a,
.medicament-table tbody tr:not(.kv-grid-group-row) td span {
    display: block;
    background-color: #F7F7F7;
}

.medicament-table td.kv-grid-group {
    padding-top: 18px !important;
    padding-bottom: 6px !important;
    border: none;
}

.medicament-table .filter-tip {
    width: 360px;
}

.medicament-table .filters .select2 {
    width: 360px !important;
}

.medicament-table .filters .kv-grid-hide {
    display: block !important;
}

.hospital-availability-table td.medicament-title {
    width: 79% !important;
}

.hospital-availability-table td.medicament-title .dosage-form-custom,
.hospital-availability-table td.medicament-title .inn {
    color: #231F20;
    font-weight: 400;
    padding-left: 12px;
    margin-left: 12px;
    border-left: 2px solid #BCBEC0;
}

.hospital-availability-table td.medicament-title .inn {
    font-weight: 600;
}

.medicament-title a {
    text-decoration: none;
}

.admin-import-errors-table tbody tr td {
    border: none;
}

.admin-import-errors-table .medicament-string-row td {
    border-top: 1px solid #ddd;
}

.admin-import-errors-table .medicament-string-row td.package-title {
    padding-left: 16px;
}

.admin-import-errors-table .col-dosage-form + .select2 {
    width: 180px !important;
    max-width: 180px;
    min-width: 180px;
}

.admin-import-errors-table .col-medicament + .select2 {
    width: 170px !important;
    max-width: 170px;
    min-width: 170px;
}

.admin-import-errors-table .col-package {
    width: 80px !important;
    max-width: 80px;
    min-width: 80px;
}

.admin-import-errors-table .col-date {
    width: 120px !important;
    max-width: 120px;
    min-width: 120px;
}

.admin-import-errors-table .col-quantity {
    width: 100px !important;
    max-width: 100px;
    min-width: 100px;
}

.admin-import-errors-table .col-parent-category {
    width: 150px !important;
    max-width: 150px;
    min-width: 150px;
}

.admin-import-errors-table .col-child-category {
    width: 150px !important;
    max-width: 150px;
    min-width: 150px;
}

.admin-import-errors-table .col-exclusion {
    width: 160px;
    min-width: 160px;
}

.admin-import-errors-table .col-exclusion-label {
    display: table-row;
}

.admin-import-errors-table .col-exclusion-input {
    display: table-cell;
}

.admin-import-errors-table .col-exclusion-input-text {
    display: table-cell;
    padding-left: 5px;
}

.admin-import-errors-table .col-exclusion-checkbox-column {
    vertical-align: middle;
}

.admin-import-errors-table .error-text {
    color: red;
}

.import-data-alert {
    margin-top: 20px;
    margin-bottom: 0px;
}

.alert-sync-drlz-message {
    margin-top: 30px;
    margin-bottom: -10px;
}

.admin-availability-table .availability-delete-checkbox {
    position: relative;
    top: 7px;
}

.btn-availability-add {
    margin-left: 10px;
    margin-right: 0px;
}

.admin-availability-table .availability-delete-button {
    position: relative;
    left: 30px;
}

.admin-availability-table .availability-delete-main-row {
    border-bottom: 1px solid #ddd;
}

.admin-availability-table .remove-icon {
    margin-top: 14px;
    display: block;
    height: 16px;
    width: 16px;
    background: url(/web/media/remove-icon.png) no-repeat;
    background-size: 16px 16px;
    position: relative;
    top: -5px;
}

.admin-availability-table .fa-info-circle-tooltip {
    margin-left: 15px;
    /*color: #777;*/
    font-size: 19px;
}

.admin-availability-table .fa-info-category-circle-tooltip {
    margin-left: 5px;
    /*color: #777;*/
    font-size: 19px;
}

.history-availability-table .number-column {
    width: 40px;
}

.history-availability-table .medicament-column {
    width: 180px;
}

.history-availability-table .dosage-form-column, .history-availability-table .dosage-form-custom-column {
    width: 200px;
}

.history-availability-table .package-column, .history-availability-table .quantity-column {
    width: 80px;
}

.history-availability-table .status-column, .history-availability-table .time-column {
    width: 160px;
}
.dosage-form-custom-column__width {

    width: 180px;
}

.history-availability-table .action-column {
    text-align: center;
}

.history-item-table td {
    border-top: none !important;
}

.history-item-table .child-category {
    padding-left: 30px;
}

.history-item-table .last-item-row {
    border-top: 1px solid #ccc;
}

.availabilities-export-row {
    margin-top: 20px;
    margin-bottom: 25px;
}

.availabilities-export-title {
    text-align: center;
}

.availabilities-export-text {
    margin-top: 20px;
    height: 155px;
    text-align: center;
}

.availabilities-export-image {
    height: 285px;
    text-align: center;
}

.availabilities-export-image img {
    max-height: 250px;
}

.availabilities-export-image-tooltip {
    font-size: small;
    color: gray;
    text-align: center;
    display: block;
}

.fa-clock-o {
    color: #00A14B;
}

.fa-clock-yellow {
    color: #f8e71c;
}

.fa-clock-orange {
    color: #f6a623;
}

.fa-clock-red {
    color: #d0011b;
}

.fa-clock-gray {
    color: gray;
}

.fa-clock-o-history {
    position: relative;
    top: 4px;
    margin-left: 15%;
}

.fa-clock-visible {
    visibility: hidden;
}

.date-picker-changed-date-hide {
    display: none;
}

.clock_date {
    display: flex;
    flex-flow: column wrap;
    align-items: flex-end;
}

.clock_date_inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.clock_date_inner i {
    margin-left: 40%;
}

.nav-categories-tabs {
    margin-top: 20px;
    margin-bottom: 20px;
}

.hospital-child-category-btn {
    margin-bottom: 20px;
}

.nav_arrows {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    /*right: 18%;*/
}

.nav_arrows .fa-arrow-circle-left {
    color: #00AFF0;
}

.nav_arrows .fa-arrow-circle-right {
    color: #00AFF0;
}

.history-tag {
    display: inline-block;
    font-size: 10px;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    margin: 0 4px;
}

.active-color-red {
    color: #d0011b;
}

.hospital-availability-table th,
.medicament-availability-table th {
    text-align: center;
}

.hospital-availability-table td,
.medicament-availability-table td {
    padding: 24px 12px 24px 0 !important;
    text-align: center;
    font-weight: 600;
    width: 170px;
}

.hospital-availability-table th:nth-child(2),
.hospital-availability-table td:nth-child(2) {
    text-align: left;
    padding-left: 0;
    width: 70px;
}

.hospital-availability-table th:nth-child(3),
.hospital-availability-table td:nth-child(3) {
    text-align: right;
}

.hospital-availability-table th:nth-child(2),
.hospital-availability-table th:nth-child(3) {
    font-size: 12px;
}

.hospital-availability-table tr:first-child td {
    padding-bottom: 12px !important;
}

.hospital-availability-table tr.medicament-quantity td {
    border: none;
    font-size: 10px;
    color: inherit;
    padding: 0 !important;
}

.medicament-dosage-form {
    margin-top: 6px;
    font-size: 12px;
    font-weight: 400;
    color: #464646;
}

.medicament-availability-table td:nth-child(3) {
    font-weight: 400;
}

.hospital-availability-table th:first-child,
.medicament-availability-table th:first-child,
.hospital-availability-table td:first-child,
.medicament-availability-table td:first-child {
    text-align: left;
    width: auto;
}

.hospital-availability-table td:first-child {
    font-size: 18px;
    color: #00AFF0;
}

.medicament-availability-table td:first-child {
    font-size: 14px;
    color: #808285;
}

.medicament-availability-table td:first-child a {
    display: block;
    margin-top: 6px;
    color: #00AFF0;
}

.hospital-availability-table td:first-child a,
.medicament-availability-table td:first-child a {
    color: #00AFF0;
}

.admin-availability-table .quantity-collapse,
.hospital-availability-table .quantity-collapse {
    margin-bottom: 16px;
}

.admin-availability-table .quantity-collapse .panel,
.hospital-availability-table .quantity-collapse .panel {
    border: none;
    box-shadow: none;
}

.admin-availability-table .quantity-collapse .panel-heading,
.hospital-availability-table .quantity-collapse .panel-heading {
    padding: 0;
    background: none;
}

.admin-availability-table .quantity-collapse .panel-body,
.hospital-availability-table .quantity-collapse .panel-body {
    padding: 0 0;
    margin: 6px 0;
    background: none;
    border: none !important;
}

.admin-availability-table .quantity-collapse .panel-title a,
.hospital-availability-table .quantity-collapse .panel-title a {
    font-size: 12px;
    line-height: 16px;
    color: #808285;
    display: block;
    height: 16px;
    padding-left: 20px;
    background: url("/web/media/quantity-collapse-bullet-down.png") no-repeat;
    background-size: 16px 16px;
    text-decoration: none;
}

.hospital-availability-table .quantity-collapse .panel-title a[aria-expanded=true],
.admin-availability-table .quantity-collapse .panel-title a[aria-expanded=true] {
    background: url("/web/media/quantity-collapse-bullet.png") no-repeat;
    background-size: 16px 16px;
}

.hospital-parent-category-form {
    margin-top: -30px;
}

.hospital-parent-category-row, .hospital-child-category-row {
    margin-bottom: 20px;
}

.hospital-child-category-row .parent-category-collapse .panel {
    border: none;
    box-shadow: none;
}

.hospital-child-category-row .child-category-collapse-toggle {
    display: inline-block;
    width: 16px;
    height: 16px;
}

.hospital-child-category-row .parent-category-collapse .panel-heading {
    padding: 0;
    background: none;
    display: none;
}

.hospital-child-category-row .parent-category-collapse .panel-body {
    border: none !important;
    padding: 0px;
}

.hospital-child-category-row h3 a {
    background: url("/web/media/quantity-collapse-bullet-down.png") no-repeat;
    background-size: 16px 16px;
    display: inline-block;
    width: 16px;
    height: 16px;
}

.hospital-child-category-row h3 a[aria-expanded=true] {
    background: url("/web/media/quantity-collapse-bullet-up.png") no-repeat;
    background-size: 16px 16px;
    display: inline-block;
    width: 16px;
    height: 16px;
}

.hospital-parent-category-row .hospital-category-id, .hospital-child-category-row .hospital-category-id {
    color: #777;
}

.hospital-child-category-row .child-category-button {
    margin-left: 5px;
}

.admin-add-availability-table .add-availability-category-collapse-row .panel-group {
    margin-bottom: 0px;
}

.admin-add-availability-table .add-availability-category-collapse .panel {
    border: none;
    box-shadow: none;
}

.admin-add-availability-table .add-availability-category-collapse .panel-heading {
    padding: 0;
    background: none;
    display: none;
}

.admin-add-availability-table .add-availability-category-collapse .panel-body {
    border: none !important;
    padding: 0px;
}

.admin-add-availability-table .add-availability-category-collapse-toggle {
    background: url("/web/media/quantity-collapse-bullet-down.png") no-repeat;
    background-size: 16px 16px;
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: middle;
    margin-left: 5px;
}

.admin-add-availability-table .add-availability-category-collapse-toggle[aria-expanded=true] {
    background: url("/web/media/quantity-collapse-bullet-up.png") no-repeat;
    background-size: 16px 16px;
    display: inline-block;
    width: 16px;
    height: 16px;
}

.add-availability-parent-category-title {
    display: inline-block;
    font-weight: bold;
}

.add-availability-category-collapse-table {
    width: 100%;
}

.add-availability-category-collapse-table .child-category-title {
    text-align: right;
    padding-right: 10px;
}

.add-availability-category-collapse-table .child-category-quantity {
    width: 80px;
    padding-bottom: 5px;
}

.admin-add-availability-table .quantity-category-input {
    width: 80px;
}

.admin-add-availability-table .add-availability-category-collapse-row {
    border: none;
    border-bottom: 1px solid #ddd;
}

.admin-add-availability-table .add-availability-total-title {
    vertical-align: middle;
    font-weight: bold;
}

.admin-add-availability-table .add-availability-total-quantity {
    width: 80px;
}

.admin-availability-table .column-hide {
    display: none;
}

.quantity-collapse.orders-sharing .panel-heading {
    display: none;
}

.medicament-quantity-category {
    margin-bottom: 6px;
    padding-left: 6px;
    font-size: 14px;
    border-left: 2px solid #BCBEC0;
    background-color: #f7f7f7;
}

.medicament-quantity-category:last-child,
.orders-details:last-child {
    margin-bottom: 0;
}

.medicament-quantity-category table td,
.orders-details table td {
    font-size: 14px !important;
    font-weight: 400 !important;
}

.table > thead > tr > th {
    border: none;
}

.orders-details table tr:not(:first-child) {
    border-left: 2px solid #BCBEC0;
    background-color: #f7f7f7;
}

.orders-details table tr th {
    padding-bottom: 6px;
    font-size: 12px;
}

.medicament-quantity-category table td:first-child,
.orders-details table td:first-child {
    padding-left: 6px !important;
    width: 1070px;
}

.medicament-quantity-category .fa-info-circle {
    color: #bbb;
    margin-left: 6px;
}

.admin-availability-table tr.main-row td {
    padding-top: 16px;
}

.admin-availability-table tr.main-row:not(:first-child) td:last-child {
    border-top: 1px solid #ddd;
}

.admin-availability-table tr.main-row-category-medicaments th,
.admin-availability-table tr.main-row-category-medicaments td {
    padding-top: 16px;
    padding-bottom: 16px;
    border-bottom: solid 1px #ddd;
}

.admin-availability-table tr.medicament-quantity td:first-child {
    position: relative;
    padding-top: 0;
}

.admin-availability-table tr.medicament-quantity .collapse-toggle {
    display: none;
}

.admin-availability-table tr.medicament-quantity .quantity-collapse {
    margin-bottom: 1px;
}

.admin-medicament-quantity-categories {
    margin-bottom: 0;
}

.admin-medicament-quantity-categories td {
    padding-top: 4px !important;
    padding-right: 45px !important;
}

.admin-medicament-quantity-categories-span-message {
    font-style: italic;
}

.admin-medicament-quantity-categories .availability-hide-child-category {
    display: none;
}

.admin-medicament-quantity-categories .child-category-button {
    border: 1px solid #ccc;
    border-radius: 4px;
    height: 34px;
    display: inline-block;
    width: 80px;
    background-color: #f8f8f8;
}

.admin-medicament-quantity-categories .child-category-button-active {
    background-color: #ccc;
    border: 1px solid #bcbcbc;
}

.admin-medicament-quantity-categories .child-category-button .child-category-button-down {
    background: url(/web/media/quantity-collapse-bullet-down.png) no-repeat;
    background-size: 16px 16px;
    width: 16px;
    height: 16px;
    display: block;
    margin: 0 auto;
}

.admin-medicament-quantity-categories .child-category-button-active .child-category-button-up {
    background: url(/web/media/quantity-collapse-bullet-up.png) no-repeat;
    background-size: 16px 16px;
}

.admin-medicament-quantity-categories .child-category-separator-line {
    width: 100%;
    border-bottom: 1px solid #ccc;
}

/* Manager archive page */

.manager-archive-content .reports-list {
    margin-top: 30px;
}

/* Orders sharing create page */

.orders-sharing-create-page .availability-hospital,
.orders-sharing-create-page .availability-medicament,
.orders-sharing-create-page .availability-dosage-form {
    width: 200px;
}

.orders-sharing-create-page .availability-package {
    width: 100px;
}

.orders-sharing-create-page .availability-quantity {
    width: 120px;
}

/* Hospital availabilities page */

.hospital-availabilities-page .help-block-message-error-list-number {
    width: 46px;
    max-width: 46px;
    min-width: 46px;
}

.hospital-availabilities-page .btn-availabilities-save,
.hospital-availabilities-page .btn-cancel {
    margin-right: 0px;
}

/* Category availabilities page */

.category-availabilities-page .table-medicament-column {
    width: 180px;
}

.category-availabilities-page .table-dosage-from-column {
    width: 200px;
}

.category-availabilities-page .table-dosage-form-custom-column {
    width: 290px;
}

.category-availabilities-page .table-package-column,
.category-availabilities-page .table-total-quantity-column {
    width: 80px;
}

.category-availabilities-page .table-date-column {
    width: 100px;
}

/* Orders sharing add availabilities page */

.orders-sharing-add-availabilities-page .availability-hospital,
.orders-sharing-add-availabilities-page .availability-medicament,
.orders-sharing-add-availabilities-page .availability-dosage-form {
    width: 200px;
}

.orders-sharing-add-availabilities-page .availability-package {
    width: 100px;
}

.orders-sharing-add-availabilities-page .availability-quantity {
    width: 120px;
}

/* Orders sharing availabilities page */

.orders-sharing-availabilities-page .availabilities-number {
    width: 20px;
}

.orders-sharing-availabilities-page .availabilities-hospital {
    width: 36%;
}

.orders-sharing-availabilities-page .availabilities-medicament {
    width: 16%;
}

.orders-sharing-availabilities-page .availabilities-dosage-form {
    width: 24%;
}

.orders-sharing-availabilities-page .availabilities-package {
    width: 6%;
    min-width: 70px;
}

.orders-sharing-availabilities-page .availabilities-quantity {
    width: 6%;
}

.orders-sharing-availabilities-page .availabilities-delete {
    width: 2%;
}

.orders-sharing-availabilities-page .availability-number,
.orders-sharing-availabilities-page .availability-delete {
    padding-top: 15px;
}

/* Manager page */

.manager-page .btn-create-reports {
    display: inline-block;
}

.manager-page .btn-datepicker {
    width: 400px;
    display: inline-block;
    vertical-align: middle;
}

.manager-page th label {
    margin-bottom: 0px;
}

.manager-page .td-action {
    text-align: center;
}

.manager-page .td-action .fa-icon-color {
    color: #337ab7;
    cursor: pointer;
}

.manager-page .td-action i {
    margin-right: 10px;
}

.main-content .availabilities-filter {
    margin-top: 25px;
}

.main-content .availabilities-filter .filter-field {
    display: inline-block;
    width: 250px;
    margin-top: -3px;
    margin-left: 5px;
    margin-right: 5px;
}

/* Main footer */

.main-footer {
    background-color: #373737;
    padding: 0;
    color: #fff;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
}

.main-footer-content {
    padding: 20px 0;
}

.main-footer-content h3 {
    font-size: 18px;
    line-height: 35px;
    margin: 2px auto;
    text-transform: uppercase;
}
.temporal-text {
    font-size: 16px;
    line-height: 1.5;
    margin: 10px;
}


.main-footer-content a {
    display: inline-block;
    margin: 10px auto;
    font-size: 16px;
}

.instruction-link {
    display: block !important;
    max-width: 126px;
    margin-bottom: 4px !important;
    padding: 11px 0;
    background-color: #c4c4c4;
    color: #000 !important;
    font-weight: 700;
    border-radius: 6px;
    font-family: 'Open Sans', sans-serif !important;
    text-decoration: none !important;
}

.footer-description {
    display: block;
    padding: 6px 0;
    margin: 0;
    width: 100%;
    background-color: #232323;
}

.footer-technical-support-time-work {
    margin: 10px 0px;
    font-size: 16px;
}

.footer-description p {
    margin: 0;
}

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

.main-footer-copyright {
    float: left;
    margin-bottom: 0;
}

.main-footer-3om {
    float: right;
    margin-bottom: 0;
}

.mobile-footer-copyright {
    display: none;
}

.main-footer-3om {
    color: #999;
}

ul.medicaments-list {
    list-style: none;
    padding: 0 8px;
}

/* About page */
.page-about img {
    width: 100%;
}

.index-footer-partners img {
    width: 49%;
}

.index-footer-partner.patients img {
    width: 72%;
}

.page-about {
    margin-top: 24px;
    margin-bottom: 16px;
}

.page-about .index-footer-partners {
    background: none;
}

.page-about .about-block {
    text-align: center;
    border-top: solid 1px #E6E7E8;
    padding-top: 24px;
}

.page-about h2 {
    font-size: 30px;
    text-align: center;
    margin: 0 0 30px;
}

.page-about .excerpt {
    margin-bottom: 24px;
    font-size: 20px;
}

.page-about p {
    margin-bottom: 24px;
    font-size: 14px;
    line-height: 24px;
}

.page-about .index-footer-partners {
    padding-top: 34px;
    padding-bottom: 12px;
}

.page-about form {
    text-align: center;
}

.page-about button {
    margin-top: 12px;
    padding: 8px 24px;
    background-color: #0096FF;
    border-radius: 8px;
    font-weight: 600;
}

.page-about .form-group {
    font-size: 26px;
}

.page-about .form-group label {
    padding-top: 0;
    text-align: center;
}

.page-about .form-group .col-sm-11 {
    padding: 0;
}

.page-about input::-webkit-input-placeholder {
    color: #fff;
}

.page-about input::-moz-placeholder {
    color: #fff;
}

.page-about input:-ms-input-placeholder {
    color: #fff;
}

.page-about input:-moz-placeholder {
    color: #fff;
}

.page-about input {

}

.page-about input {
    background: none;
    border-color: #fff;
    border-width: 2px;
    color: #fff;
    border-radius: 8px;
}

.page-about > .row {
    padding: 36px 0 42px;
}

.page-about > .row:nth-child(1) {
    background-color: #fcfcfc;
    padding: 18px 0 24px;
}

/*.page-about > .row:nth-child(3),
.page-about > .row:nth-child(5) {
	color: #fff;
	background-color: #232364;
}*/
.blue_background {
    padding: 30px 0;
    color: white;
    background-color: #232364;
}

.white_background {
    padding: 30px 0;
}

.page-about .row:nth-child(2) p {
    border-left: solid 1px #E6E7E8;
    margin-top: 70px;
    padding-left: 60px;
    margin-left: -60px;
    line-height: 24px;
    height: 348px;
    padding-top: 102px;
}

.page-about-parag {
    border-left: solid 1px #E6E7E8;
    margin-top: 70px;
    padding-left: 60px;
    margin-left: -60px;
    line-height: 24px;
    height: 348px;
    padding-top: 54px;
}

.page-about-fourth {
    border-left: solid 1px #E6E7E8;
    margin-top: 70px;
    padding-left: 60px;
    margin-left: -60px;
    line-height: 24px;
    height: 348px;
    padding-top: 48px;
}

.page-about .row:last-child p {
    font-size: 16px;
}

.page-about .row:last-child {
    padding-top: 30px;
    padding-bottom: 0;
    text-align: center;
}

.page-about .about-items-list {
    font-size: 13px;
    line-height: 20px;
    text-align: center;
    font-weight: 700;
}

.page-about .about-item {
    display: block;
    height: 180px;
    padding-top: 92px;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100px 80px;
}

.page-about .about-items-list-1 .about-item-1 {
    background-image: url("/web/media/about-page/ic-01.png");
}

.page-about .about-items-list-1 .about-item-2 {
    background-image: url("/web/media/about-page/ic-02.png");
}

.page-about .about-items-list-1 .about-item-3 {
    background-image: url("/web/media/about-page/ic-03.png");
}

.page-about .about-items-list-1 .about-item-4 {
    background-image: url("/web/media/about-page/ic-04.png");
}

.page-about .about-items-list-1 .about-item-5 {
    background-image: url("/web/media/about-page/ic-05.png");
}

.page-about .about-items-list-2 .about-item-1 {
    background-image: url("/web/media/about-page/ic-06.png");
}

.page-about .about-items-list-2 .about-item-2 {
    background-image: url("/web/media/about-page/ic-07.png");
}

.page-about .about-items-list-2 .about-item-3 {
    background-image: url("/web/media/about-page/ic-08.png");
}

.page-about .about-items-list-2 .about-item-4 {
    background-image: url("/web/media/about-page/ic-09.png");
}

.page-about .about-items-list-2 .about-item-5 {
    background-image: url("/web/media/about-page/ic-10.png");
}

.page-about .about-items-list-3 .about-item-1 {
    background-image: url("/web/media/about-page/ic-11.png");
}

.page-about .about-items-list-3 .about-item-2 {
    background-image: url("/web/media/about-page/ic-12.png");
}

.page-about .about-items-list-3 .about-item-3 {
    background-image: url("/web/media/about-page/ic-13.png");
}

.page-about .about-items-list-3 .about-item-4 {
    background-image: url("/web/media/about-page/ic-14.png");
}

.page-about .about-items-list-3 .about-item-5 {
    background-image: url("/web/media/about-page/ic-15.png");
}

/* Instructions */
.mobile-nav-row {
    margin-top: 24px;
}

.mobile-nav-row a {
    width: 100%;
}

.col-patient {
    border-left: solid 1px #E6E7E8;
    padding-left: 60px;
}

.col-hospital {
    padding-right: 60px;
}

.page-orders .col-description-text {
    margin-top: 30px;
}

.page-orders .col-orders-list {
    margin-top: 5px;
}

.page-orders .col-orders .region-orders {
    margin-bottom: 20px;
    border-bottom: 1px solid #ddd;
}

.page-redirect-likyua {
    margin-top: 30px;
}

.page-redirect-likyua .page-text {
    text-align: center;
    line-height: 30px;
    font-size: 22px;
    color: #010101;
}

.page-redirect-likyua .btn-redirect {
    margin-top: 45px;
    padding: 25px 100px;
    font-weight: bold;
}

.page-instruction .video-container {
    margin-bottom: 24px;
    border-top: solid 1px #E6E7E8;
}

.page-instruction .video-container-second {
    margin-top: 25px;
    margin-bottom: 24px;
    border-top: solid 1px #E6E7E8;
}

.page-instruction .video-container:first-of-type {
    border: none;
}

.video-warapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}

.video-warapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.page-instruction iframe {
    width: 100%;
}

.instruction-download-first {
    margin-top: 20px;
}

.instruction-download-second {
    margin-top: 10px;
    margin-bottom: 15px;
}

.instruction-text {
    font-size: 90%;
}

/* Login page */

.login-col {
    padding-right: 0;
}

.registration-col {
    padding-left: 0;
}

.auth-description {
    line-height: 20px;
}

.auth-download {
    margin-top: 36px;
}

.auth-download .fa {
    font-size: 16px;
    margin-right: 4px;
}

.line-container {
    height: 633px;
    padding-right: 0;
}

.line {
    height: 100%;
    border-right: solid 1px #E6E7E8;
}

.login-col .login-sub-title {
    font-weight: 400;
}

.login-col .password-reset-title {
    font-size: 0.8125rem;
}

.icon-map svg{
    transition: all 0.3s;
}

.icon-map:hover svg {
    box-shadow: 1px 3px 6px 0px rgba(0,0,0,0.3);
}

@media (min-width: 992px) and (max-width: 1200px) {
    .hospital-table thead tr:first-child {
        display: none;
        min-width: 100px;
        width: 100px;
        font-weight: 600;
    }

    .hospital-table tbody td:nth-child(2) {
        min-width: 100px;
        width: 100px;
        font-weight: 600;
    }

    .hospital-table tbody td:nth-child(3) {
        min-width: 500px;
        width: 500px;
    }

    .hospital-table tbody td:nth-child(4),
    .hospital-table th:nth-child(4) {
        min-width: 150px;
        width: 150px;
    }

    #map-region {
        position: absolute !important;
        left: 42%;
        width: 546px;
    }
}

@media (min-width: 1025px) {
    .container,
    body {
        /*min-width: 1170px;*/
    }

    .index-text > .container {
        /*width: 835px;*/
    }
}

@media (max-width: 1024px) {
    .container,
    .breadcrumb,
    body {
        width: 100%;
    }

    .main-header-search {
        /*width: auto;*/
    }

    .main-header-search form {
        /*margin-left: 116px;*/
    }

    .main-header-search .hotline {
        /*width: 680px;*/
    }

    .main-header-search .hotline.dev-mod {
        float: left;
        margin-top: 7px;
        margin-left: 0;
    }

    .map-bullet.rivne {
        left: 130px;
    }

    .map-bullet.odesa {
        left: 270px;
    }

    #w2-filters td:nth-child(1) {
        /*margin-right: 18px;*/
    }

    #map-region {
        /*width: 636px;*/
    }

    .region-info {
        /*width: 290px;*/
    }

    .hospital-table tbody td:nth-child(3) {
        width: 420px;
        min-width: 420px;
    }

    .hospital-table tbody td:nth-child(4),
    .hospital-table th:nth-child(4) {
        width: 222px;
        min-width: auto;
    }

    .hospital-table tbody td:nth-child(2) {
        min-width: 90px;
        width: 90px;
        font-weight: 600;
    }

    .hospital-info span {
        width: 144px;
    }

    .hospital-info > div, .medicament-info div {
        /*width: 428px;*/
    }

    .hospital-map {
        margin: 0 30px 30px 0;
        /*width: 682px;*/
        /*height: 326px;*/
    }

    .hospital-availability-search .search-input {
        width: 970px;
    }

    .medicament-quantity-category table td:first-child,
    .orders-details table td:first-child {
        width: 720px;
    }

    .line-container {
        display: none;
    }

    .login-col {
        padding-right: 15px;
    }

    .registration-col {
        padding-left: 15px;
    }
}

.admin-hospital-title {
    color: #555;
}

.import-errors {
    color: #d32748;
    /*animation: blinker 1s ease infinite;*/
}

.admin-availability-table .admin-medicament-quantity-categories > tbody > tr > td {
    border-top: none;
    padding: 3px;
}



@keyframes blinker {
    50% {
        opacity: 0.7;
    }
}

.medicament-label {
    font-weight: normal;
}

.user-name {
    font-weight: 700;
}

.inactive-medicament {
    /*background-color: rgba(173, 173, 173, 0.22);*/
}

.error-medicament {
    background-color: rgba(173, 173, 173, 0.22);
}

.clear-filter {
    /*position: absolute;*/
    /*top: 36px;*/
    /*right: 9px;*/
}

.grid-view {
    /*position: relative;*/
    /*margin-top: 30px;*/
}

.bluezed-scroll-top .bluezed-scroll-top-circle {
    padding-top: 9px;
    border-radius: 3px;
    width: 40px;
    height: 40px;
    background-color: #232364;
}

.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('../media/ajax-loader.gif') 50% 50% no-repeat rgb(249, 249, 249);
    background-size: 5%;
}

/* Admin */
.admin-availability-table {
    margin-top: 6px;
}

.admin-availability-table > tbody > tr > td {
    border-top: none;
    padding-bottom: 0;
}

.admin-availability-table .field-medicament-title {
    margin-bottom: 0;
}

.admin-availability-table .admin-medicament-quantity-categories td:nth-child(1) {
    width: 1030px;
    text-align: right;
}

.admin-availability-table .quantity-category-input {
    display: inline-block;
    width: 80px;
    margin-left: 7px;
}

.admin-availability-table tr.medicament-quantity {
    border-bottom: 1px solid #ddd;
}

.admin-availability-table .middle-in-block {
    display: inline-block;
    margin-top: 8px;
}

.admin-availability-table .total-quantity-collapse-toggle {
    border: 1px solid #ccc;
    border-radius: 4px;
    height: 34px;
    display: inline-block;
    width: 34px;
    background-color: #f8f8f8;
    margin-left: 8px;
}

.admin-availability-table .total-quantity-collapse-toggle .total-collapse-button-down {
    width: 16px;
    height: 16px;
    display: block;
    margin: 7px auto;
    background: url(/web/media/quantity-collapse-bullet-down.png) no-repeat;
    background-size: 16px 16px;
}

.admin-availability-table .total-quantity-collapse-toggle .total-collapse-button-up {
    background: url(/web/media/quantity-collapse-bullet-up.png) no-repeat;
    background-size: 16px 16px;
}

.admin-availability-table .quantity-collapse-toggle {
    border: 1px solid #ccc;
    border-radius: 4px;
    height: 34px;
    display: inline-block;
    width: 34px;
    background-color: #f8f8f8;
    margin-left: 5px;
}

.admin-availability-table .quantity-collapse-toggle .quantity-button {
    width: 16px;
    height: 16px;
    display: block;
    margin: 8px auto;
}

.admin-availability-table a.quantity-collapse-toggle i {
    background: url(/web/media/quantity-collapse-bullet-down.png) no-repeat;
    background-size: 16px 16px;
}

.admin-availability-table a.quantity-collapse-toggle[aria-expanded=true] i {
    background: url(/web/media/quantity-collapse-bullet-up.png) no-repeat;
    background-size: 16px 16px;
}

.admin-availability-table .admin-availability-number {
    width: 46px;
    max-width: 46px;
    min-width: 46px;
}

.admin-availability-table .form-total-quantity {
    display: inline-block;
    vertical-align: top;
}

.admin-availability-quantity {
    width: 140px;
    position: relative;
}

.admin-availability-quantity button.total-quantity-collapse-toggle {
    position: absolute;
    bottom: 0;
}

.hospital-info span {
    width: 33%;
    min-width: 33%;
}

.medicament-info div {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: baseline;
}

.medicament-info span {
    width: 46%;
    max-width: 250px;
}

.medicament-info p {
    line-height: normal;
    text-align: right;
}

.padding-fix {
    padding: 0 10px;
}

.undp a img {
    width: 14%;
}

.irf a img {
    margin-left: -46px;
}

.btn-primary {
    border-color: none;
    transition: all 0.3s ease 0s;
}

.btn-primary:hover {
    border-color: none;
    background-color: #0068e6;
}

.btn-import-margin {
    margin-right: 5px;
}

.fa-clock-o {
    margin-right: 4px;
}

.gray_bg {
    background-color: #FCFCFC;
}

.map_shadow {
    width: 700px;
    position: relative;
    margin: 0 auto;
}

.link_about {
    display: none;
}

.medicament-group-detalisation label.control-label {

    display: none;
}

.medicament-group-detalisation__desc {

    display: none;
    font-style: italic;
}

.child-mensuration-detail {

    display: none;
    position: relative;
    z-index: 666;
    padding: 0 40px;
}

.child-mensuration-detail.active {

    display: block;
}
.has_mensuration_child {

    position: relative;
}
.open_inputs {

    content: '';
    position: absolute;
    background-image: url('../media/plus-minus/plus-circle-solid.svg');
    width: 20px;
    height: 20px;
    right: 0;
    bottom: -3px;
    transform: translate(150%, -50%);
}
.package-row .has_mensuration_child:before {

    display: none;
}
.child-parent {
    
    margin-bottom: 10px;
}
.child-parent .has_mensuration_child {

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

    padding-right: 35px;
    padding-left: 35px;
}
.open_inputs.active {

    background-image: url('../media/plus-minus/minus-circle-solid.svg');
}
.main-content .available-row {
    padding: 30px;
}

.medicament-quantity .panel {
    border: unset;
    box-shadow: unset;
}
.medicament-quantity .panel-group .panel-heading + .panel-collapse > .panel-body {
    border-top: unset;
}
.medicament-quantity .panel .panel-heading {
    padding: 0;
}
.container__special {
    width: 90%;
    padding: 0 40px;
}
.medicament-quantity .panel-collapse {
    border: 1px solid transparent;
    width: 90%;
    margin: 0 auto;
}
#availabilities-list .medicament-quantity .panel-collapse.collapse.in {
    border: 1px solid wheat;
}
.main-row__td-special {

    position: relative;
}
.main-row__td-special a {
    
    position: absolute;
    top: 16px;
    right: 6px;
}
.button__special {
    
    display: block; 
    width: 160px; 
    margin: 0 auto;
}

@media (max-width: 1200px) {

    .admin {
        min-width: 1200px;
    }

    .admin > .main-content > .container {
        width: 1160px;
        min-width: 1160px;
    }

    .admin-availability-table .admin-medicament-quantity-categories > tbody > tr > td {
        padding: 0px;
    }

    .admin-availability-table .admin-availability-quantity .tooltip {
        left: 1110px !important;
    }

    .admin-availability-table .th-date-tooltip .tooltip {
        left: 960px !important;
    }

    .admin-availability-table .admin-medicament-quantity-categories .tooltip {
        left: 995px !important;
    }

    .admin-availability-table tr.medicament-quantity .collapse-toggle {
        display: none;
    }

    .admin-availability-table .quantity-category-input {
        width: 80px;
        margin-left: 10px;
    }

    .main-header-logo {
        margin-right: 130px;
    }

    .main-header-search {
        width: 50%;
    }

    .search-input {
        width:  390px;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 991px) {
    html {
        width: 100%;
        height: auto;
    }

    body {
        width: 100%;
        height: auto;
    }

    .breadcrumb {
        display: none;
    }

    .fixing_padding {
        padding: 0;
    }

    .test {
        display: none;
    }

    .some_header {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        flex-flow: column wrap;
    }

    .main-menu {
        display: none;
        margin: 0;
        padding: 0;
    }

    .main-header {
        height: 185px !important;
    }

    .main-header-logo {
        width: 100%;
        margin-top: 26px;
        text-align: center;
    }

    .main-header::before {
        box-shadow: none;
    }

    .main-header-logo img {
        max-width: 140px;
        height: auto;
    }

    .pulogo {
        position: static;
    }

    .main-header-logo {
        margin-right: 0;
    }

    .main-header-slogan{
        font-size: 12px;
    }

    .main-header-logo span,
    .main-header-logo a {
        padding: 0 5px;
    }

    .hotline {
        width: 100%;
        display: none !important;
    }

    .sm-hotline {
        display: block !important;
        padding: 0 10px;
        text-align: center;
    }

    .sm-hotline span {
        font-size: 28px
    }

    .sm-hotline p {
        font-size: 10px;
        font-weight: 700;
        margin: 2px auto;
        margin-right: 4px;
        line-height: 0px;
    }

    .number-line {
        display: inline-block;
        margin-top: 10px;
        text-align: center;
    }

    .phone-line {
        font-weight: 700;
    }

    .time-line {
        margin: 20px auto 0 auto;
        text-align: center;
        font-size: 12px;
        font-weight: 600;
        letter-spacing: 0.2px;
    }

    .h2-hotline {
        font-weight: 400;
        width: 90%;
        border-bottom: solid 1px #ccc;
        text-align: center;
        margin: 0 auto;
        padding-bottom: 10px;
    }

    .map-header {
        font-size: 21px;
        /*margin-top: 10px;*/
        margin: 30px auto 0;
        max-width: 485px;
    }

    .main-header-login {
        display: none;
    }

    .main-header-search {
        margin-top: 25px;
        width: 100%;
    }

    .main-header-search form {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        width: 304px;
        margin: 0 auto;
    }

    .search-input {
        width: 100%;
    }

    .container {
        width: 100%;
    }

    .index-map img {
        width: 100%;
    }

    .map {
        margin: 20px 0;
    }

    .map_shadow {
        width: 100%;
    }

    .index-map {
        padding-bottom: 0;
    }

    .excerpt {
        font-weight: 700;
    }

    .excerpt {
        line-height: 24px;
        color: black;
    }

    .map-bullet {
        height: 34px;
        display: block;
        padding: 6px 10px;
        line-height: 20px;
        margin: 6px auto;
        font-size: 21px;
        width: 90%;
    }

    .map-bullet {
        position: initial;
    }

    .map-description {
        display: none;
        font-weight: 700;
        margin-top: 26px;
        line-height: 22px;
    }

    .index-regions {
        display: none;
        padding: 0;
    }

    .buttons-store {
        margin: 0 auto;
    }

    .buttons-store:before {
        background: none;
    }

    .link_about {
        display: block;
        width: 200px;
        margin: 0 auto;
        font-size: 20px;
        text-transform: uppercase;
        color: #fff;
        background-color: #232364;
        border: solid 1px #fff;
        border-radius: 5px;
        text-align: center;
        padding: 4px 10px;
        text-decoration: none;
    }

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

    .buttons-store p {
        width: auto;
        text-align: center;
    }

    .links-store {
        text-align: center;
    }

    #map-region {
        /*display: none;*/
        max-width: 200px;
    }

    .regions_mobile {
        margin: 20px 0;
    }

    .region_info h3 {
        font-size: 18px;
        font-weight: 700;
        border-bottom: solid 1px #000;
        padding-bottom: 10px;
    }

    .city_block {
        margin-top: 20px;
        border-bottom: solid 1px #ccc;
    }

    .city_name {
        font-size: 16px;
        font-weight: 700;
    }

    .clinica_description {
        color: #00AEEF;
    }

    .clinica_adress {

    }

    .hospital-map {
        display: none;
    }

    .hospital_container {
        display: block;
    }

    .hospital-info > div {
        /*float: left;*/
        width: 100%;
    }

    .hospital-title,
    .hospital-availability-title {
        margin: 30px 0 10px 0;
        font-size: 22px;
    }

    .clinica_tabs {
        width: 100%;
    }

    .nav-tabs > li > a {
        margin-right: 0;
        padding: 10px 10px;
    }

    /*.hospital-availability-table {
        max-width: 320px !important;
    }*/
    .info_icon {
        background-color: #ccc;
        width: 16px;
        text-align: center;
        border-radius: 9px;
        font-size: 10px;
        font-weight: 400;
        padding: 3px;
        margin-left: 6px;
        color: white;
    }

    .count_med {
        text-align: right;
    }

    .count_category {
        display: flex;
        border-left: solid 2px #ccc;
        background-color: #f7f7f7;
        margin: 4px 0;
        padding: 4px 0;
    }

    .count_category p {
        font-size: 13px;
        line-height: 21px;
        width: 74%;
        padding: 0 0 0 4px;
        margin: 0;
    }

    .count_category span {
        position: relative;
        width: 26%;
        right: 4px;
        line-height: 22px;
        font-size: 14px;
        font-weight: 700;
        vertical-align: top;
        text-align: right;
    }

    .medicament-info div {
        width: 100%;
        justify-content: space-between;
    }

    .medicament-info span {
        width: 100%;
        max-width: 140px;
    }

    .med_availability h2 {
        font-size: 28px;
    }

    .med_availability h5 {
        font-size: 18px;
        font-weight: 700;
        border-bottom: solid 1px #000;
        padding-bottom: 10px;
    }

    .medicaments h4 {
        border-bottom: solid 1px #000;
        padding-bottom: 10px;
        font-weight: 700;
        font-size: 15px;
    }

    .medicaments .panel-title {
        border: none;
        padding-top: 6px;
        padding-bottom: 0;
    }

    .solo_medicament {
        padding-bottom: 10px;
        border-bottom: solid 1px #ccc;
    }

    .solo_medicament p {
        /*display: inline-block;*/
        line-height: 20px;
    }

    .with_left_border {
        border-left: solid 2px #ccc;
        line-height: 14px;
        margin-left: 10px;
        padding-left: 6px;
    }

    .med_title {
        display: inline-block;
        font-size: 19px;
        color: #0096ff;
    }

    .med_count {
        font-weight: 700;
    }

    .counter_and_date {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        flex-flow: row wrap;
        justify-content: space-between;
        font-size: 14px;
    }

    .red_clock {
        color: #ed1c24;
    }

    .med_availability {
        margin: 20px 0;
    }

    .med_availability > .solo_medicament {
        margin-top: 20px;
    }

    .main-footer {
        height: auto;
    }

    .medical_inform {
        margin: 20px 0;
        border-left: solid 2px #ccc;
        padding: 6px 6px 0 6px;
        background-color: #F7F7F7;
    }

    .medical_inform p {
        margin: 0;
        line-height: 14px;
    }

    .medical_title {
        font-size: 14px;
        line-height: 17px;
        font-weight: 700;
        color: #00AEEF;
        text-decoration: none;
    }

    .about-item {
        height: 200px;
    }

    .page-about .row:nth-child(2) p {
        border-left: none;
        margin-top: 0px;
        padding-left: 0px;
        margin-left: 0px;
        line-height: 24px;
        height: auto;
        padding-top: 0px;
    }

    .block_res {
        margin-top: 30px;
    }

    .top_info_line {
        padding: 45px 0 20px !important;
        border-top: solid 1px #ccc;
    }

    .page-about-parag {
        border-left: none;
        margin-top: 0px;
        padding-left: 0px;
        margin-left: 0px;
        line-height: 24px;
        height: auto;
        padding-top: 0px;
    }

    .page-about-fourth {
        border-left: none;
        margin-top: 0px;
        padding-left: 0px;
        margin-left: 0px;
        line-height: 24px;
        height: auto;
        padding-top: 0px;
    }

    .mobile_block_bottom {
        height: 210px !important;
        line-height: 20px;
    }

    .special_about_item {
        height: 180px !important;
    }

    .form-horizontal .form-group {
        margin-right: 0px;
        margin-left: 0px;
    }

    .page-about .row:last-child {
        padding: 0;
    }

    .page-about p {
        margin-bottom: 0px;
        font-size: 18px;
        line-height: 24px;
    }

    .bottom-line-about {
        border: none;
    }

    .index-footer-partner.patients {
        width: auto;
    }

    .irf, .patients, .undp {
        width: 100% !important;
        padding: 30px 0;
        border-top: solid 1px #ccc;
        text-align: center;
    }

    .patients img, .irf img {
        max-width: 230px;
    }

    .undp a img {
        width: 20%;
        max-width: 80px;
    }

    .irf a img {
        margin: 0;
    }

    .index-footer-partner img {
        width: 64%;
    }

    .page-about .about-block {
        border: none;
        padding-top: 0px;
    }

    .index-footer-partners {
        padding: 0;
    }

    .index-footer-partners {
        text-align: center;
    }

    .index-footer-partners .container {
        flex-direction: column;
    }

    .index-footer-partner.irf, .index-footer-partner.patients {
        margin: 0;
    }

    .custom_footer {
        padding: 0;
    }

    .custom_footer h6 {
        font-weight: 700;
        font-size: 20px;
        margin: 0;
    }

    .custom_footer p {
        font-weight: 400;
        font-size: 20px;
        margin: 0;
        line-height: 28px;
    }

    .main-footer {
        padding: 0;
    }

    .instructions_footer {
        padding: 10px 0;
        background-color: #565656;
    }

    .support_footer {
        padding: 22px 0;
        background-color: #333;
    }

    .project_footer {
        padding: 15px 0;
        background-color: #161616;
    }

    #yii-debug-toolbar {
        position: relative;
    }

    .filter-mobile .panel {
        color: #00AEEF;
        border-color: none;
        /*border-width: 2px;*/
    }

    .filter-mobile .panel-heading {
        padding-top: 0;
        padding-bottom: 0;
        border: solid 1px #0096ff;
    }

    .panel-heading {
        padding: 0;
    }

    .panel-heading .collapse-toggle[aria-expanded="true"] {
        color: #fff;
        background: #0096ff;
    }

    .filter-mobile a.collapse-toggle {
        display: block;
        padding: 8px 14px;
        color: #0096ff;
        background-color: #fff;
        font-weight: 600;
        text-decoration: none;
    }

    .filter-mobile a.collapse-toggle[aria-expanded="true"]:after {
        content: '\f106';
        font-family: FontAwesome;
        right: 0;
        position: absolute;
        right: 30px;
        color: white;
    }

    .filter-mobile a.collapse-toggle:after {
        content: '\f107';
        font-family: FontAwesome;
        right: 0;
        position: absolute;
        right: 30px;
        color: #0096ff;
    }

    .filter-mobile .panel-body {
        box-shadow: 0px 0px 20px 0px #ccc;
    }

    .filter-mobile .panel-body ul {
        list-style-type: none;
        padding-left: 0px;
    }

    .filter-mobile .panel-body li {
        margin-bottom: 6px;
    }

    .filter-mobile .panel-body a {
        display: block;
        color: #464646;
    }

    .filter-mobile .panel-body a:hover {
        color: #00AEEF;
        font-weight: 700;
        text-decoration: none;
    }

    .filter-mobile.districts {
        margin-top: 16px;
        margin-bottom: 12px;
    }

    .loader {
        background-size: 15%;
    }

    .nav_arrows {
        display: flex;
        justify-content: space-between;
        position: relative;
        right: 0;
    }

    .nav_arrows i:first-child {
        font-size: 22px;
        padding: 14px 14px 14px 0;
    }

    .nav_arrows i:last-child {
        font-size: 22px;
        padding: 14px 0 14px 14px;
    }

    .med_sub_title_span {
        font-size: 16px;
        color: #231F20;
        font-weight: 400;
        padding-left: 2px;
        margin-left: 2px;
    }

    .med_sub_title_label {
        font-size: 16px;
        color: #231F20;
        font-weight: 700;
        padding-left: 2px;
        margin-left: 2px;
        margin-bottom: 0;
    }

    .med_sub_title_span:before,
    .med_sub_title_label:before {
        content: '| ';
        font-size: 20px;
        font-weight: 400;
        color: #BCBEC0;
    }

    .tooltip.top {
        padding: 5px 0;
        margin: -1px;
    }

    .nav_arrows .counter_and_date span .tooltip.top {
        margin: 10px -6px;
    }

    .col-patient {
        padding-left: 15px;
        border: none;
    }

    .col-patient .video-container-second {
        margin-top: 0;
    }

    .col-hospital {
        padding-right: 15px;
    }
}

.fixed_html {
    width: 991px;
    min-width: 991px;
}

/*.fixed_html_search {*/
/*margin-top: 42px;*/
/*}*/
.availabi_fixed {
    min-width: 1170px;
}

/*@media (min-width: 992px) and (max-width: 1009px) {*/
/*.fixed_html_search {*/
/*margin-top: 6px;*/
/*}*/
/*}*/
@media only screen and (max-width: 991px) {
    /*.main-menu {*/
    /*display: none;*/
    /*margin: 0;*/
    /*padding: 0;*/
    /*}*/
    .main-header {
        height: 150px;
    }

    .main-header::before {
        box-shadow: none;
    }

    .main-header-logo img {
        max-width: 140px;
        height: auto;
    }

    .hotline {
        width: 100%;
        display: none;
    }

    .sm-hotline {
        display: none;
        padding: 0 10px;
        text-align: center;
    }

    .sm-hotline span {
        font-size: 28px
    }

    .sm-hotline p {
        font-size: 10px;
        font-weight: 700;
        margin: 2px auto;
        margin-right: 4px;
        line-height: 0px;
    }

    .number-line {
        display: inline-block;
        margin-top: 10px;
        text-align: center;
    }

    .phone-line {
        font-weight: 700;
    }

    .h2-hotline {
        font-weight: 400;
        width: 90%;
        border-bottom: solid 1px #ccc;
        text-align: center;
        padding-bottom: 10px;
    }

    .map-header {
        font-size: 21px;
        margin: 30px auto 0;
        max-width: 485px;
    }

    #map-region {
        width: 500px;
        margin-left: 120px;
    }

    .nav_arrows {
        display: flex;
        justify-content: flex-end;
        position: relative;
        right: 18%;
    }

    .browser_visible {
        display: block !important;
    }

    .only_browser {
        display: flex;
        justify-content: space-around;
        align-items: center;
    }

    .index-footer-partner.patients {
        margin-right: 0;
    }

    .index-footer-partner.irf {
        margin-right: 0;
        margin-left: 0;
    }

    /*.link_about {*/
    /*display: none;*/
    /*}*/
    .custom_footer {
        padding: 0;
    }

    .custom_footer h6 {
        font-weight: 700;
        font-size: 20px;
        margin: 0;
    }

    .custom_footer p {
        font-weight: 400;
        font-size: 20px;
        margin: 0;
        line-height: 28px;
    }

    .main-footer {
        padding: 0;
    }

    .instructions_footer {
        padding: 10px 0;
        background-color: #565656;
    }

    .support_footer {
        padding: 22px 0;
        background-color: #333;
    }

    .project_footer {
        padding: 15px 0;
        background-color: #161616;
    }

    .button_export {
        width: 100px !important;
        margin: 0 auto;
    }

    .availabilities-export-text {
        margin: 20px auto;
        height: auto;
        text-align: center;
        width: 50%;
    }

    .availabilities-export-block {
        margin-top: 40px;
    }

    .admin-availability-quantity {
        width: 140px;
    }

    .admin-availability-table .admin-medicament-quantity-categories td:nth-child(1) {
        width: 1020px;
    }
}

.only_browser {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.search-results h3 {
    font-size: 18px;
}

.inn {
    color: #231F20;
}

.inn-separator {
    color: #BCBEC0;
}

.hotline {
    display: inline-block;
}

.hot_block {
    display: inline-block;
    width: 138px;
    text-align: left;
}

.line_hours {
    display: block;
    margin: 0;
    padding: 0;
    line-height: 12px;
    font-size: 10px;
    font-family: 'Open Sans', sans-serif;
    text-transform: lowercase;
    letter-spacing: 0.15px;
}

.hot_block strong {
    display: block;
    font-size: 18px;
    line-height: 18px;
}

.sm-hotline {
    display: none;
}

@media screen and (max-device-width: 1366px) and (orientation: landscape) {
    .medicaments {
        display: block;
    }

    .nav_arrows {
        display: flex;
        justify-content: space-between;
        align-items: center;
        right: auto;
    }
}

@media screen and (max-device-width: 1366px) and (orientation: portrait) {
    .medicaments {
        display: block;
    }

    .nav_arrows {
        display: flex;
        justify-content: space-between;
        align-items: center;
        right: auto;
    }
}

@media screen and (max-device-width: 1200px) {
    .nav_arrows {
        position: inherit;
    }
}

@media (min-width: 320px) {
    .filter-mobile .panel-heading {
        padding-top: 0;
        padding-bottom: 0;
        border: solid 1px #0096ff;
        background-color: #fff;
    }

    .filter-mobile a.collapse-toggle {
        display: block;
        padding: 8px 14px;
        color: #0096ff;
        /*background-color: #fff;*/
        font-weight: 600;
        text-decoration: none;
    }

    .filter-mobile a.collapse-toggle[aria-expanded="true"]:after {
        content: '\f106';
        font-family: FontAwesome;
        right: 0;
        position: absolute;
        right: 30px;
        color: white;
    }

    .filter-mobile a.collapse-toggle:after {
        content: '\f107';
        font-family: FontAwesome;
        right: 0;
        position: absolute;
        right: 30px;
        color: #0096ff;
    }

    .filter-mobile .panel-body {
        box-shadow: 0px 0px 20px 0px #ccc;
    }

    .filter-mobile .panel-body ul {
        list-style-type: none;
        padding-left: 0px;
    }

    .filter-mobile .panel-body li {
        margin-bottom: 6px;
    }

    .filter-mobile .panel-body a {
        display: block;
        color: #464646;
    }

    .filter-mobile .panel-body a:hover {
        color: #00AEEF;
        font-weight: 700;
        text-decoration: none;
    }

    .filter-mobile.districts {
        margin-top: 16px;
        margin-bottom: 12px;
    }

    .user-default-login .input-description {
        font-weight: 400;
    }

    .page-about .g-recaptcha div {
        margin-left: auto;
        margin-right: auto;
    }

    .alert-message {
        margin-top: 25px;
        margin-bottom: 0px;
    }

    .alert-message {
        margin-top: 25px;
        margin-bottom: 0px;
    }

    .alert-message button {
        margin-top: 5px;
    }
}

@media only screen and (max-device-width: 450px) {
    .main-header-slogan {
        font-size: 10px;
    }
}

@media only screen and (max-device-width: 359px) {
    .main-header-slogan {
        font-size: 8px;
    }
}