.form-control:active,
.form-control:hover,
.form-control:focus {
    outline: 0!important;
    outline-offset: 0!important;
    box-shadow: none!important;
}
.btn:active,
.btn:hover,
.btn:focus {
    outline: 0!important;
    outline-offset: 0!important;
    box-shadow: none!important;
}
button:focus {
    outline-color: transparent!important;
}
.btn-primary {
    display: inline-block;
    color: #ffffff;
    background-color: #039;
    text-align: center;
    border: 1px solid #039;
    vertical-align: middle;
    outline: none;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: background-color .3s ease;
}
.btn-primary:hover {
    background-color: #0045dd;
    border: 1px solid #0045dd;
    color: #ffffff;
    text-decoration: none;
}
.btn-primary:active,
.btn-primary:focus {
    background-color: #039;
    border: 1px solid #039;
}
.btn-outline-primary {
    border: 1px solid #039;
    color: #039;
}
.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.show > .btn-outline-primary.dropdown-toggle {
    color: #ffffff;
    border: 1px solid #039;
    background-color: #039;
}
.btn-outline-primary:focus,
.btn-outline-primary:hover {
    color: #ffffff;
    border: 1px solid #039;
    background-color: #039;
}
.btn-outline-info {
    border: 1px solid #009999;
    color: #009999;
}
.btn-outline-info:not(:disabled):not(.disabled).active {
    color: #ffffff;
    border: 1px solid #009999;
    background-color: #009999;
}
.btn-outline-info:focus,
.btn-outline-info:hover {
    color: #ffffff;
    border: 1px solid #009999;
    background-color: #009999;
}
.btn-default {
    padding: 6px 12px;
    display: inline-block;
    color: #333;
    background-color: #fff;
    border-radius: 4px;
    text-align: center;
    border: 1px solid #ccc;
    vertical-align: middle;
    outline: none;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: background-color .3s ease;
}
.btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
    text-decoration: none;
}
.btn-light {
    background-color: #EDF1FC;
}
.btn-light:hover {
    background-color: #d8dff1;
}
.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show>.btn-light.dropdown-toggle {
    background-color: #d8dff1;
    border-color: #d8dff1;
}

.btn-light.focus, .btn-light:focus {
    background-color: #d8dff1;
    border-color: #d8dff1;
}
.btn-link {
    color: #039;
}
.btn-link:hover {
    color: #039;
}
.btn-blink {
    overflow-x: hidden;
}
.btn-blink .flare {
    position: absolute;
    top: 0;
    height: 100%;
    width: 25px;
    transform: skewX(-45deg);
    animation: flareAnimation;
    left: -150%;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.4));
    animation: flareAnimation 2s infinite linear;
}
@keyframes flareAnimation {
    0% {
        left: -300%;
    }
    100% {
        left: 300%;
    }
}
.dropdown-item.active, .dropdown-item:active {
    background-color: #039;
}
.dropdown-item {
    padding: 0.25rem .5rem;
    font-size: 16px;
}
.custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: none;
}
[placeholder]{
    text-overflow:ellipsis;
}
.global-list {
    list-style: none;
    padding-left: 0;
}
.global-item {
    margin-bottom: 10px;
}
.global--bgcolor-green {
    background-color: rgba(71, 169, 32, .1);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.global--bgcolor-red {
    background-color: rgba(252, 180, 180, .15);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.global--bgcolor-lightblue {
    background-color: rgba(245, 249, 253, 1);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.global--bgcolor-orange {
    background-color: #ff9f5f;
}
.global--bgcolor-yellow {
    background-color: #fbe06d;
}
.global--bgcolor-blue {
    background-color: #10affb;
}
.global--bgcolor-purple {
    background-color: #d249ea;
}
.global--embed-responsive-main-banner {
    padding-top: 22.5%;
}
.global--color-green {
    color: #8AC349;
}
.global--color-red {
    color: #f11616;
}
.global--color-blue {
    color: #039;
}
.global--color-black {
    color: #333333;
}
.select2-container--bootstrap .select2-results__option--highlighted[aria-selected] {
    background-color: #039;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #039;
}
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 51, 153, 0.5);
}
.table thead th {
    border-bottom: none;
}
.table thead th {
    background-color: #EDF1FC;
    font-weight: 400;
    color: #039;
    vertical-align: middle;
    /* border: 1px solid #e7e7e7; */
}
.table td {
    /* border: 1px solid #e7e7e7; */
}
.table-hover tbody tr:hover {
    background-color: #EDF1FC;
}
.table-fixed-scroll {
    overflow: auto;
    max-height: 400px;
}
.table-fixed-scroll table {
    border-spacing: 0;
    border-left: 1px solid #dee2e6;
}
.table-fixed-scroll th {
    position: sticky;
    top: 0;
    z-index: 10;
    border-right: 1px solid #dee2e6;
    border-bottom: 2px solid #dee2e6;
    border-top: 1px solid #dee2e6;
}
.table-fixed-scroll td {
    border-bottom: 1px solid #dee2e6;
    border-right: 1px solid #dee2e6;
}
.packing-info__header {
    margin-bottom: 20px;
}
.js-show-packings {
    cursor: pointer;
}
html {
    /* scroll-behavior: smooth; */
}

body {
    font-size: 16px;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    line-height: normal;
    color: #333333;
    background: rgb(255,255,255);

    /* для праздников */
    /* background: rgb(255,255,255); */
    /* background: url('../images/8_march/2024/top_left.png'), */
    /* url('../images/new_year/2024/top_right.png'), */
    /* url('../images/new_year/2024/btm_left.png'), */
    /* url('../images/new_year/2024/Btm_right.png'), */
    /* url('../images/8_march/2024/left.png'), */
    /* url('../images/8_march/2024/right.png'); */
    /* background-repeat: no-repeat, repeat-y, repeat-y; */
    /* background-position: top left, top left, top right; */

}
html,
body,
.wrapper {
    /*height: 100%;*/
}
body {
    background-color: #ffffff;
}
@media (max-width: 575px) {
    h1 {
        font-weight: bold;
        font-size: 20px;
        margin-bottom: 20px;
    }
    h2 {
        font-size: 18px;
        font-weight: bold;
        margin-top: 30px;
        margin-bottom: 20px;
    }
    h3 {
        font-size: 17px;
        font-weight: bold;
        margin-top: 30px;
        margin-bottom: 20px;
    }
    h4 {
        font-size: 16px;
        font-weight: 600;
    }
    h5 {
        font-size: 12px;
        font-weight: 600;
    }
    h6 {
        font-size: 12px;
        font-style: italic;
        font-weight: 100;
        color: #777;
    }
    .h1-class {
        font-weight: bold;
        font-size: 20px;
        margin-bottom: 20px;
    }
    .h2-class {
        font-size: 18px;
        font-weight: bold;
        margin-top: 30px;
        margin-bottom: 20px;
    }
    .h3-class {
        font-size: 17px;
        font-weight: bold;
        margin-top: 30px;
        margin-bottom: 20px;
    }
    .h4-class {
        font-size: 16px;
        font-weight: bold;
    }
    .h5-class {
        font-size: 12px;
        font-weight: 600;
    }
    .h6-class {
        font-size: 11px;
        -webkit-font-size: 11px;
        font-style: italic;
        -webkit-font-style: italic;
        font-weight: 100;
        -webkit-font-weight: 100;
        color: #777;
        -webkit-color: #777;
    }
    .h2-class-articles {
        font-size: 18px;
        font-weight: bold;
        margin-top: 30px;
        margin-bottom: 20px;
    }
    .h3-class-articles {
        font-size: 17px;
        font-weight: bold;
        margin-top: 30px;
        margin-bottom: 20px;
        font-style: italic;
    }
    .h4-class-articles {
        font-size: 16px;
        font-weight: bold;
        font-style: italic;
    }
    .h5-class-articles {
        font-size: 16px;
        font-weight: 600;
        font-style: italic;
    }
    .h6-class-articles {
        font-size: 14px;
        font-weight: 600;
        font-style: italic;
    }
}
@media (min-width: 576px) {
    h1 {
        font-weight: bold;
        font-size: 26px;
        margin-bottom: 20px;
    }
    h2 {
        font-size: 20px;
        font-weight: bold;
        margin-top: 30px;
        margin-bottom: 20px;
    }
    h3 {
        font-size: 18px;
        font-weight: bold;
        margin-top: 30px;
        margin-bottom: 20px;
    }
    h4 {
        font-size: 16px;
        font-weight: 600;
    }
    h5 {
        font-size: 12px;
        font-weight: 600;
    }
    h6 {
        font-size: 11px;
        font-style: italic;
        font-weight: 100;
        color: #777;
    }
    .h1-class {
        font-weight: bold;
        font-size: 26px;
        margin-bottom: 20px;
    }
    .h2-class {
        font-size: 20px;
        font-weight: bold;
        margin-top: 30px;
        margin-bottom: 20px;
    }
    .h3-class {
        font-size: 18px;
        font-weight: bold;
        margin-top: 30px;
        margin-bottom: 20px;
    }
    .h4-class {
        font-size: 16px;
        font-weight: bold;
    }
    .h5-class {
        font-size: 12px;
        font-weight: 600;
    }
    .h6-class {
        font-size: 11px;
        -webkit-font-size: 11px;
        font-style: italic;
        -webkit-font-style: italic;
        font-weight: 100;
        -webkit-font-weight: 100;
        color: #777;
        -webkit-color: #777;
    }
    .h2-class-articles {
        font-size: 20px;
        font-weight: bold;
        margin-top: 30px;
        margin-bottom: 20px;
    }
    .h3-class-articles {
        font-size: 18px;
        font-weight: bold;
        margin-top: 30px;
        margin-bottom: 20px;
        font-style: italic;
    }
    .h4-class-articles {
        font-size: 16px;
        font-weight: bold;
        font-style: italic;
    }
    .h5-class-articles {
        font-size: 16px;
        font-weight: 600;
        font-style: italic;
    }
    .h6-class-articles {
        font-size: 14px;
        font-weight: 600;
        font-style: italic;
    }
}

.main {
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-bottom: 0;
}
.container {
    background-color: #fff;
}

a {
    color: #039;
}
.form-control:focus {
    background-color: #fff;
    border-color: #6c757d;
    box-shadow: none;
}
.custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip,
.form-control.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip,
.was-validated .custom-select:invalid ~ .invalid-feedback,
.was-validated .custom-select:invalid ~ .invalid-tooltip,
.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip,
.form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip,
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip {
    position: absolute;
    top: 100%;
}
.bs-callout {
    padding: 20px;
    margin: 20px 0;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 3px;
}
.bs-callout.bs-callout-danger {
    border-left-color: #dc0000;
}
.bs-callout.bs-callout-danger h4,
.bs-callout.bs-callout-danger i,
.bs-callout.bs-callout-danger b {
    color: #dc0000;
}
.bs-callout i {
    font-size: 40px;
    margin-right: .3em;
    min-width: 50px;
    width: 50px;
    float: left;
}
.pagination {
    margin-top: 1rem;
}
.modal-header .close:focus {
    outline: 5px solid transparent;
}
.modal-auth .modal-header {
    padding: .5rem 1rem;
}
.modal-auth .modal-body {
    padding-top: 0;
}
.modal-auth .modal-body .h5 {
    font-size: 20px;
    color: #003399;
    font-weight: bold;
    text-align: center;
    margin-bottom: 30px;
}
.modal-auth .modal-body a {
    display: inline-block;
    padding: 0.6rem 1.4rem;
    -webkit-border-radius: .25rem;
    -moz-border-radius: .25rem;
    border-radius: .25rem;
}
.modal-auth .modal-body img {
    width: 180px;
}
.modal-auth .modal-body .entrance-rls {
    border: 1px solid #003399;
    background-color: #EDF1FC;
}
.modal-auth .modal-body .entrance-vrachirf {
    border: 1px solid #52B773;
    background-color: #F4F9F3;
}
.modal-auth .modal-body .entrance-rls:hover,
.modal-auth .modal-body .entrance-vrachirf:hover {
    opacity: .8;
}
.modal-auth .btn-registration {
    width: 226px;
    font-weight: bold;
}
.icon-chevron-down {
    font-size: 5px;
    vertical-align: middle;
}
.add-favourites {
    font-size: 20px;
    color: #f11616;
    display: inline-block;
}
.add-favourites:hover .icon-favourites:before {
    color: #f11616;
}
.adv-app {
    background-color: #f7f7f7;
}
.adv-app-wrap .container {
    padding-top: 10px;
    padding-bottom: 10px;
}
.adv-app-body {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.adv-app-body .left {
    display: flex;
    align-items: center;
}
.adv-app-body .close {
    float: none;
    padding: 10px 5px 10px 0;
    margin-right: 5px;
}
.adv-app-body img {
    width: 40px;
    height: 40px;
    margin-right: 10px;
}
.adv-app-body .adv-app-descr > div {
    font-size: 12px;
    font-weight: bold;
    color: #039;
}
.adv-app-body .adv-app-descr > span {
    font-size: 12px;
    color: #6c757d;
}
.adv-app-body .btn-primary {
    font-size: 12px;
    background-color: #437AE9;
    border-color: #437AE9;
}

.header-banner {
    min-height: 150px;
}
.header-banner > .container {

}

.banner-group {
    margin-bottom: 10px;
}
.banner-group--main {
    margin-bottom: 1px;
}
.banner-group--main.banner-group .item {

}
.banner-group--main.banner-group .item a {
    width: 100%;
}
.banner-group--main.banner-group .item img {
    width: 100%;
}
.banner-group--main.banner-group .item-top img {
    width: 100%;
}
.banner-group--middle {
    margin-bottom: 20px;
}
.banner-group--breadcrumbs {
    margin-bottom: 15px;
}
.banner-group--methods .item {
    margin-bottom: 7px;
}
@media screen and (max-width: 330px) {
    .banner-group .item-over-two {
        height: 60px;
        max-width: 100%;
    }
}
@media screen and (max-width: 370px)  and (min-width: 330px) {
    .banner-group .item-over-two {
        height: 70px;
        max-width: 100%;
    }
}
@media screen and (max-width: 440px) and (min-width: 371px) {
    .banner-group .item-over-two {
        height: 80px;
        max-width: 100%;
    }
}
@media screen and (max-width: 490px) and (min-width: 441px){
    .banner-group .item-over-two {
        height: 90px;
        max-width: 100%;
    }
}
@media screen and (max-width: 767px) and (min-width: 491px){
    .banner-group .item-over-two {
        height: 100px;
        max-width: 100%;
    }
}
@media screen and (min-width: 768px){
    .banner-group .item-over-two {
        max-width: 100%;
    }
    .banner-group .item-over-two .banner-mobile {
        height: 150px;
        max-width: 100%;
    }
}

.banner-group .item-over-two {
    max-width: 100%;
}

.banner-group .item-over {
    max-width: 100%;
}
.banner-group .item-top {
    width: 100%;
}
.banner-group .item {
    max-width: 100%;
}
.banner-group .item-new {
    max-width: 100%;
}

.banner-group .item a {
    display: inline-block;
}
.banner-group .item-top a {
    display: inline-block;
    width: 100%;
}
.banner-group .item img {
    width: 100%;
    /* max-width: 100%; */
    /* height: auto; */
    aspect-ratio: 27 / 4;
}
.banner-group .item-new img {
    width: 100%;
    /* max-width: 100%; */
    /* height: auto; */
    aspect-ratio: 37 / 10;
}

.banner-group .item-over img {
    width: 100%;
    aspect-ratio: 21 / 4;
}
.banner-group .item-over-two img {
    width: 100%;
    aspect-ratio: 21 / 4;
}
.js-banner-rotate {
    display: none;
}
.banner-special {
    margin-bottom: 40px;
}
.banner-special .item {
    width: 100%;
    font-size: 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    height: 191px;
    overflow: hidden;
}
.banner-special .item iframe {
    height: 100%;
}
.banner-special .item img {
    max-width: 100%;
    height: auto;
}
.banner-square-old-wrap {
    text-align: right;
}
.banner-square-old img {
    width: 240px;
}
.header .main {
    /* padding: 20px 0; */
    display: flex;
    align-items: center;
    width: 100%;
    flex-grow: 1;
    justify-content: space-between;
    flex-flow: row wrap;
    -webkit-transition: padding 0.2s ease;
    -moz-transition: padding 0.2s ease;
    -ms-transition: padding 0.2s ease;
    -o-transition: padding 0.2s ease;
    transition: padding 0.2s ease;
}
.header .sticky-top .main {
    padding: 0px;
}
.header .main .m-break {
    width: 100%;
}
.header .main .navbar-brand {
    padding: 0;
}
.header .main .navbar-brand a {
    display: inline-block;
}
.header .navbar-brand img {
    width: 205px;
    height: 108px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.header.sticky-top .navbar-brand img {
    width: 115px;
    height: 60px;
}
.search input::-webkit-input-placeholder {
    text-overflow: ellipsis;
    transition: text-indent 0.4s ease;
    text-indent: 0;
    color: #c2c2c2;
}
.search input:-moz-placeholder {
    text-overflow: ellipsis;
    transition: text-indent 0.4s ease;
    text-indent: 0;
    color: #c2c2c2;
}
.search input::-moz-placeholder {
    text-overflow: ellipsis;
    transition: text-indent 0.4s ease;
    text-indent: 0;
    color: #c2c2c2;
}
.search input:-ms-input-placeholder {
    text-overflow: ellipsis;
    transition: text-indent 0.4s ease;
    text-indent: 0;
    color: #c2c2c2;
}
.search input:focus::-webkit-input-placeholder {
    transition: text-indent 0.4s ease;
    box-shadow: none;
    text-indent: 1000px;
}
.search input:focus:-moz-placeholder {
    transition: text-indent 0.4s ease;
    box-shadow: none;
    text-indent: 1000px;
}
.search input:focus::-moz-placeholder {
    transition: text-indent 0.4s ease;
    box-shadow: none;
    text-indent: 1000px;
}
.search input:focus:-ms-input-placeholder {
    transition: text-indent 0.4s ease;
    box-shadow: none;
    text-indent: 1000px;
}
.header > .container {
    background-color: #fff;
    padding-bottom: 15px;
}
.header .main .app-rls-promo {
    margin-left: 15px;
}
.header .main .app-rls-promo img {
    width: 50px;
    height: 50px;
}
.header .main .search {
    flex-grow: 1;
    margin: 0 10px 0 85px;
}
.header .main .search .btn-primary {
    border-radius: 0 10px 10px 0;
    padding: 6px 45px;
    font-size: 16px;
}
.header .main .search .btn-primary img {
    display: none;
    width: 20px;
    height: 20px;
}
.header .main .search .search-dropdown {
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 1001;
    width: 100%;
}
.header .main .search .search-dropdown ul {
    width: 100%;
    max-height: 200px;
    overflow-y: auto;
    overflow-x: hidden;
    min-width: 10rem;
    padding: 8px 0;
    margin: .125rem 0 0;
    text-align: left;
    list-style: none;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .15);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.header .main .search-dropdown .list-group-item {
    border: none;
    padding: 0;
}
.header .main .search-dropdown .list-group-item.active {
    background-color: #DCEBFF;
    border-color: #DCEBFF;
}
.header .main .search-dropdown .list-group-item:hover {
    background-color: #DCEBFF;
    border-color: #DCEBFF;
}
.header .main .search-dropdown ul li a {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    clear: both;
    white-space: nowrap;
}
.main .analog-search {
    position: relative;
}
.main .analog-search .search-dropdown {
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 1001;
    width: 100%;
}
.main .analog-search .search-dropdown ul {
    width: 100%;
    max-height: 200px;
    overflow-y: auto;
    overflow-x: hidden;
    min-width: 10rem;
    padding: 8px 0;
    margin: .125rem 0 0;
    text-align: left;
    list-style: none;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .15);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.main .analog-search .search-dropdown ul li a {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    clear: both;
    white-space: nowrap;
}
.header .main input {
    -webkit-border-radius: 10px 0 0 10px;
    -moz-border-radius: 10px 0 0 10px;
    border-radius: 10px 0 0 10px;
    border-top: 1px solid #039;
    border-bottom: 1px solid #039;
    border-left: 1px solid #039;
}
.header .main .search .alphabet {
    font-size: 0;
    line-height: 0;
    letter-spacing: -1px;
}
.header .main .search .alphabet a {
    display: inline-block;
    font-size: 16px;
    line-height: normal;
    letter-spacing: normal;
    padding: 2px;
    margin: 2px 0 0 4px;
    text-transform: uppercase;
    color: #838485;
}
.header .navbar {
    padding: 0;
    background-color: #ffffff;
    flex-direction: column;
}
.header .dropdown-main.dropdown-menu.show {
    display: block;
    /* font-size: 16px; */
}
.header .main .b-account {
    display: flex;
    align-items: center;
    margin-left: 25px;
    font-size: 0;
}
.header .main .b-account a {
    display: inline-block;
    padding: .375rem .75rem;
}
.header .main .b-account .favourites {
    position: relative;
}
.header .main .b-account .favourites .count {
    display: none;
    position: absolute;
    top: 0;
    right: calc(100% - 20px);
    color: #fff;
    background-color: #039;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    padding: 4px 5px 2px 5px;
    font-size: 11px;
    line-height: 11px;
    font-weight: 300;
    -webkit-border-radius: 0.6rem;
    -moz-border-radius: .6rem;
    border-radius: 0.6rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.header .main .b-account .favourites i {
    font-size: 25px;
}
.header .main .b-account .dropdown-toggle {
    display: flex;
    align-items: center;
}
.header .main .b-account .dropdown-toggle i {
    font-size: 27px;
}
.header .main .b-account .avatar {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 27px;
    height: 27px;
    border: 1px solid #0039AC;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.header .main .b-account i.icon-heart-o {
    color: #f11616;
}
.header .main .b-account .vrachi-rf {
    display: flex;
    align-items: center;
}
.header .main .b-account .icon-vrachi-rf {
    display: inline-block;
    margin-left: 5px;
    font-size: 16px;
}
.header .main .b-account .dropdown-toggle:after {
    display: inline-block;
    margin-left: 0.8em;
    vertical-align: 0.955em;
    font-family: 'icomoon';
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    text-decoration:none;
    content: "\e916";
    border: none;
    font-size: 6px;
}
.header .main .b-account .dropdown-menu {
    min-width: 13rem;
}
.header .navbar .navbar-collapse {
    width: 100%;
}
.header .navbar .navbar-nav {
    justify-content: space-between;
    width: 100%;
    font-size: 0;
    line-height: 0;
    letter-spacing: -1px;
    background-color: #EDF1FC;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
}
.header .navbar-nav .nav-item {
    position: static;
    font-size: 0;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
}
.header .navbar-nav .nav-item:last-child {
    border-right: 0;
}
.header .navbar-nav .nav-link {
    display: flex;
    align-items: center;
    font-size: 16px;
    position: relative;
    line-height: 1.3;
    color: #039;
    padding-top: 17px;
    padding-bottom: 17px;
    /* padding: 17px 1rem 17px 1rem; */
    white-space: nowrap;
    -webkit-transition: padding 0.3s ease;
    -moz-transition: padding 0.3s ease;
    -ms-transition: padding 0.3s ease;
    -o-transition: padding 0.3s ease;
    transition: padding 0.3s ease;
    transition-delay: 0.1s;
}
.header.sticky-top .navbar-nav .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    /* padding: 10px 1rem 10px 1rem; */
}
.header .nav-item .nav-link:hover {
    color: #0045dd;
}
.header .navbar-nav .nav-item:hover .nav-link {
    background-color: #EDF1FC;
}
.header .navbar-nav .nav-item.active .nav-link {
    background-color: #e7eff7;
}

.header .navbar .navbar-toggler:hover {
    outline: none;
}
.header .navbar .navbar-toggler:focus {
    outline: none;
}
.header .navbar .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 51, 153, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.header .dropdown-main {
    width: 100%;
    padding: 0;
    margin: 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 10px;
    border: none;
    box-shadow: 0 1px 4px 0 rgba(50, 50, 50, 0.4);
}
.header .dropdown-main.dropdown-menu.show {
    display: flex;
}
.header .navbar-nav .nav-item.show > .nav-link {
    color: #0045dd;
}
.header .navbar-nav .nav-item > .dropdown-toggle:after {
    font-size: 5px;
    font-family: 'icomoon';
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    content: '\e916';
    color: #039;
    border: none;
    margin-left: 4px;
    text-decoration: none;
}
.header .navbar-nav .nav-item.show > .dropdown-toggle:after {
    content: '\e917';
}
.header .dropdown-submenu > .dropdown-toggle:after {
    font-size: 5px;
    font-family: 'icomoon';
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    content: '\e916';
    color: #010101;
    border: none;
    margin-left: 4px;
    text-decoration: none;
}
.header .dropdown-submenu.show > .dropdown-toggle:after {
    content: '\e917';
}
.header .dropdown-main > ul {
    font-size: 0;
    line-height: 0;
    letter-spacing: -1px;
    list-style: none;
    padding: 0;
    -ms-flex: 1;
    flex: 1;
}
.header .dropdown-main > ul li {
    font-size: 16px;
    line-height: normal;
    letter-spacing: normal;
}
.header .dropdown-item {
    color: #010101;
    font-size: 16px;
    font-weight: bold;
    padding: 15px 15px;
    white-space: normal;
}
.header .dropdown-item:hover {
    color: #010101;
    background-color: #EDF1FC;
}
.header .dropdown-submenu .dropdown-menu {
    padding: 0;
    position: static;
    list-style: none;
    border: none;
}
.header .dropdown-submenu .dropdown-menu a {
    padding: 8px 35px;
    font-size: 14px;
    font-weight: normal;
}
.b-tile-banner-wrap {
    margin: 30px 0 30px 0;
}
.b-tile-banner-wrap .title {
    font-size: 20px;
    font-weight: bold;
    margin: 0 0 20px 0;
}
.b-tile-banner {
    margin: 0;
}
.b-tile-banner .row > [class*=col-] {
    margin-bottom: 30px;
}
.b-tile-banner .item {
    overflow: hidden;
}
.b-tile-banner .item a {
    display: inline-block;
}
.b-tile-banner .item img {
    max-width: 100%;
    height: auto;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.attention-modal {
    background-color: #fff;
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 1050;
    width: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;
    -webkit-box-shadow: 0 -3px 15px 0 rgba(50, 50, 50, 0.1);
    -moz-box-shadow:    0 -3px 15px 0 rgba(50, 50, 50, 0.1);
    box-shadow:         0 -3px 15px 0 rgba(50, 50, 50, 0.1);
}
.attention-modal body {
    background-color: #ffffff;
}
.attention-modal .content {
    padding: 15px 0;
    font-size: 12px;
    display: flex;
}
.attention-modal .content span {
    font-weight: bold;
}
.attention-modal .btns {

}
.attention-modal .btn-link {
    padding: 0.15rem 0.3rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}
.attention-modal .btn-primary {
    margin: 0 0 0 10px;
    padding: 0.15rem 0.5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}
.footer-wrap {

}
.footer-wrap .separator {
    height: 20px;
    background-color: #EDF1FC;
    width: 100%;
}
.footer {
    position: relative;
    overflow: hidden;
    padding: 30px 0 40px 0;
    background-color: #ffffff;
}
.footer .left {
    padding-right: 20px;
}
.footer .left p {
    font-size: 14px;
}
.footer .right {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    padding-left: 20px;
}

.footer .right .list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 15px;
}
.footer .right .list li {
    margin-bottom: 2px;
}
.footer .right .list li a {
    font-size: 14px;
    text-decoration: underline;
}
.footer .right .list li a:hover {
    text-decoration: none;
}
.footer .right .contacts {
    margin-bottom: 15px;
}
.footer .right .contacts > div {
    display: flex;
    align-items: center;
}
.footer .right .contacts > div i {
    font-size: 14px;
}
.footer .right .contacts a {
    font-size: 14px;
    margin-left: 5px;
    text-decoration: underline;
}
.footer .right .contacts a:hover {
    text-decoration: none;
}
.footer .right .policy p {
    font-size: 14px;
}
.footer .right .policy .conditions a {
    color: #039;
    font-size: 14px;
}
.footer .right .foot {
    display: flex;
    justify-content: space-between;
}
.footer .right .foot .logo {
    width: 150px;
    height: auto;
}
.footer .right .foot .age-limit {
    color: #8f8f8f;
    font-size: 22px;
    margin: 0 15px;
}
.footer .right .foot .counters {
    align-items: center;
    justify-content: flex-end;
}
.footer .right .foot .counters a {
    display: inline-block;
    margin-left: 10px;
}
.footer .right .foot .counters a img {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.loader {
    position: relative;
    width: 60px;
    height: 36px;
}
.loader img {
    position: absolute;
    top: 0;
}
.loader img:nth-child(1) {
    left: 0;
    animation-delay: 0s;
}
.loader img:nth-child(2) {
    left: 17px;
    animation-delay: 0.2s;
}
.loader img:nth-child(3) {
    left: 35px;
    animation-delay: 0.4s;
}
@-moz-keyframes blink {
    0% {
        opacity:1;
    }
    50% {
        opacity:0;
    }
    100% {
        opacity:1;
    }
}
@-webkit-keyframes blink {
    0% {
        opacity:1;
    }
    50% {
        opacity:0;
    }
    100% {
        opacity:1;
    }
}
@-ms-keyframes blink {
    0% {
        opacity:1;
    }
    50% {
        opacity:0;
    }
    100% {
        opacity:1;
    }
}
@keyframes blink {
    0% {
        opacity:1;
    }
    50% {
        opacity:0;
    }
    100% {
        opacity:1;
    }
}
.blink-loader {
    -moz-animation: blink normal 2s infinite ease-in-out;
    -webkit-animation: blink normal 2s infinite ease-in-out;
    -ms-animation: blink normal 2s infinite ease-in-out;
    animation: blink normal 2s infinite ease-in-out;
}
.b-breadcrumb-wrap > .container {
    background-color: #fff;
}
.b-breadcrumb {
    padding-bottom: 15px;
}
.b-breadcrumb .breadcrumb {
    margin-bottom: 0;
    background-color: #f7f7f7;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.b-breadcrumb .icon-home {
    margin-right: 5px;
}
.b-breadcrumb .breadcrumb-item {
    font-size: 0;
}
.b-breadcrumb .breadcrumb-item.active span {
    color: #010101;
    font-size: 12px;
}
.b-breadcrumb .link {
    font-size: 12px;
    color: #404244;
}
.b-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    color: #010101;
    font-size: 12px;
}
.pagination .page-item.active .page-link {
    background-color: #039;
    border-color: #039;
}
.pagination .page-link {
    font-size: 13px;
    color: #039;
}
.partners-slider-wrap .title {
    font-size: 20px;
    font-weight: bold;
    margin: 0 0 20px 0;
}
.partners-slider {
    margin: 20px 0;
    padding: 0 35px;
    font-size: 0;
    line-height: 0;
    letter-spacing: -1px;
    position: relative;
}
.partners-slider .item {
    font-size: 0;
    line-height: normal;
    letter-spacing: normal;
}
.partners-slider .slick-track {
    display: -ms-flexbox;
    display: flex;
}
.partners-slider .slick-track .slick-slide {
    display: -ms-flexbox;
    display: flex;
    height: auto;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 10px;
}
.partners-slider .slider-btn {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
}
.partners-slider .slider-btn--prev {
    left: 0;
}
.partners-slider .slider-btn--next {
    right: 0;
}
.partners-slider .slider-btn i {
    font-size: 26px;
    color: #039;
}
.partners-slider .slider-btn i:hover {
    color: #0045dd;
}
.partners-slider .item img {
    width: 100%;
}
.b-social  {
    margin: 30px 0 30px 0;
}
.b-social .title {
    font-size: 20px;
    font-weight: bold;
    margin: 0 0 20px 0;
}
.b-social ul {
    padding-left: 0;
    list-style: none;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0;
}
.b-social ul li a {
    padding: 10px;
    display: inline-block;
}
.b-social ul li a img {
    width: 46px;
    height: 46px;
}

.request-form {
    max-width: 600px;
    margin: 0 0 30px 0;
}
.request-form .head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 30px 0 20px 0;
}
.request-form .title {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    margin: 0;
}
.request-form .fields {
    border: 1px solid #dee2e6;
    padding: 18px 14px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.request-form .fields sup {
    color: #dc3545;
}
.request-form .checkbox-descr {
    font-size: 12px;
    color: #495057;
}
.request-form .checkbox-descr input {
    margin-top: 0;
}
.request-form .btn {
    padding: 5px 60px;
}
.request-form .form-group {
    margin-bottom: 25px;
}
.recaptcha-wrap {

}
.item-icon {
    display: inline-block;
    margin-left: 5px;
}
.item-icon--star {
    width: 15px;
    height: 15px;
    background: url(../images/icons/drug-star.png) no-repeat;
}
.item-icon--coin {
    width: 15px;
    height: 15px;
    background: url(../images/icons/drug-coin.svg) no-repeat;
}
.item-icon--description {
    width: 15px;
    height: 15px;
    background: url(../images/icons/drug-description.svg) no-repeat;
}
.item-icon--photo {
    width: 15px;
    height: 15px;
    background: url(../images/icons/drug-photo.svg) no-repeat;
}
.item-icon--3d {
    width: 22px;
    height: 16px;
    background: url(../images/icons/drug-3d.svg) no-repeat;
}
.b-side-bar {
    position: fixed;
    top: 20px;
    right: calc(50% - 675px);
}
.b-side-bar .qrcode {
    margin-bottom: 20px;
}
.b-side-bar .top-link {
    display: none;
    cursor: pointer;
    position: fixed;
    z-index: 10;
    bottom: 40px;
    right: calc(50% - 625px);
    background-color: #039;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 10px;
}
.b-side-bar .top-link img {
    width: 23px;
    height: 22px;
    text-align: center;
    transition: background-color .3s ease;
}
.b-side-bar .top-link:hover {
    background-color: #0045dd;
}
.b-side-bar .img-wrap {
    max-width: 100%;
    height: auto;
    margin-bottom: 20px;
    background-color: #fff;
}
.b-side-bar .social {
    font-size: 0;
    width: 100px;
    display: flex;
    justify-content: start;
}
.b-side-bar .social a {
    display: inline-block;
    margin-right: 5px;
}
.b-side-bar .social a:last-child {

}
.b-side-bar .social a img {
    width: 30px;
    height: auto;
}
.b-aside-btn {
    text-align: left;
    background-repeat: no-repeat;
}
.b-aside-btn--download {
    background: url(../images/icons/manual.svg) no-repeat 8% 50% #039;
    background-size: 33px;
    padding: 7px 10px 7px 70px;
}
.b-aside-btn--inner {
    padding: 7px 10px 7px 50px;
    font-size: 12px;
    background: url(../images/icons/fill-notice.svg) no-repeat 8% 50% #039;
    background-size: 23px;
}
.b-aside-btn--noimg {
    text-align: center;
    padding: 7px 12px;
}
.b-aside-item {
    margin-bottom: 25px;
}

.b-aside-banner a {
    display: inline-block;
    width: 100%;
}
.b-aside-banner img {
    width: 100%;
    max-width: 100%;
    height: auto;
}
.b-aside-banner .video {
    width: 100%;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}
.aside-mobile-banner {
    margin-bottom: 10px;
}
.aside-mobile-banner img {
    max-width: 255px;
    max-height: 425px;
}
.b-widget-wrap {
    position: relative;
}
.b-widget {
    margin-bottom: 25px;
    position: relative;
    overflow: hidden;
    transition: all 0.5s ease-out;
}
.b-widget__caption {
    padding: 10px 8px 9px;
    font-size: 16px;
    font-weight: bold;
    background-color: #ff9;
    border: 1px solid #c3ac5d;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
/*.b-widget__heading {*/
/*    text-align: center;*/
/*    margin: 0;*/
/*}*/
/*.b-widget__heading a {*/
/*    color: #010101;*/
/*}*/
/*.b-widget__content {*/
/*    background-color: #ffffff;*/
/*    padding: 10px;*/
/*    border-left: 1px solid #c2c2c2;*/
/*    border-right: 1px solid #c2c2c2;*/
/*    border-bottom: 1px solid #c2c2c2;*/
/*    border-bottom-left-radius: 5px;*/
/*    border-bottom-right-radius: 5px;*/
/*}*/


.popular-drugs {
    margin-bottom: 40px;
}


.popular-drugs .heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}
.popular-drugs .heading h4 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 0;
}
.popular-drugs-table td img {
    margin: -2px 5px 0 5px;
}

.m-popular-drugs {
    margin-bottom: 40px;
}
.b-widget h4 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
}
.b-widget table {
    width: 100%;
    border: 1px solid #c2c2c2;
}



.b-widget table tr {
    border-bottom: 1px solid #c2c2c2;
    background-color: #fff;
    cursor: pointer;
}

.b-widget table tr :last-child {
    border: none;
}
.b-widget table tr:hover {
    background-color: #e3e3e3;
}
.b-widget.closed {
    height: 200px;
}
.b-widget table tr td {
    padding: 9px 3px;
    font-size: 12px;
    color: #333333;
    text-align: center;
}
.b-widget table thead tr th {
    font-size: 12px;
    text-align: center;
    padding: 8px 7px 8px 8px;
    background-color: #ECF1F9;
    white-space: nowrap;
}
.b-widget .data {
    padding-left: 30px!important;
}
/* .b-widget .data--up {
    background: url(../images/icons/aside-arrow-top.png) no-repeat 13% 50%;
}
.b-widget .data--down {
    background: url(../images/icons/aside-arrow-down.png) no-repeat 13% 50%;
} */
.b-widget .data-medicine a {
    color: #010101;
}

.b-widget-wrap .drop-btn {
    width: 100%;
    height: 12px;
    position: absolute;
    bottom: -9px;
    background-color: #039;
    border: 1px solid #c2c2c2;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    cursor: pointer;
}
.b-widget-wrap .drop-btn:before {
    content: '';
    width: 100%;
    position: absolute;
    bottom: 11px;
    left: 0;
    height: 80px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ECF1F9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
}
.b-widget-wrap .drop-btn:hover {
    background-color: #039;
}
.b-widget-wrap .drop-btn:hover .arrow--first:before {
    background: #039;
}
.b-widget-wrap .drop-btn:hover .arrow--first:after {
    background: #039;
}
.b-widget-wrap .drop-btn:hover .arrow--second:after {
    background-color: #039;
}
.b-widget-wrap .drop-btn:hover .arrow--second:before {
    background-color: #039;
}
.b-widget-wrap .drop-btn:hover .arrow--third:before {
    background: #039;
}
.b-widget-wrap .drop-btn:hover .arrow--third:after {
    background: #039;
}
.b-widget-wrap .drop-btn.open {
    background-color: #039;
}
.b-widget-wrap .drop-btn.open .arrow {
    top: -7px;
}
.b-widget-wrap .drop-btn.open .arrow:before {
    -webkit-transform: skew(0deg, -35deg);
    transform: skew(0deg, -35deg);
}
.b-widget-wrap .drop-btn.open .arrow:after {
    -webkit-transform: skew(0deg, 35deg);
    transform: skew(0deg, 35deg);
}
.b-widget-wrap .drop-btn.open .arrow--first {
    top: 0;
}
.b-widget-wrap .drop-btn.open .arrow--first:before,
.b-widget-wrap .drop-btn.open .arrow--first:after {
    background: #039;
}
.b-widget-wrap .drop-btn.open .arrow--second {
    height: 10px;
}
.b-widget-wrap .drop-btn.open .arrow--second:before,
.b-widget-wrap .drop-btn.open .arrow--second:after {
    background: #039;
}
.b-widget-wrap .drop-btn.open .arrow--third {
    top: -17px;
}
.b-widget-wrap .drop-btn.open .arrow--third:before,
.b-widget-wrap .drop-btn.open .arrow--third:after {
    background: #c2c2c2;
}
.b-widget-wrap .drop-btn.open:before {
    display: none;
}
.b-widget-wrap .arrow {
    height: 2px;
    width: 18px;
    position: relative;
    top: 4px;
    text-align: center;
    margin: 0 auto;
}
.b-widget-wrap .arrow:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 50%;
    background: #039;
    -webkit-transform: skew(0deg, 35deg);
    transform: skew(0deg, 35deg);
}
.b-widget-wrap .arrow:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 50%;
    background: #039;
    -webkit-transform: skew(0deg, -35deg);
    transform: skew(0deg, -35deg);
}
.b-widget-wrap .arrow--first {
    top: 8px;
    z-index: 9;
}
.b-widget-wrap .arrow--second {
    height: 8px;
    width: 24px;
}
.b-widget-wrap .arrow--second:before,
.b-widget-wrap .arrow--second:after {
    background: #039;
}
.b-widget-wrap .arrow--third {
    height: 1px;
    width: 24px;
}

.b-video-wrap {
    position: relative;
    width: 100%;
    max-width: 468px;
    height: 100%;
    background-color: #F8F9FB;
    padding: 12px 34px 34px 34px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    font-size: 0;
    margin-bottom: 30px;
}
.b-video-wrap .erid {
    display: inline-block;
    font-size: 10px;
    color: #999999;
    margin-bottom: 8px;
}

/*.b-table-filter .btn-filter {*/
/*    display: flex;*/
/*    align-items: center;*/
/*    border: 1px solid rgba(0,0,0,.15);*/
/*}*/
/*.b-table-filter.show .btn-filter {*/

/*}*/
/*.b-table-filter .btn-filter img {*/
/*    width: 12px;*/
/*    height: 12px;*/
/*    margin-right: 5px;*/
/*    position: relative;*/
/*    z-index: 999;*/
/*}*/
/*.b-table-filter__body {*/
/*    font-size: 14px;*/
/*    padding: 5px 15px 0 15px;*/
/*}*/
/*.b-table-filter__body .custom-control {*/
/*    margin-bottom: 3px;*/
/*}*/
/*.b-table-filter__body  .custom-control-label {*/
/*    padding-top: 3px;*/
/*}*/
/*.b-table-filter .b-table-filter__checkboxlist {*/
/*    margin-bottom: 15px;*/
/*    height: 200px;*/
/*    overflow-x: hidden;*/
/*}*/
/*.b-table-filter .dropdown-menu {*/
/*    min-width: 18rem;*/
/*    -webkit-border-radius: 0 .25rem .25rem .25rem;*/
/*    -moz-border-radius: 0 .25rem .25rem .25rem;*/
/*    border-radius: 0 .25rem .25rem .25rem;*/
/*}*/
/*.b-table-filter__footer {*/
/*    display: flex;*/
/*    justify-content: space-between;*/
/*    padding: 0 15px;*/
/*}*/
.usage {
    border: 1px solid #c2c2c2;
    padding: 15px;
    background-color: #ececec;
    margin-bottom: 30px;
}
.button-add-to-cart {
    max-width: 223px;
    display: inline-block;
    text-align: center;
    font-size: 13px;
    padding: 5px;
    color: #ffffff;
    background-color: #8BC34A;
    border: 1px solid #c2c2c2;
    border-radius: 6px;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5);
}
.button-add-to-cart:hover {
    text-decoration: none;
    color: #adff2f;
}
.button-check-price {
    color: #039;
    font-size: 16px;
    display: inline-block;
    background: #ffff00;
    border: 1px solid #c2c2c2;
    width: 100%;
    padding: 5px;
    border-radius: 5px;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5);
}
/*.med-kit {*/
/*    overflow: hidden;*/
/*    margin-top: 15px;*/
/*}*/
/*.med-kit__caption {*/
/*    padding: 10px 8px 9px;*/
/*    font-size: 16px;*/
/*    font-weight: bold;*/
/*    background-color: #ff9;*/
/*    border: 1px solid #c3ac5d;*/
/*    border-top-left-radius: 5px;*/
/*    border-top-right-radius: 5px;*/
/*}*/
/*.med-kit__heading {*/
/*    text-align: center;*/
/*    margin: 0;*/
/*}*/
/*.med-kit__link {*/
/*    color: #010101;*/
/*}*/
/*.med-kit__content {*/
/*    background-color: #ffffff;*/
/*    padding: 10px;*/
/*    border-right: 1px solid #c2c2c2;*/
/*    border-left: 1px solid #c2c2c2;*/
/*    border-bottom: 1px solid #c2c2c2;*/
/*    border-bottom-left-radius: 5px;*/
/*    border-bottom-right-radius: 5px;*/
/*}*/
/*.med-kit__list {*/
/*    list-style: none;*/
/*    padding: 0;*/
/*}*/
/*.med-kit__item a {*/
/*    color: #039;*/
/*}*/
/*.opinion {
    margin-bottom: 30px;
}
.opinion__caption {
    padding: 10px;
    font-size: 16px;
    font-weight: bold;
    background-color: #f4faf5;
    border: 1px solid #c2c2c2;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.opinion__heading {
    margin: 0;
    color: #17b075;
}
.opinion__img {
    width: 35px;
    height: auto;
    margin-right: 10px;
}
.opinion__content {
    background-color: #ffffff;
    padding: 10px;
    border-left: 1px solid #c2c2c2;
    border-right: 1px solid #c2c2c2;
    border-bottom: 1px solid #c2c2c2;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.opinion__drugchoise {
    width: 100%;
    margin-bottom: 10px;
}
.opinion__classification {
    font-size: 14px;
    color: #838383;
    padding: 5px;
}
.opinion__rating {
    font-size: 14px;
    font-weight: bold;
    color: #039;
    padding: 5px;
}
.opinion__more {
    display: inline-block;
    padding: 0 5px;
    font-size: 12px;
    color: #039;
}*/
.home .meta {
    margin-bottom: 20px;
}
.home .meta > div {
    margin-bottom: 20px;
}
.home-news {

}
.home-news .head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}
.home-news .head h2 {
    font-weight: bold;
    font-size: 20px;
    margin: 0;
}
.home-news .list {

}
.home-news .item {
    height: 100%;
    outline: 1px solid #EDF1FC;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
    font-size: 0;
}
.home-news .body {
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    overflow: hidden;
}
/* .item--advertising .body {
    background-image: var(--desktop-bg);
} */
.home-news .first-row {
    height: 410px;
    margin-bottom: 30px;
}
.home-news .first-col {
    height: 190px;
    margin-bottom: 30px;
}
.home-news .first-col:nth-child(n+3) {
    margin-bottom: 0;
}
.home-news .text {
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(15px);
    padding: 8px 12px;
    margin-top: auto;
    position: relative;
    height: 89px;
}
.home-news .date {
    color: #333333;
    font-size: 16px;
    margin-bottom: 3px;
}
.home-news .caption {
    display: inline-block;
    color: #333333;
    font-size: 16px;
    line-height: 16px;
    margin-top: 22px;
}
.home-news .caption:hover {
    color: #333333;
}
.home-news .title {
    color: #333333;
    font-size: 16px;
    line-height: 17px;
}
.home-news .title:hover {
    color: #333333;
}
.home-news .second-row > [class*=col-] {
    margin-bottom: 30px;
    height: 190px;
}
.m-news {
    margin-bottom: 20px;
}
.m-news .date {
    margin-bottom: 5px;
}
.m-news ul {
    padding-left: 20px;
}
.m-news ul li {
    color: #039;
    margin-bottom: 5px;
}

/*.news__img {*/
/*    margin-bottom: 10px;*/
/*}*/
/*.news__body {*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*}*/
/*.news__text {*/
/*    margin-bottom: 10px;*/
/*}*/
/*.news__read-more {*/
/*    margin-top: auto;*/
/*}*/
.news .news-list {
    list-style: none;
    padding-left: 0;
}
.news .news-list .date {
    display: inline-block;
    margin-bottom: 5px;
    font-weight: 600;
}
.news .news-list .link {
    display: inline-block;
    margin-bottom: 7px;
    font-weight: 600;
}
.news .filter {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
    font-size: 0;
}
.news .filter > div {
    display: flex;
    align-items: center;
}
.news .filter img {
    margin-right: 10px;
}
.news .filter span {
    margin-right: 10px;
    font-size: 16px;
}
.news .filter-dates form {
    display: flex;
    align-items: center;
}
.news .filter-dates input {
    max-width: 100px;
}
.news .filter-dates input:nth-child(1) {
    margin-right: 10px;
}
.news .filter a {
    font-size: 16px;
    padding: 4px 0.75rem;
}

.news-detail .date {
    color: #838485;
}
.news-detail .text {
    margin: 20px 0 10px 0;
}
.news-detail .text img {
    max-width: 100%;
    height: auto;
}
.news-press h1 {
    font-size: 28px;
}
.news-press .item {
    margin-bottom: 25px;
}
.news-press h4 {
    font-weight: bold;
    font-size: 18px;
}
.news-press p {
    text-align: justify;
    margin-bottom: 0;
}
.news-press a {
    font-size: 16px;
}
/*.news-event__heading {
    font-size: 28px;
}
.news-event__info {
    text-align: justify;
}
.news-event__caption {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 25px;
}
.news-event__datepicker {
    margin-bottom: 25px;
}
.news-event__item {
    margin-bottom: 20px;
}
.news-event__date {
    font-weight: bold;
}
.news-event__name {
    font-weight: bold;
}*/
.news-archive h1 {
    font-size: 28px;
}
.news-archive img {
    max-widht: 140px
}
.news-archive .h5 {
    color: #039;
    font-weight: bold;
    margin-bottom: 0;
}
.b-alphabet-head {
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}
.b-alphabet-head h1 {
    font-size: 22px;
    margin: 0 15px 0 0;
}
.b-alphabet-head ul {
    padding-left: 15px;
    flex-wrap: nowrap;
}
.b-alphabet-navigation {
    font-size: 0;
    margin-bottom: 30px;
    will-change: background;
    transition: background linear 400ms;
}
.b-alphabet-navigation .pointer {
    width: 100%;
    margin-bottom: 5px;
    font-size: 0;
    line-height: 0;
    letter-spacing: -1px;
}
.b-alphabet-navigation .pointer--additional {
    display: none;
}
.b-alphabet-navigation .filter {
    display: inline-block;
    text-align: center;
    padding: 2px 6px;
    background-color: #fff;
    border: 1px solid #c2c2c2;
}
.b-alphabet-navigation .filter:hover {
    text-decoration: none;
    background-color: #039;
    color: #fff;
}
.b-alphabet-navigation .filter:not(:last-child) {
    border-right: 0;
}
.b-alphabet-navigation .filter--active {
    background-color: #039;
    color: #fff;
}
.b-alphabet-navigation .filter--main {
    font-size: 16px;
    line-height: normal;
    letter-spacing: normal;
    font-weight: bold;
    text-transform: uppercase;
}
.b-alphabet-navigation .filter--main:first-child {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.b-alphabet-navigation .filter--main:last-child {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.b-alphabet-navigation .filter--additional:first-child {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.b-alphabet-navigation .filter--additional:last-child {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.b-alphabet-navigation .filter--additional {
    padding: 2px 4px;
    font-size: 12px;
    line-height: normal;
    letter-spacing: normal;
    background-color: #e7eff7;
}
/* .b-alphabet-navigation .filter--additional:first-child {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.b-alphabet-navigation .filter--additional:last-child {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
} */
.b-alphabet-navigation .filter--active {
    background-color: #039;
    color: #fff;
}
.b-alphabet-list {
    margin-bottom: 10px;
}
.b-alphabet-list .letter {
    display: block;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    color: #c2c2c2;
    font-size: 18px;
    font-weight: bold;
    margin: 45px 0 30px 0;
}
.b-alphabet-list .letter > span {
    position: relative;
    display: inline-block;
}
.b-alphabet-list .letter > span:before,
.b-alphabet-list .letter > span:after {
    content: "";
    position: absolute;
    top: 50%;
    width: 9999px;
    height: 1px;
    background: #dee2e6;
}
.b-alphabet-list .letter > span:before {
    right: 100%;
    margin-right: 15px;
}
.b-alphabet-list .letter > span:after {
    left: 100%;
    margin-left: 15px;
}
.b-alphabet-list .block:last-child {
    border-bottom: none;
}
.b-alphabet-list .item {
    font-size: 0;
    padding: 10px 0;
}
.b-alphabet-list .item span {
    font-size: 16px;
    padding-left: 8px;
}

.b-alphabet-list .item:not(:last-child) {
    border-bottom: 1px solid #D0D8E4;
}
.b-alphabet-list .link {
    font-size: 16px;
}
.b-alphabet-list .link span {
    color: #000;
}
.b-alphabet-list .link:hover span {
    color: #0056b3;
}
.b-alphabet-list .link:hover,
.b-alphabet-list .link:active {
    border-bottom: 1px solid #0056b3;
    text-decoration: none;
}
.b-alphabet-navigation--sticky {
    position: fixed;
    top: 140px;
    z-index: 99;
    background: rgba(193, 193, 193, 0.5);
    padding: 15px;
    border-radius: 10px;
    margin-left: -15px;
    margin-top: 30px;
}
.nav-pills .nav-link.active {
    background-color: #039;
}
.accordion .card {
    margin-bottom: 20px;
}
.accordion .card-header {
    background-color: #EDF1FC;
    padding: 0.5rem 1rem;
}
.accordion .card-link  {
    display: flex;
    justify-content: space-between;
}
.accordion .card-link:after  {
    font-size: 7px;
    font-family: 'icomoon';
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    content: '\e917';
    color: #039;
    border: none;
    margin-top: 6px;
    text-decoration: none;
}
.accordion .card-link.collapsed:after  {
    content: '\e916';
}

.b-special-sign {
    display: flex;
    flex-wrap: wrap;
    margin: 15px 0;
}
.b-special-sign .title {
    font-size: 18px;
    font-weight: bold;
    margin: 0 10px 5px 0;
}
.b-special-sign img {
    width: auto;
    height: 25px;
    margin: 0 5px 5px 0;
}



.tn p {
    line-height: 21px;
    margin: 4px 0 1em 0;
}

.tn .heading-wrap {
    position: relative;
    margin-bottom: 10px;
    overflow-wrap: break-word;
}
.tn .heading {
     padding-right: 70px;
}
.tn .heading .new {
    width: 30px;
    height: auto;
}
.tn .iv {
    color: #039;
    font-size: 16px;
    position: absolute;
    top: 5px;
    right: 0;
    cursor: pointer;
}
.tn .firm {
    font-size: 16px;
    margin-bottom: 10px;
}
.tn .description {
    font-size: 16px;
    margin-bottom: 10px;
}
/*.tn__frame {*/
/*    margin-top: 15px;*/
/*    padding: 20px;*/
/*    border: 1px solid #808080;*/
/*    -webkit-border-radius: 5px;*/
/*    -moz-border-radius: 5px;*/
/*    border-radius: 5px;*/
/*}*/
/*.tn__frame h2 {*/
/*    font-size: 14px;*/
/*}*/
/*.tn__frame-header {*/
/*    width: 100%;*/
/*    text-align: center;*/
/*    padding: 5px;*/
/*}*/
/*.tn__frame-header--instruction {*/
/*    background-color: #f9f6c8;*/
/*}*/
/*.tn__frame-header--description-as {*/
/*    background-color: #cbedf9;*/
/*}*/
/*.tn__frame-header p {*/
/*    margin: 10px;*/
/*    font-size: 1.2em;*/
/*    line-height: 1.8em;*/
/*}*/
/*.tn__specification {*/
/*    font-size: 13px;*/
/*    font-weight: bold;*/
/*}*/
/*.tn__manufacturer {
    margin-bottom: 15px;
}
.tn__manufacturer a {
    color: #010101;
    font-weight: bold;
}*/
.tn .date {
    font-size: 16px;
    display: inline-block;
    background-color: #eee;
    padding: 5px;
    border: 1px #c2c2c2 solid;
    margin-bottom: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

#modal-instruction .close {
    display: inline-block;
    position: absolute;
    top: 7px;
    right: 14px;
    z-index: 99;
}
#modal-instruction .col-sm-8 {
    flex: 0 0 100%;
    max-width: 100%;
}
#modal-instruction .structure-list {
    width: 100%;
    column-count: 3;
    margin: 20px 0;
}
.tn__dosie {
    margin-bottom: 15px;
}
.tn__dosie__img {
    width: 40px;
    flex: 0 0 40px;
    margin-right: 15px;
}
.tn__dosie__list {
    padding-left: 17px;
    margin-bottom: 5px;
}
.tn__dosie__item {
    display: none;
    margin-bottom: 5px;
}
.tn__dosie__show-more {
    display: none;
    font-weight: bold;
}
.tn__dosie__show-more::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}
.tn__dosie__show-more.active::after {
    border-top: 0;
    border-bottom: .3em solid;
}
.tn__filter__wrap {

}
.tn__filter__table {
    font-size: 16px;
}
.tn__filter__table thead th {
    background-color: #EDF1FC;
    font-weight: 400;
    color: #039;
    vertical-align: middle;
    white-space: nowrap;
    border: 1px solid #e7e7e7;
}
.tn__filter__table td {
    vertical-align: middle;
    border: 1px solid #e7e7e7!important;
}
.tn__filter__item .custom-control-label {
    padding-top: 3px;
}
.tn__filter__dosage {
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 7px;
    padding: 2px 5px;
    margin: 0 2px 4px 0;
    cursor: pointer;
    white-space: nowrap;
}
.tn__filter__dosage.active {
    background-color: #039;
    color: #fff;
}
.tn__filter__amounts {
    font-size: 0;
    white-space: normal;
    max-width: 200px;
}
.tn__filter__amount {
    display: inline-block;
    margin: 0 8px 4px 0;
    font-size: 16px;
}
.tn__filter__amount--disable {
    display: none;
}
.tn__filter__more {
    color: #039;
    font-size: 18px;
    line-height: 10px;
    cursor: pointer;
}
.tn__filter__item--mobile {
    background-color: #EDF1FC;
    border-radius: 8px;
    border: 0.5px #ddd solid;
    padding: 10px 10px;
    margin: 2% 0 2% 0;
    position: relative;
}
.tn__m-filter__dosage-form .custom-control {
    display: flex;
    align-items: center;
}
.tn__m-filter__dosage-form .custom-control-label {
    padding-top: 3px;
}
.tn__m-filter__icon {
    padding: 0 5px 0 5px;
    font-size: 8px;
    margin-left: auto;
}
.tn__m-filter__icon:hover {
    text-decoration: none;
}
.tn__m-filter__body {
    margin-top: 10px;
    font-size: 16px;
}
.tn__filter__dosage--mobile {
    display: inline-block;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 7px;
    padding: 2px 5px;
    margin: 0 2px 4px 0;
    cursor: pointer;
    white-space: nowrap;
    margin-bottom: 7px;
}
.tn__m-filter__dosage--mobile.active {
    background-color: #039;
    color: #fff;
}
.tn__filter__amounts--mobile {
    margin-bottom: 7px;
}
.tn__packaging-list {
    margin: 20px 0;
    padding-left: 20px;
}
.tn__packaging-item {
    font-size: 16px;
    color: #333333;
    margin-bottom: 5px;
}
.tn__packaging-item a {
    font-size: 16px;
}
.tn__packaging-item span {
    color: #ff0000;
}
.tn__packaging-filter .custom-select {
    color: #039;
    border: 1px solid #039;
    background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23039' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
    background-size: 8px 10px;
}
.tn__packaging-filter-selected {
    font-size: 0;
    margin: 5px 0 0 0;
}
.tn__packaging-filter-btn {
    position: relative;
    margin: 0 5px 5px 0;
    padding: .25rem 1.4rem .25rem .5rem;
    white-space: normal;
}
.tn__packaging-filter-btn i {
    position: absolute;
    top: 7px;
    right: 6px;
}

.tn-filter-simple {
    margin-bottom: 15px;
}
.tn-filter-simple .nav-pills .nav-item {
    margin: 0 10px 7px 0;
}
.tn-filter-simple .nav-pills .nav-link {
    background-color: #EDF1FC;
    color: #333333;
    padding: 2px 8px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    font-size: 16px;
}
.tn-filter-simple .nav-pills .nav-link.active {
    background-color: #ffca4a;
}
.tn-filter-simple {

}

/*.tn__regdoc-instruction {
    font-size: 16px;
    padding: 20px;
    border: 1px solid #808080;
    border-radius: 5px;
    margin-top: 2em;
}
.tn__regdoc-instruction h3 {
    font-weight: bold;
    font-size: 16px;
    margin-top: 15px;
}
.tn__regdoc-instruction__name {
    text-align: center;
    background-color: rgba(222, 255, 26, 0.35);
    padding: 5px 0;
    line-height: 26px;
    color: #333333;
}
.tn__regdoc-instruction__list {
    width: 100%;
    -webkit-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 2em;
    column-gap: 2em;
    margin: 20px 0;
    padding-left: 20px;
}
.tn__m-regdoc-table {
    font-size: 12px;
}
.tn__m-regdoc-table thead th {
    background-color: #e3e3e3;
    font-weight: bold;
    color: #333333;
    vertical-align: middle;
    white-space: nowrap;
    border: 1px solid #c2c2c2;
}
.tn__m-regdoc-table td {
    vertical-align: middle;
    border: 1px solid #c2c2c2;
}*/

.tn__mkb-list {
    padding-left: 20px;
}
.tn__link-collapse {
    display: inline-block;
    font-weight: bold;
    margin-bottom: 10px;
}
.tn__icon {
    margin-right: 5px;
}


.fancybox-bg {
    background: #ffffff!important;
}
/*.tn__photo {
    margin: 10px 0 20px 0;
}
.tn__photo-item {
    margin: 0 15px 15px 0;
    text-align: center;
}
.tn__photo-link {
    position: relative;
    display: inline-block;
    background-color: #ddd;
    width: 190px;
    height: 260px;
    border: solid #010101 1px;
}
.tn__photo-link:hover {
    border: 1px solid #ff0000;
}
.tn__photo-img {
    max-width: 180px;
    max-height: 250px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}*/
/*.tn__substance {
    margin-bottom: 20px;
}
.tn__substance-heading {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 5px;
}
.tn__substance-name {
    margin-top: 0;
    font-size: 14px;
}
.tn__substance-link {
    display: inline-block;
}*/

.tn .structure-heading {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 5px;
    margin-top: 18px;
}
.tn .structure-heading-structure {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 5px;
    margin-top: 18px;
}
.tn .structure-list {
    padding-left: 20px;
    column-count: 2;
    column-gap: 40px;
}
.tn .structure-list li {
    margin-bottom: 3px;
}
.tn .button-add-to-cart {
    margin: 10px 0;
}
/*.tn__back-link a {
    font-weight: bold;
}*/
.reserve-pharmacy {
    display: none;
    position: fixed;
    z-index: 10;
    bottom: 100px;
    right: calc(50% - 665px);
    font-size: 13px;
    padding: 2px 12px;
}

.tn-popular .table .link-collapse {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 75px;
    text-decoration: none;
}

.tn-popular .table .chart-wrap {
    padding: 0;
    border-bottom: 1px solid #e7e7e7!important;
}
.tn-popular .table .chart-wrap.active {
    border-top: 1px solid transparent!important;
    border-bottom: 1px solid transparent!important;
}
.tn-popular .table .chart {
    padding: 0.75rem 0;
}

.tn-price__heading {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
}
.tn-price__label {
    font-size: 16px;
}
.tn-price__description {
    font-size: 12px;
    margin-bottom: 20px;
}
.tn-price__content {
    margin-bottom: 30px;
}
.tn-price__table-link {
    display: inline-block;
    font-size: 16px;
    margin-bottom: 3px;
}
.tn-price__table-text {
    margin-bottom: 15px;
}
.tn-price__table-data {
    font-size: 16px;
    text-align: center;
}
.tn-price__table-data a {
    display: inline-block;
}
.tn-price__table-data--buy:first-child {
    text-align: center;
}
.table.tn-price__table .tn-price__table-data--description:first-child {
    text-align: left;
    vertical-align: top;
}
.tn-price__table-img {
    max-width: 100px;
}
.tn-price__ya-map {
    width: 100%;
    height: 500px;
    margin-bottom: 10px;
}
.tn-price__table {
    position: relative;
}
.tn-price__table th {
    font-size: 16px;
    background-color: #EDF1FC;
    font-weight: 400;
    color: #039;
    vertical-align: middle;
    white-space: nowrap;
    border: 1px solid #e7e7e7;
    padding: .75rem;
}
.tn-price__table td {
    vertical-align: middle;
    border: 1px solid #e7e7e7!important;
    padding: .75rem;
}
.tn-price__table .btn-primary {
    width: 100%;
}
.drug-replacement {
    display: inline-block;
    border: 1px #eaab0e solid;
    background-color: #FFB12433;
    padding: 20px;
    margin-bottom: 15px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.drug-replacement__caption {
    margin-bottom: 5px;
}
.drug-replacement__list {
    padding-left: 20px;
    margin-bottom: 0;
}
.drug-replacement__listitem {
    margin-bottom: 3px;
}
.notification {
    padding: 10px 15px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.notification__body {
    display: flex;
    align-items: center;
}
.notification__body img {
    margin-right: 15px;
}
.notification__descr {

}
.notification__date {
    font-size: 12px;
}
.notification--blue {
    background-color: #EDF1FC;
}
.notification--lightblue {
    background-color: #3399FF33;
}
.notification--orange {
    background-color: #FFB12433;
}
.notification--lightgreen {
    background-color:  #EDFFD8;
}


.active-substance__structure {
    margin-bottom: 30px;
}
.active-substance__structure-heading {
    font-weight: bold;
    font-size: 18px;
}
.active-substance__structure-list {
    padding-left: 15px;
    position: relative;
    margin: 0;
    list-style: none;
}
.active-substance__structure-item:before {
    position: absolute;
    left: 0;
    content: '\2022';
    color: #039;
}
.active-substance__tn-table {
    width: 100%;
}
.advanced-search {

}
.advanced-search .nav-tabs {
    border-bottom: 1px solid transparent;
}
.advanced-search .nav-tabs .nav-item {

}
.advanced-search .nav-tabs .nav-link {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.advanced-search .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #ffffff;
    background-color: #039;
    border-color: #039;
}
.advanced-search .nav-tabs .nav-link:focus,
.advanced-search .nav-tabs .nav-link:hover {
    border-color: #039 #039 transparent;
}
.advanced-search .advanced-search__input input {
    border: 1px solid #039;
}
.advanced-search .advanced-search__input .btn-primary {
    width: 60px;
    position: relative;
}
.advanced-search .advanced-search__input .btn-primary:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHhtbG5zOnN2Z2pzPSJodHRwOi8vc3ZnanMuY29tL3N2Z2pzIiB3aWR0aD0iNTEyIiBoZWlnaHQ9IjUxMiIgeD0iMCIgeT0iMCIgdmlld0JveD0iMCAwIDU2Ljk2NiA1Ni45NjYiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDUxMiA1MTIiIHhtbDpzcGFjZT0icHJlc2VydmUiIGNsYXNzPSIiPjxnPgo8cGF0aCB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGQ9Ik01NS4xNDYsNTEuODg3TDQxLjU4OCwzNy43ODZjMy40ODYtNC4xNDQsNS4zOTYtOS4zNTgsNS4zOTYtMTQuNzg2YzAtMTIuNjgyLTEwLjMxOC0yMy0yMy0yM3MtMjMsMTAuMzE4LTIzLDIzICBzMTAuMzE4LDIzLDIzLDIzYzQuNzYxLDAsOS4yOTgtMS40MzYsMTMuMTc3LTQuMTYybDEzLjY2MSwxNC4yMDhjMC41NzEsMC41OTMsMS4zMzksMC45MiwyLjE2MiwwLjkyICBjMC43NzksMCwxLjUxOC0wLjI5NywyLjA3OS0wLjgzN0M1Ni4yNTUsNTQuOTgyLDU2LjI5Myw1My4wOCw1NS4xNDYsNTEuODg3eiBNMjMuOTg0LDZjOS4zNzQsMCwxNyw3LjYyNiwxNywxN3MtNy42MjYsMTctMTcsMTcgIHMtMTctNy42MjYtMTctMTdTMTQuNjEsNiwyMy45ODQsNnoiIGZpbGw9IiNmZmZmZmYiIGRhdGEtb3JpZ2luYWw9IiMwMDAwMDAiIHN0eWxlPSIiIGNsYXNzPSIiPjwvcGF0aD4KPGcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPC9nPgo8ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8L2c+CjxnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjwvZz4KPGcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPC9nPgo8ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8L2c+CjxnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjwvZz4KPGcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPC9nPgo8ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8L2c+CjxnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjwvZz4KPGcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPC9nPgo8ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8L2c+CjxnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjwvZz4KPGcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPC9nPgo8ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8L2c+CjxnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjwvZz4KPC9nPjwvc3ZnPg==");
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 24px 24px;
    width: 24px;
    height: 24px;
}
.advanced-search .advanced-search__count {
    margin-top: 7px;
}
.advanced-search .advanced-search__result {
    margin-top: 30px;
}
.advanced-search .advanced-search__result-item {
    margin-bottom: 30px;
}
.advanced-search .advanced-search__result-item:last-child {
    margin-bottom: 0;
}
.advanced-search .advanced-search__result-title img {

}
.advanced-search .advanced-search__result-descr {
    color: #6c757d;
    font-style: italic;
}
.advanced-search .advanced-search__result-link {
    display: block;
    margin-bottom: 10px;
}
.advanced-search .advanced-search__result-link:last-child {
    margin-bottom: 0;
}
.advanced-search .advanced-search__dropdown {
    margin-top: 30px;
}
.advanced-search .advanced-search__dropdown-link {
    display: block;
    text-transform: uppercase;
    text-decoration: underline;
    margin-bottom: 20px;
    font-weight: 600;
}
.advanced-search .advanced-search__dropdown-link:hover {
    text-decoration: none;
}
.b-alphabet-body .head {
    display: flex;
    flex-wrap: wrap;
    padding: 9px;
    margin-bottom: 15px;
    width: 100%;
    position: sticky;
    left: 0;
    top: 0;
    background-color: #fff;
}
.b-alphabet-body .head a {
    flex-basis: 0;
    flex-grow: 1;
    text-align: center;
    padding: 5px;
    text-decoration: underline;
    white-space: nowrap;
    font-weight: 600;
}
.b-alphabet-body .head a:hover {
    text-decoration: none;
}
.b-alphabet-body .wrapper {
    position: relative;
    width: 100%;
    border: 1px solid #039;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 25px;
    overflow: hidden;
}
.b-alphabet-body .body {

}
.b-alphabet-body .body--advanced-search {
    height: 300px;
    overflow-y: auto;
}
.b-alphabet-body .items {
    padding: 10px 16px;
}
.b-alphabet-body .item {
    border-bottom: 1px solid #039;
    margin-bottom: 30px;
}
.b-alphabet-body .item:last-child {
    border-bottom: 1px solid transparent;
    margin-bottom: 0;
}
.b-alphabet-body .item .media {
    margin-bottom: 15px;
}
.b-alphabet-body .title {
    font-size: 48px;
    color: #039;
    font-weight: bold;
    margin-right: 50px;
}
.b-alphabet-body .item .media-body ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding-left: 0;
}
.b-alphabet-body .item .media-body ul li {
    display: flex;
    padding: 5px 20px 5px 0;
    color: #039;
}
.b-alphabet-body .item .media-body ul li::before {
    content: "•";
    color: #039;
    margin-right: 5px;
}
.b-alphabet-body .item .media-body ul li a {
    text-decoration: underline;
    text-transform: capitalize;
    width: 18px;
}
.b-alphabet-body .item .media-body ul li a:hover {
    text-decoration: none;
}
.b-tree {
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.125);
    padding: 20px;
    margin-bottom: 20px;
}
.b-tree__search {
    max-width: 400px;
    margin-bottom: 25px;
}
.b-tree__btn {
    padding: 5px 12px;
    border-radius: 0 4px 4px 0;
}
.b-tree__collapse {
    min-height: 20px;
}
.b-tree__collapse > ul {
    padding-left: 0;
}
.b-tree__collapse li {
    font-size: 0;
    list-style-type: none;
    margin: 0;
    padding: 10px 5px 0 5px;
    position: relative;
}
.b-tree__collapse li::before,
.b-tree__collapse li::after {
    content: '';
    left: -20px;
    position: absolute;
    right: auto;
}
.b-tree__collapse li::before {
    border-left: 1px solid #999;
    height: 100%;
    top: -3px;
    width: 1px;
}
.b-tree__collapse > ul:first-child > li::before,
.b-tree__collapse > ul:first-child > li::after {
    content: none;
    border-left: none;
}
.b-tree__collapse li::after {
    border-top: 1px solid #999;
    height: 20px;
    top: 22px;
    width: 36px;
}
.b-tree__collapse li:last-child::before {
    height: 26px;
}
.b-tree__collapse li a {
    margin-left: 20px;
    font-size: 16px;
    font-weight: bold;
    display: inline-block;
    padding-top: 2px;
}
.b-tree__collapse li span {
    position: absolute;
    top: 13px;
    left: 0;
    z-index: 2;
    display: inline-block;
    text-decoration: none;
    background-color: #fff;
}
.b-tree__collapse li span i {
    font-size: 18px;
    color: #039;
}
.b-tree__collapse li.b-tree__parent-li > span {
    cursor: pointer;
}
.b-tree__collapse li.b-tree__parent-li > span:hover,
.b-tree__collapse li.b-tree__parent-li > span:hover + ul li span {
    /*background: #eee;*/
}
.b-tree__parent-li ul {
    display: none;
    padding-left: 23px;
}
.b-tree__parent-li ul.active {
    display: block;
}
.b-tree-detail__subcatlist {
    list-style: none;
    padding-left: 0;
    margin-bottom: 30px;
}
.b-tree-detail__subcatlist-item {
    background-color: #fff;
    border: 1px solid rgba(0, 59, 162, 0.27);
    margin: 5px 0;
    font-size: 0;
    border-radius: 10px;
}
.b-tree-detail__subcatlist-link {
    display: block;
    font-weight: bold;
    padding: 5px 5px 5px 10px;
    border-left: 8px solid #e3ecff;
    font-size: 16px;
    border-radius: 10px;
}
.b-tree-detail__stats {
    margin-bottom: 15px;
}
.b-tree-detail__stats-item {
    margin-right: 5px;
}
.b-tree-detail__tabs {
    border: none;
}
.b-tree-detail__tabs .nav-item {
    text-align: center;
    margin: 0;
}
.b-tree-detail__tabs .nav-item:last-child {
    /*border-right: 1px solid #039;*/
}
.b-tree-detail__tabs .b-tree-detail__nav-link {
    border: none;
}
.b-tree-detail__tabs .b-tree-detail__nav-link:hover {
    border-color: #039;
    color: #ffffff;
    background-color: #039;
}
.b-tree-detail__tabs .b-tree-detail__nav-link.active {
    color: #ffffff;
    background-color: #039;
    border-color: #039;
}
.b-tree-detail__tab-content {
    border: 1px solid #039;
}
.b-tree-detail__tab-content--padding {
    padding: 15px;
}
.b-drug-choice {
    padding: 10px;
    border: 1px solid #039;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin-bottom: 15px;
}
.b-drug-choice .descr {
    margin-bottom: 30px;
}
.b-drug-choice .descr .h5 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 15px;
}
.b-drug-choice .descr p {

}
.b-drug-choice .options {
    display: flex;
    justify-content: space-between;
}
.b-drug-choice .options > a {
    order: 1;
    text-align: right;
    margin-bottom: 3px;
    display: none;
}
.b-drug-choice .options > div {
    order: 0;
}
.b-drug-choice .options  .form-check-label .form-check-input {
    margin-top: 4px;
}
.b-drug-choice .selects {
    position: relative;
}
.b-drug-choice .selects form > div {
    display: flex;
}
.b-drug-choice .selects .form-group {
    width: 100%;
    max-width: 280px;
}
.b-drug-choice .selects .form-group:last-child {
    margin-right: 0;
}
.b-drug-choice .b-drug-choice-table .item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px;
}
.b-drug-choice .b-drug-choice-table .item > div {
    display: flex;
    align-items: center;
}
.b-drug-choice .b-drug-choice-table .item > a {
    cursor: pointer;
}
.b-drug-choice .b-drug-choice-table .item > div .add-favourites {
    font-size: 16px;
    margin-right: 7px;
}
.b-drug-choice .b-drug-choice-table .item > div span {
    color: #039;
}
.b-drug-choice .b-drug-choice-table .item i.icon-chevron-down,
.b-drug-choice .b-drug-choice-table .item i.icon-chevron-up {
    font-size: 8px;
}
.b-drug-choice .selects .select-mkb {

}





.b-tree-detail__table {
    font-size: 16px;
}
.table.b-tree-detail__table th,
.table.b-tree-detail__table {
    vertical-align: middle;
}
.table.b-tree-detail__table th {
    white-space: nowrap;
}

.table.b-tree-detail__table th.sort {
    background-image: url("../images/icons/sort-down.svg");
    -webkit-background-size: 14px;
    background-size: 14px;
    background-repeat: no-repeat;
    background-position: center right 5px;
    width: 14px;
    height: 14px;
    cursor: pointer;
    padding-right: 25px;
}
.table.b-tree-detail__table th.sort:hover {
    background-image: url("../images/icons/sort-down-active.svg");
}
.table.b-tree-detail__table th.sort-asc {
    background-image: url("../images/icons/sort-down.svg");
}
.table.b-tree-detail__table th.sort-asc:hover {
    background-image: url("../images/icons/sort-down-active.svg");
}
.table.b-tree-detail__table th.sort-desc {
    background-image: url("../images/icons/sort-up.svg");
}
.table.b-tree-detail__table th.sort-desc:hover {
    background-image: url("../images/icons/sort-up-active.svg");
}
.b-tree-detail__table-drug {
    border-top: 1px solid #e7e7e7!important;
}
.b-tree-detail__table-drug i {
    cursor: pointer;
}
/*.b-tree-detail-collapse {*/
/*    margin-bottom: 20px;*/
/*}*/
/*.b-tree-detail-collapse > ul {*/
/*    padding-left: 0;*/
/*}*/
/*.b-tree-detail-collapse li {*/
/*    font-size: 0;*/
/*    list-style-type: none;*/
/*    margin: 0;*/
/*    padding: 15px 0 0 0;*/
/*    position: relative;*/
/*}*/
/*.b-tree-detail-collapse li:last-child::before {*/
/*    height: 23px;*/
/*}*/
/*.b-tree-detail-collapse li div {*/
/*    font-size: 14px;*/
/*}*/
/*.b-tree-detail-collapse li > p {*/
/*    font-size: 0;*/
/*    line-height: 0;*/
/*    cursor: pointer;*/
/*    color: #039;*/
/*    font-weight: bold;*/
/*    margin: 0;*/
/*}*/
/*.b-tree-detail-collapse li > p:hover {*/
/*    text-decoration: underline;*/
/*}*/
/*.b-tree-detail-collapse li a {*/
/*    font-size: 14px;*/
/*    margin-left: 7px;*/
/*}*/
/*.b-tree-detail-collapse li .js-tree-link a {*/
/*    font-size: 16px;*/
/*    line-height: normal;*/
/*}*/
/*.b-tree-detail-collapse li i {*/
/*    font-size: 16px;*/
/*    color: #039;*/
/*}*/
/*.b-tree-detail-collapse li.b-tree__parent-li > span {*/
/*    cursor: pointer;*/
/*}*/
.certificate__table {
    font-size: 16px;
}
.certificate__table-param {
    text-align: right;
}
.certificate__table-value {
    font-weight: bold;
}
.certificate__result {
    margin-top: 40px;
}
.detail-3d__link {
    font-size: 16px;
}
.detail-3d__caption {
    font-weight: bold;
}
.detail-3d__analog {
    margin: 0 0 20px 0;
    font-size: 16px;
}
.detail-3d__analog-type {
    background-color: #CDDBFD;
}
.detail-3d__analog-country {
    font-size: 12px;
    text-align: center;
}
.detail-3d__analog-country > div {
    font-weight: bold;
}
.detail-3d__analog-active {
    border: 2px solid #ffd700;
    margin-bottom: 5px;
}
.detail-3d__analog-active-tn {
    background-color: #ffd700;
    text-align: center;
    font-weight: bold;
    padding: 3px;
    margin-bottom: 0;
}
.detail-3d__analog-active-prod {
    color: #fff;
    font-weight: bold;
    background-color: #a9a9a9;
    padding: 3px;
    margin-bottom: 0;
}
.detail-3d__analog-active-price {
    font-weight: bold;
}
.detail-3d__analog-active-index {
    text-align: right;
    font-size: 10px;
    margin: 0 3px 2px 0;
}
.detail-3d__analog-inactive {
    font-size: 12px;
    border: 2px solid #dedbb5;
}
.detail-3d__analog-inactive-tn {
    background-color: #dedbb5;
    text-align: center;
    font-weight: bold;
    padding: 3px;
    margin-bottom: 0;
}
.detail-3d__analog-inactive-prod {
    color: #fff;
    font-weight: bold;
    background-color: #a9a9a9;
    padding: 3px;
}
.detail-3d__series {
    border: none;
    font-size: 16px;
}
.iiid,
.iiid0 {
    width: 100%;

}



.b-filters-wrap {

}
.b-filters {
    background-color: #fff;
    padding: 20px;
    margin-top: 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.b-filters .header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}


.zhnvlp {

}
.zhnvlp .regions {

}
.zhnvlp .regions .caption {
    font-weight: bold;
    font-size: 18px;
}
.zhnvlp .regions .item .letter {
    display: block;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    color: #c2c2c2;
    font-size: 18px;
    font-weight: bold;
    margin: 25px 0 15px 0;
}
.zhnvlp .regions .item .letter > span {
    position: relative;
    display: inline-block;
}
.zhnvlp .regions .item .letter > span:before,
.zhnvlp .regions .item .letter > span:after {
    content: "";
    position: absolute;
    top: 50%;
    width: 9999px;
    height: 1px;
    background: #c2c2c2;
}
.zhnvlp .regions .item .letter > span:before {
    right: 100%;
    margin-right: 15px;
}
.zhnvlp .regions .item .letter > span:after {
    left: 100%;
    margin-left: 15px;
}
.zhnvlp .regions .item a {
    display: block;
    padding: 4px;
}
.zhnvlp-region {

}
.zhnvlp-region .region-select {
    margin-bottom: 20px;
}
.zhnvlp-region .region-select label {
    font-size: 16px;
    font-weight: bold;
}

.zhnvlp-region .region-radio {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.zhnvlp-region .region-radio > span {
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    margin-right: 8px;
}
.zhnvlp-region .region-radio .form-check-label {
    display: flex;
    align-items: center;
}
.zhnvlp-region .region-radio .form-check-label {
    display: flex;
    align-items: center;
}
.zhnvlp-region .tab-content {
    padding: 20px 15px;
    margin-bottom: 25px;
    border: 1px solid #ced4da;
    background-color: #ffffc8;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.zhnvlp-region .filter .form-group {
    display: flex;
    align-items: center;
    position: relative;
}
.zhnvlp-region .filter input {
    max-width: 280px;
    margin-right: 8px;
}
.zhnvlp-region .filter select {
    width: 280px;
}
.zhnvlp-region .filters {
    margin-top: 20px;
}
.zhnvlp-region .table {
    font-size: 12px;
    margin-bottom: 0;
    /*background: transparent url("../images/wmark.png") repeat fixed;*/
}
.zhnvlp-region .table thead th,
.zhnvlp-region .table td {
    vertical-align: middle;
}
.zhnvlp-detail {

}



.institution__cities {
    margin-bottom: 20px;
}
.institution__city {
    font-weight: bold;
    margin-bottom: 5px;
}
.institution__form-city {
    margin-bottom: 30px;
}
.institution__caption {
    font-weight: bold;
    font-size: 18px;
}
.institution__letter {
    display: block;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    color: #c2c2c2;
    font-size: 18px;
    font-weight: bold;
    margin: 25px 0 15px 0;
}
.institution__letter > span {
    position: relative;
    display: inline-block;
}
.institution__letter > span:before,
.institution__letter > span:after {
    content: "";
    position: absolute;
    top: 50%;
    width: 9999px;
    height: 1px;
    background: #c2c2c2;
}
.institution__letter > span:before {
    right: 100%;
    margin-right: 15px;
}
.institution__letter > span:after {
    left: 100%;
    margin-left: 15px;
}
.institution__ya-map {
    width: 100%;
    height: 500px;
    margin-bottom: 25px;
}
.institution-list__heading {
    font-weight: bold;
}
.institution-list__list {
    list-style: none;
    padding-left: 0;
}
.institution-list__item {
    margin-bottom: 5px;
}
.library__options {
    margin: 30px 0;
}

.library-article__list {
    padding-left: 0;
    list-style: none;
}
.library-article__item {
    margin-bottom: 15px;
}
.library-article__item img {
    margin-right: 10px;
}
.prices-list__item {
    margin-bottom: 10px;
}
.prices-detail__heading {
    margin-bottom: 5px;
}
.prices-detail__caption {
    font-weight: bold;
    margin-bottom: 5px;
}
.prices-detail__img {
    margin: 5px 0;
}
.prices-detail__form-tn {
    padding: 20px 15px;
    margin-bottom: 25px;
    border: 1px solid #ced4da;
    background-color: #ffffc8;
}
.prices-detail__form-tn .page-item {
    margin: 0 0 5px 0;
}
.prices-detail__form-region-label {
    font-size: 16px;
    font-weight: bold;
}
.prices-detail__btn {
    border-radius: 0;
}
.prices-detail__table {
    font-size: 13px;
}
.prices-detail__descr p {
    font-size: 12px;
    font-style: italic;
}
.series__heading span {
    font-size: 13px;
    display: block;
    padding-top: 5px;
}
.series__table {
    font-size: 13px;
}
.series__table td {
    vertical-align: middle;
}
.series__table img {
    max-width: 32px;
    max-height: 32px;
}
.series-detail__table-descr {
    margin-bottom: 20px;
}
.series-detail__link {
    position: relative;
    display: inline-block;
    background-color: #ddd;
    width: 190px;
    height: 260px;
    border: solid #002060 1px;
}
.series-detail__link:hover {
    border: 1px solid #ff0000;
}
.series-detail__img {
    max-width: 180px;
    max-height: 250px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.series-detail__track-caption {
    font-weight: bold;
    margin-bottom: 5px;
}
.series-detail__table-track {
    font-size: 13px;
}
.series-detail__table-track__day {
    padding: 1px;
}
.series-detail__table-track thead th {
    text-align: center;
}
.series-detail__table-track thead th:first-child {
    white-space: nowrap;
}
.series-detail__table-track tbody tr td:first-child {
    color: #495057;
    background-color: #e9ecef;
    border-color: #dee2e6;
}
.series-detail__table-track td {
    color: transparent;
    padding: 0;
}
.series-detail__table-track td.bg-success,
.series-detail__table-track td .bg-warning {
    cursor: pointer;
}
.series-detail__table-track td:first-child {
    color: #495057;
    padding: .3rem;
}
.series-list__table-track {
    font-size: 13px;
    max-height: 600px;
}
.series-list__table-track__day {
    padding: 1px;
}
.series-list__table-track thead th {
    text-align: center;
}
.series-list__table-track thead th:first-child {
    white-space: nowrap;
}
.series-list__table-track tbody tr td:first-child {
    color: #495057;
    background-color: #e9ecef;
    border-color: #dee2e6;
}
.series-list__table-track td {
    padding: 0;
    color: transparent;
}
.series-list__table-track td.bg-success,
.series-list__table-track td .bg-warning {
    cursor: pointer;
}
.series-list__table-track td:first-child {
    padding: .3rem;
}
.series-list__table-track td a {
    width: 100%;
    height: 100%;
    display: inline-block;
    color: transparent;
}
.conditions__caption {
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 20px 0;
}
.conditions .custom-checkbox .custom-control-input:disabled ~ .custom-control-label {
    color: #010101;
}
.conditions .custom-checkbox .custom-control-input:disabled ~ .custom-control-label:before {
    background-color: #039;
}
.conditions__alert {
    margin: 20px 0;
    font-weight: bold;
    color: #ffff00;
    background-color: #dc3545;
    border-color: #dc3545;
}
.conditions__law {
    background: #fff;
    border: 1px solid grey;
    padding: 40px 20px;
}
.conditions__law .h5 {
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    font-size: 18px;
    margin-bottom: 20px;
}
.resources__caption {
    font-weight: bold;
}
.resources__certificate {
    border: 1px solid #c2c2c2;
    width: 200px;
}
.nav-tabs {
    margin-top: 20px;
}


.aphs__tradenames {
    position: relative;
}

.tn__table-list {
    position: absolute;
    background-color: #fff;
    padding: 10px;
    max-width: 280px;
    border: 1px #aaaaaa solid;
    height: 150px;
    overflow: auto;
}
.tn__table-list li {
    list-style-type: none;
    height: 15px;
}
.tn__table-list li:hover {
    background-color: #eeeeee;
    cursor: pointer;
}




@media (min-width: 1590px) {
    .b-structure-spy.condition {
        display: block;
        -webkit-animation: fadeIn 1s;
        animation: fadeIn 1s;
    }
    .b-structure-spy {
        display: none;
        position: fixed;
        left: 5px;
        top: 50%;
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%);
        background-color: #EDF1FC;
        max-width: 220px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
    }
    .b-structure-spy ul {
        list-style: none;
        padding-left: 0;
        margin: 5px 0;
    }
    .b-structure-spy ul .nav-link {
        position: relative;
        padding: .2rem .6rem .2rem 1rem;
        font-size: 12px;
        color: rgba(0, 51, 153, 0.5);
    }
    .b-structure-spy ul .nav-link:hover {
        color: #039;
    }
    .b-structure-spy ul li .active {
        color: #039;
    }
    .b-structure-spy ul li .active:before {
        content: '•';
        position: absolute;
        top: 2px;
        left: 6px;
    }
    @-webkit-keyframes fadeIn {
        from { opacity: 0; }
        to { opacity: 1; }
    }
    @keyframes fadeIn {
        from { opacity: 0; }
        to { opacity: 1; }
    }
}

@media (max-width: 1589px) {
    .b-structure-spy.condition {
        display: none;
    }
    .b-structure-spy {
        display: none;
    }
}
@media (max-width: 1349px) {
    .b-side-bar .qrcode,
    .b-side-bar .social,
    .b-side-bar .img-wrap {
        display: none;
    }
    .b-side-bar .top-link {
        top: auto;
        bottom: 20px;
        right: auto;
        left: 20px;
    }
    .reserve-pharmacy span {
        display: none;
    }
    .reserve-pharmacy {
        padding: 11px 12px;
        bottom: 20px;
        right: 20px;
    }
}
@media (min-width: 1200px) {
    .media-order {
        cursor: default;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {

    body {
        background-image: none;
    }
    .media-order {
        cursor: default;
    }
    .header-banner {
        min-height: 125px;
    }
    .header .main .app-rls-promo {
        margin-left: 5px;
    }
    .header .main .app-rls-promo img {
        width: 50px;
        height: 50px;
    }
    .header .main .search {
        margin: 0 0 0 15px;
    }
    .header .main .search .alphabet a {
        font-size: 11px;
    }
    .header .nav-item .nav-link {
        font-size: 13px;
        padding: 17px .7rem 17px .7rem;
    }
    .header .dropdown-item {
        font-size: 16px;
    }
    .home-news .text {
        height: 92px;
    }
    .home-news .title {
        font-size: 13px;
        line-height: 18px;
    }
    .reserve-pharmacy {
        padding: 11px 12px;
        bottom: 20px;
        right: 20px;
    }
    .b-side-bar .top-link {
        top: auto;
        bottom: 20px;
        right: auto;
        left: 20px;
    }
    .b-alphabet-head h1 {
        font-size: 20px;
    }
    .b-alphabet-navigation .filter {
        padding: 2px 5px;
    }
    .tn__regdoc-instruction__list {
        -webkit-column-count: 2;
        column-count: 2;
    }
    .tn-price__table tr th {
        font-size: 16px;
        padding: .5rem;
    }
    .tn-price__table tr td {
        font-size: 16px;
        padding: .5rem;
    }
    .tn-price__ya-map {
        height: 400px;
    }
    .b-tree-detail__tabs .b-tree-detail__nav-link {
        font-size: 16px;
        padding: .5rem;
    }

    .advanced-search .nav-tabs .nav-link {
        padding: 8px 10px;
    }

    .footer .left {
        padding-right: 0;
    }
    .footer .right {
        padding-left: 0;
    }




}
@media (min-width: 768px) and (max-width: 991px) {

    body {
        background-image: none;
    }
    .media-order {
        cursor: default;
    }
    main p {
        font-size: 16px;
    }
    aside {
        display: none;
    }
    .banner-group--breadcrumbs .item {
        margin-bottom: 15px;
    }
    .header-banner {
        min-height: 155px;
    }
    .header {
        margin-bottom: 10px;
    }
    .header > .container {
        padding-bottom: 0;
    }
    .header .navbar {
        flex-direction: row;
        background-color: #ffffff;
        border-top: none;
        border-bottom: 1px solid #e7e7e7;
        padding: 0 0 5px 0;
    }
    .header .dropdown-main.dropdown-menu.show {
        display: block;
    }
    .header .dropdown-main.dropdown-menu {
        background-color: #EDF1FC;
    }
    .header .dropdown-submenu .dropdown-menu {
        background-color: #EDF1FC;
    }
    .header .main .app-rls-promo {
        margin: 0 0 0 10px;
    }
    .header .main .app-rls-promo img {
        width: 40px;
        height: 40px;
    }
    .header .navbar-brand {
        /*margin-right: -64px;*/
        margin: 0 auto;
    }
    .header .navbar-brand a {
        display: inline-block;
    }
    .header .navbar-brand img {
        width: 150px;
        height: 79px;
    }
    .header.sticky-top .navbar-brand img {
        width: 115px;
        height: 60px;
    }
    .header .main {
        padding: 0;
        margin-bottom: 0;
    }
    .header.sticky-top .main {
        padding: 0;
    }
    .header .main .b-account {
        margin-left: 0;
    }
    .header .main .b-account .dropdown-toggle {
        padding-right: 0;
    }
    .header .main .search {
        margin: 0;
        width: 100%;
    }
    .header.sticky-top .main .search .btn-primary .span {
        vertical-align: top;
    }
    .header .main .search .btn-primary {
        padding: 6px 25px;
    }
    .header .main .search .alphabet {
        display: none;
    }
    .header .navbar .navbar-toggler {
        padding-left: 0;
    }
    .header .navbar .navbar-nav {
        padding: 5px 0;
        -webkit-border-radius: 0 0 5px 5px;
        -moz-border-radius: 0 0 5px 5px;
        border-radius: 0 0 5px 5px;
    }
    .header .navbar-nav .nav-item {
        text-align: left;
    }
    .header.sticky-top .navbar-nav .nav-link {
        padding: 8px 15px;
    }
    .header .nav-item .nav-link {
        padding: 8px 15px;
        font-size: 16px;
    }
    .header .nav-item .nav-link i {
        display: inline-block;
        position: absolute;
        right: 15px;
    }
    .header .navbar .navbar-collapse {
        background-color: #ffffff;
        z-index: 10;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        margin-top: 1px;
    }
    .header .dropdown-main {
        box-shadow: none;
    }
    .header .dropdown-item {
        padding: 8px 25px;
        font-size: 12px;
    }
    .home-news .first-row {
        height: 360px;
    }
    /* .item--advertising .body {
        height: 360px;
        background-image: var(--mobile-bg);
    } */
    .home-news .first-col {
        height: 165px;
    }
    .home-news .caption {
        font-size: 16px;
    }
    .home-news .text {
        padding: 8px 10px;
        height: 74px;
    }
    .home-news .title {
        font-size: 12px;
        line-height: 18px;
    }
    .home-news .second-row > [class*=col-] {
        height: 165px;
    }
    .b-social ul li a img {
        width: 40px;
        height: 40px;
    }

    .footer .left {
        padding-right: 0;
    }
    .footer .right {
        padding-left: 0;
    }
    .reserve-pharmacy {
        padding: 11px 12px;
        bottom: 20px;
        right: 20px;
    }
    .b-side-bar .top-link {
        top: auto;
        bottom: 20px;
        right: auto;
        left: 20px;
    }
    .b-alphabet-head h1 {
        font-size: 20px;
    }
    .b-alphabet-head ul {
        border-left: none;
        padding-left: 0;
        margin-top: 15px;
    }
    .tn__regdoc-instruction__list {
        -webkit-column-count: 2;
        column-count: 2;
    }

    .tn-price__table tr th {
        font-size: 16px;
        padding: .5rem;
    }
    .tn-price__table tr td {
        font-size: 16px;
        padding: .5rem;
    }
    .tn-price__ya-map {
        height: 400px;
    }
    .active-substance__structure-link {
        font-size: 16px;
    }
    .b-tree-detail__tabs .b-tree-detail__nav-link {
        font-size: 16px;
        padding: .5rem;
    }
    .zhnvlp-region .info ul li {
        font-size: 16px;
    }
    .prices-detail__form-tn .page-item {
        margin: 0 5px 5px 0;
    }
    .nav-link {
        font-size: 16px;
        padding: 10px 25px;
    }

    .advanced-search .nav-tabs .nav-link {
        padding: 8px 10px;
        font-size: 12px;
    }
    .advanced-search .nav-tabs .nav-item {

    }
    .b-alphabet-body .head a {
        padding: 6px 0;
    }
    .b-alphabet-body .item .media-body ul li {
        padding: 5px 20px 5px 0;
    }
    .footer .list {
        display: flex;
        justify-content: space-between;
    }


}
@media (max-width: 989px) {
    .b-alphabet-navigation .pointer {
        margin-bottom: 10px;
    }
    .b-alphabet-navigation .filter:not(:last-child) {
        border: 1px solid #c2c2c2;
    }
    .b-alphabet-navigation .filter--main {
        margin: 0 5px 5px 0;
        font-size: 16px;
        line-height: normal;
        letter-spacing: normal;
        font-weight: bold;
        text-transform: uppercase;
        border-radius: 5px;
        border-radius: 5px;
    }
    /* .b-alphabet-navigation .filter--main:first-child {
        border-top-left-radius: 0;
    } */
    /* .b-alphabet-navigation .filter--main:last-child {
        border-top-right-radius: 0;
    } */
    .b-alphabet-navigation .filter--additional {
        margin: 0 5px 5px 0;
        border-radius: 5px;
        border-radius: 5px;
    }
}
@media (min-width: 576px) and (max-width: 767px) {

    body {
        background-image: none;
    }
    .media-order {
        cursor: default;
    }
    main p {
        font-size: 16px;
    }
    aside {
        display: none;
    }
    ul {
        padding-left: 20px;
    }
    .table-mobile {
        border: none;
    }
    .table-mobile,
    .table-mobile thead,
    .table-mobile tbody,
    .table-mobile th,
    .table-mobile td,
    .table-mobile tr {
        display: block;
    }
    table.table-mobile thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
        border: 1px solid #ccc;
    }
    table.table-mobile tbody:before {
        content: "";
    }
    table.table-mobile tr {
        border: none;
    }
    table.table-mobile>tbody>tr {
        padding: 5px 0;
        margin-bottom: 5px;
        border: 1px solid #e7e7e7;
        background-color: #f8f9fa;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
    }
    table.table-mobile>tbody>tr>td {
        border: none!important;
        position: relative;
        padding: 2px 5px 2px 50%!important;
    }
    table.table-mobile>tbody>tr>td br {
        display: none;
    }
    table.table-mobile td:before {
        content: attr(data-mtitle);
        position: absolute;
        top: 50%;
        left: 5px;
        -webkit-transform: translate(0,-50%);
        -moz-transform: translate(0,-50%);
        -ms-transform: translate(0,-50%);
        -o-transform: translate(0,-50%);
        transform: translate(0,-50%);
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        font-family: 'Nunito Sans', sans-serif;
        font-weight: bold;
    }
    .banner-group--breadcrumbs .item {
        margin-bottom: 15px;
    }
    .header-banner {
        min-height: 114px;
    }
    .header {
        margin-bottom: 10px;
    }
    .header > .container {
        padding-bottom: 0;
    }
    .header .navbar {
        flex-direction: row;
        background-color: #ffffff;
        border-top: none;
        border-bottom: 1px solid #e7e7e7;
        padding: 10px 0;
    }
    .header .dropdown-main.dropdown-menu.show {
        display: block;
    }
    .header .dropdown-main.dropdown-menu {
        background-color: #EDF1FC;
    }
    .header .dropdown-submenu .dropdown-menu {
        background-color: #EDF1FC;
    }
    .header .main .app-rls-promo {
        margin: 0 0 0 10px;
    }
    .header .main .app-rls-promo img {
        width: 40px;
        height: 40px;
    }
    .header .navbar-brand {
        /*margin-right: -64px;*/
        margin: 0 auto;
    }
    .header .navbar-brand a {
        display: inline-block;
    }
    .header .navbar-brand img {
        width: 130px;
        height: 68px;
    }
    .header.sticky-top .navbar-brand img {
        width: 115px;
        height: 59px;
    }
    .header .main {
        padding: 0;
    }
    .header.sticky-top .main {
        padding: 0;
    }
    .header .main .b-account {
        margin-left: 0;
    }
    .header .main .b-account .dropdown-toggle {
        padding-right: 0;
    }
    .header .main .search {
        width: 100%;
        margin: 10px 0 0 0;
    }
    .header.sticky-top .main .search {
        width: 100%;
        margin: 0;
    }
    .header .main .search .btn-primary {
        padding: 6px 12px;
        display: flex;
        align-items: center;
    }
    .header .main .search .btn-primary img {
        display: inline-block;
    }
    .header .main .search .alphabet {
        display: none;
    }
    .header .navbar .navbar-toggler {
        padding-left: 0;
    }
    .header .navbar .navbar-nav {
        padding: 5px 0;
        -webkit-border-radius: 0 0 5px 5px;
        -moz-border-radius: 0 0 5px 5px;
        border-radius: 0 0 5px 5px;
    }
    .header .navbar-nav .nav-item {
        text-align: left;
    }
    .header.sticky-top .navbar-nav .nav-link {
        padding: 8px 15px;
    }
    .header .nav-item .nav-link {
        padding: 8px 15px;
        font-size: 16px;
    }
    .header .nav-item .nav-link i {
        display: inline-block;
        position: absolute;
        right: 15px;
    }
    .header .navbar .navbar-collapse {
        background-color: #ffffff;
        z-index: 10;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        margin-top: 1px;
    }
    .header .dropdown-main {
        box-shadow: none;
    }
    .header .dropdown-item {
        padding: 8px 25px;
        font-size: 12px;
    }
    .home-news .desktop {
        display: none;
    }
    .home-news .first-row {
        height: auto;
    }
    /* .item--advertising .body {
        height: auto;
        min-height: 345px;
        background-image: var(--mobile-bg);
    } */
    .home-news .caption {
        margin: 5px 0;
        font-size: 16px;
        color: #039;
    }
    .news__list .card-body {
        padding: 0;
    }
    .home-news .text {
        height: auto;
    }
    .banner__special-item {
        margin-bottom: 20px;
    }
    .banner__square-old-wrap {
        text-align: left;
    }
    .banner__square-old img {
        width: 180px;
    }
    .b-social ul li a img {
        width: 30px;
        height: 30px;
    }
    .reserve-pharmacy {
        padding: 11px 12px;
        bottom: 20px;
        right: 10px;
    }
    .b-side-bar .top-link {
        top: auto;
        bottom: 20px;
        right: auto;
        left: 10px;
    }

    .b-alphabet-head h1 {
        font-size: 20px;
    }
    .b-alphabet-head ul {
        border-left: none;
        padding-left: 0;
        margin-top: 15px;
    }
    .tn__regdoc-instruction__list {
        font-size: 16px;
        -webkit-column-count: 2;
        column-count: 2;
    }
    .tn-price__table tr th {
        font-size: 16px;
        padding: .5rem;
    }
    .tn-price__table tr td {
        font-size: 16px;
        padding: .5rem;
    }
    .tn-price__table-img {
        max-width: 100px;
    }
    .tn-price__ya-map {
        height: 360px;
    }
    .active-substance__structure-link {
        font-size: 16px;
    }
    .b-tree {
        padding: 15px;
    }
    .b-tree__collapse li a {
        font-size: 16px;
    }
    .b-tree-detail__tabs .b-tree-detail__nav-link {
        font-size: 12px;
        padding: .5rem .4rem;
    }

    .zhnvlp-region .info ul li {
        font-size: 16px;
    }
    .institution__ya-map {
        height: 400px;
    }
    .prices-detail__form-tn .page-item {
        margin: 0 5px 5px 0;
    }

    .b-alphabet-body .head {
        flex-wrap: wrap;
    }
    .b-alphabet-body .head a {
        padding: 8px;
        flex-grow: 0;
    }
    .b-alphabet-body .item .media-body ul li {
        padding: 5px 15px 5px 0;
    }
    .b-alphabet-body .title {
        margin-right: 40px;
    }

    .recaptcha-wrap {
        justify-content: start;
        margin-right: 0;
    }

    .b-filters .header {
        display: block;
    }


    .footer {
        padding: 20px 0 20px 0;
    }
    .footer .right {
        padding-left: 0;
    }
    .footer .list {
        display: flex;
        justify-content: space-between;
    }
    .footer .right .foot {
        justify-content: center;
    }
}
@media (min-width: 0) and (max-width: 575px) {

    body {
        background-image: none;
    }
    .media-order {
        cursor: default;
    }
    h1 {
        font-size: 20px;
        margin-bottom: 15px;
    }
    main p {
        font-size: 16px;
    }
    ul {
        padding-left: 20px;
    }
    aside {
        display: none;
    }
    .table-mobile {
        border: none;
    }
    .table-mobile,
    .table-mobile thead,
    .table-mobile tbody,
    .table-mobile th,
    .table-mobile td,
    .table-mobile tr {
        display: block;
    }
    table.table-mobile thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
        border: 1px solid #ccc;
    }
    table.table-mobile tbody:before {
        content: "";
    }
    table.table-mobile tr {
        border: none;
    }
    table.table-mobile>tbody>tr {
        padding: 5px 0;
        margin-bottom: 5px;
        border: 1px solid #e7e7e7;
        background-color: #f8f9fa;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
    }
    table.table-mobile>tbody>tr>td {
        border: none!important;
        position: relative;
        padding: 2px 5px 2px 50%!important;
    }
    table.table-mobile>tbody>tr>td br {
        display: none;
    }
    table.table-mobile td:before {
        content: attr(data-mtitle);
        position: absolute;
        top: 50%;
        left: 5px;
        -webkit-transform: translate(0,-50%);
        -moz-transform: translate(0,-50%);
        -ms-transform: translate(0,-50%);
        -o-transform: translate(0,-50%);
        transform: translate(0,-50%);
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        font-family: 'Nunito Sans', sans-serif;
        font-weight: bold;
    }

    .banner-group--breadcrumbs .item {
        margin-bottom: 15px;
    }
    .attention-modal .content p {
        font-weight: bold;
        margin-bottom: 0;
        font-size: 12px;
    }
    .header-banner {
        /*padding-bottom: 22.52%;*/
        /*padding-bottom: 30%;*/
        /*position: relative;*/
        /*width: 100%;*/
        /*overflow: hidden;*/
        min-height: auto;
    }
    /*.header-banner > .container {*/
        /*position: absolute;*/
        /*top: 0;*/
        /*right: 0;*/
        /*bottom: 0;*/
        /*left: 0;*/
        /*width: 100%;*/
        /*height: 100%;*/
    /*}*/
    .header {
        margin-bottom: 10px;
    }
    .header-banner .container,
    .header .container {
        padding: 0;
    }
    .header .navbar {
        flex-direction: row;
        background-color: #ffffff;
        border-top: none;
        border-bottom: 1px solid #e7e7e7;
        padding: 10px 0;
        margin: 0 15px 0 15px;
    }
    .header .dropdown-main.dropdown-menu.show {
        display: block;
    }
    .header .dropdown-main.dropdown-menu {
        background-color: #EDF1FC;
    }
    .header .dropdown-submenu .dropdown-menu {
        background-color: #EDF1FC;
    }
    .header .main .app-rls-promo {
        margin: 0 0 0 8px;
    }
    .header .main .app-rls-promo img {
        width: 30px;
        height: 30px;
    }
    .header .navbar-brand {
        margin: 0 auto;
    }
    .header .navbar-brand a {
        display: inline-block;
    }
    .header .navbar-brand img {
        width: 92px;
        height: 48px;
    }
    .header.sticky-top .navbar-brand img {
        width: 92px;
        height: 48px;
    }
    .header.sticky-top .main .search {
        width: 100%;
        margin: 0;
    }
    .header .main {
        padding: 0;
    }
    .header.sticky-top .main {
        padding: 0;
    }
    .header .main .b-account {
        margin-left: 0;
    }
    .header .main .b-account a {
        padding: 0.275rem 0.45rem;
    }
    .header .main .b-account i {
        font-size: 22px;
    }
    .header .main .b-account .dropdown-toggle {
        padding-right: 0;
    }
    .header .main .b-account .favourites .count {
        right: calc(100% - 16px);
    }
    .header .main .search {
        width: 100%;
        margin: 10px 0 0 0;
    }
    .header .main .search .btn-primary {
        display: flex;
        align-items: center;
        padding: 2px 12px;
        font-size: 16px;
    }
    .header .main .search .btn-primary img {
        display: inline-block;
        width: 16px;
        height: 16px;
    }
    .header .main .search .alphabet {
        display: none;
    }
    .header .navbar .navbar-toggler {
        padding-left: 0;
    }
    .header .main input {
        height: calc(1.8125rem + 2px);
        padding: 0.25rem 0.5rem;
        font-size: .875rem;
        line-height: 1.5;
        -webkit-border-radius: 0.2rem 0 0 0.2rem;
        -moz-border-radius: 0.2rem 0 0 0.2rem;
        border-radius: 0.2rem 0 0 0.2rem;
    }
    .header .navbar .navbar-nav {
        padding: 5px 0;
        -webkit-border-radius: 0 0 5px 5px;
        -moz-border-radius: 0 0 5px 5px;
        border-radius: 0 0 5px 5px;
    }
    .header .navbar-nav .nav-item {
        text-align: left;
    }
    .header.sticky-top .navbar-nav .nav-link {
        padding: 8px 15px;
    }
    .header .nav-item .nav-link {
        padding: 8px 15px;
        font-size: 16px;
    }
    .header .nav-item .nav-link i {
        display: inline-block;
        position: absolute;
        right: 15px;
    }
    .header .navbar .navbar-collapse {
        background-color: #ffffff;
        z-index: 10;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        margin-top: 1px;
    }
    .header .dropdown-main {
        box-shadow: none;
    }
    .header .dropdown-item {
        padding: 8px 25px;
        font-size: 12px;
    }
    .home-news .head h2 {
        font-size: 18px;
    }
    .home-news .desktop {
        display: none;
    }
    .home-news .first-row {
        height: auto;
    }
    /* .item--advertising .body {
        height: auto;
        min-height: 345px;
        background-image: var(--mobile-bg);
    } */
    .home-news .caption {
        margin: 5px 0;
        font-size: 16px;
        color: #039;
    }
    .news__list .card-body {
        padding: 0;
    }
    .home-news .text {
        height: auto;
    }
    .news .filter {
        flex-direction: column;
        align-items: start;
    }
    .news .filter-dates {
        margin-top: 15px;
    }

    .seo-block__heading {
        font-size: 18px;
    }
    .b-social ul li a {
        padding: 7px;
    }
    .b-social ul li a img {
        width: 30px;
        height: 30px;
    }
    .footer {
        padding: 20px 0 10px 0;
    }
    .footer .right {
        padding-left: 0;
    }
    .footer .right .contacts > div {
        margin-bottom: 5px;
    }


    /*.b-main-slider {*/
        /*margin-bottom: 10px;*/
    /*}*/
    .reserve-pharmacy {
        padding: 11px 12px;
        right: 10px;
    }
    .b-side-bar .top-link {
        top: auto;
        right: auto;
        left: 10px;
    }
    .aside-mobile-banner .img {
        max-width: 200px;
        max-height: 357px;
    }
    .banner__special-item {
        margin-bottom: 20px;
    }
    .b-alphabet-head h1 {
        font-size: 18px;
    }
    .b-alphabet-head ul {
        border-left: none;
        padding-left: 0;
        margin-top: 15px;
    }
    .b-alphabet-navigation .pointer {
        margin-bottom: 10px;
    }
    .b-alphabet-navigation .filter:not(:last-child) {
        border: 1px solid #c2c2c2;
    }
    .b-alphabet-navigation .filter--main {
        margin: 0 5px 5px 0;
    }
    /* .b-alphabet-navigation .filter--main:first-child {
        border-top-left-radius: 0;
    } */
    /* .b-alphabet-navigation .filter--main:last-child {
        border-top-right-radius: 0;
    } */
    .b-alphabet-navigation .filter--additional {
        margin: 0 5px 5px 0;
    }
    .b-alphabet-list .letter {
        margin: 35px 0 25px 0;
    }
    .b-alphabet-list .link {
        font-size: 16px;
    }
    .tn__packaging .card-body {
        padding: 10px;
    }
    .tn__regdoc-instruction__list {
        font-size: 16px;
        -webkit-column-count: 1;
        column-count: 1;
    }
    .tn .structure-list li {
        margin-bottom: 3px;
    }
    .tn .structure-list li a {
        font-size: 16px;
    }

    .tn-price__table tr th {
        font-size: 12px;
        padding: .4rem;
        white-space: normal;
    }
    .tn-price__table tr td {
        font-size: 12px;
        padding: .4rem;
    }
    .tn-price__table-link {
        font-size: 12px;
        margin-bottom: 10px;
    }
    .tn-price__table-data--buy .btn-primary {
        font-size: 12px;
        white-space: nowrap;
    }
    .tn-price__table-img {
        max-width: 100px;
    }
    .tn-price__ya-map {
        height: 300px;
    }
    .notification {
        padding: 10px;
    }
    .notification__body {
        flex-direction: column;
    }
    .notification__body img {
        margin: 10px 0 10px 0;
        max-width: 46px;
        height: auto;
    }

    .active-substance__structure-item {
        margin-bottom: 5px;
    }
    .active-substance__structure-link {
        font-size: 16px;
    }
    .b-drug-choice .selects .form-group {
        width: 100%;
        max-width: 100%;
    }
    .b-tree {
        padding: 15px;
    }
    .b-tree__collapse li a {
        font-size: 16px;
    }
    .b-tree-detail__subcatlist-link {
        font-size: 16px;
    }
    .b-tree-detail__stats-item {
        margin: 0 0 5px 0;
        display: block;
    }
    .b-tree-detail__tabs .nav-item {
        width: 100%;
    }
    .b-tree-detail__tabs .nav-item {
        border-right: 1px solid #039;
        border-top: 1px solid #039;
        border-left: 1px solid #039;
    }
    .b-tree-detail__tabs .nav-item:last-child {
        border-bottom: 1px solid #039;
    }
    .b-tree-detail__tabs .b-tree-detail__nav-link {
        width: 100%;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }
    .b-tree-detail-collapse li .js-tree-link a {
        font-size: 16px;
    }
    .detail-3d__analog tr td {
        display: block;
    }

    .zhnvlp-region .info ul li {
        font-size: 16px;
    }
    .institution__ya-map {
        height: 300px;
    }
    .institution-list__item {
        margin-bottom: 7px;
    }
    .institution-list__item a {
        font-size: 16px;
    }
    .library__heading {
        font-size: 18px;
    }
    .prices-list__descr {
        font-size: 16px;
    }
    .prices-detail__form-tn .page-item {
        margin: 0 5px 5px 0;
    }
    .series-detail__table-descr tr td {
        padding: 0.3rem;
        font-size: 16px;
    }
    .series-detail__link {
        max-width: 150px;
        max-height: 205px;
    }
    .series-detail__img {
        max-width: 140px;
        max-height: 190px;
    }
    .conditions__law ol {
        padding-left: 20px;
    }
    .resources ul li {
        font-size: 16px;
    }
    .nav-tabs .nav-link {
        text-align: center;
        color: #039;
        /* background-color: #ffffff; */
        border-top: 1px solid #039;
        border-left: 1px solid #039;
        border-right: 1px solid #039;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }
    .nav-tabs .nav-link:last-child {
        border-bottom: 1px solid #039;
    }
    .nav-tabs .nav-link:hover {
        border-color: #039;
        color: #ffffff;
        background-color: #039;
    }
    .nav-tabs .nav-item  {
        width: 100%;
        border: none;
    }

    .advanced-search .nav-tabs .nav-link {
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
    }
    .advanced-search .nav-tabs .nav-item {
        margin-bottom: 5px;
    }
    .b-alphabet-body .head {
        flex-wrap: wrap;
    }
    .b-alphabet-body .head a {
        padding: 6px;
        flex-grow: 0;
    }
    .b-alphabet-body .item .media-body ul li {
        padding: 5px 10px 5px 0;
    }
    .b-alphabet-body .title {
        font-size: 36px;
        margin-right: 20px;
    }
    .banner__square-old-wrap {
        text-align: left;
    }
    .banner__square-old img {
        width: 180px;
    }
    .recaptcha-wrap {
        justify-content: start;
        margin-right: 0;
    }
    .request-form .fields {
        border: none;
        padding: 0;
    }
    .zhnvlp-region .region-radio {
        display: block;
    }
    .zhnvlp-region .region-radio > span {
        display: block;
        margin-bottom: 5px;
    }
    .zhnvlp-region .filter .form-group {
        display: block;
    }
    .zhnvlp-region .filter > div {
        min-width: auto;
        margin-right: 0;
    }
    .zhnvlp-region .filter .btn-primary {
        margin-top: 10px;
    }
    .b-filters .header {
        display: block;
    }








    .footer .right .list li {
        margin-bottom: 5px;
    }
    .footer .right .foot {
        justify-content: center;
    }

    .attention-modal .content {
        display: block;
    }
    .attention-modal .btns {
        display: flex;
        justify-content: flex-end;
    }

}

@media screen and (max-width: 768px) {
    /* Для обрезки текста в заголовках новостей и АП --*/
    .truncate-text {
        overflow: hidden;
        -webkit-line-clamp: 3;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        line-height: 1.3em;
        height: 3.9em;
    }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
    /* Для обрезки текста в заголовках новостей и АП --*/
    .truncate-text {
        overflow: hidden;
        -webkit-line-clamp: 2;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        line-height: 1.3em;
        height: 2.6em;
    }
}
@media screen and (min-width: 992px) {
    /* Для обрезки текста в заголовках новостей и АП --*/
    .truncate-text {
        overflow: hidden;
        -webkit-line-clamp: 3;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        line-height: 1.3em;
        height: 3.9em;
    }
}
@media screen and (min-width: 1199px) {
    /* Для обрезки текста в заголовках новостей и АП --*/
    .truncate-text {
        overflow: hidden;
        -webkit-line-clamp: 3;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        /* line-height: 1.4em; */
        height: 3.3em;
    }
}
@media (min-width: 992px) {
    .vertical-columns {
    max-width: 229px;
}
}
.vertical-columns {
    flex: 1 0 21%;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}
@media (min-width: 1200px) {
    .breadcrumbs-banner-100 {
        width: 525px;
        height: 100px;
    }
    .breadcrumbs-banner-100 img {
        width: 525px;
        height: 100px;
    }
    .breadcrumbs-banner-130 {
        width: 525px;
        height: 130px;
    }
    .breadcrumbs-banner-130 img {
        width: 525px;
        height: 130px;
    }
}
@media (max-width: 1199px) and (min-width: 992px){
    .breadcrumbs-banner-100 {
        height: 85px;
        width: 446px;
    }
    .breadcrumbs-banner-100 img {
        height: 85px;
        width: 446px;
    }
    .breadcrumbs-banner-130 {
        height: 110px;
        width: 444px;
    }
    .breadcrumbs-banner-130 img {
        height: 110px;
        width: 444px;
    }
}
@media (max-width: 991px) and (min-width: 576px) {
    .breadcrumbs-banner-100 {
        width: 499px;
        height: 95px;
    }
    .breadcrumbs-banner-100 img {
        width: 499px;
        height: 95px;
    }
    .breadcrumbs-banner-130 {
        width: 505px;
        height: 125px;
    }
    .breadcrumbs-banner-130 img {
        width: 505px;
        height: 125px;
    }
}
@media (max-width: 575px) and (min-width: 555px) {
    .breadcrumbs-banner-100 {
        width: 525px;
        height: 100px;
    }
    .breadcrumbs-banner-100 img {
        width: 525px;
        height: 100px;
    }
    .breadcrumbs-banner-130 {
        width: 525px;
        height: 130px;
    }
    .breadcrumbs-banner-130 img {
        width: 525px;
        height: 130px;
    }
}
@media (min-width: 505px) and (max-width: 554px) {
    .breadcrumbs-banner-100 {
        height: 90px;
        width: 473px;
    }
    .breadcrumbs-banner-100 img {
        height: 90px;
        width: 473px;
    }
    .breadcrumbs-banner-130 {
        height: 115px;
        width: 464px;
    }
    .breadcrumbs-banner-130 img {
        height: 115px;
        width: 464px;
    }
}
@media (min-width: 455px) and (max-width: 504px) {
    .breadcrumbs-banner-100 {
        height: 80px;
        width: 420px;
    }
    .breadcrumbs-banner-100 img {
        height: 80px;
        width: 420px;
    }
    .breadcrumbs-banner-130 {
        height: 105px;
        width: 424px;
    }
    .breadcrumbs-banner-130 img {
        height: 105px;
        width: 424px;
    }
}
@media (min-width: 400px) and (max-width: 454px) {
    .breadcrumbs-banner-100 {
        height: 70px;
        width: 368px;
    }
    .breadcrumbs-banner-100 img {
        height: 70px;
        width: 368px;
    }
    .breadcrumbs-banner-130 {
        height: 90px;
        width: 363px;
    }
    .breadcrumbs-banner-130 img {
        height: 90px;
        width: 363px;
    }
}
@media (min-width: 350px) and (max-width: 399px) {
    .breadcrumbs-banner-100 {
        height: 60px;
        width: 315px;
    }
    .breadcrumbs-banner-100 img {
        height: 60px;
        width: 315px;
    }
    .breadcrumbs-banner-130 {
        height: 85px;
        width: 320px;
    }
    .breadcrumbs-banner-130 img {
        height: 85px;
        width: 320px;
    }
}
@media (min-width: 300px) and (max-width: 349px) {
    .breadcrumbs-banner-100 {
        height: 50px;
        width: 263px;
    }
    .breadcrumbs-banner-100 img {
        height: 50px;
        width: 263px;
    }
    .breadcrumbs-banner-130 {
        height: 75px;
        width: 270px;
    }
    .breadcrumbs-banner-130 img {
        height: 75px;
        width: 270px;
    }
}
@media screen and (max-width: 299px) {
    .breadcrumbs-banner-100 {
        max-height: 45px;
    }
    .breadcrumbs-banner-100 img {
        max-height: 45px;
        width: 100%;
    }
    .breadcrumbs-banner-130 {
        max-height: 65px;
    }
    .breadcrumbs-banner-130 img {
        max-height: 65px;
        width: 100%;
    }
}
