@charset "utf-8";

@font-face {
    font-family: 'health-medicine-guide';
    src: url('font/health-medicine-guide.eot');
    src: url('font/health-medicine-guide.eot#iefix') format('embedded-opentype'),
    url('font/health-medicine-guide.woff2') format('woff2'),
    url('font/health-medicine-guide.woff') format('woff'),
    url('font/health-medicine-guide.ttf') format('truetype'),
    url('font/health-medicine-guide.svg#health-medicine-guide') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

html, body {
    height: 100%;
    font-family: Roboto, arial, sans-serif;
    font-size: 18px;
    line-height: 26px;
    overflow-wrap: break-word;
    color: #444444;
    /*-moz-hyphens: auto;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;*/
}

a:visited {
    color: #6DC394;
}

caption {
    font-size: 16px;
    font-weight: bold;
    font-style: italic;
    margin-bottom: 20px;
}

*, fieldset {
    margin: 0;
    padding: 0;
    outline: none;
    box-sizing: border-box;
}

fieldset {
    border: 0;
}

a {
    color: #2071ee;
}

a:hover, ul.search-result li a:hover, ul.pages li.back a:hover, ul.pages li.next a:hover {
    color: #c4271e;
    background: none;
}

a, a:hover, a:focus {
    text-decoration: none;
}

img {
    vertical-align: bottom;
}

h1 {
    font-size: 40px;
    margin: 0 0 15px 0;
    line-height: normal;
}

h2 {
    font-size: 26px;
    margin-bottom: 15px;
}

h1, h2, h3, h4, h5, h6 {
    color: #151515;
}

h3 {
    font-size: 22px;
    margin-bottom: 18px;
}

h4 {
    font-size: 20px;
    margin-bottom: 16px;
}

h5 {
    font-size: 19px;
    margin-bottom: 14px;
}

h6 {
    font-size: 18px;
    margin-bottom: 12px;
}

.solid {
    border-bottom: 1px solid;
}

.dotted {
    border-bottom: 1px dotted;
}

.solid:hover, .dotted:hover {
    border-color: transparent;
}

.left {
    float: left;
}

.right {
    float: right;
}

.row {
    margin-left: 0;
    margin-right: 0;
}

.table {
    display: table;
    width: 100%;
}

.tr {
    display: table-row;
}

.td {
    display: table-cell;
}

.clear:after {
    content: '';
    display: block;
    clear: both;
}

#wrapper {
    display: flex;
    flex-direction: column;
    height: 100%;
}

#content {
    flex: 1 0 auto;
}

footer {
    flex: 0 0 auto;
}

ul {
    list-style: none;
}

.center {
    text-align: center;
}

a.logotype {
    display: block;
    color: #299cd7;
}

a.logotype > span {
    display: block;
    margin-top: 2px;
    line-height: normal;
}

#toppanel {
    height: 50px;
    border-bottom: 1px solid #cccccc;
    border-top: 1px solid #cccccc;
    font-size: 14px;
}

#toppanel ul.menu {
    float: left;
    color: #777777;
    height: 48px;
    position: relative;
    z-index: 10;
}

#toppanel ul.menu > li > *:first-child {
    display: block;
    height: 100%;
    position: relative;
    line-height: 48px;
}

#toppanel ul.menu > li > *:first-child span {
    width: 20px;
    background: #ffffff;
    overflow: hidden;
    height: 10px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
    z-index: 2;
    display: none;
}

#toppanel ul.menu > li:hover > *:first-child > span {
    display: block;
}

#toppanel ul.menu > li > *:first-child span:after {
    content: '';
    width: 14px;
    height: 14px;
    left: 0;
    right: 0;
    top: 3px;
    margin: auto;
    border: 1px solid #cccccc;
    position: absolute;
    transform: rotate(45deg);
}

#release_form > div + div, #release_form > div + textarea {
    margin-top: 20px;
}

#toppanel ul.menu > li > ul {
    display: none;
    position: absolute;
    top: 48px;
    background: #ffffff;
    border: 1px solid #cccccc;
    padding: 20px 15px;
    line-height: 20px;
    margin-left: -15px;
}

#toppanel ul.menu > li.broadcast > ul {
    width: 250px;
    margin-left: -145px;
}

#toppanel ul.menu > li.medicine > ul, #toppanel ul.menu > li.supplement > ul, #toppanel ul.menu > li.homeopathy > ul, #toppanel ul.menu > li.active-ingredient > ul {
    width: 100%;
    overflow: hidden;
    column-count: 2;
    left: 0;
}

#toppanel ul.menu > li.medicine > ul > li, #toppanel ul.menu > li.supplement > ul > li, #toppanel ul.menu > li.homeopathy > ul > li, #toppanel ul.menu > li.active-ingredient > ul > li {
    margin-bottom: 10px;
}

#toppanel ul.menu > li.medicine > ul > li:last-child, #toppanel ul.menu > li.supplement > ul > li:last-child, #toppanel ul.menu > li.homeopathy:last-child > ul > li, #toppanel ul.menu > li.active-ingredient:last-child > ul > li {
    margin-bottom: 0;
}

#toppanel ul.menu > li.medicine > ul > li > *:first-child, #toppanel ul.menu > li.supplement > ul > li > *:first-child, #toppanel ul.menu > li.homeopathy > ul > li > *:first-child, #toppanel ul.menu > li.active-ingredient > ul > li > *:first-child {
    display: inline-block;
    margin-bottom: 10px;
    font-style: italic;
    font-size: 16px;
}

#toppanel ul.menu > li.ailment > ul {
    width: 380px;
    margin-left: -195px;
}

#toppanel ul.menu ul ul li {
    margin-bottom: 5px;
}

#toppanel ul.menu > li {
    display: inline-block;
    margin-right: 20px;
}

#toppanel ul.menu > li:hover ul {
    display: block;
}

#toppanel ul.menu > li > ul {
    padding-top: 60px;
}

#toppanel ul.menu > li > ul:before {
    position: absolute;
    content: 'Лекарственные средства';
    display: block;
    font-size: 30px;
    line-height: inherit;
    top: 20px;
    color: #151515;
}

#toppanel ul.menu > li.supplement > ul:before {
    content: 'Биологически активные добавки';
}

#toppanel ul.menu > li.homeopathy > ul:before {
    content: 'Гомеопатические средства';
}

#toppanel ul.menu > li.active-ingredient > ul:before {
    content: 'Действующие вещества';
}

#toppanel ul.menu > li.ailment > ul:before {
    content: 'Болезни';
}

#toppanel ul.menu > li.e-additive > ul:before {
    content: 'Е-добавки';
}

#toppanel ul.menu > li.broadcast > ul:before {
    content: 'Прямой эфир';
}

#toppanel .container {
    position: relative;
}

#toppanel > div.mobile-top {
    display: flex !important;
    justify-content: space-between;
    align-items: center;
    padding: 0 15px;
    position: relative;
}

#toppanel div.menu, #toppanel div.geo, #toppanel div.user, #toppanel div.form {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    cursor: pointer;
}

#toppanel div.menu:after, #toppanel div.geo:after, #toppanel div.user a.auth:after, #toppanel div.form:after {
    content: '\E859';
    font-family: health-medicine-guide;
    font-size: 20px;
}

#toppanel div.geo:after {
    content: '\E816';
    color: #e32318;
}

#toppanel div.user a.auth:after {
    content: '\E815';
}

#toppanel div.form:after {
    content: '\E805';
}

#toppanel div.form.active:after {
    visibility: hidden;
}

#toppanel div.form form {
    display: none;
}

#toppanel div.form.active form {
    display: block;
}

header .top {
    padding: 5px 0;
    font-size: 14px;
}

footer .top {
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
}

#socialgroups {
    overflow: hidden;
    line-height: 50px;
    font-size: 13px;
}

#socialgroups li {
    float: left;
    width: 16.66%;
}

#socialgroups li a {
    color: #777777;
}

#socialgroups li:first-child {
    font-weight: bold;
}

#socialgroups li[class] a:before {
    font-family: 'health-medicine-guide';
    font-size: 20px;
    margin-right: 5px;
}

#socialgroups .vkontakte a:before {
    content: '\e841';
    color: #5d7294;
}

#socialgroups .odnoklassniki a:before {
    content: '\e843';
    color: #ed7c20;
}

#socialgroups .facebook a:before {
    content: '\e842';
    color: #475995;
}

#socialgroups .twitter a:before {
    content: '\e846';
    color: #76aaeb;
}

#socialgroups .google a:before {
    content: '\e847';
    color: #d53f35;
}

#bottom-menu {
    padding: 30px 0;
    border-top: 8px solid #f1f1f1;
    border-bottom: 8px solid #f1f1f1;
}

#bottom-menu > div {
    margin-bottom: 10px;
}

#bottom-menu div.logo > p {
    font-size: 16px;
    letter-spacing: 1px;
    color: #2071ee;
    text-transform: lowercase;
}

#bottom-menu ul {
    float: left;
    width: 50%;
    padding-right: 5px;
}

#bottom-menu li:first-child {
    font-weight: bold;
    margin-bottom: 5px;
    font-size: 13px;
}

#bottom-menu li a {
    color: #777777;
    font-size: 13px;
}

#bottom-menu li a:hover {
    color: #222222;
}

#bottom-menu img {
    width: 100%;
    max-width: 172px;
}

footer .bottom {
    padding: 20px 0;
}

footer .bottom .container > p {
    text-align: center;
    color: #777777;
    font-size: 13px;
}

#informer {
    border-bottom: 8px solid #f1f1f1;
    border-top: 8px solid #f1f1f1;
    margin-bottom: 30px;
    padding: 25px 0;
}

#informer p {
    margin: 0 0 5px 0;
    color: #777777;
    font-size: 13px;
    text-align: justify;
}

footer .bottom .container > p:first-child {
    text-align: justify;
    color: #aaaaaa;
    font-size: 12px;
    margin-bottom: 30px;
}

#content {
    padding: 15px 0;
}

#content > div > .top > *, #content > .container > div.middle > .right > *, #content > .container > div.middle > .right div.block {
    margin-bottom: 35px;
}

#content > .container > div.middle > .left {
    width: 76%;
    max-width: 870px;
    padding-bottom: 20px;
}

#content > .container > div.middle > .left:only-child, #main + div.middle > div.left {
    width: 100%;
    max-width: 100%;
}

#content > .container > div.middle > .right {
    max-width: 240px;
    width: 22%;
}

#content > .container > div.middle > .right.fixed {
    position: fixed;
    top: 85px;
}

#content > .container > div.middle > .right.fixed.main {
    top: 35px;
}

#content > .container > div.middle > .right.fixed.absolute {
    position: absolute;
}

#content > .container > div.middle > .right.fixed > * {
    display: none;
}

#content > .container > div.middle > .right.fixed > *:last-child {
    display: block;
}

#content > .container > div.middle > .right.fixed > *:only-child {
    display: block;
}

#content > .container > div.middle > .right.relative {
    position: relative;
}

#content > .container > div.middle > .right > a {
    display: inline-block;
    margin-bottom: 35px;
}

div.breadcrumbs {
    position: relative;
    overflow: hidden;
    height: 25px;
    margin-bottom: 15px;
}

ul.breadcrumbs {
    width: 1000px;
}

ul.breadcrumbs li {
    float: left;
    font-size: 13px;
    margin-right: 10px;
    line-height: 25px;
    color: #aaaaaa;
}

ul.breadcrumbs li.more {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 150px;
    margin: 0;
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
}

ul.breadcrumbs li.more span {
    width: 40px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    text-align: center;
    border: 1px solid #ececec;
    background: #ffffff;
    cursor: pointer;
}

ul.breadcrumbs li.more span:hover {
    border-color: #777777;
}

ul.breadcrumbs li.more:after {
    display: none;
}

ul.breadcrumbs li.more span:after {
    content: '\2026';
    position: relative;
    top: -4px;
}

ul.breadcrumbs li > * {
    float: left;
}

ul.breadcrumbs li > span {
    color: #777777;
}

ul.breadcrumbs li:after {
    content: '\E83A';
    font-family: 'health-medicine-guide';
    margin-left: 10px;
}

ul.breadcrumbs li:last-child:after {
    color: #ffffff;
}

ul.breadcrumbs li a, ul.breadcrumbs li > span {
    color: inherit;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    white-space: nowrap;
    max-width: 300px;
}

ul.breadcrumbs li:first-child {
    width: 25px;
    height: 25px;
    overflow: hidden;
}

ul.breadcrumbs li:first-child a {
    display: block;
    height: 100%;
    background: #f7f5f5;
    border-radius: 50%;
    text-align: center;
    width: 25px;
}

ul.breadcrumbs li:first-child a:after {
    content: '\E83D';
    font-family: 'health-medicine-guide';
    font-size: 13px;
    color: #777777;
}

ul.breadcrumbs li:first-child:hover a:after, ul.breadcrumbs li a:hover {
    color: #c4271e;
}

h1 + ul.mkb-10 {
    margin-top: 35px;
}

ul.mkb-10 {
    overflow: hidden;
    padding-top: 1px;
}

ul.mkb-10 .td {
    padding-top: 10px;
}

ul.mkb-10 .td:first-child {
    width: 19%;
}

ul.mkb-10 .td:first-child + .td {
    padding-right: 10px;
    padding-bottom: 10px;
}

ul.mkb-10 .td:first-child {
    padding: 10px 15px 15px 0;
    text-align: right;
}

ul.mkb-10 .td:first-child span {
    display: block;
    position: relative;
}

ul.mkb-10 ul .td:first-child span, ul.mkb-10 ul a {
    left: -10px;
}

ul.mkb-10 ul ul .td:first-child span, ul.mkb-10 ul ul a {
    left: -20px;
}

ul.mkb-10 ul ul ul .td:first-child span, ul.mkb-10 ul ul ul a {
    left: -30px;
}

ul.mkb-10 ul ul ul ul .td:first-child span, ul.mkb-10 ul ul ul ul a {
    left: -40px;
}

ul.mkb-10 ul ul ul ul ul .td:first-child span, ul.mkb-10 ul ul ul ul ul a {
    left: -50px;
}

ul.mkb-10 ul a {
    position: relative;
}

ul.mkb-10 .td:first-child span:first-child {
    font-weight: bold;
}

ul.mkb-10 .td:first-child span:only-child {
    font-weight: normal;
}

ul.mkb-10 > li {
    font-size: 20px;
}

ul.mkb-10 > li > div {
    background: #f7f5f5;
}

ul.mkb-10 a {
    font-size: inherit;
    color: #2071ee;
}

ul.mkb-10 a:hover {
    color: #c4271e;
}

ul.mkb-10 .td:last-child {
    width: 70px;
    position: relative;
}

ul.mkb-10 .td:last-child p, ul.atc p > span, ul.e-additives p > span {
    position: absolute;
    width: 100%;
    border-left: 1px solid #e7e7e7;
    top: 0;
    bottom: 0;
    right: 0;
    text-align: center;
    cursor: pointer;
    font-size: 15px;
    color: #c4271e;
    display: flex;
    align-items: center;
    justify-content: center;
}

ul.mkb-10 .td:last-child p:after, ul.atc p > span:after, ul.e-additives p > span:after {
    content: '\e80B';
    font-family: 'health-medicine-guide';
}

ul.mkb-10 .td:last-child p.open:after, ul.atc li p > span.open:after, #phg ul.list span.open:after, ul.e-additives p > span.open:after {
    content: '\e80C';
}

ul.mkb-10 .td:last-child p:hover, ul.atc p > span:hover, ul.e-additives p > span:hover {
    color: #ff3100;
}

ul.mkb-10 ul, ul.atc ul, ul.e-additives ul {
    display: none;
    margin-left: 10px;
    position: relative;
    background: #ffffff;
}

ul.mkb-10 div.table {
    border: 1px solid #e7e7e7;
    margin-top: -1px;
    position: relative;
}

ul.mkb-10 div.table:hover, ul.atc a:hover, ul.e-additives a:hover {
    border-color: #d2d2d2;
    z-index: 1;
}

ul.breadcrumbs + img {
    width: auto !important;
    margin-bottom: 15px;
    max-width: 100%;
}

ul.mkb-10 + div.description, .atc.description {
    margin: 40px 0;
    padding: 20px 15px;
    background: #f7f5f5;
}

ul.mkb-description li, ul.help-search li {
    padding-left: 30px;
    position: relative;
    margin-top: 20px;
    color: #444444;
    line-height: 24px;
}

ul.help-search li i {
    font-style: normal;
    border-bottom: 1px solid;
}

ul.mkb-description li:before, ul.help-search li:before {
    content: '\E84E';
    font-family: 'health-medicine-guide';
    color: #2071ee;
    position: absolute;
    left: 0;
}

ul.mkb-list, .atc.description ul {
    margin-top: 10px;
}

ul.mkb-list li, .atc.description li {
    color: #151515;
    margin-bottom: 10px;
}

ul.mkb-list li:last-child {
    margin: 0;
}

ul.mkb-list li span + span {
    color: #777777;
}

ul.mkb-10 .td[data-type=""] {
    color: red;
}

#description {
    margin-bottom: 20px;
}

#description.mkb10, #description.mkb-synonym {
    margin: 20px 0 35px;
    color: #444444;
}

#description p {
    margin-bottom: 20px;
}

#description p:last-child {
    margin: 0;
}

ul.mkb-tabs + #description.mkb10 {
    margin-top: -5px;
}

ul.mkb-tabs + #description.mkb10 p:first-child {
    padding-top: 0;
}

ul.mkb-tabs {
    margin-bottom: 35px;
}

ul.atc-tabs, ul.e-additives-tabs, ul.pht-tabs {
    margin-bottom: 30px;
}

ul.mkb-tabs a, ul.atc-tabs a, ul.e-additives-tabs a, ul.pht-tabs a {
    border-bottom: 1px dotted;
    font-size: 16px;
    position: relative;
}

ul.mkb-tabs li, ul.atc-tabs li, ul.e-additives-tabs li, ul.pht-tabs li {
    display: inline-block;
    margin-right: 70px;
}

ul.mkb-tabs li:last-child, ul.atc-tabs li:last-child, ul.e-additives-tabs li:last-child, ul.pht-tabs li:last-child {
    margin: 0;
}

.search-form ul:empty, div.search-result:empty, .main-search ul:empty {
    display: none;
}

.search-form, div.search-letter {
    padding: 20px 15px;
    background: #f7f5f5;
    margin-top: 20px;
}

.search-form ul, .main-search ul {
    position: absolute;
    left: 0;
    right: 0;
    background: #ffffff;
    z-index: 10;
    max-height: 200px;
    overflow: auto;
    top: 100%;
    border: 1px solid #aaaaaa;
    padding: 5px 0;
}

.search-form li, .main-search li {
    padding: 5px;
    cursor: pointer;
}

.search-form li:hover, .main-search li:hover {
    background: #f4f4f4;
}

.search-form fieldset {
    position: relative;
}

.search-form input {
    border: 1px solid #d3d3d3;
    border-right: 0;
    height: 45px;
    float: left;
    width: 100%;
    padding: 0 10px;
}

.search-form fieldset div {
    position: relative;
    float: left;
    width: 80%;
}

.search-form button {
    float: left;
    width: 20%;
    border: 0;
    background: #ef6844;
    color: #ffffff;
    height: 45px;
}

.search-form button:before {
    content: 'Найти';
    margin-right: 5px;
}

.search-form p {
    margin: 5px 0;
}

p.search-result-count {
    margin: 20px 0;
    color: #8e8e8e;
    font-size: 22px;
}

p.search-result-count span, ul.help-search span {
    color: #c4271e;
}

ul.search-result li {
    margin-bottom: 30px;
    color: #464646;
}

ul.search-result li > a {
    font-size: 26px;
    color: #4670ea;
    display: inline;
    padding: 0;
    border: 0;
}

ul.search-result li > a + p:not(:last-child):before {
    display: none;
}

ul.search-result li > a + p {
    font-size: 12px;
}

ul.search-result li > p:last-child {
    color: #37a93e;
    font-size: 19px;
    background: none;
    min-height: auto;
}

ul.search-result li > p:last-child:before, #diseases li.mkb a:before {
    margin-right: 5px;
    font-family: 'health-medicine-guide', serif;
    font-size: 22px;
    content: '\E802';
}

ul.search-result.foreign li > p:before {
    content: '\E8A0';
}

ul.search-result.pregnancy li > p:before {
    content: '\E89A';
}

ul.search-result.formula li > p:before, ul.search-result li.ingredient > p:before, ul.search-result li.formula > p:before {
    content: '\E8A1';
}

ul.search-result.drug li > p:before, ul.search-result li.drug > p:before {
    content: '\E8A2';
}

ul.search-result.homeopathy li > p:before, ul.search-result li.homeopathy > p:before {
    content: '\E8A5';
}

ul.search-result.e-additive li > p:before, ul.search-result li.e-additive > p:before, #main-e-additives li.e-additives a:before {
    content: 'E';
    font-family: inherit;
    font-weight: bold;
}

ul.search-result.bad li > p:before, ul.search-result li.bad > p:before, ul.search-result.supplement li > p:before, ul.search-result li.supplement > p:before {
    content: '\E8A4';
}

ul.search-result.atc li > p:before, ul.search-result li.atc > p:before, ul.search-result li.atc > p:last-child:before, #main-ingredients li.atc a:before {
    content: '\E876';
}

ul.search-result.certificate li > p:before, ul.search-result li.certificate > p:before {
    content: '\E899';
}

ul.search-result.organization li > p:before, ul.search-result li.organization > p:before {
    content: '\E896';
}

ul.search-result.phg li > p:before, ul.search-result li.phg > p:before {
    content: '\E894';
}

ul.search-result.FDA li > p:before {
    content: '\E862';
}

ul.search-result li > div {
    margin: 5px 0;
}

ul.search-result.certificate li > p:before {
    content: '\E899';
}

ul.search-result.good li > p:before, ul.search-result li.good > p:before {
    content: '\E89E';
}

ul.search-result.barcode li > p:before, ul.search-result li.barcode > p:before {
    content: '\E891';
}

ul.search-result.user li > p:before, ul.search-result li.user > p:before {
    content: '\E815';
}

ul.pages {
    text-align: center;
    padding-top: 35px;
}

ul.pages li {
    display: inline-block;
    min-width: 35px;
    height: 40px;
    line-height: 40px;
    margin-right: 5px;
}

ul.pages.mobile li {
    width: auto;
    min-width: 26px;
    height: 30px;
    line-height: 30px;
}

#synonym.description > div span {
    display: inline-block;
    background: #f2f2f2;
    padding: 5px;
    margin: 0 5px 5px 0;
}

ul.pages li.back, ul.pages li.next {
    width: auto;
    margin-right: 30px;
}

ul.pages li.back a, ul.pages li.next a {
    border: 0;
}

ul.pages li a:empty:after {
    content: '\2026';
}

ul.pages li.back a:after {
    content: 'Назад';
}

ul.pages.mobile li.back {
    margin-right: 5px;
}

ul.pages.mobile li.back a:after {
    content: '\E83D';
    font-family: 'health-medicine-guide';
}

ul.pages li.next a:after {
    content: 'Вперёд';
}

ul.pages.mobile li.next a:after {
    content: '\E83A';
    font-family: 'health-medicine-guide';
}

ul.pages.mobile li.next {
    margin-left: 0;
}

ul.pages li.next {
    margin-left: 25px;
}

ul.pages li > * {
    display: block;
    height: 100%;
    color: #4671ea;
    border: 1px solid #4671ea;
    padding: 0 2px;
}

ul.pages li > span {
    background: #a8a8a8;
    border-color: #ffffff;
    color: #ffffff;
}

ul.pages li:last-child {
    margin-right: 0 !important;
}

div.search-letter {
    margin: 30px 0;
}

.letters-block {
    font-size: 0;
    margin-top: 5px;
}

.letters-block ul {
    margin-right: 45px;
    display: none;
    line-height: 40px;
}

.letters-block ul.active {
    display: inline;
}

.letters-block li {
    display: inline-block;
    margin: 0 5px 5px 0;
    width: 35px;
    height: 40px;
    background: #ffffff;
    text-align: center;
}

.letters-block li > * {
    display: block;
    height: 100%;
    text-transform: uppercase;
    border: 1px solid #2071ee;
    color: #2071ee;
    font-size: 20px;
}

.letters-block li a:hover, .letters-block li a:active, ul.pages li a:hover, ul.pages li a.active {
    background: #2071ee;
    color: #ffffff;
}

.letters-block span {
    display: none;
    height: 40px;
    width: 75px;
    background: #ffffff;
    line-height: 40px;
    text-align: center;
    font-size: 20px;
    margin-right: 5px;
    cursor: pointer;
    color: #ef6844;
    border: 1px solid #ef6844;
}

.letters-block span:hover {
    color: #ffffff;
    background: #ef6844;
}

.letters-block span.active {
    display: inline-block;
}

ul.letter-tabs {
    font-size: 0;
}

ul.letter-tabs li {
    display: inline;
    font-size: 20px;
    margin-right: 10px;
}

ul.letter-tabs li:first-child {
    font-size: 22px;
    color: #151515;
}

ul.letter-tabs li:first-child:after {
    content: '\E832';
    font-family: health-medicine-guide;
    margin-left: 10px;
}

ul.letters {
    margin-bottom: 40px;
}

ul.letters h2 {
    line-height: 40px;
    background: #f2f2f2;
    padding: 0 10px;
    margin: 25px 0 15px;
}

ul.letters li li {
    padding: 0 10px;
    margin-bottom: 10px;
}

ul.letters li li span {
    display: block;
    color: #aaaaaa;
    font-size: 14px;
}

ul.letters li li span.vendor {
    color: #444444;
    font-size: 12px;
    line-height: normal;
}

h1 + #description:not(.atc-changes, .atc, .mkb10) {
    margin-top: -35px !important;
}

#atc-changes {
    margin-top: 35px;
}

div.content > img {
    margin-bottom: 10px;
    max-width: 100%;
}

#share {
    font-size: 0;
    margin: 40px 0;
}

div.share #share {
    margin: 0;
}

section.vendor #description p, section.vendor h2 ~ p, section.vendor h3 ~ p {
    margin: 20px 0;
}

#trademark img {
    max-width: 100%;
    margin-top: 20px;
}

#share li {
    display: inline-block;
    margin-right: 5px;
    font-size: 40px;
    width: 40px;
    line-height: 40px;
    overflow: hidden;
}

#share li:last-child {
    margin-right: 0;
}

#share li a {
    display: block;
    height: 100%;
}

#share li a > span {
    display: none;
}

#share > p {
    font: 12px arial;
    text-transform: uppercase;
    margin-bottom: 5px !important;
    color: #7cadd8;
}

#share li a:after {
    font-family: health-medicine-guide;
}

#share li.ya-share2__item_service_vkontakte a:after {
    content: '\E818';
    color: #5d7294;
}

#share li a:hover {
    opacity: .9;
}

#share li.ya-share2__item_service_facebook a:after {
    content: '\E823';
    color: #475995;
}

#share li.ya-share2__item_service_twitter a:after {
    content: '\E81A';
    color: #76aaeb;
}

#share li.ya-share2__item_service_odnoklassniki a:after {
    content: '\E803';
    color: #ed7c20;
}

#share li.ya-share2__item_service_gplus a:after {
    content: '\E804';
    color: #d53f35;
}

#share li.ya-share2__item_service_moimir a:after {
    content: '\E819';
    color: #134785;
}

#share li.ya-share2__item_service_telegram a:after {
    content: '\E817';
    color: #35a6de;
}

#share li.ya-share2__item_service_viber a:after {
    content: '\E81C';
    color: #7d5aed;
}

#share li.ya-share2__item_service_whatsapp a:after {
    content: '\E821';
    color: #00e676;
}

#share span.font i {
    font-style: normal;
}

#also ul {
    margin-top: 15px;
}

#also ul li:before, #description.atc li:before {
    content: '\25CF';
    margin: 0 10px 0 2px;
    font-size: 12px;
    position: relative;
    top: -2px;
}

.english-atc-name {
    font-size: 20px;
    color: #8e8e8e;
    margin: -10px 0 20px;
}

#description.atc ~ p {
    margin: 20px 0;
}

#also ul a {
    position: relative;
}

#tops, #latest {
    margin-bottom: 20px;
}

#tops {
    margin-top: 30px;
}

#tops > p {
    margin: 10px 0 20px;
}

#tops li, #latest li {
    margin-bottom: 5px;
}

#tops ul.columns, #latest ul {
    column-count: 2;
}

ul.atc, ul.e-additives {
    margin-bottom: 35px;
}

ul.atc p, ul.e-additives p {
    background: #f7f5f5;
    min-height: 50px;
    margin: 0 !important;
}

ul.atc ul p, ul.e-additives ul p {
    background: transparent;
}

ul.atc a, ul.e-additives a {
    display: flex;
    min-height: 50px;
    padding: 15px 75px 15px 15px;
    border: 1px solid #e7e7e7;
    font-size: 20px;
}

ul.atc li p, ul.e-additives li p {
    position: relative;
}

ul.atc a:hover span:first-child, ul.e-additives a:hover span:first-child {
    color: #c4271e;
}

ul.atc a span, ul.e-additives a span {
    display: inline-block;
}

ul.atc a span:first-child, ul.e-additives a span:first-child {
    color: #151515;
    margin-right: 20px;
}

ul.atc li p > span, ul.e-additives li p > span {
    width: 70px;
}

#description.atc h2 {
    margin: 35px 0 15px;
}

#description.atc ul {
    margin-bottom: 30px;
}

#description.atc li {
    position: relative;
    padding-left: 20px;
}

#description.atc li:before {
    color: #2071ee;
    position: absolute;
    left: 0;
}

ul.atc-changes, ul.active-substance-langs {
    margin: 25px 0;
    font-size: 0;
}

ul.atc-changes li, ul.active-substance-langs li {
    font-size: 16px;
    display: inline-block;
    margin: 0 10px 10px 0;
}

ul.atc-changes a, ul.atc-changes span, ul.active-substance-langs a, ul.active-substance-langs span {
    display: block;
    border: 1px solid #aaaaaa;
    line-height: 35px;
    width: 80px;
    text-align: center;
    font-weight: bold;
}

ul.atc-changes a.earlier {
    width: auto;
    padding: 0 15px;
}

ul.atc-changes span, ul.active-substance-langs span {
    background: #aaaaaa;
    color: #ffffff;
    border: 1px solid #ffffff;
}

ul.atc-changes a:hover, ul.user-middle-menu a:hover, ul.active-substance-langs a:hover, ul.active-substance-menu li a:hover, ul.broadcast-tabs li a:hover, #phg ul.tabs li:hover, .e-additives-groups-tabs li:hover, ul.e-additives-menu li a:hover, .e-additives-groups-list #e-additives ul li a:hover, ul.supplement-menu li a:hover, ul.vendors-menu li a:hover, ul.medicine-menu li a:hover, ul.homeopathy-menu li a:hover, ul.mnn-menu li a:hover {
    border-color: #222222;
}

ul.active-substance-langs a {
    width: 130px;
}

#atc-changes table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0 30px;
    border: 1px solid #2c2c2c;
}

#atc-changes table td, #atc-changes table th {
    border-bottom: 1px solid #808080;
    height: 50px;
    padding: 0 15px;
    font-size: 20px;
}

#atc-changes table tr:last-child td {
    border: 0;
}

#atc-changes th:first-child {
    width: 60%;
}

#atc-changes th:last-child {
    width: 20%;
}

#new_code th:first-child, #new_group_code th:first-child, #new_subgroup_code th:first-child, #new_division_code th:first-child, #new_subdivision_code th:first-child {
    width: 20%;
}

#new_code th:last-child, #new_group_code th:last-child, #new_subgroup_code th:last-child, #new_division_code th:last-child, #new_subdivision_code th:last-child {
    width: auto;
}

#name_change th:first-child {
    width: 40%;
}

#atc-changes table th {
    font-weight: normal;
    text-align: left;
    background: #f4fffe;
    font-size: 16px;
}

div.atc-navs {
    background: #f7f5f5;
    margin: 35px 0;
    overflow: hidden;
}

ul.atc-navs {
    padding: 5px 15px 0;
    font-size: 16px;
    float: left;
    width: 40%;
}

ul.atc-navs:only-child {
    width: 100%;
    float: none;
}

.atc-navs li {
    margin-bottom: 10px;
}

#replace_code.mobile table td:first-child {
    width: 40%;
}

#atc-changes > .mobile {
    position: relative;
}

#atc-changes > .mobile > p {
    position: absolute;
    right: -10px;
    top: 0;
    width: 26px;
    text-align: center;
    line-height: 70px;
    cursor: pointer;
    display: flex;
    align-items: center;
}

#atc-changes > .mobile > p + div {
    margin-bottom: 30px;
}

#atc-changes > .mobile h2 {
    border-top: 1px solid #e7e7e7;
    margin: 0 -15px;
    padding: 15px 30px 15px 15px;
}

#atc-changes div.mobile + div:last-child {
    padding-top: 30px;
    border-top: 1px solid #e7e7e7;
}

#atc-changes > .mobile table {
    border-color: #e7e7e7;
}

#atc-changes > .mobile > p:after, body.mobile #phg > div.letters h3:after {
    content: '\E822';
    font-family: health-medicine-guide;
}

#atc-changes > .mobile > p.open:after, body.mobile #phg > div.letters h3.open:after {
    content: '\E839';
}

#atc-changes > .mobile table {
    margin: 0;
}

#atc-changes > .mobile td, #atc-changes > .mobile tr:last-child td, #atc-changes #replace_code td, #atc-changes #replace_code table tr:last-child td, #name_change.mobile td:first-child, #subdivision_change.mobile td:first-child, #group_change.mobile td:first-child, #subgroup_change.mobile td:first-child, #division_change.mobile td:first-child, #subdivision_change.mobile table tr:last-child td, #name_change.mobile table tr:last-child td, #group_change.mobile table tr:last-child td, #subgroup_change.mobile table tr:last-child td, #division_change.mobile table tr:last-child td {
    border: 0;
}

#atc-changes > .mobile td:first-child {
    background: #f4fffe;
    width: 20%;
}

#atc-changes > .mobile td, #atc-changes #replace_code tr:nth-child(3n) td, #subdivision_change.mobile tr:nth-child(4n) td, #name_change.mobile tr:nth-child(4n) td, #group_change.mobile tr:nth-child(4n) td, #subgroup_change.mobile tr:nth-child(4n) td, #division_change.mobile tr:nth-child(4n) td {
    border-bottom: 1px solid #e7e7e7;
}

#atc-changes td.name {
    font-size: 16px;
}

#synonyms p {
    display: none;
}

#synonyms span {
    cursor: pointer;
    position: relative;
    color: #2071ee;
    margin-left: 10px;
}

#synonyms span.open {
    display: none;
}

#synonyms span:before {
    content: '';
    background: #F2F2f2;
    position: absolute;
    top: -2px;
    bottom: -5px;
    left: -10px;
    right: -30px;
    z-index: -1;
}

#synonyms span:after {
    content: '\E822';
    font-family: health-medicine-guide;
    position: absolute;
    right: -25px;
}

#synonyms p span:after {
    content: '\E839';
}

#phg ul.list ul {
    display: none;
    margin-left: 10px;
}

#phg ul.list > li > p {
    background: #f7f5f5;
}

#phg ul.list p {
    min-height: 50px;
    border: 1px solid #e7e7e7;
    position: relative;
    display: flex;
    align-items: center;
    padding: 5px 5px 5px 50px;
}

#phg ul.list span {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    cursor: pointer;
    font-size: 15px;
    color: #ff3100;
}

#phg ul.list span:after {
    content: '\e80B';
    font-family: 'health-medicine-guide';
}

#phg > div h2 {
    margin-bottom: 40px;
}

#phg > div:not(.active) {
    display: none;
}

#phg ul.tabs, .e-additives-groups-tabs {
    margin: 40px 0 30px;
}

#phg ul.tabs li, .e-additives-groups-tabs li {
    display: inline-block;
    margin: 0 10px 10px 0;
    border: 1px solid #aaaaaa;
    padding: 0 20px;
    font-size: 16px;
    color: #2071ee;
    line-height: 35px;
    cursor: pointer;
}

#description.phg ul li {
    margin-bottom: 5px;
    padding-left: 20px;
    position: relative;
}

#description.phg ul li:before {
    content: '\25CF';
    position: absolute;
    left: 0;
    font-size: 14px;
}

body.mobile #description.phg ul li:before {
    font-size: 12px;
    top: 2px;
}

#description.phg ul li li:before {
    content: '\2014';
}

h1 + .belonging {
    font-size: 20px;
    color: #8e8e8e;
    margin-bottom: 20px;
}

#phg {
    margin-bottom: 20px;
}

p.belonging + #phg {
    margin: 20px 0;
}

#phg ul.tabs li:last-child, .e-additives-groups-tabs li:last-child {
    margin-right: 0;
}

#phg ul.tabs li.active, .e-additives-groups-tabs li.active {
    border-color: #ffffff;
    background: #aaaaaa;
    color: #ffffff;
    cursor: default;
}

#phg > div.letters > ul {
    column-count: 2;
}

#phg > div.letters > ul ul {
    padding-top: 10px;
}

#phg > div.letters li li {
    padding-left: 10px;
    margin-bottom: 5px;
}

#phg > div.letters h3 {
    background: #f7f5f5;
    padding-left: 10px;
    color: #151515;
    font-size: 22px;
    font-weight: normal;
    height: 40px;
    line-height: 40px;
}

body.mobile #phg > div.letters h3 {
    cursor: pointer;
    position: relative;
}

body.mobile #phg > div.letters h3:after {
    position: absolute;
    right: 5px;
    top: 0;
    bottom: 0;
    width: 26px;
    text-align: center;
}

#phg > div.letters > ul > li {
    margin-bottom: 10px;
}

body.mobile #phg > div.letters li ul {
    display: none;
}

table.fda {
    width: 100%;
    margin: 40px 0;
}

table.fda td, table.fda th {
    border: 1px solid #e6e6e6;
    padding: 20px;
}

table.fda th {
    font-weight: normal;
    background: #f0f5f5;
}

table.fda td:first-child {
    text-align: center;
}

ul.fda {
    margin: 40px 0;
    border-top: 1px solid #e6e6e6;
}

ul.fda li {
    border: 1px solid #e6e6e6;
    border-top: 0;
    padding: 20px;
}

ul.fda div {
    margin-top: 30px;
}

#description.fda h2 {
    margin-bottom: 15px;
}

#description.fda ~ #share {
    margin-top: 40px;
}

body.mobile.overflow {
    overflow: hidden;
}

body.mobile header {
    position: relative;
}

#lock {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .75);
    display: none;
    z-index: 999;
}

.register.row {
    position: relative;
}

.register.row > div {
    padding: 0 50px 0 0;
}

.register.row > div:last-of-type {
    padding: 0 0 0 50px;
}

.register.row > div h2 {
    font-size: 18px;
    color: #777777;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.register.row > div:last-child {
    padding: 0 0 0 50px;
}

.register.row:before {
    content: '';
    position: absolute;
    width: 1px;
    background: #d5d5d5;
    top: 0;
    bottom: 30px;
    left: 0;
    right: 0;
    margin: auto;
    height: 300px;
    display: block;
}

#uLogin span {
    display: block;
    height: 50px;
    background: black;
    margin-bottom: 20px;
    line-height: 50px;
    color: #ffffff;
    padding-left: 40px;
    cursor: pointer;
    position: relative;
}

#uLogin span:before {
    font-family: health-medicine-guide;
    left: 10px;
    position: absolute;
}

#uLogin span.vkontakte {
    background: #5E7295;
}

#uLogin span.vkontakte:before {
    content: '\E841';
}

#uLogin span.facebook {
    background: #475A95;
}

#uLogin span.facebook:before {
    content: '\E842';
}

#uLogin span.odnoklassniki {
    background: #EE812C;
}

#uLogin span.odnoklassniki:before {
    content: '\E843';
}

#uLogin span.mailru {
    background: #144786;
}

#uLogin span.mailru:before {
    content: '\E845';
}

#uLogin span.yandex {
    background: #DE4B39;
}

#uLogin span.yandex:before {
    content: '\E8A6';
}

#register input, #auth input, #forgot input, #change-password input, #prices-form input {
    width: 100%;
    height: 40px;
    border: 1px solid #cccccc;
    padding: 0 15px;
}

#prices-form input {
    max-width: 250px;
}

#register input:focus, #auth input:focus, #forgot input:focus, #change-password input:focus, #blog-form input:focus, #question-form input:focus, #review-form textarea:focus, div[contenteditable]:focus, #blog-video textarea:focus, input.text:focus {
    border-color: #EEBD61 !important;
}

input.text:hover {
    border-color: #b6b6b6;
}

#register input.error, #auth input.error, #forgot input.error, #change-password input.error, div.error[contenteditable] {
    border-color: #C42720 !important;
}

#register button, #auth button, #forgot button, #change-password button, #blog-video button, #prices-form button {
    width: 100%;
    margin: 20px 0 10px;
    border: 0;
    background: #F06D43;
    color: #ffffff;
    cursor: pointer;
    height: 40px;
}

#prices-form button {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 300px;
}

#register button:before {
    content: 'Зарегистрироваться';
}

#auth button:before {
    content: 'Войти';
}

#forgot button:before {
    content: 'Восстановить пароль';
}

#change-password button:before {
    content: 'Сменить пароль';
}

#register button.wait:before, #auth button.wait:before, #forgot button.wait:before, #change-password button.wait:before {
    content: url(/assets/icons/loader.gif);
}

button:disabled {
    background: #D7D7D7 !important;
    cursor: default !important;
}

#register p, #auth p, #forgot p {
    font-size: 14px;
    color: #444444;
}

#popup_auth #register p, #popup_auth #auth p, #popup_auth #forgot p {
    font-size: 12px;
    color: #a8a8a8;
}

#forgot div.success {
    text-align: center;
}

#forgot p.ok:after {
    content: '\E82A';
    font: 64px/80px "health-medicine-guide";
    color: #729F8B;
}

#forgot div.success p:last-child {
    width: 100%;
    max-width: 245px;
    margin: 10px auto;
}

#change-password {
    margin: 0 -15px;
}

div.restore input {
    width: 100%;
}

#alert {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1001;
    height: 50px;
    line-height: 50px;
    background: #6BC76E;
    color: #ffffff;
    display: none;
}

#alert.warning {
    background: #ff7771;
}

#alert.success {
    background: #6ec870;
}

#alert p {
    cursor: pointer;
}

#alert p:after {
    content: '\E813';
    font-family: health-medicine-guide;
}

#popup_auth > p {
    position: absolute;
    right: -30px;
    top: 0;
    font-size: 20px;
    line-height: 20px;
    color: #ffffff;
    cursor: pointer;
}

#popup_auth > p:after {
    content: '\E813';
    font-family: health-medicine-guide;
}

.register.row > p {
    clear: both;
    text-align: center;
    font-size: 12px;
    color: #aaaaaa;
    padding-top: 20px;
}

header .personal {
    text-align: right;
}

header .personal > a {
    display: inline-block;
    font-size: 13px;
    color: #777777;
}

header .personal > a:hover {
    color: #c4271e;
}

header .personal .register {
    border: 1px solid #cccccc;
    height: 30px;
    line-height: 30px;
    text-align: center;
    width: 100px;
    margin-left: 10px;
}

header .personal .register:hover {
    border-color: #aaaaaa;
}

a.userlink {
    line-height: 42px;
    font-size: 16px;
}

a.userlink > span:last-child {
    margin-left: 15px;
}

section.bloglist h1 {
    margin: 22px 0;
}

section.bloglist div.empty-blog {
    background: url(/assets/i/empty-blog.png) no-repeat;
    padding-top: 152px;
}

.avatar, #toppanel div.user img {
    border-radius: 50%;
    height: 42px;
    width: 42px;
    display: inline-block;
    color: #ffffff;
    line-height: 42px;
    text-align: center;
    font-size: 26px;
    text-transform: uppercase;
}

div.user i.down {
    color: #777777;
    font-size: 13px;
    display: inline-block;
    width: 20px;
    text-align: center;
    font-style: normal;
}

div.user.clear {
    margin-right: -15px;
}

div.user i.down:hover, div.user div.usermenu ul.middle li:hover:before {
    color: #222222;
}

div.user i.down:after {
    content: '\E822';
    font-family: health-medicine-guide;
}

div.user .user-menu {
    float: right;
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    position: relative;
    z-index: 11;
}

div.user div.usermenu {
    display: none;
    position: absolute;
    top: 140%;
    background: #ffffff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .5);
    cursor: default;
    width: 300px;
    right: 0;
    padding: 15px;
    text-align: left;
}

div.user div.usermenu.visible {
    display: block;
}

div.user div.usermenu > span {
    position: absolute;
    top: -20px;
    right: 32px;
    line-height: normal;
    font-size: 14px;
    height: 20px;
    overflow: hidden;
    width: 20px;
    text-align: center;
}

div.user div.usermenu > span:after {
    content: '\E833';
    font-family: health-medicine-guide;
    color: #ffffff;
    text-shadow: 0 0 10px rgba(0, 0, 0, .5);
    position: relative;
    bottom: -7px;
}

div.user div.usermenu .top .right {
    float: left;
    padding-left: 15px;
    width: 190px;
}

div.user div.usermenu .top .right a {
    text-overflow: ellipsis;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    font-weight: bold;
}

div.user div.usermenu .top .left {
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    background: #F4F4F4;
}

div.user div.usermenu img {
    width: 100%;
    height: 100%;
}

div.user div.usermenu span.nophoto:after {
    content: '\E88E';
    font-family: health-medicine-guide;
    font-size: 46px;
    color: #aaaaaa;
}

div.user div.usermenu ul.middle {
    border-top: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
    margin: 15px 0;
    padding: 7px 0 0 3px;
}

div.user div.usermenu ul.middle li {
    padding: 3px 0 7px 30px;
    position: relative;
}

div.user div.usermenu ul.middle li:before {
    content: '\E815';
    font-family: health-medicine-guide;
    font-size: 18px;
    color: #777777;
    position: absolute;
    width: 20px;
    text-align: center;
    left: 0;
}

div.user div.usermenu ul.middle li.user-edit:before {
    content: '\E848';
}

div.user div.usermenu ul.middle li.user-settings:before {
    content: '\E87E';
}

div.user div.usermenu ul.middle li.user-help:before {
    content: '\E850';
}

div.user div.usermenu > div {
    overflow: hidden;
}

#lockform {
    position: fixed;
    top: 50px;
    left: 0;
    right: 0;
    margin: auto;
    width: 90%;
    max-width: 600px;
    background: #ffffff;
    box-shadow: 0 0 20px rgba(0, 0, 0, .5);
    padding: 50px 20px;
    z-index: 1000;
    text-align: center;
}

#lockform ul {
    max-width: 300px;
    margin: auto;
}

#lockform h3 {
    font-size: 25px;
    color: #151515;
    margin-bottom: 40px;
    font-weight: normal;
}

#lockform h3 + p {
    overflow: hidden;
    line-height: 40px;
    max-width: 300px;
    margin: auto;
}

#lockform .exit {
    color: #8babd5;
    cursor: pointer;
}

#lockform .exit:hover {
    color: #c4271e;
}

#popup_auth {
    position: absolute;
    width: 90%;
    top: 100px;
    max-width: 400px;
    background: #ffffff;
    z-index: 1000;
    margin: auto;
    left: 0;
    right: 0;
    padding: 10px;
}

#popup_auth h1, #popup_auth h2 {
    text-align: center;
    font-size: 26px;
    color: #151515;
    line-height: 60px;
    margin: 0;
}

#popup_auth:before {
    content: 'medum.ru';
    text-transform: uppercase;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 100%;
    line-height: 50px;
    text-align: center;
    color: #ffffff;
    font-size: 28px;
}

#popup_auth h2 {
    font-size: 18px;
    color: #777777;
    text-transform: uppercase;
    line-height: normal;
    margin: 0;
    font-weight: normal;
}

#popup_auth #uLogin {
    text-align: center;
    margin: 20px 0;
    height: 40px;
    overflow: hidden;
}

#popup_auth #uLogin span {
    display: inline-block;
    width: 40px;
    overflow: hidden;
    margin: 0 10px 0 0;
    height: 40px;
    line-height: 40px;
}

#popup_auth #uLogin span:before {
    left: 0 !important;
    right: 0;
    margin: auto;
}

#popup_auth #uLogin span:last-of-type {
    margin-right: 0;
}

#popup_auth fieldset {
    border-top: 1px solid #e7e7e7;
    margin: 30px 0;
}

#popup_auth fieldset legend {
    margin: auto;
    padding: 0 10px;
    color: #a8a8a8;
    font-size: 18px;
}

#popup_auth #register p + a {
    position: absolute;
    right: 0;
    top: 101%;
    color: #ffffff;
    font-size: 20px;
}

#popup_auth #auth p.auth, #popup_auth #forgot p.auth {
    position: absolute;
    right: 0;
    top: 101%;
    left: 0;
    font-size: 20px;
}

body:not(.mobile) #popup_auth #auth p.auth a, body:not(.mobile) #popup_auth #forgot p.auth a {
    color: #ffffff;
}

#auth p.auth, #forgot p.auth {
    overflow: hidden;
}

#auth p.auth a:last-child, #forgot p.auth a:last-child {
    float: right;
}

div.password span {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 30px;
    line-height: 40px;
}

div.password span:after {
    content: '\E855';
    font-family: health-medicine-guide;
    cursor: pointer;
}

div.password span.open:after {
    content: '\E854';
}

div.input {
    position: relative;
    margin-bottom: 20px;
}

div.input div.error:not([contenteditable]) {
    position: absolute;
    bottom: 50px;
    text-align: center;
    left: 0;
    right: 0;
}

div[contenteditable] ~ div.error {
    bottom: 105% !important;
}

div.input.password div.error {
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    bottom: 0;
    cursor: text;
}

div.input div.error p {
    display: inline-block;
    background: #FF7673;
    color: #ffffff !important;
    padding: 5px;
    position: relative;
    line-height: normal;
    cursor: default;
}

div.input div.error p:after {
    content: '';
    position: absolute;
    width: 9px;
    height: 9px;
    left: 0;
    right: 0;
    margin: auto;
    background: #FF7673;
    transform: rotate(-45deg);
    bottom: -4px;
}

div.input.password div.error p:after {
    left: -5px;
    right: auto;
    top: 0;
    bottom: 0;
}

.top-user-menu {
    font-size: 0;
    line-height: 40px;
}

.top-user-menu li {
    font-size: 18px;
    display: inline-block;
    margin-right: 35px;
}

.top-user-menu li.blog a, div.empty-blog span.blog, span.addblog, span.addquestion, span.addreview, a.review-link, a.question-link, span.review-link, span.question-link {
    display: block;
    width: 215px;
    text-align: center;
    color: #ffffff;
    background: #ff6841;
}

a.review-link, a.question-link, span.review-link, span.question-link {
    width: 300px;
    line-height: 42px;
    margin: 20px 0 40px;
    cursor: pointer;
}

.top > a.review-link, .top > a.question-link, .top > span.review-link, .top > span.question-link {
    margin: 0;
}

span.addreview {
    width: 300px;
}

div.empty-blog span.blog {
    line-height: 50px;
    cursor: pointer;
    width: 100%;
    max-width: 250px;
}

div.empty-blog span.blog:before {
    content: '\E837';
    margin-right: 10px;
    font-size: 21px;
}

div.empty-blog p.call {
    margin: 20px 0;
}

.top-user-menu a {
    font-size: 16px;
}

.top-user-menu li i {
    font-style: normal;
    margin-right: 10px;
    position: relative;
}

.top-user-menu li.notifications i sup, .top-user-menu li.messages i sup {
    text-indent: -100px;
    overflow: hidden;
    width: 10px;
    height: 10px;
    line-height: 0;
    min-width: 0;
    padding: 0;
    position: absolute;
    top: -16px;
    right: -3px;
}

.top-user-menu li.messages i sup {
    text-indent: 0;
    width: auto;
    height: 16px;
    line-height: 16px;
    padding: 0 4px;
    right: auto;
    left: 80%;
    top: -15px;
    border-radius: 8px;
    min-width: 16px;
}

.top-user-menu li i:before {
    content: '\E848';
    font-family: health-medicine-guide;
    color: #aaaaaa;
    font-size: 26px;
}

.top-user-menu a:hover i:before {
    color: #777777 !important;
}

.user-profile {
    margin: 25px 0;
}

.user-profile > .row {
    margin-bottom: 30px;
}

.user-profile label.left {
    width: 215px;
    height: 215px;
    background: #F4F4F4;
    line-height: 215px;
    text-align: center;
    margin-right: 35px;
    position: relative;
    overflow: hidden;
    padding: 0;
}

.user-profile label.left.dragover.drop, .user-profile.dragover.drop .left img {
    cursor: pointer;
}

.user-profile label.left span.edit {
    width: 80%;
    left: 0;
    right: 0;
    top: 120%;
    position: absolute;
    line-height: 30px;
    text-align: center;
    margin: auto;
    transition: top .5s ease;
    font-size: 15px;
    background: rgba(0, 0, 0, .5);
    color: #ffffff;
    border-radius: 6px;
}

.type-link {
    background: #f5f7fa;
    display: inline-block;
    line-height: 20px;
    padding: 0 15px;
    color: #8babd5;
}

span.anonymous {
    color: #777777;
}

span.edit.unactive {
    display: none !important;
}

.user-profile label.left input {
    position: absolute;
    visibility: hidden;
}

.user-profile label.left:hover span.edit {
    transition: top .5s ease;
    top: 80%;
}

.user-profile label.left img {
    height: 100%;
    border-radius: 0;
    width: auto;
}

.user-profile span.nophoto:after {
    content: '\E88E';
    font-family: health-medicine-guide;
    font-size: 106px;
    color: #aaaaaa;
}

.top-user-menu li.notifications i:before {
    content: '\E857';
}

.top-user-menu li.messages i:before {
    content: '\E856';
}

.top-user-menu li.favourites i:before {
    content: '\E825';
}

div.locked-page img {
    max-width: 100%;
}

.top-user-menu sup {
    background: #ff6841;
    color: #ffffff;
    border-radius: 50%;
    display: inline-block;
    line-height: 15px;
    height: 15px;
    min-width: 15px;
    text-align: center;
    padding: 0 4px;
}

.user-profile .right {
    float: left;
    padding-left: 0;
}

.dragover {
    border: 1px solid transparent;
}

.dragover-ready {
    border: 1px dashed black;
}

ul.dashes li:before {
    content: '— ' !important;
}

.drop div.error {
    line-height: normal;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 10px;
    text-align: left;
}

div.user-status {
    margin-bottom: 20px;
}

div.user-status:empty {
    display: none;
}

span.count.green {
    color: #74c79f;
}

.drop div.error p.alert {
    color: #c4271e;
    font-size: 16px;
    line-height: 25px;
}

.drop div.error p.alert:before {
    content: '\E82B';
    font-family: health-medicine-guide;
    font-size: 25px;
    margin-right: 5px;
}

.drop div.error p.error {
    font-size: 16px;
    color: #444444;
}

.drop div.error p.description {
    font-size: 14px;
    color: #777777;
}

.drop div.error p {
    margin-bottom: 15px;
}

.drop div.error > span {
    position: absolute;
    width: 80%;
    height: 40px;
    background: #FF6741;
    font-size: 20px;
    color: #ffffff;
    line-height: 40px;
    margin: auto;
    bottom: 20px;
    left: 0;
    right: 0;
    text-align: center;
}

span.edit-status, span.edit-settlement {
    color: #777777;
    border-bottom: 1px dashed;
    cursor: pointer;
}

span.edit-status:after {
    content: 'Изменить статус';
}

span.edit-settlement:after {
    content: 'Город не указан';
}

span.edit-status:hover {
    color: #ff0000;
}

#edit-status, #edit-settlement {
    position: absolute;
    background: #f7f5f6;
    padding: 15px;
    z-index: 10;
    box-shadow: 0 0 10px rgba(0, 0, 0, .5);
}

ul.search-settlement, ul.theme-suggest {
    position: absolute;
    top: 102%;
    background: #ffffff;
    padding: 5px 0;
    border: 1px solid #050015;
    max-height: 300px;
    overflow: auto;
}

ul.search-settlement li, ul.theme-suggest li {
    padding: 0 5px;
    cursor: pointer;
}

ul.search-settlement:empty, ul.theme-suggest:empty {
    display: none;
}

ul.theme-suggest li {
    line-height: 40px;
    padding: 0 15px;
}

ul.theme-suggest {
    border-color: #d5d5d5;
    top: 100%;
    left: -1px;
    right: -1px;
    z-index: 10;
}

#edit-settlement input {
    width: 100%;
    padding: 0 5px;
    height: 40px;
}

div.current-status {
    padding: 5px;
    margin: 0 -5px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #444444;
}

div.current-status:hover, div.current-settlement[data-id]:hover {
    cursor: pointer;
    background: #f7f5f6;
}

div.current-settlement {
    font-size: 16px;
    font-style: italic;
    color: #777777;
}

div.current-status + div.more {
    text-align: right;
}

div.current-status + div.more span {
    cursor: pointer;
    color: #8babd5;
    font-size: 15px;
}

div.current-status + div.more span:after {
    content: 'Читать далее';
}

div.current-status + div.more span.open:after {
    content: 'Скрыть';
}

div.current-status img {
    max-width: 32px;
}

div.current-status.open {
    white-space: normal;
}

#edit-status div.input {
    background: #ffffff;
    min-height: 40px;
    border: 2px solid #d7d7d7;
    padding: 10px 40px 10px 10px;
    position: relative;
}

span.smile {
    position: absolute;
    bottom: 10px;
    right: 10px;
    cursor: pointer;
    color: #aeaeae;
    font-size: 26px;
}

span.cancel {
    color: #96bde0;
    font-size: 16px;
    margin-left: 30px;
    cursor: pointer;
}

span.cancel:hover, div.current-status + div.more span:hover, span.edit-status:hover {
    color: #c4271e;
}

.button {
    color: #ffffff;
    font-size: 16px;
    border: 0;
    background: #ee6b42;
    width: 150px;
    height: 40px;
}

span.smile:hover, ul.panel li:hover, label.photo:hover {
    color: #777777;
}

span.smile:after {
    content: '\F118';
    font-family: health-medicine-guide;
}

#smiles {
    width: 415px;
    border: 1px solid #050015;
    position: absolute;
    z-index: 1001;
    background: #ffffff;
}

#smiles:before, #smiles:after {
    content: '';
    position: absolute;
    right: 12px;
    top: -20px;
    border: 10px solid transparent;
    border-bottom: 10px solid #050015;
}

#smiles:after {
    border-bottom: 10px solid #f0f0f0;
    top: -19px;
}

#smiles.chat:before {
    border-top: 10px solid #050015;
    bottom: -20px;
    top: auto;
    border-bottom-color: transparent;
}

#smiles.chat:after {
    border-top: 10px solid #ffffff;
    bottom: -19px;
    top: auto;
    border-bottom-color: transparent;
}

#smiles.chat.left:before, #smiles.chat.left:after {
    right: auto;
    left: 5px;
}

#smiles > div {
    height: 380px;
    overflow: auto;
}

#smiles .tabs {
    font-size: 0;
    position: relative;
    height: 40px;
}

#smiles .tabs li {
    display: inline-block;
    color: #777777;
    border-right: 1px solid #aaaaaa;
    border-bottom: 1px solid #aaaaaa;
    cursor: pointer;
    position: relative;
    background: #f0f0f0;
    z-index: 2;
    width: 44px;
    height: 44px;
    text-align: center;
}

#smiles .tabs li img {
    position: absolute;
    margin: auto !important;
    width: 32px !important;
    height: 32px !important;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

#smiles .tabs li:empty {
    border-right: 0;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 1;
    cursor: default;
    width: auto;
}

#smiles .place {
    display: none;
    font-size: 0;
}

#smiles .place li {
    width: 66px;
    height: 66px;
    display: inline-flex;
    font-size: large;
    line-height: 66px;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

#smiles .place li:hover, ul.search-settlement li:hover {
    background: #ebebeb;
}

#smiles .place.active {
    display: block;
}

#smiles .tabs li.active {
    background: #ffffff;
    cursor: default;
    border-bottom-color: transparent;
}

div[contenteditable] img:not([data-pid]), .current-status img {
    max-width: 32px;
    max-height: 32px;
    margin: 0 2px;
}

.start-date {
    color: #aaaaaa;
    font-size: 16px;
    margin-top: 10px;
}

div.activity-links {
    margin: 50px 0 0;
    overflow: auto;
}

div.activity-links ul {
    width: 560px;
}

div.activity-links li {
    font-size: 16px;
    float: left;
    width: 140px;
    color: #777777;
}

div.activity-links li a {
    color: #777777;
}

div.activity-links span.count {
    display: block;
    font-size: 26px;
    font-weight: bold;
}

div.activity-links li a:hover .count {
    color: #222222;
}

div.activity-links li span:last-child {
    border-bottom: 1px solid transparent;
}

div.activity-links li a:hover span:last-child {
    border-bottom: 1px solid;
}

div.user-middle {
    margin-bottom: 30px;
}

ul.user-middle-menu {
    overflow: hidden;
}

ul.user-middle-menu li {
    float: left;
    margin-right: 10px;
}

ul.user-middle-menu a, ul.user-middle-menu span {
    display: block;
    height: 35px;
    line-height: 35px;
    padding: 0 25px;
    font-size: 16px;
    border: 1px solid #a9a9a9;
    font-weight: bold;
}

ul.user-middle-menu span {
    background: #a9a9a9;
    color: #ffffff;
    border-color: #ffffff;
}

ul.user-middle-menu i, ul.active-substance-menu i, ul.e-additives-menu i, ul.supplement-menu i, ul.vendors-menu i, ul.medicine-menu i, ul.homeopathy-menu i, ul.mnn-menu i {
    font-style: normal;
}

div.active-substance-menu + p.head, div.medicine-menu + p.head, div.homeopathy-menu + p.head {
    margin: 0 -15px 20px;
    font-size: 26px;
    background: #f0f0f0;
    padding: 20px 15px;
}

ul.user-middle-menu a, ul.active-substance-menu a, ul.broadcast-tabs a, ul.e-additives-menu a, ul.supplement-menu a, ul.vendors-menu a, ul.medicine-menu a, ul.homeopathy-menu a, ul.mnn-menu a {
    display: flex;
    align-items: center;
}

ul.user-middle-menu i + i, ul.active-substance-menu i + i, section.review ul.top i, .mkb-tabs i, .atc-tabs i, ul.e-additives-menu i + i, .e-additives-tabs i, ul.supplement-menu i + i, ul.vendors-menu i + i, ul.pht-tabs i, ul.medicine-menu i + i, ul.homeopathy-menu i + i, ul.mnn-menu i + i {
    background: #ff6841;
    border-radius: 10px;
    line-height: normal;
    margin-left: 10px;
    color: #ffffff;
    height: 20px;
    font-size: 16px;
    font-weight: normal;
    padding: 0 8px;
    font-style: normal;
}

span i + i {
    background: transparent !important;
    padding: 0 !important;
}

.mkb-tabs i, .atc-tabs i, .e-additives-tabs i, ul.pht-tabs i {
    position: absolute;
    left: 100%;
    top: 1px;
}

section.vendor h3 {
    margin-top: 10px;
}

ul.user-middle-menu i.viewed, ul.active-substance-menu i.viewed, ul.e-additives-menu i.viewed, ul.supplement-menu i.viewed, ul.vendors-menu i.viewed, ul.medicine-menu i.viewed, ul.homeopathy-menu i.viewed, ul.mnn-menu i.viewed {
    background: none;
    color: #aaaaaa;
    padding: 0;
}

ul.active-substance-menu i.viewed, ul.e-additives-menu i.viewed, ul.supplement-menu i.viewed, ul.vendors-menu i.viewed, ul.medicine-menu i.viewed, ul.homeopathy-menu i.viewed, ul.mnn-menu i.viewed {
    color: #ffffff;
}

ul.active-substance-menu a i.viewed, ul.e-additives-menu a i.viewed, ul.supplement-menu a i.viewed, ul.vendors-menu a i.viewed, ul.medicine-menu a i.viewed, ul.homeopathy-menu a i.viewed, ul.mnn-menu a i.viewed {
    color: inherit;
}

ul.user-middle-menu li:last-child {
    margin-right: 0;
}

div.user-bottom {
    margin: 30px 0;
}

div.empty-blog h2 + p {
    margin: 15px 0 40px;
}

ul.comment-list {
}

ul.comment-list + p {
    margin-top: 20px;
}

div.empty-blog ul {
    margin: 10px 0;
}

div.empty-blog ul li {
    margin-bottom: 10px;
    position: relative;
    padding-left: 30px;
}

div.empty-blog ul li:before {
    content: '\E83E';
    font-family: health-medicine-guide;
    color: #00ab30;
    font-size: 14px;
    position: absolute;
    left: 0;
}

#blog-form, #question-form, #review-form {
    max-width: 840px;
    width: 98%;
    background: #ffffff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
    padding: 30px 40px;
    position: absolute;
    top: 100px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1000;
}

#blog-form input[type="text"], #question-form input[type="text"] {
    display: block;
    width: 100%;
    height: 55px;
    padding: 0 15px;
    border: 1px solid #d6d6d6;
    margin: 5px 0 20px;
}

#blog-form h2, #question-form h2, #review-form h2 {
    color: #1c1c1c;
    line-height: 32px;
    margin-bottom: 15px;
}

#blog-form div[contenteditable], #question-form div[contenteditable], #review-form div[contenteditable] {
    min-height: 200px;
    border: 1px solid #d6d6d6;
    padding: 15px;
    margin-top: 5px;
}

#blog-form .blog-panel, #question-form .blog-panel, #review-form .blog-panel {
    margin-top: -20px;
}

#blog-form .blog-panel > *, #question-form .blog-panel > *, #review-form .blog-panel > * {
    padding: 0;
    margin-top: 20px;
}

#question-form .blog-panel ul, #review-form .blog-panel ul {
    margin: 0;
}

#blog-form button {
    float: right;
}

ul.panel {
    font-size: 0;
}

ul.panel li {
    display: inline-block;
    font-size: 23px;
    margin-right: 15px;
    color: #a8a8a8;
    cursor: pointer;
    position: relative;
}

ul.panel li:before {
    content: '\E865';
    font-family: health-medicine-guide;
}

ul.panel li.video:before {
    content: '\E869';
}

ul.panel li.poll:before {
    content: '\E87B';
}

ul.panel li.datetime:before {
    content: '\E87F';
}

ul.panel li.lock:before {
    content: '\E86C';
}

ul.panel li.unlock:before {
    content: '\F13E';
}

ul.panel label {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    cursor: pointer;
}

ul.panel input {
    position: absolute;
    visibility: hidden;
    width: 1px;
    height: 1px;
}

#blog-form img:not([data-url]), section.blog img, form.comments img:not([data-url]), form.answers img:not([data-url]), #question-form img:not([data-url]), #review-form img:not([data-url]) {
    max-width: 50%;
    width: auto;
    max-height: 650px;
    height: auto;
    display: block;
    margin: 20px auto;
}

img[src^="/images/smiles/"] {
    max-width: 32px !important;
    max-height: 32px !important;
    margin: 0 5px !important;
    display: inline-block !important;
}

div.comments img[src^="/images/smiles/"] {
    max-width: 24px !important;
    max-height: 24px !important;
}

img.portrait {
    max-width: 50%;
    width: auto;
    max-height: 650px;
    height: auto;
    display: block;
    margin: 20px auto;
}

img.landscape, img.square {
    max-width: 100% !important;
    margin: 20px auto;
}

#blog-video, #blog-poll {
    position: fixed;
    top: 100px;
    width: 98%;
    max-width: 800px;
    background: #ffffff;
    z-index: 1002;
    box-shadow: 0 0 20px rgba(0, 0, 0, .5);
    padding: 30px 20px 20px;
    left: 0;
    right: 0;
    margin: auto;
    display: none;
}

#blog-poll {
    position: absolute;
}

.poll-panel .right {
    position: relative;
    top: -60px;
    display: none;
}

.poll-panel {
    margin: 10px 0 30px;
}

.poll-example:hover .poll-panel .right {
    display: block;
}

.poll-example:empty {
    display: none;
}

.poll-panel .right span {
    cursor: pointer;
    color: #aaaaaa;
}

.poll-panel .right span:hover {
    color: #777777;
}

.poll-panel .right span:after {
    content: '\E829';
    font-family: health-medicine-guide;
}

.poll-panel ul, li.editor ul {
    display: none;
    position: absolute;
    border: 1px solid #8bacd6;
    color: #8babd5;
    background: #ffffff;
    right: 0;
    top: 30px;
    padding: 10px;
    font-size: 14px;
    z-index: 10;
}

.poll-panel ul li, li.editor li {
    cursor: pointer;
}

.poll-panel ul li.disabled {
    color: #f0f0f0;
    cursor: default;
}

.poll-panel > span {
    font-size: 16px;
    color: #777777;
}

label.poll-answer {
    display: block;
    background: #f7f5f6;
    cursor: pointer;
    padding: 5px 90px 5px 10px;
    position: relative;
    margin-bottom: 10px;
    font-size: 16px;
}

label.poll-answer span.checkbox {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    margin: auto;
}

label.poll-answer span.score {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    margin: auto;
    height: 20px;
    line-height: 20px;
}

label.poll-answer span.score.checked:before {
    content: '\E82A';
    margin-right: 5px;
    color: #729f8c;
}

label.poll-answer input {
    position: absolute;
    visibility: hidden;
}

label.poll-answer:hover, label.poll-answer.active {
    background: #e2e2e2;
}

label.poll-answer.completed {
    background: #f7f5f6;
    cursor: default;
}

label.poll-answer i {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background: #e2e2e2;
}

label.poll-answer b {
    position: relative;
    font-weight: normal;
    z-index: 1;
}

.poll-out button[type="button"] {
    background: none;
    border: none;
    cursor: default;
    float: none !important;
    height: 40px;
}

.poll-out button {
    width: 250px;
    margin: 20px auto;
    display: block;
}

.poll-out .button[disabled] {
    background: #d8d8d8;
}

div.block {
    float: none;
    position: relative;
}

section.medicines > div.price {
    position: fixed;
    width: 100%;
    bottom: 0;
    background: #ffffff;
    z-index: 1000;
    box-shadow: 0 0 10px rgba(0, 0, 0, .5);
    left: 0;
    padding: 5px 15px;
    display: none;
}

section.medicines > div.price a {
    position: absolute;
    right: 15px;
    top: 0;
    bottom: 0;
    width: 200px;
    line-height: 40px;
    height: 40px;
    margin: auto;
    color: #ffffff;
    background: #ff6d3e;
    text-align: center;
}

section.medicines > div.price p.price {
    font-size: 25px;
    color: #0d0d0d;
}

section.medicines > div.price p.price span {
    color: #aaaaaa;
    font-size: 20px;
}

section.medicines > div.price p.price + span, #content > .container > div.middle > .right p.price + span {
    color: #24c89e;
    display: inline-block;
    font-size: 13px;
}

#content > .container > div.middle > .right p.price + span:after, section.medicines > div.price p.price + span:after {
    font-family: health-medicine-guide, serif;
    content: '\E82A';
    margin-left: 5px;
}

div.block > a {
    display: block;
}

div.block > a > img {
    width: 100%;
}

div.block.outer {
    position: fixed;
    left: 20px;
    bottom: 100px;
    display: none;
}

div.block.outer.right {
    left: auto;
    right: 20px;
}

.poll-out button:after {
    content: 'Проголосовать';
}

.poll-out button[type="button"]:after {
    content: 'Проголосуйте первым!';
}

label.poll-answer.completed ~ button[type="button"]:after {
    content: 'Ваш голос учтён!';
}

.poll-example {
    border: 1px solid #aaaaaa;
    padding: 40px 15px 0 15px;
    overflow: hidden;
    margin: 20px 0;
}

.hotkeys {
    overflow: hidden;
    height: 43px;
    position: relative;
    margin-top: 20px;
    line-height: 43px;
}

.hotkeys > * {
    display: inline-block;
    margin-right: 20px;
}

.hotkeys #share {
    overflow: hidden;
    margin-bottom: 0;
    position: absolute;
    left: -1000px;
    top: 0;
    background: #ffffff;
    z-index: 1;
}

.hotkeys #share > * {
    float: left;
    margin-right: 50px;
}

.hotkeys #share > *:last-child {
    margin-right: 0;
}

.hotkeys #share > p {
    margin-bottom: 0;
    position: relative;
    top: 3px;
}

.hotkeys #share > p > span {
    display: inline-block;
    position: relative;
}

.hotkeys #share > p > span:after {
    content: '\E83A';
    font-size: 36px;
    position: absolute;
    right: -45px;
    top: 0;
    bottom: 0;
}

.hotkeys #share > p > span i {
    display: block;
    font-size: 30px;
    font-style: normal;
    line-height: 28px;
}

.hotkeys > .share {
    height: 100%;
}

.hotkeys > .share > span {
    cursor: pointer;
    font-size: 19px;
    color: #777777;
    display: inline-block;
}

.hotkeys > .share > span:hover:before {
    color: inherit;
}

.hotkeys > .share > span:before {
    content: '\E864';
    font-size: 26px;
    color: #aaaaaa;
    margin-right: 15px;
}

.poll-panel ul:before, .poll-panel ul:after, li.editor ul:after, li.editor ul:before {
    content: '';
    position: absolute;
    right: 5px;
    top: -15px;
    border: 7px solid transparent;
    border-bottom: 7px solid #8bacd6;
}

.poll-panel ul:after, li.editor ul:after {
    border-bottom: 7px solid white;
    top: -14px;
}

#blog-video textarea {
    resize: none;
    width: 100%;
    height: 60px;
    padding: 15px;
    color: #a8a8a8;
}

#blog-video h2 + p {
    margin: 20px 0;
}

#lock.up {
    z-index: 1001;
}

#blog-video button {
    width: 150px;
    margin: 0;
}

#blog-video div.error {
    bottom: auto;
    top: -40px;
}

input.text {
    width: 100%;
    padding: 0 15px;
    height: 40px;
    border: 1px solid #d6d6d6;
}

#blog-poll span.remove {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    font-size: 14px;
    width: 30px;
    text-align: center;
    line-height: 40px;
    color: #a8a8a8;
    cursor: pointer;
}

.poll-aux label {
    margin: 5px 0;
    line-height: 22px;
}

.poll-aux label:after {
    content: '';
    display: block;
    margin-top: 5px;
}

.poll-aux input[type=checkbox] {
    color: green;
}

span.checkbox {
    width: 22px;
    height: 22px;
    display: inline-block;
    border-radius: 2px;
    border: 1px solid #777777;
    position: relative;
    text-align: center;
    line-height: 22px;
    top: 4px;
}

span.checkbox ~ input {
    visibility: hidden;
    position: absolute;
}

span.checkbox.checked:after {
    font-family: health-medicine-guide;
    content: '\E82A';
    color: #729f8c;
    font-size: 18px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.poll-aux label:hover span.checkbox {
    background: #dddddd;
}

div.youtube {
    background-color: #000;
    max-width: 100%;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    margin: 20px 0;
}

div.youtube + div.youtube {
    margin-top: 40px;
}

#blog-text iframe, section.blog iframe {
    width: 100%;
    margin: 20px 0;
}

div.youtube .play {
    opacity: .8;
    height: 77px;
    left: 50%;
    margin-left: -38px;
    margin-top: -38px;
    position: absolute;
    top: 50%;
    width: 77px;
    background: url("/assets/i/play.png") no-repeat;
}

div.youtube img {
    width: 100% !important;
    height: auto !important;
    max-width: 100% !important;
    margin: auto !important;
}

p.out {
    position: absolute;
    right: -25px;
    top: 0;
    color: #ffffff;
    cursor: pointer;
}

p.out:after, #blog-poll span.remove:after {
    content: '\E813';
    font-family: health-medicine-guide;
}

div.calendar {
    width: 98%;
    max-width: 282px;
    background: #ffffff;
    border: 1px solid #677390;
    position: absolute;
    top: 110%;
    z-index: 10;
}

#blog-poll button {
    float: right;
    margin-top: 20px;
}

#blog-poll h2 {
    margin-bottom: 10px;
}

#poll-date-block {
    display: none;
}

div.datetime select {
    height: 40px;
    width: 70px;
}

div.datetime div.time {
    font-size: 0;
    margin-bottom: 20px;
}

div.datetime div.time > span {
    padding: 0 10px;
}

div.datetime div.time * {
    font-size: 18px;
}

div.datetime > div {
    padding: 0;
}

div.calendar table {
    width: 100%;
    color: #777777;
}

tr.days td {
    border-bottom: 1px solid #f5f5f5;
    color: #aaaaaa;
}

div.calendar td {
    text-align: center;
    width: 40px;
    height: 40px;
}

div.calendar td.current {
    font-weight: bold;
    color: #444444;
}

div.calendar td.active div, div.calendar td:not(.past):hover div {
    background: #e7edf2;
    cursor: pointer;
}

div.calendar td.past div {
    color: #cccccc;
}

div.calendar td div {
    height: 100%;
    line-height: 40px;
}

div.calendar div.panel {
    height: 45px;
    background: #677390;
    color: #ffffff;
    text-align: center;
    position: relative;
    line-height: 45px;
}

div.calendar div.panel p {
    display: inline-block;
    cursor: pointer;
}

div.calendar div.panel span {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    cursor: pointer;
    width: 40px;
    text-align: center;
}

div.calendar div.panel span:after {
    content: '\E83D';
    font-family: health-medicine-guide;
}

div.calendar div.panel span.next {
    left: auto;
    right: 0;
}

div.calendar div.panel span.next:after {
    content: '\E83A';
}

span.calendar {
    position: absolute;
    right: 15px;
    top: 5px;
    color: #aaaaaa;
    cursor: pointer;
}

span.calendar:after {
    content: '\E87D';
    font-family: health-medicine-guide;
}

#blog-datetime {
    width: 98%;
    max-width: 650px;
    background: #ffffff;
    position: absolute;
    z-index: 1001;
    padding: 15px;
    display: none;
    box-shadow: 0 0 10px rgba(0, 0, 0, .5);
}

#blog-datetime h3 {
    margin-bottom: 5px;
}

#blog-datetime p.out {
    color: #000000;
    top: 10px;
    right: 10px;
}

ul.bloginfo, ul.questioninfo, .review-item ul.left {
    font-size: 0;
    color: #aaaaaa;
    margin-bottom: 25px;
    display: flex;
    position: relative;
}

ul.bloginfo > li, ul.questioninfo > li, .review-item ul.left li {
    display: inline-flex;
    font-size: 14px;
    line-height: 24px;
    height: 24px;
    align-items: center;
}

.review-item ul.left li {
    display: block;
}

ul.bloginfo > li:after, ul.questioninfo > li:after, .review-item ul.left li:after {
    content: '\E851';
    margin: 10px;
    font-family: health-medicine-guide;
}

ul.bloginfo > li.counter:before, ul.questioninfo > li.counter:before {
    content: '\E854';
    font-family: health-medicine-guide;
    margin-right: 5px;
}

ul.bloginfo > li:last-child:after, ul.questioninfo > li:last-child:after, li.editor:after, .review-item ul.left li:last-child:after {
    display: none;
}

ul.bloginfo span.deferred {
    color: #ffffff;
    background: #6ec66f;
    padding: 0 5px;
    display: inline-block;
}

ul.bloginfo a, ul.questioninfo a {
    color: #7cadd6;
    display: inline-block;
    max-width: 200px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

ul.bloginfo a:hover, ul.questioninfo a:hover {
    color: #c4271e;
}

ul.bloginfo span.time, ul.questioninfo span.time, .review-item ul.left span.time {
    color: #777777;
}

li.editor ul {
    width: 200px;
}

.font:before, .font:after {
    font-family: health-medicine-guide;
}

li.editor {
    position: absolute;
    right: 0;
    top: 0;
}

li.editor span {
    cursor: pointer;
}

li.editor span:hover:after {
    color: #777777;
}

li.editor span:after {
    content: '\E829' !important;
}

span.like:before {
    content: '\E80F';
}

span.like.active:before {
    content: '\E811';
}

span.dislike:before {
    content: '\E810';
}

span.dislike.active:before {
    content: '\E812';
}

div.likes {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    line-height: inherit;
    margin: 0;
}

div.likes > span {
    cursor: pointer;
    color: #f4676e;
}

div.likes > span:hover:before, div.likes > span.active:before {
    color: inherit;
}

div.likes > span:first-child {
    margin-right: 20px;
    color: #24c89e;
}

div.likes > span:before {
    font-size: 26px;
    color: #aaaaaa;
    margin-right: 10px;
}

div.comments {
    margin: 50px 0;
    font-size: 16px;
    line-height: 24px;
}

li.fresh, li.parent-fresh {
    background: #f3fef7 !important;
}

div.comments p.user {
    line-height: 42px;
    margin-top: 20px;
}

div.comments p.user > * {
    margin-right: 10px;
}

div.comments h2 {
    float: left;
}

div.comments h2 span {
    color: #aaaaaa;
    margin-left: 10px;
}

ul.comment-answers:empty {
    display: none;
}

ul.comment-answers {
    border-left: 4px solid #e9e9e9;
    padding-left: 15px;
}

div.comment-answers {
    background: #ffffff;
    margin: 10px -15px -15px;
    padding: 20px 0 10px 0;
}

ul.comment-answers li {
    border-bottom: 1px solid #e9e9e9;
    padding: 15px 15px;
}

ul.comment-answers li:last-child {
    border: 0;
}

a.answers {
    font-size: 15px;
    font-weight: bold;
}

a.more-comments {
    font-weight: bold;
}

a.more-comments.wait:after, a.answers.wait:after {
    content: url(/assets/icons/wait.gif);
    margin-left: 10px;
    position: relative;
    top: 7px;
}

a.answers:before {
    content: '\E824';
    margin-right: 5px;
}

form.comments {
    margin-top: 20px;
}

form.comments button, form.answers button {
    width: 250px;
}

form.comments div.input, form.answers div.input {
    position: relative;
}

form.comments div[contenteditable]:empty:before, #question-text:empty:before, #review-comment:empty:before {
    content: 'Написать комментарий';
    color: #a8a8a8;
}

form.comments.question div[contenteditable]:empty:before {
    content: 'Написать ответ';
}

form.comments.question.empty div[contenteditable]:empty:before {
    content: 'Написать ответ первым!';
}

form.comments.blog.empty div[contenteditable]:empty:before {
    content: 'Написать комментарий первым!';
}

#question-text:empty:before {
    content: 'Подробно раскройте суть вопроса с указанием как можно большего количества деталей';
}

#review-comment:empty:before {
    content: 'Другие впечатления о препарате';
}

.e-additives #review-comment:empty:before, .supplement #review-comment:empty:before {
    content: 'Другие впечатления о добавке';
}

.vendor #review-comment:empty:before {
    content: 'Другие впечатления о компании';
}

form.comments div[contenteditable]:focus:before, #question-text:focus:before {
    display: none;
}

form.answers {
    margin: 20px -15px -15px;
    padding: 15px 0;
    background: #ffffff;
}

form.comments div[contenteditable], form.answers div[contenteditable], form.edit-comment div[contenteditable] {
    min-height: 80px;
    padding: 10px;
    border: 2px solid #d6d6d6;
}

form.edit-comment {
    margin-top: 10px;
}

form.comments label.photo, form.answers label.photo, form.edit-comment label.photo {
    cursor: pointer;
    position: absolute;
    bottom: 7px;
    right: 40px;
    color: #aaaaaa;
}

form.comments label.photo:hover, form.answers label.photo:hover, form.edit-comment label.photo:hover {
    color: #777777;
}

form.comments label.photo:after, form.answers label.photo:after, form.edit-comment label.photo:after {
    content: '\E88E';
    font-size: 26px;
}

form.comments label.photo input, form.answers label.photo input, form.edit-comment label.photo input {
    position: absolute;
    visibility: hidden;
    width: 0;
    height: 0;
    overflow: hidden;
}

li.comment-item {
    padding: 15px;
    margin-bottom: 15px;
    position: relative;
}

li.comment-item ul:not(.comment-answers) {
    list-style: disc inside;
}

p.abuse {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #aaaaaa;
    font-size: 10px;
    cursor: pointer;
    display: none;
}

p.abuse:after {
    content: '\E813';
}

li.comment-item.parent {
    background: #f8f8f8;
}

li.comment-item div.top {
    overflow: hidden;
}

li.comment-item div.top > div {
    margin-right: 15px;
}

li.comment-item div.top > div:last-child {
    width: 100%;
    padding-left: 57px;
}

li.comment-item div.top > div:first-child {
    margin-bottom: -42px;
}

li.comment-item div.top a {
    font-size: 15px;
}

li.comment-item div.top p {
    color: #aaaaaa;
    font-size: 15px;
    line-height: normal;
}

li.comment-item div.middle {
    color: #444444;
    padding: 10px 0;
}

li.comment-item div.bottom {
    position: relative;
    line-height: 40px;
}

li.comment-item div.bottom a {
    font-size: 16px;
}

li.comment-item div.bottom > a:not(:last-of-type) {
    margin-right: 5px;
}

div.comment-info {
    margin-bottom: 30px;
}

div.sort {
    position: relative;
    font-size: 13px;
}

ul.sort {
    position: absolute;
    display: none;
    z-index: 10;
    top: 100%;
    right: 0;
    left: 0;
    border: 1px solid #a3c6e4;
    padding: 10px 0;
    background: #ffffff;
    max-width: 200px;
}

ul.sort.showed {
    display: block;
}

ul.sort li {
    cursor: pointer;
    line-height: 24px;
    position: relative;
    padding: 0 10px;
}

ul.sort li:hover {
    background: #e7edf2;
}

ul.sort li.active:after {
    content: '\E82A';
    font-family: health-medicine-guide;
    margin-left: 5px;
    color: #729f8c;
    position: absolute;
    right: 10px;
}

div.sort p {
    color: #777777;
    cursor: pointer;
}

div.sort p:after {
    content: '\E822';
    margin-left: 5px;
    color: #aaaaaa;
}

a.blog-comments, p.favourites, a.question-comments {
    color: #777777;
}

p.favourites {
    left: 230px;
    cursor: pointer;
}

a.blog-comments:hover:before, p.favourites:hover:before, a.question-comments:hover:before {
    color: #777777;
}

a.blog-comments:before, p.favourites:before, a.question-comments:before, a.review-comments:before {
    content: '\E809';
    margin-right: 10px;
    font-size: 26px;
    color: #aaaaaa;
}

p.favourites:before {
    content: '\E825';
}

p.favourites.added:before {
    content: '\E82D';
    color: #ffca07;
}

li.list > .top {
    overflow: hidden;
    margin-bottom: 20px;
}

li.list > .top a {
    color: #8babd5;
}

li.list > .top a:hover, #main .example a:hover {
    color: #c4271e;
}

.bloglist div.info h1, .questionlist div.info h1 {
    float: left;
}

.bloglist div.info, .questionlist div.info {
    position: relative;
}

.bloglist div.info div.sort, .questionlist div.info div.sort {
    position: absolute;
    right: 0;
    bottom: 22px;
}

li.list > .top > .left {
    margin-right: 15px;
}

li.list > .top > .left:last-child {
    margin-right: 0;
    font-size: 16px;
    color: #aaaaaa;
}

li.list > .top > .left span.time, .review-item ul.left li.comments span {
    color: #777777;
}

li.list a.detail:not(.more) {
    font-size: 26px;
}

li.list div.text {
    margin: 8px 0 20px;
}

li.list a.more:after {
    content: '\E83A';
    font-size: 16px;
    margin-left: 5px;
}

li.list {
    border-top: 1px solid #e8e8e8;
    padding: 40px 0 30px;
}

li.list:first-child {
    border: 0;
    padding-top: 0;
}

li.list .avatar {
    width: 56px;
    height: 56px;
}

h1 + span, #settings h1 span, div.header + span, h1 + div.form + span {
    color: #aaaaaa;
    display: block;
    font-size: 20px;
    clear: both;
    position: relative;
    margin: -17px 0 20px;
}

div.header + span {
    margin: -3px 0 0;
}

section.supplement div.header {
    font-size: 0;
    line-height: normal;
}

#up {
    position: fixed;
    right: 20px;
    bottom: 15px;
    width: 120px;
    height: 35px;
    line-height: 35px;
    background: rgba(26, 26, 26, .8);
    text-transform: uppercase;
    color: #ffffff;
    text-align: center;
    font-size: 12px;
    cursor: pointer;
    z-index: 20;
    display: none;
}

#up span:before {
    content: 'Наверх';
}

#up span:after {
    content: '\E82F';
    font-family: health-medicine-guide;
    font-size: 10px;
    position: relative;
    left: 7px;
    top: -2px;
}

section.supplement div.header h1, section.supplement div.header h1 + span, section.medicines div.header h1, section.medicines div.header h1 + span {
    display: inline;
    font-size: 40px;
}

section.supplement div.form, section.medicines div.form {
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 20px;
}

section.medicines div.form p {
    display: inline;
}

section.supplement p.form:first-letter, section.medicines p.form:first-letter {
    text-transform: uppercase;
}

h1 + span:empty {
    display: none;
}

#ctrlcopy {
    color: transparent;
    height: 1px;
    overflow: hidden;
    position: absolute;
    width: 1px;
}

.bloglist div.user {
    overflow: hidden;
}

.bloglist a.userlink {
    float: left;
}

span.addblog, span.addquestion, span.addreview {
    float: right;
    line-height: 42px;
    cursor: pointer;
}

#settings h1 span {
    position: static;
    margin-top: 5px;
}

#settings ul.tabs {
    font-size: 0;
    width: 520px;
}

#settings div.tabs > div:first-child {
    overflow: auto;
}

.blacklist h2 span {
    color: #8d8d8d;
}

#settings ul.tabs li {
    font-size: 16px;
    display: inline-block;
    margin-right: 5px;
    border: 1px solid #aaaaaa;
    line-height: 35px;
    cursor: pointer;
    text-align: center;
    color: #2071ee;
    font-weight: bold;
    padding: 0 10px;
}

#settings ul.tabs li.logout a {
    color: #C4271E;
}

#settings ul.tabs li:hover {
    border-color: #777777;
}

#settings ul.tabs li:last-child {
    margin-right: 0;
}

#settings ul.tabs li.active {
    background: #ababab;
    border-color: #ffffff;
    color: #ffffff;
    cursor: default;
}

#settings div.tab {
    display: none;
    padding: 30px 0;
}

#settings input[type="text"] {
    padding: 0 5px;
    height: 50px;
    width: 100%;
    border: 1px solid #d6d6d6;
}

#basic label, #basic-aux > label {
    font-size: 26px;
    color: #151515;
    font-weight: bold;
}

#basic .nickname label {
    font-size: 15px;
    font-weight: normal;
    color: #222222;
}

#basic .nickname p {
    font-size: 12px;
    color: #aaaaaa;
    margin-left: 27px;
}

.nickname span.checkbox {
    margin-right: 5px;
}

#settings div.input:not(.nickname) {
    margin: 20px 0 40px;
}

#basic-aux select {
    height: 50px;
    padding: 0 20px;
    margin: 0 15px 20px 0;
    border: 1px solid #d6d6d6;
}

#basic-aux div.input:first-of-type {
    margin-bottom: 20px;
}

#basic-aux select:last-of-type {
    margin-right: 0;
}

#basic, #basic-aux {
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 40px;
}

#basic-aux, #settings div.form {
    margin-top: 40px;
}

#basic-aux div.input {
    display: inline-block;
}

#basic-aux div.input label {
    margin-right: 10px;
}

#basic-aux div.input label input {
    margin-right: 5px;
}

#basic button, #basic-aux button {
    margin-top: 35px;
    width: 190px;
    height: 45px;
}

#settings div.tab.active {
    display: block;
}

#settings span.nogender {
    color: #c4271e;
    margin-left: 35px;
}

#settings h2 {
    margin-bottom: 20px;
}

div.form p {
    color: #444444;
    margin-bottom: 10px;
}

div.form span.confirmed {
    margin-left: 40px;
}

ul.blacklist a.userlink p > span:first-child {
    font-weight: bold;
}

ul.blacklist a.userlink p > span:last-child {
    color: #2071ee;
}

div.form span.confirm, div.notifications span.confirm {
    color: #2071ee;
    cursor: pointer;
}

div.notifications > div {
    border-top: 1px solid #e8e8e8;
    padding: 30px 0 20px;
}

div.notifications > div:first-child {
    border: 0;
    padding-top: 0;
}

div.notifications > div p {
    font-style: italic;
}

div.notifications ul {
    margin-top: 20px;
}

div.notifications ul li {
    margin-bottom: 10px;
}

div.form span.confirm + p {
    margin-top: 10px;
}

div.form span.confirmed:before {
    content: '\E82A';
    color: #66b8bf;
    margin-right: 5px;
}

form.url * {
    float: left;
}

form.url label {
    width: 40%;
    line-height: 45px;
    color: #aaaaaa;
}

#settings div.form form.url div.input {
    max-width: 100%;
}

#settings div.form form.url input {
    width: 60%;
}

div.form span.add, div.form span.edit {
    color: #8babd5;
    cursor: pointer;
}

#settings div.form form div.input {
    width: 55%;
    max-width: 230px;
    height: 45px;
    display: inline-block;
    margin: 0;
    overflow: visible;
}

#settings div.form form input {
    height: inherit;
}

#settings div.form form button {
    height: 45px;
    width: 40%;
    max-width: 190px;
    margin-left: 10px;
}

ul.privacy {
    max-width: 500px;
}

ul.privacy input {
    position: absolute;
    visibility: hidden;
    width: 0;
    height: 0;
}

ul.privacy ul {
    display: none;
    width: 210px;
    position: absolute;
    box-shadow: 0 0 5px rgba(0, 0, 0, .8);
    background: #ffffff;
    padding: 10px 0;
    z-index: 10;
    left: -30px;
}

ul.privacy ul label {
    cursor: pointer;
    padding-left: 30px;
    display: block;
    height: 100%;
}

ul.privacy ul li.active:before {
    content: '\E82A';
    position: absolute;
    left: 9px;
    color: #151515;
    font-size: 14px;
}

ul.privacy ul li:hover {
    background: #5f97fb;
    color: #ffffff;
}

ul.privacy ul li.active:hover:before {
    color: #ffffff;
}

ul.privacy ul.active {
    display: block;
}

ul.privacy > li {
    margin-bottom: 10px;
}

ul.privacy div.right {
    position: relative;
    width: 170px;
}

ul.privacy div.right > span {
    color: #8babd5;
    cursor: pointer;
}

#privacy {
    padding-top: 15px;
}

#advertising-form {
    text-align: left;
}

button.subscribe, button.message, #feedback-form button, #communication button, #questionnaire button, #advertising-form button {
    font-size: 16px;
    color: #ffffff;
    background: #ef6844;
    height: 40px;
    width: 215px;
    border: 0;
}

button.message {
    background: #efefef;
    color: #2071ee;
}

button.message:hover {
    background: #f7f7f7;
    color: #c4271e;
}

button.message:hover:before {
    color: #777777;
}

button.subscribe:before {
    content: '\E837';
    font-size: 20px;
    margin-right: 10px;
}

button.message:before {
    content: '\E856';
    font-size: 25px;
    margin-right: 10px;
    color: #aaaaaa;
}

button.unsubscribe {
    height: 40px;
    border: 1px solid #dddddd;
    background: #ffffff;
    margin-left: 10px;
    font-size: 16px;
    color: #444444;
    padding: 0 20px;
}

div.description div.block {
    margin: 20px 0;
}

button.unsubscribe:empty {
    width: 40px;
    padding: 0;
}

button.unsubscribe:empty:after {
    content: '\E888';
    font-size: 25px;
    color: #aaaaaa;
}

button.unsubscribe.friendly:empty:after {
    content: '\E89B';
}

button.unsubscribe:hover {
    border-color: #aaaaaa;
}

li.right.block {
    position: relative;
}

li.right.block.fixed {
    position: fixed;
}

li.right.block.absolute {
    position: absolute;
}

#content > .container > div.middle > .right ul.advertising {
    position: relative;
}

div.restricted {
    padding-top: 20px;
    color: #444444;
}

div.restricted h3 {
    font-weight: normal;
    font-size: 22px;
    color: #151515;
    margin-bottom: 10px;
}

button.unsubscribe:hover:after {
    color: #777777;
}

.activity-result {
    padding-top: 20px;
}

.activity-result div.empty h2 {
    margin: 40px 0 20px;
}

ul.subscribers {
    counter-reset: list;
    margin-top: 30px;
}

ul.subscribers li {
    position: relative;
    min-height: 100px;
    padding-left: 125px;
    margin-bottom: 50px;
    display: flex;
    align-items: center;
    color: #444444;
}

ul.subscribers li:before {
    counter-increment: list;
    content: counter(list);
    width: 100px;
    height: 100px;
    border: 3px solid #ffca0a;
    border-radius: 50%;
    position: absolute;
    left: 0;
    line-height: 94px;
    text-align: center;
    font-size: 30px;
    color: #444444;
    font-weight: bold;
}

ul.subscribers li p:first-child {
    font-weight: bold;
}

.activity-result span.count {
    color: #aaaaaa;
    font-weight: bold;
    font-size: 20px;
}

.activity-result > div.top {
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 20px;
    margin-bottom: 30px;
}

ul.subscriber-list a.userlink {
    overflow: hidden;
    display: inline-flex;
    align-items: center;
    height: 55px;
}

ul.subscriber-list a.userlink > * {
    float: left;
}

.user-profile span.avatar {
    width: 100px;
    height: 100px;
    line-height: 100px;
    font-size: 50px;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    bottom: 0;
    position: absolute;
}

a.userlink p {
    line-height: normal;
    margin-left: 15px;
}

a.userlink span:empty {
    display: none;
}

a.userlink p span + span {
    display: block;
    line-height: normal;
    font-size: 13px;
    color: #a8a8a8;
    margin-top: 5px;
    width: 300px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

a.userlink p span:first-child {
    color: #2071ee;
    font-size: 16px;
}

ul.subscriber-list .avatar {
    height: 55px;
    width: 55px;
}

ul.subscriber-list li {
    margin-bottom: 20px;
}

ul.subscriber-list li > div {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

ul.subscriber-list div.buttons {
    display: inline-flex;
}

ul.subscriber-list button.subscribe:before {
    display: none;
}

ul.subscriber-list span.avatar {
    font-size: 34px;
    line-height: 55px;
}

ul.subscriber-list button.subscribe {
    width: auto;
    padding: 0 20px;
}

.lock-subscriber {
    position: relative;
    line-height: 40px;
    margin-left: 5px;
    visibility: hidden;
}

ul.subscriber-list li.item:hover .lock-subscriber {
    visibility: visible;
}

.lock-subscriber > span:after {
    content: '\E89C';
    color: #aaaaaa;
    font-size: 18px;
}

.lock-subscriber > span:hover:after {
    color: #777777;
}

.lock-subscriber > span {
    display: inline-block;
    width: 20px;
    text-align: center;
    cursor: pointer;
}

p.locked {
    margin: 50px 0;
}

#blacklist, #email-notifications {
    margin: 20px 0 50px;
}

#blacklist div.input.left, #email-notifications div.input.left {
    width: 60%;
    max-width: 300px;
    margin: 0;
}

#blacklist button, #email-notifications button {
    width: 35%;
    height: 50px;
    max-width: 150px;
    float: left;
    margin-left: 15px;
}

#notifications > ul li {
    margin-bottom: 20px;
}

#notifications ul div {
    display: flex;
    align-items: center;
    line-height: normal;
}

#notifications form h1 {
    float: left;
}

#notifications ul li a {
    font-size: 16px;
}

#notifications ul li span:last-child {
    display: block;
    line-height: normal;
    font-size: 16px;
    color: #aaaaaa;
    font-weight: normal;
}

#notifications ul li img, #notifications ul li span.avatar {
    width: 55px;
    height: 55px;
    margin: 0 15px 0 0;
    color: #ffffff;
    line-height: 55px;
    font-size: 34px;
}

#notifications span span {
    display: inline !important;
}

#notifications input {
    position: absolute;
    visibility: hidden;
}

ul.filter {
    min-width: 200px;
    left: auto;
}

ul.filter label {
    display: block;
    padding: 0 10px;
    cursor: pointer;
}

ul.filter li {
    padding: 0;
}

ul.filter li.checked {
    background: #ccd1d5;
}

li.yellow {
    background: #fff5cf !important;
}

#notifications a.userlink {
    font-weight: bold;
}

#notifications a.userlink ~ a {
    color: #8babd5;
}

#notifications .new {
    font-weight: bold;
}

@media (max-width: 1200px) {
    ul.mkb-10 .td:first-child {
        width: 21%;
    }
}

#wall > li div.top {
    overflow: hidden;
}

div.comment-link {
    margin-top: 10px;
    padding: 10px 15px;
    background: #f8f8f8;
}

div.comment-link a {
    color: #444444;
    display: inline-block;
}

a.event-type-link {
    font-size: 26px;
}

div.comment-link a:hover {
    color: #2071ee;
}

#wall i.like:after {
    content: '\E811';
    color: #24c89e;
    font-size: 26px;
    font-style: normal;
}

#question-form, #review-form {
    max-width: 950px;
    padding-bottom: 10px;
}

#question-form .row > div, #review-form .row > div {
    padding: 0;
}

#question-form div.pointer, #review-form div.pointer {
    font-size: 13px;
    color: #aaaaaa;
    line-height: normal;
    margin-top: 20px;
    position: relative;
    display: flex;
    align-items: center;
}

#question-form div.pointer:before, #review-form div.pointer:before {
    content: '\E80E';
    font-size: 27px;
    margin: 0 10px 0;
    display: inline-block;
}

#question-form div.pointer ul, #review-form div.pointer ul {
    list-style-type: disc;
    list-style-position: inside;
    margin-top: 5px;
}

div.select {
    position: relative;
    max-width: 400px;
    line-height: 40px;
    z-index: 10;
}

div.select p {
    height: 40px;
    border: 1px solid #d5d5d5;
    padding: 0 15px;
    position: relative;
    cursor: pointer;
}

div.select p:after {
    content: '\E822';
    color: #aaaaaa;
    position: absolute;
    text-align: center;
    width: 30px;
    top: 0;
    right: 0;
    bottom: 0;
}

div.select input {
    visibility: hidden;
    position: absolute;
}

div.select ul {
    border: 1px solid #d5d5d5;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #ffffff;
    display: none;
    max-height: 240px;
    overflow: auto;
}

input::placeholder, textarea::placeholder {
    color: #a8a8a8;
}

div.select ul label {
    display: block;
    padding: 0 15px;
    cursor: pointer;
}

div.select ul label:hover, div.select li.selected label, ul.theme-suggest li:hover {
    background: #e7edf2;
}

#question-form div.anonymous, #review-form div.anonymous {
    margin: 40px 0 30px;
    font-size: 15px;
}

#question-form div.anonymous p, #review-form div.anonymous p {
    color: #a8a8a8;
    font-size: 12px;
    margin-top: 5px;
}

#themes {
    margin-top: 20px;
}

#theme .addquestion {
    float: left;
}

#theme div.info {
    margin-top: -15px;
}

#theme div.info > span {
    color: #aaaaaa;
}

#theme div.buttons {
    margin: 30px 0;
}

#themes div.themes {
    max-width: 400px;
}

#themes div.themes div.input {
    height: 40px;
    border: 1px solid #d5d5d5;
}

#themes div.themes div.input input {
    border: 0;
    height: 100%;
    margin: 0;
}

#themes div.themes div.input > span {
    position: absolute;
    right: 15px;
    top: 5px;
    color: #777777;
    font-size: 14px;
    cursor: pointer;
    display: none;
}

#themes div.themes div.input:hover > span {
    display: block;
}

#themes div.themes div.input > span:after {
    content: '\E813';
}

#question-form p.offer, #review-form p.offer {
    font-size: 12px;
    color: #a8a8a8;
    margin-top: 20px;
}

div.question-themes {
    margin-top: 20px;
    font-size: 15px;
    color: #a8a8a8;
}

div.question-themes ul {
    display: inline-block;
}

div.question-themes li {
    display: inline;
}

ul.question-info {
    overflow: hidden;
    color: #a8a8a8;
    font-size: 16px;
}

ul.question-info li {
    float: left;
}

ul.question-info span.time {
    color: #777777;
}

ul.question-info li:after {
    font-family: health-medicine-guide;
    content: '\E851';
    margin: 0 10px;
}

ul.question-info a.comments {
    color: #a8a8a8;
}

ul.question-info a.comments span {
    color: #777777;
}

ul.question-info li:last-child:after {
    display: none;
}

li.list span.avatar {
    position: static;
    width: 56px;
    height: 56px;
    line-height: 56px;
    font-size: 34px;
}

#favourites span.favourites:after {
    content: '\E825';
}

#favourites div.empty div.bottom {
    border-top: 1px solid #e8e8e8;
    margin-top: 30px;
    padding-top: 30px;
}

#favourites div.empty div.info {
    overflow: hidden;
    margin-top: 15px;
    display: flex;
    align-items: center;
}

#favourites div.favourites {
    height: 100px;
    width: 100px;
    border-radius: 50%;
    border: 2px solid #ffca09;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

#favourites div.favourites:before {
    content: '\E825';
    font-size: 21px;
}

#favourites div.favourites:after {
    content: 'Избранное';
    font-family: inherit;
    font-size: 13px;
}

#favourites div.empty div.info > div:last-child {
    margin-left: 15px;
}

#favourites div.empty div.info > div:first-child {
    width: 100px;
}

#favourites h1 {
    margin-bottom: 5px;
}

#favourites div.info > span {
    color: #8e8e8e;
}

#favourites h1 + div.info {
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 20px;
}

li.favourites-item {
    margin-top: 30px;
}

li.favourites-item div.top {
    position: relative;
    padding-right: 50px;
}

li.favourites-item div.top > ul {
    position: absolute;
    right: 0;
    top: 0;
    display: none;
}

li.favourites-item:hover div.top > ul {
    display: block;
}

li.favourites-item div.top a {
    font-size: 26px;
}

li.favourites-item div.middle {
    margin: 5px 0;
}

li.favourites-item ul.bottom {
    font-size: 16px;
}

li.favourites-item ul.bottom a span {
    background: #e27147;
    display: inline-block;
    border-radius: 10px;
    color: #ffffff;
    padding: 0 5px;
    line-height: 19px;
}

#messages #chat img[src^="/images/smiles/"] {
    max-width: 32px !important;
    max-height: 32px !important;
}

#chat {
    position: fixed;
    right: 20px;
    bottom: 0;
    z-index: 1000;
    background: #ffffff;
    box-shadow: 0 0 20px rgba(0, 0, 0, .5);
    width: 300px;
    height: 500px;
    border-radius: 10px 10px 0 0;
    padding: 50px 0 40px;
}

#chat > div.top {
    height: 50px;
    border-bottom: 1px solid #e8e8e8;
    text-align: center;
    line-height: 50px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

#messages #chat > div.top {
    border: 1px solid #e8e8e8;
    border-left: 0;
    border-right: 0;
    height: 70px;
    line-height: 70px;
    background: #ffffff;
    z-index: 1002;
}

#chat > div.top a.name {
    overflow: hidden;
    max-width: 100px;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
}

#messages #chat > div.top a.name {
    max-width: 400px;
}

#chat p.exit {
    position: absolute;
    right: 10px;
    cursor: pointer;
    font-size: 18px;
    color: #999999;
}

#chat p.exit:before {
    content: '\E813';
}

#chat p.exit.mobile:before, #messages #chat p.exit:before {
    content: '\E80E';
}

#messages #chat p.exit:after {
    content: 'Назад';
    font-family: inherit;
    margin-left: 15px;
    font-size: 18px;
}

#messages #chat > div.top div.right {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    height: 55px;
    margin: auto;
    line-height: 55px;
}

#messages #chat > div.top .avatar {
    max-width: 55px !important;
    max-height: 55px !important;
    height: 55px;
    width: 55px;
    line-height: 55px;
}

#chat p.exit.mobile, #messages #chat p.exit {
    right: auto;
    left: 10px;
    font-size: 22px;
}

#chat > form.bottom {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: #efefef;
    min-height: 40px;
    padding: 5px 40px 5px 32px;
}

#chat > form.bottom button {
    position: absolute;
    border: 0;
    background: none;
    right: 5px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    top: 0;
    bottom: 0;
    margin: auto;
    color: #a8a8a8;
}

#chat span.smile {
    right: auto;
    left: -27px;
    height: 26px;
    top: 0;
    bottom: 0;
    margin: auto;
}

#chat > form.bottom button:after {
    content: '\E879';
    position: relative;
    left: 1px;
}

#chat > form.bottom button:hover {
    background: #f06c43;
    color: #ffffff;
}

#messages #chat > form.bottom {
    min-height: 50px;
}

#messages #chat ul.middle {
    margin-bottom: -50px;
}

#messages #chat div.input {
    min-height: 40px;
    font-size: inherit;
}

#messages #message-text {
    padding: 10px;
}

#chat div.input {
    margin: 0;
    min-height: 30px;
    font-size: 14px;
    background: #ffffff;
}

#message-text {
    padding: 5px;
    max-height: 100px;
    line-height: normal;
    overflow: auto;
}

#chat img {
    max-width: 16px !important;
    max-height: 16px !important;
}

#chat ul.middle {
    height: 100%;
    overflow: auto;
    font-size: 14px;
    margin-bottom: -40px;
    padding-top: 30px;
}

li.chat-item {
    overflow: hidden;
    margin-bottom: 30px;
}

li.chat-item > div {
    max-width: 70%;
    margin-left: 10px;
    padding: 10px;
    line-height: 16px;
    background: #f7f5f5;
    border-radius: 0 10px 10px 10px;
    overflow: hidden;
}

li.chat-item p.date {
    margin-left: 10px;
    font-size: 10px;
    color: #aaaaaa;
}

li.chat-item div.right p.date:after {
    font-family: health-medicine-guide;
    content: '\E87A';
    margin-left: 5px;
    font-size: 14px;
}

li.chat-item.viewed div.right p.date:after {
    color: #2071ee;
}

li.chat-item > div.right {
    margin-right: 10px;
    background: #e8f3fe;
    border-radius: 10px 0 10px 10px;
}

li.chat-group-item {
    height: 120px;
    overflow: hidden;
    padding: 20px 0 20px 100px;
    border-bottom: 1px solid #e8e8e8;
    position: relative;
}

li.chat-group-item > div.left {
    margin-left: -100px;
}

li.chat-group-item > div.right {
    width: 100%;
}

li.chat-group-item .avatar {
    width: 80px;
    height: 80px;
    line-height: 80px;
    margin-left: 0 !important;
}

li.chat-group-item p.text {
    overflow: hidden;
    height: 32px;
    line-height: 32px;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 400px;
    display: inline-block;
}

li.chat-group-item div.top a {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 400px;
    display: inline-block;
}

li.chat-group-item p.text img {
    height: 24px;
    width: 24px;
}

li.chat-group-item p.text img:first-child {
    margin-left: 0 !important;
}

li.chat-group-item div.top {
    overflow: hidden;
    line-height: 20px;
    margin-top: 10px;
}

li.chat-group-item span.date {
    font-size: 16px;
    color: #aaaaaa;
}

li.chat-group-item div.bottom {
    margin-top: 10px;
    overflow: hidden;
    line-height: 32px;
    position: relative;
}

li.chat-group-item div.bottom .avatar {
    width: 42px;
    height: 42px;
    margin-right: 10px;
    line-height: 42px;
}

li.chat-group-item span.unviewed {
    background: #ff6841;
    border-radius: 10px;
    line-height: normal;
    color: #ffffff;
    height: 20px;
    font-size: 16px;
    font-weight: normal;
    padding: 0 8px;
}

li.chat-group-item:last-child {
    border-bottom: 0;
}

li.chat-group-item div.bottom.view:after {
    content: '\E87A';
    position: absolute;
    right: 0;
    font-size: 14px;
    color: #2071ee;
}

li.chat-group-item div.bottom.unviewed:after {
    color: #aaaaaa;
}

li.chat-group-item:hover {
    background: #f6f5f5;
    margin: 0 -15px;
    padding: 20px 15px 20px 115px;
    cursor: pointer;
}

li.chat-group-item span.delete {
    display: none;
    position: absolute;
    right: 10px;
    top: 10px;
}

li.chat-group-item span.delete:after {
    content: '\E813';
    color: #aaaaaa;
    font-size: 12px;
}

li.chat-group-item:hover span.date {
    visibility: hidden;
}

li.chat-group-item:hover span.delete {
    display: inline;
}

.chat-item.addressee {
    padding-left: 40px;
    position: relative;
}

#messages #chat ul.middle {
    font-size: 18px;
}

#messages li.chat-item > div {
    line-height: 24px;
    padding: 15px;
}

#chat .chat-item .avatar {
    position: absolute;
    left: 10px;
    top: 0;
    max-width: 30px !important;
    max-height: 30px !important;
}

#messages .chat-item .avatar {
    max-width: 45px !important;
    max-height: 45px !important;
    left: 0;
}

#messages #chat {
    position: relative;
    right: auto;
    bottom: auto;
    width: auto;
    height: 700px;
    box-shadow: none;
}

#chat li.date {
    text-align: center;
    margin-bottom: 20px;
    color: #aaaaaa;
}

#menu {
    position: absolute;
    top: 0;
    background: #ffffff;
    z-index: 1000;
    width: 100%;
    max-width: 350px;
    line-height: 60px;
    left: -1000px;
}

#menu p:first-child {
    position: relative;
    height: 60px;
    padding: 19px 15px;
    border-bottom: 1px solid #d4d4d4;
}

#menu li.menu-footer {
    height: 60px;
    padding: 19px 15px 19px 0;
}

#menu p:first-child:before, #menu li.menu-footer:before {
    content: url(/assets/i/logo.png);
    position: relative;
    top: -14px;
}

#menu li.menu-footer {
    position: relative;
}

#menu li.menu-footer span {
    font-size: 13px;
    color: #777777;
    position: absolute;
    right: 0;
    width: 180px;
    line-height: normal;
    top: 15px;
}

#menu p:first-child span {
    height: 100%;
    right: 0;
    top: 0;
    position: absolute;
    cursor: pointer;
    width: 30px;
    text-align: center;
}

#menu ul {
    padding-left: 15px;
}

#menu li {
    height: 60px;
    border-bottom: 1px solid #e7e7e7;
    font-size: 22px;
}

#menu li:last-child {
    border: 0;
}

#menu li.separator {
    margin: -1px 0 0 -15px;
    background: #f0f0f0;
    height: 8px;
    position: relative;
}

#menu li.assets {
    font-size: 17px;
}

#menu p:first-child span:after {
    content: '\E83D';
    color: #222222;
}

#menu li a {
    color: #151515;
    display: block;
}

#nf {
    position: relative;
    overflow: hidden;
}

#nf h2 {
    margin: 20px 0 10px;
}

a[href="/pryamoj-ehfir"]:after {
    content: '\E851';
    color: #E32318;
    font-family: health-medicine-guide;
}

.broadcast-tabs a[href="/pryamoj-ehfir"]:after {
    display: none;
}

#nf > ul {
    list-style: inside disc;
}

#nf:before {
    content: '404';
    position: absolute;
    font-size: 220px;
    color: #f1f1f1;
    z-index: -1;
    font-weight: bold;
    right: 0;
}

#nf.forbidden:before {
    content: '403';
}

#foreign-active-substance h2 {
    margin: 15px 0 20px;
}

#foreign-active-substance > ul, ul.aux, .active-substance #description ul, #active-substance-mnn > ul {
    list-style-type: disc;
    list-style-position: inside;
}

.active-substance ul.aux, .active-substance #description ul, #active-substance-mnn > ul {
    margin-bottom: 25px;
}

#foreign-active-substance li {
    margin-bottom: 5px;
}

#foreign-active-substance li:last-child {
    margin: 0;
}

#foreign-active-substance ul.aux {
    margin-bottom: 30px;
}

#foreign-active-substance h2 + p {
    margin-bottom: 15px;
}

.active-substance .attention, .active-substance .warning, .supplements .attention, .medicines .attention {
    border: 2px solid #aaaaaa;
    padding: 20px 25px;
    font-size: 16px;
    color: #444444;
    margin: 20px 0;
}

h2 + div.aux {
    margin-top: 15px;
}

div.aux, div.aux + h2 {
    margin-top: 20px;
}

div.aux h2 {
    margin-bottom: 15px;
}

div.aux > p {
    margin-bottom: 10px;
}

#supplement-pregnancy #description > h2 {
    margin: 15px 0;
}

.active-substance .attention p {
    margin-bottom: 20px;
}

.active-substance .attention p:last-child {
    margin-bottom: 0;
}

.active-substance div.aux {
    margin-top: 20px;
}

.active-substance .warning {
    background: #f9f6f6;
    border: 0;
}

#pregnancy-active-substance #description {
    margin: 30px 0 50px;
}

.active-substance span.addquestion, .active-substance span.addreview, #e-additives-reviews span.addreview, #e-additives-questions span.addquestion, #supplement-pregnancy span.addquestion, #supplements-reviews span.addreview, #supplement-questions span.addquestion, section.vendor span.addreview, section.vendor span.addquestion, section.medicine span.addquestion, section.medicines span.addreview, section.medicines span.addquestion {
    float: none;
    margin: 20px 0 40px;
}

.active-substance p + ul {
    margin-top: 15px;
}

i.fda {
    font-size: 19px;
    display: inline-block;
    margin-bottom: 20px;
}

.active-substance p, #e-additives-questions p, #e-additives-reviews p {
    margin-bottom: 20px;
}

span.addquestion:before, span.addreview:before, a.review-link:before, a.question-link:before, span.review-link:before, span.question-link:before {
    content: '\E837';
    font-family: health-medicine-guide, serif;
    margin-right: 5px;
    font-size: 21px;
}

.active-substance h2, #e-additives-questions h2, section.supplement h2, section.medicine h2 {
    margin-bottom: 15px;
}

.active-substance h3 {
    margin-bottom: 15px;
}

p.introductory {
    color: #aaaaaa;
    font-size: 14px;
    line-height: 20px;
}

p.formula {
    background: #f2f2f2;
    padding: 20px;
    font-size: 50px;
    color: #464646;
    line-height: normal;
}

#formula-active-substance ul.properties {
    margin: 35px 0;
}

#formula-active-substance ul.properties li {
    margin-bottom: 15px;
}

p.formula span {
    display: block;
}

#formula-active-substance ul.properties li.schemes, #formula-active-substance ul.properties li.photos {
    margin-top: 30px;
}

li.schemes img, li.photos img, li.structures img, #active-substance-mnn div.pictures img, #picture > div > img {
    border: 1px solid #7e7e7e;
    width: 100%;
    max-width: 500px;
}

#active-substance-mnn div.pictures img, #picture > img {
    margin-bottom: 20px;
}

#active-substance-mnn div.pictures img:last-child {
    margin: 0;
}

li.schemes span, li.photos span, li.structures span {
    display: block;
    font-size: 12px;
    color: #777777;
    margin-bottom: 10px;
    line-height: normal;
}

#formula-active-substance ul.properties li:last-child, p.schemes span, p.photos span {
    margin-bottom: 0;
}

p.properties {
    margin-bottom: 30px;
}

#pregnancy-active-substance-letters ul.letters p {
    font-size: 10px;
    color: #777777;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 120px;
    margin-top: 5px;
}

#pregnancy-active-substance-letters ul.letters p span {
    display: inline;
    font-size: 18px;
    margin: 0 5px;
}

#pregnancy-active-substance-letters ul.letters p span:after {
    content: '\E862';
    color: #777777;
}

#pregnancy-active-substance-letters ul.letters p.A, ul.pregnancy-fda li.A a {
    background: #bff6c4;
}

#pregnancy-active-substance-letters ul.letters p.B, ul.pregnancy-fda li.B a {
    background: #d1f6f0;
}

#pregnancy-active-substance-letters ul.letters p.C, ul.pregnancy-fda li.C a {
    background: #f4f6d1;
}

#pregnancy-active-substance-letters ul.letters p.D, ul.pregnancy-fda li.D a {
    background: #ffe1c8;
}

#pregnancy-active-substance-letters ul.letters p.X, ul.pregnancy-fda li.X a {
    background: #e8b5b5;
}

#pregnancy-active-substance-letters ul.letters p.N, ul.pregnancy-fda li.N a {
    background: #e1e8f1;
}

#active-substance-search-form {
    margin-top: 20px;
}

#formulae-active-substance-letters ul.letters p, #tops ul p {
    color: #8e8e8e;
    font-size: 16px;
}

#active-substance div.description, #e-additives div.description, section.supplement div.description {
    margin-bottom: 20px;
}

#supplement-certificate #vendor > div > p, #supplement-certificate #owner > div > p {
    margin-bottom: 5px;
}

#supplement-certificate #vendor > div > p + p, #supplement-certificate #owner > div > p + p, #vendor span.country, #owner span.counntry {
    font-style: italic;
}

#supplement-certificate .description p {
    margin: 20px 0;
}

#vendor > div, #owner > div {
    margin-bottom: 10px;
}

table.noborder, table.noborder td, table.noborder th {
    border: 0 !important;
}

#vendor > div:last-child, #owner > div:last-child, #vendor > div p:last-child, #owner > div p:last-child {
    margin: 0;
}

#vendor > div p, #owner > div p {
    margin-bottom: 5px;
}

#supplement-certificate table {
    background: #f4fffe;
}

#supplement-certificate td {
    padding: 10px;
    border: 1px solid #2c2c2c;
}

#supplement-certificate > div.item + div.item {
    margin-top: 50px;
}

div.navigation {
    margin-bottom: 20px;
    padding: 20px;
    background: #f9f5f4;
}

div.navigation ul {
    column-count: 3;
    font-size: 15px;
    margin: 0;
}

div.navigation li {
    padding: 0 !important;
}

div.navigation li:before {
    display: none;
}

div.navigation li a {
    border-bottom: 1px dotted;
}

div.navigation p {
    font-weight: bold;
}

#active-substance #description ul {
    list-style: none;
}

#active-substance ul, #active-substance ol, #medicines div.description ul, #medicines div.description ol, #formula-active-substance div.description ul, #formula-active-substance div.description ol, #supplement div.description ul, #supplement div.description ol, section.vendor #description ul {
    margin-bottom: 20px;
}

div.description ul ul, div.description ul ol, div.description ol ol {
    margin-top: 10px;
}

#medicines img {
    margin: 20px 0;
    max-width: 100%;
}

#medicines p + img {
    margin-top: 0;
}

div.note {
    font-size: 14px;
    color: #aaaaaa;
    margin-top: 20px;
}

#active-substance div.description li, #e-additives > div > div > ul:not(.e-additives) > li, ul.e-additives-types li, .e-additives-groups-list #description li, #medicines div.description li, #formula-active-substance div.description li, #supplement div.description li, #supplement div.description li, section.vendor #description li {
    padding-left: 30px;
    position: relative;
    margin-bottom: 12px;
}

#active-substance div.description ol > li, #medicines div.description ol > li, #formula-active-substance div.description ol > li, #supplement div.description ol > li {
    counter-increment: list;
}

#active-substance div.description ol ol > li, #medicines div.description ol ol > li, #formula-active-substance div.description ol ol > li, #supplement div.description ol ol > li {
    counter-increment: list2;
    padding-left: 45px;
}

#active-substance div.description li:before, #e-additives > div > div > ul:not(.e-additives) > li:before, ul.e-additives-types li:before, .e-additives-groups-list #description li:before, #medicines div.description li:before, #formula-active-substance div.description li:before, #supplement div.description li:before, section.vendor #description li:before {
    position: absolute;
    left: 0;
    content: '\E851';
    font-family: health-medicine-guide;
}

#classification.description ul li {
    padding-left: 0;
}

#classification.description li:before {
    display: none;
}

#active-substance div.description ol, #medicines div.description ol, #formula-active-substance div.description ol, #supplement div.description ol {
    list-style: none;
    counter-reset: list;
}

#active-substance div.description ol ol, #medicines div.description ol ol, #formula-active-substance div.description ol ol, #supplement div.description ol ol {
    counter-reset: list2;
}

#active-substance div.description ol > li:before, #medicines div.description ol > li:before, #formula-active-substance div.description ol > li:before, #supplement div.description ol > li:before {
    content: counter(list) '.';
    font-family: inherit;
}

ol.brackets > li:before {
    content: counter(list) ')' !important;
}

#active-substance div.description ol ol > li:before, #medicines div.description ol ol > li:before, #formula-active-substance div.description ol ol > li:before, #supplement div.description ol ol > li:before {
    content: counter(list) '.' counter(list2);
}

#active-substance div.description ol ul {
    margin-top: 15px;
}

#active-substance .description p, #medicines .description p, #formula-active-substance .description p, #supplement .description p {
    margin-bottom: 20px;
}

#active-substance .description p:last-child, #medicines .description p:last-child, #formula-active-substance .description p:last-child, #supplement .description p:last-child {
    margin-bottom: 0;
}

#medicines table p, #formula-active-substance table p {
    margin: 0 !important;
}

#classification h3 {
    background: #f2f2f2;
    font-size: 20px;
    font-weight: normal;
    color: #777777;
    padding: 10px 15px;
    margin: 15px 0;
    line-height: normal;
    font-style: normal !important;
}

#classification p {
    padding: 0 15px;
    color: #7f7f7f;
    font-size: 15px;
    margin-bottom: 5px !important;
}

#classification li.fda span {
    display: inline-block;
}

#classification li.fda span:first-letter {
    text-transform: lowercase;
}

#active-substance-mnn h2 + div, #active-substance-mnn h2 + p {
    margin-bottom: 20px;
}

.active-substance cite, .medicines cite {
    font-size: 12px;
}

div.qlink {
    font-size: 15px;
    color: #a8a8a8;
}

div.top-reviews {
    display: flex;
    justify-content: space-between;
}

div.reviews div.top-reviews > * {
    float: none;
    height: 42px;
}

div.top-reviews > div {
    width: 100%;
    max-width: 800px;
}

div.top-reviews > div h2 {
    display: inline;
}

div.questions.top, div.top.reviews, div.questions > div.top {
    overflow: hidden;
    border-bottom: 1px solid #151515;
    padding-bottom: 10px;
    margin-bottom: 40px;
}

div.questions.top > span:last-child, div.top.reviews > span:last-child {
    margin-top: 0 !important;
}

div.questions.top span:first-child, div.questions.top span:first-child {
    float: left;
    line-height: 42px;
    color: #8E8E8E;
}

div.questions.top span.addquestion, div.top.reviews span.addreview {
    float: right !important;
    margin-bottom: 0 !important;
}

ul.rates, ul.rating {
    position: relative;
    display: inline-block;
    height: 50px;
    line-height: 50px;
}

ul.rates li, ul.rating li {
    float: left;
    padding-right: 10px;
    cursor: pointer;
    height: 100%;
}

ul.rates li:after, ul.rating li:after {
    content: '\E825';
    font-family: health-medicine-guide;
    font-size: 40px;
    color: #d7d7d7;
}

ul.rates li:hover:after, ul.rates li.hover:after, ul.rates li.active:after, ul.rating li.active:after {
    content: '\E82D';
    color: #ffbd57;
}

ul.rating li.active.half:after {
    content: '\E838';
}

ul.rates li:hover span {
    display: block;
}

ul.rates span, ul.rating span {
    position: absolute;
    left: 100%;
    display: none;
    color: #aaaaaa;
    width: 200px;
    top: 0;
}

ul.rating {
    height: 20px;
    line-height: 20px;
    padding-right: 5px;
}

ul.rating li {
    padding-right: 5px;
    cursor: inherit;
}

ul.rating li:after {
    font-size: 16px;
}

ul.whole.rating li:after {
    font-size: 20px;
}

ul.rating li.rate:after {
    display: none;
}

ul.rating li.rate {
    color: #ffbf51;
    font-size: 20px;
    margin-left: 10px;
}

ul.whole.rating span {
    left: 110%;
}

ul.rating span {
    display: block;
    font-size: 16px;
    top: 1px;
}

#description img {
    width: 100%;
    max-width: 270px;
    border: 1px solid #7e7e7e;
    margin-bottom: 20px;
}

#medicines #description img {
    width: auto;
    margin: auto;
}

div.active-substance-menu, div.broadcast-tabs, div.e-additives-menu, div.supplement-menu, div.vendors-menu, div.medicine-menu, div.homeopathy-menu, div.mnn-menu {
    overflow: auto;
    margin: 15px 0 35px;
}

ul.active-substance-menu, ul.broadcast-tabs, ul.e-additives-menu, ul.supplement-menu, ul.vendors-menu, ul.medicine-menu, ul.homeopathy-menu, ul.mnn-menu {
    line-height: 35px;
    overflow: hidden;
    width: 500px;
    margin-bottom: 0 !important;
    list-style: none !important;
}

ul.supplement-menu {
    width: 640px;
}

ul.medicine-menu, ul.broadcast-tabs, ul.active-substance-menu {
    width: 760px;
}

ul.vendors-menu {
    width: inherit;
}

div.live-broadcast {
    margin-top: 40px;
}

div.live-broadcast h2 {
    margin-bottom: 30px !important;
}

ul.active-substance-menu li, ul.broadcast-tabs li, ul.e-additives-menu li, ul.supplement-menu li, ul.vendors-menu li, ul.medicine-menu li, ul.homeopathy-menu li, ul.mnn-menu li {
    float: left;
    margin-right: 15px;
}

ul.medicine-menu li:last-child, ul.homeopathy-menu li:last-child, ul.mnn-menu li:last-child {
    margin-right: 0;
}

ul.e-additives-menu li {
    padding-left: 0 !important;
}

ul.e-additives-menu li:before {
    display: none;
}

ul.active-substance-menu li > *, ul.broadcast-tabs li > *, ul.e-additives-menu li > *, ul.supplement-menu li > *, ul.vendors-menu li > *, ul.medicine-menu li > *, ul.homeopathy-menu li > *, ul.mnn-menu li > * {
    padding: 0 20px;
    border: 1px solid #aaaaaa;
    display: block;
    font-size: 16px;
    font-weight: bold;
}

ul.active-substance-menu li > span, ul.broadcast-tabs li > span, ul.e-additives-menu li > span, ul.supplement-menu li > span, ul.vendors-menu li > span, ul.medicine-menu li > span, ul.homeopathy-menu li > span, ul.mnn-menu li > span {
    background: #aaaaaa;
    color: #ffffff;
    border-color: #ffffff;
}

#review-form textarea {
    width: 100%;
    resize: none;
    padding: 15px;
    border: 1px solid #d7d7d7;
}

#review-form .row div.info {
    margin: -40px 0 0;
    padding-left: 50px;
}

#review-form div.info div.pointer:before {
    display: none;
}

#review-form div.input {
    margin-top: 5px;
}

#rate + div.error p:after {
    right: auto;
    bottom: 0;
    top: 0;
    left: -4px;
}

#rate + div.error {
    bottom: 22px;
}

div.top.reviews > * {
    float: left;
    line-height: 42px;
    margin-bottom: 0;
}

div.top.reviews h2 + span {
    margin-left: 5px;
    font-size: 26px;
    color: #8e8e8e;
    font-weight: bold;
}

#review-title + div.error {
    bottom: 100px;
}

.review-item div.title a {
    font-size: 26px;
}

.review-item div.middle > div {
    margin-top: 10px;
}

.review-item ul.left {
    overflow: hidden;
    float: none;
    margin-bottom: 10px;
}

.review-item ul.left li {
    float: left;
}

.review-item div.link, .review-item div.link + span.ingredient {
    background: #f7f5f5;
    font-size: 16px;
    padding: 0 10px;
    margin-bottom: 10px;
    height: 30px;
}

.review-item div.link + span.ingredient {
    display: block;
    margin: -10px 0 10px;
    color: #222222;
    height: auto;
    min-height: 30px;
    font-weight: bold;
}

.review-item div.link.list {
    clear: both;
}

li.review-item > .top {
    margin-bottom: 10px;
}

.review-item div.link a {
    overflow: hidden;
    max-width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    line-height: 30px;
}

section.review ul.whole.rating {
    margin-right: 120px;
}

section.review ul.whole.rating li, section.review ul.whole.rating li:after {
    font-size: 16px;
}

section.review ul.top {
    background: #f8f5f5;
    padding: 5px 15px;
    font-size: 16px;
    margin-bottom: 20px;
}

section.review ul.top li:first-child {
    margin-bottom: 5px;
}

section.review ul.top li:last-child {
    display: flex;
    align-items: center;
}

section.review ul.top li:last-child a {
    position: relative;
}

section.review div.middle > div, section.review div.middle > textarea {
    margin-top: 20px;
}

section.review div.middle > div > p, section.question div.text > p, li.comment-item div.middle > p, section.blog div.text p {
    margin: 10px 0;
}

section.blog div.text ul, section.question div.text ul {
    list-style: disc inside;
}

section.review div.middle ul.rating li span {
    font-size: 18px;
}

section.review div.middle ul.rating li:after {
    font-size: 30px;
}

div.outer-as {
    margin-bottom: 30px;
}

div.outer-as ul {
    margin-top: 20px;
    border: 3px solid #9b9b9b;
}

div.mkb-synonym-active-substance ul {
    border-color: #aeacbb;
}

div.atc-active-substance ul {
    border-color: #b3c9d3;
}

div.phg-active-substance ul {
    border-color: #acbbb0;
}

div.outer-as ul li {
    padding: 10px;
    border-bottom: 1px solid #eeeeee;
}

div.outer-as ul li:first-child {
    background: #757373;
    color: #ffffff;
    font-size: 17px;
}

div.mkb-synonym-active-substance ul li:first-child {
    background: #646377;
}

div.atc-active-substance ul li:first-child {
    background: #8ba3ae;
}

div.phg-active-substance ul li:first-child {
    background: #6d8870;
}

div.outer-as ul li:last-child {
    border: 0;
}

div.outer-as h2 {
    margin-bottom: 10px;
}

div.outer-as ul p, ul.trade-name p.phg {
    font-size: 14px;
    color: #777777;
}

#active-substance table, #medicines table, #formula-active-substance table {
    border: 2px solid #9b9b9b;
    margin: 20px 0;
    width: 100%;
}

#medicines div.table, #supplement div.table, #active-substance div.table, #formula-active-substance div.table {
    display: block;
    overflow: auto;
    margin: 20px 0;
}

div.table table {
    margin: 0 !important;
}

#medicines > div.description, #formula-active-substance > div.description, #supplement > div.description, #active-substance > div.description {
    margin: 20px 0 35px;
}

#medicines #action > div, #medicines #properties > div {
    margin-top: 20px;
}

#active-substance table td, #active-substance table th, #medicines table td, #medicines table th, #formula-active-substance table td, #formula-active-substance table th {
    border: 1px solid #efefef;
    padding: 10px;
}

#fda h1 + p {
    margin-bottom: 20px;
}

#description.fda h2 {
    margin-top: 25px;
}

#fda img {
    max-width: 100%;
    margin-bottom: 15px;
}

.search-form h2, .search-letter h2 {
    margin: 0 !important;
}

.search-form p, .search-letter p {
    margin: 5px !important;
}

#e-additives > p, #e-additives > div p {
    margin-bottom: 20px;
}

#e-additives h2 {
    margin: 20px 0 15px;
}

#e-additives > ul, #e-additives > div ul, .e-additives-groups-list #description ul {
    margin-bottom: 20px;
}

#e-additives ul.characteristics {
    border: 4px solid #02bfe6;
    list-style: none;
    padding: 30px 10px;
}

#e-additives ul.characteristics li {
    border-bottom: 1px solid #e8e8e8;
    padding: 20px 10px !important;
    overflow: hidden;
}

#e-additives ul.characteristics li > * {
    float: left;
    width: 50%;
}

#e-additives ul.characteristics li a {
    width: auto;
}

#e-additives ul.characteristics li > span:first-child {
    font-weight: bold;
}

#e-additives ul.characteristics li:first-child {
    font-size: 50px;
    color: #151515;
    border-bottom: 10px solid #f8f5f5;
    padding-left: 0 !important;
}

#e-additives ul.characteristics li:before {
    display: none;
}

#e-additives ul.characteristics li:last-child {
    border-color: transparent;
}

#e-additives-groups div.tabs {
    margin-bottom: 40px;
}

#e-additives-groups div.tabs > div {
    display: none;
}

#e-additives-groups div.tabs > div.active {
    display: block;
}

#e-additives-groups div.tabs h2, .e-additives-groups-list h2 {
    margin-bottom: 20px;
}

#e-additives-groups div.tabs li:first-letter {
    text-transform: uppercase;
}

#e-additives-groups div.tabs ul {
    background: #f3f9fa;
}

#e-additives-groups div.tabs li {
    border: 1px solid #e7e7e7;
    border-bottom-color: transparent;
}

#e-additives-groups div.tabs a {
    display: block;
    padding: 25px 20px;
}

#e-additives-groups div.tabs li:last-child {
    border-bottom: 1px solid #e7e7e7;
}

#e-additives-groups div.tabs li:hover {
    border-color: #d2d2d2;
}

#picture img {
    max-width: 100%;
}

.e-additives-groups-list #e-additives ul {
    display: flex;
    flex-wrap: wrap;
}

.e-additives-groups-list #e-additives ul li {
    display: inline-block;
    width: 23%;
    height: 90px;
    margin: 0 23px 23px 0;
}

.e-additives-groups-list #e-additives ul li:nth-child(4n) {
    margin-right: -1px;
}

.e-additives-groups-list #e-additives ul li a {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border: 1px solid #acacac;
}

.e-additives-groups-list #e-additives ul li a span:last-child {
    font-size: 12px;
    color: #aaaaaa;
    overflow: hidden;
    max-width: 90%;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
}

.e-additives-groups-list #e-additives ul li a span:first-child {
    font-size: 22px;
    font-weight: bold;
}

div.tbl {
    overflow: auto;
}

div.tbl table {
    width: 865px;
    max-width: 100%;
}

ul.e-additives ul {
    margin-bottom: 0 !important;
}

li.package p:first-letter {
    text-transform: uppercase;
}

ul.release-forms, ul.vendors {
    margin: 30px 0 40px;
}

ul.release-forms li, ul.vendors li {
    border: 1px solid #c7c7c7;
    margin-bottom: 10px;
}

ul.release-forms li:last-child, ul.vendors li:last-child {
    margin: 0;
}

ul.release-forms span.more, ul.vendors span.more {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    color: #151515;
    font-size: 26px;
    line-height: 30px;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 50px;
    cursor: pointer;
}

ul.vendors div.item {
    border-bottom: 1px solid #e9e9e9;
    padding-bottom: 15px;
}

ul.vendors div.item + div {
    padding-top: 15px;
}

ul.vendors div.item:last-child {
    border-color: transparent;
    padding-bottom: 0;
}

ul.release-forms span.more:after, ul.vendors span.more:after {
    content: '\E822';
}

ul.release-forms span.more.open:after, ul.vendors span.more.open:after {
    content: '\E839';
}

ul.release-forms li > *, ul.vendors li > * {
    padding: 15px;
    font-size: 16px;
}

ul.release-forms li > div, ul.vendors li > div {
    color: #777777;
}

ul.release-forms li > div > div, ul.vendors li > div > div > div {
    margin-bottom: 5px;
}

ul.release-forms li > div > div:last-child, ul.vendors li > div > div > div:last-child {
    margin: 0;
}

ul.release-forms li > a, ul.vendors li > div:first-child {
    display: block;
    background: #e5f2f8;
    position: relative;
}

ul.vendors li > div:first-child {
    background: #ecf5ec;
}

ul.release-forms.multiple li > a, ul.vendors.multiple li > div:first-child {
    padding-right: 50px;
}

ul.release-forms li > a span, ul.vendors li > div:first-child span {
    display: block;
}

ul.release-forms li > a span:first-child, ul.vendors li a.vendor {
    font-size: 26px;
}

ul.release-forms li > a span:first-child + span {
    font-size: 16px;
}

#bads-category, #medicines-category, #homeopathy-category, #main-ingredients, #pregnancy, #diseases, #main-e-additives {
    margin-bottom: 35px;
}

#bads-category h2 + p, #medicines-category h2 + p, #homeopathy-category h2 + p {
    margin: 10px 0 20px;
}

#bads-category li, #medicines-category li, #homeopathy-category li, #main-ingredients li, #pregnancy li, #diseases li, #main-e-additives li {
    margin-bottom: 15px;
}

#bads-category li a, #medicines-category li a, #homeopathy-category li a, #main-ingredients li a, #pregnancy:not(.description) li a, #diseases li a, #main-e-additives li a {
    line-height: 40px;
    position: relative;
    padding-left: 55px;
    display: inline-block;
}

#bads-category li:last-child, #medicines-category li:last-child, #homeopathy-category li:last-child, #main-ingredients li:last-child, #pregnancy li:last-child, #diseases li:last-child, #main-e-additives li:last-child {
    margin-bottom: 0;
}

#bads-category li a:before, #medicines-category li a:before, #homeopathy-category li a:before, #main-ingredients li a:before, #pregnancy:not(.description) li a:before, #diseases li a:before, #main-e-additives li a:before {
    content: '\E899';
    font-family: health-medicine-guide;
    display: inline-block;
    border: 1px solid #d7d7d7;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    text-align: center;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    color: #777777;
}

#bads-category li a:hover:before, #medicines-category li a:hover:before, #homeopathy-category li a:hover:before, #main-ingredients li a:hover:before, #pregnancy li a:hover:before, #diseases li a:hover:before {
    border-color: #777777;
}

#bads-category li.letters a:before, #medicines-category li.letters a:before, #homeopathy-category li.letters a:before, #main-ingredients li.letters a:before, #diseases li.letters a:before {
    content: '\E892';
}

#bads-category li.certificate a:before, #medicines-category li.certificate a:before, #homeopathy-category li.certificate a:before {
    content: '\E897';
}

#bads-category li.pregnancy a:before, #medicines-category li.pregnancy a:before, #homeopathy-category li.pregnancy a:before, #main-ingredients li.pregnancy a:before {
    content: '\E89A';
}

#bads-category li.vendors a:before, ul.search-result.vendor li > p:before, #medicines-category li.vendors a:before, #homeopathy-category li.vendors a:before {
    content: '\E896';
}

#supplements h1 + p, #supplement-release-forms h1 + p, #supplement-pregnancy h1 + p {
    margin-bottom: 20px;
}

#certificates div.info {
    margin: 20px 0 40px;
}

#certificates p.date {
    border-bottom: 1px solid #151515;
    margin-top: 20px;
    padding-bottom: 10px;
}

#certificates p.date span {
    font-weight: bold;
}

ul.certificates li {
    border-bottom: 1px solid #e9e9e9;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

ul.certificates li:last-child {
    margin: 0;
    border-color: transparent;
}

#hygienic_haracteristic > div {
    overflow: auto;
}

ul.supplement-classification {
    margin-top: 20px;
}

ul.supplement-classification a {
    display: block;
    background: #f7f5f5;
    padding: 10px;
    border: 1px solid #e6e6e6;
    border-bottom-color: transparent;
    font-size: 20px;
}

ul.supplement-classification li:last-child a {
    border-bottom-color: #e6e6e6;
}

ul.supplement-classification li a:hover {
    border-color: #c3c3c3;
}

.daughter-link {
    background: #f8f5f5;
    font-size: 16px;
    margin: 20px 0 10px;
    padding: 10px;
}

ul.preparation-list {
    border: 3px solid #84b7ec;
    margin-top: 20px;
}

ul.preparation-list > li:first-child {
    background: #d8ebff;
}

ul.preparation-list > li {
    padding: 10px;
    border-bottom: 1px solid #eeeeee;
}

ul.preparation-list > li:last-child {
    border: 0;
}

ul.trade-name li:first-child {
    border-bottom: 3px solid #777777;
    font-size: 17px;
}

ul.preparation-list div.form {
    font-size: 14px;
    font-style: italic;
}

ul.preparation-list p.certificate {
    font-size: 14px;
}

ul.preparation-list p.supplement {
    font-size: 16px;
}

ul.trade-name {
    margin: 20px 0;
    border: 3px solid #777777;
}

ul.trade-name li {
    padding: 10px;
    border-bottom: 1px solid #efefef;
}

#share ul {
    margin: 0;
}

ul.medicine-certificates.multiple {
    counter-reset: list;
}

ul.medicine-certificates.multiple > li {
    counter-increment: list;
}

ul.medicine-certificates.multiple > li > h2:before {
    content: counter(list) '. ';
}

ul.medicine-certificates li {
    margin-bottom: 30px;
}

ul.medicine-certificates li:last-child {
    margin: 0;
}

#medicines span.solid, #formula-active-substance span.solid {
    border-bottom: 1px solid;
}

ul.medicine-certificates {
    margin-top: 20px;
}

ul.medicine-certificates h3 + div {
    margin-bottom: 20px;
}

ul.pregnancy-fda {
    margin-top: 10px;
}

ul.pregnancy-fda li {
    margin-bottom: 10px;
    line-height: 30px;
}

ul.pregnancy-fda li:last-child {
    margin: 0;
}

ul.pregnancy-fda li a {
    display: inline-block;
    padding: 0 15px;
    color: #777777;
}

#medicine-pregnancy h2, #medicine-pregnancy h3, #homeopathy-pregnancy h2, #homeopathy-pregnancy h3 {
    margin-top: 20px;
}

#homeopathy-pregnancy h3, #medicine-pregnancy h3 {
    font-style: italic;
}

#medicine-pregnancy p {
    margin-bottom: 20px;
}

#active-substance img {
    max-width: 100%;
    border: 1px solid #7e7e7e;
    margin-bottom: 20px;
}

textarea.admin-edit {
    width: 100%;
    resize: none;
    padding: 5px;
    border: 1px solid #cccccc;
    margin-top: 10px;
}

#medicines #vendor > p {
    color: #777777;
    margin-bottom: 5px;
}

#medicines #vendor > p:last-of-type {
    margin-bottom: 10px;
}

#medicine-analogues ul.rating span, #active-substance-medicine ul.rating span {
    display: none;
}

#medicine-analogues div.rating span, #active-substance-medicine div.rating span {
    position: relative;
    top: -5px;
}

#medicine-analogues div.form {
    margin: -5px 0 5px;
}

#medicine-analogues div.form p {
    font-size: inherit;
}

ul.analogues, ul.trade-names, ul.medicines {
    margin: 20px 0;
    border: 2px solid #90c590;
    padding: 0 10px;
}

ul.trade-names {
    border: 2px solid #ffd1d1;
}

ul.medicines {
    border: 2px solid #89d2f7;
}

ul.analogues > li, ul.trade-names > li, ul.medicines > li {
    padding: 10px 0;
    border-bottom: 1px solid #eeeeee;
}

ul.analogues > li:first-child, ul.trade-names > li:first-child, ul.medicines > li:first-child {
    background: #76a276;
    color: #ffffff;
    margin: 0 -10px;
    border: 0;
    padding: 10px;
}

ul.trade-names > li:first-child {
    background: #f28e8e;
}

ul.medicines > li:first-child {
    background: #49b8f0;
}

ul.analogues > li:last-child, ul.trade-names > li:last-child, ul.medicines > li:last-child {
    border: 0;
}

ul.analogues p, ul.analogues li div, ul.medicines li div, ul.trade-names p, ul.medicines p {
    font-size: 14px;
    color: #777777;
    margin-bottom: 0;
}

ul.analogues div.rating, ul.medicines div.rating {
    margin-bottom: -8px;
}

ul.analogues p.form:first-letter, ul.medicines p.form:first-letter {
    text-transform: lowercase;
}

ul.analogues li > a, ul.trade-names li > a, ul.medicines li > a {
    font-size: 20px;
}

ul.vendors-menu li {
    margin-bottom: 15px;
}

ul.vendors-menu li.more {
    float: right;
}

ul.vendors-menu li.more a {
    border: none;
    padding: 0;
    display: inline;
}

#medicines h3, #formula-active-substance h3, #active-substance h3, #supplement h3 {
    font-style: italic;
    margin: 30px 0 20px;
    font-size: 21px;
}

#agreement ol, #copyright ol {
    list-style: none;
}

#agreement > ol, #copyright > ol {
    counter-reset: list;
}

#agreement li, #copyright li {
    margin-bottom: 15px;
}

#agreement ul {
    list-style: disc inside;
    margin-top: 10px;
    margin-left: 20px;
}

#agreement > ol > li > ol, #copyright > ol > li > ol {
    counter-reset: list2;
}

#agreement p, #copyright p {
    margin-bottom: 15px;
}

#agreement > ol > li > ol > li > ol {
    counter-reset: list3;
}

#agreement > ol > li, #copyright > ol > li {
    counter-increment: list;
}

#agreement > ol > li > ol > li, #copyright > ol > li > ol > li {
    counter-increment: list2;
}

#agreement > ol > li > ol > li > ol > li {
    counter-increment: list3;
}

#agreement > ol h2:before, #copyright > ol > li > p:first-child:before {
    content: counter(list) '. ';
}

#agreement > ol h3:before, #agreement > ol > li > ol > li:before, #copyright > ol > li > ol > li:before {
    content: counter(list) '.' counter(list2) '. ';
}

#agreement > ol > li > ol > li > ol > li:before {
    content: counter(list) '.' counter(list2) '.' counter(list3) '. ';
}

#agreement li.ol:before {
    display: none;
}

#agreement h2 {
    margin: 15px 0;
}

#agreement h3 {
    margin: 10px 0;
}

#feedback-form fieldset > label, #advertising-form fieldset > label, #communication fieldset > label, #questionnaire fieldset:not(.agreement) > label {
    margin: 30px 0 20px;
    display: inline-block;
    font-size: 26px;
    font-weight: bold;
    color: #151515;
}

#feedback-form, #advertising-form, #communication, #questionnaire {
    width: 100%;
    max-width: 600px;
}

#feedback-form fieldset > label + *, #advertising-form fieldset > label + *, #communication fieldset > label + *, #questionnaire fieldset > label + * {
    display: block;
    height: 45px;
    width: 100%;
}

#feedback-form input, #advertising-form input, #communication input, #feedback-form select, #feedback-form textarea, #advertising-form textarea, #communication textarea, #questionnaire textarea {
    border: 1px solid #d6d6d6;
}

#feedback-form input, #advertising-form input, #communication input, #questionnaire input[type="text"] {
    padding: 0 10px;
}

#feedback-form textarea, #advertising-form textarea, #communication textarea, #questionnaire textarea {
    padding: 10px;
    width: 100%;
    resize: none;
    height: 150px !important;
}

#feedback-file, #advertising-file {
    float: left;
    line-height: 30px;
    cursor: pointer;
    margin: 0 !important;
}

#feedback-file:before, #advertising-file:before {
    content: '\E83B';
    font-size: 20px;
    font-family: health-medicine-guide;
    color: #afafaf;
}

section.advertising-section div.feedback {
    text-align: left;
    padding: 80px 0;
    background: #ffffff;
}

section.advertising-section div.feedback:first-child {
    padding: 30px 0;
}

section.advertising-section div.feedback:first-child > * {
    max-width: 600px;
}

#feedback fieldset.file ul, #advertising-form fieldset.file ul {
    color: #afafaf;
    margin-left: 35px;
    height: auto;
    width: auto !important;
}

#feedback fieldset.file ul li, #advertising-form fieldset.file ul li {
    display: inline-block;
    margin: 0 10px 10px 0;
    cursor: pointer;
}

#feedback fieldset.file, #advertising-form fieldset.file {
    position: relative;
    margin: 20px 0;
}

#feedback fieldset.file img, #advertising-form fieldset.file img {
    height: 70px;
}

#feedback fieldset.file ul:empty:after, #advertising-form fieldset.file ul:empty:after {
    content: 'Прикрепить файл';
    font-size: 16px;
    cursor: pointer;
}

#feedback-file input, #advertising-file input {
    display: none;
}

#feedback-form .errors, #advertising-form .errors, #communication .errors, #questionnaire .errors {
    color: #C42720;
}

#faq li.parent > a, #help li.parent > a {
    font-size: 26px;
}

#faq li.parent, #help li.parent {
    border-bottom: 1px solid #e8e8e8;
    padding: 17px 0 20px 0;
}

#faq li.parent:first-child, #help li.parent:first-child {
    padding-top: 0;
}

#faq li.parent:last-child, #help li.parent:last-child {
    border: 0;
}

#faq ul.children, #help ul.children {
    list-style: disc inside;
}

#faq > ul ul, #help > ul ul {
    margin: 10px 0 0 20px;
}

#faq .notice, #help .notice {
    background: #f6f5f5;
    padding: 30px 15px;
    margin-top: 50px;
}

#faq .description h2, #help .description h2 {
    margin: 20px 0;
}

#faq .description h3, #help .description h3 {
    margin: 10px 0;
}

#faq .description p, #help .description p {
    margin: 20px 0;
}

#faq .description img, #help .description img {
    border: 1px solid #e8e8e8;
    max-width: 100%;
    margin: 10px 0;
}

#faq .description ol, #help .description ol, #rules ol, #vacancy-item ol {
    list-style: none;
    counter-reset: list;
}

#vacancy-item ol {
    margin-bottom: 20px;
}

#faq .description ol li, #help .description ol li, #rules ol li, #vacancy-item ol li {
    counter-increment: list;
    padding-left: 20px;
    position: relative;
    margin-bottom: 10px;
}

#faq .description ol li:before, #help .description ol li:before, #rules ol li:before, #vacancy-item ol li:before {
    content: counter(list) '. ';
    position: absolute;
    left: 0;
}

#faq .description ul li, #help .description ul li, #vacancy-item ul li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 10px;
}

#faq .description ul li:before, #help .description ul li:before, #vacancy-item ul li:before {
    content: '\E851';
    position: absolute;
    left: 0;
    font-family: health-medicine-guide;
}

#forgot h2 {
    margin-bottom: 15px;
}

#rules ol li {
    padding-left: 30px;
}

#rules > p {
    margin: 20px 0;
}

#wrapper > div.background {
    text-align: center;
    line-height: normal;
    padding: 92px 0;
    background: url('/assets/i/idea.jpg');
    background-size: cover;
}

#background-idea p:first-child, #background-about p:first-child {
    font-size: 70px;
    text-transform: uppercase;
}

#background-contact h1 {
    font-size: 60px;
    text-transform: uppercase;
    color: inherit;
    font-weight: normal;
}

#background-idea p:first-child span:first-child, #background-about p:first-child span:first-child {
    color: #c4271e;
}

#background-idea p:first-child span:last-child, #background-about p:first-child span:last-child {
    color: #2170ee;
}

#background-idea p:last-child {
    color: #2170ee;
    font-size: 60px;
}

#background-about {
    background-image: url('/assets/i/about.jpg') !important;
    padding: 127px 0 !important;
}

#background-about, #background-contact, #background-requisite, #background-vacancy {
    display: flex;
    align-items: center;
    justify-content: center;
}

#background-contact {
    background-image: url('/assets/i/contact.jpg') !important;
    color: #ffffff;
    padding: 126px 0 !important;
}

#background-medumadvertising, #background-siteadvertising, #background-mobileadvertising {
    background: #007BBF !important;
    color: #ffffff;
    padding: 127px 0 !important;
}

#background-siteadvertising {
    background: #FE6883 !important;
}

#background-mobileadvertising {
    background: #FF9C2D !important;
}

#background-medumadvertising h1, #background-siteadvertising h1, #background-mobileadvertising h1 {
    color: inherit;
}

#background-requisite h1 {
    font-size: 60px;
    background: #ffffff;
    padding: 15px 30px;
    background: rgba(255, 255, 255, .6);
}

#background-requisite {
    background-image: url('/assets/i/requisite.jpg') !important;
    padding: 111px 0 !important;
}

div.about-menu {
    overflow: auto;
    max-width: 1170px;
    margin: auto;
}

ul.about-menu {
    border-bottom: 2px solid #f2f2f2;
    line-height: 60px;
}

ul.about-menu li {
    display: inline-block;
    padding: 0 30px;
}

ul.about-menu li span {
    display: block;
    position: relative;
}

ul.about-menu li span:after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: -10px;
    right: -10px;
    height: 3px;
    background: #ef6844;
}

#idea {
    padding: 80px 0;
    text-align: center;
    font-size: 22px;
    width: 100%;
    max-width: 800px;
    margin: auto;
    color: #151515;
}

#idea .description {
    margin-bottom: 40px;
}

#idea .register {
    margin-top: 90px;
    font-size: 18px;
    color: #aaaaaa;
}

#idea .register > a, #success-secret > a, #values > a {
    display: inline-block;
    line-height: 45px;
    color: #ffffff;
    width: 240px;
    text-align: center;
    background: #f06c43;
    margin-right: 30px;
}

#about h1 {
    text-align: center;
    margin-bottom: 50px;
}

#about {
    padding: 80px 0;
}

#about p {
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 30px;
}

#information-sources {
    margin: 50px 0;
    display: flex;
    flex-wrap: wrap;
}

#information-sources li {
    width: 25%;
    margin-bottom: 30px;
}

#information-sources img {
    width: 95%;
    border: 1px solid #d5d5d5;
    padding: 2px;
}

#about .description + p {
    margin-top: 80px;
}

#contact > div.description > p:first-child {
    border-bottom: 1px solid #f3f3f3;
    padding: 50px 90px;
    text-align: center;
    font-size: 30px;
    line-height: 40px;
}

#contact .address {
    overflow: hidden;
    padding: 50px 0;
    color: #151515;
}

#contact .address > div {
    width: 50%;
    margin-bottom: 40px;
}

#contact .contacts > div {
    margin-bottom: 40px;
}

#contact iframe {
    width: 100%;
    border: 0;
}

#contact .aux, #requisite .aux {
    color: #aaaaaa;
    font-size: 14px;
}

#contact .value {
    margin: 10px 0;
}

#contact p.name, #requisite p.name {
    text-transform: uppercase;
    color: #aaaaaa;
    margin-bottom: 10px;
}

#contact .address a, #requisite .description a {
    color: #222222;
    cursor: inherit;
}

#communication button, #questionnaire button {
    margin-top: 40px;
}

#communication h2, #questionnaire h2 {
    font-size: 40px;
    line-height: normal;
}

#requisite .description {
    padding: 70px 0 50px;
}

#requisite .description > div {
    margin-bottom: 40px;
}

#success-secret h1 {
    text-align: center;
    margin: 50px 0 70px;
    font-weight: normal;
}

#success-secret .description > div {
    display: flex;
    margin-bottom: 50px;
    color: #151515;
}

#success-secret .description > div > div > div {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    height: 100%;
}

#success-secret .description p:first-child {
    font-size: 30px;
    line-height: normal;
}

#success-secret .description p:last-child {
    padding: 0 60px;
    text-align: center;
}

#new-horizon, #scope, #mission {
    flex-direction: row-reverse;
}

#new-horizon img {
    width: 40%;
    max-height: 350px;
}

#new-horizon > div {
    width: 60%;
    padding-left: 50px;
}

#new-horizon > div > div {
    background: #edf5fb;
}

#forward {
    height: 210px;
}

#forward img, #scope img, #usability img, #mission img {
    width: 30%;
    max-height: 350px;
}

#forward > div, #usability > div {
    padding-right: 50px;
    width: 70%;
}

#forward > div > div {
    background: #f9f9f7;
}

#scope > div, #mission > div {
    padding-left: 50px;
    width: 70%;
}

#scope > div > div {
    background: #ebebea;
}

#usability > div > div {
    background: #d3f2ff;
}

#mission > div > div {
    background: #d9ffd7;
}

#invocation {
    display: block !important;
}

#invocation img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all 300ms ease-in;
    transform: scale(1);
}

#invocation a {
    display: block;
    width: 52%;
    position: relative;
    text-align: center;
    height: 100%;
    overflow: hidden;
}

#invocation a:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, .72);
}

#invocation span {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    right: 0;
    height: 30px;
    line-height: 30px;
    font-size: 40px;
    color: #151515;
    z-index: 1;
    transition: all 300ms ease-in;
    transform: scale(1);
}

#invocation > div {
    margin-bottom: 30px;
    overflow: hidden;
}

#vacancy a {
    float: right;
}

#invocation h2 {
    text-align: center;
    font-weight: normal;
    font-size: 40px;
    margin: 100px 0;
    line-height: normal;
}

#invocation a:hover span {
    transition: all 300ms ease-in;
    transform: scale(1.5);
}

#invocation a:hover img {
    transition: all 300ms ease-in;
    transform: scale(1.1);
}

#vacancy, #company {
    height: 400px;
}

#value {
    height: 300px;
}

#active-substance h5, #medicines h5, #formula-active-substance h5, #supplement h5 {
    font-size: 18px;
    font-weight: normal;
    text-decoration: underline;
}

#active-substance h6, #medicines h6, #formula-active-substance h6, #supplement h6 {
    font-size: 17px;
    font-style: italic;
}

#medicines h4, #formula-active-substance h4, #active-substance h4, #supplement h4 {
    margin: 15px 0 10px;
    font-size: 20px;
    font-weight: normal;
    font-style: italic;
}

#success-secret > a, #values > a {
    display: block;
    margin: 50px auto;
}

#medicines h2, #formula-active-substance h2, #active-substance h2, #supplement h2 {
    margin: 10px 0;
}

#background-vacancy {
    background-image: url('/assets/i/vacancy.png') !important;
    background-position: 0 100% !important;
}

#background-vacancy h1 {
    color: #ffffff;
    font-size: 60px;
    font-weight: normal;
}

#loyalty {
    overflow: hidden;
    margin: 25px 0 257px;
    line-height: normal;
}

#loyalty > div {
    float: left;
    width: 50%;
    padding-right: 15px;
}

#loyalty > div:last-child {
    padding: 0 0 0 15px;
}

#loyalty > div > div {
    margin-bottom: 30px;
}

#loyalty div > div > div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 40px;
}

#loyalty .job > div {
    height: 370px;
    background: #5ac37d;
    color: #ffffff;
}

#loyalty .team > div {
    height: 250px;
    background: #78a0d4;
    color: #ffffff;
}

#loyalty .coins > div {
    height: 250px;
    background: #f5e150;
}

#loyalty .opportunity > div {
    height: 410px;
    background: #e3eefe;
}

#loyalty .education > div {
    height: 240px;
    background: #f08919;
    color: #ffffff;
}

#loyalty > div:last-child > div:last-child > div {
    color: #3c94d2;
    height: 185px;
}

#loyalty p:last-child {
    font-size: 28px;
}

#loyalty p + p {
    margin-top: 20px;
}

#vacancies div.vacancies > .top {
    color: #ffffff;
    font-size: 15px;
    position: absolute;
    left: 0;
    right: 0;
    margin-top: -167px;
    background: #8ca2d3;
    background: -moz-linear-gradient(left, #8ca2d3 0%, #afc4e3 100%);
    background: -webkit-linear-gradient(left, #8ca2d3 0%, #afc4e3 100%);
    background: linear-gradient(to right, #8ca2d3 0%, #afc4e3 100%);
}

#vacancies .container {
    padding: 20px 50px;
}

#vacancies div.vacancies > .top h2 {
    font-size: 50px;
    line-height: normal;
    font-weight: normal;
    color: #ffffff;
    margin-bottom: 0;
}

ul.vacancies {
    padding: 0 30px;
}

ul.vacancies li {
    border-top: 10px solid #2f8cce;
    padding: 30px 20px;
    line-height: normal;
}

ul.vacancies li a {
    color: #3c93d2;
    font-size: 40px;
}

ul.vacancies li p {
    color: #aaaaaa;
    font-size: 26px;
    margin-top: 20px;
}

ul.vacancies li:before {
    content: 'Вакансия';
    display: block;
    text-transform: uppercase;
    color: #3892d1;
    margin-bottom: 10px;
    font-size: 26px;
}

#vacancy-item p {
    margin-bottom: 20px;
}

#questionnaire fieldset.agreement {
    margin: 30px 0 10px;
    font-size: 12px;
    color: #aaaaaa;
    line-height: normal;
}

#questionnaire fieldset.agreement label {
    position: relative;
    padding-left: 30px;
    display: inline-block;
}

#questionnaire fieldset.agreement input {
    position: absolute;
    left: 0;
}

#questionnaire fieldset.agreement .errors {
    font-size: 18px;
    margin-top: 10px;
}

#questionnaire fieldset.resume label {
    border: 1px solid #d6d6d6;
    display: inline-block;
    width: 100%;
    max-width: 300px;
    line-height: 45px;
    color: #2071ee;
    font-size: 18px;
    text-align: center;
    cursor: pointer;
    font-weight: normal;
    margin-top: 0;
}

#questionnaire fieldset.resume label:before {
    content: '\E83B';
    font-family: health-medicine-guide;
    margin-right: 10px;
}

#questionnaire fieldset.resume span {
    font-size: 14px;
    color: #c8c8c8;
    margin-left: 30px;
}

#questionnaire-resume {
    display: none !important;
}

#questionnaire {
    max-width: 800px;
    position: absolute;
    z-index: 1000;
    left: 0;
    right: 0;
    margin: auto;
    top: 100px;
    background: #ffffff;
    padding: 20px;
    display: none;
}

#questionnaire-button {
    margin: 50px 0;
    width: 100%;
    max-width: 250px;
    border: 1px solid #2071ee;
    text-align: center;
    line-height: 45px;
    color: #2071ee;
    cursor: pointer;
}

#values h1 {
    color: #2c95dd;
    font-weight: normal;
    text-align: center;
    margin: 80px 0;
    text-transform: uppercase;
}

ul.values li {
    display: flex;
    margin-bottom: 80px;
    position: relative;
}

ul.values li:nth-child(even) {
    flex-direction: row-reverse;
}

#values li:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

#values li:nth-child(odd):after {
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 58%, rgba(255, 255, 255, 0) 84%, rgba(125, 185, 232, 0) 100%);
}

#values li:nth-child(even):after {
    background: linear-gradient(to right, rgba(125, 185, 232, 0) 0%, rgba(255, 255, 255, 0) 22%, rgba(255, 255, 255, 1) 42%, rgba(255, 255, 255, 1) 100%);
}

ul.values li > div {
    width: 55%;
    position: relative;
    z-index: 1;
}

ul.values li img {
    width: 45%;
    max-height: 350px;
}

#main {
    padding: 50px 0 20px;
    background: #f3f3f3;
    text-align: center;
    margin: -15px 0 35px;
}

#main .main-search, #main .example {
    margin: auto;
    width: 80%;
}

.main-search {
    position: relative;
}

.main-search select {
    height: 40px;
    width: 100%;
    max-width: 400px;
    padding: 0 5px;
    border: 1px solid #d6d6d6;
}

.main-search div.filter {
    color: #777777;
}

.main-search div.filter fieldset {
    margin-top: 15px;
    border: 1px solid #d6d6d6;
    padding: 8px;
}

.main-search div.filter fieldset legend {
    padding: 0 5px;
}

.main-search div.filter fieldset label {
    display: inline-block;
    margin-right: 10px;
}

#main .example {
    text-align: left;
    padding: 0 15px;
    font-size: 16px;
    color: #aaaaaa;
}

#main .example a {
    color: #7cadd8;
}

.main-search div.input {
    float: left;
    width: 85%;
    border: 1px solid #d6d6d6;
    border-right: 0;
    height: 45px;
}

.main-search div.input input {
    width: 100%;
    padding: 0 10px;
    height: 100%;
    border: 0;
    font-size: 18px;
}

ul.preparation-list p {
    margin: 10px 0;
}

.main-search input::placeholder {
    color: #a8a8a8;
}

.main-search button {
    width: 15%;
    height: 45px;
    float: right;
    border: 0;
    background: #d36848;
    color: #ffffff;
    font-size: 20px;
}

.main-search button:before {
    content: '\E805';
    font-family: health-medicine-guide;
}

.main-search button:after {
    content: 'Найти';
    margin-left: 5px;
}

.main-search ul {
    text-align: left;
}

.main-search li {
    padding: 5px 10px;
}

.main-search li:after {
    display: block;
    font-size: 10px;
    line-height: normal;
}

.main-search li.drug:after {
    content: 'Лекарственный препарат';
}

.main-search li.user:after {
    content: 'Пользователь';
}

.main-search li.ingredient:after {
    content: 'Действующее вещество';
}

.main-search li.atc:after {
    content: 'АТХ';
}

.main-search li.mkb:after {
    content: 'МКБ-10';
}

.main-search li.formula:after {
    content: 'Химическая формула';
}

.main-search li.bad:after {
    content: 'БАДы';
}

.main-search li.homeopathy:after {
    content: 'Гомеопатия';
}

.main-search li.e-additive:after {
    content: 'E-добавки';
}

.main-search li.organization:after {
    content: 'Фирмы-производители';
}

.main-search li.certificate:after {
    content: 'Свидетельства';
}

.main-search li.phg:after {
    content: 'Фармакологические группы';
}

.main-search li.pht:after {
    content: 'Фармакотерапевтические группы';
}

#map {
    height: 450px;
}

#preparations-letters ul.letters li:after {
    display: block;
    font-size: 14px;
    color: #aaaaaa;
}

#preparations-letters li.bad:after {
    content: 'БАД';
}

#preparations-letters li.drug:after {
    content: 'Лекарственный препарат';
}

#preparations-letters li.ingredient:after {
    content: 'Действующее вещество';
}

#preparations-letters li.homeopathy:after {
    content: 'Гомеопатическое средство';
}

#guide div.search-letter {
    margin-top: 0;
}

#main-ingredients li.mnn a:before {
    content: '\E895';
}

#pregnancy li.fda a:before {
    content: '\E862';
}

#toppanel .main-search, #topmenu .main-search {
    float: right;
    width: 200px;
    margin-top: 3px;
}

#toppanel .main-search div.input, #topmenu .main-search div.input {
    border-bottom: 2px solid #ff6841;
}

#toppanel .main-search input::placeholder, #topmenu .main-search input::placeholder {
    font-size: 17px;
    color: #777777;
}

#toppanel div.input, #topmenu div.input {
    margin: 0;
    height: 38px;
    border: 0;
    width: 100%;
    max-width: 600px;
    padding-right: 38px;
}

#toppanel button, #topmenu button {
    height: 38px;
    background: none;
    color: inherit;
    width: 38px;
    position: absolute;
    text-align: center;
    right: 15px;
    z-index: 10;
}

#toppanel button:after, #topmenu button:after {
    display: none;
}

#toppanel span.mobile, #topmenu span.mobile {
    height: 38px;
    width: 38px;
    line-height: 38px;
    text-align: center;
    display: none;
    margin-top: 3px;
}

#toppanel span.mobile:after {
    content: '\E805';
    font-family: health-medicine-guide;
    font-size: 20px;
}

#toppanel .main-search.fullopened, #topmenu .main-search.fullopened {
    position: absolute;
    right: 15px;
    background: #ffffff;
    z-index: 10;
    width: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

#toppanel .main-search.fullopened + span.mobile, #topmenu .main-search.fullopened + span.mobile {
    visibility: hidden;
}

#toppanel .main-search.fullopened div.input, #topmenu .main-search.fullopened div.input {

}

#toppanel .main-search.fullopened button, #topmenu .main-search.fullopened button {
    position: static;
    margin-left: -38px;
}

#menu.fixed {
    padding-top: 50px;
}

#menu.fixed p {
    position: fixed;
    top: 0;
    background: #ffffff;
    z-index: 10;
    height: 61px;
    width: 100%;
    max-width: 350px;
}

ul.letters ul {
    column-count: 2;
}

#topmenu {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 50px;
    z-index: 100;
    background: #ffffff;
    border-bottom: 1px solid #d5d5d5;
    box-shadow: 0 0 5px rgba(0, 0, 0, .35);
    display: none;
}

#topmenu form {
    position: absolute;
    left: 100%;
    margin: 0 !important;
    display: none;
}

#topmenu > div {
    display: flex;
    align-items: center;
    position: relative;
}

#topmenu > div > * {
    width: auto;
}

#topmenu > div > p {
    padding-right: 20px;
    font-size: 22px;
    line-height: 50px;
    margin-left: -250px;
    overflow: hidden;
    width: 250px;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: right;
    display: none;
}

#topmenu ul li {
    margin: 0;
    border-right: 1px solid #d5d5d5;
}

#topmenu ul li:last-child {
    border: 0;
}

#topmenu ul li > * {
    border: 0;
    background: none;
    font-weight: normal;
}

#topmenu ul li > span {
    color: #aaaaaa;
}

#topmenu li.more a {
    padding: 0 15px;
}

#topmenu i.viewed {
    color: inherit;
}

#topmenu i + i {
    margin: 0;
    font-size: 14px;
    position: relative;
    top: -8px;
}

.user-start span.addquestion {
    float: none;
    background: none;
    color: #2071ee;
    line-height: normal;
    display: inline;
}

.user-start span.addquestion:before {
    display: none;
}

ul.aux ul.rating {
    height: auto;
    line-height: 15px;
    display: inline-block;
    padding: 0;
    position: relative;
    top: 2px;
    margin: 0 !important;
}

ul.aux ul.rating li:after {
    font-size: 15px;
}

ul.aux ul.rating li:last-child {
    padding: 0;
}

ul.aux > li {
    margin-bottom: 5px;
}

ul.aux > li:last-child {
    margin: 0;
}

#medumadvertising, #siteadvertising, #mobileadvertising {
    text-align: center;
    margin-top: 60px;
}

#medumadvertising h2, #siteadvertising h2, #mobileadvertising h2 {
    color: inherit;
    font-size: 40px;
    line-height: normal;
}

#medumadvertising > div:first-of-type {
    position: relative;
    overflow: hidden;
}

#medumadvertising > div:first-of-type ul {
    position: relative;
    overflow: hidden;
    z-index: 1;
    padding: 150px 0;
}

#medumadvertising > div:first-of-type li {
    float: left;
    height: 350px;
    width: 50%;
}

#medumadvertising li i {
    background-size: cover;
    display: block;
    background-repeat: no-repeat;
    width: 474px;
    height: 246px;
    margin: 0 auto 30px;
    overflow: hidden;
    cursor: pointer;
}

#medumadvertising li.siteadvertising i {
    background-image: url(/images/advertising/notebook.png);
}

#medumadvertising li.mobileadvertising i {
    background-image: url(/images/advertising/mobile.png);
    width: 305px;
}

.advertising-footer {
    background: #00DA83;
    padding: 50px 0 80px;
    position: relative;
    color: #ffffff;
    line-height: normal;
}

#siteadvertising .advertising-footer {
    background: #315A72;
}

#mobileadvertising .advertising-footer {
    background: #315972;
}

.advertising-footer h2 {
    font-weight: normal;
}

.advertising-footer p {
    font-size: 26px;
    text-transform: uppercase;
    margin: 60px 0;
}

.advertising-footer span {
    display: block;
    font-size: 40px;
    margin-bottom: 30px;
}

.advertising-footer ul {
    display: inline-block;
    overflow: hidden;
    text-align: left;
}

.advertising-footer li {
    float: left;
}

.advertising-footer li:not(:last-child) {
    margin-right: 300px;
}

.advertising-footer a {
    color: inherit;
    font-size: 26px;
}

#background-medumadvertising + #content .container, #background-siteadvertising + #content .container, #background-mobileadvertising + #content .container {
    width: 100%;
    padding: 0;
}

#content > .container > div.middle {
    display: flex;
    justify-content: space-between;
}

#content > .container > div.middle > .right > div.advertising > div {
    position: relative;
}

.advertising-section > *:not(.advertising-footer) {
    max-width: 1170px;
    margin: auto;
}

div.mediaformats {
    position: relative;
    padding: 100px 15px 80px;
}

section.advertising-section {
    background: url(/assets/i/advertising.png) center top repeat-y;
}

div.mediaformats:after {
    top: 350px;
    bottom: auto;
}

ul.mediaformats {
    font-size: 20px;
    position: relative;
    z-index: 2;
}

ul.mediaformats img {
    display: none;
    width: 100%;
    margin-top: 30px;
    box-shadow: 0 0 20px rgba(0, 0, 0, .5);
}

ul.mediaformats > li {
    float: left;
    width: 50%;
    margin-bottom: 70px;
}

#mobileadvertising ul.mediaformats > li {
    padding: 0;
}

ul.mediaformats > li:nth-child(odd) {
    padding-right: 100px;
}

ul.mediaformats > li:nth-child(even) {
    padding-left: 100px;
}

#mobileadvertising ul.mediaformats span[style] {
    display: inline-block;
    width: 320px;
    height: 566px;
}

ul.mediaformats span:first-child {
    display: block;
}

ul.mediaformats span[style] {
    display: block;
    background-size: cover;
    height: 303px;
    box-shadow: 0 0 20px rgba(0, 0, 0, .5);
    margin-top: 30px;
}

ul.mediaformats > li:nth-child(3) span[style], ul.mediaformats > li:nth-child(4) span[style] {
    height: 385px;
}

ul.mediaformats > li:nth-child(5) span[style], ul.mediaformats > li:nth-child(6) span[style], ul.mediaformats > li:nth-child(7) span[style] {
    height: 443px;
}

ul.mediaformats > li:nth-child(8) span[style] {
    height: 285px;
}

ul.mediaformats ul {
    background: #ffffff;
    box-shadow: 0 0 20px rgba(0, 0, 0, .5);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 320px;
    height: 566px;
    margin-top: 56px;
}

ul.mediaformats ul li:not(:last-child) {
    margin-bottom: 20px;
}

#siteadvertising ul.mediaformats > li:last-child {
    float: right;
    padding: 0 0 0 100px;
}

#siteadvertising ul.mediaformats ul {
    width: 100%;
    height: 200px;
}

ul.preparation-list > li {
    overflow: hidden;
}

ul.preparation-list div.left {
    width: 75%;
    padding-right: 15px;
}

ul.preparation-list div.left:only-child {
    width: 100%;
}

ul.preparation-list div.price {
    display: flex;
    align-items: center;
    width: 25%;
}

ul.preparation-list div.price > div {
    font-size: 18px;
    color: #333333;
    width: 100%;
}

ul.preparation-list div.price a, #content > .container > div.middle > .right div.price a {
    display: block;
    width: 100%;
    max-width: 210px;
    line-height: 40px;
    color: #ffffff;
    background: #ff6d3e;
    text-align: center;
    margin-top: 5px;
}

#content > .container > div.middle > .right > div.block:empty {
    display: none;
}

#content > .container > div.middle > .right div.price {
    border: 1px solid #e7e7e7;
    padding: 25px;
}

#content > .container > div.middle > .right div.price:before {
    content: 'Цена';
    display: block;
    text-transform: uppercase;
    font-size: 12px;
    margin-bottom: 20px;
}

ul.preparation-list a.link {
    font-size: 20px;
}

#content > .container > div.middle > .right p.price {
    color: #0d0d0d;
    font-size: 27px;
}

#content > .container > div.middle > .right p.price span {
    color: #aaaaaa;
    font-size: 22px;
}

ul.prices-buttons {
    border: 1px solid #e7e7e7;
    padding: 20px 20px 0;
    margin-bottom: 25px;
    position: relative;
    text-align: right;
}

ul.prices-buttons li {
    display: inline-block;
    margin-bottom: 20px;
}

ul.prices-buttons li:not(:last-child) {
    margin-right: 20px;
}

ul.prices-buttons:before {
    content: 'Узнать наличие в аптеках';
    font-size: 12px;
    color: #aaaaaa;
    position: absolute;
    left: 20px;
    line-height: 35px;
}

ul.prices-buttons a {
    display: block;
    line-height: 35px;
    background: #ff6a38;
    color: #ffffff;
    font-size: 20px;
    padding: 0 40px;
    text-align: center;
}

div.block ul.prices-buttons {
    text-align: left;
}

div.block ul.prices-buttons:before {
    content: 'ЦЕНА';
    position: static;
    line-height: normal;
    display: block;
    margin-bottom: 10px;
}

section#medicines ul.prices-buttons:before, section#medicines ul.prices-buttons li span:first-child + span {
    display: none;
}

section#medicines ul.prices-buttons {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    background: #ffffff;
    z-index: 998;
    margin: 0;
    padding: 15px;
    text-align: left;
    border: 0;
    border-top: 1px solid #e7e7e7;
}

section#medicines ul.prices-buttons li {
    overflow: hidden;
    display: list-item;
    margin: 0;
}

section#medicines ul.prices-buttons li > * {
    width: 60%;
    float: left;
}

section#medicines ul.prices-buttons span {
    font-size: 16px;
    line-height: 35px;
}

section#medicines ul.prices-buttons a {
    padding: 0;
    width: 40%;
}

div.block ul.prices-buttons li {
    display: list-item;
}

div.block ul.prices-buttons li span:first-child {
    display: block;
    font-size: 15px;
}

div.block ul.prices-buttons li span:first-child + span {
    font-size: 22px;
    color: #49cea3;
    text-transform: uppercase;
    margin: 5px 0 10px;
    display: block;
}

div.aside div.price {
    margin-bottom: 30px;
}

div.aside div.specifications {
    background: #f7f5f5;
}

div.aside div.specifications p {
    margin-top: 10px;
    padding: 10px 15px;
    color: #777777;
    font-size: 12px;
    line-height: normal;
}

div.aside div.specifications h3 {
    color: #ffffff;
    font-size: 16px;
    background: #aaaaaa;
    line-height: 50px;
    padding: 0 15px;
    margin-bottom: 5px;
}

div.aside div.specifications span {
    display: block;
    font-size: 15px;
    padding: 5px 15px;
}

div.aside div.specifications span:last-child {
    color: #ffffff;
    background: #faa774;
}

div.aside div.reviews, div.aside div.analogues, div.aside div.questions {
    margin-top: 20px;
    font-size: 14px;
    padding: 0 15px;
}

div.aside div.reviews > div {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

div.aside h3 {
    font-size: 18px;
    margin-bottom: 5px;
}

div.aside div.reviews ul.rating {
    height: 15px;
    line-height: 15px;
}

div.aside div.reviews ul.rating li:after {
    font-size: 15px;
}

div.aside div.analogues li {
    display: inline;
}

#page-loader {
    display: flex;
    align-items: center;
    justify-content: center;
}

#page-loader > span {
    line-height: 40px;
    display: inline-block;
    text-align: center;
    cursor: pointer;
}

@media (max-width: 568px) {
    ul.preparation-list div.price {
        width: 30%;
    }

    ul.preparation-list div.left {
        width: 70%;
    }
}

@media (max-width: 414px) {
    ul.preparation-list div.price, ul.preparation-list div.left {
        width: 100%;
    }

    ul.preparation-list > li > div {
        float: none;
    }

    ul.apreparation-list div.price {
        padding-right: 0;
        display: block;
        margin-top: 5px;
    }

    ul.preparation-list div.price > div {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    ul.preparation-list div.price a {
        margin-top: 0;
    }
}

@media (max-width: 360px) {
    ul.preparation-list div.price > div {
        font-size: 16px;
    }

    ul.preparation-list div.price a {
        width: 160px;
    }
}

@media (min-width: 1600px) {
    div.navigation {
        position: fixed;
        width: 250px;
        margin-left: -270px;
        background: none;
        border-right: 1px solid #eaeaea;
        padding: 10px 0;
        line-height: normal;
        background: #ffffff;
        z-index: 998;
        top: 105px;
    }

    #topmenu form {
        display: block;
    }

    #topmenu > div > p {
        display: block;
    }

    div.navigation ul {
        column-count: 1;
        text-align: right;
        margin: 0 !important;
    }

    div.navigation p {
        display: none;
    }

    div.navigation a {
        color: #1c1c1c;
        display: block;
        padding: 5px 20px 5px 0;
    }

    div.navigation a:hover {
        background: #f8f5f5;
    }

    div.navigation li {
        margin-bottom: 5px;
    }

    div.navigation a.active {
        background: #edebeb;
    }

    div.navigation li a {
        border: 0;
    }

    div.outer.block {
        display: block;
    }
}

@media (max-width: 1024px) {
    section.advertising-section div.feedback {
        padding: 80px 15px;
    }

    #mobileadvertising ul.mediaformats span[style], #mobileadvertising ul.mediaformats ul {
        height: 628px;
    }

    ul.mediaformats span[style] {
        height: 257px;
    }

    ul.mediaformats > li:nth-child(3) span[style], ul.mediaformats > li:nth-child(4) span[style] {
        height: 327px;
    }

    ul.mediaformats > li:nth-child(5) span[style], ul.mediaformats > li:nth-child(6) span[style], ul.mediaformats > li:nth-child(7) span[style] {
        height: 377px;
    }

    ul.mediaformats > li:nth-child(8) span[style] {
        height: 240px;
    }
}

@media (max-width: 992px) {
    section.medicines > div.price {
        display: block;
    }
}

@media (min-width: 991px) {
    #toppanel > div.mobile-top {
        display: none !important;
    }
}

@media (max-width: 768px) {
    #mobileadvertising ul.mediaformats > li {
        width: 50%;
        float: left;
    }

    ul.mediaformats > li {
        float: none;
        width: 100%;
        padding: 0 !important;
    }

    ul.mediaformats > li span[style] {
        display: none;
    }

    #mobileadvertising ul.mediaformats img {
        display: none;
    }

    ul.mediaformats img {
        display: block;
    }

    .advertising-footer h2 {
        font-size: 26px !important;
    }

    .advertising-footer p {
        font-size: inherit;
    }

    .advertising-footer li:not(:last-child) {
        margin-right: 130px;
    }

    #medumadvertising li i {
        width: 332px;
        height: 172px;
    }

    #medumadvertising li.mobileadvertising i {
        width: 213px;
    }

    .main-search select {
        position: static;
        font-size: 15px;
    }

    .register.row:before {
        display: none;
    }

    ul.mkb-10 ul .td:first-child span, ul.mkb-10 ul a {
        position: static !important;
    }

    ul.mkb-10 div.table, ul.mkb-10 .tr, ul.mkb-10 .td {
        display: block;
    }

    #settings ul.tabs {
        width: 600px;
    }

    ul.mkb-10 .tr {
        position: relative;
        padding-right: 50px;
    }

    ul.mkb-10 .td:first-child {
        width: auto;
        text-align: left;
        padding: 10px 0 0 10px;
    }

    ul.mkb-10 .td:first-child + .td {
        padding: 10px 0 10px 10px;
    }

    ul.mkb-10 .td:first-child span {
        display: inline;
        margin-right: 5px;
    }

    ul.mkb-10 .td:last-child {
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        width: 50px;
        text-align: center;
    }

    #medicines h3, #formula-active-substance h3, #active-substance h3, #supplement h3 {
        margin: 0 0 20px;
    }

    ul.rates span, ul.rating span {
        width: 100px;
    }

    #up {
        display: none !important;
    }

    #medicines > div.description, #formula-active-substance > div.description, #supplement > div.description, #active-substance > div.description {
        margin: 20px 0;
    }

    ul.letters ul {
        column-count: 1;
    }

    #toppanel div.user {
        margin-top: 6px;
    }

    #toppanel .main-search {
        width: auto;
        float: none;
        display: none;
    }

    #toppanel .main-search > * {
        display: none;
    }

    #toppanel .main-search.fullopened > * {
        display: block;
    }

    #toppanel .main-search.fullopened:before {
        content: '';
        position: absolute;
        bottom: 100%;
        left: 0;
        right: 0;
        height: 5px;
        background: #ffffff;
    }

    #bottom-menu img {
        margin-top: 20px;
    }

    #toppanel span.mobile {
        display: inline-block;
    }

    #contact > div.description > p:first-child {
        padding: 50px 15px;
    }

    #main .main-search, #main .example {
        width: 95%;
    }

    #main .example {
        padding: 0;
    }

    .main-search button:after {
        display: none;
    }

    #values h1 {
        margin: 50px 0;
    }

    #values li {
        display: list-item;
        margin-bottom: 50px;
    }

    #values li > * {
        width: 100%;
    }

    #values li > div {
        margin-bottom: 20px;
    }

    #values li:after {
        display: none;
    }

    #questionnaire {
        top: 50px;
    }

    #questionnaire fieldset.resume span {
        margin: 0;
    }

    #vacancies .container {
        padding: 20px;
    }

    #vacancies div.vacancies > .top h2 {
        font-size: 26px;
    }

    #vacancies div.vacancies > .top {
        position: static;
        margin: 0 -15px;
    }

    #loyalty {
        margin-bottom: 0;
    }

    #background-vacancy h1 {
        font-size: 44px;
    }

    #loyalty > div {
        float: none;
        width: 100%;
        padding: 0 !important;
    }

    #loyalty div > div > div {
        padding: 0 15px;
        height: 200px !important;
    }

    #loyalty p:last-child {
        font-size: 22px;
    }

    #success-secret > a {
        width: 100%;
    }

    #invocation > div {
        height: auto;
    }

    #invocation img {
        position: static;
    }

    #invocation h2 {
        margin: 50px 0;
    }

    #invocation a {
        width: 100%;
    }

    #success-secret h1 {
        margin: 30px 0 50px;
    }

    #success-secret .description > div {
        margin-bottom: 0;
    }

    #success-secret .description p:last-child {
        padding: 0 10px;
    }

    #success-secret .description > div {
        display: block;
        height: auto;
    }

    #success-secret .description > div > * {
        width: 100%;
        padding: 0;
        margin-bottom: 15px;
    }

    #success-secret .description > div > div > div {
        padding: 50px 0;
        text-align: center;
    }

    #success-secret .description > div > div > div p:first-child {
        font-size: 24px;
        margin-bottom: 5px;
    }

    #contact .address > div {
        float: none;
        width: 100%;
    }

    #contact > div.description {
        padding: 50px 0;
    }

    #background-contact h1 {
        font-size: 44px;
        text-shadow: 0 0 1px #000000;
    }

    #background-requisite h1 {
        font-size: 44px;
    }

    #idea .register {
        margin-top: 50px;
    }

    #idea .register > a {
        display: block;
        width: 100%;
        margin-bottom: 20px;
    }

    ul.about-menu {
        width: 800px;
    }

    ul.about-menu.advertising {
        width: 890px;
    }

    #background-idea {
        padding: 30px;
    }

    #background-idea p:first-child {
        font-size: 50px;
    }

    #background-idea p:last-child {
        font-size: 30px;
        padding: 0 45px;
    }

    ul.vendors-menu li {
        margin-bottom: 0;
    }

    ul.pregnancy-fda li a {
        line-height: normal;
        padding: 5px 15px;
    }

    ul.vendors-menu {
        width: 350%;
    }

    #supplement-certificate table {
        width: 200%;
    }

    #bads-category li a, #medicines-category li a, #homeopathy-category li a, #main-ingredients li a, #diseases li a, #pregnancy li a, #main-e-additives li a {
        line-height: normal;
    }

    #bads-category li, #medicines-category li, #homeopathy-category li, #main-ingredients li, #pregnancy li, #diseases li, #main-e-additives li {
        display: flex;
        align-items: center;
        min-height: 40px;
    }

    .e-additives-groups-list #e-additives ul li:nth-child(2n) {
        margin-right: -1px;
    }

    .e-additives-groups-list #e-additives ul li {
        width: 46%;
    }

    .e-additives-groups-list #e-additives ul li span {
        color: inherit !important;
    }

    #e-additives ul.characteristics li > * {
        float: none;
    }

    #e-additives ul.characteristics li > span {
        display: block;
        width: 100%;
    }

    section.review ul.whole.rating {
        margin: 0;
    }

    #rate + div.error p:after {
        right: 0;
        bottom: -4px;
        top: auto;
        left: 0;
    }

    #rate + div.error {
        bottom: 70px;
    }

    div.questions.top span:first-child {
        line-height: normal;
        float: none;
        display: block;
        margin-bottom: 20px;
    }

    div.questions.top {
        border-bottom: 0;
    }

    #active-substance div.description, #e-additives div.description, #medicines div.description, #formula-active-substance div.description {
        border-bottom: 1px solid #e7e7e7;
        padding-bottom: 10px;
    }

    #active-substance div.description h2, #e-additives div.description h2, #medicines div.description h2, #formula-active-substance div.description h2 {
        font-weight: normal;
        position: relative;
        padding-right: 30px;
    }

    #active-substance div.description h2:after, #e-additives div.description h2:after, #medicines div.description h2:after, #formula-active-substance div.description h2:after {
        content: '\E822';
        font-family: health-medicine-guide;
        font-size: 24px;
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        height: 20px;
        line-height: 20px;
    }

    #active-substance div.description h2.opened:after, #e-additives div.description h2.opened:after, #medicines div.description h2.opened:after {
        content: '\E839';
    }

    #active-substance #description > div {
        display: block;
    }

    #tops ul.columns, #latest ul {
        column-count: 1;
    }

    ul.breadcrumbs li a, ul.breadcrumbs li > span {
        max-width: 200px;
    }

    .search-form button:before {
        content: '\E805';
        font-family: health-medicine-guide;
        margin: 0;
    }

    #nf:before {
        font-size: 120px;
    }

    #messages #chat > form.bottom {
        min-height: 40px;
    }

    #messages #chat ul.middle {
        margin-bottom: -40px;
    }

    #messages #chat div.input {
        min-height: 30px;
    }

    #messages #message-text {
        padding: 5px;
    }

    #messages #chat ul.middle {
        font-size: 14px;
    }

    #messages li.chat-item > div {
        line-height: 16px;
    }

    #messages #chat img[src^="/images/smiles/"] {
        max-width: 16px !important;
        max-height: 16px !important;
    }

    #messages .chat-item .avatar {
        max-width: 30px !important;
        max-height: 30px !important;
        left: 10px;
    }

    #messages #chat > div.top {
        height: 50px;
        line-height: 50px;
    }

    #messages #chat {
        position: fixed;
        right: 0;
        bottom: 0;
        height: auto;
        box-shadow: none;
    }

    #messages #chat p.exit:after, #messages #chat > div.top div.right {
        display: none;
    }

    li.chat-group-item div.bottom div.left {
        display: flex;
        align-items: center;
    }

    li.chat-group-item div.bottom {
        margin-top: 5px;
    }

    li.chat-group-item div.bottom .avatar {
        height: 32px;
        width: 32px;
    }

    li.chat-group-item:hover {
        background: #f6f5f5;
        margin: 0 -15px;
        padding: 15px 15px 15px 80px;
        cursor: pointer;
    }

    li.chat-group-item p.text, li.chat-group-item div.top a {
        width: 120px;
    }

    li.chat-group-item > div.left {
        margin-left: -65px;
    }

    li.chat-group-item {
        padding: 15px 0 15px 65px;
        height: 100px;
    }

    li.chat-group-item .avatar {
        width: 50px;
        height: 50px;
    }

    #chat > form.bottom {
        padding-left: 5px;
    }

    #chat {
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        width: auto;
        height: auto;
        border-radius: 0;
    }

    #favourites div.empty h2 {
        line-height: 30px;
    }

    #favourites div.empty div.info > div:last-child {
        margin: 0;
    }

    #favourites div.empty div.info > div:first-child {
        margin: 0 auto 10px;
    }

    #favourites div.empty div.info {
        display: block;
    }

    #question-form .button, #review-form .button {
        width: 100%;
    }

    #theme div.buttons {
        margin-top: 0;
    }

    #themes div.themes div.input > span {
        display: block;
    }

    #notifications form > * {
        float: none;
        display: block;
    }

    #notifications div.sort {
        margin-top: 0;
    }

    ul.filter {
        left: 0;
        max-width: 100%;
    }

    #notifications input {
        visibility: visible;
        position: static;
        margin-right: 10px;
    }

    #notifications ul.filter li {
        background: none;
    }

    #notifications label {
        display: flex;
        align-items: center;
    }

    #lockform h3 {
        font-size: 19px;
    }

    #lockform {
        padding: 30px 15px;
    }

    #blacklist button, #email-notifications button {
        float: right;
        margin: 0;
    }

    a.userlink span:first-child {
        font-size: 15px;
        overflow: hidden;
        max-width: 100px;
        text-overflow: ellipsis;
        white-space: nowrap;
        display: inline-block;
        line-height: 50px;
    }

    ul.subscriber-list .avatar {
        width: 42px;
        height: 42px;
        line-height: 42px !important;
        font-size: 26px !important;
    }

    a.userlink p span + span {
        max-width: 100px;
    }

    a.userlink p {
        margin-left: 10px;
    }

    ul.subscriber-list button {
        font-size: 14px;
        height: 30px;
        padding: 0 10px !important;
    }

    .lock-subscriber {
        line-height: 30px;
        visibility: visible;
    }

    ul.subscribers li {
        padding-left: 65px;
    }

    ul.subscribers li:before {
        width: 50px;
        height: 50px;
        line-height: 44px;
        font-size: 24px;
        top: 0;
    }

    .user-profile label.left {
        width: 110px;
        height: 110px;
        line-height: 110px;
    }

    ul.privacy > li {
        position: relative;
    }

    ul.privacy ul {
        left: 0;
        right: 0;
        width: auto;
    }

    ul.privacy div.right {
        width: auto;
        position: static;
    }

    div.form span.confirmed {
        margin-left: 0;
    }

    form.url label {
        font-size: 13px;
    }

    #settings div.form form.url button {
        display: block;
        float: none;
        clear: both;
        width: 100%;
        max-width: 100%;
        margin: 0;
    }

    #settings div.form form.url div.input {
        width: 100%;
        margin-bottom: 20px;
    }

    li.comment-item div.top a {
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        display: block;
    }

    #basic-aux select {
        padding: 0;
    }

    #basic button, #basic-aux button {
        width: 100%;
    }

    #basic .nickname p {
        line-height: 20px;
    }

    .bloglist a.userlink, span.addblog, span.addquestion, span.addreview {
        float: none;
    }

    span.addblog, span.addquestion, span.addreview {
        width: 100%;
        margin: 25px 0;
    }

    .bloglist div.info div.sort, .questionlist div.info div.sort {
        position: relative;
        float: none;
    }

    .bloglist div.info h1, .questionlist div.info h1 {
        float: none;
    }

    li.list div.text {
        margin-bottom: 0;
    }

    li.list {
        padding-bottom: 10px;
    }

    form.comments button, form.answers button {
        width: 100%;
    }

    div.likes > span:first-child {
        margin-right: 10px;
    }

    div.sort {
        display: inline-block;
        margin-top: 10px;
    }

    .hotkeys *:before, div.likes *:before {
        font-size: 20px !important;
        margin-right: 5px !important;
    }

    .hotkeys {
        font-size: 16px;
        margin-top: 10px;
    }

    ul.comment-answers {
        padding-left: 15px;
    }

    a.blog-comments, p.favourites, a.question-comments {
        line-height: 60px;
        font-size: 16px;
    }

    p.favourites {
        left: 120px;
    }

    li.comment-item div.bottom {
        line-height: 60px;
    }

    ul.comment-answers form.answers {
        padding-right: 15px;
        padding-left: 15px;
    }

    div.comment-info > * {
        float: none !important;
    }

    ul.bloginfo a, ul.questioninfo a {
        max-width: 120px;
    }

    form.comments label.photo, form.answers label.photo {
        right: 10px;
    }

    .hotkeys #share {
        width: 100%;
    }

    .ya-share2__item_service_odnoklassniki {
        display: none !important;
    }

    .hotkeys #share > * {
        float: none;
        margin: 0;
    }

    .hotkeys #share > p > span:after {
        display: none;
    }

    .hotkeys #share > p > span i {
        display: inline;
        font-size: inherit;
        margin-left: 5px;
    }

    .hotkeys #share > p > span {
        display: inline;
    }

    .hotkeys #share > p {
        margin-bottom: 5px;
        line-height: normal;
        height: 15px;
    }

    .hotkeys {
        height: 65px;
        line-height: 60px;
    }

    #popup_auth:before {
        display: none;
    }

    #alert {
        height: auto;
        min-height: 40px;
        line-height: 20px;
        font-size: 14px;
        padding: 5px 0;
    }

    #alert .container {
        padding-right: 30px;
    }

    #alert p {
        position: absolute;
        right: 5px;
        top: 5px;
    }

    .poll-panel .right {
        display: block;
    }

    .poll-out button {
        width: 100%;
    }

    div.empty-blog span.blog {
        max-width: 100%;
    }

    #blog-datetime {
        left: 0 !important;
        right: 0 !important;
        margin: auto;
    }

    div.datetime div.time > span:first-child {
        padding-left: 0;
    }

    #blog-video {
        top: 50px;
    }

    p.out {
        color: #000000;
        top: 10px;
        right: 10px;
    }

    #blog-form img:not([data-url]), #question-form img:not([data-url]), #review-form img:not([data-url]) {
        max-width: 100%;
    }

    #blog-form, #question-form, #review-form {
        padding: 25px 15px;
    }

    #blog-form input[type="text"], #question-form input[type="text"], #review-form input[type="text"] {
        height: 40px;
    }

    #blog-form div[contenteditable], #question-form div[contenteditable], #review-form div[contenteditable] {
        min-height: 100px;
    }

    .top-user-menu li.blog a {
        width: auto;
        background: none;
    }

    .top-user-menu {
        display: flex;
        justify-content: space-between;
    }

    .top-user-menu li {
        margin: 0;
    }

    .top-user-menu li i {
        margin: 0;
    }

    div.activity-links li {
        width: auto;
        margin-right: 25px;
    }

    ul.user-middle-menu li {
        float: none;
        border-bottom: 1px solid #a9a9a9;
        margin: 0;
    }

    ul.user-middle-menu a {
        border: 0;
        color: #151515;
        font-size: 22px;
        font-weight: normal;
        height: 70px;
        line-height: 70px;
        position: relative;
        padding-left: 40px;
    }

    ul.user-middle-menu a:before, ul.user-middle-menu a:after {
        content: '\E848';
        font-family: health-medicine-guide;
        position: absolute;
        left: 0;
        font-size: 25px;
    }

    ul.user-middle-menu a:after {
        content: '\E83A';
        right: 0;
        left: auto;
        font-size: 24px;
    }

    ul.user-middle-menu a.comments:before {
        content: '\E809';
    }

    ul.user-middle-menu a.questions:before {
        content: '\E807';
    }

    ul.user-middle-menu a.settings:before {
        content: '\E87E';
    }

    ul.user-middle-menu a.reviews:before {
        content: '\E827';
    }

    .user-profile .right {
        padding-right: 0;
    }

    #socialgroups li[class] a span {
        display: none;
    }

    #socialgroups li {
        width: auto;
        margin-right: 5px;
    }

    #socialgroups li:first-child {
        margin-right: 20px;
    }

    ul.atc a span, ul.atc a, ul.e-additives a span, ul.e-additives a {
        display: block;
    }

    #phg > div.letters > ul {
        column-count: unset;
    }

    #popup_auth {
        top: 70px;
    }

    #popup_auth > p {
        right: 5px;
        top: 5px;
        color: inherit;
    }

    #popup_auth #register p + a {
        position: static;
        float: right;
        font-size: 18px;
        color: #777777;
    }

    #popup_auth #auth p.auth, #popup_auth #forgot p.auth {
        position: static;
        font-size: 18px;
        color: #777777;
    }

    .register.row:after {
        display: none;
    }

    .register.row > div {
        padding: 0 !important;
    }

    #content > .container > div.middle > .left {
        width: 100%;
        max-width: 100%;
    }
}

@media (max-width: 640px) {
    ul.mediaformats span:first-child {
        font-size: 17px;
    }

    #mobileadvertising ul.mediaformats span[style], #mobileadvertising ul.mediaformats ul {
        width: 270px;
        height: 477px;
    }

    #medumadvertising h2, #siteadvertising h2, #mobileadvertising h2 {
        font-size: 32px;
    }

    .advertising-footer h2 {
        padding: 0 15px;
    }

    .advertising-footer li:not(:last-child) {
        margin: 0 50px 0 35px;
    }

    .advertising-footer ul {
        display: block;
    }

    #medumadvertising > div:first-of-type ul {
        padding: 75px 0;
    }

    #medumadvertising > div:first-of-type li {
        float: none;
        width: 100%;
        height: auto;
    }

    #medumadvertising > div:first-of-type li:not(:last-child) {
        margin-bottom: 40px;
    }

    div.mediaformats {
        overflow: hidden;
    }
}

@media (max-width: 568px) {
    #information-sources li {
        width: 50%;
    }

    ul.mediaformats span:first-child {
        font-size: 16px;
    }

    #mobileadvertising ul.mediaformats span[style], #mobileadvertising ul.mediaformats ul {
        width: 250px;
        height: 442px;
    }

    .advertising-footer li {
        display: list-item;
        float: none;
    }

    .advertising-footer {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .advertising-footer li:not(:last-child) {
        margin: 0 0 30px 0 !important;
    }

    .advertising-footer ul {
        text-align: center;
    }

    .advertising-footer span {
        margin-bottom: 15px;
    }
}

@media (max-width: 480px) {
    #mobileadvertising ul.mediaformats > li {
        float: none;
        width: 100%;
    }

    *::placeholder {
        font-size: 16px;
        line-height: normal;
    }
}

@media (max-width: 413px) {
    ul.prices-buttons::before {
        top: 10px;
        line-height: normal;
    }

    ul.prices-buttons {
        padding-top: 35px;
        text-align: left;
    }
}

@media (max-width: 375px) {
    #information-sources li {
        width: 100%;
    }

    ul.pages.mobile {
        display: inline-block;
        width: max-content;
    }

    div.pages.mobile {
        overflow: auto;
        text-align: center;
    }

    li.comment-item div.bottom div.likes {
        position: static;
        text-align: right;
    }

    li.comment-item div.bottom {
        line-height: 40px;
    }
}

@media (max-width: 360px) {
    section.medicines > div.price p.price {
        font-size: 20px;
    }

    section.medicines > div.price p.price span {
        font-size: 16px;
    }

    section.medicines > div.price a {
        width: 160px;
    }
}

@media (max-width: 320px) {
    #wrapper > div.background {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    ul.mediaformats {
        font-size: 18px;
    }
}

@media (max-width: 435px) {
    a.logotype span.small {
        display: none !important;
    }

    .search-form button:after {
        display: none;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    #information-sources li {
        width: 33%;
    }

    ul.letters ul {
        column-count: 2;
    }

    #tops ul.columns, #latest ul {
        column-count: 2 !important;
    }

    #bads-category li a, #medicines-category li a, #homeopathy-category li a, #main-ingredients li a, #diseases li a, #pregnancy li a, #main-e-additives li a {
        line-height: 40px !important;
    }

    #active-substance div.description > div, #e-additives div.description > div, #medicines div.description > div, #formula-active-substance div.description > div {
        display: block !important;
    }

    #active-substance div.description, #e-additives div.description, #medicines div.description, #formula-active-substance div.description {
        border: 0 !important;
        padding-bottom: 0 !important;
    }

    #active-substance div.description h2, #e-additives div.description h2, #medicines div.description h2, #formula-active-substance div.description h2 {
        font-weight: bold !important;
    }

    #active-substance div.description h2:after, #e-additives div.description h2:after, #medicines div.description h2:after, #formula-active-substance div.description h2:after {
        display: none !important;
    }

    #notifications form > div.sort {
        float: right;
    }

    ul.filter {
        left: auto !important;
    }

    #basic-aux select {
        padding: 0 20px !important;
    }

    .top-user-menu li i {
        margin-right: 10px !important;
    }

    .top-user-menu li.blog a {
        background: #ff6841 !important;
        width: 215px !important;
    }

    ul.user-middle-menu li {
        float: left !important;
        margin-right: 10px !important;
        border: 0 !important;
    }

    ul.user-middle-menu a, ul.user-middle-menu span {
        display: block !important;
        height: 35px !important;
        line-height: 35px !important;
        padding: 0 25px !important;
        font-size: 16px !important;
        border: 1px solid #a9a9a9 !important;
        font-weight: bold !important;
    }

    ul.user-middle-menu a:before, ul.user-middle-menu a:after {
        display: none !important;
    }

    #content > .container > div.middle > .left {
        width: 100%;
        max-width: 100%;
    }

    h1 {
        font-size: 34px;
    }

    ul.mkb-10 div.table {
        display: block;
    }

    ul.mkb-10 div.tr {
        display: block;
        position: relative;
    }

    ul.mkb-10 div.td {
        display: block;
        padding: 5px 80px 0 10px !important;
    }

    ul.mkb-10 div.td:first-child {
        width: 100%;
        text-align: left;
        padding-left: 10px;
    }

    ul.mkb-10 div.td:first-child + .td {
        padding-bottom: 5px !important;
    }

    ul.mkb-10 .td:first-child span {
        display: inline;
        margin-right: 5px;
    }

    ul.mkb-10 div.td:last-child {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        padding: 0 !important;
    }

    ul.mkb-10 .td:first-child span, ul.mkb-10 ul a {
        position: static;
    }
}

@media (max-width: 320px) {
    section#medicines ul.prices-buttons span {
        line-height: normal;
    }
}

@media (min-width: 640px) and (max-width: 1000px) {
    #information-sources li {
        width: 33%;
    }
}